@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-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;  
        }

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

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

        .nav-link {
            color: #333;
            margin: 0 10px;
            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: 100%;
        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%, #f4f5f7 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;
    }
    
    .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;
    }