@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/platesexpress/fonts/fredoka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #111;
  --bg: #fff;
  --title: #000
  /* headings */
  --accent: #e04225;
  /* highlights/CTAs */
  --line: #000;
  /* 1px black borders */
  --max: 1200px;
  --pad: clamp(28px, 5vw, 56px);
  --gap: clamp(22px, 3.5vw, 40px);
  --radius: 12px;

  --brand-red: #e14023;
  --ink-subtle: rgba(0, 0, 0, .48);
  --bg-hero: #F0F0F0;
}

/* :root {
      --brand-red: #e14023;
      --ink: #000;
      --ink-subtle: rgba(0,0,0,.48);
      --bg-hero: #F0F0F0;
    } */

.hero-section {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  background: var(--bg-hero);
  padding: 3.125rem 0;
  position: relative !important;
  z-index: 100 !important;
  background-color: white !important;
}

/* .wrap {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;

}

.builder {
  padding: 20px 0;
} */





.hero-section .background-banner-wrap {
  position: relative;
  overflow: hidden;
}

.hero-section .background-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50% !important;       /* covers top half only */
  object-fit: cover; /* scale image to fill area while keeping aspect ratio */
  z-index: 0;        /* behind content */
}

.hero-section .hero-row {
  position: relative; /* above the image */
  z-index: 1;
}







.hero-section .container {
  width: 100%;
  /* max-width: 1205px; */
  max-width: 1405px;
  /* padding: 0 2.5%; */
  padding: 0 2.5% 30px 2.5%;
  margin: 0 auto;
  position: relative;
}

.hero-section h1 {
  margin: 0;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.5rem;
  text-align: center;
  /* max-width: 25rem; */
}

.hero-section .hero-reviews {
  color: var(--ink-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .5rem;
  row-gap: .5rem;
  margin: 2rem 0 3rem;
}



.hero-section .hero-reviews img {
  width: 108px;
  height: auto;
  display: block;
}

.hero-section .hero-reviews span {
  color: var(--ink);
  font-weight: 700;
}

.hero-section .hero-input {
  display: flex;
  align-items: center;
  column-gap: .5rem;
}

.hero-section .hero-input input,
.hero-section .hero-input button {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-section .hero-input input {
  width: 100%;
  height: 6rem;
  border: 3px solid var(--brand-red);
  color: var(--ink);
  font-size: 3rem;
  letter-spacing: 4px;
}

.hero-section .hero-input input::placeholder {
  color: #484848;
}

.hero-section .hero-input input:focus::placeholder {
  color: transparent;
}



.hero-section .hero-input button {
  height: 3.875rem;
  background: #000;
  color: #fff;
  border: none;
  transition: background .2s ease-in-out;
  width: 8.25rem;
  cursor: pointer;
}

.hero-section .hero-input button:hover {
  background: #111;
}



.hero-section .hero-intro {
  order: 2;
}

.hero-section .hero-img {
  order: 1;
}


.hero-section .hero-img img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
  max-width: 34.375rem;
}

/* Base */
html,
body {
  height: 100%
}

body {
  margin: 0;
  background: var(--bg);
  font-size:17px;
  line-height:1.8;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif
}

.container {
  /* max-width: var(--max); */
  max-width: 1405px !important;
  margin-inline: auto;
  padding-inline: var(--pad)
}

/* .prose {
   max-width: 75ch
 } */

a {
  color: var(--accent);
  text-underline-offset: 2px
}

a:hover {
  opacity: .9
}

/* Headings — bigger like the comp */

h2,
h3 {
  color: var(--title) !important;
  text-transform: none !important;
  line-height: 1.15;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

h1 {
  color: #fff;
  text-transform: none !important;
  line-height: 1.15;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;


}

h1 {
  font-weight: 800;
  font-size: clamp(3.1rem, 6vw, 4.2rem);
  margin: .25em 0 .45em
}

h2 {
  font-weight: 800;
  font-size: clamp(2.1rem, 3.6vw, 2.7rem);
  margin: clamp(40px, 6vw, 80px) 0 .6em
}

h3,
.h3-title {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: clamp(18px, 3vw, 28px) 0 .35em
}

p,
ul,
ol {
  margin: 0 0 clamp(18px, 2.6vw, 28px);
  color: #636670;
}

/* OVerride editor css */
ul {
  list-style: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

ul>li,
ol>li {
  margin-bottom: 0 !important;
}

.header-center-menu>li>a {
  color: #003940 !important;
}


.header-top-menu>li>a {
  color: white !important;
}


/* Base */
.other-plates,
.model-specific {
  position: relative;
  display: inline-block;
}

/* Toggle link + caret */
.other-plates-toggle,
.model-specific-toggle {
  text-decoration: none;
  /* padding: 10px 14px; */
  padding: 10px 0;
  color: #222;
  display: flex;
  align-items: center;
  gap: 4px;
  font: 16px / 1.7 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #003940 !important;
  font-weight: 700;
  border: none;
  background: transparent;
}


/* Dropdown box */
.other-plates .dropdown,
.model-specific .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 12px 0 0;
  padding: 8px 0;
  background: #fff;
  margin-top: -5px;
  border-radius: 6px;
  z-index: 99999 !important;
  list-style: none;
}

/* Base caret (down) */
.caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  margin-top: -10px !important;
  vertical-align: middle;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  /* points down */
  transition: transform 0.2s ease;
  margin-top: -2px;
}

/* Rotate caret UP when parent <li> is open (mobile/click) */
.other-plates.open>.other-plates-toggle .caret,
.model-specific.open>.model-specific-toggle .caret {
  transform: rotate(-135deg);
}

/* Rotate caret UP on hover (desktop/hover) */
@media (hover: hover) {

  .other-plates:hover>.other-plates-toggle .caret,
  .model-specific:hover>.model-specific-toggle .caret {
    transform: rotate(-135deg);
    margin-top: -2px !important;
  }
}


/* Arrow border (only bottom visible) */
.other-plates .dropdown::before,
.model-specific .dropdown::before {
  content: "";
  position: absolute;
  top: -16px;
  /* place above dropdown */
  left: 18px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  /* only bottom border visible */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 9997;
}

/* Arrow background (fills the arrow inside) */
.other-plates .dropdown::after,
.model-specific .dropdown::after {
  content: "";
  position: absolute;
  top: -15px;
  /* overlap slightly */
  left: 19px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  /* matches dropdown background */
  z-index: 9998;
}

.other-plates .dropdown li a,
.model-specific .dropdown li a {
  padding: 8px 14px;
  display: block;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}

.other-plates .dropdown li a:hover,
.model-specific .dropdown li a:hover {
  background-color: #333;
  color: white;
}

/* Hover (desktop) */
@media (hover: hover) {
  .other-plates:hover>.dropdown {
    display: block;
  }

  .model-specific:hover>.dropdown {
    display: block;
  }
}

/* Open class (mobile/JS) */
.other-plates.open>.dropdown {
  display: block;
}

.model-specific.open>.dropdown {
  display: block;
}


/* .hero-intro h1{

 } */

/* OVerride editor css */
.muted {
  color: #47515a
}

/* Universal 1px black borders on key surfaces */

figure,
iframe,
.card,
.btn,
.toc,
details.faq,
header.topbar,
.hero,
.divider,
footer,
.section-nav,
.kpi {
  border: 1px solid var(--line)
}

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-left: 0;
  border-right: 0
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px
}

