.elementor-78 .elementor-element.elementor-element-b72796d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bef55e2 *//* SERVICES PAGE - SMK FLOORING / MODEL 01 */

.smk-services-page,
.smk-services-page * {
  box-sizing: border-box;
}

.smk-services-page {
  font-family: "Montserrat", Arial, sans-serif;
  background: #0b0b0a;
  color: #ffffff;
}

.smk-services-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.smk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d6b965;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.smk-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #8b732d, #e4d7b1, #b89e4d);
}

/* HERO */

.smk-services-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 95px 0 90px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.82) 48%, rgba(5,5,5,.42) 100%),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.smk-services-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, #0b0b0a);
  pointer-events: none;
}

.smk-services-hero-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.smk-services-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 22px;
  font-weight: 900;
}

.smk-services-hero p {
  color: rgba(255,255,255,.80);
  font-size: 17px;
  line-height: 1.8;
  max-width: 670px;
  margin: 0;
}

/* SERVICES LIST */

.smk-services-list-section {
  position: relative;
  padding: 70px 0 100px;
  background:
    radial-gradient(circle at top left, rgba(214,185,101,.08), transparent 30%),
    linear-gradient(180deg, #17130d 0%, #0b0b0a 45%, #0b0b0a 100%);
}

.smk-services-list-section .smk-services-container {
  max-width: 980px;
}

.smk-service-detail {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 32px;
  align-items: center;
  padding: 28px;
  margin-bottom: 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(214,185,101,.18);
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
  overflow: hidden;
  transition: all .35s ease;
}

.smk-service-detail:hover {
  transform: translateY(-5px);
  border-color: rgba(214,185,101,.36);
  box-shadow: 0 36px 90px rgba(0,0,0,.48);
}

.smk-service-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 18px;
  background: #151515;
}

.smk-service-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.smk-service-detail:hover .smk-service-img img {
  transform: scale(1.08);
}

.smk-service-info {
  padding: 4px 0;
}

.smk-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d6b965;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.smk-service-tag::before {
  content: "";
  width: 28px;
  height: 1px;
  display: inline-block;
  background: rgba(214,185,101,.8);
}

.smk-service-info h2 {
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: -.7px;
  margin: 0 0 14px;
  font-weight: 900;
}

.smk-service-info p {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.smk-service-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.smk-service-info li {
  position: relative;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 24px;
  font-weight: 700;
}

.smk-service-info li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6b965;
  font-weight: 900;
}

/* CTA */

.smk-services-cta {
  position: relative;
  padding: 105px 0;
  background:
    linear-gradient(180deg, rgba(11,11,10,.94), rgba(11,11,10,.90)),
    url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.smk-cta-box {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
  padding: 70px 42px;
  border-radius: 30px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(214,185,101,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}

.smk-cta-box .smk-eyebrow {
  justify-content: center;
}

.smk-cta-box h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 0 0 18px;
  font-weight: 900;
}

.smk-cta-box p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
  max-width: 650px;
  margin: 0 auto 30px;
}

.smk-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.smk-btn-primary,
.smk-btn-secondary {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: all .3s ease;
}

.smk-btn-primary {
  color: #111111;
  background: linear-gradient(135deg, #b89e4d, #e4d7b1, #8b732d);
  box-shadow: 0 16px 40px rgba(214,185,101,.28);
}

.smk-btn-secondary {
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
}

.smk-btn-primary:hover,
.smk-btn-secondary:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .smk-services-hero {
    min-height: auto;
    padding: 90px 0 80px;
    background:
      linear-gradient(180deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.86) 65%, rgba(5,5,5,.78) 100%),
      url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  }

  .smk-services-hero h1 {
    font-size: clamp(38px, 11vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.2px;
  }

  .smk-services-list-section {
    padding: 55px 0 75px;
  }

  .smk-service-detail {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .smk-service-img {
    height: 280px;
  }

  .smk-services-cta {
    padding: 75px 0;
  }

  .smk-cta-box {
    padding: 54px 28px;
  }
}

@media (max-width: 520px) {
  .smk-services-container {
    width: min(100% - 32px, 1180px);
  }

  .smk-services-hero {
    padding: 78px 0 70px;
  }

  .smk-services-hero h1 {
    font-size: 38px;
  }

  .smk-services-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .smk-service-detail {
    padding: 18px;
    border-radius: 22px;
  }

  .smk-service-img {
    height: 220px;
    border-radius: 16px;
  }

  .smk-service-info h2 {
    font-size: 25px;
  }

  .smk-service-info p,
  .smk-service-info li {
    font-size: 14px;
  }

  .smk-cta-box {
    padding: 46px 22px;
    border-radius: 24px;
  }

  .smk-cta-actions {
    flex-direction: column;
  }

  .smk-btn-primary,
  .smk-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */