body {
  font-family: var(--primary-font) !important;
  line-height: 1.5;
  color: rgb(var(--color-1)) !important;
  background-color: rgb(var(--color-3)) !important;
  margin: auto !important;
}

[hidden] { display: none !important; }

.hero {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  width: 100%;
}

.hero-fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hero-content {
  text-align: center;
  padding: 0 8px;
  margin: 175px 0;
  z-index: 1;
}

.hero-title {
  font-family: var(--secondary-font) !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-description-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  padding: 0 4px;
}

.hero-description-2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  margin: 0 auto;
}

a.start-button {
  color: rgb(var(--white)) !important;
}

.start-button-container {
  width: 236px;
  height: 177px;
  position: relative;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.start-button-container:hover {
  transform: scale(1.1);
}

.start-button-bg {
  position: absolute;
}

.start-button-circle-outside {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  display: flex;
  padding: 11.5px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 20;
  background-color: #F37B1F;
}

.start-button {
  background: url(/wp-content/themes/Katzkin/images/start-here.png) no-repeat;
  width: 120px;
  height: 120px;
  text-decoration: none;
  border: none !important;
  padding: 16.5px;
  box-sizing: border-box;
}

.start-button-circle {
  width: 89px;
  height: 89px;
  background: #371a06;
  border: 1px solid #b65f1d;
  border-radius: 50%;
  font-family: var(--tertiary-font) !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
}

.start-text {
  height: 52px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #F37B1F;
  z-index: 10;
}

.sections {
  width: 100%;
}

.process-section {
  padding: 100px 0;
  max-width: 809px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 69px;
}

.process-header {
  text-align: center;
}

.process-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.process-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(var(--color-2));
  margin-bottom: 16px;
}

.view-process {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.view-process svg {
  stroke: currentColor;
}

.view-process-link {
  text-decoration: none;
  color: inherit;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.process-vertial-line {
  border-left: 1px dashed rgb(var(--color-2) / 0.8);
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
}

.process-step {
  display: flex;
  align-items: center;
  position: relative;
  gap: 56px;
}

.step-odd {
  text-align: right;
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}

.step-number {
  font-family: var(--secondary-font) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.step-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-title {
  font-family: var(--secondary-font) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.step-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(var(--color-2));
}

.step-image {
  width: 50%;
  height: 174px;
  border-radius: 8px;
  object-fit: cover;
}

.step-duration {
  margin: auto;
  padding: 4px 12px;
  border-radius: 12px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background-color: rgb(var(--color-3));
  z-index: 1;
}

.process-cta {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

a.process-cta-button {
  margin-bottom: 12px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 500;
  line-height: 150%;
  border: none;
  cursor: pointer;
  width: 231px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box !important;
}

.call-us {
  font-size: 14px;
}

.call-us-button {
  text-decoration: none;
  color: inherit;
}

.call-us-mobile {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.call-us-mobile > a {
  text-align: center;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid rgb(var(--color-2) / 0.2) !important;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}

.gallery-section {
  padding: 80px 52px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gallery-header {
  text-align: center;
}

.gallery-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.gallery-description {
  width: 444px;
  font-size: 16px;
  color: rgb(var(--color-5));
  margin: 0 auto;
}

.gallery-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  align-self: center;
}

.gallery-images {
  display: flex;
}

.gallery-image {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.gallery-thumbnails {
  display: flex;
  padding: 24px 40px;
  gap: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  bottom: 0;
  min-width: 100%;
  justify-content: center;
}

.gallery-thumbnail {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}

.gallery-thumbnail.active {
  border-color: rgb(var(--color-4));
}

a.explore-gallery {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgb(var(--color-4) / 0.08) !important;
  backdrop-filter: blur(1.5px);
  margin: 0 auto;
  width: fit-content;
  background-color: rgb(var(--color-4) / 0.04);
  color: inherit;
  cursor: pointer;
}

.trust-section {
  display: flex;
  flex-direction: column;
  padding: 100px 20px;
  gap: 32px;
  width: 810px;
  margin: auto;
}

.trust-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
}

.trust-description {
  font-family: var(--tertiary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(var(--color-2));
}

.trust-indicators {
  display: flex;
  gap: 31px;
  flex-direction: column;
  justify-content: space-between;
}

.horizontal-line {
  border-top: 1px solid rgb(var(--color-2) / 0.2);
}

.trust-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trust-card-title-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-card-title {
  font-family: var(--secondary-font) !important;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.88px;
}

.trust-card-subtitle {
  font-family: var(--secondary-font) !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.trust-card-description {
  color: rgb(var(--color-2));
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 329px;
}

.trust-indicators article:nth-of-type(3) .trust-card-description {
  width: 348px;
}

.partners-section {
  background-image: linear-gradient(
      0deg,
      rgb(var(--color-6) / 0.13),
      rgb(var(--color-6) / 0.13)
    ),
    url(/wp-content/themes/Katzkin/images/diamond-background.png);
  padding: 104px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  overflow: hidden;
}

.partners-header {
  text-align: center;
}

.partners-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.partners-description {
  font-size: 16px;
  color: rgb(var(--color-5));
}

.partners-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 0 24px;
}

.partners-grid img {
  border-radius: 0;
}

a.partners-link {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgb(var(--color-4) / 0.08) !important;
  backdrop-filter: blur(1.5px);
  margin: 0 auto;
  width: fit-content;
  background-color: rgb(var(--color-4) / 0.04);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.payment-section {
  padding: 120px 158px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.payment-title {
  font-family: var(--secondary-font) !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.payment-description {
  color: rgb(var(--color-2));
  font-family: var(--tertiary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.payment-partners {
  height: 57.29px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background-color: rgb(var(--white));
}

.payment-partners img {
  max-height: 100%;
}

.vehicles-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  padding: 80px 160px;
}

.vehicles-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
}

.vehicles-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.vehicles-makes {
  display: flex;
  gap: 32px;
  flex-direction: column;
  overflow: hidden;
}

.makes-grid {
  display: flex;
  gap: 16px;
  padding: 0 8px;
  overflow-x: auto;
}

.makes-grid > a {
  height: 219px;
  width: 219px;
  flex-shrink: 0;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid rgb(var(--color-8) / 0.2) !important;
  background-color: rgb(var(--white));
  text-decoration: none;
  color: inherit;
}

.makes-grid div {
  flex: 1;
  display: flex;
  align-items: center;
}

.make-logo {
  max-width: 100%;
  max-height: 70px;
  border-radius: 0;
}

.make-logo[alt="RAM"], .make-logo[alt="Nissan"], .make-logo[alt="Kia"], .make-logo[alt="VW"], .make-logo[alt="Hyundai"],
.make-logo[alt="Chrysler"], .make-logo[alt="Dodge"] {
  background-color: black;
}

.make-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
}

.vehicles-types {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vehicle-type-tabs {
  height: 225px;
  display: flex;
  align-items: start;
  position: relative;
}

.vehicle-type-tab {
  display: flex;
  border-bottom: 1px solid rgb(var(--color-8) / 0.2);
}

.vehicle-type-label {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  background: none;
  border: none;
  cursor: pointer;
}

input[name="tab"],
.tab-content {
  display: none;
}

.vehicle-type-tab input[name="tab"]:checked ~ .tab-content {
  display: grid;
}

.vehicle-type-tab input[name="tab"]:checked ~ label {
  border-bottom: 1px solid rgb(var(--color-7));
  font-weight: bold;
}

.models-grid {
  color: rgb(var(--color-8));
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  padding-top: 48px;
  gap: 12px;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(4, 1fr) max-content;
}

.sedans-tab .models-grid {
  grid-template-rows: repeat(6, auto);
  grid-template-columns: repeat(5, 1fr) max-content;
}

.suv-tab .models-grid {
  grid-template-rows: repeat(12, auto);
  grid-template-columns: repeat(5, 1fr) max-content;
}

.model-link {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  text-decoration: none;
}

.model-link:hover {
  color: rgb(var(--color-7)) !important;
}

.history-section {
  background-image: linear-gradient(
      0deg,
      rgb(var(--color-6) / 0.13),
      rgb(var(--color-6) / 0.13)
    ),
    url(/wp-content/themes/Katzkin/images/diamond-background.png);
  height: 323px;
  position: relative;
  overflow: hidden;
}

.history-content {
  position: absolute;
  width: 572px;
  height: 100px;
  top: 111px;
  left: 710px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.history-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
}

.history-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.history-image {
  position: absolute;
  width: 610px;
  height: 425px;
  top: -56px;
  left: -33px;
  border-top-right-radius: 204.5px;
  border-bottom-right-radius: 204.5px;
}

.history-vintage-photo {
  position: absolute;
  width: 253.91px;
  height: 175.9px;
  left: 354.95px;
  top: 102px;
  transform: rotate(3.57deg);
}

.review-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  align-items: center;
  padding: 120px 0;
}

.review-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.review-description {
  color: rgb(var(--color-2));
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.review-content {
  width: 768px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.review-summary {
  gap: 16px;
  display: flex;
}

.trustpilot-review,
.google-review {
  width: 376px;
  border: 1px solid rgb(var(--color-2) / 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px;
  height: 99px;
}

.trustpilot-review {
  overflow: hidden;
  padding: 5px 36px;
}

.trustpilot-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.trustpilot-rating-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.trustpilot-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.trustpilot-review-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.trustpilot-review-count {
  text-decoration: underline;
  font-weight: 700;
}

.google-review {
  font-family: Plus Jakarta Sans;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.google-review-box {
  display: flex;
  flex-direction: column;
  gap: 7.33px;
  align-items: start;
}

.google-review-label {
  font-weight: 700;
  font-size: 14.67px;
  line-height: 14.67px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(var(--color-2));
}

.google-review-value-box {
  display: flex;
  align-items: end;
}

.google-review-value {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #fea500;
  margin-right: 14.67px;
}

.google-review-see-all {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(var(--color-2) / 0.8);
  text-decoration: none;
}

.review-details {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;

  border: 1px solid rgb(var(--color-2) / 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

#review-details-contents {
  display: flex;
  width: 100%;  
}

.review-details-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
}

.review-details-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.review-details-avatar {
  width: 35px;
  height: 35px;
}

.review-details-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: rgb(var(--color-2) / 0.9);
}

.review-details-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(var(--color-2) / 0.9);
}

.review-details-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.review-details-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.review-details-description {
  height: 120px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgb(var(--color-2) / 0.9);
  overflow: auto;
}

.review-details-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-details-navs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
}

.review-details-navs > * {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e9e9e9;
  cursor: pointer;
}

.review-details-navs > *.active {
  background-color: #fa984d;
}

.social-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  align-items: center;
  padding: 80px 0;
}

.social-header {
  text-align: center;
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-title {
  font-family: var(--secondary-font) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
}

.social-description {
  color: rgb(var(--color-8));
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.social-grid {
  width: 966px;
  font-family: Roboto, sans-serif;
  display: flex;
  gap: 24px;
}

.social-post {
  border-radius: 8px;
  background-color: rgb(var(--white));
}

.post-header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-size: 13px;
  font-weight: 600;
}

.author-location {
  font-size: 13px;
  font-weight: 400;
}

.post-footer {
  padding: 16px 16px 24px 16px;
  font-size: 13px;
}

.social-post a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.social-footer {
  width: 966px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-nav {
  color: rgb(var(--color-8) / 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.social-nav a {
  text-decoration: none;
  color: inherit;
}

.social-nav svg {
  fill: currentColor;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.view-social {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  vertical-align: middle;
}

@media (min-width: 1630px) {
  .hero-title {
    font-size: 60px;
  }

  .hero-description-1 {
    font-size: 24px;
  }

  .hero-description-2 {
    font-size: 24px;
  }

  .partners-grid {
    min-width: 100vw;
    justify-content: space-around;
  }
}

@media (min-width: 800px) {
  .gallery-image {
    height: calc(100vh - 100px);
  }
  
  .gallery-container {
    overflow: hidden;
  }
}

@media (max-width: 720px) {
  .hero {
    height: 564px;
    overflow: hidden;
  }

  .hero-bg {
    height: 100%;
    width: initial;
    max-width: initial;
  }

  .hero-content {
    margin: 70px 0;
  }

  .hero-title {
    font-size: 24px;
  }

  .start-button-container {
    width: 232px;
  }

  .process-section {
    padding: 56px 16px 40px 16px;
    gap: 40px;
  }

  .process-title {
    font-size: 24px;
  }

  .process-step {
    flex-direction: column;
    gap: 0;
    background-color: rgb(var(--color-3));
    border: 1px solid rgb(var(--color-2) / 0.2);
    border-radius: 8px;
  }

  .step-content {
    width: 100%;
    text-align: left;
    padding: 16px;
  }

  .step-number,
  .step-title {
    font-size: 20px;
  }

  .step-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
    order: 1;
  }

  a.process-cta-button {
    width: 100%;
  }

  .call-us {
    display: none;
  }

  .call-us-mobile {
    display: flex;
  }

  .gallery-section {
    padding: 40px 16px;
    height: initial;
  }

  .gallery-header {
    text-align: left;
  }

  .gallery-title {
    font-size: 24px;
  }

  .gallery-description {
    width: initial;
  }

  .gallery-container {
    height: initial;
    width: 100%;
  }

  .gallery-image {
    height: initial;
  }

  .gallery-thumbnails {
    position: relative;
    padding: 0;
    justify-content: start;
    overflow-x: scroll;
    background: none;
  }

  .gallery-thumbnail {
    width: 48px;
    height: 48px;
  }

  .trust-section {
    padding: 20px 16px;
    gap: 24px;
    width: 100%;
  }

  .trust-title {
    font-size: 24px;
    line-height: 130%;
  }

  .trust-indicators {
    gap: 24px;
  }

  .trust-card {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .trust-card-title {
    font-size: 24px;
  }

  .trust-card-subtitle {
    font-size: 18px;
  }

  .trust-card-description {
    text-align: left;
    width: 100%;
  }

  .partners-section {
    padding: 56px 16px;
    gap: 56px;
  }

  .partners-header {
    text-align: left;
  }

  .partners-title {
    font-size: 24px;
  }

  .partners-grid {
    height: 39px;
    gap: 24px;
    padding: 0 12px;
  }

  .partners-grid img {
    width: initial;
    max-height: 100%;
  }

  .payment-section {
    padding: 40px 16px;
    text-align: left;
    gap: 24px;
  }

  .payment-title {
    font-size: 24px;
    line-height: 130%;
  }

  .payment-description {
    font-size: 16px;
  }

  .payment-partners {
    height: 35px;
    justify-content: start;
    gap: 32px;
  }

  .vehicles-section {
    padding: 40px 16px;
    gap: 32px;
  }

  .vehicles-title {
    font-size: 24px;
    line-height: 140%;
  }

  .vehicles-makes {
    gap: 16px;
  }

  .vehicles-subtitle {
    font-size: 20px;
  }

  .makes-grid {
    gap: 8px;
    padding: 0 4px;
  }

  .makes-grid > a {
    width: 120px;
    height: 120px;
    padding: 16px 10px;
    gap: 4px;
  }

  .make-logo {
    max-height: 50px;
  }

  .vehicle-type-tabs {
    height: initial;
    flex-direction: column;
    gap: 20px;
  }

  .vehicle-type-tab {
    flex-direction: column;
    border-bottom: 0;
    width: 100%;
  }

  .vehicle-type-tab .tab-content {
    position: static;
  }

  .vehicle-type-label {
    padding: 0;
    font-weight: bold;
    position: relative;
  }

  .vehicle-type-label::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: bold;
    transition: 0.2s;
    color: rgb(var(--color-8));
    font-size: 24px;
  }

  .models-grid {
    padding-top: 16px;
    grid-template-columns: 1fr max-content !important;
  }

  .vehicle-type-tab input[name="tab"]:checked ~ label {
    border-bottom: 0;
  }

  .vehicle-type-tab input[name="tab"]:checked ~ label::after {
    content: "_";
    bottom: 8px;
  }

  .history-section {
    height: initial;
  }

  .history-image {
    position: static;
    width: 400px;
    height: 210px;
    margin-top: -10px;
    border-radius: 0;
  }

  .history-vintage-photo {
    width: 191.36px;
    height: 132.57px;
    left: 97px;
    top: 85px;
    transform: rotate(-1.88deg);
  }

  .history-content {
    position: static;
    gap: 8px;
    padding: 40px 16px;
    width: 100%;
    height: initial;
  }

  .history-title {
    font-size: 24px;
  }

  .review-section {
    padding: 40px 16px;
    gap: 40px;
  }

  .review-header {
    text-align: left;
  }

  .review-title {
    font-size: 24px;
  }

  .review-content {
    width: 100%;
    gap: 8px;
  }

  .review-summary {
    flex-direction: column;
    gap: 8px;
  }

  .trustpilot-review,
  .google-review {
    width: 100%;
  }

  .trustpilot-review {
    padding: 5px 29px;
  }

  .review-details {
    padding: 16px 12px;
  }

  #review-details-contents {
    position: relative;
    overflow: auto;
    gap: 10px;
  }

  .review-details-content {
    display: flex !important;
    flex-shrink: 0;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 10px;
  }

  .review-details-description {
    height: 250px;
  }

  .review-details-navs > * {
    width: 6px;
    height: 6px;
  }

  .review-nav-button {
    display: none;
  }

  .social-section {
    padding: 40px 0;
    gap: 32px;
    align-items: start;
  }

  .social-title {
    font-size: 24px;
  }

  .social-header {
    text-align: left;
    padding: 0 16px;
  }

  .social-grid {
    gap: 8px;
    width: 100%;
    overflow: auto;
  }

  .social-footer {
    width: 100%;
    padding: 0 16px;
  }

  .social-nav {
    flex-direction: column;
  }

  .social-icons {
    width: 100%;
  }
}