.brand {
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--title)
}

.nav a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  padding: 12px 14px;
  border-left: 1px solid var(--line)
}

.nav a:first-child {
  border-left: 0
}

.nav a:hover {
  background: #f6f6f6
}

/* Hero */
.hero {
  padding-block: clamp(40px, 7vw, 92px);
  align-items: flex-start;
  border-left: 0;
  border-right: 0
}

.hero .kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 12px
}

.kpi {
  border-radius: var(--radius);
  padding: 14px;
  background: #fff
}

.kpi strong {
  color: var(--title)
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px
}

.btn {
  appearance: none;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  background: var(--accent);
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px
}

.btn.outline {
  background: #fff;
  color: var(--accent)
}

.btn:active {
  transform: translateY(1px)
}

/* Placeholders */
figure.ph {
  margin: 0;
  background: #fafafa;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  overflow: hidden
}

.ph-hero {
  aspect-ratio: 3/2
}

.ph-wide {
  aspect-ratio: 16/9
}

/* Sticky section nav */
.section-nav {
  position: sticky;
  top: 56px;
  background: #fff;
  border-left: 0;
  border-right: 0
}

.section-nav .inner {
  display: flex;
  gap: 24px;
  overflow: auto
}

.section-nav a {
  display: block;
  padding: 16px 2px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid transparent;
  white-space: nowrap
}

.section-nav a.active {
  border-bottom: 1px solid var(--line);
  color: var(--title)
}

.section-nav a:hover {
  color: var(--accent)
}

/* In-page TOC */
.toc {
  position: sticky;
  top: 120px;
  border-radius: var(--radius);
  padding: 16px;
  background: #fff
}

.toc strong {
  display: block;
  margin-bottom: 6px;
  color: var(--title)
}

.toc a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 6px 0
}

.toc a:hover {
  color: var(--accent)
}

/* Sections & dividers */
section {
  /* margin-bottom: clamp(44px, 7vw, 96px); */
  margin-bottom: 30px;
}

.divider {
  height: 0;
  border: 0;
  border-top: 1px solid var(--line);
  margin: clamp(44px, 7vw, 96px) 0
}

/* Card grid */
.cards {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.card {
  /* border-radius: var(--radius); */
  padding: clamp(18px, 2.2vw, 28px);
  background: #fff
}

.card h3 {
  margin-bottom: .4rem
}

/* FAQ */
/* .details,
 details.faq {
   background: #fff;
   border-radius: var(--radius);
   margin: .75rem 0
 }

 details.faq summary {
   cursor: pointer;
   padding: 16px 20px;
   font-weight: 800;
   border-bottom: 1px solid var(--line);
   color: var(--title)
 } */

/* details.faq[open] summary {
   background: #f8f8f8
 } */

/* details.faq .faq-body {
   padding: 0 20px 18px
 } */

/* Footer */
/*footer{border-left:0;border-right:0;padding-block:36px;text-align:center}*/
/*footer .muted{color:#6b7280}*/

/* Layout helpers from the original file remain intact */
.grid {
  display: grid;
  gap: var(--gap)
}

@media (min-width: 992px) {
  .cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .span-8 {
    grid-column: span 8
  }

  .span-4 {
    grid-column: span 4
  }

  .span-7 {
    grid-column: span 7
  }

  .span-5 {
    grid-column: span 5
  }

  .span-6 {
    grid-column: span 6
  }
}

/*Override*/
* {
  box-sizing: border-box;
}

html,
body {
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.section-nav {
  top: 0;
  z-index: 1;
  margin-bottom: 30px;
}

/*Header*/
/*003940*/
.header img {
  border: none;
}

.header a {
  color: #003940;
}

.header a:hover {
  color: #e04225;
}

.header-inner {
  max-width: 1400px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.header-top {
  padding: 1rem 0;
  border-bottom: 1px solid #003940;
  background: black;
  color: white;
}

.header-top .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-menu {
  display: flex;
  gap: 30px;
}

.header-center {
  padding: 2rem 0;
  background: #fafafa;
}

.header-center .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-center-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  /* margin: 0 auto; */
  margin: 0 50px;
}

.header-center-menu a {
  display: inline-block;
  font-weight: 700;
}

.header-center-menu a.active {
  background-color: #fef8f8;
  border-radius: 25px;
  border: 2px solid #e04225;
  padding: 10px 20px;
}

.header-bottom {
  background-color: #e04225;
  padding: 1rem 0;
}

.header-bottom p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.header-mobile {
  display: none;
}

#mobileMenu {
  background-color: #fff;
  position: absolute;
  top: 80px;
  padding: 0 1rem;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#mobileMenu.show {
  /* max-height: 600px; */
  max-height: 100%;
  /* set a value big enough to fit your content */
  padding: 1rem;
}

#mobileMenu .divider {
  margin: 30px 0;
}

