.hero-section {
  /* color variables are defined below */
}

:root {
  --primary-1: #f06021; /* orange */
  --primary-2: #e6424d; /* darker orange */
  --secondary-1: #084296; /* dark blue */
  --secondary-2: #2669af; /* lighter blue */
  --on-primary: #ffffff;
  --on-secondary: #ffffff;
  --muted: #475569;
}

.hero-section {
  min-height: 100vh;
  background: url("../img/h1.jpg") center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  z-index: 2;
}

.hero-title {
  color: #fff !important;
  font-size: 2.6rem !important;
  font-weight: 800;
  line-height: 1.2;
}

.hero-title .highlight {
  background:#e8f5e9;
  color: var(--primary-2);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.hero-desc {
  color: #fff !important;
  max-width: 520px;
  opacity: 0.95;
}

.hero-form {
  background: var(--primary-1);
  color: var(--on-primary);
  padding: 30px;
  border-radius: 18px;
  position: relative;
}

.hero-form .form-control {
  border-radius: 10px;
  padding: 12px 14px;
  border: none;
}

.hero-form textarea {
  resize: none;
}

.hero-form .btn {
  border-radius: 10px;
  background: var(--secondary-2);
  color: var(--on-secondary);
  border: none;
}

.hero-form .btn:hover {
  background: var(--secondary-1);
}

.form-badge {
  position: absolute;
  top: -18px;
  right: -18px;
  background: var(--secondary-2);
  color: var(--on-secondary);
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.form-badge small {
  display: block;
  background: var(--primary-2);
  color: var(--on-primary);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.7rem;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-section {
    padding: 60px 0;
  }

  .hero-form {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .hero-form {
    padding: 22px;
  }

  .form-badge {
    top: -14px;
    right: -10px;
    font-size: 0.8rem;
  }
}


.phone-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.country-btn {
  border: none;
  background: transparent;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 600;
}

.phone-input {
  border: none;
  border-left: 1px solid #ddd;
  padding-left: 12px;
}

.country-dropdown {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  list-style: none;
  padding: 6px 0;
  margin-top: 4px;
  width: 220px;
  display: none;
  z-index: 99;
}

.country-dropdown li {
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 500;
}

.country-dropdown li:hover {
  background: #f2f2f2;
}


.country-dropdown {
  display: none;
}
.country-dropdown.show {
  display: block;
}








/* Container */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ---------------- TRUSTED ---------------- */
.trusted-section {
  text-align: center;
  margin-bottom: 80px;
}

.trusted-text {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: 0.5s;
}

.trusted-logos:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.trusted-logos img {
  height: 36px;
  object-fit: contain;
}

/* ---------------- HERO ---------------- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}

/* Image side */
.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.hex {
  position: absolute;
  width: 240px;
  height: 240px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0;
}

.hex-light {
  background: #f3f4f6;
  top: -10px;
  left: -10px;
  opacity: 0.6;
}

.hex-yellow {
  background: var(--primary-1);
  bottom: -10px;
  left: -60px;
  opacity: 0.8;
}

.hero-image-box {
  position: relative;
  z-index: 2;
}

.hero-image {
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* Stat card */
.stat-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #f3f4f6;
}

.stat-card p {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.stat-card h4 {
  font-size: 16px;
  font-weight: 800;
}

.stat-icon {
  background: var(--primary-1);
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon span {
  color: var(--secondary-1);
  font-size: 20px;
}

/* ---------------- CONTENT ---------------- */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero-badge {
  display: inline-block;
  background: rgba(230,96,33,0.12);
  color: var(--secondary-1);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 13px;
}

.hero-content h1 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--secondary-2);
}

.gradient-text {
  background: linear-gradient(to right, var(--primary-1), var(--primary-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  font-size: 17px;
  color: #4b5563;
  max-width: 650px;
}

.hero-content strong {
  color: #111827;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 15px;
}

.btn-primary {
  background: linear-gradient(90deg,var(--primary-1),var(--primary-2));
  color: var(--on-primary);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.btn-primary:hover {
  background: linear-gradient(90deg,var(--primary-2),var(--primary-1));
  transform: translateY(-3px);
}

.btn-secondary {
  background: linear-gradient(90deg,var(--secondary-1),var(--secondary-2));
  color: var(--on-secondary);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.btn-secondary:hover {
  background: linear-gradient(90deg,var(--secondary-2),var(--secondary-1));
  transform: translateY(-3px);
}

/* Features */
.hero-features {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  flex-wrap: wrap;
}

.hero-features div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}

.hero-features span {
  color: #22c55e;
  font-size: 18px;
}


/* HERO RESPONSIVE FIXES */
.hero {
  display: grid;
  grid-template-columns: 1fr; /* mobile first: single column */
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

@media(min-width: 768px) {
  .hero {
    grid-template-columns: 1fr 1fr; /* 2-column for tablets+ */
    gap: 60px;
    margin-bottom: 80px;
  }
}

@media(min-width: 1024px) {
  .hero {
    gap: 80px;
    margin-bottom: 120px;
  }
}

/* Hero image max width */
.hero-image-box {
  max-width: 100%;
}

/* Hero image scaling */
.hero-image {
  width: 100%;
  max-width: 500px; /* prevent overflow */
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* Stat card adjustments for mobile */
.stat-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  padding: 12px 16px;
  font-size: 12px;
}

@media(max-width: 767px) {
  .stat-card {
    position: static; /* place under image */
    margin-top: 16px;
    width: fit-content;
  }
}

/* Hero content scaling */
.hero-content h1 {
  font-size: 28px;
}

@media(min-width: 640px) {
  .hero-content h1 {
    font-size: 36px;
  }
}

@media(min-width: 1024px) {
  .hero-content h1 {
    font-size: 52px;
  }
}

/* Hero buttons wrap properly */
.hero-buttons {
  flex-wrap: wrap;
}

.hero-buttons .btn {
  flex: 1 1 auto;
  min-width: 140px;
}

/* Hero features wrap for small screens */
.hero-features {
  flex-wrap: wrap;
  gap: 16px;
}


/* ---------------- WHY SECTION ---------------- */
.why-section {
  background: #f9fafb;
  padding: 80px 0;
}

.why-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: var(--secondary-2);
  margin-bottom: 60px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.why-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  text-align: center;
  border: 1px solid #f3f4f6;
}

.why-icon {
  width: 52px;
  height: 52px;
  background: rgba(240,96,33,0.12);
  color: var(--secondary-1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.why-icon span {
  font-size: 24px;
}

.why-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary-2);
  margin-bottom: 12px;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1024px) {
  .hero {
    gap: 50px;
  }

  .hero-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-image-wrap {
    order: 2;
  }

  .hero-content {
    order: 1;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-image {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-features {
    flex-direction: column;
    gap: 12px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .trusted-logos img {
    height: 28px;
  }
}



















    :root {
      --primary-blue: #0d6efd;     /* Bootstrap primary blue */
      --dark-blue: #0a58ca;
      --light-gray: #f8f9fa;
    }

    .about-section {
      padding: 60px 15px;
      background-color: #fff;
    }

    .section-title {
      text-align: center;
      margin-bottom: 50px;
      font-weight: 700;
      color: var(--secondary-2) !important;
    }

    .section-title span {
      position: relative;
      display: inline-block;
    }

    .section-title span::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--primary-1) !important;
      border-radius: 2px;
    }

    .feature-card {
      border: 2px dashed #dee2e6;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      background-color: var(--light-gray);
      transition: all 0.25s ease;
      height: 100%;
      min-height: 260px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .feature-card:hover {
      border-color: var(--primary-blue);
      background-color: #e7f1ff;
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(13,110,253,0.12);
    }

    .feature-icon {
      font-size: 3.2rem;
      color: var(--secondary-2);
      margin-bottom: 18px;
    }

    .feature-title {
      font-size: 1.35rem;
      font-weight: 700;
      margin-bottom: 14px;
      color: #212529;
    }

    .feature-text {
      font-size: 1rem;
      color: #555;
      line-height: 1.55;
    }

    .btns {
      background-color: var(--primary-1);
      border-color: var(--primary-1);
      color: var(--on-primary);
      font-weight: 600;
      padding: 12px 32px;
      border-radius: 50px;
      margin-right: 12px;
      transition: all 0.3s;
    }

    .btns:hover {
      background-color: var(--primary-2);
      transform: translateY(-2px);
    }

    .btnc {
      background: linear-gradient(90deg,var(--secondary-1),var(--secondary-2));
      color: var(--on-secondary);
      font-weight: 600;
      padding: 12px 32px;
      border-radius: 50px;
      transition: all 0.3s;
    }

    .btnc:hover {
      background: var(--secondary-2);
      transform: translateY(-2px);
    }

    .cta-wrapper {
      text-align: center;
      margin-top: 60px;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .feature-card {
        min-height: 280px;
        padding: 28px 18px;
      }
    }

    @media (max-width: 768px) {
      .about-section {
        padding: 50px 15px;
      }
      
      .section-title {
        margin-bottom: 40px;
        font-size: 2.1rem;
      }
      
      .feature-card {
        min-height: auto;
        margin-bottom: 25px;
      }
      
      .cta-wrapper {
        margin-top: 45px;
      }
      
      .btnc, .btns {
        padding: 10px 28px;
        margin: 8px 6px;
      }
    }

    @media (max-width: 576px) {
      .feature-icon {
        font-size: 2.8rem;
      }
      .feature-title {
        font-size: 1.25rem;
      }
    }
 




    .testimonial-section {
      background-color: #0d1b2a;
      color: white;
      padding: 80px 0;
      position: relative;
    }

    .section-title {
      color: white;
      font-size: 2.1rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .section-subtitle {
      font-size: 1.3rem;
      font-weight: 500;
      opacity: 0.9;
      margin-bottom: 2.5rem;
      text-align: center;
    }

    .highlight-line {
      width: 180px;
      height: 4px;
      background: linear-gradient(90deg, #ffaa00, #ffd000);
      margin: 0 auto 3rem;
      border-radius: 2px;
    }

    .rating-badges {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
      margin-bottom: 3rem;
    }

    .rating-badge {
      background: rgba(255,255,255,0.1);
      padding: 0.6rem 1.4rem;
      border-radius: 50px;
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-weight: 600;
    }

    .carousel-inner {
      padding: 0 10px;
    }

    .carousel-item .row {
      margin: 0 -15px;
    }

    .testimonial-col {
      padding: 0 15px;
    }

    .testimonial-card {
      background: white;
      color: #333;
      border-radius: 16px;
      padding: 2rem 1.6rem;
      position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      min-height: 260px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .testimonial-card::before {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 35px;
      width: 0;
      height: 0;
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-top: 18px solid white;
    }

    .user-info {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

    .user-avatar {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 1rem;
      border: 3px solid #ffd000;
    }

    .user-details h5 {
      margin: 0;
      font-size: 1.2rem;
      font-weight: 700;
    }

    .user-details p {
      margin: 0;
      color: #666;
      font-size: 0.9rem;
    }

    .stars {
      color: var(--primary-1);
      font-size: 1.3rem;
      margin: 0.5rem 0;
    }

    .date {
      color: #888;
      font-size: 0.85rem;
      margin-top: 0.6rem;
    }

  
    
    @media (max-width: 991px) {
      /* On medium screens → show 1 card per slide */
      .testimonial-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    @media (min-width: 992px) {
      /* On lg+ screens → show 2 cards per slide */
      .testimonial-col {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (max-width: 576px) {
      .testimonial-card {
        padding: 1.6rem 1.3rem;
      }
      .user-avatar {
        width: 55px;
        height: 55px;
      }
      .rating-badges {
        gap: 1rem;
      }
    }


    
.carousel-control-prev,
.carousel-control-next {
  width: 8%;                    
  opacity: 0.85;            
  top: 45%;                    
  bottom: auto;               
  transform: translateY(-50%);  
}

.carousel-control-prev {
  left: -4%;                    
}

.carousel-control-next {
  right: -4%;                  
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.65);  
  border-radius: 50%;
  width: 60px;                                 
  height: 60px;
  background-size: 45%;                    
  border: 2px solid rgba(255, 255, 255, 0.3); 
}

@media (max-width: 991px) {
  .carousel-control-prev {
    left: -2%;
  }
  .carousel-control-next {
    right: -2%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
}








  .services-section {
    padding: 60px 20px;
    background: #f8f9fa;
    color: #333;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-title {
    font-size: 2.1rem !important; 
    text-align: center;
    margin-bottom: 1.2rem;
    color: #1a3c6e;
    line-height: 1.2;
  }

  .section-intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 3rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
  }

  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card {
    background: var(--secondary-1);
    color: var(--on-secondary);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  }

  .service-card h3 {
    font-size: 1.35rem;
    margin: 0 0 1rem 0;
    color: #fff;
    letter-spacing: 0.4px;
  }

  .service-card p {
    font-size: 0.97rem;
    line-height: 1.55;
    margin: 0;
    opacity: 0.95;
  }

 

  @media (min-width: 576px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 992px) {
    .section-title {
      font-size: 2.6rem;
    }

    .services-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .service-card {
      padding: 2.4rem 2rem;
    }
  }

  @media (min-width: 1200px) {
    .section-title {
      font-size: 2.9rem;
    }
  }





  

.subjects-section {
  padding: 4rem 1rem;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

    .section-header h2 {
      font-size: clamp(1.8rem, 3vw, 3rem);
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 1rem;
      color: var(--secondary-2) !important;
    }

    .divider {
      width: 96px;
      height: 6px;
      background: var(--primary-1) !important;
      border-radius: 100px;
      margin: 0 auto 2rem;
    }

.description {
  max-width: 800px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

.description p {
  margin-bottom: 1rem;
}

  .highlight {
  color: var(--primary-2);
  font-weight: 600;
}

.subjects-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem 2rem;
}

.subject-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  transition: transform 0.3s ease;
  cursor: default;
}

.subject-item:hover {
  transform: translateX(6px);
}

.subject-item span {
  font-size: 1.4rem;
  color: var(--primary-2);
  flex-shrink: 0;
}

.cta-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

.cta-btn {
  display: inline-block;
  background: var(--primary-1);
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: var(--primary-2);
  transform: translateY(-4px);
}







/* Section */
.process-section {
  padding: 4rem 1rem 6rem;
  background: linear-gradient(to bottom, #eff6ff 0%, #ffffff 70%);
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 4rem;
}

  section-header h2 {

  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 700;
  color: var(--secondary-2);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

    .divider {
  width: 96px;
  height: 4px;
  background: var(--primary-1);
  border-radius: 999px;
  margin: 0 auto 1.5rem;
}

.section-header p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4b5563;
}

  .highlight {
  color: var(--secondary-2);
  font-weight: 600;
}

/* Steps Grid */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

/* Step Card */
.step-card {
  position: relative;
  padding: 0 1.5rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
}

@media (min-width: 1024px) {
  .step-card {
    text-align: left;
  }
}

/* Vertical Separator */
@media (min-width: 1024px) {
  .step-separator::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(156, 163, 175, 0.35),
      transparent
    );
  }
}

/* Icon + Number */
.step-icon-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .step-icon-wrap {
    justify-content: flex-start;
  }
}

.step-number {
  position: absolute;
  top: -28px;
  left: -12px;
  font-family: "Merriweather", serif;
  font-size: 6rem;
  font-weight: 700;
  color: rgba(252, 163, 17, 0.25);
  user-select: none;
  z-index: 0;
}

.icon-box {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  background: #dbeafe;
  color: var(--secondary-2);
  opacity: 0.8;
  margin-left: 35px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

@media(max-width: 767px) {
  .icon-box {
   margin-left: 0px;
   margin-top: 0px;
  }
}

.icon-box span {
  font-size: 32px;
}

/* Step Text */
.step-card h3 {

  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-2);
  margin-bottom: 0.75rem;
}

.step-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

/* CTA */
.cta-wrap {
  text-align: center;
  margin-top: 4rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(90deg,var(--secondary-1),var(--secondary-2));
  color: var(--on-secondary);
  font-weight: 600;
  padding: 0.85rem 2.25rem;
  border-radius: 0.75rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.cta-btn:hover {
  background: var(--secondary-2);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}




.ps-section {
  width: 100%;
  padding: 4rem 1rem;
}

.ps-container {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.ps-heading-wrap {
  margin-bottom: 2.5rem;
  display: inline-block;
}

  ps-heading-wrap h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--secondary-2);
  line-height: 1.3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

  .ps-underline {
  width: 96px;
  height: 6px;
  background: var(--primary-1);
  border-radius: 999px;
  margin: 0 auto;
}

.ps-content {
  max-width: 800px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
}

.ps-content p {
  margin-bottom: 1.25rem;
}

  .highlight {
  font-weight: 700;
  color: var(--secondary-2);
}



/* Section */
.features-section {
  padding: 4rem 1rem;
}

.features-container {
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.features-header {
  text-align: center;
  margin-bottom: 3rem;
}

features-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--secondary-2);
  line-height: 1.3;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* Card */
.feature-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.12);
}

/* Icon */
.icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.feature-card:hover .icon-wrap {
  transform: scale(1.1);
}

.icon-wrap span {
  font-size: 40px;
  color: var(--on-primary);
}

/* Text */
.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--secondary-1);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.feature-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4b5563;
}




body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #1f2937;
}

.faq-section {
  padding: 4rem 1rem 5rem;
}

.faq-container {
  max-width: 1000px;
  margin: auto;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-header h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--secondary-2);
  margin-bottom: 0.5rem;
}

.faq-underline {
  width: 90px;
  height: 4px;
  background: var(--primary-1);
  border-radius: 999px;
  margin: 0.75rem auto 1.5rem;
}

.faq-header p {
  max-width: 780px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

/* FAQ Items */
.faq-list {
  margin-top: 2rem;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Question Button */
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.1rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
}

.faq-question:hover {
  background: #f9fafb;
}

.faq-icon {
  font-size: 26px;
  color: #6b7280;
  transition: transform 0.35s ease;
}

/* Answer Animation */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding: 0 1.25rem;
}

.faq-answer p {
  margin: 0;
  padding: 0.75rem 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}


.btn-get-quote{
  background: linear-gradient(90deg,var(--secondary-1),var(--secondary-2)) !important;
  color: var(--on-secondary) !important;
  border-radius: 50px !important;
}

.btn-chat{
  background: linear-gradient(90deg,var(--primary-1),var(--primary-2)) !important;
  color: var(--on-primary) !important;
  border-radius: 50px !important;
}