/* Font Import */

@font-face {
  font-family: "Avenir Next";
  src: url("https://firebasestorage.googleapis.com/v0/b/hseo-cdn.appspot.com/o/OEM-Fonts%2FHonda%2FAvenirNext-Regular-08.ttf?alt=media&token=6cbaffdb-7186-44d3-858c-59edb92c1743");
  ascent-override: 100%;
}

/* Buttons */
.hsd-btn-cont {
  display: flex;
  flex-flow: wrap;
  place-content: center center;
  gap: 12px;
}

.hsd-btn:visited,
.hsd-btn:link {
  color: currentColor;
}

.hsd-btn {
  display: flex;
  padding: 16px 0;
  place-content: center center;
  gap: 10px;

  width: 168px;
  height: 48px;
  border-radius: 50px;

  text-align: center;
  font-family: "Avenir Next" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */

  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.hsd-btn-pri {
  background: #0077c0;
  border: 2px solid #0077c0;
  color: #fff !important;
}
.hsd-btn-pri:hover {
  background: #fff;
  border: 2px solid #0077c0;
  color: #0077c0 !important;
}

.hsd-btn-sec {
  background: #fff;
  border: 2px solid #fff;
  color: #000 !important;
}
.hsd-btn-sec:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff !important;
}

@media screen and (max-width: 850px) {
  .hsd-btn {
    width: 100%;
    font-size: 14px !important;
  }
}

/* |==------==| */
/*  HS CSS */
:root {
  /* Hero Section Background Graphics */
  --hsd-hero-section-bkg-desktop: url("https://di-uploads-pod32.dealerinspire.com/bramanhondamiami/uploads/2025/10/Honda_GeoPage_Hero.jpg");
}

/* ==--------== */
/* Hero Section */
#hsd-hero-section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;

  background-image: var(--hsd-hero-section-bkg-desktop);
  background-size: cover;
  background-position: center;
}

.hsd-hs-title-btn-cont {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  max-width: 100%;
  min-height: 360px;
  margin: 0 auto;
  padding: 1rem;
  padding-bottom: 4rem;
}

/* Page Title */
.hsd-hs-custom-title {
  display: flex;
  flex-flow: column;
  gap: 8px;

  color: #fff;
  text-align: center;
  font-family: "Avenir Next" !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

/* .hsd-hs-custom-title span {} */

@media (max-width: 767px) {
  .hsd-hs-custom-title {
    font-size: 32px !important;
  }
  /* .hsd-hs-custom-title span {} */
  .hsd-hs-title-btn-cont .hsd-btn-cont {
    width: 90%;
  }
  .hsd-hs-hero-btn {
    width: 100%;
  }
}

/* |==------==| */
/* ICS CSS */

#hsd-intro-content-section {
  display: flex;
  justify-content: center;

  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 1rem;

  background: #0077c0;
}
.hsd-ics-btn-content-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1010px;
}
.hsd-ics-content {
  color: #fff;
  text-align: center;
  font-family: "Avenir Next" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

.hsd-ics-btn-content-cont .hsd-btn {
  width: 320px;
  padding: 16px 0;

  font-size: 18px !important;

  transition: all 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  #hsd-intro-content-section {
    padding: 24px 1rem;
  }

  .hsd-ics-btn-content-cont {
    width: 90%;
  }
  .hsd-ics-content {
    font-size: 20px !important;
  }
  .hsd-ics-btn-content-cont .hsd-btn {
    width: 100%;
    font-size: 14px !important;
  }
}

/* |==------==| */
/* CS CSS */

/* ==-----------== */
/* Content Section */
.hsd-content-section {
}

.hsd-content {
  width: 100%;
  max-width: 1440px;
  margin: 40px auto;
  padding: 1rem;
}