.menu-toggler {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 4px;
  background-color: white;
  margin: 4.8px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8.8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8.8px) rotate(45deg);
}


/*Footer*/
.site-footer {
  background: #111;
  color: #eee;
  padding: 3rem 1rem;
  /* margin-top: 3rem; */
}

.site-footer h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links li {
  margin-bottom: 0.5rem;
}

.site-footer .footer-links a {
  color: #ccc;
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .social-links {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom .social-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* .footer-logo {
   filter: brightness(0) invert(1);
 } */

.footer-logo img {
  border: none;
}

.footer-card {
  max-width: 200px;
  width: 100%;
  height: auto;
}



.builder-frame {
  width: 100%;
  min-height: 800px;
  /* adjust depending on builder */
  border: none;
}


:root {
  --ink: #111;
  --bg: #fff;
  --title: #000
  /* headings */
  --accent: #e04225;
  /* highlights/CTAs */
  --line: #000;
  /* 1px black borders */
  --max: 1200px;
  --pad: clamp(28px, 5vw, 56px);
  --gap: clamp(22px, 3.5vw, 40px);
  --radius: 12px;

  --brand-red: #e14023;
  --ink-subtle: rgba(0, 0, 0, .48);
  --bg-hero: #F0F0F0;
}

/* :root {
      --brand-red: #e14023;
      --ink: #000;
      --ink-subtle: rgba(0,0,0,.48);
      --bg-hero: #F0F0F0;
    } */

.hero-section {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  background: var(--bg-hero);
  padding: 3.125rem 0;
  position: relative !important;
  z-index: 100 !important;
}

/* .wrap {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;

}

.builder {
  padding: 20px 0;
} */


.hero-section .container {
  width: 100%;
  /* max-width: 1205px; */
  max-width: 1405px !important;
  /* padding: 0 2.5%; */
  padding: 0 2.5% 30px 2.5%;
  margin: 0 auto;
  position: relative;
}

.hero-section .hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;

  /* display: flex; */
  align-items: center;
  flex-direction: column;
}

.hero-section .reg-input-wrapper {
  background-color: #f8f7f4;
  padding-left: clamp(20px, 4vw, 60px);
  padding-right: clamp(20px, 4vw, 60px);
  padding-bottom: clamp(5px, 1.5vw, 10px);
  padding-top: clamp(15px, 12vw, 30px);
  border-radius: 20px;
  border-bottom: 4px #e04225 solid;
}

.hero-section .reg-input-wrapper h1 {
  font-size: 3rem !important;
  text-align: center;
  margin-bottom: unset !important;
  color: #003940 !important;
  max-width: 600px;
  word-wrap: break-word;
}

.hero-section .reg-input-wrapper #plate-reg {
  border-color: #e04225;

}
.hero-section .reg-input-wrapper #plate-reg:focus {
   outline: none;
   box-shadow: none;
}

.hero-section .reg-input-wrapper #plate-reg:focus-visible {
  box-shadow: 0 0 0 3px;
}
/* 
 .hero-section .hero-col {
   flex: 1;

 } */

.hero-section h1 {
  margin: 0;
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.5rem;
  text-align: center;
  /* max-width: 25rem; */
}


