.pg-footer {
  font-family: var(--font-primary);
}
.content {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
  color: #fff;
}
/* Button styles */
.btn {
  display: inline-block;
  padding: var(--space-sm) var(--space-md);
  background-color: var(--color-primary);
  color: #000;
  border-radius: 0.25rem;
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-lg);
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s;
}

.btn:hover {
  filter: brightness(1.2);
}
    main {
      width: 90%;
      margin: 0 auto;
      background: 
        radial-gradient(circle, rgba(0, 0, 0, 0.05) 1px, rgba(255, 255, 255, 0) 1px),
        linear-gradient(to right, #f9f9f9 75%, #f9f9f9 75%);
      background-size: 10px 10px, auto;

    }
    .container {
      display: flex;
      flex-flow: column wrap;
      justify-content: space-between;
    }
    .container .col {
      width: 100%;
      background: #fff;
      padding: 10px 20px;
      margin-bottom: 30px;
      border: 1px solid #fff;
      border-radius: 12px;
    }
    .container .col-1,
    .container .col-1-2,
    .container .col-1-3,
    .container .col-1-4,
    .container .col-1-5,
    .container .col-2-3,
    .container .col-2-4,
    .container .col-2-5,
    .container .col-3-5 {
      width: 100%;
    }
    /* Medium screens */
    @media all and (min-width: 550px) {
      .container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
      }
      .container .col-1-2,
      .container .col-1-3,
      .container .col-1-4,
      .container .col-1-5 {
        width: 48%;
      }
      .container .col-2-3,
      .container .col-2-4,
      .container .col-2-5,
      .container .col-3-5 {
        width: 100%;
      }
    }
    /* large screens */
    @media all and (min-width: 800px) {
      .container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
      }
      .container .col-1-3 {
        width: 31.3333333%;
      }
      .container .col-2-3 {
        width: 65.6666666%;
      }
      .container .col-1-4 {
        width: 22%;
      }
      .container .col-2-4 {
        width: 48%;
      }
      .container .col-3-4 {
        width: 74%;
      }
      .container .col-1-5 {
        width: 18%;
      }
      .container .col-4-5 {
        width: 79.5%;
      }
      .container .col-2-5 {
        width: 38%;
      }
      .container .col-3-5 {
        width: 59.5%;
      }
    }
.container .col-1-6 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .container .col-1-6 {
    width: 15.66%; /* slightly less than 16.66% to account for spacing/gaps */
  }
}
    .word--red   { color: #2b2b2b; }
    .vehicle-value-container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      background-color: #f9f9f9;
      border-radius: 0.75rem;
      overflow: hidden;
      padding: 0.5rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      height: auto;
    }

    /* Fluid image */
    .vehicle-image {
      height: auto;
      object-fit: cover;
      border-radius: 0.75rem 0 0 0.75rem;
    }

    /* Centered text */
    .vehicle-text {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
      padding: 0 1rem;
      color: #2b2b2b;
    }

    /* Button styling */
    .vehicle-action {
      padding-right: 1rem;
    }

    .btn-learn {
      background-color: #fff;
      border: 1px solid #444;
      color: rgb(24, 53, 88);
      padding: 0.5rem 1.25rem;
      border-radius: 0.375rem;
      text-decoration: none;
      font-weight: 400;
      white-space: nowrap;
    }

    .btn-learn:hover {
      background-color: rgb(0, 174, 217);
      color: #000;
    }

    /* Mobile adjustments */
    @media (max-width: 600px) {
      .vehicle-value-container {
        flex-direction: column;
        text-align: center;
      }

      .vehicle-text,
      .vehicle-action {
        width: 100%;
        padding: 0.5rem 0;
      }

      .vehicle-action {
        padding-bottom: 1rem;
      }

      .vehicle-image {
        width: 100%;
        border-radius: 0.75rem;
      }
    }
    .grid__image {
      display: block;           /* turn inline <img> into block */
      margin-left: auto;        /* browsers split space */
      margin-right: auto;
    }
