.elementor-60 .elementor-element.elementor-element-bfdfdad{--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:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2e4dfd9 *//* ABOUT US PAGE - SMK FLOORING */

.smk-about-hero,
.smk-story-section,
.smk-values-section,
.smk-process-section,
.smk-cta-section {
  font-family: "Montserrat", Arial, sans-serif;
}

.smk-about-hero {
  position: relative;
  min-height: calc(100vh - 102px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 90px 0 95px;
  background:
    linear-gradient(90deg, rgba(8,8,8,.96) 0%, rgba(8,8,8,.82) 45%, rgba(8,8,8,.35) 100%),
    url("http://smkgeneralservice.com/wp-content/uploads/2026/05/lotus-design-n-print-Ae-KSk1yM_A-unsplash.jpg") center/cover no-repeat;
}

.smk-about-container {
  width: min(1180px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.smk-about-content {
  max-width: 670px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.smk-about-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 64px);
  line-height: .98;
  letter-spacing: -2px;
  margin: 0 0 28px;
  font-weight: 900;
}

.smk-about-content p {
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 36px;
  max-width: 620px;
}

.smk-about-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.smk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8a85b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.smk-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #8b732d, #e4d7b1, #b89e4d);
  display: inline-block;
}

.smk-eyebrow.dark {
  color: #9a7b37;
}

.smk-about-content h1 {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-weight: 900;
}

.smk-about-content p {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 32px;
  max-width: 620px;
}

.smk-about-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.smk-btn-primary,
.smk-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: all .3s ease;
}

.smk-btn-primary {
  color: #111111;
  background: linear-gradient(135deg, #b89e4d, #e4d7b1, #8b732d);
  box-shadow: 0 16px 40px rgba(200,168,91,.25);
}

.smk-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(200,168,91,.35);
}

.smk-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}

.smk-btn-secondary:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-3px);
}

/* STORY */

.smk-story-section {
  padding: 110px 0;
  background: #f7f5ef;
}

.smk-story-container {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.smk-story-image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 30px 80px rgba(0,0,0,.16);
}



.smk-story-image img {
  width: 100%;
  height: 700px;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.smk-story-content h2,
.smk-section-heading h2,
.smk-process-content h2,
.smk-cta-box h2 {
  color: #111111;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 0 0 22px;
  font-weight: 900;
}

.smk-story-content p,
.smk-section-heading p,
.smk-process-content p,
.smk-cta-box p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.smk-check-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.smk-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
}

.smk-check-list span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111111;
  color: #c8a85b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  font-weight: 900;
}

/* VALUES */

.smk-values-section {
  padding: 105px 0;
  background: #111111;
}

.smk-section-heading {
  width: min(760px, 92%);
  margin: 0 auto 52px;
  text-align: center;
}

.smk-values-section .smk-section-heading h2 {
  color: #ffffff;
}

.smk-values-section .smk-section-heading p {
  color: rgba(255,255,255,.68);
}

.smk-section-heading .smk-eyebrow {
  justify-content: center;
}

.smk-values-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.smk-value-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.smk-value-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(200,168,91,.35), transparent 70%);
}

.smk-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #b89e4d, #e4d7b1, #8b732d);
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 26px;
}

.smk-value-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 14px;
  font-weight: 900;
}

.smk-value-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  margin: 0;
  font-size: 15px;
}

/* PROCESS */

.smk-process-section {
  padding: 110px 0;
  background:
    linear-gradient(135deg, rgba(17,17,17,.94), rgba(17,17,17,.88)),
    url("http://smkgeneralservice.com/wp-content/uploads/2026/05/point3d-commercial-imaging-ltd-aeTexYQKsuk-unsplash.jpg") center/cover no-repeat;
}

.smk-process-container {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.smk-process-content h2,
.smk-process-content p {
  color: #ffffff;
}

.smk-process-content p {
  color: rgba(255,255,255,.72);
}

.smk-process-steps {
  display: grid;
  gap: 18px;
}

.smk-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.smk-step > span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(200,168,91,.14);
  color: #c8a85b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.smk-step h3 {
  color: #ffffff;
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 900;
}

.smk-step p {
  color: rgba(255,255,255,.68);
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

/* CTA */

.smk-cta-section {
  padding: 95px 0;
  background: #f7f5ef;
}

.smk-cta-box {
  width: min(1050px, 92%);
  margin: 0 auto;
  text-align: center;
  padding: 70px 36px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(17,17,17,.94), rgba(17,17,17,.86)),
    url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1500&q=80") center/cover no-repeat;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
}

.smk-cta-box h2 {
  color: #ffffff;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.smk-cta-box p {
  color: rgba(255,255,255,.72);
  max-width: 680px;
  margin: 0 auto 30px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .smk-about-hero {
    min-height: auto;
    padding: 95px 0 85px;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.86) 62%, rgba(8,8,8,.78) 100%),
      url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  }

  .smk-about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .smk-about-content h1 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.03;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
  }

  .smk-about-content p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  .smk-story-container,
  .smk-process-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .smk-story-section,
  .smk-values-section,
  .smk-process-section,
  .smk-cta-section {
    padding: 75px 0;
  }

  .smk-story-image,
  .smk-story-image img {
    min-height: 420px;
    height: 100%;
  }

  .smk-values-grid {
    grid-template-columns: 1fr;
  }

  .smk-value-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .smk-about-hero {
    padding: 78px 0 72px;
  }

  .smk-about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .smk-btn-primary,
  .smk-btn-secondary {
    width: 100%;
  }

  .smk-story-image,
  .smk-story-image img {
    min-height: 340px;
  }

  .smk-step {
    grid-template-columns: 1fr;
  }

  .smk-cta-box {
    padding: 52px 24px;
    border-radius: 28px;
  }
}/* End custom CSS */