* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #1f1a1a;
  background: #fff8e7;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1f1a1a;
  font-weight: 900;
  letter-spacing: 0;
}

p {
  color: #675f5d;
  font-size: 17px;
  line-height: 30px;
}

.container {
  max-width: 1220px;
}

.section-pad {
  padding: 120px 0;
  overflow: hidden;
}

.main-nav {
  padding: 10px 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: padding 250ms ease, box-shadow 250ms ease;
}

.main-nav.is-scrolled {
  padding: 12px 0;
  background: rgba(255, 248, 231, 0.96);
  box-shadow: 0 18px 48px rgba(31, 26, 26, 0.12);
}

.navbar-brand img {
  width: 138px;
}



.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 900;
  padding: 12px 14px;
}

.main-nav.is-scrolled .navbar-nav .nav-link {
  color: #1f1a1a;
}

.navbar-nav .nav-link:hover {
  color: rgb(255 242 18);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(255 242 18);
}

.main-nav.is-scrolled .navbar-nav .nav-link.active {
    color: #ed3237;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: none;
  background: #fff8e7;
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  color: #ffffff;
  background: #ef233c;
  border: 1px solid #ef233c;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease, color 250ms ease, border-color 250ms ease;
  box-shadow: 0 18px 44px rgba(239, 35, 60, 0.24);
}

.theme-btn:hover {
  color: #1f1a1a;
  background: #ffe32d;
  border-color: #ffe32d;
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(255, 227, 45, 0.25);
}

.small-btn {
  min-height: 46px;
  padding: 11px 22px;
}

.light-btn {
  color: #1f1a1a;
  background: #ffe32d;
  border-color: #ffe32d;
}

.light-btn:hover {
  color: #ffffff;
  background: #1f1a1a;
  border-color: #1f1a1a;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffe32d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-label:before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.dark-label {
  color: #ef233c;
}

.hero-section {
  position: relative;
  min-height: 800px;
  padding: 174px 0 86px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 20%, rgba(255, 227, 45, 0.18) 0px, rgba(255, 227, 45, 0) 360px), radial-gradient(circle at 10% 88%, rgba(239, 35, 60, 0.30) 0px, rgba(239, 35, 60, 0) 430px), linear-gradient(135deg, #090909 0px, #1b0c0f 600px, #3a1017 1400px);
}

.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.28;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 227, 45, 0.2);
  pointer-events: none;
}

.orbit-one {
  width: 620px;
  height: 620px;
  right: -240px;
  top: 110px;
  border-radius: 80px;
  transform: rotate(18deg);
  animation: slowRotate 22s linear infinite;
}

.orbit-two {
  width: 360px;
  height: 360px;
  left: -130px;
  bottom: 100px;
  border-radius: 50%;
  border-color: rgba(239, 35, 60, 0.25);
  animation: floatShape 6s ease-in-out infinite;
}

.hero-section h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: 66px;
  line-height: 76px;
  margin: 0;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.hero-text {
  max-width: 680px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.play-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 900;
}

.play-link span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #1f1a1a;
  background: #ffe32d;
  border-radius: 50%;
}

.trusted-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255, 227, 45, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.trusted-pill strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-right: -8px;
  border: 2px solid #3a1017;
  border-radius: 50%;
  background: #ef233c;
}

.avatar-stack span:nth-child(2) {
  background: #ffe32d;
}

.avatar-stack span:nth-child(3) {
  background: #ffffff;
}

.hero-image-wrap {
  position: relative;
  min-height: 610px;
}

.hero-main-img {
  width: 430px;
  height: 560px;
  margin-left: auto;
  object-fit: cover;
  border-radius: 210px 210px 36px 36px;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.36);
}

.review-card,
.rating-card {
  position: absolute;
  padding: 24px;
  color: #1f1a1a;
  border-radius: 28px;
  background: #fff8e7;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.review-card {
  left: 0;
  bottom: 62px;
  max-width: 220px;
}

.rating-card {
  right: 0;
  top: 54px;
  max-width: 190px;
}

.review-card strong,
.rating-card strong {
  display: block;
  color: #ef233c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
}

.review-card span,
.rating-card span {
  display: block;
  color: #675f5d;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.about-section,
.products-section,
.gallery-section {
  background: #fff8e7;
}

.about-images {
  position: relative;
  min-height: 630px;
}

.about-img-one {
  width: 420px;
  height: 560px;
  object-fit: cover;
  border-radius: 220px 220px 28px 28px;
}

.about-img-two {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 275px;
  height: 330px;
  object-fit: cover;
  border: 12px solid #fff8e7;
  border-radius: 150px 150px 24px 24px;
  box-shadow: 0 24px 80px rgba(31, 26, 26, 0.16);
}

.since-box {
  position: absolute;
  right: 78px;
  top: 20px;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  color: #1f1a1a;
  background: #ffe32d;
  box-shadow: 0 20px 60px rgba(255, 227, 45, 0.28);
}

.since-box span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}

.since-box strong {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.about-section h2,
.products-section h2,
.why-section h2,
.process-section h2,
.gallery-section h2,
.contact-section h2 {
  font-size: 56px;
  line-height: 66px;
  margin: 0 0 24px;
}

.about-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 34px;
}

.about-points div {
  display: flex;
  gap: 12px;
  color: #1f1a1a;
  font-weight: 900;
}

.about-points i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #ef233c;
  background: #ffe32d;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(255, 227, 45, 0.22);
}

.split-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.split-stats article {
  padding: 24px;
  border: 1px solid rgba(239, 35, 60, 0.14);
  border-radius: 28px;
  background: #ffffff;
}

.split-stats strong {
  display: block;
  color: #ef233c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.split-stats span {
  color: #675f5d;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 46px;
  margin-bottom: 58px;
}

.section-title-row h2,
.section-title h2 {
  margin: 0;
}

.section-title {
  max-width: 820px;
  margin: 0 auto 56px;
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-row {
  display: grid;
  grid-template-columns: 90px 1fr 220px;
  align-items: center;
  gap: 28px;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(239, 35, 60, 0.13);
  border-radius: 36px;
  background: #ffffff;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-row:hover {
  transform: translateY(-7px);
  border-color: rgba(239, 35, 60, 0.34);
  box-shadow: 0 28px 80px rgba(239, 35, 60, 0.12);
}

.service-number {
  color: #ef233c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.service-row h3 {
  font-size: 34px;
  line-height: 42px;
  margin: 0 0 8px;
}

.service-row p {
  max-width: 620px;
  margin: 0;
}

.service-img img {
  width: 220px;
  height: 122px;
  object-fit: cover;
  border-radius: 80px;
}

.quote-band {
  padding: 78px 0;
  overflow: hidden;
  background: #ef233c;
}

.quote-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  color: #ffffff;
}

.quote-inner span {
  display: block;
  margin-bottom: 10px;
  color: #ffe32d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote-inner h2 {
  color: #ffffff;
  font-size: 54px;
  line-height: 64px;
  margin: 0;
}

.why-section,
.contact-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 18%, rgba(255, 227, 45, 0.14) 0px, rgba(255, 227, 45, 0) 320px), linear-gradient(135deg, #090909 0px, #1b0c0f 600px, #3a1017 1400px);
}

.why-section:before,
.contact-section:before,
.footer-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.22;
  pointer-events: none;
}

.why-section .container,
.contact-section .container,
.footer-section .container {
  position: relative;
  z-index: 2;
}

.why-section h2,
.why-section p,
.contact-section h2 {
  color: #ffffff;
}

.why-section p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(255, 227, 45, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.feature-grid i {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  color: #ef233c;
  background: #ffe32d;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: 0 16px 38px rgba(255, 227, 45, 0.24);
}

.feature-grid h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 12px;
}

.feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 26px;
}

.process-section {
  background: #fff8e7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(239, 35, 60, 0.13);
  border-radius: 34px;
  background: #ffffff;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.process-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 80px rgba(239, 35, 60, 0.12);
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #1f1a1a;
  background: #ffe32d;
  border-radius: 50%;
  font-weight: 900;
}