/* Make the image fill its column */
.image-block img {
  width: 100%;
  height: auto;
  display: block;  /* removes bottom whitespace */
}
a {
  color: #034e88;
  text-decoration: none;
}
.footer {
    background-color: #023f6f;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 550px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 10px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #ddd;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #034e88;
    border-radius: 21px;
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
    text-align: center;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #002948;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}

@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 550px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  background-color: #fff;
}

.nav-menu-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 10px;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: #60041b;
}

/* Design Switcher */
.design-switcher-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.design-label {
  font-weight: 600;
  font-size: 14px;
}

.design-select {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
}
.visually-hidden-text {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
}
.full-row-center {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
  .ClientReview_Card {
    min-height: 355px;
    border-top: 5px solid #13588F;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight: 700;
    overflow: hidden;
    padding: 60px 50px 0px;
    position: relative;
  }
  .ClientReview_Top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
  }
  .ClientReview_Pfp {
    width: 70px;
  }
  .ClientReview_Stars {
    font-size: 36px;
    padding-left: 20%;
    color: #ffbf00;
  }
  .ClientReview_Body {
    padding-bottom: 20px;
  }
  .ClientReview_Name {
    color: #13588F;
    font-size: 18px;
    padding-bottom: 40px;
  }
  .ClientReview_Img img {
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg) brightness(1.1);
    position: absolute;
    right: -70px;
    bottom: -50px;
    z-index: -1;
  }
.star {
  color: #ccc;
}
.star.filled {
  color: gold;
}
.footer-menu-list li a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.responsive-logo {
  width: 190px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 619 / 209;
}

@media (max-width: 768px) {
  .responsive-logo {
    width: 130px; /* Smaller logo for mobile */
  }
}
.tradein-cta {
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(90deg, rgb(24, 24, 24) 50%, rgb(166, 11, 9) 50%);
  color: white;
}

.cta-left,
.cta-right {
  flex: 1 1 50%;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cta-left {
  background-color: rgb(24, 24, 24); /* fallback */
}

.cta-right {
  background-color: #015484;
}

.cta-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 1rem;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.cta-content h2 {
  width: 100%;
  margin: 0 3% 1rem 3%; /* 3% horizontal margin */
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: 800;
}

.cta-content button {
  padding: 0.6rem 1.2rem;
  border: 2px solid #fff;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.cta-content button:hover {
  background: #ddd;
  color: #000;
}

@media (max-width: 768px) {
  .tradein-cta {
    flex-direction: column;
    background-image: none;
  }

  .cta-left,
  .cta-right {
    flex: 1 1 100%;
  }
}
.contact-form-container {
  background-color: #002948;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  max-width: 350px;
}

.contact-form input.form-input {
  background-color: #6f6f6f;
  color: #fff;
  border: none;
  padding: 0.6rem;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 5px;
}

.contact-form button {
  width: 100%;
  background-color: #034e88;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); /* Smaller cards */
  gap: 15px; /* Reduced gap */
}

.video-item {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 15px;
}

.vehicle-image {
  position: relative;
}

.grid__image, .no-image {
  width: 100%;
  height: 165px; /* Fixed height for smaller images */
  object-fit: cover;
}

.motorcycle-name {
  font-size: 1rem; /* Smaller text */
  margin: 8px 0;
}

.year-mileage, .price {
  font-size: 0.85rem; /* Smaller text */
}

.details-button {
  display: block;
  width: calc(100% - 20px);
  margin: 10px auto 0;
  padding: 8px 12px;
  background: #501514;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.details-button:hover {
  background: #882422;
}
/* Tablet: 2 columns */
@media (min-width: 768px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop: 4 columns */
@media (min-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.video-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.video-item img {
    width: 100%;
    border-radius: 5px;
}

.video-item p {
    font-size: 1.1rem;
    margin: 10px 0 0;
    color: #444;
}
img.custom-image-size {
  width: auto;
  display: block;
}

.video-grid {
  padding: 3%;
}
.price {
  text-align: left;
}
.col-1 h3 {
  text-align: left;
  margin-bottom: 2.5%;
  color: #60041b;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.inner {
   background: rgba(0, 0, 0, 0.554) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.vehicle-details h2 {
  font-size: 1.1rem;
}