body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #ffffff;
  background-color: #1c1c1c;
  height: auto;
  min-height: 100vh;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  font-family: "erbaum", sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: .5rem 0;
  background: #1c1c1c;
}
.top-bar a {
  color: #fff;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #1c1c1c !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #1c1c1c;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #1c1c1c;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff; /* secondary dropdown color */
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #004E98;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, 
.site-navbar .site-navigation .site-menu .has-children:focus > a, 
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, 
.site-navbar .site-navigation .site-menu .has-children:focus, 
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #1c1c1c;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: rgba(255, 60, 56, 1);
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #004E98 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: rgba(255, 60, 56, 1);
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* top bar from your code */
#CustomContainer {
  background-color: #004E98;
  transition: all 0.3s ease;
  height: 12vh;
  position: absolute;
  transform: translate(50%, -230%);
}

/* HERO LAYOUT */
#HeroDiv {
  background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(255,60,56,1) 99%);
  width: 100vw;
  min-height: 60vh;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;   /* text left, image right */
  align-items: center;
  gap: clamp(16px, 4vw, 48px);
  padding: clamp(16px, 4vw, 64px);
  box-sizing: border-box;
}

/* TEXT BLOCK */
#HeroText1 {
  margin: 0 0 clamp(12px, 2vw, 24px) 0;
  font-family: "erbaum", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(28px, 6vw, 72px);
  color: #1c1c1c;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* BUTTON */
#RequestDesignButton {
  font-size: clamp(14px, 1.2vw, 18px);
  padding: clamp(10px, 1.2vw, 14px) clamp(16px, 2vw, 22px);
  border: none;
  border-radius: 25px;
  background-color: #004E98;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.1s ease-in-out;
}
#RequestDesignButton:hover { background-color: #1c1c1c; }

/* IMAGE */
#EnamelTradingPinImageHolder {
  width: min(520px, 45vw);
  aspect-ratio: 1 / 1;
  justify-self: center;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
#EnamelTradingPinImageHolder.active { opacity: 1; }

/* MOBILE / TABLET */
@media (max-width: 900px) {
  #HeroDiv { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { align-items: center; }
  #EnamelTradingPinImageHolder { order: 2; width: min(420px, 70vw); }
}

#BannerTextLow {
  display: block;
  text-align: center;
  color: white;
  font-size: 3vw;
}

/* Why Choose Us Section */
#why-choose-us {
  padding: 4rem 1rem;
  background-color: #1c1c1c;
  text-align: center;
  font-family: "erbaum", sans-serif;
}
#why-choose-us h2 {
  font-family: "erbaum", sans-serif;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #fff;
}
.why-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
}
.why-item h3 {
  font-family: "erbaum", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: rgba(255, 60, 56, 1);
  text-align: center;
}
.why-item p {
  margin: 0;
  line-height: 1.6;
  color: #fff;
}

/* Showcase Section */
#showcase {
  padding: 4rem 1rem;
  background-color: #1c1c1c;
  text-align: center;
}
#showcase h2 {
  font-family: "erbaum", sans-serif;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #fff;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.image-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(150, 150, 150, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.image-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Testimonials Section */
#testimonials {
  padding: 4rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}
#testimonials h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #111;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.testimonial p {
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.testimonial h4 {
  color: rgba(255, 60, 56, 1);
  font-size: 1rem;
  margin: 0;
}

/* Contact / Request a Design */
#contact {
  padding: 4rem 1rem;
  background: #1c1c1c;
}
#contact h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}

/* Grid layout */
.form-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-field--full { grid-column: 1 / -1; }

/* Fields */
.form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #fff;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="number"],
.form-field input[type="file"],
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #d8dde6;
  border-radius: 10px;
  font-size: 1rem;
  background: rgba(255, 60, 56, 1);
  color: #111;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.form-field textarea { resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #004E98;
  box-shadow: 0 0 0 3px rgba(0, 78, 152, 0.15);
}

/* Placeholder text color */
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.help {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.9rem;
}

/* Checkbox row */
.form-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.form-check input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #004E98;
}

/* Actions */
.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

#RequestDesignButton:hover { background-color: #1c1c1c; }
#RequestDesignButton:active { transform: translateY(1px); }

