:root {
  --oem-blue: #7ea6d9;
  --oem-dark: #6f6f73;
  --oem-red: #d90429;
  --oem-red-hover: #b00322;
  --oem-white: #ffffff;
  --oem-light-bg: #f5f5f5;
  --oem-border: #d9d9d9;
  --oem-text: #555555;
}

.oem-homepage {
  background: var(--oem-white);
  color: var(--oem-dark);
  font-family: Arial, sans-serif;
}

.oem-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.oem-homepage section {
  padding: 70px 0;
}

.oem-hero {
  background: var(--oem-light-bg);
  text-align: center;
}

.oem-hero h1 {
  font-size: 46px;
  margin-bottom: 16px;
  color: var(--oem-dark);
}

.oem-hero p,
.oem-subtext {
  font-size: 18px;
  color: var(--oem-text);
  margin-bottom: 24px;
}

.oem-btn {
  display: inline-block;
  margin: 10px 8px 0;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}


.oem-banner {
  background: #3f3f43;
}

.oem-btn-primary {
  background: var(--oem-red);
  color: var(--oem-white);
}

.oem-btn-primary:hover {
  background: var(--oem-red-hover);
}

.oem-btn-secondary {
  background: var(--oem-blue);
  color: var(--oem-white);
}

.oem-btn-secondary:hover {
  background: var(--oem-dark);
}

.oem-benefits h2,
.oem-featured h2,
.oem-featured-intro h2,
.oem-testimonials h2,
.oem-final-cta h2,
.oem-banner h2 {
  text-align: center;
  margin-bottom: 12px;
  color: var(--oem-dark);
}

.oem-benefits > .oem-container > p,
.oem-featured > .oem-container > p,
.oem-featured-intro > .oem-container > p,
.oem-banner > .oem-container > p,
.oem-final-cta > .oem-container > p {
  text-align: center;
  color: var(--oem-text);
  margin-bottom: 30px;
}

.oem-benefit-grid,
.oem-shop-grid,
.oem-testimonial-grid {
  display: grid;
  gap: 24px;
}

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

.oem-shop-grid {
  grid-template-columns: repeat(3, 1fr);
}

.oem-testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.oem-card,
.oem-product-card {
  background: var(--oem-white);
  border: 1px solid var(--oem-border);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.oem-product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 18px;
}

.oem-product-card h3,
.oem-card h3 {
  margin-bottom: 10px;
  color: var(--oem-dark);
}

.oem-product-card p,
.oem-card p {
  color: var(--oem-text);
  line-height: 1.6;
}

.oem-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--oem-red) !important;
  margin: 10px 0 14px;
}

.oem-banner {
  background: var(--oem-blue);
  color: var(--oem-white);
  text-align: center;
}

.oem-banner h2,
.oem-banner p {
  color: var(--oem-white) !important;
}

.oem-final-cta {
  background: var(--oem-dark);
  color: var(--oem-white);
  text-align: center;
}

.oem-final-cta h2,
.oem-final-cta p {
  color: var(--oem-white) !important;
}

@media (max-width: 991px) {
  .oem-benefit-grid,
  .oem-shop-grid,
  .oem-testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .oem-hero h1 {
    font-size: 32px;
  }

  .oem-benefit-grid,
  .oem-shop-grid,
  .oem-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .oem-btn {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
}

.oem-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.oem-hero h1 {
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 18px;
  color: var(--oem-dark);
}

.oem-subtext {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
  color: var(--oem-text);
  max-width: 560px;
}

.oem-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.oem-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.oem-btn-primary {
  background: var(--oem-red);
  color: var(--oem-white);
}

.oem-btn-primary:hover {
  background: var(--oem-red-hover);
}

.oem-btn-secondary {
  background: var(--oem-blue);
  color: var(--oem-white);
}

.oem-btn-secondary:hover {
  background: var(--oem-dark);
}

.oem-hero-image img,
.oem-product-card img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.oem-section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.oem-section-heading h2 {
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--oem-dark);
}

.oem-section-heading p {
  color: var(--oem-text);
  font-size: 17px;
}

.oem-benefit-grid,
.oem-product-grid,
.oem-testimonial-grid {
  display: grid;
  gap: 24px;
}

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

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

.oem-testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.oem-card,
.oem-product-card {
  background: var(--oem-white);
  border: 1px solid var(--oem-border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.oem-card h3,
.oem-product-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--oem-dark);
}

.oem-card p,
.oem-product-card p {
  margin: 0;
  color: var(--oem-text);
  line-height: 1.6;
}

.oem-product-card img {
  margin-bottom: 18px;
}

