.elementor-49 .elementor-element.elementor-element-38e2eaa{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--overflow:hidden;}.elementor-49 .elementor-element.elementor-element-a31c7dd{--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;}.elementor-49 .elementor-element.elementor-element-cef4092{--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;--overflow:hidden;}.elementor-49 .elementor-element.elementor-element-eebffc4{--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;}.elementor-49 .elementor-element.elementor-element-10f16747{--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;}.elementor-49 .elementor-element.elementor-element-3145bdd{--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;}@media(max-width:770px){.elementor-49 .elementor-element.elementor-element-38e2eaa{--width:1600px;--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;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:771px){.elementor-49 .elementor-element.elementor-element-38e2eaa{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-47e8d4b *//* ============================================================
   COMMITMENT SECTION — commitment.css
   ============================================================ */

/* ── SECTION WRAPPER ─────────────────────────────────────── */
.commitment {
  width: 100%;
  background: #ffffff;
  padding: 80px 0 90px 0;
  overflow: hidden;
}

/* ── TOP HEADING ROW ─────────────────────────────────────── */
.commitment-heading {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  width: 100%;
  padding: 0 48px 60px 48px;
}

.commitment-heading h2 {
  font-family: Montserrat, sans-serif;
  margin: 25px;
  font-size: 41px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.12;
}

/* ── ZIGZAG DECORATION ───────────────────────────────────── */
.zigzag {
  flex-shrink: 0;
  width: 90px;
  height: 14px;
  margin-top: 10px;
  background:
    linear-gradient(135deg, #E96106 25%, transparent 25%) -9px 0,
    linear-gradient(225deg, #E96106 25%, transparent 25%) -9px 0,
    linear-gradient(315deg, #E96106 25%, transparent 25%),
    linear-gradient( 45deg, #E96106 25%, transparent 25%);
  background-size: 18px 14px;
  background-color: transparent;
}

.zigzag.small {
  width: 75px;
  height: 12px;
  margin-top: 0;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, #E96106 25%, transparent 25%) -8px 0,
    linear-gradient(225deg, #E96106 25%, transparent 25%) -8px 0,
    linear-gradient(315deg, #E96106 25%, transparent 25%),
    linear-gradient( 45deg, #E96106 25%, transparent 25%);
  background-size: 16px 12px;
  background-color: transparent;
}

/* ── BODY: IMAGE + TEXT GRID ─────────────────────────────── */
.commitment-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
  gap: 0;
}

/* ── IMAGE SIDE ──────────────────────────────────────────── */
.commitment-image {
  position: relative;
  width: 100%;
  height: 480px;
}

/* Grey card that peeks behind image (top-right offset) */
.image-bg-card {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 85%;
  height: 105%;
  background: #f0f0f0;
  z-index: 0;
  border-radius: 2px;
}

.commitment-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── TEXT SIDE ───────────────────────────────────────────── */
.commitment-text {
  padding: 40px 64px 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.commitment-text h3 {
  font-family: Montserrat, sans-serif;
 font-size: 32px;
  font-weight: 800;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 22px;
}

.commitment-text p {
  font-family: Aileron, sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 27px;
  margin-bottom: px;
}

/* ── BUTTON ──────────────────────────────────────────────── */
.btn-learn {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #E96106;
  border: 1px solid #E96106;
  padding: 12px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ── HOVER ──────────────────────────────────────────────── */
.btn-learn:hover {
  background: transparent;
  color: #E96106;
  border: 1px solid #E96106;
  transform: translateY(-2px);
}



/* ── TABLET (≤960px) ─────────────────────────────────────── */
@media (max-width: 960px) {
  .commitment-body {
    grid-template-columns: 1fr;
  }

  .commitment-image {
    height: 340px;
  }

  .image-bg-card {
    display: none;
  }

  .commitment-text {
    padding: 44px 48px;
  }

  .commitment-heading {
    padding: 0 48px 44px 48px;
  }
}

/* ── MOBILE (≤600px) ─────────────────────────────────────── */
@media (max-width: 600px) {
  .commitment {
    padding: 52px 0 60px 0;
  }

  .commitment-heading {
    flex-direction: column;
    gap: 14px;
    padding: 0 24px 36px 24px;
  }

  .zigzag {
    margin-top: 0;
  }

  .commitment-image {
    height: 260px;
  }

  .commitment-text {
    padding: 36px 24px;
  }

  .commitment-text h3 {
    font-size: 1.2rem;
  }

  .commitment-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c40219 *//* ============================================================
   CORE SERVICES SECTION — services.css
   Aesthetic: Industrial editorial — dark image fills,
   bold condensed numbering, crisp red accents,
   smooth hover reveals
   ============================================================ */

/* ── SECTION WRAPPER ─────────────────────────────────────── */
.services-section {
  width: 100%;
  background: #f8f8f6;
  padding: 88px 0 96px 0;
  font-family: 'Barlow', sans-serif;
}

/* ── SECTION HEADER ──────────────────────────────────────── */
.services-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px auto;
  padding: 0 24px;
}

.services-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #E96106;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding: 0 16px;
}

.services-label::before,
.services-label::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 1.5px;
  background: #CC0000;
}
.services-label::before { right: 100%; margin-right: -14px; }
.services-label::after  { left:  100%; margin-left:  -14px; }

.services-header h2 {
  font-family: ' Condensed', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.services-header h2 em {
  font-style: italic;
  color: #E96106;
  font-weight: 900;
}

.services-sub {
  font-size: 0.97rem;
  color: #666;
  line-height: 1.7;
  font-weight: 400;
}

/* ── GRID ────────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 100%;
  /* No side padding — true full width */
}

/* ── CARD ────────────────────────────────────────────────── */
.svc-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
}

/* Remove gap between cards with thin dark separator */
.svc-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.04);
  pointer-events: none;
  z-index: 3;
}

/* ── IMAGE ───────────────────────────────────────────────── */
.svc-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.svc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 0.5s ease;
  filter: brightness(0.70) saturate(0.7);
  transform-origin: center;
}

.svc-card:hover .svc-img-wrap img {
  transform: scale(1.08);
  filter: brightness(0.60) saturate(0.5);
}

/* Extra dark tint layer */
.svc-img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.6) 100%
  );
  transition: background 0.5s ease;
}

.svc-card:hover .svc-img-tint {
  background: linear-gradient(
    160deg,
    rgba(180,0,0,0.12) 0%,
    rgba(0,0,0,0.75) 100%
  );
}

/* ── CARD BODY ───────────────────────────────────────────── */
.svc-body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 32px;
}

/* ── BIG NUMBER ──────────────────────────────────────────── */
.svc-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 24px;
  letter-spacing: -0.02em;
  transition: color 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  user-select: none;
}