/* Footer note */
.form-note {
  text-align: center;
  color: #555;
  margin-top: 0.25rem;
}
.form-check label {
  color: #fff;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 700px) {
  .form-grid { grid-template-columns: 1fr; }
}

/* ABOUT US PAGE ********************************************************************************************** */
/* ===== HERO SECTION ===== */
.heroAbout {
  font-family: "erbaum", sans-serif;
  background: linear-gradient(180deg, #ffffff 1%, rgba(255,60,56,0.06) 99%);
  color: #0f172a;
  padding: clamp(28px, 6vw, 64px) 0;
}
.heroAbout-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  width: min(1100px, 92vw);
  margin-inline: auto;
}
.heroAbout-copy h1 {
  font-family: "erbaum", sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.05;
  font-size: clamp(28px, 5.8vw, 56px);
  letter-spacing: -0.02em;
}
.heroAbout-copy p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  color: #ffffff;
  font-size: clamp(15px, 1.3vw, 18px);
}
.heroAbout-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Responsive: stack on smaller screens ===== */
@media (max-width: 980px) {
  .heroAbout-inner { grid-template-columns: 1fr; text-align: center; }
  .heroAbout-copy h1 { font-size: clamp(24px, 6vw, 40px); }
  .heroAbout-copy p { font-size: clamp(14px, 4vw, 18px); color: #000; }
  .heroAbout-media img { margin-top: 20px; }
}

/* ===== VALUES SECTION ===== */
.values {
  padding: clamp(36px, 6vw, 80px) 0;
  background: #ffffff;
}
.section-head {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 28px);
}
.section-head h2 {
  font-family: "erbaum", sans-serif;
  margin: 0 0 6px 0;
  font-size: clamp(22px, 3.4vw, 36px);
  color: #0f172a;
}
.section-head p {
  margin: 0;
  color: #475569;
  font-size: clamp(14px, 1.4vw, 18px);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.2vw, 24px);
}
.card22 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  text-align: left;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card22:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.card22 h3 {
  font-family: "erbaum", sans-serif;
  margin: 0 0 6px 0;
  font-size: clamp(17px, 1.8vw, 20px);
  color: #0f172a;
}
.card22 p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  color: #475569;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.4;
}
.card22 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 12px;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .grid-3 { grid-template-columns: 1fr; }
}

/* 1) Keep reasonable inner padding, but don't stack it between sections */
.hero { padding-bottom: 32px; }
.values { padding-top: 0; }

/* 2) Control ONLY the gap between the two sections with a margin */
.hero + .values { margin-top: 24px; }

/* 3) On mobile, increase that single gap */
@media (max-width: 980px) {
  .hero + .values { margin-top: 56px; }
}

:root{
  --btn-bg: #0ea5e9;           /* sky-500 */
  --btn-bg-hover: #0284c7;     /* sky-600 */
  --btn-text: #ffffff;
  --btn-ring: #93c5fd;         /* blue-300 */
  --btn-shadow: 0 6px 16px rgba(2,132,199,.35);
}

.btnAbout-request{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(42px, 0.5vw, 60px) clamp(66px, 2vw, 108px);
  border-radius: 9999px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
  cursor: pointer;
  background: var(--btn-bg);
  color: var(--btn-text);
  box-shadow: var(--btn-shadow);
}
.btnAbout-request:hover{ background: var(--btn-bg-hover); transform: translateY(-1px); }
.btnAbout-request:active{ transform: translateY(0); filter: saturate(0.95); }
.btnAbout-request:focus-visible{ outline: 3px solid var(--btn-ring); outline-offset: 2px; }
.btn-row{ display:flex; justify-content:center; margin-top: 50px; margin-bottom: 50px; }

/* ===== Pricing theme ===== */
.pricing-wrap{
  --head-bg: #ff3c38;
  --head-text: #ffffff;
  --row-head-bg: #1c1c1c;
  --row-head-text: #ffffff;
  --grid: #1f2937;
  --cell-hover: #fff4f3;
  --ring: #fecaca;
}

.pricing-title{
  font-size: clamp(1.8rem, 2vw + 1rem, 3rem);
  color: #fff;
  margin: 0 0 14px 0;
  font-weight: 800;
  letter-spacing:.2px;
}

/* --- SCROLL AREA + FIXED GRADIENT HINT --- */
.table-container{
  position: relative;
}