.oem-banner {
  background: var(--oem-blue);
  color: var(--oem-white);
}

.oem-banner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.oem-banner h2,
.oem-final-cta h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.oem-banner p,
.oem-final-cta p {
  margin: 0;
}

.oem-banner p {
  color: var(--oem-white);
}

.oem-final-cta {
  background: var(--oem-dark);
  color: var(--oem-white);
  text-align: center;
}

.oem-final-cta-wrap p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: var(--oem-white);
}

@media (max-width: 991px) {
  .oem-hero-grid,
  .oem-benefit-grid,
  .oem-product-grid,
  .oem-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .oem-banner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .oem-hero h1 {
    font-size: 38px;
  }

  .oem-section-heading h2,
  .oem-banner h2,
  .oem-final-cta h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .oem-homepage section {
    padding: 50px 0;
  }

  .oem-hero h1 {
    font-size: 32px;
  }

  .oem-subtext {
    font-size: 16px;
  }

  .oem-btn {
    width: 100%;
    text-align: center;
  }
}

/* CATALOG PAGE */

.oem-catalog-page {
  background: var(--oem-white);
  color: var(--oem-dark);
  font-family: Arial, sans-serif;
  width: 100%;
}

.oem-catalog-header {
  border-top: 1px solid var(--oem-border);
  border-bottom: 1px solid var(--oem-border);
  margin-top: 10px;
}

.oem-catalog-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
}

.oem-catalog-filter,
.oem-catalog-sort {
  color: var(--oem-dark);
}

.oem-catalog-grid-wrap {
  width: 100%;
}

.oem-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.oem-catalog-card {
  border-right: 1px solid var(--oem-border);
  border-bottom: 1px solid var(--oem-border);
  background: var(--oem-light-bg);
}

.oem-catalog-card:nth-child(3n) {
  border-right: none;
}

.oem-catalog-image-wrap {
  aspect-ratio: 1 / 1.25;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.oem-catalog-image-wrap img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.oem-catalog-info {
  background: var(--oem-white);
  padding: 14px 14px 18px;
  border-top: 1px solid var(--oem-border);
}

.oem-catalog-info h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-height: 42px;
  color: var(--oem-dark);
}

.oem-catalog-price {
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--oem-red);
  font-weight: 700;
}

.oem-catalog-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 12px;
  border: 1px solid var(--oem-blue);
  color: var(--oem-blue);
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s ease;
  background: var(--oem-white);
}

.oem-catalog-btn:hover {
  background: var(--oem-red);
  border-color: var(--oem-red);
  color: var(--oem-white);
}

@media (max-width: 991px) {
  .oem-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem-catalog-card:nth-child(3n) {
    border-right: 1px solid var(--oem-border);
  }

  .oem-catalog-card:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .oem-catalog-topbar {
    padding: 12px;
    font-size: 14px;
  }

  .oem-catalog-grid {
    grid-template-columns: 1fr;
  }

  .oem-catalog-card,
  .oem-catalog-card:nth-child(2n),
  .oem-catalog-card:nth-child(3n) {
    border-right: none;
  }

  .oem-catalog-image-wrap {
    padding: 28px;
  }

  .oem-catalog-info h3,
  .oem-catalog-price {
    font-size: 15px;
  }
}


.oem-contact-hero {
  text-align: center;
  background: var(--oem-light-bg);
  padding: 80px 0;
}

.oem-contact-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.oem-contact-hero p {
  color: var(--oem-text);
  margin-bottom: 20px;
}

.oem-contact-whatsapp {
  text-align: center;
  background: var(--oem-blue);
  color: #ffffff;
  padding: 80px 0;
}

.oem-contact-whatsapp h2,
.oem-contact-whatsapp p {
  color: #ffffff;
}

.oem-contact-gallery {
  text-align: center;
  padding: 80px 0;
}

.oem-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.oem-gallery-grid img {
  width: 100%;
  border-radius: 12px;
}

.oem-contact-details {
  text-align: center;
  background: var(--oem-dark);
  color: #ffffff;
  padding: 80px 0;
}