.process-grid h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

.process-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-grid article {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 170px 170px 34px 34px;
  background: #1b0c0f;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 450ms ease, opacity 450ms ease;
}

.gallery-grid article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 12, 15, 0) 0px, rgba(27, 12, 15, 0.82) 360px);
}

.gallery-grid span {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.gallery-grid article:hover img {
  transform: scale(1.08);
  opacity: 0.85;
}

.contact-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 227, 45, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.contact-card span {
  display: block;
  color: #ffe32d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-card a,
.contact-card p {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}

.contact-card a:hover {
  color: #ffe32d;
}

.enquiry-form {
  padding: 42px;
  border-radius: 38px;
  background: #fff8e7;
}

.enquiry-form h3 {
  font-size: 46px;
  margin: 0 0 28px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  color: #1f1a1a;
  border: 1px solid rgba(31, 26, 26, 0.12);
  border-radius: 18px;
  background: #ffffff;
  outline: 0;
  font-weight: 800;
}

.enquiry-form textarea {
  min-height: 150px;
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #ef233c;
  box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.1);
}

.footer-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 28px;
  color: rgba(255, 255, 255, 0.74);
  background: #090909;
}

.footer-logo {
  width: 170px;
  margin-bottom: 24px;
}

.footer-section h3 {
  color: #ffffff;
  font-size: 26px;
  margin: 0 0 18px;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 10px;
}

.footer-section a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-section a:hover {
  color: #ffe32d;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
}

.copyright span {
  display: inline-block;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.copyright a {
  display: inline;
  color: rgba(255, 255, 255, 0.58);
      font-weight: 600;
    letter-spacing: 0.5px;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 0.82);
}

/* About Us Page */
.about-page {
  background: #fff8e7;
}

.about-hero {
  position: relative;
  padding: 210px 0 60px;
  overflow: hidden;
  background: radial-gradient(circle at 76% 18%, rgba(255, 227, 45, 0.2) 0px, rgba(255, 227, 45, 0) 330px), radial-gradient(circle at 8% 88%, rgba(239, 35, 60, 0.32) 0px, rgba(239, 35, 60, 0) 420px), linear-gradient(135deg, #090909 0px, #1b0c0f 620px, #3a1017 1400px);
}

.about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.28;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 227, 45, 0.2);
  pointer-events: none;
}

.about-orbit-one {
  width: 520px;
  height: 520px;
  right: -190px;
  top: 90px;
  border-radius: 80px;
  transform: rotate(18deg);
}

.about-orbit-two {
  width: 300px;
  height: 300px;
  left: -110px;
  bottom: 46px;
  border-color: rgba(239, 35, 60, 0.25);
  border-radius: 50%;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: end;
  gap: 48px;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffe32d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-kicker:before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.about-kicker.dark {
  color: #ef233c;
}

.about-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: 62px;
  line-height: 72px;
}

.page-title {
  text-transform: capitalize;
}

.page-breadcrumb {
  margin-top: 18px;
}

.page-breadcrumb ol {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  border: 1px solid rgba(255, 227, 45, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.page-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-breadcrumb li + li:before {
  content: "/";
  color: #ffe32d;
}

.page-breadcrumb a {
  color: #ffe32d;
}

.page-breadcrumb a:hover {
  color: #ffffff;
}

.about-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.about-hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 227, 45, 0.2);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.about-hero-card strong {
  display: block;
  color: #ffe32d;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 68px;
}

.about-hero-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  line-height: 24px;
}

.about-main-section,
.about-trust-section {
  padding: 120px 0;
  overflow: hidden;
}

.about-visual-stack {
  position: relative;
  min-height: 620px;
}

.about-visual-main {
  width: 420px;
  height: 560px;
  object-fit: cover;
  border-radius: 220px 220px 30px 30px;
  box-shadow: 0 30px 90px rgba(31, 26, 26, 0.16);
}

.about-visual-small {
  position: absolute;
  right: 18px;
  bottom: 32px;
  width: 280px;
  height: 330px;
  object-fit: cover;
  border: 12px solid #fff8e7;
  border-radius: 150px 150px 26px 26px;
  box-shadow: 0 26px 80px rgba(31, 26, 26, 0.16);
}

.about-badge {
  position: absolute;
  right: 78px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  color: #1f1a1a;
  text-align: center;
  border-radius: 50%;
  background: #ffe32d;
  box-shadow: 0 20px 60px rgba(255, 227, 45, 0.28);
}

.about-badge strong,
.experience-panel strong {
  display: block;
  color: #ef233c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
}

.about-badge span {
  display: block;
  color: #1f1a1a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-main-section h2,
.about-feature-section h2,
.about-trust-section h2,
.about-testimonial-section h2 {
  margin: 0 0 24px;
  color: #1f1a1a;
  font-size: 58px;
  line-height: 68px;
}

.about-main-section p {
  margin-bottom: 0;
}

.experience-panel {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(239, 35, 60, 0.14);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(239, 35, 60, 0.08);
}

.experience-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: #1f1a1a;
  background: #ffe32d;
  border-radius: 50%;
  font-size: 28px;
}

.experience-panel strong span {
  color: #ef233c;
}

.experience-panel p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.about-feature-section {
  padding: 120px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #090909 0px, #1b0c0f 620px, #3a1017 1400px);
}

.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.feature-card {
  min-height: 430px;
  padding: 38px;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
}

.feature-card-red {
  color: #ffffff;
  background: #ef233c;
}

.feature-card-dark {
  color: #ffffff;
  border: 1px solid rgba(255, 227, 45, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.feature-card h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  color: #1f1a1a;
  background: #ffe32d;
  border-radius: 50%;
  font-size: 30px;
}

.feature-image {
  grid-column: span 2;
  overflow: hidden;
  min-height: 360px;
  border-radius: 180px 180px 38px 38px;
}

.feature-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.trust-heading {
  max-width: 780px;
  margin-bottom: 54px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trust-grid article {
  min-height: 260px;
  padding: 34px;
  border: 1px solid rgba(239, 35, 60, 0.14);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(31, 26, 26, 0.08);
}

.trust-grid i {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  color: #1f1a1a;
  background: #ffe32d;
  border-radius: 50%;
  font-size: 29px;
}

.trust-grid h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 38px;
}

.trust-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.about-testimonial-section {
  padding: 120px 0;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(255, 227, 45, 0.14) 0px, rgba(255, 227, 45, 0) 300px), linear-gradient(135deg, #090909 0px, #1b0c0f 620px, #3a1017 1400px);
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 44px;
}

.testimonial-shell h2 {
  color: #ffffff;
}

.testimonial-grid {
  display: grid;
  gap: 22px;
}

.testimonial-grid article {
  padding: 34px;
  border: 1px solid rgba(255, 227, 45, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.testimonial-grid i {
  color: #ffe32d;
  font-size: 40px;
}

.testimonial-grid p {
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, 0.78);
}

.testimonial-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
}

.about-page .main-nav .container {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
}

.about-hero {
  background: linear-gradient(135deg, rgba(9, 9, 9, 0.9) 0px, rgba(27, 12, 15, 0.9) 620px, rgba(58, 16, 23, 0.88) 1400px), url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.about-hero-grid {
  align-items: center;
}

.about-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(145deg, rgba(239, 35, 60, 0.26), rgba(255, 255, 255, 0.08));
}

.about-hero-card:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(255, 227, 45, 0.22);
}

.about-main-section {
  background: linear-gradient(180deg, #fff8e7 0px, #ffffff 760px);
}

.about-visual-stack:before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  left: -38px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffe32d;
  opacity: 0.42;
}

.about-visual-main,
.about-visual-small,
.about-badge {
  position: relative;
  z-index: 2;
}

.about-visual-main {
  border: 10px solid #ffffff;
}

.about-badge {
  background: #ef233c;
}

.about-badge strong,
.about-badge span {
  color: #ffffff;
}

.experience-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0px, #fff5ce 1000px);
}