/* keep scrollbars/content here, but transparent so overlay shows */
.table-viewport{
  overflow: auto;
  max-height: 620px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
  background: transparent;
  position: relative;
  z-index: 1; /* content sits below overlay (::after on container) */
}

/* Fixed (non-scrolling) bottom fade that sits over the table content */
.table-container::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:76px;
  pointer-events:none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.28) 65%,
    rgba(0,0,0,.40) 100%
  );
  opacity: 1;
  transition: opacity .2s ease;
}

/* Hide the fade when scrolled to the bottom (toggled by JS) */
.table-container.at-bottom::after{ opacity: 0; }

/* ---------- Custom Scrollbars (on the viewport) ---------- */
/* Firefox */
.table-viewport{
  scrollbar-width: thick;
  scrollbar-color: #ff3c38 #e5e7eb;  /* thumb | track */
}
/* Chrome/Edge/Safari */
.table-viewport::-webkit-scrollbar{
  width: 18px;
  height: 18px;
}
.table-viewport::-webkit-scrollbar-track{
  background: #e5e7eb;
  border-left: 2px solid #1f2937;
}
.table-viewport::-webkit-scrollbar-thumb{
  background: #ff3c38;
  border-radius: 10px;
  border: 3px solid #e5e7eb;
}
.table-viewport::-webkit-scrollbar-thumb:hover{
  background: #d12b28;
}

/* Accessibility helper */
.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;
}

