.banner-sec {
  position: relative;
  top: 0;
  margin-top: -300px;
  margin-left: 18%;
  margin-right: 9%;
}
.banner-slider {
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 80vh;
}
.text-overlay {
  position: absolute;
  top: 73%;
  left: 10%;
  transform: translateY(-50%);
  color: #6d4124;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Humanist521LightBT";
}
.swiper {
  width: 100%;
  position: relative;
  padding-bottom: 18px;
}
.banner-swiper {
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 100%;
  background-color: #ccc;
  border-radius: 0;
  transition: background-color 0.3s;
  cursor: pointer;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #555;
  opacity: 1;
}
.swiper {
  --swiper-pagination-bottom: 0px; /* Moves pagination 5px below the slider */
  position: relative; /* Required for absolute positioning inside */
  padding-bottom: 18px; /* Give space for the pagination bar */
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, -2px);
}
.contact-desc-section {
  background-color: #d2beaa;
  margin-top: -5%;
}
.contact-description {
  text-align: left;
  padding: 13% 6% 6%;
  position: relative;
}
.con-desc-div {
  padding-left: 22%;
  padding-right: 28%;
  padding-bottom: 5%;
}
.con-desc-title {
  font-family: "Humanist521LightBT";
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  line-height: 1.2;
  color: #6d4124;
  margin-bottom: 1rem;
}
.con-desc-para {
  font-family: "Humanist521LightBT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #333;
}
.con-desc-para a {
  color: #315db5;
}
.field-wrapper textarea {
  width: 100%;
  border: none;
  background: #fff;
  color: #333;
  padding: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.field-wrapper textarea::placeholder {
  color: #888;
  opacity: 1;
}
.dealer-section {
  position: relative;
  min-height: 95vh;
  font-family: "Humanist521LightBT";
  text-align: center;
  overflow: hidden;
}
.dealer-bg-wrapper {
  position: relative;
  width: 100%;
}
.dealer-overlay-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
  width: 100%;
}
.dealer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.dealer-title {
  font-family: "Humanist521BT";
  font-size: 2.667rem;
  letter-spacing: 2.5px;
  color: #6d4124;
  text-align: center;
  width: 100%;
}
.dealer-subtitle {
  margin-top: 1%;
  font-family: "Humanist521LightBT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #333333;
}
.dealer-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 3% 0 2% 0;
}
.dealer-select {
  width: 75%;
  padding: 12px 15px;
  border: 2px solid #999;
  border-radius: 2px;
  appearance: none;
  background: white
    url('data:image/svg+xml;utf8,<svg fill="%2342648D" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 60% center;
  background-size: 70px;
  font-family: "Humanist521BT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #666666;
}
.dealer-info-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 2%;
  border: 2px solid #999;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  overflow: hidden;
}
.dealer-address {
  text-align: left;
  width: 50%;
  font-family: "Humanist521LightBT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #333333;
  max-height: 325px;
  overflow-y: auto;
  padding-right: 10px;
}
.dealer-address-phone {
  font-family: "Humanist521BT";
  padding-top: 7%;
}
.dealer-address-phone a {
  color: #333333;
  text-decoration: none;
}
.dealer-map {
  width: 50%;
}
.dealer-map iframe {
  width: 100%;
  height: 410px;
  border: 2px solid #999;
}
.hr-pd {
  margin: 1rem 0;
}
.clear-btn {
  background-color: #42648d;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Humanist521BT";
}
.dealer-card {
  cursor: pointer;
}
.dealer-card:hover {
  background: #f0f0f0;
}
.no-dealer {
  color: #333333;
  margin: auto;
}
.download-section {
  position: relative;
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
  padding-top: 3%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.download-title {
  font-family: "Humanist521BT";
  font-size: 2.667rem;
  letter-spacing: 2.5px;
  color: #6d4124;
  text-align: center;
  width: 100%;
}
.download-para {
  font-family: "Humanist521LightBT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #333333;
  margin-top: 1%;
}
.btn-group {
  display: flex;
  gap: 15px;
}
.download-btn {
  margin-top: 2rem;
  padding: 1rem;
  font-size: 1.333rem;
  background: #6d4124;
  color: #fff;
  border: none;
  cursor: pointer;
  border: 2px solid #808080;
  letter-spacing: 2px;
}
.download-btn:hover {
  background: #826450;
}
.download-btn a {
  color: #fff;
  text-decoration: none;
}
.form-group {
  text-align: center;
}
.dealer-input-container {
  width: 52%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dealer-input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #999;
  border-radius: 2px;
  font-family: "Humanist521BT";
  font-size: 1.333rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #666666;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  border-bottom: none;
}
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 123px;
  overflow-y: auto;
  background: #fff;
  z-index: 9;
  border: 1.333px solid #999;
  font-family: "Humanist521BT";
  font-size: 1.333rem;
  /* letter-spacing: 1.2px;
  line-height: 1.2; */
  color: #666666;
  text-align: left;
}
.search-results div {
  padding: 5px;
  cursor: pointer;
  font-family: "Humanist521BT";
}
.search-results div:hover {
  background: #3064ce;
  color: #fff;
}
.dealer-input:focus {
  border: 2px solid #000;
  border-radius: 2px;
  outline: none;
}
.error-msg {
  text-align: left;
  color: #ff0000;
  font-size: 1rem;
  margin-top: 4px;
}
.sending-txt {
  margin-top: 3%;
  line-height: 1.2;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .banner-sec {
    position: relative;
    top: 0;
    margin-top: -340px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-desc-section {
    margin-top: -10%;
  }
  .text-overlay {
    font-size: 2rem;
    line-height: 1.2;
  }
  .contact-description {
    text-align: left;
    padding: 10% 5% 15% 5%;
  }
  .con-desc-div {
    padding: 0 0 5%;
  }
  .con-desc-title {
    font-size: 2rem;
  }
  .con-desc-para {
    font-size: 0.9rem;
  }
  .dealer-title {
    font-size: 1.8rem;
  }
  .dealer-overlay-section {
    padding: 10% 5%;
  }
  .dealer-info-box {
    display: flex;
    flex-direction: column;
    min-height: 270px;
  }
  .dealer-subtitle {
    margin-top: 5%;
    font-size: 0.9rem;
  }
  .dealer-address {
    width: 100%;
    font-size: 0.9rem;
  }
  .dealer-map {
    width: 100%;
  }
  .dealer-map iframe {
    width: 100%;
    height: 270px;
  }
  .dealer-select {
    font-size: 0.9rem;
    padding: 8px 10px;
    background-size: 50px;
  }
  .download-title {
    font-size: 1.8rem;
  }
  .download-section {
    padding: 10% 5% 15% 5%;
  }
  .download-para {
    font-size: 0.9rem;
  }
  .download-btn {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .field-wrapper textarea {
    font-size: 0.9rem;
  }
  .clear-btn {
    padding: 5px 10px;
    font-size: 13px;
  }
  .dealer-form {
    margin: 7% 0 5% 0;
  }
  .dealer-input-container {
    width: 75%;
  }
  .dealer-input {
    padding: 8px;
    font-size: 0.9rem;
  }
  .search-results {
    max-height: 123px;
    font-size: 0.9rem;
  }
  .search-results div {
    padding: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-sec {
    margin-top: -100px;
    margin-left: 14%;
    margin-right: 6%;
  }
  .text-overlay {
    font-size: 2rem;
  }
  .con-desc-title {
    font-size: 2rem;
  }
  .con-desc-para {
    font-size: 1rem;
  }
  .download-title {
    font-size: 2rem;
  }
  .download-para {
    font-size: 1rem;
  }
  .download-btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .field-wrapper textarea {
    font-size: 1.333rem;
  }
}

@media only screen and (min-width: 1024px) {
  .banner-sec {
    margin-top: -220px;
    margin-left: 14%;
    margin-right: 6%;
  }
  .text-overlay {
    font-size: 2rem;
  }
  .field-wrapper textarea {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1224px) {
  .banner-sec {
    position: relative;
    top: 0;
    margin-top: -270px;
    margin-left: 14%;
    margin-right: 9%;
  }
  .contact-desc-section {
    margin-top: -3%;
  }
  .text-overlay {
    font-size: 2.5rem;
  }
  .contact-description {
    padding: 7% 6% 3%;
  }
  .con-desc-div {
    padding-left: 22%;
    padding-right: 28%;
    padding-bottom: 2%;
  }
  .con-desc-title {
    font-size: 2rem;
  }
  .con-desc-para {
    font-size: 1rem;
  }
  .dealer-title {
    font-size: 2rem;
  }
  .dealer-subtitle {
    font-size: 1rem;
    margin-top: 1%;
  }
  .dealer-select {
    width: 55%;
    padding: 8px;
    border: 2px solid #999;
    border-radius: 2px;
    appearance: none;
    background-size: 60px;
    font-family: "Humanist521BT";
    font-size: 1rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }
  .dealer-address {
    font-size: 1rem;
    width: 50%;
  }
  .dealer-map iframe {
    width: 100%;
    height: 230px;
  }
  .dealer-map {
    width: 50%;
  }
  .dealer-overlay-section {
    padding: 3% 0;
    max-width: 800px;
  }
  .dealer-info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 2%;
    border: 2px solid #999;
    max-width: 660px;
    min-height: 230px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
  }
  .field-wrapper textarea {
    font-size: 1rem;
  }
  .download-title {
    font-size: 2rem;
  }
  .download-para {
    font-size: 1rem;
  }
  .download-btn {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
  .clear-btn {
    padding: 5px 15px;
    font-size: 16px;
  }
  .dealer-form {
    margin: 4% 0 3% 0;
  }
  .dealer-input-container {
    width: 55%;
  }
  .dealer-input {
    width: 100%;
    padding: 8px;
    font-size: 1rem;
  }
  .search-results {
    max-height: 123px;
    font-size: 1rem;
  }
  .search-results div {
    padding: 2px;
  }
  .error-msg {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-sec {
    position: relative;
    top: 0;
    margin-top: -300px;
    margin-left: 18%;
    margin-right: 9%;
  }
  .contact-desc-section {
    margin-top: -5%;
  }
  .text-overlay {
    font-size: 3rem;
  }
  .contact-description {
    text-align: left;
    padding: 7% 18% 4%;
  }
  .con-desc-div {
    padding-left: 15%;
    padding-right: 19%;
    padding-bottom: 3%;
  }
  .con-desc-title {
    font-size: 2.5rem;
  }
  .con-desc-para {
    font-size: 1.333rem;
  }
  .dealer-title {
    font-size: 2.667rem;
  }
  .dealer-subtitle {
    font-size: 1.333rem;
  }
  .dealer-select {
    width: 52%;
    padding: 12px 15px;
    font-size: 1.333rem;
    background-size: 70px;
  }
  .dealer-info-box {
    max-width: 900px;
    min-height: 320px;
  }
  .dealer-address {
    font-size: 1.333rem;
  }
  .dealer-map iframe {
    width: 100%;
    height: 320px;
  }
  .dealer-overlay-section {
    padding: 4% 0;
    max-width: 1200px;
  }
  .field-wrapper textarea {
    font-size: 1.333rem;
  }
  .download-title {
    font-size: 2.667rem;
  }
  .download-para {
    font-size: 1.333rem;
  }
  .download-btn {
    font-size: 1.333rem;
    padding: 0.5rem 2rem;
  }
  .clear-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .dealer-form {
    margin: 3% 0 2% 0;
  }
  .dealer-input-container {
    width: 52%;
  }
  .dealer-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 1.333rem;
  }
  .search-results {
    max-height: 123px;
    font-size: 1.333rem;
  }
  .search-results div {
    padding: 5px;
  }
  .error-msg {
    font-size: 1rem;
  }
}