.experience-panel:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.08);
}

.about-feature-section {
  background: radial-gradient(circle at 18% 12%, rgba(255, 227, 45, 0.18) 0px, rgba(255, 227, 45, 0) 320px), linear-gradient(135deg, #090909 0px, #1b0c0f 620px, #3a1017 1400px);
}

.feature-layout {
  align-items: stretch;
}

.feature-card {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.feature-card-red {
  background: linear-gradient(145deg, #ef233c 0px, #b91828 1000px);
}

.feature-card-dark {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(14px);
}

.feature-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.feature-image {
  position: relative;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.feature-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 12, 15, 0) 0px, rgba(27, 12, 15, 0.45) 430px);
}

.about-testimonial-section {
  background: linear-gradient(180deg, #fff8e7 0px, #ffffff 1000px);
}

.testimonial-shell {
  padding: 54px;
  border-radius: 44px;
  background: linear-gradient(135deg, #090909 0px, #1b0c0f 620px, #3a1017 1400px);
  box-shadow: 0 30px 100px rgba(31, 26, 26, 0.16);
}

.testimonial-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 18px;
  align-items: start;
}

.testimonial-avatar {
  grid-row: span 3;
  width: 70px;
  height: 70px;
  border: 3px solid #ffe32d;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-grid i {
  position: absolute;
  right: 28px;
  top: 24px;
  opacity: 0.34;
}

/* About page final premium redesign */
.about-page {
  background: #fbf6e8;
}

.about-page .about-hero {
  min-height: 620px;
  padding: 190px 0 110px;
  background:
    linear-gradient(135deg, rgba(9, 9, 9, 0.88), rgba(27, 12, 15, 0.9) 52%, rgba(58, 16, 23, 0.88)),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.about-page .about-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 100px;
  background: linear-gradient(180deg, rgba(251, 246, 232, 0), #fbf6e8);
  pointer-events: none;
}

.about-page .about-hero-grid {
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
}

.about-page .page-title {
  max-width: 760px;
  font-size: 70px;
  line-height: 78px;
  letter-spacing: 0;
}

.about-page .page-breadcrumb {
  margin: 24px 0 0;
}

.about-page .about-hero-card {
  min-height: 250px;
  padding: 34px;
  border-radius: 38px;
  border-color: rgba(255, 227, 45, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 227, 45, 0.32) 0px, rgba(255, 227, 45, 0) 140px),
    rgba(255, 255, 255, 0.1);
}

.about-page .about-main-section {
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 227, 45, 0.25) 0px, rgba(255, 227, 45, 0) 230px),
    #fbf6e8;
}

.about-page .about-visual-stack {
  min-height: 610px;
}

.about-page .about-visual-main {
  width: 460px;
  height: 560px;
  border: 0;
  border-radius: 44px;
  box-shadow: 0 36px 100px rgba(31, 26, 26, 0.18);
}

.about-page .about-visual-small {
  right: 0;
  bottom: 20px;
  width: 300px;
  height: 350px;
  border: 12px solid #fbf6e8;
  border-radius: 34px;
}

.about-page .about-badge {
  right: 34px;
  top: 28px;
  width: 158px;
  height: 158px;
  background: #ef233c;
  box-shadow: 0 24px 70px rgba(239, 35, 60, 0.25);
}

.about-page .about-main-section h2 {
  max-width: 520px;
  font-size: 58px;
  line-height: 66px;
}

.about-page .about-main-section h2:after,
.about-page .about-feature-section h2:after,
.about-page .about-testimonial-section h2:after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 18px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ef233c, #ffe32d);
}

.about-page .experience-panel {
  grid-template-columns: 82px 1fr;
  padding: 30px;
  border-radius: 30px;
  border-color: rgba(239, 35, 60, 0.16);
  background: #ffffff;
}

.about-page .experience-icon {
  width: 82px;
  height: 82px;
}

.about-page .about-feature-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 227, 45, 0.18) 0px, rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #090909 0px, #1b0c0f 560px, #3a1017 1200px);
}

.about-page .feature-layout {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.about-page .feature-card {
  min-height: 100%;
  padding: 40px;
  border-radius: 34px;
}

.about-page .feature-card h2 {
  font-size: 34px;
  line-height: 42px;
}

.about-page .feature-card p {
  font-size: 16px;
  line-height: 29px;
}

.about-page .feature-image {
  grid-column: span 2;
  min-height: 430px;
  border-radius: 34px;
}

.about-page .feature-image img {
  height: 430px;
}

.about-page .about-service-section {
  padding: 112px 0;
  background: #ffffff;
}

.about-page .about-section-heading {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-page .about-section-heading h2 {
  margin: 12px 0 16px;
  color: #1f1a1a;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
}

.about-page .about-section-heading p {
  margin: 0;
  color: #6c6262;
  font-size: 17px;
  line-height: 30px;
}

.about-page .about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-page .about-service-grid article {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 38px;
  border: 1px solid rgba(31, 26, 26, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 227, 45, 0.12), rgba(255, 255, 255, 0) 160px),
    #ffffff;
  box-shadow: 0 26px 70px rgba(31, 26, 26, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-page .about-service-grid article:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.09);
}

.about-page .about-service-grid article:hover {
  transform: translateY(-10px);
  border-color: rgba(239, 35, 60, 0.22);
  box-shadow: 0 34px 90px rgba(31, 26, 26, 0.12);
}

.about-page .about-service-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c, #bb1528);
  box-shadow: 0 18px 44px rgba(239, 35, 60, 0.24);
  font-size: 30px;
}

.about-page .about-service-grid h3,
.about-page .about-news-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #1f1a1a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
}

.about-page .about-service-grid p,
.about-page .about-news-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6c6262;
  font-size: 16px;
  line-height: 29px;
}

.about-page .about-numbers-section {
  padding: 0 0 112px;
  background: #ffffff;
}

.about-page .about-numbers-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
  padding: 50px;
  border-radius: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 227, 45, 0.3) 0px, rgba(255, 227, 45, 0) 240px),
    linear-gradient(135deg, #090909, #1b0c0f 52%, #ef233c);
  box-shadow: 0 36px 100px rgba(31, 26, 26, 0.18);
}

.about-page .about-numbers-panel h2 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
}

.about-page .about-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-page .about-numbers-grid article {
  padding: 26px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  backdrop-filter: blur(14px);
}

.about-page .about-numbers-grid strong {
  display: block;
  color: #ffe32d;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
}

.about-page .about-numbers-grid span:last-child {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-page .about-testimonial-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 227, 45, 0.2) 0px, rgba(255, 227, 45, 0) 250px),
    #fbf6e8;
}

.about-page .testimonial-shell {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  padding: 44px;
  border-radius: 40px;
}

.about-page .testimonial-grid article {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
}

.about-page .about-news-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 227, 45, 0.18) 0px, rgba(255, 227, 45, 0) 250px),
    #ffffff;
}

.about-page .about-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-page .about-news-grid article {
  overflow: hidden;
  border: 1px solid rgba(31, 26, 26, 0.08);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(31, 26, 26, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-page .about-news-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(31, 26, 26, 0.12);
}

.about-page .about-news-grid img {
  width: 100%;
  height: 210px;
  padding: 46px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 227, 45, 0.22), rgba(255, 227, 45, 0) 160px),
    #fbf6e8;
}

.about-page .about-news-grid div {
  padding: 30px;
}

/* About page premium correction */
.about-page {
  background: #f8fafc;
  color: #1a1a1a;
}

.about-page .about-hero {
  min-height: 440px;
  padding: 150px 0 72px;
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.95), rgba(11, 31, 58, 0.84) 48%, rgba(239, 35, 60, 0.72)),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.about-page .about-hero:after {
  height: 64px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc);
}

.about-page .about-hero-grid {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 40px;
}

.about-page .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffe32d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-page .about-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
}

.about-page .about-kicker.dark {
  color: #ef233c;
}

.about-page .page-title {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
}