.hsd-content h2,
.hsd-content h3 {
  color: #000;
  font-family: "Avenir Next" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.hsd-content h3 {
  font-size: 20px !important;
}

.hsd-content p,
.hsd-content ul {
  color: #000;
  font-family: "Avenir Next" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.hsd-mod-cwl-50-50-content p,
.hsd-mod-cwl-50-50-content ul {
  font-size: 16px !important;
  line-height: 140%; /* 22.4px */
}

@media screen and (max-width: 850px) {
  .hsd-content {
    margin: 24px auto;
  }

  .hsd-content h2 {
    font-size: 20px !important;
  }
  .hsd-content h3 {
    font-size: 18px !important;
  }
  .hsd-content p,
  .hsd-content ul {
    font-size: 16px !important;
  }
  .hsd-mod-cwl-50-50-content p,
  .hsd-mod-cwl-50-50-content ul {
    font-size: 14px !important;
    line-height: 140%; /* 22.4px */
  }
}

/* |==------==| */
/* CIS CSS */

/* ==--------------------== */
/* Custom Inventory Section */
#hsd-custom-inventory-section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;

  background-color: #f6f6f6;
}
.hsd-cis-inventory-grid {
  display: grid;
  align-content: center;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;

  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem;
}

.hsd-cis-cards {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 8px;

  max-width: 250px;
  width: 100%;
  padding: 0;

  background: #fff;
  border-radius: 10px;

  text-decoration: none !important;
  transition: all 0.25s ease-out;
}

.hsd-cis-title {
  margin: 0 !important;

  color: #000;
  text-align: center;
  font-family: "Avenir Next" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */

  transition: all 0.25s ease-out;
}
.hsd-cis-cards:hover .hsd-cis-title {
  color: #1275b3;
}

.hsd-cis-car-graphic {
  width: 100%;
  transition: all 0.25s ease-out;
}
.hsd-cis-cards:hover .hsd-cis-car-graphic {
  scale: 1.15;
}

@media screen and (min-width: 1350px) {
  .hsd-cis-inventory-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1090px) {
  .hsd-cis-inventory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 850px) {
  .hsd-cis-inventory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hsd-cis-cards {
    background: transparent;
  }

  .hsd-cis-title {
    font-size: 18px !important;
    font-weight: 300;
  }
}

@media screen and (max-width: 620px) {
  .hsd-cis-inventory-grid {
    grid-template-columns: 1fr;
  }
}

/* |==------==| */
/* MS CSS */

/* ==-------== */
/* Map Section */
#hsd-map-section {
  max-width: 1920px;
  width: 100%;
  padding: 16px 0;
  margin: 0 auto;
}

#hsd-map-section iframe {
  width: 100% !important;
  height: 450px !important;
}

/* |==------==| */
/* Content w/ Lifestyles MOD CSS */

/* Content w/ Lifestyles customizable root variables */
:root {
  /* cwl = Content w/ Lifestyles */

  /* Accent Class */
  --hsd-mod-cwl-50-50-accent-background-color: #000;
  --hsd-mod-cwl-50-50-accent-text-color: #fff;
  --hsd-mod-cwl-50-50-accent-link-color: #fff;
}

/* Module Parent */
.hsd-mod-content-w-lifestyle-50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 1rem auto;
}

/* Reverse Class */
/* (swaps image and content position when added) */
.hsd-mod-cwl-50-50-reverse {
  grid-template-columns: 50% 50%;
}
.hsd-mod-cwl-50-50-reverse .hsd-mod-cwl-50-50-content {
  order: 1;
}

/* Image Cont */
.hsd-mod-cwl-50-50-img {
  width: 100%;
  height: 100%;
}
.hsd-mod-cwl-50-50-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Content Cont */
.hsd-mod-cwl-50-50-content {
  margin: 1rem;
  padding: 4rem;
  box-sizing: border-box;
}

/* Accent styling */
.hsd-mod-cwl-50-50-accent {
  color: var(--hsd-mod-cwl-50-50-accent-text-color);
  background-color: var(--hsd-mod-cwl-50-50-accent-background-color);
}
.hsd-mod-cwl-50-50-accent a {
  color: var(--hsd-mod-cwl-50-50-accent-link-color);
}

/* Media Query for mobile */
@media screen and (max-width: 767px) {
  /* Module Parent */
  .hsd-mod-content-w-lifestyle-50-50 {
    grid-template-columns: 1fr;
  }

  /* Content Cont */
  .hsd-mod-cwl-50-50-content {
    margin: 1rem 0;
    padding: 1rem 0;
  }

  /* Have the content above the image */
  .hsd-mod-content-w-lifestyle-50-50 .hsd-mod-cwl-50-50-content {
    order: 2;
  }
}