/* Pricing table proper */
.pricing-table{ width:100%; min-width:760px; border-collapse:separate; border-spacing:0; background:#fff; }
.pricing-table thead th{
  background: var(--head-bg);
  color: var(--head-text);
  text-align:center; font-weight:800;
  padding: clamp(10px,1.2vw,14px);
  border: 2px solid var(--grid);
}
.pricing-table .sticky{ position:sticky; top:0; z-index:2; }

.pricing-table th.size-col{
  position: sticky; left: 0; z-index:3;
  background: var(--row-head-bg);
  color: var(--row-head-text);
  text-align:left; padding-left: clamp(10px,1.2vw,14px); font-weight:800;
}

.pricing-table td, .pricing-table th{ border:2px solid var(--grid); }
.pricing-table td{
  text-align:center; padding:clamp(10px,1.4vw,16px);
  font-weight:700; letter-spacing:.1px; background:#fff;
  transition: background-color .15s ease, box-shadow .15s ease;
  min-width: clamp(72px, 8.4vw, 110px);
}
.pricing-table td:hover,
.pricing-table td:focus{ outline:none; background: var(--cell-hover); }
.pricing-table td:focus-visible{ box-shadow: inset 0 0 0 3px var(--ring); }
.pricing-table td.is-selected{ background:#f0fdf4; box-shadow: inset 0 0 0 3px #86efac; }

/* calculation card */
.calc-card{
  margin-top: clamp(14px, 2.5vw, 24px);
  padding: clamp(14px, 2.5vw, 18px);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfbfb;
  font-size: clamp(.95rem, .5vw + .9rem, 1.1rem);
  color: #0b0f0a;
}
.calc-card .muted strong{ color:#ff3c38; font-weight:800; }
.calc-card .total{ display:inline-block; font-weight:900; font-size:clamp(1.05rem,.7vw + 1rem,1.35rem); margin-top:6px; }

/* spacing between charts */
.pricing-wrap + .pricing-wrap{
  margin-top: clamp(24px, 4vw, 48px);
}

/* keep each chart within page width on all screens */
.pricing-wrap{
  max-width: 1100px;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 32px);
}

/* anchor offsets */
#soft-enamel, #hard-enamel, #photoscreen { scroll-margin-top: 100px; }

/* Helper text before calc-card */
.calc-card::before{
  content: "Scroll or call for more sizes";
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #858282;
}

/* --- NAV LOGO SIZING --- */
:root { --nav-logo-h: 52px; }       /* tweak this height to taste */

.site-navbar .site-logo{
  display: flex;
  align-items: center;
  gap: .5rem;
  height: var(--nav-logo-h);        /* defines the “lane” the logo must fit in */
}

.site-navbar .site-logo img#smallLogo{
  max-height: 100%;                 /* fit inside the lane */
  height: auto;
  width: auto;                      /* prevent stretching */
  display: block;
  object-fit: contain;
}

/* Smaller logo on mobile */
@media (max-width: 991.98px){
  :root { --nav-logo-h: 40px; }
}

/* ===== Footer (mobile-tuned) ===== */
.lp-footer{
  --lp-accent: #ff3c38;
  --lp-blue: #004E98;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,60,56,.10) 0%, rgba(255,60,56,0) 60%)
    #0f0f10;
  color:#e5e7eb;
  border-top: 3px solid var(--lp-accent);
  font-size: clamp(.95rem, .25vw + .9rem, 1rem);
}

.lp-footer a{ color:#e5e7eb; }
.lp-footer a:hover{ color:#fff; text-decoration: underline; }

/* Inner layout */
.lp-footer__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr .9fr; /* brand | links | contact */
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(28px, 6vw, 56px) 0;
  padding-inline: clamp(16px, 4vw, 24px); /* ensures side padding on narrow screens */
}

.lp-footer__logo img{
  height: clamp(34px, 6vw, 44px);
  max-width: 240px;
  object-fit: contain;
  display:block;
}

.lp-footer__tagline{
  margin: 10px 0 16px 0;
  color:#cbd5e1;
  line-height:1.55;
}

.lp-footer__cta .btnAbout-request{
  padding: 12px 20px;
  box-shadow: none;
  font-size: clamp(.95rem, .2vw + .9rem, 1rem);
}

/* Section titles + lists */
.lp-footer__title{
  font-family: "erbaum", sans-serif;
  font-size: clamp(.9rem, .2vw + .85rem, .95rem);
  letter-spacing:.08em;
  text-transform: uppercase;
  color:#fff;
  margin: 4px 0 12px 0;
}

.lp-footer__list{
  list-style:none;
  margin:0; padding:0;
  display:grid;
  gap:.6rem;
  line-height:1.45;
}

/* Contact rows */
.lp-footer__contact-list li{
  display:flex; align-items:center; gap:.6rem;
  min-height: 44px; /* touch target */
}
.lp-footer__contact-list span{ color: var(--lp-accent); }

/* Back to top */
.lp-to-top{
  margin-top: 14px;
  background: var(--lp-blue);
  color:#fff;
  border:0;
  border-radius: 9999px;
  padding:.6rem 1rem;
  width: fit-content;
  cursor:pointer;
  transition:transform .12s ease, background-color .15s ease;
}
.lp-to-top:hover{ transform: translateY(-1px); background:#1c1c1c; }

/* Bottom bar */
.lp-footer__bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  background: #0b0b0c;
  color:#a3a3a3;
  font-size: clamp(.9rem, .2vw + .85rem, .95rem);
}
.lp-footer__bottom-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: .75rem; flex-wrap: wrap;
  padding-inline: clamp(16px, 4vw, 24px);
}
.lp-legal{ list-style:none; display:flex; gap:1rem; margin:0; padding:0; }
.lp-legal a{ color:#a3a3a3; }
.lp-legal a:hover{ color:#fff; }

/* ====== Responsive polish ====== */

/* Tablet and down: stack and center, keep nice gutters */
@media (max-width: 980px){
  .lp-footer__inner{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .lp-footer__brand,
  .lp-footer__nav,
  .lp-footer__contact{ max-width: 640px; margin-inline:auto; }

  .lp-footer__contact-list li{ justify-content:center; }
  .lp-footer__cta .btnAbout-request{ margin-inline:auto; }
  .lp-footer__bottom-inner{ justify-content:center; text-align:center; }
}

/* Phones: make links 2 columns, CTA full width, bigger spacing */
@media (max-width: 640px){
  .lp-footer__list{ gap:.75rem; }
  .lp-footer__nav .lp-footer__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    text-align:center;
  }
  .lp-footer__cta .btnAbout-request{
    width: 100%;
    padding: 14px 18px;
    border-radius: 9999px;
  }
}

/* Very small phones: tighten logo and paddings */
@media (max-width: 420px){
  .lp-footer__inner{ padding-block: 24px; }
  .lp-footer__logo img{ height: 32px; }
  .lp-footer__tagline{ font-size:.95rem; }
  .lp-footer__bottom{ padding: 10px 0; }
}

