/* -------------- Banner Section ----------------- */
.banner-section {
  width: 100%;
  height: 100vh;
  max-height: 875px;
  margin-top: 81px !important;
  overflow: hidden;
  position: relative;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner-content-setion {
  position: relative;
  top: 86px;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  color: var(--primary);
  padding: 0 1rem;
}

.banner-content {
  max-width: 900px;
}

.banner-content h1 {
  font-size: 2.75rem;
  font-weight: 800;
  font-family: var(--ff-primary);
  color: var(--primary);
  line-height: 1.4;
  margin-bottom: 20px;
}
.button-test {
  padding: 8px 11px 8px 18px !important;
  background-color: var(--primary) !important;
  border-radius: 4px;
  color: var(--secondary) !important;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .banner-section {
    height: 90vh;
  }

  .banner-content h1 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

/*---------------Introducing abx----------- */
.abx-section {
  padding: 100px 0;
  background-color: var(--secondary);
}
.intro-heading {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border: 3px solid transparent;
  background: linear-gradient(#373737, #373737) padding-box,
    linear-gradient(8deg, var(--tertiary), var(--primary), var(--tertiary))
      border-box;
  text-align: center;
  cursor: default;
  transition: all 0.3s ease;
  z-index: 1;
  margin-bottom: 35px;
}

.intro-text {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 57px;
  color: transparent;
  display: inline-block;
  width: 100%;
}

.intro-text .line {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary) 100%)
    no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-size: 0% 100%;
  animation: textFill 6.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * 2.6s);
}

@keyframes textFill {
  0% {
    background-size: 0% 100%;
  }
  40% {
    background-size: 100% 100%;
  }
  60% {
    background-size: 100% 100%;
  }
  70% {
    background-size: 100% 100%;
  }

  100% {
    background-size: 0% 100%;
  }
}

.abx-section-image-wrapper {
  width: 100%;
  height: 100%;
}
.abx-section-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .abx-section {
    padding: 48px 0;
  }
  .intro-text {
    font-size: 20px;
    line-height: 35px;
  }
}
/* ----------------bike details-------------- */
.abx-bike-details-section {
  padding: 100px 0;
  background-color: var(--secondary);
}
.section-title {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 57.6px;
  color: var(--primary);
  margin-bottom: 57px;
}

.feature-image {
  border-radius: 16px;
  overflow: hidden;
}
.feature-section {
  margin-bottom: 30px;
}
.feature-section:last-child {
  margin-bottom: 0;
}
.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.feature-text h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffffe5;
  max-width: 550px;
  margin-bottom: 25px;
}

.feature-text p {
  color: #ffffffe5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--ff-secondary);
  max-width: 528px;
  text-align: justify;
}
@media (max-width: 768px) {
  .abx-bike-details-section {
    padding: 48px 0;
  }
  .section-title {
    font-size: 30px;
    line-height: 38px;
  }
  .feature-text h2 {
    font-size: 30px;
    max-width: 100%;
  }
}

/* ----------------ergonomics-section------------ */
.ergonomics-section {
  background: var(--secondary);
  color: var(--primary);
  padding: 100px 0;
}

.ergonomics-heading {
  font-weight: 600;
  font-size: 44px;
  line-height: 57.6px;
  color: var(--primary);
  margin: 0 0 25px 0;
  text-align: center;
}

.ergonomics-right-para {
  font-family: var(--ff-secondary) !important;
  color: var(--primary);
  font-family: 300;
  margin: 0 80px 57px;
  font-size: 17px;
  text-align: center !important;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffb90526, #ffffff00);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  height: 240px;
  display: block;
  transition: transf orm 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.28s;
}

@media (min-width: 992px) {
  .feature-card {
    height: 300px;
  }
}

.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.feature-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  margin: 0;
  color: var(--primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  z-index: 2;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}
.feature-card:hover .feature-img {
  transform: scale(1.03);
}

@media (max-width: 576px) {
  .ergonomics-section {
    padding: 48px 0;
  }
  .ergonomics-heading {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }
  .ergonomics-right-para {
    text-align: center;
    margin: 12px 0 0 0;
  }
  .feature-card {
    height: 200px;
  }
}

.feature-card {
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.feature-card img {
  display: block;
}

/* -------------connecting-------------- */
.connected-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(rgba(255, 185, 5, 0.15), #ffffff00);
  backdrop-filter: blur(22.6px);
  -webkit-backdrop-filter: blur(22.6px);
  padding: 15px;
}
.connected-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.1);
}
.connected-section {
  padding: 100px 0;
  background-color: var(--secondary);
}
.connected-section-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 57.6px;
  color: var(--primary);
  margin-bottom: 57px;
}

