  :root {
    /* Colors */
    --primary-color: #9c6eff;
    --accent-color: #00f0ff;
    --bg-dark: #06090e;
    --bg-darker: #1c0134;
    --text-light: #ffffff;
    --text-muted: #ffffff;
    --white: #ffffff;
    --black: #000000;

  --bg-dark-1: #0b0f17;
  --bg-dark-2: #12161c;
  --text-muted-light: #aaaaaa;
    /*  Fonts */
    --font-sans: 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;

    /*  Sizes */
    --navbar-height: 72px;
    --section-padding: 4rem;

    /*  Gradients */
    --gradient-text: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    --gradient-bg: linear-gradient(to bottom, var(--bg-dark), var(--bg-darker));
}

* {
      margin: 0;
      padding: 0;
  }

  html,

  body {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      background: #000;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
      line-height: 1.3;
      font-weight: 600;
      color: #ffffff;
  }


  p {
      font-size: 1rem;
      color: #fff;
  }

  a,
  a:hover,
  a:focus {
      -webkit-transition-duration: 400ms;
      -o-transition-duration: 400ms;
      transition-duration: 400ms;
      text-decoration: none;
      outline: 0 solid transparent;
  }

  ul,
  ol {
      margin: 0;
      padding-left: 1rem;
  }

  ul li,
  ol li {
      text-decoration: none;
  }

  ul li:hover,
  ul li:focus,
  ol li:hover,
  ol li:focus {
      text-decoration: none;
  }

  .display-1 {
      font-size: 60px;
      font-weight: 600;
      padding: 24px;
  }



  /*navigation*/

  header {
      position: fixed;
      left: 0;
      top: 20px;
      width: 100%;
      z-index: 9999999999999999999;
  }

  .navbar {
      background-color: #0a0d12;
      border-radius: 40px;
      padding: 15px 24px;
      margin: 0px auto;
      max-width: 100%;
      box-shadow: 0 0 0 1px #1a1f26;
      background-color: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px) brightness(1.11) contrast(97%);
      border: 1px solid #FFFFFF17;
  }


  .navbar-brand {
      font-weight: 600;
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .navbar-brand span {
      color: #ffffff;
  }

  .nav-link {
      color: #ffffff;
      margin: 0 0.5rem;
  }

  .nav-link:hover {
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .contact-btn {
      border: 1px solid #ffffff;
      border-radius: 50px;
      padding: 8px 20px;
      color: #ffffff;
      background: transparent;
      transition: all 0.3s ease;
  }

  .contact-btn:hover {
      background-color: rgba(var(--bs-info-rgb)) !important;
      color: #0a0d12;
      border: 1px solid rgba(var(--bs-info-rgb)) !important;
  }

  .hero {
      height: 80vh;
      align-items: center;
      display: flex;
      padding-top: 200px;
      padding-bottom: 100px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      position: relative;
      z-index: 5;
  }

  .hero .lead {
      color: #ffffff9e;
      max-width: 600px;
      margin: 0px auto 30px auto;
      font-size: 18px;
  }

   .text-gradient {
    background: linear-gradient(90deg, #9c6eff, #00f0ff);
      background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .fade-word {    
    
    display: inline-block;
    animation: fadeInUp 0.6s ease forwards;
      animation-delay: 0s;
    animation-delay: calc(var(--i) * 0.2s);
  }

  .cta-btn {
      display: flex;
      gap: 16px;
      /* Adds horizontal space between buttons */
      align-items: center;
      /* Vertically centers the buttons */
      justify-content: center;
      /* Optional: centers horizontally too */
      height: 100%;
      /* Ensure parent has height if vertical centering is needed */
  }


  .cta-btn .btn {
      padding: 10px 20px;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease, box-shadow 0.3s ease;
      
  }

  .btn-primary {      
      background: var(--gradient-text);  
      color: #000;
      border: none;
      font-weight: 600;
  }

  .btn-primary:hover {
      background-color: var(--bs-btn-hover-bg);
      border-color: var(--bs-btn-hover-border-color);
      color: #000;      
      box-shadow: 0 6px 16px rgba(0, 224, 255, 0.4);
  }

  .btn-secondary {
      background-color: transparent;
      color: rgba(var(--bs-info-rgb)) !important;
      border: 2px solid rgba(var(--bs-info-rgb)) !important;
  }

  .btn-primary:hover,
  .btn-secondary:hover {
      opacity: 0.85;
  }



  .welcome-btn {
      background-color: #0000005e;
      color: #fff;
      padding: 6px 16px;
      border-radius: 45px;
      border: 1px solid #ffffff69;
      font-size: 14px;
  }


  .logo {
      width: 220px;
  }

  .service-icon img {
      padding: 4px;
      width: 60px;
  }

  .service-card {
      background: radial-gradient(circle, rgba(5, 55, 63, 1) 0%, rgba(3, 29, 33, 1) 72%, rgba(0, 0, 0, 1) 100%);
      border-radius: 16px;
      padding: 2rem;
      color: #ffffff;
      height: 100%;
      box-shadow: 0 0 10px rgba(0, 255, 255, 0.05);
      transition: transform 0.3s ease;
  }

  .service-card:hover {}

  .service-icon {
      border: 3px solid rgba(var(--bs-info-rgb)) !important;
      padding: 8px;
      border-radius: 12px;
      display: inline-block;
      margin-bottom: 1rem;
  }

  .card-body img {
      max-width: 100%;
      height: auto;
  }

  .chat-box {
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 1rem;
      font-size: 0.9rem;
      margin-top: 1rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Process*/


  .process-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 2rem;
  }

  .step-card {

      /* background: radial-gradient(circle, rgba(5,55,63,1) 0%, rgba(3,29,33,1) 72%, rgba(0,0,0,1) 100%);*/

      /*      background: radial-gradient(56.00000000000001% 58.5% at 11.5% 28.499999999999996%, #101020, #06060f);*/
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 2rem;
      height: 100%;
      box-shadow: 0 0 10px rgba(0, 255, 255, 0.05);
      transition: transform 0.4s ease, background 0.8s ease;

  }

  .step-card:hover {
      transform: translateY(-4px);
      background: radial-gradient(56% 58.5% at 11.5% 28.5%, #34c7ac33, #34c7ac00);

  }

  .step-icon {
      background: linear-gradient(90deg, #9c6eff, #00f0ff);
      box-shadow: 4px 4px #0c3333;
      color: black;
      font-weight: bold;
      border-radius: 12px;
      display: inline-block;
      padding: 12px 20px;
      font-size: 1.2rem;
      margin-bottom: 1rem;
  }
  .step-icon img{
    max-height: 40px;
  }

  .step-title {
      font-weight: 600;
      font-size: 1.25rem;
  }

  .step-desc {
      font-size: 0.95rem;
      color: #ccc;
  }


  .offer-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 3rem;
  }

  .benefit-icon {
      background-color: rgba(var(--bs-info-rgb)) !important;
      color: #000;
      padding: 12px;
      border-radius: 12px;
      font-size: 1.4rem;
      margin-bottom: 1rem;
      display: inline-block;
  }

  .benefit-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
  }

  .benefit-desc {
      font-size: 0.95rem;
      color: #ccc;
  }

  .benefit-col {
      text-align: center;
      padding: 1rem;
  }

  /*  Testimonials  */

  .testimonial-section {
      padding: 80px 0;
  }

  .testimonial-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 2rem;
  }

  .testimonial-card {
      background: rgba(255, 255, 255, 0.05);
      padding: 25px;
      border-radius: 20px;
      color: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(6px);
      height: 100%;
  }

  .testimonial-card img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px;
  }

  .testimonial-author {
      font-weight: bold;
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .testimonial-role {
      font-size: 0.9rem;
      color: #ccc;
  }

  .testimonial-quote {
      margin-top: 15px;
      font-size: 0.95rem;
      color: #ddd;
  }

 .author-info {
    text-align: center;
    padding: 10px;
}

.author-info img {
    width: 100px;  /* Adjust width as needed */
    height: auto;
    object-fit: contain;  /* Ensures image fits nicely */
    max-height: 80px;     /* Keeps logos uniform in height */
    display: inline-block;
}
.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* Adjust based on your design */            
}


  .owl-dots .owl-dot span {
      background: #1ff1c1 !important;
  }


  /*  About us  */

  .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
  }

  .badge-pill {
      background-color: rgba(255, 255, 255, 0.05);
      color: #fff;
      font-size: 0.85rem;
      padding: 6px 14px;
      border-radius: 999px;
      display: inline-block;
      margin-bottom: 1rem;
  }

  .story-card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding: 40px;
      backdrop-filter: blur(6px);
  }

  .story-image {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
  }

  .story-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem;
  }

  .story-text {
      color: #ccc;
      font-size: 1rem;
  }

  @media (max-width: 767px) {
      .story-card {
          padding: 20px;
      }
  }

  .badge-pill {
      background-color: rgba(255, 255, 255, 0.05);
      color: #fff;
      font-size: 0.85rem;
      padding: 6px 14px;
      border-radius: 999px;
      display: inline-block;
      margin-bottom: 1rem;
  }

  .contact-card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding: 40px;
      backdrop-filter: blur(6px);
  }

  .form-control,
  .form-check-input {
      background-color: #0d0d0d;
      border: 1px solid #444;
      color: #fff;
  }

  .form-control::placeholder {
      color: #888;
  }

  .form-check-label {
      color: #ccc;
  }

  .btn-submit {
      background-color: rgba(var(--bs-info-rgb)) !important;
      color: #000;
      font-weight: 600;
      border: none;
  }

  .btn-submit:hover {
      background-color: #1fc0a0;
  }

  .contact-info h5 {
      color: rgba(var(--bs-info-rgb)) !important;
      margin-bottom: 20px;
  }

  .social-icons a {
      color: #fff;
      font-size: 1.2rem;
      margin-right: 15px;
      text-decoration: none;
  }

  .social-icons a:hover {
      color: rgba(var(--bs-info-rgb)) !important;
  }



  /*    faq -----------------------*/
  .badge-pill {
      background-color: rgba(255, 255, 255, 0.05);
      color: #fff;
      font-size: 0.85rem;
      padding: 6px 14px;
      border-radius: 999px;
      display: inline-block;
      margin-bottom: 1rem;
  }

  .accordion-item {
      background-color: #0e1218;
      border: 1px solid #2a2e35;

      margin-bottom: 0px;
  }

  .accordion-button {
      background-color: #0d0d0d;
      color: #fff;
      font-size: 1rem;
      border: none;
      box-shadow: none;
      padding-right: 3rem;
  }

  .accordion-button::after {
      background-color: rgba(var(--bs-info-rgb)) !important;
      border-radius: 5px;
      padding: 4px;
      font-size: 1rem;
      color: #000;
      /*content: '+';
      background-image: none;
      transform: none;*/
  }

  /*  .accordion-button:not(.collapsed)::after {
      content: '-';
      background-color: rgba(var(--bs-info-rgb)) !important;
  }*/

  .accordion-body {
      background-color: #0a0d12;
      color: #ccc;
  }

  /*    footer*/

  .footer {
      background: radial-gradient(ellipse at center, #0d0d0d 0%, #0d0d0d 100%);
      border-radius: 16px;
      padding: 40px 30px;
      margin-top: 50px;
  }

  .footer .brand-name {
      color: rgba(var(--bs-info-rgb)) !important;
      font-weight: 600;
      font-size: 1.5rem;
  }

  .footer p {
      color: #aaa;
  }

  .footer a {
      color: #fff;
      text-decoration: none;
      margin-right: 16px;
  }

  .footer a:hover {
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .footer .btn-get-started {
      background-color: rgba(var(--bs-info-rgb)) !important;
      color: #000;
      font-weight: 600;
      padding: 10px 24px;
      border-radius: 30px;
      border: none;
      margin-top: 20px;
  }

  .footer .get-in-touch {
      background-color: rgba(255, 255, 255, 0.03);
      border-radius: 12px;
      padding: 20px;
      margin-top: 10px;
  }

  .footer .social-icons a {
      font-size: 1.2rem;
      margin-right: 15px;
      color: #ccc;
  }

  .footer .social-icons a:hover {
      color: rgba(var(--bs-info-rgb)) !important;
  }

  .footer .bottom-bar {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      margin-top: 30px;
      padding-top: 10px;
      font-size: 0.875rem;
      color: #777;
  }

  .service-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      /* spacing between image and text */
  }

  .service-icon img {
      width: 40px;
      /* adjust as needed */
      height: 40px;
      object-fit: contain;
  }

  /* Neon Card Shell */

  .pricing-card {
      position: relative;
      padding: 2rem;
      border-radius: 1rem;
      overflow: hidden;
      min-height: 300px;
      transition: transform 0.3s ease;
      background: rgba(255, 255, 255, 0.05);
      /*      box-shadow: 0 0 20px rgba(96, 165, 250, 0.3);*/
  }



  .neon-glow {
      position: absolute;
      inset: 0;
      background: linear-gradient(45deg, #60a5fa, #a78bfa);
      opacity: 0;
      filter: blur(20px);
      transition: opacity 0.3s ease;
      z-index: 1;
      box-shadow: 0 0 20px rgba(96, 165, 250, 0.3);
  }

  .pricing-card:hover .neon-glow {
      opacity: 0.1;
  }


  .neon-card figure {
      position: relative;
  }

  .neon-card figure img {
      border-radius: 5px;
  }

  .neon-card figure::before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }

  .neon-card:hover figure:before {
      -webkit-animation: shine .75s;
      animation: shine .75s;
  }

  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }

  @keyframes shine {
      100% {
          left: 125%;
      }
  }

  .owl-carousel .owl-item img {
      display: block;
      width: auto !important;
  }

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
      display: block !important;
  }


  .owl-nav {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 1.5rem;
  }

  .owl-nav button {
      background: rgba(255, 255, 255, 0.05) !important;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #60a5fa;
      font-size: 2rem;
      border-radius: 50%;
      width: 48px;
  }

  .accordion-button:not(.collapsed) {
      background: var(--gradient-text);
      color: #000
  }



  /*bg animation*/


  .gradient-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden;
  }

  .gradient-sphere {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
  }

  .sphere-1 {
      width: 40vw;
      height: 40vw;
      background: linear-gradient(40deg, rgba(38, 209, 179, 0.2), rgba(255, 102, 0, 0.14));
      top: -10%;
      left: -10%;
      animation: float-1 15s ease-in-out infinite alternate;
  }

  .sphere-2 {
      width: 45vw;
      height: 45vw;
      background: linear-gradient(240deg, rgba(72, 0, 255, 0.8), rgba(0, 183, 255, 0.4));
      bottom: -20%;
      right: -10%;
      animation: float-2 18s ease-in-out infinite alternate;
      display: none;
  }

  .sphere-3 {
      width: 30vw;
      height: 30vw;
      background: linear-gradient(120deg, rgba(133, 89, 255, 0.5), rgba(98, 216, 249, 0.3));
      top: 60%;
      left: 20%;
      animation: float-3 20s ease-in-out infinite alternate;
      display: none;
  }

  .noise-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.05;
      z-index: 5;
      /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");*/
  }

  @keyframes float-1 {
      0% {
          transform: translate(0, 0) scale(1);
      }

      100% {
          transform: translate(10%, 10%) scale(1.1);
      }
  }

  @keyframes float-2 {
      0% {
          transform: translate(0, 0) scale(1);
      }

      100% {
          transform: translate(-10%, -5%) scale(1.15);
      }
  }

  @keyframes float-3 {
      0% {
          transform: translate(0, 0) scale(1);
          opacity: 0.3;
      }

      100% {
          transform: translate(-5%, 10%) scale(1.05);
          opacity: 0.6;
      }
  }

  .grid-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80vh;
      background-size: 40px 40px;
      background-image:
          linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
          linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
      z-index: 2;
  }

  .glow {
      position: absolute;
      width: 40vw;
      height: 40vh;
      background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      animation: pulse 8s infinite alternate;
      filter: blur(30px);
  }

  @keyframes pulse {
      0% {
          opacity: 0.3;
          transform: translate(-50%, -50%) scale(0.9);
      }

      100% {
          opacity: 0.7;
          transform: translate(-50%, -50%) scale(1.1);
      }
  }

  .particles-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      pointer-events: none;
  }

  .particle {
      position: absolute;
      background: white;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none;
  }





  .nav-link.active {  color: rgba(var(--bs-info-rgb)) !important; }