.oem-contact-details p {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .oem-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.oem-hero-text {
  text-align: center;
  margin: 0 auto;
}

.oem-hero-buttons {
  justify-content: center;
}

.oem-subtext {
  margin-left: auto;
  margin-right: auto;
}
.oem-hero-grid {
  justify-items: center;
}
.oem-hero {
  background: #3f3f43;
}
.oem-hero h1,
.oem-hero p {
  color: #ffffff;
}
.oem-final-cta {
  background: #2f2f33;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  margin: 40px auto;
  max-width: 1100px;
}

.oem-final-cta-wrap {
  padding: 30px 40px;
}

.oem-final-cta h2,
.oem-final-cta p {
  color: #ffffff !important;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 20px;
}

.woocommerce ul.products li.product {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.woocommerce ul.products li.product img {
  border-radius: 14px;
  margin-bottom: 16px;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  color: #3f3f43;
  margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
  color: #d90429 !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: #7ea6d9 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 14px 20px !important;
  font-weight: 700 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #d90429 !important;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
  width: 100% !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  clear: none !important;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  box-sizing: border-box;
}

.woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-radius: 14px;
  margin-bottom: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-size: 22px !important;
  line-height: 1.25 !important;
  color: #2f2f33 !important;
  margin: 0 0 10px !important;
  word-break: normal !important;
}

.woocommerce ul.products li.product .price {
  color: #d90429 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 16px !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-block !important;
  width: auto !important;
  min-width: 160px;
  text-align: center !important;
  white-space: nowrap !important;
  padding: 14px 20px !important;
  border-radius: 10px !important;
  background: #7ea6d9 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
  background: #d90429 !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
    width: 100% !important;
    min-width: 0;
    white-space: normal !important;
  }
}
.oem-homepage section {
  padding: 50px 0;
}

.oem-section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.oem-section-heading h2 {
  font-size: 34px;
  margin-bottom: 8px;
}

.oem-section-heading p {
  max-width: 620px;
  margin: 0 auto;
}
body {
  color: #4f4f53;
}

h1, h2, h3, h4 {
  color: #2f2f33;
  letter-spacing: -0.02em;
}
.oem-hero h1 {
  font-size: 54px;
  line-height: 1.05;
  max-width: 850px;
  margin: 0 auto 18px;
}
.woocommerce ul.products li.product {
  padding: 20px 20px 24px !important;
}
.woocommerce ul.products li.product a.button {
  letter-spacing: 0.3px;
}
.woocommerce span.onsale {
  background: #d90429 !important;
  border-radius: 50px !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
}
.oem-marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #ffffff;
  padding: 14px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.oem-marquee-track {
  display: inline-block;
  animation: oem-scroll 18s linear infinite;
}

.oem-marquee span {
  font-size: 18px;
  font-weight: 700;
  color: #2f2f33;
  letter-spacing: 2px;
  margin-right: 40px;
}

@keyframes oem-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
animation: oem-scroll 28s linear infinite;
.oem-marquee {
  background: #2f2f33;
}

.oem-marquee span {
  color: #ffffff;
}
.oem-marquee span {
  color: #d90429;
}
.oem-marquee span {
  font-size: 24px;
}
.oem-marquee span {
  color: #2f2f33;
}
.oem-about-hero {
  text-align: center;
  padding: 80px 0;
  background: var(--oem-light-bg);
}

.oem-about-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.oem-about-hero p {
  max-width: 600px;
  margin: 0 auto;
  color: var(--oem-text);
}

.oem-about-story,
.oem-about-services,
.oem-about-trust,
.oem-about-why,
.oem-about-cta {
  padding: 70px 0;
}

.oem-about-story p {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}

.oem-about-trust {
  background: #f5f5f5;
  text-align: center;
}

.oem-about-cta {
  text-align: center;
  background: #2f2f33;
  color: #ffffff;
}

.oem-about-cta p {
  color: #dddddd;
  max-width: 600px;
  margin: 0 auto 20px;
}
.oem-about-page {
  background: var(--oem-white);
  color: var(--oem-dark);
  font-family: Arial, sans-serif;
}

.oem-about-page section {
  padding: 70px 0;
}

.oem-about-hero {
  text-align: center;
  background: var(--oem-light-bg);
}

.oem-about-hero h1 {
  font-size: 46px;
  margin-bottom: 14px;
  color: var(--oem-dark);
}

.oem-about-hero p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: var(--oem-text);
}

.oem-about-story,
.oem-about-services,
.oem-about-trust,
.oem-about-why {
  background: var(--oem-white);
}

.oem-about-story h2,
.oem-about-services h2,
.oem-about-trust h2,
.oem-about-why h2,
.oem-about-cta h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 18px;
  color: var(--oem-dark);
}

.oem-about-story p {
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
  line-height: 1.7;
  color: var(--oem-text);
}

.oem-about-services .oem-benefit-grid,
.oem-about-why .oem-benefit-grid,
.oem-about-trust .oem-testimonial-grid {
  display: grid;
  gap: 24px;
}

.oem-about-services .oem-benefit-grid,
.oem-about-why .oem-benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.oem-about-trust .oem-testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.oem-about-trust {
  background: var(--oem-light-bg);
  text-align: center;
}

