@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@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&display=swap");

:root {
  --muted: #6c757d;
  --card-border: #e9ecef;
  --accent: #0d6efd;
  --bg: #fbfbfc;
  --shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  --radius: 12px;
}

html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #111827;
  /* font-family: "Raleway", sans-serif; */
  font-family: "Poppins", sans-serif;
}
header {
  /* border-bottom: 1px solid #95bf46; */
}
.navbar-nav a {
  text-decoration: none;
  font-weight: 600;
}
.navbar-nav {
  gap: 20px;
}
.apply_h {
  text-decoration: none;
  color: white;
  background: #95bf46;
  padding: 7px 20px;
  border-radius: 39px;
  font-weight: 600;
}
/* Top status pills */
.top-pills {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.logo_1 {
  width: 150px;
}
.pill {
  background: #fff;
  border: 1px solid var(--card-border);
  padding: 0.55rem 0.9rem;
  font-size: 0.85rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

/* Hero-ish section */
.how-works {
  padding: 2.25rem 0;
}
.step-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  padding: 1rem;
  min-height: 120px;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.step-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.03)
  );
  color: #95bf46;
  font-size: 1.25rem;
  margin-right: 0.65rem;
}
.eligibility.box {
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.03)
  );
  padding: 25px;
  border-radius: 12px;
  height: 200px;
}
/* Eligibility boxes */
.eligibility .box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  padding: 1rem;
  box-shadow: var(--shadow);
}
.elig-head {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

/* Testimonials */
.testi-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

/* FAQ */
.faq-item {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 0.75rem;
}
.faq-btn {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s cubic-bezier(0.2, 0.9, 0.2, 1), padding 0.28s;
  padding: 0 1rem;
}
.faq-content p {
  margin: 0.9rem 0 1.2rem;
  color: var(--muted);
}

.faq-open .faq-content {
  padding: 0.5rem 1rem 1.25rem;
}

/* scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform, opacity;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.hero_side_img_c {
  position: relative;
  margin-top: 5%;
}
.hero_side_img_c h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 85px;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
}
.hero_side_img_c h1 span {
  color: #95bf46;
}
.hero_side_img_c p {
  margin-top: 10%;
  margin-bottom: 5%;
}
.banner_Btn1,
.banner_Btn2,
.banner_Btn2:hover {
  text-decoration: none;
  color: #ffffff;
  background: #95bf46;
  padding: 8px 20px;
  border-radius: 37px;
  margin-right: 35px;
  transition: 0.7s all;
  border: 1px solid #95bf46;
}
.banner_Btn2,
.banner_Btn1:hover {
  background: transparent;
  color: #95bf46;
  border: 1px solid #95bf46;
}
img.partner_img {
  /* position: absolute;
  top: 52%; */
  rotate: -27deg;
  width: 282px;
}
.partner_2 {
  position: absolute;
  width: 73px;
  rotate: 20deg;
  right: 50px;
  top: 10%;
}
#how-it-works,
#eligibility,
#what-partnerS,
#faq {
  margin: 8% 0;
}
section#pills {
  margin-top: 8%;
  border-top: 1px solid #95bf46;
  border-bottom: 1px solid #95bf46;
  padding-top: 25px;
  padding-bottom: 11px;
}
#CTA {
  text-align: center;
}
#CTA .card {
  box-shadow: none;
  border: none;
  padding: 7% !important;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.03)
  );
  border-radius: 0;
}
#CTA .card h5 {
  font-size: 2.7rem;
  font-weight: 800;
  text-transform: capitalize;
}
#CTA .card h5 span {
  color: #95bf46;
}
#CTA .card .banner_Btn1 {
  margin-right: 0;
}
/* small touches */
.section-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  text-transform: capitalize;
}
.section-title span {
  color: #95bf46;
}
.muted {
  color: var(--muted);
  font-size: 0.95rem;
}

footer {
  padding-top: 2rem;
  padding-bottom: 0;
  /* text-align: center; */
  color: var(--muted);
  font-size: 0.9rem;
}
footer h6 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #95bf46;
}
.form-container {
  background: #fff;
  width: 100%;
  max-width: 850px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.form-header {
  padding: 18px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-header h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.form-header span {
  background: #fde68a;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #7a6200;
}

/* Scoped form styles */
#storeForm {
  padding: 30px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 25px; */
  width: 80%;
}

#storeForm .full-width {
  grid-column: 1 / 3;
}

#storeForm label {
  display: block;
  font-weight: 500;
  color: #374151;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

#storeForm input,
#storeForm select,
#storeForm textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #95bf46;
  font-size: 0.9rem;
  background: transparent;
  transition: 0.2s;
  margin-bottom: 20px;
}

#storeForm input:focus,
#storeForm select:focus,
#storeForm textarea:focus {
  border-color: #facc15;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.2);
}

#storeForm .error {
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: 3px;
  display: none;
}

#storeForm .traffic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#storeForm .traffic-option {
  border: 1px solid #d1d5db;
  border-radius: 20px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #374151;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.03)
  );
  transition: all 0.2s ease;
  user-select: none;
}

#storeForm .traffic-option.active {
  background: #95bf46;
  color: #fff;
  border-color: #95bf46;
}

#storeForm textarea {
  resize: vertical;
  min-height: 90px;
}

#storeForm .checkbox-container {
  display: flex;
  gap: 8px;
  grid-column: 1 / 3;
  font-size: 0.85rem;
  color: #444;
}

#storeForm input#confirm {
  width: auto;
}

/* #storeForm button {
  grid-column: 1 / 3;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.03)
  );
  color: #111827;
  border: 1px solid #e5e7eb;
  padding: 12px 0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
} */

/* #storeForm button:hover {
  background: #95bf46;
  border-color: #95bf46;
  color: white;
} */
#storeForm button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
  transition: 0.3s ease;
}

@media (max-width: 1190px) {
  #storeForm input,
  #storeForm select,
  #storeForm textarea {
    width: 100%;
  }
  .partner_2 {
    width: 56px;
    right: 10px;
    top: 38%;
  }
  .hero_side_img_c h1 {
    font-size: 3rem;
    line-height: 50px;
  }
  .top-pills {
    justify-content: center;
  }
  .eligibility.box {
    height: 225px;
  }
}
@media (max-width: 992px) {
  #storeForm {
    display: flex;
    flex-direction: column;
  }
  img.partner_img {
    rotate: -27deg;
    width: 152px;
    position: absolute;
    top: 57%;
    right: 131px;
  }
  .partner_2 {
    width: 74px;
    right: 34px;
    top: 18%;
  }
  .hero_side_img_c .top-pills {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .eligibility.box {
    height: auto;
  }
  img.partner_img {
    width: 115px;
    top: 60%;
    right: 32px;
  }
  #storeForm {
    grid-template-columns: 1fr;
  }
  #storeForm .full-width,
  #storeForm button,
  #storeForm .checkbox-container {
    grid-column: 1 / 2;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.whatsapp-float.banner_Btn1 {
  margin-right: 0;
}
.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .step-card {
    min-height: 110px;
  }
  .step-icon {
    width: 40px;
    height: 40px;
  }
  .whatsapp-float {
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
  }
}
@media (max-width: 440px) {
  img.partner_img {
    width: 79px;
    top: 58%;
    right: 51px;
  }
  .section-title,
  #CTA .card h5 {
    font-size: 2.1rem;
  }
  footer {
    text-align: center;
  }
  .banner_Btn1,
  .banner_Btn2,
  .banner_Btn2:hover {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  img.partner_img {
    top: 63%;
  }
}