.svc-card:hover .svc-num {
  color: rgba(204,0,0,0.18);
  transform: scale(1.05) translateY(-4px);
}

/* ── CONTENT (title + para + btn) ────────────────────────── */
.svc-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.svc-content h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.svc-card:hover .svc-content h3 {
  color: #ffffff;
}

/* Description — hidden by default, revealed on hover */
.svc-content p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.25,0.46,0.45,0.94),
              opacity    0.35s ease 0.1s,
              margin-top 0.35s ease;
}

.svc-card:hover .svc-content p {
  max-height: 120px;
  opacity: 1;
  margin-top: 10px;
}

/* CTA Button — Premium Hover Style */
.svc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-family: Aileron, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: ;
  text-decoration: none;

  color: #ffffff;
  background: #C85506;

  padding: 6px 20px;

  border: 2px solid #C85506;
  border-radius: 4px;

  width: fit-content;

  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;

  transition:
    max-height 0.4s ease 0.15s,
    opacity 0.3s ease 0.25s,
    margin-top 0.4s ease 0.15s,
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

/* Show button on card hover */
.svc-card:hover .svc-btn {
  max-height: 70px;
  opacity: 1;
  margin-top: 18px;
}

/* Hover Effect */
.svc-btn:hover {
  background: transparent;
  color: #C85506;
  transform: translateY(-2px);
}