.about-page .page-breadcrumb {
  margin-top: 22px;
}

.about-page .page-breadcrumb ol {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 100%;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.about-page .page-breadcrumb li,
.about-page .page-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.about-page .page-breadcrumb li + li:before {
  content: "/";
  margin-right: 10px;
  color: #ffe32d;
}

.about-page .about-hero-card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.about-page .about-hero-card:before {
  display: none;
}

.about-page .about-hero-card strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #ffe32d;
  font-size: 58px;
  line-height: 58px;
}

.about-page .about-hero-card strong span {
  display: inline;
  margin-top: 0;
  color: inherit;
}

.about-page .about-hero-card > span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 22px;
}

.about-page .about-main-section,
.about-page .about-service-section,
.about-page .about-news-section {
  padding: 78px 0;
  background: #f8fafc;
}

.about-page .about-visual-stack {
  min-height: 450px;
}

.about-page .about-visual-main {
  width: 390px;
  height: 430px;
  border-radius: 28px;
  object-fit: cover;
}

.about-page .about-visual-small {
  right: 18px;
  bottom: 18px;
  width: 240px;
  height: 260px;
  border: 10px solid #f8fafc;
  border-radius: 22px;
}

.about-page .about-badge {
  right: 28px;
  top: 18px;
  width: 132px;
  height: 132px;
  background: #ef233c;
}

.about-page .about-main-section .col-lg-6:last-child {
  padding: 42px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.08);
}

/* About page main story section refinement */
.about-page .about-main-section .row {
  position: relative;
  align-items: center;
}

.about-page .about-main-section .row:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 42px;
  width: 42%;
  height: 78%;
  border: 1px solid rgba(239, 35, 60, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 227, 45, 0.22), rgba(255, 255, 255, 0) 48%),
    #ffffff;
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.06);
}

.about-page .about-main-section .col-lg-6 {
  position: relative;
  z-index: 1;
}

.about-page .about-visual-stack {
  width: 100%;
  max-width: 560px;
  min-height: 500px;
  margin: 0;
  padding: 22px 0 0 22px;
}

.about-page .about-visual-main {
  width: 420px;
  height: 455px;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.16);
}

.about-page .about-visual-small {
  right: 8px;
  bottom: 14px;
  width: 250px;
  height: 250px;
  border: 10px solid #f8fafc;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.16);
}

.about-page .about-badge {
  right: 36px;
  top: 0;
  width: 122px;
  height: 122px;
  border: 8px solid #ffffff;
  box-shadow: 0 22px 56px rgba(239, 35, 60, 0.22);
}

.about-page .about-main-section .col-lg-6:last-child {
  max-width: 590px;
  margin-left: auto;
}

.about-page .about-main-section .col-lg-6:last-child:before {
  content: "";
  display: block;
  width: 68px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ef233c, #ffe32d);
}

.about-page .about-main-section .col-lg-6:last-child > p {
  margin-bottom: 0;
}

.about-page .experience-panel {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 26px;
}

.about-page .about-badge strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  font-size: 38px;
  line-height: 38px;
}

.about-page .about-badge strong span {
  display: inline;
  color: inherit;
}

.about-page .about-main-section h2,
.about-page .about-feature-section h2,
.about-page .about-testimonial-section h2,
.about-page .about-section-heading h2,
.about-page .about-numbers-panel h2 {
  color: #0b1f3a;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 0;
}

.about-page .about-main-section h2 {
  max-width: 460px;
}

.about-page .about-main-section p,
.about-page .feature-card p,
.about-page .about-section-heading p,
.about-page .about-service-grid p,
.about-page .about-news-grid p,
.about-page .testimonial-grid p {
  color: #555555;
  font-size: 16px;
  line-height: 28px;
}

.about-page .experience-panel {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(11, 31, 58, 0.08);
}

.about-page .experience-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
}

.about-page .experience-panel strong {
  color: #0b1f3a;
  font-size: 34px;
  line-height: 38px;
}

.about-page .about-feature-section {
  padding: 78px 0;
  background: #0b1f3a;
}

.about-page .feature-layout {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-page .feature-card {
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.about-page .feature-card-red {
  background: #ef233c;
}

.about-page .feature-card-dark {
  background: #ffffff;
}

.about-page .feature-card-red h2,
.about-page .feature-card-red p {
  color: #ffffff;
}

.about-page .feature-card-dark h2 {
  color: #0b1f3a;
}

.about-page .feature-card h2 {
  font-size: 30px;
  line-height: 38px;
}

.about-page .feature-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 16px;
}

.about-page .feature-image {
  min-height: 360px;
  border-radius: 24px;
}

.about-page .feature-image img {
  height: 360px;
}

.about-page .about-section-heading {
  max-width: 660px;
  margin-bottom: 40px;
}

.about-page .about-service-grid,
.about-page .about-news-grid {
  gap: 22px;
}

.about-page .about-service-grid article,
.about-page .about-news-grid article {
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(11, 31, 58, 0.08);
}

.about-page .about-service-grid article {
  min-height: 270px;
  padding: 30px;
}

.about-page .about-service-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 18px;
  font-size: 26px;
}

.about-page .about-service-grid h3,
.about-page .about-news-grid h3 {
  color: #0b1f3a;
  font-size: 22px;
  line-height: 30px;
}

.about-page .about-numbers-section {
  padding: 0 0 78px;
  background: #f8fafc;
}

.about-page .about-numbers-panel {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  padding: 36px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.9)),
    url("../images/about-img.jpg") center center / cover no-repeat;
}

.about-page .about-numbers-panel h2,
.about-page .testimonial-shell h2 {
  color: #ffffff;
}

.about-page .about-numbers-grid article {
  padding: 22px 14px;
  border-radius: 18px;
}

.about-page .about-numbers-grid strong {
  font-size: 34px;
  line-height: 40px;
}

.about-page .about-testimonial-section {
  padding: 78px 0;
  background: #0b1f3a;
}

.about-page .testimonial-shell {
  gap: 28px;
  padding: 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.about-page .testimonial-grid article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
}

.about-page .testimonial-avatar {
  width: 58px;
  height: 58px;
}

.about-page .about-news-grid img {
  height: 180px;
  padding: 38px;
  background: #ffffff7a;
}

.about-page .about-news-grid div {
  padding: 26px;
}

/* About Us premium page */
.abx-page {
  overflow: hidden;
  background: #f8fafc;
  color: #1a1a1a;
}

.abx-section {
  padding: 96px 0;
}

.abx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #ffe32d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.abx-eyebrow:before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
}

.abx-eyebrow.dark {
  color: #ef233c;
}

.abx-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding: 170px 0 92px;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.88) 48%, rgba(239, 35, 60, 0.72)),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.abx-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 110px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc);
  z-index: -1;
}

.abx-hero-shape {
  position: absolute;
  right: -120px;
  top: 120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 70px solid rgba(255, 227, 45, 0.18);
  z-index: -1;
}

.abx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: end;
}

.abx-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 66px;
  line-height: 74px;
  font-weight: 900;
}

.abx-breadcrumb ol {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  padding: 10px 16px;
  margin: 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  list-style: none;
  backdrop-filter: blur(12px);
}

.abx-breadcrumb li,
.abx-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
}

.abx-breadcrumb li + li:before {
  content: "/";
  margin-right: 11px;
  color: #ffe32d;
}

.abx-hero-panel {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.abx-hero-panel > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.abx-hero-panel strong {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 12px 0 10px;
  color: #ffe32d;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 900;
}

.abx-hero-panel p,
.abx-copy-card p,
.abx-info-card p,
.abx-range-card p,
.abx-values-copy p,
.abx-service-card p,
.abx-timeline p,
.abx-testimonial-grid p {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 29px;
}

.abx-hero-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.abx-intro {
  padding-top: 40px;
}

.abx-intro-grid,
.abx-values-grid,
.abx-manufacturing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.abx-media-card {
  position: relative;
  min-height: 570px;
}

.abx-media-card:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 34px;
  width: 410px;
  height: 470px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(11, 31, 58, 0.1);
}