.hero-section .hero-reviews {
  color: var(--ink-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .5rem;
  row-gap: .5rem;
  margin: 2rem 0 3rem;
  color: black;
  font-weight: 600;
}



.hero-section .hero-reviews img {
  width: 108px;
  height: auto;
  display: block;
}

.hero-section .hero-reviews span {
  color: var(--ink);
  font-weight: 700;
}

.hero-section .hero-input {
  display: flex;
  align-items: center;
  column-gap: .5rem;
}

.hero-section .hero-input input,
.hero-section .hero-input button {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-section .hero-input input {
  width: 100%;
  height: 6rem;
  border: 3px solid #000;
  color: var(--brand-red);
  font-size: 3rem;
  letter-spacing: 4px;
}



.hero-section .hero-input input::placeholder {
  color: #484848;
}

.hero-section .hero-input input:focus::placeholder {
  color: transparent;
}



.hero-section .hero-input button {
  height: 3.875rem;
  background: #000;
  color: #fff;
  border: none;
  transition: background .2s ease-in-out;
  width: 8.25rem;
  cursor: pointer;
}

.hero-section .hero-input button:hover {
  background: #111;
}



.hero-section .hero-intro {
  order: 2;
}

.hero-section .hero-img {
  order: 1;
}


.hero-section .hero-img img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
  max-width: 34.375rem;
}

/* Base */
html,
body {
  height: 100%
}



.container {
  /* max-width: var(--max); */
  max-width: 1405px !important;
  margin-inline: auto;
  padding-inline: var(--pad);
  /* padding-bottom:30px; */
}

/* .prose {
   max-width: 75ch
 } */

a {
  color: var(--accent);
  text-underline-offset: 2px
}

a:hover {
  opacity: .9
}

/* Headings — bigger like the comp */

h2,
h3 {
  color: var(--title) !important;
  text-transform: none !important;
  line-height: 1.15;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

h1 {
  color: #000;
  text-transform: none !important;
  line-height: 1.15;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 800;
  font-size: clamp(3.1rem, 6vw, 4.2rem);
  margin: .25em 0 .45em;

}

h2 {
  font-weight: 800;
  font-size: clamp(2.1rem, 3.6vw, 2.7rem);
  margin: clamp(40px, 6vw, 80px) 0 .6em
}

h3 {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: clamp(18px, 3vw, 28px) 0 .35em
}

p,
ul,
ol {
  margin: 0 0 clamp(18px, 2.6vw, 28px)
}

/* OVerride editor css */
ul {
  list-style: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

ul>li,
ol>li {
  margin-bottom: 0 !important;
}

.header-center-menu>li>a {
  color: #003940 !important;
}


.header-top-menu>li>a {
  color: white !important;
}


/* Base */
.other-plates,
.model-specific {
  position: relative;
  display: inline-block;
}

/* Toggle link + caret */
.other-plates-toggle,
.model-specific-toggle {
  text-decoration: none;
  /* padding: 10px 14px; */
  padding: 10px 0px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 4px;
}


/* Dropdown box */
.other-plates .dropdown,
.model-specific .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 12px 0 0;
  padding: 8px 0;
  background: #fff;
  margin-top: -5px;
  border-radius: 6px;
  z-index: 9999;
  list-style: none;
}

/* Base caret (down) */
.caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  margin-top: -10px !important;
  vertical-align: middle;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  /* points down */
  transition: transform 0.2s ease;
  margin-top: -2px;
}

/* Rotate caret UP when parent <li> is open (mobile/click) */
.other-plates.open>.other-plates-toggle .caret,
.model-specific.open>.model-specific-toggle .caret {
  transform: rotate(-135deg);
}

/* Rotate caret UP on hover (desktop/hover) */
@media (hover: hover) {

  .other-plates:hover>.other-plates-toggle .caret,
  .model-specific:hover>.model-specific-toggle .caret {
    transform: rotate(-135deg);
    margin-top: -2px !important;
  }
}


/* Arrow border (only bottom visible) */
.other-plates .dropdown::before,
.model-specific .dropdown::before {
  content: "";
  position: absolute;
  top: -16px;
  /* place above dropdown */
  left: 18px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  /* only bottom border visible */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 9997;
}

/* Arrow background (fills the arrow inside) */
.other-plates .dropdown::after,
.model-specific .dropdown::after {
  content: "";
  position: absolute;
  top: -15px;
  /* overlap slightly */
  left: 19px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  /* matches dropdown background */
  z-index: 9998;
}

.other-plates .dropdown li a,
.model-specific .dropdown li a {
  padding: 8px 14px;
  display: block;
  color: #111;
  text-decoration: none;
  white-space: nowrap;

}

.other-plates .dropdown li a:hover,
.model-specific .dropdown li a:hover {
  background-color: #333;
  color: white;
}

/* Prevent hero image container from changing height after load */
.hero-section .hero-img img {
  display: block;
  height: auto;
}

/* Reserve space for the free-delivery bar and header bits */
.header-bottom .free-delivery picture,
.header-bottom .free-delivery img {
  display: inline-block;
}



.header-inner.free-delivery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  /* padding: 10px 20px; */
  background: #f8f8f8;
}

/* Optional: styling for demo */
.header-inner.free-delivery div {
  /* text-align: center;
  background: #ddd; */
  /* padding: 10px; */
  border-radius: 8px;
}

.header-inner .discount-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

@media (max-width: 320px) {

  #sameday-text-plates,
  #discount-text-plates {
    font-size: 11px !important;
  }
}


/* Responsive: stack columns on small screens */
@media (max-width: 1024px) {
  .header-inner.free-delivery {
    grid-template-columns: 1fr;
    /* 1 column layout */
    text-align: center;
    gap: 0.3rem;
  }
}




/* Hover (desktop) */
@media (hover: hover) {
  .other-plates:hover>.dropdown {
    display: block;
  }

  .model-specific:hover>.dropdown {
    display: block;
  }
}

/* Open class (mobile/JS) */
.other-plates.open>.dropdown {
  display: block;
}

.model-specific.open>.dropdown {
  display: block;
}


/* .hero-intro h1{

 } */

/* OVerride editor css */
.muted {
  color: #47515a
}

/* Universal 1px black borders on key surfaces */

figure,
iframe,
.card,
.btn,
.toc,
details.faq,
header.topbar,
.hero,
.divider,
footer,
.section-nav,
.kpi {
  /* border: 1px solid var(--line); */
  border: 1px solid #cccccc;
}

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-left: 0;
  border-right: 0
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px
}

.brand {
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--title)
}

.nav a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  padding: 12px 14px;
  border-left: 1px solid var(--line)
}

.nav a:first-child {
  border-left: 0
}

.nav a:hover {
  background: #f6f6f6
}

/* Hero */
.hero {
  padding-block: clamp(40px, 7vw, 92px);
  align-items: flex-start;
  border-left: 0;
  border-right: 0
}

.hero .kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 12px
}

.kpi {
  border-radius: var(--radius);
  padding: 14px;
  background: #fff
}

.kpi strong {
  color: var(--title)
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px
}

.btn {
  appearance: none;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  background: var(--accent);
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px
}

.btn.outline {
  background: #fff;
  color: var(--accent)
}

.btn:active {
  transform: translateY(1px)
}

/* Placeholders */
figure.ph {
  margin: 0;
  background: #fafafa;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  overflow: hidden
}

.ph-hero {
  aspect-ratio: 3/2
}

.ph-wide {
  aspect-ratio: 16/9
}

/* Sticky section nav */
.section-nav {
  position: sticky;
  top: 56px;
  background: #fff;
  border-left: 0;
  border-right: 0
}

.section-nav .inner {
  display: flex;
  gap: 24px;
  overflow: auto
}

.section-nav a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid transparent;
  white-space: nowrap
}

