@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Haskoy";
  src: url("assests/fonts/haskoy/Haskoy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


.navbar-custom {
  padding: 1.2rem 2rem;
  border-bottom: 0.6px solid #bdbdbd;
  
}
@media (max-width: 767.98px) {
  .navbar-custom {
    padding: 0.8rem 0rem;
    border-bottom: 0.6px solid #bdbdbd;
  }
}
.navbar-custom.scrolled {
  background-color: white !important;
  transition: background-color 0.3s ease;
}
a.nav-link {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
a.nav-link:hover {
  color: #150089 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.btn-black-rounded {
  background-color: #150089;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: background-color 0.3s;
  display: inline-block;
}

/* Center the button on mobile screens */
@media (max-width: 576px) {
  .btn-black-rounded {
    display: block;
    padding: 0.75rem 1rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
}
.btn-black-rounded:hover {
  background-color: #1ed36a;
  color: #fff;
  border: 2px solid #1ed36a;
}

.btn-news {
  background-color: #150089;
  color: #fff;
}
.btn-news:hover {
  background-color: #1ed36a;
  color: #fff;
}
.btn-outline-dark:hover {
  background-color: #8b322c;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.feature-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
/* .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    } */

.zauto-btn-black {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.zauto-btn-black:hover {
  background-color: #333;
}
.zauto-hero-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
}
.zauto-hero-img-main {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.zauto-hero-img-top {
  position: absolute;
  top: 20px;
  right: -120px;
  width: 180px;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.zauto-hero-img-bottom {
  position: absolute;
  bottom: 20px;
  right: -120px;
  width: 180px;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
@media (max-width: 992px) {
  .zauto-hero-img-top,
  .zauto-hero-img-bottom {
    right: -80px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .zauto-hero-img-top,
  .zauto-hero-img-bottom {
    display: none;
  }
}

.image-container {
  position: relative;
}

.main-image {
  border-radius: 50px;
  width: 46%;
}

@media (max-width: 1399.98px) {
  .main-image {
    width: 48%; /* reduce slightly */
  }
}

@media (max-width: 1199.98px) {
  .main-image {
    width: 44%; /* reduce further */
  }
}

@media (max-width: 991.98px) {
  .main-image {
    width: 40%; /* further reduce for smaller tablets */
  }
}

@media (max-width: 767.98px) {
  .main-image {
    width: 100%; /* full width on mobile */
  }
}

.secondary-image {
  border-radius: 30px;
  width: 280px;
  position: absolute;
}

@media (max-width: 1399.98px) {
  .secondary-image {
    width: 240px;
  }
}

@media (max-width: 1199.98px) {
  .secondary-image {
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  .secondary-image {
    width: 160px;
  }
}

.top-right {
  top: 70px;
  right: 0px; /* increased spacing */
}

.bottom-right {
  bottom: 80px;
  right: 0px; /* increased spacing */
}

@media (max-width: 1399.98px) {
  .top-right {
    top: 0px;
    right: 0px; /* increased spacing */
  }

  .bottom-right {
    bottom: 50px;
    right: 0px; /* increased spacing */
  }
}

@media (max-width: 1199.98px) {
  .top-right {
    top: 0px;
    right: 0px; /* increased spacing */
  }

  .bottom-right {
    bottom: 50px;
    right: 0px; /* increased spacing */
  }
}
@media (max-width: 767.98px) {
  .secondary-image {
    display: none;
  }
}

.btn-dark {
  background-color: #343a40;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
/* .smooth-scroll-img {
        will-change: transform;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      } */

@media (max-width: 1399.98px) {
  h1.fw-bold {
    font-size: 40px !important;
  }
}

@media (max-width: 1199.98px) {
  h1.fw-bold {
    font-size: 36px !important;
  }
}
@media (max-width: 767.98px) {
  h1.fw-bold {
    font-size: 32px !important;
  }
}
.feature-card:hover .feature-arrow-btn {
  background-color: #150089 !important;
  color: #fff !important;
  border-color: #150089 !important;
  transition: background 0.3s;
}
.feature-card:hover .feature-arrow-btn img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  /* tablets and small laptops */
  h1.fw-bold {
    font-size: 32px !important;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}
.section-green {
  background-color: #dbe4d1;
  padding: 5rem 0;
  border-radius: 25px;
}
.feature-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
/* .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } */
.feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.zauto-feature-card1 {
  border-radius: 1rem;
  padding: 4rem 2rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #faf7ed;
}

.zauto-feature-card1:hover {
  background-color: #F6F4FF;
  border: 2px solid #ffcd4d;
  transition: background-color 0.1s, border 0.1s;
}
.zauto-feature-card2 {
  border-radius: 1rem;
  padding: 4rem 2rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #edf4fb;
}

.zauto-feature-card2:hover {
  background-color: #F6F4FF;
  border: 2px solid #007aff;
  transition: background-color 0.1s, border 0.1s;
}
.zauto-feature-card3 {
  border-radius: 1rem;
  padding: 4rem 2rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #dbe4d1;
}

.zauto-feature-card3:hover {
  background-color: #F6F4FF;
  border: 2px solid #198754;
  transition: background-color 0.1s, border 0.1s;
}

.zauto-bg-light-yellow {
  background-color: #faf7ed;
}
.zauto-bg-light-blue {
  background-color: #edf4fb;
}
.zauto-bg-light-green {
  background-color: #dbe4d1;
}
.zauto-feature-icon-lg {
  height: 150px;
  align-self: center;
}
.zauto-img-rounded {
  border-radius: 2rem;
  width: 100%;
  height: auto;
}
.zauto-list-icon {
  color: #8bc34a;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.zauto-cta-section {
  background-color: #150089;
  border-radius: 1rem;
  padding: 5rem 1rem;
  text-align: center;
  color: #ffffff;
}
.zauto-cta-btn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  transition: background-color 0.3s;
}
.zauto-cta-btn:hover {
  background-color: #333333;
}
.zauto-footer {
  padding: 1rem 1rem;
  border-top: 1px solid #ddd;
}
.zauto-footer h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.zauto-footer a {
  color: #6c757d;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}
.zauto-footer a:hover {
  text-decoration: underline;
}
.zauto-newsletter-input {
  max-width: 400px;
}

.about-hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .about-hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about-hero-image {
  border-radius: 50px;
}
.zauto-btn-black {
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.zauto-btn-black:hover {
  background-color: #333;
}
.mission-section {
  background-color: #fdf3dc;
  padding: 5rem 1rem;
}
.mission-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
}
.mission-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 1rem;
}
.mission-img {
  border-radius: 1rem;
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .mission-title {
    font-size: 2rem;
  }
}
/* Matrics Section */
.metrics-section {
  padding: 5rem 1rem;
  text-align: center;
}
.metrics-title {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2;
}
.metrics-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.metric {
  padding: 2rem 1rem;
  border-right: 1px solid #e0e0e0;
}
.metric:last-child {
  border-right: none;
}
.metric-number {
  font-size: 6rem;
  font-weight: 500;
  color: #0a0a0a;
}
.metric-desc {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .metrics-title {
    font-size: 2rem;
  }
  .metric {
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .metric:last-child {
    border-bottom: none;
  }
}

/* drives section */
.drives-section {
  padding: 5rem 1rem;
}
.drives-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}
.drives-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 1rem;
}
.drives-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}
.drives-list li {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.drives-list li::before {
  content: "✔️";
  color: green;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
.drives-list strong {
  color: #0a0a0a;
}
.drives-btn {
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  margin-top: 2rem;
}
.drives-btn:hover {
  background-color: #333;
}
.drives-img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Accordian */

.why-section {
  padding: 5rem 1rem;
}
.why-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0a0a0a;
}
.why-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 1rem;
  max-width: 500px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #0a0a0a;
  background-color: #f9f9f9;
}
.why-img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.join-section {
  background-color: #150089;
  padding: 6rem 1rem;
  border-radius: 1.5rem;
  text-align: center;
  max-width: 1200px;
  margin: 4rem auto;
}
.join-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0a0a0a;
}
.join-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.join-btn {
  background-color: #0a0a0a;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  margin-top: 2rem;
  border: none;
}
.join-btn:hover {
  background-color: #333333;
}

.wrapper {
  max-width: 640px;
}

.details-group {
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  background-color: white;
}

.details {
  overflow: hidden;
  border-bottom: 1px solid #cfd8dc;
  transition: height 300ms ease-in-out;
}
.details:last-child {
  border-bottom: 0;
}
.details__summary,
.details__content {
  padding: 24px;
}
.details__summary {
  position: relative;
  list-style: none;
  padding-left: 48px;
  outline: 0;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: "Haskoy", sans-serif;
  text-transform: uppercase;
  transition: color 300ms ease-in-out;
}
[open] > .details__summary {
  color: #150089;
}
.details__summary::-webkit-details-marker {
  display: none;
}
.details__summary:before,
.details__summary:after {
  content: "";
  position: absolute;
}
.details__summary:before {
  left: 20px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #150089;
}
.details__summary:after {
  left: 28px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #150089;
  transition: all 300ms ease-in-out;
}
[open] .details__summary:after {
  opacity: 0;
  transform: translateY(25%);
}
.details__content {
  padding-top: 0;
  padding-left: 48px;
}
