
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* only hides horizontal overflow */
    font-family: sans-serif;
    background-color: #150a2e
 !important;
    scroll-behavior: smooth;
   
  }
  .header-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 20px;
    /* background: url('/img/backgroung_img1.png') no-repeat center center; */
    background-size: cover;
  }

.navbar-custom {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 1.2rem;
}

.navbar-custom a {
  position: relative;
  padding-bottom: 5px;
  color: white;
  text-decoration: none;
   transition: color 0.2s ease-in-out; 
}

.navbar-custom a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #ffc107;
  /* transition: 0.3s ease; */
}

/* Hover effect */
.navbar-custom a:hover {
  color: #ffc107;
}

.navbar-custom a:hover::after {
  width: 100%;
}

/* Active link style */
.navbar-custom a.active {
  color: #ffc107;
}

.navbar-custom a.active::after {
  width: 100%;
}
/* ==================== */
   .container {
        margin-top: 50px;
      background: #161634;
      border-radius: 20px;
      padding: 30px 40px 30px!important;
      width: 80% !important;
      max-width: 900px !important;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }
      .heading {
      color: #7c5fff;
      font-size: 24px;
      text-align: center;
      margin-bottom: 8px;
    }

    .subtext {
      text-align: center;
      color: #aaaadd;
      font-size: 14px;
      margin-bottom: 30px;
    }

    .step-buttons {
      display: flex;
      justify-content: center;
      gap: 70px;
      margin-bottom: 30px;
    }

    .step-buttons button {
      padding: 10px 20px;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      background: transparent;
      color: #ccc;
      cursor: pointer;
    }

    .step-buttons .active {
      background-color: #7c5fff;
      color: white;
    }

    .progress-bar {
      height: 4px;
      background-color: #3d2fc0;
      width: 33%;
      border-radius: 10px;
      margin: 10px auto 30px;
    }

  
     .form-row.two-column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.form-column {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 8px;
  padding-left: 4px;
  text-align: left;
}

.input-wrapper {
      position: relative;
  display: flex;
  align-items: center;
     background: #4c3b95 !important;
  border-radius: 12px;
  padding: 12px 16px;
  gap: 10px;
}
.custom-date-input {
  width: 100%;
  padding-right: 40px; /* Add space for the calendar icon */
}

.input-wrapper input {
  flex: 1;
  background: transparent;
  border: none;
  color: #eee;
  font-size: 14px;
  outline: none;
}

.input-wrapper i {
  color: #aaa;
  font-size: 16px;
}

/* Hide native date icon */
.custom-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}


    .continue-btn {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }

    .continue-btn button {
      background-color: #7c5fff;
      color: white;
      border: none;
      padding: 14px 30px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 6px 16px rgba(124, 95, 255, 0.4);
    }

    .continue-btn button i {
      margin-left: 8px;
    }
    .progress-bar-wrapper {
  background-color: #2e2665;
  height: 6px;
  border-radius: 10px;
  width: 100%;
  margin: 10px auto 30px;
  overflow: hidden;
  margin-bottom: 70px;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #7c5fff;
  border-radius: 10px;
  transition: width 0.5s ease;
}
.form-label {
  display: block;
  color: #ccc;
  font-size: 13px;
  margin-bottom: 6px;
  padding-left: 2px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  background: #1f1f3e;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
}

.purple-input .input-wrapper {
  background: #4c3b95;
}

.input-wrapper i {
  margin-right: 10px;
  color: #aaa;
  font-size: 16px;
}

.input-wrapper input {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  width: 100%;
}

.input-wrapper input::placeholder {
  color: #aaa;
}

/* Hide native calendar icon */
.custom-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.custom-date-input {
  cursor: pointer;
}
.calendar-icon {
  position: absolute;
  right: 16px;
  color: #aaa;
  font-size: 16px;
  cursor: pointer;
  display: block; /* Always show now */
}


/* Show on focus */
.input-wrapper:focus-within .calendar-icon {
  display: block;
}

