.elementor-12 .elementor-element.elementor-element-5742a349{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-6bbee812{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-34dea23{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-1306846{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-960d344{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-0cdd89a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-4d78220{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-66117844{--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-12 .elementor-element.elementor-element-552ea169{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-7c7854bc{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-5eeb7b0e{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
YourClad — Home Hero (Premium + SEO-first) — NO CHIPS
Scope: .yc-hero only
========================================================= */

.yc-hero{
  position:relative;
  min-height:86vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:36px 18px;
  overflow:hidden;
  font-family:Poppins, Montserrat, Arial, sans-serif;
  background:#060817;
}

/* Kill theme link styles (no blue / no visited purple) */
.yc-hero a,
.yc-hero a:visited,
.yc-hero a:hover,
.yc-hero a:active{
  color:inherit !important;
  text-decoration:none !important;
}

.yc-hero a:focus{ outline:none; }
.yc-hero a:focus-visible{
  outline:3px solid rgba(246,96,0,0.60);
  outline-offset:3px;
  border-radius:999px;
}

/* Background image layer */
.yc-hero__bg{
  position:absolute;
  inset:0;
  background-image:url('https://yourclad.co.uk/wp-content/uploads/2025/10/yourclad-uk-homepage-hero-1.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transform:scale(1.04);
  filter:saturate(1.02) contrast(1.02);
}

/* “Parallax-ish” (desktop only; iOS hates fixed backgrounds) */
@media (min-width:1025px){
  .yc-hero__bg{ background-attachment:fixed; }
}
@media (max-width:1024px){
  .yc-hero__bg{ background-attachment:scroll; }
}

/* Overlay for readability + brand glow */
.yc-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,
      rgba(6,8,23,0.88) 0%,
      rgba(6,8,23,0.55) 45%,
      rgba(6,8,23,0.25) 100%
    ),
    radial-gradient(70% 60% at 50% 35%,
      rgba(246,96,0,0.22) 0%,
      rgba(246,96,0,0.00) 62%
    );
}

/* Content container */
.yc-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1180px;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:22px;
  align-items:center;
}

.yc-hero__card{
  border-radius:22px;
  padding:34px 30px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 60px rgba(6,8,23,0.35);
  animation:ycFadeUp .9s ease-out both;
}

/* Headline */
.yc-hero__h1{
  margin:0 0 10px;
  color:#fff;
  font-weight:900;
  letter-spacing:-0.02em;
  line-height:1.08;
  font-size:clamp(30px, 4.2vw, 56px);
  text-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.yc-hero__sub{
  margin:0 0 18px;
  color:rgba(255,255,255,0.88);
  font-size:clamp(15px, 1.35vw, 18px);
  line-height:1.65;
  max-width:60ch;
}

/* CTA row */
.yc-hero__ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.yc-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:14px;
  font-weight:900;
  font-size:14px;
  letter-spacing:.2px;
  border:1px solid rgba(255,255,255,0.16);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  will-change:transform;
  color:#fff !important;
}

.yc-hero__btn--primary{
  background:#F66000;
  border-color:rgba(246,96,0,0.65);
  box-shadow:0 18px 50px rgba(246,96,0,0.22);
}
.yc-hero__btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 26px 70px rgba(246,96,0,0.28);
  color:#fff !important;
}

.yc-hero__btn--ghost{
  background:rgba(246,96,0,0.14);
  border-color:rgba(246,96,0,0.40);
}
.yc-hero__btn--ghost:hover{
  transform:translateY(-2px);
  border-color:rgba(246,96,0,0.55);
  background:rgba(246,96,0,0.18);
  color:#fff !important;
  box-shadow:0 22px 60px rgba(6,8,23,0.35);
}

.yc-hero__btn svg{ width:18px; height:18px; display:block; }

/* Proof chips */
.yc-hero__proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.yc-hero__proof li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(6,8,23,0.22);
  color:rgba(255,255,255,0.86);
  font-size:13px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.yc-hero__proof li:hover{
  transform:translateY(-2px);
  border-color:rgba(246,96,0,0.55);
  background:rgba(246,96,0,0.10);
  box-shadow:0 18px 55px rgba(6,8,23,0.32);
}

.yc-hero__tick{
  width:20px;
  height:20px;
  border-radius:8px;
  background:rgba(246,96,0,0.16);
  border:1px solid rgba(246,96,0,0.34);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#F66000;
}
.yc-hero__tick svg{ width:12px; height:12px; display:block; }

/* Right-side panel */
.yc-hero__side{
  border-radius:22px;
  padding:24px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.06);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 60px rgba(6,8,23,0.30);
  animation:ycFadeUp 1.05s ease-out both;
}

.yc-hero__sideH{
  margin:0 0 10px;
  color:#fff;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-size:13px;
  opacity:.92;
}
.yc-hero__sideP{
  margin:0 0 12px;
  color:rgba(255,255,255,0.86);
  font-size:13.5px;
  line-height:1.65;
}

.yc-hero__sideGrid{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.yc-hero__chip{
  padding:12px 12px;
  border-radius:16px;
  background:rgba(6,8,23,0.25);
  border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.86);
  font-size:13px;
  line-height:1.45;
}
.yc-hero__chip strong{ color:#fff; font-weight:900; }

@keyframes ycFadeUp{
  from{ opacity:0; transform:translateY(18px); }
  to{ opacity:1; transform:translateY(0); }
}

/* Responsive */
@media (max-width:980px){
  .yc-hero{ min-height:74vh; padding:18px 16px; }
  .yc-hero__wrap{ grid-template-columns:1fr; }
  .yc-hero__card{ padding:28px 22px; }
  .yc-hero__side{ padding:20px; }
  .yc-hero__ctaRow{ justify-content:center; }
}
@media (max-width:520px){
  .yc-hero{ min-height:66vh; padding:22px 14px; }
  .yc-hero__card{ padding:20px 18px; }
  .yc-hero__ctaRow{ margin-top:12px; }
  .yc-hero__proof{ margin-top:12px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .yc-hero__card,
  .yc-hero__side{ animation:none !important; }

  .yc-hero__btn,
  .yc-hero__proof li{ transition:none !important; }
}

/* =========================================
   YC HOME HERO — FORCE LAYERS (FIX)
   Paste at the VERY END (after your patch)
========================================= */

.yc-hero{
  position: relative !important;
  overflow: hidden;
}

/* BG + Overlay must cover the whole hero */
.yc-hero__bg{
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.yc-hero__overlay{
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

/* Content must sit above overlay */
.yc-hero__wrap{
  position: relative !important;
  z-index: 2 !important;
}

/* Extra: make sure cards always stay readable */
.yc-hero__card,
.yc-hero__side{
  position: relative !important;
  z-index: 3 !important;
}
/* =========================================
   YC HOME HERO — COLOR FIX (PASTE LAST)
   Goal: kill dark/blue inherited text + visited links
   Scope: .yc-hero only
========================================= */

/* 0) Base text color for the whole hero */
.yc-hero{
  color: #fff !important;
}

/* 1) Kill theme link colors (blue / visited) inside hero */
.yc-hero a,
.yc-hero a:visited,
.yc-hero a:hover,
.yc-hero a:active{
  color: inherit !important;
  text-decoration: none !important;
}

/* 2) Explicit readable typography */
.yc-hero__h1{ color:#fff !important; }
.yc-hero__sub,
.yc-hero__sideP,
.yc-hero__trust{
  color: rgba(255,255,255,.92) !important;
}

/* 3) Ensure chips + their inner text never inherit dark colors */
.yc-hero__chip,
.yc-hero__chip *{
  color: rgba(255,255,255,.92) !important;
}
.yc-hero__chip strong{
  color:#fff !important;
}

/* 4) Proof bullets: force readable text (sometimes inherits dark) */
.yc-hero__proof,
.yc-hero__proof *{
  color: rgba(255,255,255,.92) !important;
}

/* 5) Buttons: force text + icon color and fix "secondary" visibility */
.yc-hero__btn,
.yc-hero__btn *{
  color:#fff !important;
}
.yc-hero__btn--secondary{
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
}
.yc-hero__btn--secondary:hover{
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(246,96,0,.75) !important;
}

/* 6) If the service list title/subtext still looks dim, force it too */
.yc-hero__sideH{
  color: rgba(255,255,255,.96) !important;
}     


  /* =========================================
   HOME — BEFORE & AFTER (ALIGNED TO SITE UI)
   Scope: .yc-home-ba only
========================================= */

.yc-home-ba{
  padding: 28px 18px;
  background: #f7f7f7;
  font-family: Poppins, Montserrat, Arial, sans-serif;
}

.yc-home-ba__panel{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #f7f7f7;
  border: 1px solid rgba(6,8,23,0.08);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 8px 30px rgba(6,8,23,0.04);
}

.yc-home-ba__topbar{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.yc-home-ba__badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(6,8,23,0.10);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(6,8,23,0.72);
}

.yc-home-ba__dot{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f66000;
  flex: 0 0 auto;
}

.yc-home-ba__head{
  max-width: 760px;
  margin-bottom: 18px;
}

.yc-home-ba__title{
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #060817;
}

.yc-home-ba__sub{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(6,8,23,0.70);
  max-width: 70ch;
}

.yc-home-ba__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.yc-home-ba__card{
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #eceff2;
  border: 1px solid rgba(6,8,23,0.08);
}

.yc-home-ba__img{
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.yc-home-ba__label{
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(6,8,23,0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yc-home-ba__bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 4px;
}

.yc-home-ba__highlights{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(6,8,23,0.78);
}

.yc-home-ba__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 14px;
  background: #f66000;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(246,96,0,0.16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.yc-home-ba__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(246,96,0,0.22);
}

@media (max-width: 980px){
  .yc-home-ba{
    padding: 24px 16px;
  }

  .yc-home-ba__panel{
    padding: 18px;
  }

  .yc-home-ba__grid{
    grid-template-columns: 1fr;
  }

  .yc-home-ba__img{
    height: 320px;
  }
}

@media (max-width: 640px){
  .yc-home-ba__title{
    font-size: 30px;
  }

  .yc-home-ba__img{
    height: 260px;
  }

  .yc-home-ba__bottom{
    align-items: flex-start;
  }

  .yc-home-ba__btn{
    width: 100%;
  }
}


/* =========================================
   HOME — INSTALLATION SERVICES (UPDATED)
   Scope: .yc-home-sv only
========================================= */

.yc-home-sv{
  position: relative;
  padding: 34px 18px;
  font-family: Poppins, Montserrat, Arial, sans-serif;
}

.yc-home-sv__wrap{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* HEADER PANEL */

.yc-home-sv__head{
  border-radius: 22px;
  padding: 22px 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(6,8,23,.35);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
  margin-bottom: 14px;
}

/* INSTALLATION SERVICES (kicker) */

.yc-home-sv__kicker{
  margin: 0 0 8px;
  color: #F66000;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

/* TITLE */

.yc-home-sv__h2{
  margin: 0 0 8px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(22px, 2.6vw, 34px);
  text-shadow: 0 10px 28px rgba(0,0,0,.45);
}

/* SUBTEXT */

.yc-home-sv__sub{
  margin: 0;
  color: rgba(255,255,255,.90);
  line-height: 1.65;
  font-size: 15px;
  text-shadow: 0 8px 20px rgba(0,0,0,.35);
  max-width: 70ch;
}

/* GRID */

.yc-home-sv__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* CARD */

.yc-home-sv__card{
  display: block;
  border-radius: 20px;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(6,8,23,.38);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 55px rgba(0,0,0,.24);
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  min-height: 168px;
}

/* CARD HOVER */

.yc-home-sv__card:hover{
  transform: translateY(-2px);
  border-color: rgba(246,96,0,.85);
  background: rgba(6,8,23,.55);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}

/* CARD HEADER */

.yc-home-sv__cardTop{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.yc-home-sv__h3{
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-size: 16px;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.yc-home-sv__p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
  font-size: 13.5px;
  text-shadow: 0 8px 18px rgba(0,0,0,.30);
}

/* TAGS */

.yc-home-sv__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

/* ORANGE CHIPS */

.yc-home-sv__tag{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(246,96,0,.55);
  background: rgba(246,96,0,.18);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: all .18s ease;
}

/* CHIP HOVER */

.yc-home-sv__tag:hover{
  background: rgba(246,96,0,.35);
  border-color: rgba(246,96,0,.9);
}

/* ARROW */

.yc-home-sv__arrow{
  color: #F66000;
  font-weight: 900;
}

/* CTA ROW */

.yc-home-sv__ctaRow{
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
}

/* BUTTON */

.yc-home-sv__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .2px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.10);
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.yc-home-sv__btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.16);
  border-color: rgba(246,96,0,.70);
}

/* RESPONSIVE */

@media (max-width: 980px){
  .yc-home-sv__grid{ grid-template-columns: 1fr; }
  .yc-home-sv__head{ padding: 20px 18px; }
  .yc-home-sv__card{ min-height: auto; }
}

/* =========================================
   HOME — TRUST STRIP (CHECKATRADE)
   Scope: .yc-home-trust only
========================================= */

.yc-home-trust{
  padding: 18px 18px 28px;
  background: #f7f7f7;
  font-family: Poppins, Montserrat, Arial, sans-serif;
}

.yc-home-trust__wrap{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.yc-home-trust__strip{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(6,8,23,0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(6,8,23,0.04);
}

.yc-home-trust__copy{
  max-width: 760px;
}

.yc-home-trust__kicker{
  margin: 0 0 6px;
  color: #f66000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yc-home-trust__title{
  margin: 0 0 6px;
  color: #060817;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.yc-home-trust__sub{
  margin: 0;
  color: rgba(6,8,23,0.70);
  font-size: 15px;
  line-height: 1.65;
}

.yc-home-trust__actions{
  flex: 0 0 auto;
}

.yc-home-trust__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 14px;
  background: #f66000;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(246,96,0,0.16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.yc-home-trust__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(246,96,0,0.22);
}

@media (max-width: 820px){
  .yc-home-trust__strip{
    flex-direction: column;
    align-items: flex-start;
  }

  .yc-home-trust__actions{
    width: 100%;
  }

  .yc-home-trust__btn{
    width: 100%;
  }
}/* End custom CSS */