/*  media query for mobile */
@media only screen and (max-width: 767px) {

.display-1{font-size: 24px;}
.logo {width: 200px;}

.accordion-button {
background-color: #0d0d0d;
color: #fff;
font-size: 1rem;
border: none;
box-shadow: none; 
padding-right: 1.5rem;
}
}

/*  media query for mobile */

  @media (min-width: 1200px) and (max-width: 1600px) {

.display-1 {  font-size: 36px;}
.hero {  height: 100vh; }

  }






.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 40px #1ff1c14f;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 5rem !important;
}

/*industries section*/
.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--gradient-text);
    transition: transform 0.3s;
    background: #ffffff0d;
}

.i-card:hover .icon-circle {
    transform: scale(1.1);
    box-shadow: 0px 0px 18px #14c1e191;
}

.icon-circle i {
    background: linear-gradient(90deg, #9c6eff, #00f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-pill {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    font-size: 0.95rem;
    border: 1px solid #3cc1ff;
    color: #3cc1ff;
    border-radius: 999px;
    background-color: rgba(147, 235, 241, 0.12);
    font-weight: 500;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e1b4b;
}

.section-subtitle {
    font-size: 1rem;
    color: #6b7280;
}

.animated-rocket {
    animation: shakeLaunch 3s infinite;
}

@keyframes shakeLaunch {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-1px, -2px) rotate(-1deg); }
    50% { transform: translate(1px, 2px) rotate(1deg); }
    75% { transform: translate(-1px, 1px) rotate(-1deg); }
}