.oem-about-trust > .oem-container > p {
  text-align: center;
  color: var(--oem-text);
  margin-bottom: 30px;
}

.oem-about-cta {
  background: #2f2f33;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  margin: 40px auto;
  max-width: 1100px;
}

.oem-about-cta .oem-container {
  padding: 10px 30px;
}

.oem-about-cta h2,
.oem-about-cta p {
  color: #ffffff;
}

.oem-about-cta p {
  max-width: 680px;
  margin: 0 auto 22px;
  line-height: 1.6;
}

.oem-about-page .oem-card {
  background: var(--oem-white);
  border: 1px solid var(--oem-border);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.oem-about-page .oem-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--oem-dark);
}

.oem-about-page .oem-card p {
  margin: 0;
  color: var(--oem-text);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .oem-about-services .oem-benefit-grid,
  .oem-about-why .oem-benefit-grid,
  .oem-about-trust .oem-testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .oem-about-hero h1 {
    font-size: 38px;
  }

  .oem-about-story h2,
  .oem-about-services h2,
  .oem-about-trust h2,
  .oem-about-why h2,
  .oem-about-cta h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .oem-about-page section {
    padding: 50px 0;
  }

  .oem-about-services .oem-benefit-grid,
  .oem-about-why .oem-benefit-grid,
  .oem-about-trust .oem-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .oem-about-hero h1 {
    font-size: 32px;
  }

  .oem-about-hero p,
  .oem-about-story p,
  .oem-about-cta p {
    font-size: 16px;
  }

  .oem-about-cta {
    margin: 20px 12px;
    border-radius: 14px;
  }

  .oem-about-cta .oem-container {
    padding: 0 18px;
  }
}

body {
  font-family: 'Inter', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  transition: all 0.25s ease;
}



.booking-page {
  font-family: Arial, sans-serif;
  background: #f5f7fa;
  color: #111;
  line-height: 1.6;
  position: relative;
}

.booking-page * {
  box-sizing: border-box;
}

.booking-page .hero {
  background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)),
              url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 110px 20px 130px;
  color: #fff;
}

.booking-page .hero h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

.booking-page .hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

.booking-page .highlight {
  color: #ff3b30;
}

.booking-page .container {
  max-width: 1120px;
  margin: -85px auto 80px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.booking-page .booking-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.12);
  overflow: hidden;
}

.booking-page .card-header {
  padding: 38px 40px;
  border-bottom: 1px solid #ececec;
}

.booking-page .card-header h2 {
  font-size: 28px;
  margin: 0 0 8px;
  color: #111827;
}

.booking-page .card-header p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
}

.booking-page form {
  padding: 38px 40px;
}

.booking-page .form-section {
  margin-bottom: 34px;
}

.booking-page .form-section h3 {
  font-size: 20px;
  margin-bottom: 18px;
  color: #111827;
  border-left: 4px solid #e53935;
  padding-left: 12px;
}

.booking-page .grid {
  display: grid;
  gap: 18px;
}

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

.booking-page .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.booking-page .field {
  display: flex;
  flex-direction: column;
}

.booking-page .field label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #374151;
}

.booking-page .field input,
.booking-page .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7dce3;
  border-radius: 12px;
  font-size: 15px;
  background: #fff;
}

.booking-page .field textarea {
  min-height: 120px;
  resize: vertical;
}

.booking-page .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.booking-page .service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
}

.booking-page .service-item label {
  margin: 0;
  font-size: 15px;
  color: #111827;
}

.booking-page .service-item input[type="checkbox"] {
  accent-color: #e53935;
  width: 18px;
  height: 18px;
}

.booking-page .submit-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.booking-page .submit-note {
  max-width: 650px;
  color: #6b7280;
  font-size: 14px;
}

.booking-page .submit-btn {
  background: #e53935;
  color: #fff;
  border: none;
  padding: 15px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.booking-page .submit-btn:hover {
  background: #c92e2a;
}

.oem-whatsapp-banner {
  width: 100%;
  background: #e53935;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  margin-top: 30px;
}

.oem-whatsapp-track {
  display: inline-block;
  white-space: nowrap;
  animation: oemscroll 18s linear infinite;
}

.oem-whatsapp-track span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-right: 80px;
}

@keyframes oemscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.oem-whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  z-index: 9999;
}

.oem-whatsapp-button:hover {
  background: #1ebc59;
}