.section-nav a.active {
  border-bottom: unset !important;
  color: var(--title);
  background: #f0f0f0;
}

.section-nav a:hover {
  color: var(--accent)
}

/* In-page TOC */
.toc {
  position: sticky;
  top: 120px;
  border-radius: var(--radius);
  padding: 16px;
  background: #fff
}

.toc strong {
  display: block;
  margin-bottom: 6px;
  color: var(--title)
}

.toc a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 6px 0
}

.toc a:hover {
  color: var(--accent)
}

/* Sections & dividers */
section {
  /* margin-bottom: clamp(44px, 7vw, 96px); */
  margin-bottom: 30px;
}

.divider {
  height: 0;
  border: 0;
  border-top: 1px solid var(--line);
  margin: clamp(44px, 7vw, 96px) 0
}

/* Card grid */
.cards {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.card {
  /* border-radius: var(--radius); */
  padding: clamp(18px, 2.2vw, 28px);
  background: #fff
}

.card h3 {
  margin-bottom: .4rem
}

/* FAQ */
/* .details,
 details.faq {
   background: #fff;
   border-radius: var(--radius);
   margin: .75rem 0
 }

 details.faq summary {
   cursor: pointer;
   padding: 16px 20px;
   font-weight: 800;
   border-bottom: 1px solid var(--line);
   color: var(--title)
 } */

/* details.faq[open] summary {
   background: #f8f8f8
 } */

/* details.faq .faq-body {
   padding: 0 20px 18px
 } */

/* Footer */
/*footer{border-left:0;border-right:0;padding-block:36px;text-align:center}*/
/*footer .muted{color:#6b7280}*/

/* Layout helpers from the original file remain intact */
.grid {
  display: grid;
  gap: var(--gap)
}

@media (min-width: 992px) {
  .cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .span-8 {
    grid-column: span 8
  }

  .span-4 {
    grid-column: span 4
  }

  .span-7 {
    grid-column: span 7;
    padding: 0 100px 0 100px;
  }

  .span-5 {
    grid-column: span 5
  }

  .span-6 {
    grid-column: span 6
  }
}

/*Override*/
* {
  box-sizing: border-box;
}

html,
body {
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.section-nav {
  top: 0;
  z-index: 1;
  margin-bottom: 30px;
}

/*Header*/
/*003940*/
.header img {
  border: none;
}

.header a {
  color: #003940;
}

.header a:hover {
  color: #e04225;
}

.header-inner {
  max-width: 1400px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.header-top {
  /* padding: 1rem 0; */
  padding: 3px 0;
  border-bottom: 1px solid #003940;
  background: black;
  color: white;
}

.header-top .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-menu {
  display: flex;
  gap: 30px;
}

.header-center {
  padding: 1.3rem 0;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

.header-center .header-inner {

  display: flex;
  justify-content: flex-start !important;
  /* display: block; */
  align-items: center;
  justify-content: center;
}

.header-center-menu {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  gap: 30px;
  /* margin: 0 auto; */
  /* margin: 0 50px; */
  margin: 0;
}

.header-center-menu a {
  display: inline-block;
  font-weight: 700;
}

.header-center-menu a.active {
  background-color: #fef8f8;
  border-radius: 25px;
  border: 2px solid #e04225;
  padding: 10px 20px;
}

.header-bottom {
  background-color: #f8f7f4;
  /* background-color: #f28775; */
  padding: 0.7rem 0 0.9rem 0;
  border-top: 2px #e04225 solid;
  /* border-width: 2px; */
}

.header-bottom p {
  /* color: #f2f2eb; */
  color: #222;
  font-weight: 1000;
  text-align: center;
  margin-bottom: 0;
}

.header-mobile {
  display: none;
}

#mobileMenu {
  background-color: #fff;
  position: absolute;
  top: 80px;
  padding: 0 1rem;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#mobileMenu.show {
  /* max-height: 600px; */
  /* max-height: 100%; */
  max-height: 2000px;
  /* set a value big enough to fit your content */
  padding: 1rem;
}

#mobileMenu .divider {
  margin: 30px 0;
}

.menu-toggler {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 4px;
  background-color: white;
  margin: 4.8px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8.8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8.8px) rotate(45deg);
}


/*Footer*/
.site-footer {
  background: #111;
  color: #eee;
  padding: 3rem 1rem;
  /* margin-top: 3rem; */
}

.site-footer h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links li {
  margin-bottom: 0.5rem;
}

.site-footer .footer-links a {
  color: #ccc;
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .social-links {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom .social-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* .footer-logo {
   filter: brightness(0) invert(1);
 } */

.footer-logo img {
  border: none;
}

.footer-card {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.builder-frame {
  width: 100%;
  min-height: 800px;
  border: none;
}

.grid-pages-section-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 20px;
}

.grid-pages-section-2 {
  display: flex;
}

.grid-pages-section-3 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: start;
  padding: 20px;
}


.common-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px;
  align-items: stretch;
}

.common-grid-section .col-with-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-grid-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.col-with-padding {
  padding-top: clamp(20px, 5vw, 70px);
}

#banner-img-top {
  margin-right: unset;
  background-position: center;
  object-fit: contain;
  width: 100%;
  max-width: 600px !important;
}

.hero-section {
  padding-bottom: unset !important;
}

.hero-img {
  margin-left: 10px;

}

/* Responsive: stack columns on smaller screens */
@media (max-width: 768px) {

  .grid-pages-section-1,
  .common-grid-section {
    grid-template-columns: 1fr;
  }

  .grid-pages-section-2 {
    display: unset !important;
  }

  .grid-pages-section-3 {
    grid-template-columns: 1fr;
  }
}

/*header css logic jade*/
@media (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

    .header-top-menu,
  .header-center-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .search-container {
    max-width: unset !important;

  }
}


