body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #0a031a;
  overflow-x: hidden;
}

.background-gradient {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(29, 115, 191, 0.3) 0%, transparent 40%),
    radial-gradient(ellipse at 50% 60%, rgba(142, 45, 185, 0.3) 0%, transparent 50%),
    #0a031a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(80px); /* Reduced from 120px */
  transform: translateZ(0);
}

.bg-esma-dark {
  background-color: #0a031a !important;
}
.btn-gradient {
  background: linear-gradient(to right, #8e2de2, #1d73bf);
  color: white;
  border: none;
  border-radius: 9999px; /* pill shape */
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
}

.card-description {
    height: 40px; /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.scale-box {
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .scale-box:hover {
    border-color: #7c3aed !important;
    box-shadow: 0 0 8px 2px #7c3aed;
  }

  .text-light-gray {
    color: #D1D5DB;
  }

  body {
    background-color: #0a031a;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }
  .bg-faq {
    background-color: #120B2B !important;
  }
  .border-faq {
    border: 1px solid #1E152D !important;
  }
  .text-faq-light {
    color: #D1D1D1;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .accordion-button::after {
    filter: invert(1); /* Make arrow white */
  }

   .bg-faq {
      background-color: #120B2B !important;
    }
    .border-faq {
      border: 1px solid #1E152D !important;
    }
    .text-faq-light {
      color: #D1D1D1;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .accordion-button {
      background-color: #120B2B;
      color: white;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-button::after {
      filter: invert(1);
    }
    .commitment-box {
    background: linear-gradient(to right, #f9a18e, #8a5de8);
  }
  body {
    margin: 0;
  }
  .radial-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, #6a3aff 0%, #3a2a6a 40%, #0a021a 80%);
    opacity: 0.85;
    pointer-events: none;
    z-index: 0;
  }

  .card-hover {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .card-hover:hover {
    transform: translateY(-8px);
  }
  .card-hover.card-1:hover {
    background: linear-gradient(to right bottom, #fc6c85, #ffa07a);
  }
  .card-hover.card-2:hover {
    background: linear-gradient(to right bottom, #84fab0, #8fd3f4);
  }
  .card-hover.card-3:hover {
    background: linear-gradient(to right bottom, #f093fb, #f5576c);
  }
  .card-hover.card-4:hover {
    background: linear-gradient(to right bottom, #c6ffdd, #fbd786, #f7797d);
  }
  button:hover {
    opacity: 0.9;
    transform: scale(1.03);
  }
  .transition-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.transition-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.step-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.icon-circle {
  width: 48px;
  height: 48px;
  background-color: #0f5dbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.step-box:hover .icon-circle {
  background-color: #8a4efc;
  transform: scale(1.1);
}

.gradient-btn {
  background: linear-gradient(to right, #b94efc, #8a4efc, #0f5dbb);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gradient-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(185, 78, 252, 0.6);
}
.commitment-box {
  background-color: #2B2738;
  border: 1px solid #3F3F46;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.commitment-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(185, 78, 252, 0.2);
  background-color: #322c42;
}
.navbar-dark .navbar-nav .nav-link {
      color: white !important;
    }
    .navbar-dark .navbar-nav .nav-link:hover {
      color: #ccc !important;
    }

    .header-separator {
 height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.07); /* subtle white line */
  margin: 0;
  border: none;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    filter: brightness(1.2);
    opacity: 0.9;
    transition: transform 0.3s ease;
  }

  .swiper-slide img:hover {
    transform: scale(1.05);
    opacity: 1;
  }
  .logo-slider {
  background-color: #1a0a2a;
  padding: 1rem 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  }
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none; /* ✅ This line removes underline */
}

.whatsapp-float:hover {
  background-color: #1ebd5b;
  transform: scale(1.1);
  text-decoration: none; /* ✅ Also keep it off on hover */
}
.gradient-text {
            background: linear-gradient(to right, #ff416c, #ff4b2b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
.video-wrapper video {
  object-fit: cover;
  height: 100%;
  max-height: 500px;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.gradient-text2 {
  background: linear-gradient(90deg, #1d73bf, #8e2db9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .brand-logo {
    max-height: 50px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  .brand-logo:hover {
    transform: scale(1.1);
  } */
  .brand-logo {
  max-height: 60px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.brand-logo:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.hover-glow {
  transition: box-shadow 0.4s ease;
}
.hover-glow:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.1), 0 0 20px rgba(153, 0, 255, 0.2);
}

 .modal-content {
    border-radius: 20px;
  }
  .btn-close {
    filter: brightness(0) invert(1); /* White icon on dark bg */
  }

  .modal-backdrop.show {
  z-index: 1050;
}

.modal {
  z-index: 1055;
}

.btn-close {
  z-index: 1060 !important;
}

/* Arrows container relative */
#testimonials .swiper {
  position: relative;
}

/* Arrows */
.swiper-button-next, 
.swiper-button-prev {
  color: white;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem; /* Half of height to center vertically */
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10; /* Make sure they stay above cards */
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
  background: rgba(0,0,0,0.6);
}

/* Position arrows outside cards */
.swiper-button-prev {
  left: -3rem; /* 3rem left outside swiper container */
}

.swiper-button-next {
  right: -3rem; /* 3rem right outside swiper container */
}

  