@media (max-width: 900px) {
  .booking-page .hero {
    padding: 90px 20px 110px;
  }

  .booking-page .hero h1 {
    font-size: 34px;
  }

  .booking-page .container {
    margin: -70px auto 60px;
  }

  .booking-page .grid-2,
  .booking-page .grid-3,
  .booking-page .services-grid {
    grid-template-columns: 1fr;
  }

  .booking-page .card-header,
  .booking-page form {
    padding: 24px;
  }
}


.oem-homepage {
  font-family: Arial, sans-serif;
  background: #f5f7fa;
  color: #111827;
}

.oem-homepage * {
  box-sizing: border-box;
}

.oem-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.oem-section-label,
.oem-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #e53935;
  margin-bottom: 14px;
}

.oem-section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.oem-section-heading h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #111827;
}

.oem-section-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
}

.oem-hero {
  position: relative;
  background:
    linear-gradient(rgba(6,10,18,0.74), rgba(6,10,18,0.82)),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  padding: 110px 0 90px;
  overflow: hidden;
}

.oem-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.oem-hero-text {
  max-width: 620px;
}

.oem-hero h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0 0 18px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.oem-subtext {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.84);
  max-width: 580px;
  margin: 0 0 28px;
}

.oem-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.oem-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oem-hero-points span {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.oem-hero-image {
  min-height: 460px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(15,23,42,0.15), rgba(15,23,42,0.4)),
    url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
  overflow: hidden;
}

.oem-hero-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
}

.oem-mini-card {
  max-width: 280px;
  background: rgba(255,255,255,0.94);
  color: #111827;
  padding: 18px 18px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}

.oem-mini-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.oem-mini-card span {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.oem-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}

.oem-btn-primary {
  background: #e53935;
  color: #fff;
  box-shadow: 0 12px 28px rgba(229,57,53,0.24);
}

.oem-btn-primary:hover {
  background: #c92e2a;
  transform: translateY(-2px);
}

.oem-btn-secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}

.oem-btn-secondary:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-2px);
}

.oem-benefits,
.oem-trust {
  padding: 90px 0;
}

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

.oem-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 35px rgba(15,23,42,0.05);
}

.oem-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #111827;
}

.oem-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
  font-size: 15px;
}

.oem-service-strip {
  padding: 0 0 90px;
}

.oem-service-strip-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  border-radius: 28px;
  padding: 34px 36px;
  box-shadow: 0 20px 50px rgba(17,24,39,0.18);
}

.oem-service-strip-wrap h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  max-width: 700px;
}

.oem-trust-rating {
  color: #6b7280;
  font-size: 16px;
}

.oem-quote-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
}

.oem-final-cta {
  padding: 0 0 100px;
}

.oem-final-cta-wrap {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 30px;
  padding: 42px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}

.oem-final-cta-wrap h2 {
  margin: 0 0 10px;
  font-size: 34px;
  color: #111827;
}

.oem-final-cta-wrap p {
  margin: 0;
  max-width: 680px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .oem-hero-grid,
  .oem-benefit-grid,
  .oem-testimonial-grid,
  .oem-final-cta-wrap {
    grid-template-columns: 1fr;
  }

  .oem-hero-grid {
    display: grid;
  }

  .oem-benefit-grid,
  .oem-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem-service-strip-wrap,
  .oem-final-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .oem-hero h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .oem-hero {
    padding: 80px 0 70px;
  }

  .oem-hero h1,
  .oem-section-heading h2,
  .oem-final-cta-wrap h2,
  .oem-service-strip-wrap h2 {
    font-size: 32px;
  }

  .oem-benefit-grid,
  .oem-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .oem-hero-image {
    min-height: 300px;
  }

  .oem-card,
  .oem-final-cta-wrap,
  .oem-service-strip-wrap {
    padding: 24px;
  }
}
.oem-hero-image {
  height: 380px;              /* controls height */
  max-height: 420px;
  border-radius: 24px;
  overflow: hidden;

  background-size: cover;
  background-position: center;
}
.oem-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* text bigger, image smaller */
  gap: 40px;
  align-items: center;
}
.oem-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.35)
  );
}
@media (max-width: 900px) {
  .oem-hero-grid {
    grid-template-columns: 1fr;
  }

  .oem-hero-image {
    height: 260px;
    margin-top: 20px;
  }
}
.oem-final-cta-wrap {
  padding: 28px 36px;   /* was too big */
  min-height: auto;
}
.oem-final-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.oem-final-cta-wrap {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.oem-final-cta {
  background: transparent;
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .oem-final-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .oem-final-cta-wrap .oem-btn {
    width: 100%;
    text-align: center;
  }
}
.oem-final-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.oem-final-cta-text {
  max-width: 600px;
}
.oem-final-cta-text h2 {
  font-size: 32px;
  margin: 0 0 10px;
  color: #111827;
}

.oem-final-cta-text p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

.oem-section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e53935;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.oem-final-cta {
  padding: 0 0 100px;
}

.oem-final-cta-box {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 28px;
  padding: 38px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}

.oem-final-cta-text {
  max-width: 700px;
}

.oem-final-cta-text h2 {
  margin: 0 0 10px;
  font-size: 34px;
  color: #111827;
}

.oem-final-cta-text p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

.oem-final-cta-action {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .oem-final-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }

  .oem-final-cta-text h2 {
    font-size: 28px;
  }

  .oem-final-cta-action {
    width: 100%;
  }

  .oem-final-cta-action .oem-btn {
    width: 100%;
    text-align: center;
  }
}
.oem-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oem-hero-points span {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
}
.oem-final-cta-text h2 {
  color: #111827;
}