.animated-search {
    animation: floatSearch 2s ease-in-out infinite alternate;
}

@keyframes floatSearch {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-6px); }
}

.animated-gear {
    animation: spinGear 4s linear infinite;
}

@keyframes spinGear {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.feature-card {
    background: #e9f8ff;
    position: relative;
    overflow: hidden;
}

.trans-icon {
    position: absolute;
    right: 0px;
    top: -67px;
    font-size: 150px;
    color: #d5edf9;
}
.cta {
    background: url(../img/bg-cta.jpg) no-repeat top;
    background-size: cover;
    position: relative;
    color: #000;
}
.cta h2{  
    color: #000!important;
}
.cta p{  
    color: #000!important;
}
.cta .welcome-btn{  
    background-color: transparent;
    color: #000;    
    border: 1px solid #000;   
}

.bg-grad {
    background: var(--gradient-text);
    opacity: 0.9;
}

.badge {
    background: linear-gradient(90deg, #9c6eff, #00f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about p{
  color: #555;
  padding: 10px 0px;
}
.compare-card {
  background: #1e1e1e;
  border-radius: 1rem;
  padding: 2rem;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compare-card ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
}
.compare-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b0ff;
}

/* Highlighted CuztomAI card */
/* Make all text inside the featured card black */
.compare-card.featured {
  background: linear-gradient(160deg,#1e90ff 0%,#67e8f9 100%);
  color: #000;          /* turn headings and body text black */
}
.compare-card.featured ul li::before {
  background: #000;     /* match bullet dots to black text */
}
/* Make entire CuztomAI card text and heading black */


.compare-card.featured h3,
.compare-card.featured h4,
.compare-card.featured h5,
.compare-card.featured p {
  color: #000; /* force the heading to black too */
}



.service-card {
  background: linear-gradient(135deg,#0e0f11 0%, #1c2a3d 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border .3s ease;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(0, 173, 255, 0.25);
  border-color: rgba(0,173,255,0.3);
}

.service-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: transform .3s ease;
}
.service-card:hover .service-img {
  transform: scale(1.05);
}

.service-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.service-text {
  font-size: 0.95rem;
  color: #cfd2d6;
  line-height: 1.4;
}

.owl-carousel .item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.owl-carousel .item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

/* Partner Section Styling */
.bg-dark-1 {
  background: linear-gradient(135deg, #1e1e1e, #121212); /* Smooth dark gradient */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Section Title */
#partners h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Logo Styling */
.logo-container img {
  max-width: 220px;
  margin: 0 auto 30px;
  display: block;
  transition: transform 0.3s ease;
}

.logo-container img:hover {
  transform: scale(1.1);
}

/* Tab Navigation */
.nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.nav-pills .nav-link {
  background: #2a2a2a;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px 28px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
  margin: 0;
}

.nav-pills .nav-link:hover {
  background: #3a3a3a;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(60, 151, 255, 0.3);
}

.nav-pills .nav-link.active {
  background: var(--gradient-text);
  color: #000!important;
  font-weight: bold; 
}

/* Icon styling in tabs */
.nav-pills .nav-link i,
.nav-pills .nav-link svg {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.nav-pills .nav-link:hover i,
.nav-pills .nav-link.active i {
  transform: scale(1.2) rotate(10deg);
}

/* Tab Content Container */
.tab-content {
  background-color: #1f1f1f;
  padding: 40px 80px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.4s ease forwards;
}

/* Tab Pane Styles */
.tab-pane {
  color: #cccccc;
  animation: slideIn 0.4s ease-out;
}

.tab-pane h5 {
  color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tab-pane ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  margin-left: 200px;
}

.tab-pane ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: start;
}

.tab-pane ul li i {
  color: #3c97ff;
  margin-right: 12px;
  font-size: 18px;
  flex-shrink: 0;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Responsive Styles */
@media (max-width: 768px) {
  #partners h2 {
    font-size: 28px;
  }

  .nav-pills {
    flex-direction: column;
    align-items: center;
  }

  .nav-pills .nav-link {
    width: 100%;
    text-align: center;
  }

  .tab-content {
    padding: 25px;
  }
}
.partner-box {
  background: linear-gradient(135deg, #2b2b2b, #1a1a1a);
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.partner-box:hover {
  transform: translateY(-5px);
}

.partner-box .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
  list-style: none;
  padding-left: 0px;
}