.abx-media-main,
.abx-media-float {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(11, 31, 58, 0.16);
}

.abx-media-main {
  left: 0;
  top: 0;
  width: 430px;
  height: 500px;
  border-radius: 34px;
}

.abx-media-float {
  right: 0;
  bottom: 6px;
  width: 300px;
  height: 280px;
  border: 10px solid #f8fafc;
  border-radius: 28px;
}

.abx-media-badge {
  position: absolute;
  right: 40px;
  top: 36px;
  display: grid;
  place-items: center;
  width: 146px;
  height: 146px;
  padding: 18px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  background: #ef233c;
  box-shadow: 0 24px 64px rgba(239, 35, 60, 0.22);
  text-align: center;
}

.abx-media-badge strong {
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

.abx-media-badge span {
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.abx-copy-card,
.abx-info-card,
.abx-service-card {
  border: 1px solid rgba(11, 31, 58, 0.08);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.08);
}

.abx-copy-card {
  padding: 44px;
  border-radius: 34px;
}

.abx-copy-card h2,
.abx-section-head h2,
.abx-values-copy h2,
.abx-stats-panel h2,
.abx-testimonial-shell h2,
.abx-cta-inner h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

.abx-copy-card h2 {
  margin-bottom: 20px;
}

.abx-highlight {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 28px;
  padding: 22px;
  border-radius: 22px;
  background: #f8fafc;
}

.abx-highlight i,
.abx-icon,
.abx-mini-card i {
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c, #c9182b);
}

.abx-highlight i {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  font-size: 26px;
}

.abx-section-head {
  max-width: 720px;
}

.abx-section-head.center {
  margin: 0 auto 46px;
  text-align: center;
}

.abx-section-head.center .abx-eyebrow {
  justify-content: center;
}

.abx-identity {
  background: #ffffff;
}

.abx-identity-grid,
.abx-service-grid,
.abx-stats-grid,
.abx-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.abx-info-card,
.abx-service-card {
  min-height: 100%;
  padding: 30px;
  border-radius: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abx-info-card:hover,
.abx-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 90px rgba(11, 31, 58, 0.12);
}

.abx-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 20px;
  font-size: 27px;
}

.abx-info-card h3,
.abx-range-card h3,
.abx-service-card h3,
.abx-timeline h3,
.abx-testimonial-grid h3 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

.abx-manufacturing,
.abx-testimonials {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 227, 45, 0.18), rgba(255, 227, 45, 0) 260px),
    #0b1f3a;
}

.abx-manufacturing .abx-section-head h2,
.abx-testimonial-shell h2 {
  color: #ffffff;
}

.abx-range-stack {
  display: grid;
  gap: 22px;
}

.abx-range-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.abx-range-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #ffe32d;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

.abx-range-card h3,
.abx-range-card p {
  color: #ffffff;
}

.abx-values {
  background: #f8fafc;
}

.abx-values-copy {
  max-width: 620px;
}

.abx-values-copy h2 {
  margin-bottom: 22px;
}

.abx-value-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.abx-mini-card {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 170px;
  padding: 28px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(11, 31, 58, 0.08);
}

.abx-mini-card i {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  font-size: 24px;
}

.abx-mini-card span {
  color: #0b1f3a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

.abx-service {
  background: #ffffff;
}

.abx-service-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 24px;
}

.abx-stats {
  padding: 0 0 96px;
  background: #ffffff;
}

.abx-stats-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.9)),
    url("../images/about-img.jpg") center center / cover no-repeat;
  box-shadow: 0 34px 100px rgba(11, 31, 58, 0.16);
}

.abx-stats-panel h2 {
  color: #ffffff;
}

.abx-stats-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.abx-stats-grid article {
  padding: 24px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  text-align: center;
}

.abx-stats-grid strong {
  display: block;
  color: #ffe32d;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
}

.abx-stats-grid article > span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.abx-process {
  background: #f8fafc;
}

.abx-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.abx-timeline article {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(11, 31, 58, 0.08);
}

.abx-timeline article > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #ef233c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

.abx-testimonial-shell {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: start;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
}

.abx-testimonial-grid {
  grid-template-columns: 1fr 1fr;
}

.abx-testimonial-grid article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.abx-testimonial-grid img {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.abx-testimonial-grid p,
.abx-testimonial-grid h3 {
  color: #ffffff;
}

.abx-testimonial-grid h3 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 24px;
}

.abx-cta {
  padding: 96px 0;
  background: #f8fafc;
}

.abx-cta-inner {
  padding: 58px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 227, 45, 0.22), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #ef233c, #0b1f3a);
  box-shadow: 0 34px 100px rgba(11, 31, 58, 0.16);
}

.abx-cta-inner span {
  display: block;
  margin-bottom: 14px;
  color: #ffe32d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.abx-cta-inner h2 {
  max-width: 820px;
  margin-bottom: 28px;
  color: #ffffff;
}

.abx-reveal {
  animation: abxFadeUp 0.75s ease both;
}

/* Gallery and Contact premium pages */
.pgx-page {
  overflow: hidden;
  background: #f8fafc;
  color: #1a1a1a;
}

.pgx-section {
  padding: 96px 0;
}

.pgx-hero {
  position: relative;
  isolation: isolate;
  min-height: 460px;
  padding: 168px 0 92px;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.86) 52%, rgba(239, 35, 60, 0.72)),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.pgx-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc);
  z-index: -1;
}

.gallery-hero {
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.82) 52%, rgba(239, 35, 60, 0.7)),
    url("../images/gallery-Tablecover3.jpg") center center / cover no-repeat;
}

.contact-hero {
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.84) 52%, rgba(239, 35, 60, 0.72)),
    url("../images/factory-plant.jpg") center center / cover no-repeat;
}

.pgx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #ffe32d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pgx-eyebrow:before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
}

.pgx-eyebrow.dark {
  color: #ef233c;
}

.pgx-hero h1,
.pgx-section-head h2,
.contact-business-card h2,
.premium-contact-form h2,
.pgx-cta-inner h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}

.pgx-hero h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 72px;
}

.pgx-breadcrumb ol {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  padding: 10px 16px;
  margin: 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  list-style: none;
  backdrop-filter: blur(12px);
}

.pgx-breadcrumb li,
.pgx-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
}

.pgx-breadcrumb li + li:before {
  content: "/";
  margin-right: 11px;
  color: #ffe32d;
}

.pgx-section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.pgx-section-head p,
.contact-business-card p,
.premium-contact-form input,
.premium-contact-form textarea,
.contact-grid p,
.contact-grid a {
  color: #555555;
  font-size: 16px;
  line-height: 29px;
}

.pgx-section-head p {
  margin: 18px 0 0;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.gallery-filter span {
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid rgba(11, 31, 58, 0.09);
  border-radius: 999px;
  color: #0b1f3a;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(11, 31, 58, 0.06);
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-gallery-grid {
  columns: 3 300px;
  column-gap: 24px;
}

.premium-gallery-grid article {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.1);
}

.premium-gallery-grid img {
  width: 100%;
  min-height: 280px;
  max-height: 430px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.premium-gallery-grid article:nth-child(3n + 1) img {
  height: 390px;
}

.premium-gallery-grid article:nth-child(3n + 2) img {
  height: 300px;
}

.premium-gallery-grid article:nth-child(3n) img {
  height: 350px;
}

.premium-gallery-grid div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(11, 31, 58, 0.78);
  backdrop-filter: blur(14px);
  transform: translateY(8px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.premium-gallery-grid span {
  display: block;
  margin-bottom: 6px;
  color: #ffe32d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-gallery-grid h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

.premium-gallery-grid article:hover img {
  transform: scale(1.06);
}

.premium-gallery-grid article:hover div {
  transform: translateY(0);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

.contact-grid article,
.contact-business-card,
.premium-contact-form,
.map-card {
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.08);
}

.contact-grid article {
  min-height: 260px;
  padding: 30px;
}

.contact-grid i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef233c, #c9182b);
  font-size: 25px;
}

.contact-grid span {
  display: block;
  margin-bottom: 12px;
  color: #0b1f3a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.contact-grid a {
  display: block;
  text-decoration: none;
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  align-items: stretch;
}

.contact-business-card {
  padding: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 227, 45, 0.22), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #0b1f3a, #1b2f4f 60%, #ef233c);
}

.contact-business-card h2,
.contact-business-card p {
  color: #ffffff;
}

.contact-business-card h2 {
  margin-bottom: 18px;
}

.contact-business-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.contact-business-card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.contact-business-card li i {
  color: #ffe32d;
}

.premium-contact-form {
  padding: 36px;
}

.premium-contact-form h2 {
  margin-bottom: 24px;
}

.premium-contact-form input,
.premium-contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(11, 31, 58, 0.12);
  border-radius: 16px;
  outline: 0;
  background: #f8fafc;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
  border-color: rgba(239, 35, 60, 0.4);
  box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.08);
}