@media (max-width: 991px) {
  .header-bottom {
    padding: .5rem 0;
  }

  .header-reviews {
    margin: 0 auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}


@media (min-width: 768px) {
  .hero-section .hero-row {
    flex-direction: row;
  }

  .hero-section .hero-reviews {
    justify-content: flex-start;
  }

  .hero-section h1 {
    text-align: left;
  }

  .hero-section .hero-intro {
    order: 1;
  }

  .hero-section .hero-img {
    order: 2;
  }
}


@media (max-width: 767px) {
  .hero-section .hero-input {
    flex-direction: column;
    row-gap: 1.25rem;
  }

  .hero-section .hero-input input {
    font-size: 1.875rem;
    letter-spacing: 8px;
  }

  .hero-section .hero-input button {
    width: 60%;
    margin: 0 auto;
    font-size: 1.25rem;
  }

  .hero-section .hero-img {
    margin-bottom: 1.25rem;
  }

  .hero-section h1 {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 0 0 !important;
  }

  .header-top-menu>li>a {
    color: black !important;
  }

  .starthere {
    max-width: 100%;
    height: auto;
    width: 437px;
    max-height: 108px;
  }

  .header-reviews img {
    max-width: 100%;
    height: auto;
  }

  .header-inner-mobile {
    display: block !important;
  }

  .header-reviews {
    justify-content: center;
  }

  .logo-pe img {
    max-width: 100%;
    height: auto;
  }

  .free-delivery img {
    max-width: 100%;
    height: auto;
  }

  .other-plates .dropdown,
  .model-specific .dropdown {
    position: static;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  @media (hover: hover) {

    .other-plates:hover>.other-plates-toggle .caret,
    .model-specific:hover>.model-specific-toggle .caret {
      margin-top: -2px !important;
    }
  }



}




@media (min-width: 1024px) {



  .hero-section {
    padding: 3.25rem 0 2rem 0;

  }

  .hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }

  .hero-section .hero-input input {
    font-size: 3rem;
    letter-spacing: 8px;
    width:100%;
    border-width: 4px;
  }

  .hero-section .hero-input button {
    width: 10.5rem;
    font-size: 1.125rem;
  }

  .hero-section .hero-reviews {
    margin: 2.1875rem 0;
  }
}

/* show on hover (desktop) */
@media (hover: hover) {
  .other-plates:hover>.dropdown {
    display: block;
  }
}

/* show when JS toggles .open (mobile) */
.other-plates.open>.dropdown {
  display: block;
}

.faqul {
  list-style: disc !important;
  margin-left: 30px !important;
}

.header-ul-wrapper {
  width: 100%;
}



.plate-catalog img {
  max-width: 100%;
  height: auto;
}

.plate-catalog a {
  text-decoration: none;
}

.plate-catalog h3 {
  line-height: 1.2;
}

.plate-catalog p {
  color: rgba(0, 0, 0, 0.64);
}

.plate-catalog .plate-media {
  display: block;
  background: transparent !important;
  padding: 0 !important;
  backdrop-filter: none !important;
}


.plate-catalog .plate-media picture,
.plate-catalog .plate-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plate-catalog .plate-meta>a {
  background-color: #000;
  color: #fff;
  padding: .625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  flex-shrink: 0;
  backdrop-filter: blur(16px);
}

.plate-catalog .plate-meta>a:hover {
  background-color: #111;
}

.plate-catalog .page-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

@media (min-width: 1024px) {

  .page-container {
    max-width: 1405px;
  }

}

.plate-catalog {
  padding: 3.125rem 0;
}

.plate-catalog a,
.plate-catalog h3 {
  font-family: system-ui, sans-serif;
}

@media (min-width: 1024px) {
  .plate-catalog {
    padding: 6.25rem 0;
  }
}

.plate-catalog .plate-grid {
  display: flex;
  gap: 1.25rem 1.875rem;
  flex-wrap: wrap;
}

.plate-catalog .plate-card {
  width: 100%;
}

@media (min-width: 768px) {
  .plate-catalog .plate-card {
    max-width: calc(49% - 10px);
  }
}

@media (min-width: 1024px) {
  .plate-catalog .plate-grid {
    gap: 2.125rem;
  }

  .plate-catalog .plate-card {
    width: 50%;
    max-width: calc(50% - 17px);
  }
}

.plate-catalog .plate-media {
  width: 100%;
  height: 11.25rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .plate-catalog .plate-media {
    height: 20rem;
  }
}

.plate-catalog .plate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}

.plate-catalog .plate-media:hover img {
  transform: scale(1.1);
}

.plate-catalog .plate-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  margin-top: 1rem;
  align-items: center;
}

@media (max-width: 767px) {
  .plate-catalog .plate-meta {
    flex-direction: column;
    text-align: center;
    width: 90%;
    margin: 1.25rem auto;
  }
}


@media (min-width: 1024px) {
  .plate-catalog .plate-meta {
    margin-top: 1.25rem;
  }
}

.plate-catalog h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .plate-catalog h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .plate-catalog p {
    margin: .625rem 0;
  }
}

.plate-catalog a {
  background-color: #000;
  color: #fff;
  padding: .625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  flex-shrink: 0;
  backdrop-filter: blur(16px);
}

.plate-catalog a:hover {
  background-color: #111;
}


/* Plate types pages*/
#plate-type-main-wrapper{
  background: #F7F4F2;
}

#plate-type-main-wrapper section#faq{
 background: #161616;
 padding-top: 40px;
 padding-bottom: 40px;
}


#plate-type-main-wrapper .features {
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(0, 0, 0, .02), transparent 60%),
    radial-gradient(1200px 400px at 90% -10%, rgba(0, 0, 0, .02), transparent 60%);
  padding-block: 60px;

}

/* Title */
#plate-type-main-wrapper .features h2 {
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  color: var(--title);
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}


