* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Helvetica!important;
}

.banner-bgd {
  background: url('assets/image/bg-1.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
}

/* navber */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.navbar {
  background: #fff;
  /* box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18); */
}
.navbar .navbar-nav .nav-link {
  color: #000;
  font-family: "Poppins", Helvetica;
}
.btn-outline-dark {
  border-radius: 0;
}
.btn-outline-dark:focus {
  box-shadow: none;
}
.IRDAI {
    font-family: "Poppins", Helvetica !important;
    font-weight: 600;
    font-size: 0.7rem;
    color: black;
    line-height: 0.45;
}
.navbar-toggler {
  justify-content: flex-end !important;
}
.dropdown-divider{
  border-top: 1px solid #fff !important;
      margin:  0.3rem !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #dc3545 !important;
  background-color: #5f5f5f24 !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
}

.dropdown-item{
color: #000 !important;
    padding-left: 10px;
    width: 220px;
}
.nav-link {
  font-family: "Poppins", Helvetica;
  color: black !important;
}

.nav-link :hover {
  font-family: poppins;
  color: #CB2027 !important;
}

.btninactive {
  color: black;
  border: 1px solid black;
  border-radius: 3px;
}

/* hero text */

/* HERO SECTION */

.hero-innerf {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 9%;
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-title1 {
  font-size: clamp(3.6rem, 3.6vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: .6rem;
  font-family: "Poppins", Helvetica !important;
}

.hero-title {
  font-size: clamp(3.6rem, 3.6vw, 2.4rem);
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: .6rem;
}

.hero-sub {
  color: rgba(0, 0, 0, 1);
  font-size: -0.02rem;
  max-width: 610px;
  margin-bottom: 1.25rem;
}

.btn-primary-solid {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  padding: .55rem .9rem;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(199, 7, 3, 0.12);
}

.btn-primary-solid:hover {
  background: #aa0202;
  border-color: #aa0202;
}

.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  padding: .45rem .85rem;
  border-radius: 8px;
  font-weight: 600;
  margin-right: .6rem;
}

.btn-outline-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.signup-card {
  background: linear-gradient(180deg, #E7F7FF -39.13%, #FAE5E5 100%);
  border-radius: 15px;
  border: 1px solid #d1a0a2;
  padding: 28px;
  max-width: 373px;
  margin-left: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}
body > div.bg-image > div:nth-child(1) > div > div > p{
      font-family: "Poppins", Helvetica !important;
    font-weight: 600 !important;
}
.signup-brand {
  color: #CC2327;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .8rem;
  text-align: center;
  font-family: "Poppins", Helvetica !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.18rem rgba(199, 7, 3, 0.12);
  border-color: var(--accent);
}

.verify-btn {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  font-weight: 700;
  padding: .55rem .7rem;
  border-radius: 8px;
  width: 100%;
}

.micro-help {
  font-size: .85rem;
  color: #666;
  text-align: center;
  margin-top: .9rem;
  font-family: "Poppins", Helvetica !important;
}

.micro-help a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

/* logo grid */

.logo {
  font-size: 16px;
  font-family: "Poppins", Helvetica;
  font-weight: bold;
}

.container {
  overflow: hidden;

  .slider {
    animation: slidein 20s linear infinite;
    white-space: nowrap;

    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;

      .fab {
        width: calc(100% / 4);
        animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Why Choose Ginteja Wealthbuddy? */

.why-section {
  background: var(--bg-light);
  padding: 4rem 1rem;
}

.why-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}

.why-title span {
  color: rgba(204, 35, 39, 1);
}

.feature-card {
  background: linear-gradient(180deg, #ECF1F7 0%, #FAE5E5 100%);
  border-radius: 15px;
  border: 1px solid #d1a0a2;
  /* max-width: 373px; */
  margin-left: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease,
    box-shadow 0.3s ease;

  padding: 1.5rem;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-6px);

}

.feature-icon {
  color: var(--accent);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-weight: 600;
  color: #CC2327;
  font-size: 1.20rem;
  margin-bottom: 0.4rem;
  font-family: "Poppins", Helvetica !important;
}

.feature-text {
  color: black;
  font-size: 0.99rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-family: "Poppins", Helvetica !important;
}

/* Your AI Insurance Assistant, Always On. */

.panel {
  box-shadow: var(--soft-shadow);
  background: #CC232733;
  border: 1px solid #d1a0a2;
  border-radius: 16px;
}

.panel-inner {
  background: var(--panel-bg);
  border-radius: var(--radius);
  padding: 20px 18px;
  border: 1px solid rgba(199, 7, 3, 0.07);
}

.panel-title {
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0.3px;
  text-align: center;
  font-size: clamp(2.5rem, 2.2vw, 1.25rem);
  margin-bottom: 18px;
  color: black;
    font-family: "Poppins", Helvetica !important;
}

.cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

.feature-cardd {
  background: #fff;
  border: 1px solid #d1a0a2;
  border-radius: 10px;
  padding: 13px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 88px;
}

.feature-cardd:hover {
  transform: translateY(-6px);
  box-shadow: rgba(219, 30, 34, 0.29);
}

.feature-content h6 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #CC2327;
  font-family: "Poppins", Helvetica !important;
}

.feature-content p {
  margin: 7px 0 0;
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  font-family: "Poppins", Helvetica !important;
}

/* How to Become a Ginteja Wealthbuddy */

.hero-section {
  padding: 48px 14px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-title {
  font-weight: 600;
    line-height: 1.06;
    letter-spacing: 0.7px;
    text-align: left;
    font-size: clamp(1.80rem, 2.2vw, 1.25rem);
    margin-bottom: 18px;
    color: black;
}

.hero-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: .6rem 1.05rem;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: var(--btn-shadow);
  border: none;
  transition: transform .14s ease, box-shadow .14s ease;
}

.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(199, 7, 3, 0.18);
}

.video-card {
  background: #fff;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  /* border: 1px solid rgba(0, 0, 0, 0.04); */
  border-radius: 16px;
}

.video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgb(255 255 255 / 52%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.play-overlay .play-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}


.hero-caption {
  color: black;
  margin-top: 12px;
  font-size: 0.98rem;
  max-width: 560px;
  font-family: "Poppins", Helvetica !important;
}

/* 01,02,03 */

.steps-section {
  max-width: 1200px;
  margin: 28px auto;
  padding: 28px 16px;
}

.steps-header {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  color: #111;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 20px; */
  align-items: start;
}

.step-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #d1a0a2;
  padding: 22px;
  box-shadow: var(--soft-glow);
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(199, 7, 3, 0.12);
}

.step-number {
  color: #CC2327;
  line-height: 0.9;
  font-family: "Poppins", Helvetica !important;
  font-weight: 500;
  font-size: 4.25rem;
  line-height: 1;
  margin-bottom: 30px;
}

.step-title {
  color: #CC2327;
  font-weight: 600;
  font-size: 1.50rem;
  margin-bottom: 10px;
   font-family: "Poppins", Helvetica !important;
}

.step-desc {
  color: black;
  font-size: 0.90rem;
  line-height: 1.45;
  margin-bottom: 16px;
  font-family: "Poppins", Helvetica !important;
}

.step-image {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-image img {
  width: 100%;
  max-width: 240px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  object-fit: cover;
}

.step-card.first-selected {
  box-shadow: 0 0 0 4px rgba(10, 100, 255, 0.06), var(--soft-glow);
  border-color: rgba(10, 100, 255, 0.18);
}

/* Testimonial */

.faq-section {
  max-width: 1180px;
  margin: 28px auto;
  padding: 28px 16px;
}

.faq-heading {
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 1.45rem 0;
  font-size: clamp(1.7rem, 2.2vw, 1.25rem);
  letter-spacing: 0.7px;
  color: black;
  font-family: "Poppins", Helvetica !important;
}

.left-card {
  /* background: none; */
  /* border-radius: 16px; */
  /* border: 1px solid #d1a0a2; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  /* max-width: 384px; */
}

.accordion-button {
  border-radius: 10px;
  background: linear-gradient(180deg, #E7F7FF -39.13%, #FAE5E5 100%) !important;
  padding: 0.8rem 1rem;
  color: #c70303;
  box-shadow: none;
  border-radius: 10px;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #E7F7FF -39.13%, #FAE5E5 100%) !important;
  border-radius: 10px;
}

.accordion-item {
  border: none;
  margin-bottom: .7rem;
  color: #aa0202 !important;
}

.question-title {
  font-weight: 550;
  color: black;
  font-family: "Poppins", Helvetica !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.faq-body {
  padding: .75rem 1rem .75rem 1rem;
  color: black;
  background: linear-gradient(180deg, #E7F7FF -39.13%, #FAE5E5 100%) !important;
  border-radius: 8px;
  /* margin-top: .5rem; */
  font-family: "Poppins", Helvetica !important;
}

.faq-toggle-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(199, 7, 3, 0.06);
  color: #c70303;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 0.95rem;
}

.accordion-button::after {
  color: #aa0202;
}

/* Real Stories. Real Impact. */

.testimonials-wrap {
  background: #CC232733;
  border: 1px solid #d1a0a2;
  border-radius: 16px;
  overflow: hidden;
  padding: 36px 28px;
}

.testi-header {
  text-align: center;
  margin-bottom: 26px;
}

.kicker {
  color: #CC2327;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.60rem;
    margin-bottom: 8px;
    font-family: "Poppins", Helvetica !important;
}

.main-title {
  font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.06;
    letter-spacing: -0.3px;
    font-family: "Poppins", Helvetica !important;
}

.lead {
  max-width: 820px;
    margin: 0 auto;
    font-size: 0.9rem !important;
    color: #000;
    line-height: 1.5;
    font-family: "Poppins", Helvetica !important;
    font-weight: 400 !important;
}

.grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: start;
}

.card-testi {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #d1a0a2;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.04);
  /* min-height: 160px; */
  height:278px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .16s ease, box-shadow .16s ease;
}

.card-testi:focus-within,
.card-testi:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.10);
  outline: none;
}

.rating {
  color: #c70303;
  font-weight: 700;
  letter-spacing: 1px;
}

.testi-text {
      color: #000;
    font-size: .85rem;
    line-height: 1.45;
    flex: 1 1 auto;
    font-family: "Poppins", Helvetica !important;
}

.testi-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(198, 40, 40, 0.06);
}

.meta-text .name {
  font-weight: 600;
  color: rgba(34, 54, 69, 1);
  font-family: "Poppins", Helvetica !important;
}

.meta-text .city {
  color: #CC2327;
    font-size: .9rem;
    font-weight: 500;
    margin-top: 2px;
    font-family: "Poppins", Helvetica !important;
}

.carousel-stage {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
}

.slides {
  display: flex;
  gap: 16px;
  transition: transform .36s cubic-bezier(.2, .9, .2, 1);
  will-change: transform;
  padding-bottom: 12px;
}

.slide {
  min-width: 86%;
  flex: 0 0 86%;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: #c70303 !important;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform .18s, background .18s;
}

.dot.active {
  background: #c70303 !important;
  transform: scale(1.15);
}


.sr-only {
  position: absolute;
  left: -9999px;
}

/* Footer */

.site-footer {
  background: rgba(18, 18, 18, 1);
  color: white;
}

.footer-top {
  padding: 48px 20px 28px;
  border-bottom: 1px solid var(--divider);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(124, 124, 124, 1) !important;
}

.brand {
  gap: 12px;
  align-items: center;
}

.brand .logo {
  width: 72px;
  height: 36px;
  display: inline-block;
}

.brand h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", Helvetica !important;
}

.registered {
  color: var(--muted);
  font-size: .9rem;
  margin-top: 6px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-col h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 14px;
  font-family: "Poppins", Helvetica !important;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: rgba(195, 195, 195, 1);
  text-decoration: none;
  font-size: .95rem;
  font-family: "Poppins", Helvetica !important;
}

.footer-col a:hover {
  color: #fff;
  text-decoration: none;
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
}

.support-item svg {
  flex: 0 0 20px;
  height: 20px;
  color: var(--muted);
}

.support-item a {
  color: var(--muted);
  text-decoration: none;
}

.support-item a:hover {
  color: #fff;
}

.footer-contain {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.footer-bottom {
  padding: 26px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--divider);
}

.cin {
  font-weight: 600;
  color: #fff;
  margin: 5px;
  font-size: .95rem;
}

.legal-note {
  color: rgba(195, 195, 195, 1);
  font-size: .875rem;
  margin: 5px;
  max-width: 70%;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  background: var(--accent);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(198, 40, 40, 0.08);
}

.muted {
  color: rgba(195, 195, 195, 1);
  font-family: "Poppins", Helvetica !important;
}

.divider-line {
  height: 1px;
  background: var(--divider);
  margin: 16px 0;
  border-radius: 2px;
}

a.phone-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}