@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');        

        body {
            background-color: #f4f5f7;
            font-family: Poppins, sans-serif; 
        }

        .badge-text{
            font-family: "Roboto Flex", sans-serif;
            font-optical-sizing: auto; 
            font-size: 0.85rem;
        }

        .orcaa-logo{
            max-height: 40px;
        }

        .text-purple { 
            color: #70459B; 
        }

        .bg-purple { 
            background-color: #70459B; 
        }

        .text-dark-blue { 
            color: #00274F; 
        }
        
        .btn-purple {
            background-color: #724ebd;
            border-radius: 8px;
            padding: 10px 24px;
            transition: background-color 0.2s;
            font-size: 13.5px;
        }

        .btn-purple:hover { 
            background-color: #5c3c9e; 
        }

        .btn-purple:active{
            background-color: #5c3c9e !important;
        }
        
        .btn-dark-blue {
            background-color: #0d284a;
            border-radius: 8px;
            padding: 10px 24px;
            transition: background-color 0.2s;
            font-size: 13.5px;
        }

        .btn-dark-blue:hover { 
            background-color: #081a30;  
        }

        .btn-dark-blue:active { 
            background-color: #081a30 !important;  
        }

        .navbar {
            background-color: #f4f5f7;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }

        .navbar-brand img {
            max-height: 40px; 
        }

        .nav-link {
            color: #333;
            margin: 0 5px;
            font-size: 13.5px;
        }

        .nav-link .active{
            color: #724ebd !important;
        }

        .nav-link:hover { 
            color: #724ebd; 
        }

        .feature-card {
            border-radius: 16px;
            box-shadow: 0 4px 12px #00000008;
        }

        .feature-number {
            font-size: 2.5rem;
            color: #6c757d;
        }

        .feature-card i{
            font-size: 32px;
        }

        .feature-desc {
            font-size: 0.85rem;
            color: #6c757d;
            line-height: 1.6;
        }

        .card-btn-container .btn {
            font-size: 0.75rem;
            padding: 8px 12px;
            border-radius: 8px;
            flex: 1;
        }

        .custom-tabs-wrapper {
            background-color: #e9ecef;
            border-radius: 16px;
            padding: 5px 15px;
        }

        .custom-tabs-wrapper .nav-link {
            border-radius: 0;
            color: #495057;
            padding: 10px 20px;
        }
        
        .custom-tabs-wrapper .nav-pills .nav-link.active, 
        .custom-tabs-wrapper .nav-pills .show>.nav-link {
            background-color: transparent !important;
            color: #724ebd !important;
        }
        
        .custom-tabs-wrapper .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 10%;
            width: 80%;
            height: 4px;
            background: linear-gradient(90deg, #724ebd00 0%, #724ebdcc 50%, #724ebd00 100%);
            border-radius: 2px;
        }

        .use-case-img-wrapper {
            border: 4px solid #3a1c61;
            border-radius: 16px;
            height: 350px;
        }

        .check-list li {
            padding-left: 32px;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .check-list li i {
            left: 0;
            top: 4px;
            font-size: 1.25rem;
            color: #724ebd;
        }

@media (width <= 767.98px) {
    .custom-tabs-wrapper {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        width: auto;
        justify-content: flex-start;
        padding: 5px; 
    }
    
    /* Hide scrollbar for Chrome, Safari and Opera */
    .custom-tabs-wrapper::-webkit-scrollbar {
        display: none; 
    }

    .custom-tabs-wrapper .nav-pills {
        flex-wrap: nowrap; 
        display: flex;
        width: 100%;
    }

    .custom-tabs-wrapper .nav-link {
        white-space: nowrap;
    }
}

/* Demo */
        .footer-box {
            background-color: #1a1a1a;
            border-radius: 16px;
        }

        .text-gray {
            color: #9ca3af;
        }
        
        .footer-links a {
            color: #9ca3af;
            transition: color 0.2s ease;
            font-size: 0.875rem;
        }

        .footer-links a:hover {
            color: #fff;
        }

        .footer-title {
            font-size: 0.875rem;
            margin-bottom: 1.25rem;
        }

        .logo-box {
            background-color: #cececd;
            width: 32px;
            height: 32px;
            border-radius: 8px;
            font-size: 1.2rem;
        }

        .brand-desc {
            font-size: 0.875rem;
            line-height: 1.5;
            margin-bottom: 1.5rem;
            max-width: 280px;
        }

        .social-btn {
            width: 36px;
            height: 36px;
            background-color: #262626;
            color: #9ca3af;
            border-radius: 8px;
            transition: all 0.2s ease;
        }

        .social-btn:hover {
            background-color: #404040;
            color: #fff;
        }

        .footer-divider {
            border-color: #333;
            margin: 1.5rem 0;
            opacity: 1;
        }

        .bottom-links a {
            color: #9ca3af;
            font-size: 0.75rem;
        }
        
        .bottom-links a:hover {
            color: #fff;
        }

        .bottom-text {
            font-size: 0.75rem;
            color: #9ca3af;
        }

        .bottom-bullet{
            font-size: 0.5rem;
        }
        

/* CTA section */
  .cta-card {
    background-color: #0b0614; 
 }

  .cta-card-2 {
    background-color: #0b0614; 
 }

 .glow-ring-2 {
    width: 400px;
    height: 400px;
    border: 50px solid #125096;
    filter: blur(15px);
    opacity: 0.45;
    z-index: 0;
  }
  
  .glow-ring-left-2 {
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
  }
  
  .glow-ring-right-2 {
    top: -100px;
    right: -150px;
  }

  .badge-icon-2{
    color: #125096 !important;
  }

  .btn-gradient-purple-2 {
    background-color: #125096;
    border-radius: 8px;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px #125096;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .btn-gradient-purple-2:hover {
    background-color: #125096;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px #125096;
    color: white;
  } 

 .cta-title{
   letter-spacing: -1px; 
   line-height: 1.1; 
 }

 .cta-subtitle{ 
    font-size: 1rem; 
    line-height: 1.6;
 }
  
  .glow-ring {
    width: 400px;
    height: 400px;
    border: 50px solid #724ebd;
    filter: blur(15px);
    opacity: 0.45;
    z-index: 0;
  }
  
  .glow-ring-left {
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
  }
  
  .glow-ring-right {
    top: -100px;
    right: -150px;
  }

  .badge-icon{
    color: #a885f7 !important;
  }

  .btn-gradient-purple {
    background-color: #724ebd;
    border-radius: 8px;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px #7c59ce;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .btn-gradient-purple:hover {
    background-color: #724ebd;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px #7c59ce;
    color: white;
  }

  .badge-glass {
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(10px);
  }  

  .card-youtube {
    background-color: #fffffff2; 
    backdrop-filter: blur(10px);
  }

  .card-youtube-title{
    color: #1a202c;
  }

  .card-youtube-subtitle{
    font-size: 0.95rem;
  }

  .icon-box {
    background-color: #ebdff7;
    color: #7d57a6;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.center-card-overlay {
    background: linear-gradient(to top, #000000f2 0%, #000000e3 50%, transparent 100%);
}

.middle-image{
    height: 640px !important;
}

.radial-purple{
    height: 40%; 
    background: radial-gradient(ellipse at bottom, #9069bdb8 0%, transparent 60%); 
    pointer-events: none;
}

.radial-blue{
    height: 40%; 
    background: radial-gradient(ellipse at bottom, #0d284a 0%, transparent 60%); 
    pointer-events: none;
}

.hero-image{
    height: 500px;
}

.hero-image-gov{
    height: 500px;
}

 /* About */
  .about-section {
    color: var(--text-light);
}

.about-content {
    margin-bottom: 5rem;
}

.about-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px #0004; 
}

.subtitle-about {
    color: #0d284a;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.main-title-about {
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.body-text {
    margin-bottom: 2.5rem;
}

.stats-container {
    padding-top: 2rem;
}

.stat-number {
    font-size: 3rem; 
    color: #0d284a;
}

.stat-label {
    color: #0d284a;
}

@media (width < 991px) {
    .about-section {
        padding: 5rem 0 4rem;
    }

    .about-content {
        text-align: center;
        margin-bottom: 4rem;
    }

    .about-image {
        margin-bottom: 2.5rem;
    }

    .main-title-about {
        font-size: 2.5rem;
    }

    .stat-item{
        margin-bottom: 19px !important;
    }

    .stats-container {
        padding-top: 0;
    }

    .stat-number{
        font-size: 40px !important;
    }
}

/* Why Orcaa */
.why-choose-section {
    padding: 2rem 0;
    background-color: #f4f5f6;
    color: #111827;
}

.section-header {
    margin-bottom: 4rem;
}

.why-header {
    font-size: 2rem;
}

.why-subtext {
    color: #4b5563;
    font-size: 0.95rem;
}

.feature-card-why {
    background-color: #e5e5e5;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    transition: transform 0.3s ease;
}

.feature-card-why:hover {
    transform: translateY(-5px);
}

.icon-wrapper-why {
    width: 50px;
    height: 50px;
    background-color: #0d284a;
    margin: 0 auto 1.5rem;
}

.icon-wrapper-why i {
    font-size: 1.5rem; 
}

.feature-title-why {
    font-size: 1.1rem;
    color: #111827;
}

.feature-text-why {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.6;
}

.cta-banner-about {
    background: linear-gradient(180deg, #0d284a 0%, #125096 100%);
    border-radius: 16px;
    padding: 4.5rem 2rem;
    margin-top: 5rem;
    box-shadow: 0 10px 30px #0003;
}

.cta-title-about {
    font-size: 2.2rem;
}

.cta-text-about {
    font-size: 1.1rem;
    color: #ffffffe6;
    margin-bottom: 2.5rem;
    max-width: 700px;
}

@media (width < 991px) {
    .cta-banner-about {
        padding: 3rem 1.5rem;
        margin-top: 3rem;
    }
    
    .cta-title-about {
        font-size: 1.8rem;
    }
}

#why-orcaa{
    scroll-margin-top: 180px;
}

.ent-hero{
    height: 65vh !important;
}

.ent-hero-section{
    background: linear-gradient(to top, #fff3 0%, #724ebd 95%);
}

.orcaa-ent-cart{
    background-color: white; 
    border-radius: 16px;
}

.orcaa-ent-cart p{
    color: #727272 !important;
}

.orcaa-ent-cart h5{
    color: #3c3c3c !important;
}

.orcaa-ent-cart:hover{
    background-color: #f7f0ff; 
    border-radius: 16px;
    color: #fff !important;
}

.icon-circles{
    width: 50px; 
    height: 50px; 
    background-color: #70459B;
}

.ent-second-section{
    background: #efe2ff !important; 
}

/* Pricing */

.pricing-section {
    padding: 2rem 0;
    color: #111827;
}

.pricing-header {
    margin-bottom: 2rem;
}

.pricing-title {
    font-size: 2.1rem;
    letter-spacing: -1px;
}

.pricing-sub {
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto 2rem;
    line-height: 1.5;
}

.pricing-toggle {
    background-color: #0d284a;
    padding: 4px;
}

.pricing-toggle button {
    background: transparent;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    color: #4b5563;
    transition: all 0.3s ease;
}

.pricing-toggle button.active {
    background-color: #724ebd;
    color: #111827;
    box-shadow: 0 2px 8px #0000001a;
}

.pricing-card {
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 4px 20px #00000008;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px #00000014;
}

.card-content {
    padding: 2.5rem 2rem 1.5rem;
    z-index: 3; 
}

.pricing-card-head {
    font-size: 1.5rem;
}

.feature-list {
    list-style: none;
    margin: 0 0 2.5rem;
}

.feature-list li {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.price-amount {
    font-size: 2rem;
    color: #111827;
}

.price-period {
    font-size: 0.85rem;
}

.btn-pricing {
    font-size: 0.85rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}


.btn-purple-pricing {
    background-color: #724ebd; 
    color: #fff;
    border-radius: 8px;
}

.btn-purple-pricing:hover {
    background-color: #4a317d;
    color: #fff;
}

.card-media {
    height: 220px; 
    background-color: #f8faff;
}

.card-media::before {
    content: "";
    position: absolute;
    top: -1px; 
    left: 0;
    width: 100%;
    height: 80px; 
    background: linear-gradient(to bottom, #fff 0%, #fff0 100%);
    z-index: 2;
    pointer-events: none; 
}

.card-media video,
.card-media img {
    object-position: center;
    z-index: 1;
}

@media (width < 991px) {
    .pricing-header h2 {
        font-size: 2rem;
    }
    
    .card-content {
        padding: 2rem 1.5rem 1rem;
    }
}

#features{
    scroll-margin-top: 50px;
}

#use-cases{
    scroll-margin-top: 35px;
}

#pricing{
    scroll-margin-top: 75px;
}

/* Contact Page */
.contact-label {
      font-size: 0.85rem;
      color: #0d284a;
    }
    
    .contact-value {
      color: #212529;
    }

    .social-icon {
      width: 32px;
      height: 32px;
      background-color: #724ebd;
      color: #fff;
      margin-right: 0.5rem;
      font-size: 0.85rem;
      transition: background-color 0.3s ease;
    }

    .social-icon:hover {
      background-color: #444;
      color: #fff;
    }

    .custom-input {
      background-color: #fff;
      border-radius: 8px;
      padding: 0.8rem 1rem;
      font-size: 0.95rem;
    }

    .custom-input::placeholder {
      color: #a0a0a0;
    }

    .custom-input:focus {
      background-color: #fff;
      box-shadow: none;
      border: 1px solid #724ebd;
      outline: none;
    }

    .btn-submit {
      background-color: #724ebd !important;
      border-radius: 8px;
      padding: 0.8rem;
    }

    .btn-submit:hover {
      background-color: #5c3c9e;
    }

    /* Hero Section - Campaigns */
  .hero-section-campaigns {
    min-height: 100vh;
    background: linear-gradient(135deg, #714ebdc1 0%, #0d284a 100%), url('/assets/images/hero.jpg') center/cover no-repeat;
    padding: 100px 5% 150px;
  }

  .hero-container-campaigns {
    max-width: 1200px;
    width: 100%;
    gap: 50px;
    z-index: 2;
  }

  .hero-left {
    flex: 1;
  }

  .hero-image-wrapper {
    background: radial-gradient(circle, #ff2a6d4d 0%, #ff2a6d00 70%);
    padding: 50px;
  }

  .hero-image-students {
    max-width: 300px;
    border-radius: 10px;
  }

  .countdown-widget {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 30px #00000026;
    gap: 30px;
    width: max-content;
  }

  .countdown-numbers{
    font-size: 32px;
    color: #724ebd;
  }

  .countdown-text {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
  }

  .hero-right {
    flex: 1;
  }

  .sub-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .main-title {
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .hero-title-highlight {
    color: #724ebd;
  }

 .hero-description {
    font-size: 15px;
    line-height: 1.6;
    color: #d1d1d1;
    margin-bottom: 40px;
    max-width: 500px;
  }

  .custom-shape-divider-bottom {
    bottom: 0;
    left: 0;
    line-height: 0;
    transform: rotate(180deg);
  }

  .svg-shape {
    width: calc(100% + 1.3px);
    height: 120px;
  }

  .shape-fill {
    fill: #f4f5f7;     
  }

  @media (width < 992px) {
    .hero-section-campaigns {
      background: linear-gradient(135deg, #714ebddf 0%, #0d284a 100%), url('/assets/images/hero.jpg') center/cover no-repeat;
    }
  
    .hero-container-campaigns {
      flex-direction: column !important;
      text-align: center;
      gap: 80px;
      overflow: hidden;
    }

    .hero-title-highlight{
        color: #0d284a;
    }

    .main-title{
        font-size: 50px;
    }

    .hero-description{
        color: #fff;
    }

    .hero-left{
        margin-bottom: 80px !important;
    }

    .hero-buttons {
      justify-content: center;
    }

    .description {
      margin: 0 auto 40px;
    }

  }
 
/* Campaigns */
  .campaigns-title{
    letter-spacing: -1px;
  }

  .campaigns-title-highlight{
    color: #724ebd;
  }

  .campaigns-section-description{
    font-size: 15px;
  }

  .badge-active-campaign{
    background-color: #e0ddf7;
    letter-spacing: 1px; 
    font-size: 12px;
    color: #724ebd;
  }

    .campaign-card {
        transition: all 0.3s ease;
        border: 1px solid #f1f3f5;
    }

    .campaign-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem #00000014 !important;
    }

    .campaign-img {
        height: 220px;
    }

    .img-grayscale {
        filter: grayscale(100%);
        opacity: 0.08;
        transition: all 0.5s ease;
    }

    .campaign-card:hover .img-grayscale {
        filter: grayscale(0%);
        opacity: 1;
    }

    .custom-sticky {
        top: 5.9rem;
        z-index: 10;
    }

    .greyed-out-button{
        border-radius: 8px;
        padding: 10px 24px;
        font-size: 13.5px;
    }
            
    .custom-border {
        border-color: #f3e8ff !important;
    }

    .custom-shadow {
        box-shadow: 0 10px 25px #7c3aed26 !important; 
    }

    .custom-text-dark-purple {
        color: #581c87 !important;
    }

    .custom-link {
        color: #7c3aed;
        transition: color 0.2s ease;
    }

    .custom-link:hover {
        color: #581c87;
        text-decoration: underline !important;
    }

    .custom-btn-dismiss {
        color: #9333ea;
        background-color: transparent;
        transition: all .2s ease;
        border: 2px solid #9333ea;
    }

    .custom-btn-dismiss:hover {
        color: #581c87;
        background-color: #f3e8ff; 
    }

    .custom-btn-dismiss:focus {
        outline: 2px solid #c084fc;
        outline-offset: 2px;
        box-shadow: none !important;
    }

    #close-campaign-btn{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    #campaigns{
        scroll-margin-top: 6rem;
    }

    .custom-btn-join {
        background-color: #7c3aed;
        padding: 0.625rem 3.5rem; 
        transition: all .2s ease;
        box-shadow: 0 4px 6px #7c3aed40;
        border: none;
    }

    .custom-btn-join:hover {
        background-color: #6d28d9;
        color: #fff;
        box-shadow: 0 6px 12px #7c3aed4d;
    }

    .custom-btn-join:focus {
        outline: 2px solid #c084fc;
        outline-offset: 2px;
        box-shadow: none !important;
    }

    @keyframes slide-in-up {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    }

    .animate-slide-in {
        opacity: 0; 
        animation: slide-in-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        animation-delay: 0.3s; 
    }

    .fade-out {
        opacity: 0 !important;
        transform: translateY(20px) !important;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease !important;
    }

    .custom-gif{
        height: 140px; 
        width: 100%; 
        object-fit: cover;
    }

    .custom-logo-placeholder {
        object-fit: cover;
    }

    .popup{
        max-width: 320px; 
        z-index: 1039; 
        overflow: hidden;
    }

    .card-text{
        font-size: 15px;
    }

/* Sponsor */
.hero-section-sponsor {
    min-height: 100vh;
    background: linear-gradient(180deg, #2b1b4a 0%, #724ebd 65%, #f1eaff 100%);
}

.pattern-overlay {
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v2h7.59l-9.3 9.3 1.42 1.42 9.29-9.3V16h2V5z' fill='%23ffffff' fill-opacity='0.15'/%3E%3C/svg%3E");
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, transparent 15%, black 45%);
    z-index: 1;
    pointer-events: none;
}

.content-wrapper-sponsor {
    z-index: 2;
}

.hero-title-sponsor {
    letter-spacing: -0.03em;
    line-height: 1.1;
    font-size: clamp(2.5rem, 5vw, 3.2rem);
}

.hero-text-sponsor {
    color: #ffffffe6;
    font-size: 1.15rem;
    line-height: 1.5;
    font-size: 15px;
    max-width: 600px;
}

/* Sponsor a school */
    .card-icon-description {
        font-size: 0.9rem;
    }
    
    .icon-box-sponsor {
        background-color: #e0ddf7;
        color: #724ebd;
        width: 60px;
        height: 60px;
    }

    .feature-card-sponsor {
        transition: transform 0.2s ease-in-out;
    }

    .feature-card-sponsor:hover {
        transform: translateY(-2px);
    }

    .overview-section{
        background-color: #f1eaff;
    }

    .overview-title{
        color:#724ebd;
    }

    .overview-description{
        line-height: 1.8;
    }

    .overview-image{
        height: 400px;
    }

    .why-us-section{
        background-color: #f1eaff;
    }

    .why-us-image{
        height: 550px;
    }

    .why-us-title{
        color: #724ebd;
    }

    .why-us-description{
        font-size: 15px;
    }

.saas-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 8px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px #00000005, 0 2px 4px -1px #00000005;
    cursor: pointer;
}

.saas-card:hover {
    box-shadow: 0 20px 25px -5px #00000014, 0 10px 10px -5px #0000000a;
    transform: translateY(-6px);
    border-color: #cbd5e1;
}

.bg-number {
    bottom: -30px;
    right: -20px;
    font-size: 14rem;
    font-weight: 900;
    line-height: 1;
    color: purple;
    opacity: 0.04;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.video-container-new {
    border-radius: 18px;
    height: 240px; 
    width: 100%;
    margin-bottom: 1.5rem;
    background: #e2e8f0; 
    border: 1px solid #00000008;
    box-shadow: inset 0 2px 10px #0000000d; 
    z-index: 2;
}

.video-container-new video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.6s ease;
    transform: scale(1.02); 
}
 
.saas-card:hover .video-container-new video {
    transform: scale(1.08);
}

.card-content-new {
    padding: 0 1.25rem 1.5rem;
    z-index: 2;
}

.saas-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4b5563;
    margin-bottom: 0.75rem;
}

.saas-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.saas-text {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}   

/* Problem section */
.problem-title-text {
    color: #724ebd;
    letter-spacing: 1.5px;
}

.description-text-problem {
    line-height: 1.6;
    font-size: 15px;
    max-width: 700px;
}

.problem-card {
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px #d900ff0d;
}

.card-graphic-area {
    flex-grow: 1;
    min-height: 200px;
    margin: 1.5rem 0;
    color: #2f1f56;
}

.card-graphic-area::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #714ebd5e 0%, #12121200 70%);
    border-radius: 50%;
    z-index: 0;
}

.problem-card-icon {
    font-size: 4rem;
    color: #0d284a;             
    z-index: 1;
    transition: color 0.3s ease;
}

.problem-card:hover .card-graphic-area i {
    color: #a77eff;
    filter: drop-shadow(0 0 10px #8a65d6);
}

/* Sectors section */
.text-theme { 
    color: #724ebd; 
}

.text-dark-blue { 
    color: #0d284a; 
}

.sector-description{
    font-size: 15px;
}

.overline-text {
    color: #724EBD;
    letter-spacing: 1.5px;
    font-size: 15px;
}

.mapping-text {
    font-size: 15px;
    color: #495057;
    margin-bottom: 0.5rem;
}

.mapping-desc {
    font-size: 15px;
    color: #888;
    margin-top: 1rem;
}

.icon-background{
    width: 60px; 
    height: 60px; 
    background-color: #fff; 
    color: #6f42c1;
}

.live-icon-style{
    width: 50px; 
    height: 50px; 
    object-fit: contain;
}

.audit-bg-style{
    mask-image: linear-gradient(to bottom, transparent 0%, black 80%);
    background: linear-gradient(to bottom, transparent 0%, #00000080 100%);
    z-index: 1;
}

.cta-button{
    background-color: #724ebd; 
    border-radius: 16px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.cta-overlay{
    background: linear-gradient(to bottom, #0009, transparent);
}

.cta-image-blur{
    min-height: 500px; 
    background: url('/assets/images/orcaa-cta-bg.png') center/cover no-repeat;
}

.cta-blur{
    height: 280px;
}

.cta-padding{
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.cta-points:hover{
    background-color: #5500ff0c !important;
    box-shadow: 0 2px 10px #0000001e;
}

.mapping-desc {
    font-size: 15px;
    color: #888;
    margin-top: 1rem;
}

/* AI Section */
.badge-theme {
    color: #724ebd;
    letter-spacing: 1px;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.our-ai-card-description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.our-ai-card {
    background-color: #fff; 
    border-radius: 16px;
    box-shadow: 0 4px 20px #0033;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.our-ai-card:hover {
    transform: translateX(-5px)
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #724ebd; 
    font-size: 1.5rem;
}

.card-divider {
    width: 1px;
    background-color: #67676726;
    left: 0;
    top: 0;
}

@media (width < 768px) {
    .card-divider {
        display: none;
    }

    .mobile-padding {
        padding-left: 0 !important;
        padding-top: 0.5rem;
    }
}

.feature-section-benefits {
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
}

.feature-card-benefits {
    background-color: #f4f4f6;
    border-radius: 1.5rem;
    padding: 1.75rem;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.feature-card-benefits:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #0000000d;
    border-color: #edeaff; 
}

.feature-card-benefits p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.benefit-image{
    max-width: 300px;
}

.our-ai-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (width < 991.98px) {
.offcanvas-body .navbar-nav {
    align-items: flex-start !important; 
    margin-top: 1rem;
}

.mobile-nav-pad {
    text-align: left;
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid #0000000f;
    font-size: 1.15rem;
}

.navbar-nav .nav-item:last-child .mobile-nav-pad {
    border-bottom: none;
}

.mobile-dropdown-bg {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 4px;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}

.offcanvas-body .d-flex {
    max-width: 100% !important;
}
}

.vodacom-bg{
    background-color: #e60000;
}

@media (width < 768px) {
    .hero-mobile{
        padding-top: 10 !important;
    }

    .text-title-mobile{
        font-size: 24px;
    }

    .hero-image{
        height: 230px !important;
    }

    body{
        overflow-x: hidden;
    }
}

.popup{
    display: none;
}

.campaigns-link{
    display: none;
}