.oem-final-cta-text p {
  color: #111827;
}

.oem-final-cta-text .oem-section-label {
  color: #e53935; /* keep your red accent */
}
.oem-final-cta {
  padding: 0 0 100px;
}

.oem-final-cta-box {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 28px;
  padding: 38px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}

.oem-final-cta-text {
  max-width: 700px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.oem-final-cta-text .oem-section-label {
  display: block !important;
  color: #e53935 !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0 0 12px;
}

.oem-final-cta-text h2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #111827 !important;
  font-size: 34px;
  margin: 0 0 12px;
  line-height: 1.15;
}

.oem-final-cta-text p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #374151 !important;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.oem-final-cta-action {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .oem-final-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }

  .oem-final-cta-text h2 {
    font-size: 28px;
  }

  .oem-final-cta-action {
    width: 100%;
  }

  .oem-final-cta-action .oem-btn {
    width: 100%;
    text-align: center;
  }
}



.oem-about-page {
  font-family: Arial, sans-serif;
  color: #111111;
  background: #ffffff;
}

.oem-about-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.oem-about-narrow {
  max-width: 860px;
  text-align: center;
}

.oem-about-section {
  padding: 90px 0;
}

.oem-about-section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.oem-about-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #777777;
}

.oem-about-eyebrow.light {
  color: rgba(255,255,255,0.75);
}

.oem-about-page h1,
.oem-about-page h2,
.oem-about-page h3 {
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: inherit;
}

.oem-about-page h1 {
  font-size: 56px;
  font-weight: 700;
}

.oem-about-page h2 {
  font-size: 40px;
  font-weight: 600;
}

.oem-about-page h3 {
  font-size: 22px;
  font-weight: 600;
}

.oem-about-page p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
}

.oem-about-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
  overflow: hidden;
}

.oem-about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.72) 100%
  );
}

.oem-about-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
}

.oem-about-hero h1,
.oem-about-hero p {
  color: #ffffff;
}

.oem-about-subtext {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 20px;
  color: rgba(255,255,255,0.88);
}

.oem-about-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 28px;
}

.oem-about-buttons.center {
  justify-content: center;
}

.oem-about-hero-inner .oem-about-buttons {
  justify-content: center;
}

.oem-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.oem-about-btn-primary {
  background: #ffffff;
  color: #111111;
}

.oem-about-btn-primary:hover {
  transform: translateY(-2px);
  background: #f3f3f3;
}

.oem-about-btn-secondary {
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}

.oem-about-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14);
}

.oem-about-intro {
  background: #ffffff;
}

.oem-about-dark {
  background: #0f0f10;
  color: #ffffff;
}

.oem-about-dark h2,
.oem-about-dark h3,
.oem-about-dark p {
  color: #ffffff;
}

.oem-about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.oem-about-feature-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px;
}

.oem-about-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
}

.oem-about-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.oem-about-image-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.oem-about-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.oem-about-image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.oem-about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.oem-about-image-card:hover img {
  transform: scale(1.04);
}

.oem-about-card-content {
  padding: 24px;
}

.oem-about-soft {
  background: #f7f7f7;
}

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

.oem-about-offer-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.oem-about-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.oem-about-cta {
  background: #111111;
  text-align: center;
}

.oem-about-cta h2,
.oem-about-cta p {
  color: #ffffff;
}

.oem-about-cta p {
  color: rgba(255,255,255,0.82);
}