.map-section {
  padding: 0 0 96px;
  background: #f8fafc;
}

.map-card {
  overflow: hidden;
  padding: 10px;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
  border-radius: 22px;
}

.pgx-cta {
  padding: 0 0 96px;
  background: #f8fafc;
}

.pgx-cta-inner {
  padding: 52px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 227, 45, 0.22), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #ef233c, #0b1f3a);
  box-shadow: 0 34px 100px rgba(11, 31, 58, 0.16);
}

.pgx-cta-inner span {
  display: block;
  margin-bottom: 14px;
  color: #ffe32d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pgx-cta-inner h2 {
  max-width: 850px;
  margin-bottom: 26px;
  color: #ffffff;
}

/* About page brand color correction */
.abx-page {
  background: #fff8e7;
}

.abx-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 227, 45, 0.14) 0%, rgba(255, 227, 45, 0) 28%),
    radial-gradient(circle at 10% 88%, rgba(239, 35, 60, 0.24) 0%, rgba(239, 35, 60, 0) 34%),
    linear-gradient(135deg, rgba(9, 9, 9, 0.78) 0%, rgba(27, 12, 15, 0.74) 48%, rgba(58, 16, 23, 0.72) 100%),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.abx-hero:after {
  background: linear-gradient(180deg, rgba(255, 248, 231, 0), #fff8e7);
}

.abx-hero-shape {
  border-color: rgba(255, 227, 45, 0.22);
}

.abx-intro,
.abx-values,
.abx-process,
.abx-cta {
  background: #fff8e7;
}

.abx-identity,
.abx-service,
.abx-stats {
  background: #fff3d5;
}

.abx-manufacturing,
.abx-testimonials {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 227, 45, 0.26), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #ef233c, #b91525 54%, #2a1012);
}

.abx-eyebrow,
.abx-breadcrumb li + li:before,
.abx-range-card span,
.abx-stats-grid strong,
.abx-cta-inner span {
  color: #ffe32d;
}

.abx-eyebrow.dark {
  color: #ef233c;
}

.abx-copy-card h2,
.abx-section-head h2,
.abx-values-copy h2,
.abx-info-card h3,
.abx-service-card h3,
.abx-timeline h3,
.abx-mini-card span {
  color: #1f1a1a;
}

.abx-copy-card,
.abx-info-card,
.abx-service-card,
.abx-mini-card,
.abx-timeline article {
  border-color: rgba(239, 35, 60, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(239, 35, 60, 0.08);
}

.abx-media-card:before,
.abx-highlight {
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(239, 35, 60, 0.08);
}

.abx-highlight i,
.abx-icon,
.abx-mini-card i {
  color: #ef233c;
  background: #ffe32d;
  border: 1px solid rgba(239, 35, 60, 0.12);
  box-shadow: 0 16px 38px rgba(255, 227, 45, 0.22);
}

.abx-service-card img {
  padding: 10px;
  border: 1px solid rgba(239, 35, 60, 0.12);
  border-radius: 18px;
  background: #ffe32d;
  box-shadow: 0 16px 38px rgba(255, 227, 45, 0.22);
}

.abx-media-badge {
  width: 178px;
  height: auto;
  min-height: 132px;
  align-content: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 227, 45, 0.28), rgba(255, 227, 45, 0) 110px),
    #ef233c;
  box-shadow: 0 24px 64px rgba(239, 35, 60, 0.24);
}

.abx-media-badge strong {
  display: block;
  margin-top: 8px;
  font-size: 48px;
  line-height: 52px;
}

.abx-media-badge strong span {
  display: inline;
  color: inherit;
}

.abx-media-badge span {
  max-width: none;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.8px;
}

.abx-stats-panel,
.abx-cta-inner {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 227, 45, 0.32), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #ef233c, #b91525 54%, #2a1012);
  box-shadow: 0 34px 100px rgba(239, 35, 60, 0.14);
}

.abx-stats-grid article,
.abx-testimonial-grid article,
.abx-testimonial-shell,
.abx-range-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.abx-hero h1,
.pgx-hero h1,
.about-page .page-title {
  display: block;
  padding: 0;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.abx-hero:before,
.pgx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 1;
}

.abx-hero .container,
.pgx-hero .container {
  position: relative;
  z-index: 2;
}

/* Gallery and Contact brand color correction */
.pgx-page {
  background: #fff8e7;
}

.pgx-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 227, 45, 0.14) 0%, rgba(255, 227, 45, 0) 28%),
    radial-gradient(circle at 10% 88%, rgba(239, 35, 60, 0.24) 0%, rgba(239, 35, 60, 0) 34%),
    linear-gradient(135deg, rgba(9, 9, 9, 0.78) 0%, rgba(27, 12, 15, 0.74) 48%, rgba(58, 16, 23, 0.72) 100%),
    url("../images/about-first-img.jpg") center center / cover no-repeat;
}

.gallery-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 227, 45, 0.14) 0%, rgba(255, 227, 45, 0) 28%),
    radial-gradient(circle at 10% 88%, rgba(239, 35, 60, 0.24) 0%, rgba(239, 35, 60, 0) 34%),
    linear-gradient(135deg, rgba(9, 9, 9, 0.78) 0%, rgba(27, 12, 15, 0.74) 48%, rgba(58, 16, 23, 0.72) 100%),
    url("../images/gallery-Tablecover3.jpg") center center / cover no-repeat;
}

.contact-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 227, 45, 0.14) 0%, rgba(255, 227, 45, 0) 28%),
    radial-gradient(circle at 10% 88%, rgba(239, 35, 60, 0.24) 0%, rgba(239, 35, 60, 0) 34%),
    linear-gradient(135deg, rgba(9, 9, 9, 0.78) 0%, rgba(27, 12, 15, 0.74) 48%, rgba(58, 16, 23, 0.72) 100%),
    url("../images/factory-plant.jpg") center center / cover no-repeat;
}

.pgx-hero:after {
  background: linear-gradient(180deg, rgba(255, 248, 231, 0), #fff8e7);
}

.pgx-eyebrow,
.pgx-breadcrumb li + li:before,
.premium-gallery-grid span,
.contact-business-card li i,
.pgx-cta-inner span {
  color: #ffe32d;
}

.pgx-eyebrow.dark {
  color: #ef233c;
}

.pgx-hero h1,
.pgx-section-head h2,
.contact-business-card h2,
.premium-contact-form h2,
.pgx-cta-inner h2,
.contact-grid span,
.premium-gallery-grid h3 {
  color: #1f1a1a;
}

.pgx-hero h1,
.pgx-cta-inner h2,
.contact-business-card h2,
.contact-business-card p {
  color: #ffffff;
}

.gallery-showcase,
.contact-main,
.contact-form-section,
.map-section,
.pgx-cta {
  background: #fff8e7;
}

.gallery-filter span,
.premium-gallery-grid article,
.contact-grid article,
.premium-contact-form,
.map-card {
  border-color: rgba(239, 35, 60, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(239, 35, 60, 0.08);
}

.premium-gallery-grid div {
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(239, 35, 60, 0.9), rgba(42, 16, 18, 0.86));
}

.premium-gallery-grid div h3 {
  color: #ffffff;
}

.gallery-filter span {
  color: #ef233c;
}

.contact-grid i {
  color: #ef233c;
  background: #ffe32d;
  border: 1px solid rgba(239, 35, 60, 0.12);
  box-shadow: 0 16px 38px rgba(255, 227, 45, 0.22);
}

.contact-business-card li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffe32d;
  background: rgba(255, 227, 45, 0.12);
}