/* Arrow Animation */
.svc-btn .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.svc-btn:hover .arrow {
  transform: translateX(5px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .svc-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* ── TAG LABEL (top-left) ────────────────────────────────── */
.svc-tag {
  position: absolute;
  top: 24px;
  left: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 10px;
  border-radius: 2px;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.svc-card:hover .svc-tag {
  color: #ffffff;
  border-color: #CC0000;
  background: rgba(204,0,0,0.2);
}

/* ── CORNER ACCENT (bottom-right red corner line) ────────── */
.svc-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #CC0000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 4;
}

.svc-card:hover .svc-corner-accent {
  transform: scaleX(1);
}

/* ── TABLET (≤900px) ─────────────────────────────────────── */
@media (max-width: 900px) {
  .services-section {
    padding: 64px 0 72px 0;
  }

  .svc-card {
    height: 300px;
  }

  .svc-body {
    padding: 22px 24px;
  }

  .svc-num {
    font-size: 4.5rem;
    top: 14px;
    right: 18px;
  }

  .svc-tag {
    top: 18px;
    left: 24px;
  }
}

/* ── MOBILE (≤600px) — stack to 1 column ────────────────── */
@media (max-width: 600px) {
  .services-section {
    padding: 52px 0 60px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .svc-card {
    height: 280px;
  }

  /* On mobile — always show content (no hover) */
  .svc-content p {
    max-height: 100px;
    opacity: 1;
    margin-top: 8px;
  }

  .svc-btn {
    max-height: 16px;
    opacity: 1;
    margin-top: 12px;
  }

  .svc-corner-accent {
    transform: scaleX(1);
  }

  .svc-body {
    padding: 20px 22px;
  }

  .svc-content h3 {
    font-size: 1.3rem;
  }

  .svc-content p {
    font-size: 0.84rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7863f0a *//* Section */
.sec-wrap {
  width: 100%;
  background: #fff;
}

/* Header */
.sec-header {
  text-align: center;
  margin-bottom: 52px;
}

.chevrons {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
}

.chev {
  width: 9px;
  height: 14px;
  background: #E96106;
  clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%, 40% 50%);
}

.sec-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
}

/* Cards */
.card {
  padding-top: 25px;
  padding-left: 10px;
  border-top: 2px solid #E96106;
}

.card-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 12px;
}

.card-body {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

/* Button */
.btn-row {
  display: flex;
  justify-content: center;
  margin-top: 44px;
  margin-bottom: 40px;
}

.learn-btn {
  display: inline-block;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 400;
 background: #C85506;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}

.learn-btn:hover {
 background: transparent;
  color: #000;
  transform: translateY(-3px);
  font color: #000;
  border: 2px solid #C85506;
  
}

/* Mobile */
@media (max-width: 768px) {
  .sec-title {
    font-size: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3738aa2d */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

.why-section {
  background: #0f0f14;
  padding: 90px 8%;
  color: #fff;
}

.why-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.why-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 1px;
  color: #ffffff;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

/* CARD */
.why-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,79,4,0.2);
  padding: 30px 22px;
  text-align: left;
  transition: 0.3s ease;
  border-radius: 6px;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: #C85506;
  box-shadow: 0 10px 25px rgba(201,79,4,0.15);
}

/* ICON */
.icon {
  width: 120px;
  height: 100px;
  color: #C85506;
  margin-bottom: 18px;
}

.icon svg {
  width: 100%;
  height: 100%;
}

/* HEADING */
.why-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #C85506;
  font-weight: 600;
}

/* TEXT */
.why-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #c7c7c7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99fec60 *//* =========================================================
   PREMIUM CTA SECTION — LEVEL DEMOLITION
   ========================================================= */

/* SECTION */
.premium-cta {
  position: relative;
  padding: 120px 20px;

  background:
    linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),
    url('https://leveldemolitionfl.com/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-02-at-1.48.45-AM-1.jpeg')
    center center / cover no-repeat;

  text-align: center;
  overflow: hidden;
}

/* CONTENT */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: auto;
}

/* SUBTITLE */
.cta-tag {
  display: inline-block;
  color: #C85506;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
}

/* TITLE */
.cta-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 22px;
}

/* DESCRIPTION */
.cta-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  max-width: 700px;
  margin: 0 auto 40px;
}

/* BUTTON WRAPPER */
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #C85506;
  color: #fff;

  padding: 8px 15px;

  border: 2px solid #C85506;
  border-radius: 4px;

  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;

  transition: all 0.3s ease;
}

/* PRIMARY HOVER */
.btn-primary:hover {
  background: transparent;
  color: #C85506;
  transform: translateY(-3px);
}

/* OUTLINE BUTTON */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  color: #ffffff;

  padding: 8px 15px;

  border: 2px solid #ffffff;
  border-radius: 4px;

  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;

  transition: all 0.3s ease;
}

/* OUTLINE HOVER */
.btn-outline:hover {
  background: #ffffff;
  color: #111111;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .premium-cta {
    padding: 90px 20px;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .cta-buttons {
    gap: 14px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    padding: 14px 24px;
  }
}/* End custom CSS */