/* Responsive */
@media (max-width: 1024px) {
  .oem-about-page h1 {
    font-size: 46px;
  }

  .oem-about-page h2 {
    font-size: 34px;
  }

  .oem-about-feature-grid,
  .oem-about-image-grid,
  .oem-about-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .oem-about-section {
    padding: 70px 0;
  }

  .oem-about-page h1 {
    font-size: 34px;
  }

  .oem-about-page h2 {
    font-size: 28px;
  }

  .oem-about-page h3 {
    font-size: 20px;
  }

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

  .oem-about-feature-grid,
  .oem-about-image-grid,
  .oem-about-offer-grid {
    grid-template-columns: 1fr;
  }

  .oem-about-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .oem-about-btn {
    width: 100%;
  }

  .oem-about-hero {
    min-height: 68vh;
  }
}
/* Center the whole testimonials section */
.oem-testimonials,
.oem-reviews,
.oem-reputation {
  text-align: center;
}

/* Center the grid */
.oem-testimonials-grid,
.oem-reviews-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* Style individual cards */
.oem-testimonial-card {
  max-width: 320px;
  text-align: center;
}

/* Center text inside cards */
.oem-testimonial-card p {
  text-align: center;
}
/* Mobile hero image fix */
@media (max-width: 767px) {
  .oem-hero,
  .oem-home-hero,
  .elementor-section.oem-hero {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 70vh !important;
  }
}
/* Keep header above hero sections */
header,
.elementor-location-header,
.site-header,
.oem-header {
  position: relative;
  z-index: 9999 !important;
}


/* ===== HOME HERO MOBILE FIX ===== */
.oem-hero {
  overflow: hidden;
}

.oem-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.oem-hero-image {
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* make overlay content sit nicely */
.oem-hero-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .oem-hero {
    padding: 28px 0 40px;
  }

  .oem-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .oem-hero-text {
    order: 1;
    text-align: center;
    max-width: 100%;
  }

  .oem-hero-image {
    order: 2;
    min-height: 320px !important;
    width: 100%;
    border-radius: 22px !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .oem-hero h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
  }

  .oem-subtext {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
  }

  .oem-eyebrow {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }

  .oem-hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  .oem-hero-buttons a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .oem-hero-points {
    margin-top: 18px !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .oem-hero-image-overlay {
    padding: 16px !important;
    align-items: flex-end !important;
  }

  .oem-mini-card {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}


 /* ===== MOBILE ONLY HERO CLEANUP ===== */
@media (max-width: 767px) {

  /* Remove the hero image block */
  .oem-hero-image {
    display: none !important;
  }

  /* Make layout single column */
  .oem-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Center text */
  .oem-hero-text {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Improve spacing */
  .oem-hero {
    padding: 70px 20px 50px !important;
  }

  /* Typography adjustments */
  .oem-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
  }

  .oem-subtext {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
  }

  /* Stack buttons nicely */
  .oem-hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .oem-hero-buttons a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* Fix invisible text issue */
  .oem-hero-points {
    color: rgba(255,255,255,0.75) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 16px !important;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .oem-hero {
    background: linear-gradient(135deg, #0f1117 0%, #1a1f2b 100%) !important;
  }
}
.site-main {
  padding: 0 !important;
  margin: 0 !important;
}
/* Remove theme spacing around Elementor content */
.site-main,
.wp-site-blocks,
main.wp-block-group {
  padding: 0 !important;
  margin: 0 !important;
}

/* Make Elementor sections sit flush */
.elementor-section:first-child {
  margin-top: 0 !important;
}

.elementor-widget-wrap,
.elementor-column-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-site-blocks,
.site-main,
.site-content {
  max-width: 100% !important;
}
.oem-homepage .oem-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.oem-homepage .oem-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.oem-homepage .oem-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.oem-homepage .oem-hero-text {
  width: 100%;
  max-width: 620px;
}

.oem-homepage .oem-eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.oem-homepage .oem-hero h1 {
  font-size: clamp(52px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

.oem-homepage .oem-subtext {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 28px;
}

.oem-homepage .oem-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .oem-homepage .oem-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .oem-homepage .oem-hero-text {
    max-width: 100%;
  }

  .oem-homepage .oem-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .oem-homepage .oem-container {
    padding: 0 20px;
  }

  .oem-homepage .oem-hero {
    min-height: auto;
    padding: 70px 0 50px;
  }

  .oem-homepage .oem-hero h1 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .oem-homepage .oem-subtext {
    font-size: 16px;
  }

  .oem-homepage .oem-hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .oem-homepage .oem-hero-buttons .oem-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .your-card-class {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* CONTACT PAGE PREMIUM UPGRADE */
body.page-contact-us {
  background: #f5f5f3;
}

/* Main page sections */
body.page-contact-us .site-main,
body.page-contact-us .entry-content {
  background: #f5f5f3;
}

/* First intro section */
body.page-contact-us .oem-contact-hero {
  background: #f7f6f2;
  padding: 110px 30px 90px;
  text-align: center;
}

body.page-contact-us .oem-contact-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -1.8px;
  color: #111111;
  margin-bottom: 20px;
  font-weight: 600;
}

body.page-contact-us .oem-contact-hero p {
  font-size: 20px;
  line-height: 1.6;
  color: #5f5f5f;
  max-width: 760px;
  margin: 0 auto 30px;
}

/* Main red button */
body.page-contact-us .oem-contact-hero .oem-btn,
body.page-contact-us .oem-contact-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border-radius: 999px;
  background: #e63b32;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

body.page-contact-us .oem-contact-hero .oem-btn:hover,
body.page-contact-us .oem-contact-hero a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
}

/* Middle WhatsApp CTA section */
body.page-contact-us .oem-contact-whatsapp {
  background: #151515;
  padding: 95px 30px;
  text-align: center;
}

body.page-contact-us .oem-contact-whatsapp h2 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  font-weight: 600;
}

body.page-contact-us .oem-contact-whatsapp p {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 32px;
}

body.page-contact-us .oem-contact-whatsapp .oem-btn,
body.page-contact-us .oem-contact-whatsapp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.25s ease;
}

body.page-contact-us .oem-contact-whatsapp .oem-btn:hover,
body.page-contact-us .oem-contact-whatsapp a:hover {
  background: #ffffff;
  color: #111111 !important;
  border-color: #ffffff;
}


/* WRAPPER */
.oem-contact {
  background: #f5f5f3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* GLOBAL CONTAINER */
.oem-contact .oem-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

/* ================= HERO ================= */
.oem-contact-hero {
  background: #f7f6f2;
  padding: 120px 20px 100px;
}

.oem-contact-hero h1 {
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  color: #111;
  margin-bottom: 20px;
  font-weight: 600;
}

.oem-contact-hero p {
  font-size: 20px;
  line-height: 1.6;
  color: #5a5a5a;
  max-width: 720px;
  margin: 0 auto 35px;
}

/* PRIMARY BUTTON */
.oem-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  background: #e63b32;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.oem-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* ================= DARK WHATSAPP SECTION ================= */
.oem-contact-whatsapp {
  background: #111111;
  padding: 100px 20px;
}

.oem-contact-whatsapp h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.oem-contact-whatsapp p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 760px;
  margin: 0 auto 35px;
}

/* SECONDARY BUTTON */
.oem-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.25s ease;
}

.oem-btn-secondary:hover {
  background: #ffffff;
  color: #111 !important;
  border-color: #fff;
}

/* ================= CONTACT DETAILS ================= */
.oem-contact-details {
  background: #efede8;
  padding: 100px 20px 120px;
}

/* CARD EFFECT */
.oem-contact-details .oem-container {
  background: rgba(255,255,255,0.6);
  border-radius: 28px;
  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.05);
}

.oem-contact-details h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #111;
  margin-bottom: 30px;
  font-weight: 600;
}

