* {
  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 */

/* 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;
}
.btn-outline-dark {
  border-radius: 0;
}
.btn-outline-dark:focus {
  box-shadow: none;
}

.navbar-toggler {
  justify-content: flex-end !important;
}


.nav-link {
  font-family: poppins;
  color: black !important;
}

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

.btninactive {
  color: black;
  border: 1px solid black;
  border-radius: 3px;
}
.nav-link {
  font-family: poppins;
  color: black !important;
}

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

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

/* hero text */

h1.text-wrapper {
  justify-self: center;
  align-self: center;
  font-family: "Poppins", Helvetica !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1.60px;
  line-height: 66.6px;
  font-size: 3.95rem;
}

h1.fivr {
  font-size: 67px;
  justify-self: center;
  align-self: center;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  text-align: center;
  letter-spacing: -1.60px;
  line-height: 66.6px;
}

.irdai {
  font-size: 9px;
  font-family: "Poppins", Helvetica;
  font-weight: bold;
}
body > div.bg-image > div > div.container.py-4 > div > p{
  font-family: "Poppins", Helvetica !important;
      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;
  }
}

/* about us */

.feature-box {
  background: linear-gradient(to bottom, #f8f9fa, #fff0f0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d1a0a2;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  font-size: 40px;
  color: #c62828;
  margin-bottom: 15px;
}

.section-heading {
  font-weight: bold;
  margin-bottom: 20px;
}

.main-text {
  align-self: left;
  font-family: "Poppins", Helvetica !important;
  font-weight: 500;
  color: transparent;
  letter-spacing: -1.60px;
  line-height: 79.6px;
  font-size: 67px;
}
.why-ginteja-subtext{
  margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #434343;
}

  body > div.bg-image > section:nth-child(2) > div > div > div.col-lg-5.mb-4 > a :hover{
    background-color: #CC2327 !important;
    color: #fff;
  }

/* hero box */

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #c70303;
  margin-bottom: 40px;
  text-transform: lowercase;
}

.insurance-card {
  border: 1px solid #d1a0a2 !important;
  border-radius: 12px;
  border: none;
  background: linear-gradient(to bottom, #f8f9fa, #fff0f0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insurance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.insurance-card img {
  max-height: 150px;
  object-fit: contain;
  /* margin: -54px auto -42px; */
}

.insurance-card .card-body {
  text-align: left;
}
.fw{
  font-weight: 600 !important;
}
.insurance-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.2rem;
      font-family: "Poppins", Helvetica !important;
}

.insurance-card p {
  font-size: 0.95rem;
  color: #555;
}

.insurance-card .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: left;
  justify-content: left;
  background-color: #f1f1f1;
  color: #c70303;
  font-size: 1.2rem;
}

.insurance-card .btn:hover {
  background-color: #c70303;
  color: #fff;
}

body>div>div.container.py-2>div>div:nth-child(2)>div>div>div.row>div:nth-child(2)>div>img {
  max-height: 150px;
  object-fit: contain;
  margin: -8px auto -39px;
}

body>div>div.container.py-2>div>div:nth-child(3)>div>div>div.row>div:nth-child(2)>div>img {
  max-height: 150px;
  object-fit: contain;
  margin: -7px auto -57px
}

body>div>div.container.py-2>div>div:nth-child(4)>div>div>div.row>div:nth-child(2)>div>img {
  max-height: 150px;
  object-fit: contain;
  margin: 9px auto -30px;
}

body>div>div.container.py-2>div>div:nth-child(5)>div>div>div.row>div:nth-child(2)>div>img {
  max-height: 150px;
  object-fit: contain;
  margin: -14px auto -14px;
}

body>div>div.container.py-2>div>div:nth-child(6)>div>div>div.row>div:nth-child(2)>div>img {
  max-height: 150px;
  object-fit: contain;
  margin: -15px auto -19px;
}

/* Connect to Expert */
.contact-ginteja {
    background-color: #fff !important;
    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
    border-radius: 20px;
    max-width: 320px;
    margin: 15px 0px 50px 0px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
#talkToExperts > div > div.col-lg-5 > div.div.py-3 > div > a{
  color: black;
  text-decoration: none;
}
.contact-ginteja .contact-img {
    border-right: 1px solid var(--border-color);
    padding: 15px;
    margin-right: 15px;
}
#talkToExperts > div > div.col-lg-5 > div.div > h5{
      color: #CC2327;
    font-weight: 600;
    font-size: 1.50rem;
    margin-bottom: 10px;
    font-family: "Poppins", Helvetica !important;
}
.small, small {
    font-size: .875em;
  }

.info-card {
  border-radius: 16px;
  padding: 36px 30px;
  background: linear-gradient(to bottom, #f8f9fa, #fff0f0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #d1a0a2;
  max-width: 560px;
}

.info-card h2 {
  color: #CC2327;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: "Poppins", Helvetica !important;
}

.info-card .subtitle {
  font-size: 1.05rem;
  margin-bottom: 14px;
  color: #222;
  font-weight: 500;
}

.info-card p {
  color: #333;
  margin-bottom: 22px;
  line-height: 1.45;
}

.btn-pill {
  border-radius: 10px;
  padding: 10px 18px;
  background: transparent;
  border: 1.6px solid #111;
  color: #111;
  font-weight: 700;
}

.photos-stage {
  position: relative;
  min-height: 360px;
  display: block;
}

.advisor {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  transition: transform .22s ease, box-shadow .22s ease;
  background: #eee;
}

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

.advisor:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
  z-index: 999;
}