/* Grid */
#plate-type-main-wrapper .features .cards {
  text-align: left;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr) !important;
  align-items: stretch;
  justify-items: stretch;
  margin-inline: auto;
  padding-inline: var(--pad);
}



/* Card */
#plate-type-main-wrapper .features .card {
  /* display: flex; */
  align-items: flex-start !important;
  align-items: center;
  gap: 1.2rem;
  background: #fff;
  border: unset;
  padding: 2.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

#plate-type-main-wrapper .features .card p {
  margin-bottom: unset;
}

#plate-type-main-wrapper .features .card:hover {
  transform: translateY(-4px);
  cursor: pointer;
}

#plate-type-main-wrapper .features .card h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--title);
  line-height: 3;
}

/* Icon: large red circle with white tick */
#plate-type-main-wrapper .features .card .icon {
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}

#plate-type-main-wrapper .features .card .icon svg {
  fill: #fff;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  #plate-type-main-wrapper .features h2 {
    font-size: 1.8rem;
  }

  #plate-type-main-wrapper .features .card {
    padding: 1.2rem;
  }

}

#faq .faq summary>h3 {
  color: black !important;
  margin-top: -27px;
  margin-left: 20px;
  text-transform: uppercase !important;
}


#breadcrumb {
  background: white;
  padding: 20px clamp(10px, 5vw, 50px);
  font-size: 16px;
  font-family: inherit;
}

#breadcrumb a {
  color: #003940;
  text-decoration: none;
  font-weight: 600;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb span {
  color: #555;
}

#breadcrumb .separator {
  margin: 0 8px;
  color: #999;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
}

.search-container .search-form {
  position: relative;
  width: 100%;
  margin: 0 5%;
}

.search-container .search-input {
  width: 100%;
  padding: 14px 55px 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 999px;
  outline: none;
  background-color: #fff;
  color: #000;
}

.search-container .search-input:focus-visible {
  box-shadow: 0 0 0 3px ;
}

.search-container .search-input::placeholder {
  color: #555;
}

.search-container .search-btn {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-container .search-btn svg {
  width: 25px;
  height: 25px;
}
.mobile-search .search-input{
  border: 1.5px solid black;
}
@media (max-width: 600px) {
  .search-container .search-input {
    font-size: 16px;
    padding: 12px 50px 12px 16px;

  }
}


@media (max-width: 768px) {
  .hero-section .hero-row {
    display: flex !important;
    flex-direction: column-reverse;

  }
}

.icon-red {
  fill: #dd592b;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.hero-page-description {
  text-align: left;
  max-width: 1240px;
  margin: 40px auto;
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
  font-weight: 400;
  border-radius: 12px;
  border-left: 4px black solid;
  background:white;
}

.faq-section p, .faq-section ul{
  color:white !important;
}

#why .cards .no-card{
      padding: 1.3rem;
    text-align: center;

}

.hero-page-description p {
  margin: 0;
}

@media (min-width: 768px) {
  .hero-page-description {
    font-size: 16px;
    line-height: 1.75;
    padding: 2rem;
  }
}


@media (max-width: 768px) {
#faq .faq-section {
  display: block !important;
}
}


#faq .faq-section {
  display: flex;
  gap: 70px;
margin-bottom: 50px;


}

#faq .faq-section .faq-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;

}

#faq .faq-section .faq-text p {
color:#fff;
}


#faq .faq-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;

}

#faq .faq-item {
  border-bottom: 1px solid #fff;
  padding: 26px 0 18px 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
#faq .faq-item.active .faq-question span

#faq .faq-item:last-child {
  border-bottom: none;
}


#faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Chevron arrow */
.faq-question span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-right: 5px;
}

/* When active, rotate arrow upward */
.faq-item.active .faq-question span {
  transform: rotate(-135deg);
}


#faq .faq-question h3 {
  font-size: 19px;
  margin-top:14px;
  margin-bottom:16px;
   color: #fff !important;
}

#faq .faq-question:hover {
  color: #fff;
}


#faq .faq-answer {
  color: #fff;
  margin-top: 10px;
  line-height: 1.75;
  font-size: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  
}


#faq .faq-item.active .faq-answer {
  max-height: 400px;
  opacity: 1; margin-bottom:26px;
}


#plate-type-main-wrapper {
border-top: 2px #e04225 solid;
}

#plate-type-main-wrapper section#features {
background: #F7F4F2 ;
padding-top: 40px;
padding-bottom: 40px;
margin-bottom:unset;
}

#features #features-h2{
  margin-top:unset;
  margin-bottom:unset;
}

@media (max-width: 768px) {
  #faq .faq-section {
    grid-template-columns: 1fr;
  }
  /* Grid */
#plate-type-main-wrapper .features .cards {

  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))!important;
      padding-left: unset;
    padding-right: unset;
}
 .hero-page-description p{
  margin-left:10px;
}
.hero-page-description{
  padding-left: 10px;
}

#plate-type-main-wrapper #results .result{
  display: block !important;
}

#plate-type-main-wrapper .container, .site-footer .container{
  padding-left: 10px !important;
    padding-right: 10px !important;
}
.background-banner-wrap .hero-row{
      padding-left: 10px;
    padding-right: 10px;
}

section#features{
    padding-top:unset;
}

section#features #features-h2{
    margin-bottom: 10px;
    margin-top: 10px;
}

.alternate-text{
  display: flex !important; 
    flex-direction: column-reverse;
    gap: 50px;
}

.alternate-text .adjust-space{
  margin-top: -60px;
}
.adjust-margin{
  margin-top:-30px;
}

section.remove-padding{
  padding-top: unset !important;
}

.hero-row{
  gap:20px;
}


}


.first-section-padding{
  padding-top:40px;
}

.blog-wrap{
  background: #F7F4F2;
    padding-inline: clamp(28px, 5vw, 56px);
    margin-inline: auto;
}