.oem-contact-details p {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 10px;
}

/* ================= REVIEW TEXT ================= */
.oem-contact + p {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-top: 20px;
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

  .oem-contact-hero {
    padding: 80px 20px 70px;
  }

  .oem-contact-whatsapp {
    padding: 80px 20px;
  }

  .oem-contact-details {
    padding: 80px 20px 100px;
  }

  .oem-contact-hero p,
  .oem-contact-whatsapp p,
  .oem-contact-details p {
    font-size: 16px;
  }

  .oem-btn-primary,
  .oem-btn-secondary {
    width: auto;
    min-width: 220px;
  }

  .oem-contact-details .oem-container {
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .oem-contact-hero {
    padding: 56px 20px 48px !important;
  }

  .oem-contact-whatsapp {
    padding: 56px 20px !important;
  }

  .oem-contact-details {
    padding: 56px 20px 64px !important;
  }

  .oem-contact-hero h1,
  .oem-contact-whatsapp h2,
  .oem-contact-details h2 {
    margin-bottom: 14px !important;
  }

  .oem-contact-hero p,
  .oem-contact-whatsapp p,
  .oem-contact-details p {
    margin-bottom: 14px !important;
    line-height: 1.55 !important;
  }

  .oem-contact .oem-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .oem-contact-details .oem-container {
    padding: 28px 20px !important;
    border-radius: 20px !important;
  }

  .oem-btn-primary,
  .oem-btn-secondary {
    min-width: 190px !important;
    padding: 12px 20px !important;
  }

  .oem-contact + p {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
    font-size: 13px !important;
  }
}