/* =======consultation section======= */
.section-heading {
  color: #aaaadd;
  font-size: 18px;
  margin-bottom: 12px;
  text-align: left;
  padding-left: 10px;
}

.guidance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tag-btn {
  background-color: #2a2a4d;
  color: #ccc;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
}
.tag-btn.selected {
  background-color: #7c5fff;
  color: white;
}
.tag-btn:hover {
  background-color: #7c5fff;
  color: #fff;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.two-column {
  flex-wrap: wrap;
}

.form-column {
  flex: 1;
  min-width: 45%;
}

.form-label {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
/* Style only the first option (placeholder) */

.form-select{
    background-color: #4c3b95!important; 
  color: #eee !important;
   border: 1px solid #444 !important;
}
.form-select, .date-input, .form-textarea {
  width: 100%;
  background-color: #4c3b95;
  color: #fff !important;
  /* border: 1px solid #444; */
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.form-textarea::placeholder {
  color: white;
  opacity: 1; /* Ensures full visibility in some browsers */
}
.input-wrapper {
  position: relative;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
}

.form-textarea {
  height: 90px;
  resize: none;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.back-btn, .continue-btn {
  padding: 10px 24px;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}

.back-btn1 {
  background: transparent;
  color: #ccc;
  border: 1px solid #555;
   background-color: #555;
      color: white;
      border: none;
      padding: 14px 30px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      /* box-shadow: 0 6px 16px rgba(124, 95, 255, 0.4); */
}

.continue-btn1 {
 background-color: #7c5fff;
      color: white;
      border: none;
      padding: 14px 30px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 6px 16px rgba(124, 95, 255, 0.4);
}
/* ============ confirmation============ */
.confirmation-container {
  background-color: #1c1b3a;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  color: #eee;
  margin-top: 30px;
}

.confirmation-heading {
  color: #a78bfa;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.confirmation-subtext {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 30px;
}

.service-summary-box {
  background-color: #2d2c59;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ddd;
}

.summary-row.total {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.payment-heading {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: left;
}

.payment-methods {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.payment-btn {
  flex: 1;
  min-width: 160px;
  background-color: #3b3a63;
  color: #eee;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  transition: background 0.3s;
}

.payment-btn.selected,
.payment-btn:hover {
  background-color: #7c5fff;
  color: #fff;
}

.reminder-checkbox {
  margin-bottom: 30px;
  font-size: 14px;
  color: #aaa;
}

.reminder-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

/* ============ confirmation============ */
.confirmation-container {
  background-color: #1c1b3a;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  color: #eee;
  margin-top: 30px;
}

.confirmation-heading {
  color: #a78bfa;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.confirmation-subtext {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 30px;
}

.service-summary-box {
  background-color: #2d2c59;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ddd;
}

.summary-row.total {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.payment-heading {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: left;
}

.payment-methods {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.payment-btn {
  flex: 1;
  min-width: 160px;
  background-color: #3b3a63;
  color: #eee;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  transition: background 0.3s;
}

.payment-btn.selected,
.payment-btn:hover {
  background-color: #7c5fff;
  color: #fff;
}

.reminder-checkbox {
  margin-bottom: 30px;
  font-size: 14px;
  color: #aaa;
}

.reminder-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

/* =========== mobile view part of the section====== */
.mobile-menu-toggler {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 26px;
  color: rgb(214, 210, 210);
  cursor: pointer;
  z-index: 1100;
}

@media (max-width: 768px) {
      .mobile-hide-br {
    display: none;
  }
  .mobile-menu-toggler {
    display: block !important;
  }
   .header-section {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 10px !important;
     background-color: #150a2e
 !important;
    /* background: url('/img/backgroung_img3.png') no-repeat center center; */
    background-size: cover;
  }
.navbar-custom a::after {
  display: none !important;
  text-decoration: underline !important;
}
  .navbar-custom {
    flex-direction: column;
    text-align: left !important;
    gap: 5px;
    padding: 10px 0;
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    background: none; /* No background */
    backdrop-filter: none;
    background-color: #1E1B4B !important;
  }

  .navbar-custom.active {
    display: flex;
  }

  .navbar-custom a {
    font-size: 1rem; /* Smaller font size */
    padding: 6px 18px;
    
  }
}
/* ================ personal details section of mobile view======== */
/* Mobile View Adjustments */
@media screen and (max-width: 768px) {
  .container {
    width: 95% !important;
    padding: 20px 15px !important;
    margin-bottom: 60px; /* Extra space outside container */
  }

  .heading {
    font-size: 20px;
  }

  .subtext {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .step-buttons {
    flex-direction: column;
    gap: 12px;
    display: flex !important;
      align-items: center !important;
  }
.step-buttons .step-btn {
 
    font-size: 1rem !important;
    padding: 8px 12px;
    min-width: 50%;
    width: 40% !important;
  }
  .form-row.two-column {
    flex-direction: column;
    gap: 20px;
  }

  .form-column {
    min-width: 100%;
  }

  .input-wrapper {
    padding: 10px 14px;
  }

  .continue-btn {
    margin-top: 30px;
  }

  .continue-btn button {
    width: 60%;
    padding: 12px;
    font-size: 15px;
  }

  .calendar-icon {
    right: 14px;
    font-size: 14px;
  }

  .progress-bar-wrapper {
    margin-bottom: 40px;
  }


  /* ===2) Consultation Section Mobile Fixes === */
.section-heading {
  font-size: 16px;
  padding-left: 0;
  text-align: center;
}

.guidance-tags {
  justify-content: center;
  gap: 8px;
}

.tag-btn {
  font-size: 12px;
  padding: 8px 14px;
}

.form-row {
  flex-direction: column;
  gap: 16px;
}

.form-column {
  min-width: 100%;
}

.nav-buttons {
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.back-btn1,
.continue-btn1 {
  width: 50%;
  max-width: 300px;
  padding: 12px 20px;
  font-size: 15px;
}

}

/* ===========3)conformation section on mobile view */
@media (max-width: 768px) {
  .confirmation-container {
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .confirmation-heading {
    font-size: 20px;
  }

  .confirmation-subtext {
    font-size: 13px;
    padding: 0 5px;
  }

  .service-summary-box {
    padding: 16px;
    border-radius: 12px;
  }

  .summary-row {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .summary-row.total {
    font-size: 16px;
  }

  .payment-methods {
    flex-direction: column;
    gap: 12px;
  }

  .payment-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 10px 16px;
  }

  .reminder-checkbox {
    font-size: 13px;
    line-height: 1.4;
  }

  .form-row.nav-buttons-test {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .back-btn2{
    width: 50% !important;
    /* max-width: 500px !important; */
    padding: 12px 18px;
    font-size: 0.95rem !important;
  }
  .continue-btn2 {
    width: 80% !important;
    /* max-width: 300px !important; */
    padding: 12px 18px;
    font-size: 0.95rem;
  }
}
/* ================== 4th section after sucees page= */
@media (max-width: 768px) {
  .confirmation-section {
    width: 100%;
    padding: 20px 16px;
    margin-top: 30px !important;
    border-radius: 16px;
  }

  .confirmation-section .title {
    font-size: 1.4rem;
  }

  .confirmation-section .subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .confirmation-card {
    padding: 20px 16px;
    max-width: 100%;
    height: auto !important;
    border-radius: 12px;
  }
  .content-para{
    font-size: 0.95rem !important;
  }
  .confirmation-card h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .detail {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }

  .detail .icon {
    font-size: 1.1rem;
    margin-top: 2px;
  }

  .home-btn {
    width: 50%;
    max-width: 300px;
    font-size: 0.95rem;
    padding: 12px 0;
    border-radius: 20px;
  }

  #downloadBtn {
    font-size: 1.2rem;
  }
}