.usps-two-column{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.usps-two-column .discount-img-wrapper{
  display: inline-grid;
}

.usps-two-column .svg-img-wrapper{
  display: inline-grid;
  gap:6px;
}

.usps-two-column #discount-text-plates, .usps-two-column #sameday-text-plates{
  font-weight:700;
}

.usps-two-column .discount-img-wrapper img{
  justify-self: anchor-center;
}

.usps-two-column .svg-img-wrapper .icon-red{
  justify-self: anchor-center;
  top: unset;
}

/*reviews section*/

 .reviews-section {
  overflow: hidden;
}

.reviews-section .reviews-header h2 {
  margin-bottom: 4rem;
  flex-shrink: 0;
  text-align:center;
  margin-top:unset;
}

.reviews-section .reviews-trust {
 margin:50px auto;
   text-align:center;
}

.reviews-section .reviews-trust img {
  width: 7.9375rem;
}

.reviews-section .reviews-trust p {
  margin: .3125rem 0 0;
}

.reviews-section .reviews-slider {
  margin: 1.5625rem 0 1.875rem;
}

.reviews-section .reviews-slider .slick-track {
  display: flex;
  column-gap: 1rem;
}

.reviews-section .reviews-card {
  background: #fff;
   width: 100%;
  /* width: 15rem; */
  min-height: 14.3125rem;
  padding: 1.5rem .9375rem;
  margin-left:6px;
}

.reviews-section .reviews-card img {
  width: 8rem;
}

.reviews-section .reviews-card h3 {
  margin: .625rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

.reviews-section .reviews-card .reviews-title {
  color: #000;
}

.reviews-section .reviews-card p {
  max-width: 21.5rem;
  margin: .625rem 0;
}

.reviews-section .reviews-card p a {
  color: #006AFF;
  font-weight: 500;
  text-decoration: underline;
}

.reviews-section .reviews-card .reviews-date {
  color: black;
}

.reviews-section .reviews-trust p span {
  font-weight: 700;
  color: #000;
}

/* Arrows */
.reviews-section .mob-arrow {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.reviews-section .mob-arrow .slick-arrow {
  position: static;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
}


.reviews-section .mob-arrow .slick-arrow img {
  width: 4.5rem;
  height: 4.5rem;
}


/* Slick list */
.reviews-section .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 600px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.reviews-section img {
  max-width: 100% !important;
  height: auto !important;
}

/* Responsive */
@media (max-width: 767px) {
  .reviews-section .reviews-trust {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .reviews-section .reviews-header {
    align-items: flex-end;
    flex-direction: row;
  }
  .reviews-section .reviews-trust {
    flex-direction: column;
  }
  .reviews-section .mob-arrow .slick-arrow {
    height: 5rem;
  }
}

@media (min-width: 1024px) {
  .reviews-section .reviews-trust img {
    width: 260px;
  }
  .reviews-section .reviews-card {
    width: 100%;
    /* min-height: 21.1875rem; */
    padding: 1.875rem 1rem;
  }
  .reviews-section .mob-arrow {
    width: fit-content;
  }
  .reviews-section .mob-arrow .slick-arrow {
    width: 5rem;
  }
  .reviews-section .reviews-slider .slick-track {
    column-gap: 1.25rem;
    opacity: 1;
    width: 4422px;
    transform: translate3d(-2010px, 0, 0);
  }
}

/*end reviews section*/

  /* Center loader */
  #loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
  }

  /* Spinner animation */
  #loader .spinner {
    border: 8px solid lightblue;
    border-right-color: orange;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
    top: 40%;


  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .header-top-menu a.active{
        border-bottom: 1px #e04225 solid;
  }

  #faq .faq-section .faq-text h2 > span{
    color:#fff !important;
  }

   #faq .faq-section .faq-text h2 {
    color:#fff !important;
  }

  /*header custom inline css moved here*/

  .basketSummary .img-basket{
    width: 100%!important;
    height:auto!important;
  }

  .black-text-color{
    color:black !important;
  }

  .black-like-text-color{
    color:#003940 !important;
  }

  .nav-breadcrumb{
    padding-left: 15px;
  }

  .inside-free-delivery{
    display: flex;
    justify-content:left;
    margin-top: 5px;
  }

  .inside-free-delivery img{
    max-width:405px!important;
    max-height:25px;
    width:100%;
    height:100%;
  }

  .discount-img-wrapper-image{
    max-width: 22px; 
    max-height: 22px; 
    width: auto; 
    height: auto;
  }

  .common-css-header-bottom{
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .header-discount-text-responsive{
    font-size: clamp(14px, 2vw, 16px);
  }

  .lcp-hero-img-banner{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:39%!important; 
    object-fit:cover; 
    z-index:0;
  }

  .banner-container{
    padding-left:unset;
    padding-right:unset; 
    position:relative; 
    z-index:1;
  }

  .below-h1-title-banner{
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;
  }

  .hero-sta-arrow-img{
    max-width:52px!important; 
    max-height:28px; 
    width:100%; 
    height:auto;
  }

  .hero-cta-reviews-img{
    max-width:260px!important; 
    max-height:134px; 
    width:100%; 
    height:auto;
  }

  #faq a{
    text-decoration: underline;
  }

  #faq ol{
    color: white;
  }

  .skip-link {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-200%);
  z-index: 10000;
}

.skip-link:focus {
  transform: translateY(0);
}

/* Applies between 1024px and 1301px */
@media (min-width: 1024px) and (max-width: 1320px) {
  .header-center-menu, .header-top-menu {
    gap: clamp(10px, 0.9vw + 6px, 20px) !important;
    font-size: clamp(11.5px, 0.7vw + 6px, 15.5px) !important;
  }
  .header-center-menu button {
    font-size: clamp(12.5px, 0.7vw + 6px, 15.5px) !important;
  }
}