.advisor::before {
  content: "";
  position: absolute;
  left: -240px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
  opacity: 0.95;
  z-index: 1;
}

.advisor::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(198, 40, 40, 0.06);
  z-index: 2;
}

.a-main {
  width: 190px;
  height: 190px;
  top: 3px;
  right: 26%;
  z-index: 50;
  border-radius:
    18px;
  background: #3b3b3b;
}

.a-top {
  width: 230px;
  height: 205px;
  top: 85px;
  right: 48%;
  z-index: 30;
}

.a-right {
  width: 203px;
  height: 193px;
  bottom: 75px;
  right: 0%;
  z-index: 20;
  border-radius: 20px;
}

.a-front {
  width: 190px;
  height: 185px;
  bottom: -27px;
  right: 30%;
  z-index: 60;
  border-radius: 18px;
}


/* Customize Your Cover with Smart Add-Ons */

.addon-wrapper {
  position: relative;
  background: #CC232733;
  border: 1px solid #d1a0a2;
  border-radius: 16px;
  overflow: hidden;
}

.addon-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  align-items: start;
  min-height: 800px;
}

.addon-left {
  background: #c70303;
  color: #fff;
  padding: 31px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 79px;
}

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

.addon-left .lead {
  margin-top: 8px;
  font-weight: 600;
  opacity: 0.97;
}

.addon-left .note {
  margin-top: auto;
  opacity: 0.95;
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.95);
}

.addon-right {
  padding: 30px;
  position: absolute;
  top: 22%;
  /* z-index: 9999; */
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.addon-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: rgba(204, 35, 39, 0.29);
  border: 1px solid #d1a0a2;
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 180px;
}

.addon-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(204, 35, 39, 0.29);
}

.addon-number {
  font-size: 70px;
  color: #CC2327;
  line-height: 0.9;
  font-family: "Poppins", Helvetica !important;
  font-weight: 600;
}

.addon-title {
  font-size: 1.30rem;
  font-weight: 600;
  color: #c70303;
}

.addon-desc {
  margin-top: auto;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.45;
  font-family: "Poppins", Helvetica !important;
}

.addons-grid>* {
  display: flex;
}

.addon-card:focus-within,
.addon-card:focus {
  outline: 3px solid rgba(198, 40, 40, 0.12);
  outline-offset: 4px;
}

/* Power Your EV Journey with the Right Insurance */

.hero-row {
  align-items: start;
}

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

.hero-sub {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  font-family: "Poppins", Helvetica !important;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.btn-outline-pill {
  border-radius: 10px;
  padding: 10px 18px;
  background: transparent;
  border: var(--cta-border);
  font-weight: 700;
}

.badges {
  display: flex;
  gap: 12px;
  align-items: center;
}

.badge-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.hero-card {
  position: relative;
  border-radius: var(--hero-radius);
  overflow: hidden;
}

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

.hero-copy {
  position: absolute;
  left: clamp(18px, 6%, 48px);
  bottom: clamp(18px, 4%, 48px);
  color: #fff;
  max-width: 62%;
  pointer-events: none;
}

.hero-copy h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05;
  font-family: "Poppins", Helvetica !important;
}

.hero-copy p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
  opacity: .95;
}

.btn-outline-pill:focus {
  outline: 3px solid rgba(0, 0, 0, 0.08);
  outline-offset: 3px;
}

/* Ginteja vs Other Platforms */

.cmp-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.page-title {
  font-weight: 800;
  font-size: clamp(20px, 3.6vw, 32px);
  margin-bottom: 18px;
}

.page-intro {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 28px;
  text-align: right;
}

.cmp-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

.section-label {
  padding: 28px 14px;
}

.section-label h3 {
  color: #CC2327;
  font-size: 1.50rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.section-label p {
  margin: 0 0 36px;
  color: var(--muted);
}

.section-divider {
  width: 100%;
  height: 1px;
  background: #c70303;
  margin: 90px 0;
}

.comparison-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.cmp-card {
  box-shadow: rgba(204, 35, 39, 0.29);
  border: 1px solid #d1a0a2;
  transition: transform .18s ease, box-shadow .18s ease;
  background: rgba(241, 241, 241, 1);
  border-radius: 20px;
  padding: 15px 8px;
  min-height: 160px;
}
.on {
  box-shadow: rgba(204, 35, 39, 0.29);
  border: 1px solid #d1a0a2;
  transition: transform .18s ease, box-shadow .18s ease;
  background: linear-gradient(to bottom, #f8f9fa, #fff0f0);
  border-radius: 20px;
  padding: 15px 8px;
  min-height: 160px;
}

.cmp-card h4 {
  color: #c70303;
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.cmp-card ul {
  margin: 6px 0 0 10px;
  color: #333;
  line-height: 1.45;
  font-size: 0.95rem;
  font-family: "Poppins", Helvetica !important;
}

.cmp-card p {
  margin: 0;
  color: #333;
  font-size: .95rem;
  line-height: 1.45;
}

.cmp-card .dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.comparison-row>.cmp-card {
  display: flex;
  flex-direction: column;
}


.card-title-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sr-only-heading {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 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);
  height: 270px;
  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;
}