.contact-business-card,
.pgx-cta-inner {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 227, 45, 0.32), rgba(255, 227, 45, 0) 260px),
    linear-gradient(135deg, #ef233c, #b91525 54%, #2a1012);
  box-shadow: 0 34px 100px rgba(239, 35, 60, 0.14);
}

.premium-contact-form input,
.premium-contact-form textarea {
  border-color: rgba(239, 35, 60, 0.12);
  background: #fff8e7;
}

.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
  border-color: rgba(239, 35, 60, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 227, 45, 0.2);
}

@keyframes abxFadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowRotate {
  0% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(378deg);
  }
}

@keyframes floatShape {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-22px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .hero-section h1 {
    font-size: 58px;
    line-height: 68px;
  }

  .about-section h2,
  .products-section h2,
  .why-section h2,
  .process-section h2,
  .gallery-section h2,
  .contact-section h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .service-row {
    grid-template-columns: 80px 1fr 180px;
  }

  .service-img img {
    width: 180px;
  }

  .about-hero h1 {
    font-size: 56px;
    line-height: 66px;
  }

  .about-page .page-title {
    font-size: 48px;
    line-height: 56px;
  }

  .about-page .about-main-section h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .about-page .about-section-heading h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .about-page .about-numbers-panel h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .abx-hero h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .abx-copy-card h2,
  .abx-section-head h2,
  .abx-values-copy h2,
  .abx-stats-panel h2,
  .abx-testimonial-shell h2,
  .abx-cta-inner h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .abx-media-card {
    min-height: 540px;
  }

  .abx-media-main {
    width: 390px;
    height: 470px;
  }

  .abx-media-float {
    width: 270px;
  }

  .pgx-hero h1,
  .pgx-section-head h2,
  .contact-business-card h2,
  .premium-contact-form h2,
  .pgx-cta-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-main-section h2,
  .about-feature-section h2,
  .about-testimonial-section h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .feature-card h2 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (max-width: 991px) {
  .main-nav {
    padding: 12px 0;
  }

  .main-nav .container {
    border-radius: 28px;
    background: #fff8e7;
    border-color: rgba(239, 35, 60, 0.12);
  }

  .navbar-nav .nav-link {
    color: #1f1a1a;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 24px;
    background: #fff8e7;
    box-shadow: 0 20px 60px rgba(31, 26, 26, 0.16);
  }

  .hero-section {
    padding: 140px 0 76px;
  }

  .hero-image-wrap {
    min-height: 560px;
  }

  .hero-main-img {
    margin: 0 auto;
  }

  .section-title-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-grid,
  .process-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-inner {
    display: grid;
  }

  .about-hero {
    min-height: 0;
    padding: 150px 0 84px;
  }

  .about-page .about-hero {
    padding: 132px 0 66px;
  }

  .about-hero-grid,
  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .about-page .about-hero-grid,
  .about-page .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .about-hero-card {
    max-width: 320px;
  }

  .about-page .about-hero-card {
    max-width: 320px;
    min-height: 170px;
  }

  .about-visual-stack {
    min-height: 560px;
  }

  .about-page .about-visual-stack {
    max-width: 620px;
    margin: 0 auto;
  }

  .about-page .about-main-section .row:before {
    left: 22px;
    width: 52%;
  }

  .feature-layout {
    grid-template-columns: 1fr;
  }

  .about-page .feature-layout {
    grid-template-columns: 1fr;
  }

  .feature-image {
    grid-column: auto;
  }

  .about-page .feature-image {
    grid-column: auto;
  }

  .about-page .about-service-grid,
  .about-page .about-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-page .about-numbers-panel {
    grid-template-columns: 1fr;
  }

  .about-page .about-numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .abx-hero-grid,
  .abx-intro-grid,
  .abx-values-grid,
  .abx-manufacturing-grid,
  .abx-stats-panel,
  .abx-testimonial-shell {
    grid-template-columns: 1fr;
  }

  .abx-hero-panel {
    max-width: 360px;
  }

  .abx-media-card {
    max-width: 620px;
    margin: 0 auto;
  }

  .abx-identity-grid,
  .abx-service-grid,
  .abx-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .abx-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .premium-gallery-grid {
    columns: 2 280px;
  }
}

@media (max-width: 767px) {
  .section-pad {
    padding: 84px 0;
  }

  .navbar-brand img {
    width: 126px;
  }

  .hero-section h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    align-items: stretch;
  }

  .hero-image-wrap,
  .about-images {
    min-height: 0;
  }

  .hero-main-img,
  .about-img-one {
    width: 100%;
    height: 440px;
    border-radius: 190px 190px 28px 28px;
  }

  .review-card,
  .rating-card,
  .about-img-two,
  .since-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 16px;
  }

  .rating-card,
  .review-card {
    max-width: none;
  }

  .about-img-two {
    width: 100%;
    height: 260px;
    border: 0;
  }

  .since-box {
    width: 150px;
    height: 150px;
  }

  .about-section h2,
  .products-section h2,
  .why-section h2,
  .process-section h2,
  .gallery-section h2,
  .contact-section h2,
  .quote-inner h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .split-stats,
  .feature-grid,
  .process-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-img img {
    width: 100%;
    height: 210px;
    border-radius: 100px;
  }

  .gallery-grid article,
  .gallery-grid img {
    min-height: 320px;
  }

  .enquiry-form {
    padding: 28px;
  }

  .about-hero {
    padding: 132px 0 70px;
  }

  .about-main-section,
  .about-feature-section,
  .about-testimonial-section {
    padding: 84px 0;
  }

  .about-hero h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .about-page .page-title {
    font-size: 40px;
    line-height: 48px;
  }

  .about-hero p {
    font-size: 16px;
  }

  .about-main-section h2,
  .about-feature-section h2,
  .about-testimonial-section h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .about-visual-stack {
    min-height: 0;
  }

  .about-visual-main {
    width: 100%;
    height: 430px;
    border-radius: 190px 190px 28px 28px;
  }

  .about-page .about-visual-main {
    width: 100%;
    height: 380px;
    border-radius: 24px;
  }

  .about-page .about-main-section .row:before {
    display: none;
  }

  .about-page .about-visual-stack {
    position: relative;
    min-height: 460px;
    padding: 0;
  }

  .about-page .about-main-section .col-lg-6:last-child {
    padding: 28px;
    border-radius: 22px;
  }

  .about-visual-small,
  .about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    margin-top: 16px;
  }

  .about-visual-small {
    width: 100%;
    height: 250px;
    border: 0;
  }

  .about-page .about-visual-small {
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 230px;
    height: 170px;
    border: 7px solid #f8fafc;
    border-radius: 20px;
  }

  .about-page .about-badge {
    position: absolute;
    left: 18px;
    right: auto;
    top: auto;
    bottom: 18px;
    width: 112px;
    height: 112px;
    border: 6px solid #ffffff;
  }

  .about-page .about-badge:before {
    display: none;
  }

  .about-page .about-badge strong {
    font-size: 28px;
    line-height: 30px;
  }

  .about-page .about-badge span:last-child {
    font-size: 10px;
    line-height: 13px;
  }

  .about-page .about-main-section .col-lg-6:last-child:before {
    display: none;
  }

  .experience-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .about-page .experience-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .testimonial-shell {
    padding: 30px;
    border-radius: 30px;
  }

  .about-page .testimonial-shell {
    padding: 30px;
    border-radius: 30px;
  }

  .testimonial-grid article {
    grid-template-columns: 1fr;
  }

  .testimonial-avatar {
    grid-row: auto;
    margin-bottom: 18px;
  }

  .feature-card,
  .testimonial-grid article {
    padding: 28px;
    border-radius: 28px;
  }

  .feature-image,
  .feature-image img {
    min-height: 300px;
    height: 300px;
  }

  .about-page .feature-image,
  .about-page .feature-image img {
    min-height: 300px;
    height: 300px;
  }

  .about-page .about-service-section,
  .about-page .about-testimonial-section,
  .about-page .about-news-section {
    padding: 72px 0;
  }

  .about-page .about-numbers-section {
    padding: 0 0 72px;
  }

  .about-page .about-service-grid,
  .about-page .about-news-grid,
  .about-page .about-numbers-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-numbers-panel {
    padding: 26px;
    border-radius: 22px;
  }

  .abx-section,
  .abx-cta {
    padding: 72px 0;
  }

  .abx-hero {
    min-height: 0;
    padding: 132px 0 72px;
  }

  .abx-hero h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .abx-copy-card,
  .abx-info-card,
  .abx-range-card,
  .abx-service-card,
  .abx-timeline article,
  .abx-testimonial-grid article {
    padding: 26px;
    border-radius: 22px;
  }

  .abx-copy-card h2,
  .abx-section-head h2,
  .abx-values-copy h2,
  .abx-stats-panel h2,
  .abx-testimonial-shell h2,
  .abx-cta-inner h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .abx-media-card {
    min-height: 480px;
  }

  .abx-media-card:before {
    display: none;
  }

  .abx-media-main {
    width: 100%;
    height: 390px;
  }

  .abx-media-float {
    right: 14px;
    bottom: 0;
    width: 240px;
    height: 170px;
    border-width: 7px;
  }

  .abx-media-badge {
    left: 18px;
    right: auto;
    top: auto;
    bottom: 18px;
    width: 146px;
    min-height: 106px;
    height: auto;
    border-radius: 22px;
    border-width: 6px;
  }

  .abx-media-badge strong {
    font-size: 34px;
    line-height: 38px;
  }

  .abx-media-badge span {
    font-size: 11px;
    line-height: 14px;
  }

  .abx-identity-grid,
  .abx-service-grid,
  .abx-value-list,
  .abx-timeline,
  .abx-testimonial-grid,
  .abx-stats-grid {
    grid-template-columns: 1fr;
  }

  .abx-stats {
    padding: 0 0 72px;
  }

  .abx-stats-panel,
  .abx-testimonial-shell,
  .abx-cta-inner {
    padding: 28px;
    border-radius: 24px;
  }

  .pgx-section {
    padding: 72px 0;
  }

  .pgx-hero {
    min-height: 0;
    padding: 132px 0 72px;
  }

  .pgx-hero h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .pgx-section-head h2,
  .contact-business-card h2,
  .premium-contact-form h2,
  .pgx-cta-inner h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .premium-gallery-grid {
    columns: 1;
  }

  .premium-gallery-grid article,
  .contact-grid article,
  .contact-business-card,
  .premium-contact-form,
  .pgx-cta-inner {
    border-radius: 22px;
  }

  .contact-grid article,
  .contact-business-card,
  .premium-contact-form {
    padding: 26px;
  }

  .map-section,
  .pgx-cta {
    padding: 0 0 72px;
  }

  .map-card iframe {
    height: 330px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: 124px;
  }

  .hero-section h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .trusted-pill {
    border-radius: 26px;
  }

  .about-section h2,
  .products-section h2,
  .why-section h2,
  .process-section h2,
  .gallery-section h2,
  .contact-section h2,
  .quote-inner h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .about-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-page .about-hero {
    padding: 116px 0 52px;
  }

  .about-page .page-title {
    font-size: 34px;
    line-height: 42px;
  }

  .about-main-section h2,
  .about-feature-section h2,
  .about-testimonial-section h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .about-page .about-main-section h2,
  .about-page .about-feature-section h2,
  .about-page .about-section-heading h2,
  .about-page .about-numbers-panel h2,
  .about-page .about-testimonial-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-hero-card,
  .feature-card,
  .testimonial-grid article {
    padding: 22px;
  }

  .about-page .about-hero-card,
  .about-page .feature-card,
  .about-page .about-service-grid article,
  .about-page .testimonial-grid article {
    padding: 20px;
    border-radius: 18px;
  }

  .about-page .about-main-section,
  .about-page .about-feature-section,
  .about-page .about-service-section,
  .about-page .about-testimonial-section,
  .about-page .about-news-section {
    padding: 60px 0;
  }

  .about-page .experience-panel {
    grid-template-columns: 1fr;
  }

  .about-page .about-numbers-section {
    padding: 0 0 60px;
  }

  .about-page .about-numbers-grid {
    grid-template-columns: 1fr;
  }

  .abx-section,
  .abx-cta {
    padding: 58px 0;
  }

  .abx-hero {
    padding: 118px 0 58px;
  }

  .abx-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .abx-breadcrumb ol {
    padding: 9px 12px;
  }

  .abx-breadcrumb li,
  .abx-breadcrumb a {
    font-size: 12px;
  }

  .abx-hero-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .abx-hero-panel strong {
    font-size: 46px;
    line-height: 50px;
  }

  .abx-copy-card h2,
  .abx-section-head h2,
  .abx-values-copy h2,
  .abx-stats-panel h2,
  .abx-testimonial-shell h2,
  .abx-cta-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .abx-copy-card,
  .abx-info-card,
  .abx-range-card,
  .abx-service-card,
  .abx-timeline article,
  .abx-testimonial-grid article {
    padding: 22px;
  }

  .abx-highlight {
    grid-template-columns: 1fr;
  }

  .abx-media-card {
    min-height: 420px;
  }

  .abx-media-main {
    height: 340px;
    border-radius: 22px;
  }

  .abx-media-float {
    width: 190px;
    height: 140px;
    border-radius: 18px;
  }

  .abx-media-badge {
    width: 126px;
    min-height: 96px;
    height: auto;
    border-radius: 20px;
  }

  .abx-media-badge strong {
    font-size: 30px;
    line-height: 34px;
  }

  .abx-media-badge span {
    font-size: 10px;
    line-height: 13px;
  }

  .abx-stats {
    padding: 0 0 58px;
  }

  .abx-stats-panel,
  .abx-testimonial-shell,
  .abx-cta-inner {
    padding: 22px;
    border-radius: 20px;
  }

  .pgx-section {
    padding: 58px 0;
  }

  .pgx-hero {
    padding: 118px 0 58px;
  }

  .pgx-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .pgx-breadcrumb ol {
    padding: 9px 12px;
  }

  .pgx-breadcrumb li,
  .pgx-breadcrumb a {
    font-size: 12px;
  }

  .pgx-section-head h2,
  .contact-business-card h2,
  .premium-contact-form h2,
  .pgx-cta-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .premium-gallery-grid img,
  .premium-gallery-grid article:nth-child(3n + 1) img,
  .premium-gallery-grid article:nth-child(3n + 2) img,
  .premium-gallery-grid article:nth-child(3n) img {
    height: 280px;
    min-height: 280px;
  }

  .contact-grid article,
  .contact-business-card,
  .premium-contact-form,
  .pgx-cta-inner {
    padding: 22px;
  }

  .map-section,
  .pgx-cta {
    padding: 0 0 58px;
  }

  .map-card iframe {
    height: 280px;
  }

  .about-page .about-news-grid img {
    height: 150px;
    padding: 28px;
  }

  .about-page .about-news-grid div {
    padding: 22px;
  }

  .copyright span {
    display: block;
    margin: 8px 0 0;
    white-space: normal;
    text-align: center;
  }

  .copyright {
    display: block;
    text-align: center;
  }
}
/* AJAX contact form feedback */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin-top: 14px;
  font-weight: 700;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #167542;
}

.form-status.is-error {
  color: #b42318;
}

.ajax-contact-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}