.mobile-connection-heading {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  line-height: 1.6;
}
.mobile-connection-text {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 14px;
  color: #adb2b9;
  line-height: 1.6;
}
.bike-connected-1 {
  width: 100%;
  height: 100%;
  max-width: 282px;
  max-height: 440px !important;
}
.bike-connected-2 {
  width: 100%;
  height: 100%;
  max-width: 101px;
  max-height: 183px !important;
}
@media (max-width: 768px) {
  .connected-section {
    padding: 48px 0;
  }
  .connected-section-title {
    font-size: 30px;
    line-height: 35px;
  }
}
/* -------------savings-------------- */
.savings-section {
  padding: 100px 0;
  background-color: var(--secondary);
}
.savings-section h2 {
  font-size: 44px;
  color: var(--primary);
  font-weight: 600;
  line-height: 57.6px;
  margin-bottom: 57px;
  text-align: center;
}
.model-select {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  color: #111;
  padding: 4px 40px 4px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path d='M1.5 5.5l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  width: 100%;
  max-width: 200px;
  height: 50px;
}
.model-select option {
  font-size: 14px;
  padding: 8px;
}

.model-select:focus {
  outline: none;
  box-shadow: none;
}
.journey-card {
  padding: 59.5px 53px;
  border-radius: 8px;
}
.journey-card-heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 35px;
}
.journey-card-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--tertiary);
  margin-bottom: 27px;
}
.form-label {
  font-weight: 600;
  font-size: 17px;
  color: var(--secondary);
  margin-bottom: 27px;
}
.distance-track {
  background: linear-gradient(
    to right,
    #111 var(--range-fill, 0%),
    #f5f5f5 var(--range-fill, 0%)
  );
  border-radius: 8px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.distance-knob {
  width: 50px;
  height: 50px;
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: 600;
  font-size: 10px;
  border: 4px solid var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(30%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.distance-range {
  opacity: 0;
  height: 40px;
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.range-selection {
  margin-bottom: 35px;
}
.range-selection-notes {
  font-weight: 600;
  font-size: 12px;
  color: var(--secondary);
  margin-bottom: 4px;
}
.disclaimer-section {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 9.5px;
  color: var(--tertiary);
  margin: 0;
}
.pricing-card {
  padding: 55px 29px;
}
.pricing-card-text {
  font-family: var(--ff-secondary) !important;
  font-weight: 300;
  font-size: 18px;
  color: var(--tertiary);
  margin-bottom: 12px;
}
.petrol-cost-text,
.electricity-cost-text {
  font-weight: 600;
  font-size: 23px;
  color: var(--secondary);
}
#petrolCost,
#electricCost,
#yearlySave,
#monthlySave {
  color: #2258ce;
  font-weight: 800;
  font-size: 22px;
}
#yearlySave,
#monthlySave {
  font-size: 18px !important;
  margin-bottom: 4px;
}
.underlined {
  margin-top: 48.5px;
  margin-bottom: 22px;
}
.savings-details {
  background-color: #f4f4f4;
  padding: 15px 28px;
}
.monthly-savings,
.yearly-savings {
  font-size: 600;
  font-size: 18px;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .savings-section {
    padding: 48px 0;
  }
  .savings-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .journey-card {
    padding: 59.5px 23px;
  }
}
/* -----------------Q/A Section---------------- */
.qa-section {
  padding: 100px 0;
  background-color: var(--secondary);
  color: var(--primary);
}
.qa-section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 50px;
  color: var(--primary);
}
.custom-accordion-card {
  background: linear-gradient(#ffffff00, #ababab0f);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 8px 0;
  margin-bottom: 25px;
}
.custom-accordion-card:has(.accordion-collapse.show) {
  background-color: #313030 !important;
}

.custom-accordion-card .accordion-item {
  border: none !important;
  box-shadow: none !important;
}

.custom-accordion-card .accordion-item,
.custom-accordion-card .accordion-header,
.custom-accordion-card .accordion-button {
  border-bottom: none !important;
  border-top: none !important;
}
.accordion-header {
  margin: 10px !important;
}

.custom-accordion-card .accordion-button {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 1.375rem;
  color: var(--primary);
  padding: 1rem 1.5rem;
  transition: background 0.2s ease;
}

.custom-accordion-card .accordion-button:not(.collapsed) {
  background: #313030;
  border-bottom: none !important;
  box-shadow: none !important;
}

.custom-accordion-card .accordion-button:focus {
  box-shadow: none !important;
}

.custom-accordion-card .accordion-body {
  font-size: 16px;
  color: var(--primary);
  padding: 0 1.5rem 1rem 15px;
  line-height: 24px;
  font-family: var(--ff-secondary);
  font-weight: 400;
}

.custom-accordion-card .accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--primary);
  background-image: none;
  transform: none !important;
  transition: all 0.3s ease;
}

.custom-accordion-card .accordion-button:not(.collapsed)::after {
  content: "–";
}
@media (max-width: 768px) {
  .qa-section {
    padding: 48px 0;
  }
  .qa-section h2 {
    font-size: 30px;
  }
}
