
    /* ========== Premium Light-Blue Theme (All CSS Centralised) ========== */
    :root{
      --brand:#3BA6E8;       /* Light blue from logo */
      --brand-dark:#1D4F91;  /* Deep navy accent */
      --cta:#2F6BB2;         /* CTA darker blue */
      --ink:#0b1324;         /* Headings */
      --text:#2b3344;        /* Body text */
      --muted:#6b7280;       /* Secondary text */
      --soft:#f7f9fc;        /* Soft background */
      --white:#fff;
      --border:#e2e8f0;
      --radius:14px;
      --shadow:0 10px 28px rgba(11,19,36,.08);
    }

    *{box-sizing:border-box}
    html,body{margin:0;padding:0}
    body{
      font-family: Roboto;
      color:var(--text); background:#fff; line-height:1.55;
    }
    a{color:inherit; text-decoration:none}
    .container{max-width:1400px; margin:0 auto; padding:0 16px}
    .logo{width:350px; height:auto}

    /* ===== Header ===== */
    header.site{
      position:sticky; top:0; z-index:50;
      background:#fff;
      border-bottom:1px solid var(--border);
      backdrop-filter:saturate(140%) blur(8px);
    }
    .nav{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:0}
    .brand{display:flex; align-items:center; gap:14px; text-decoration:none}
    .brand-mark{
      width:44px; height:44px; border-radius:10px;
      background: linear-gradient(145deg, var(--brand), var(--brand-dark));
      box-shadow:0 6px 14px rgba(59,166,232,.35);
    }
    .brand h1{margin:0; font-size:1.2rem; color:var(--brand-dark); letter-spacing:.2px}
    .brand small{display:block; margin-top:2px; color:var(--muted); font-weight:500}

    .nav-links{display:flex; align-items:center; gap:20px}
    .nav-links a{
      font-weight:600; color:var(--brand-dark); padding:8px 6px; border-radius:8px; transition:.2s;
    }
    .nav-links a:hover{color:var(--brand); background:var(--soft)}
    .dropdown{position:relative}
    .dropdown-btn{display:inline-flex; align-items:center; gap:8px; cursor:pointer; font-weight:700}
    .menu{
      position:absolute; left:0; top:calc(100% + 0px); background:#fff; border:1px solid var(--border);
      border-radius:12px; padding:14px; display:none; min-width:560px; box-shadow:var(--shadow)
    }
    .dropdown:hover .menu{display:block}
    .menu-grid{display:grid; grid-template-columns:1fr 1fr; gap:8px}
    .menu a{display:block; color:var(--ink); padding:10px; border-radius:10px; transition:.2s}
    .menu a:hover{background:var(--soft); color:var(--brand)}
    .menu small{display:block; color:var(--muted); font-weight:500; margin-top:2px}

    .cta{display:flex; align-items:center; gap:10px}
    .btn {
    appearance: none;
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    background: #0badf1;
    z-index: 1;
    color: #fff;
}
h3 {
    font-size: 1.2rem;
}
.btn:hover {
    background-color: #000;
    border-color: var(--bs-btn-hover-border-color);
    color: #fff;
}
    .btn-ghost{background:#fff; border:1px solid var(--brand); color:var(--brand)}
    .btn-ghost:hover{background:var(--brand); color:#fff}
    .btn-primary{background:#000; color:#fff}
    .btn-primary:hover{background:#0badf1}
  .call-pill {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    font-weight: 900;
    color: var(--brand-dark);
    font-size: 21px;
}
    .call-pill a{color:inherit}
#hero h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}
.eyebrow {
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 999px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: .3px;
    border: 1px solid;
}
.hero-copy p {
    color: #fff;
}
.space {
    padding: 56px 0;
    border-top: 1px solid var(--border);
}
img {
    width: 100%;
}
.boxes {
    transition: .2s;
    background: #e3f1f7;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
    height: 100%;
}
ul.arrowlist {
    list-style: none;
    padding: 0;
}
ul.arrowlist.box-card {
    padding: 5px;
}
ul.arrowlist li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
ul.arrowlist li:before {
    content: '\F135';
    font-family: "bootstrap-icons" !important;
    color: #00a0ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    font-size: 28px;
    top: 11px;
    line-height: 0;
}
.process {
    margin-top: 26px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: linear-gradient(90deg, #fff, rgba(59, 166, 232, .08));
    padding: 16px;
}
.card-5 img {
    max-width: 44px;
}
.card-5 {
    background: #fff;
    padding: 6px;
    text-align: center;
    font-size: 19px;
    border-radius: 8px;
}
.bg-8 {
    background: #0badf1;
}
.bg-8 h2 {
    color: #fff;
    margin-bottom: 20px;
}
.bg-card {
    height: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #e3f1f7;
    border: 1px solid var(--border);
}
.box
 {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.footer-logo {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}
.call-btn
 {
    appearance: none;
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    background: #0badf1;
}
.num-btn {
    font-size: 22px;
}
.box-1 {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--brand-dark);
    font-weight: 700;
}
.box-bt {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}
section.sec-3 {
    background: linear-gradient(180deg, #fff, var(--soft));
}
.cards-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    width: 100%;
    box-shadow: var(--shadow);
    padding: 24px;
}
.container.cta2 {
    background: #0badf1;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
section.section.bg-random {
    padding: 50px 0;
}
.container.cta3 {
    background: #0badf1;
    padding: 30px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff;
}
.Homesilder {
    padding: 100px 0;
    background-image: url(https://underpinning.saerly.com/public/assets/images/slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        position: relative;
    z-index: 2;
}
.call-f {
    appearance: none;
    border: 0;
    border-radius: 12px;
    padding: 10px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    z-index: 1;
    color: #000;
    font-size: 18px;
}
.Homesilder:before
 {
    background: rgb(0 0 0 / 61%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.Homesilder h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-top: 14px;
}
.slider-bt {
    background: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 18px;
    align-items: center;
}
.Homesilder p {
    color: #fff;
}
footer.site a {
    color: #fff;
}
footer.site h4 {
    color: #fff;
}
footer.site h3 {
    color: #fff;
}
.gallery-box img {
    border-radius: 20px;
    background: #fff;
    padding: 11px;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 7%);
}
.breadcrum {
    background: #15a8ff;
    padding: 38px;
    color: #fff;
    text-align: center;
}
section.whyhire {
    position: relative;
}
.bg-blue {
    background: #0badf1;
}
.service-card {
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
    overflow: hidden;
    background-color: white;
    padding: 40px;
    height: 100%;
    z-index: 1;
    position: relative;
}
.service-card h3 {
    font-size: 22px;
}
.service-head {
    display: flex
;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.service-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    background-color: #f8f8ff;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.service-card img {
    width: 100%;
    object-fit: cover;
    height: 40px;
}
.bg-blue .service-card h3 {
    color: var(--light-bl);
}
.bg-blue .service-card p {
    color: var(--light-bl);
}
.footer-logo
 {
    max-width: 250px;
}
section.whyhire h2 {
    color: #fff;
}
section.whyhire p {
    color: #fff;
}
section.whyhire:before
 {
    content: '';
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 40%;
    background: url(https://underpinning.saerly.com/public/assets/images/house-restumping-service.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-call {
    background-image: url(https://underpinning.saerly.com/public/assets/images/house-restumping-expert.jpg);
    padding: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-text {
    color: #fff;
}
.call-text h2 {
    font-size: 47px;
    font-weight: 700;
}
.php-email-form {
    box-shadow: var(--shadow);
    background: rgb(255, 255, 255);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0px;
    overflow: hidden;
}
span.form-title {
    display: block;
    color: #000;
    text-align: center;
    padding: 20px 0px 0px;
}
.php-email-form .wpcf7-form {
    padding: 25px;
    background: rgb(255, 255, 255);
}
aside.sidebar .php-email-form input.form-control, .php-email-form textarea {
    padding: 7px 10px;
}

.php-email-form textarea {
    height: 80px;
}
.php-email-form input.form-control, .php-email-form textarea
 {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(34, 34, 34);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    appearance: none;
    letter-spacing: 0px;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(180, 190, 191);
    border-image: initial;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.btn-primary
 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px;
    border-radius: 10px;
}
ul.contact-info-list li i {
    font-size: 30px;
    color: #0badf1;
}
ul.contact-info-list li
 {
    display: flex;
    align-items: center;
    gap: 12px;
}
ul.contact-info-list {
    padding: 0;
}
.box-card {
    background: #fff;
    padding: 9px;
    box-shadow: var(--shadow);
    border-radius: 10px;
}





    /* Mobile header */

@media screen and (min-width:200px) and (max-width:991px){


}

@media screen and (min-width:200px) and (max-width:479px){
.space {padding: 15px;}
.Homesilder h1 {font-size: 31px;}
.btn-primary {margin-bottom: 15px;}
.bg-call {padding: 25px;}
.call-text h2 {font-size: 41px;font-weight: 700;}
.logo {width: 244px;height: auto;}
.hamburger {display: inline-flex;position: absolute;top: -55px;right: 0;font-size: 32px;line-height: 24px;border-radius: 5px;}
.cta {display: flex;align-items: center;gap: 10px;POSITION: fixed;background: #000;left: 0;right: 0;top: 69px;justify-content: space-between;}
.call-pill {color: #fff;}
footer.site{padding: 0px 20px;}
.footer-logo { max-width: 241px;}
section.whyhire:before {display: none;
}
a.mal {
    font-size: 14px;
}
#cta-bar {
    display: none !important;
}
}

@media screen and (min-width:480px) and (max-width:767px){
.bg-call {padding: 38px;}
.Homesilder h1 {font-size: 43px;}
.hamburger {display: inline-flex;position: absolute;top: -55px;right: 0;font-size: 32px;line-height: 24px;border-radius: 5px;}
.cta {display: flex;align-items: center;gap: 10px;POSITION: fixed;background: #0badf1;left: 0;right: 0;top: 69px;justify-content: space-between;}
.call-pill {color: #fff;}
.logo {
    width: 243px;
    height: auto;
}
}

@media screen and (min-width:768px) and (max-width:991px){
.bg-call {padding: 63px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
.bg-call {padding: 63px;}
}
    .hamburger{display:none; background:#fff; border:1px solid var(--border); border-radius:12px; padding:8px}
    .drawer{
      position:fixed; inset:0 0 0 auto; width:86%; max-width:360px; background:#fff; border-left:1px solid var(--border);
      transform:translateX(100%); transition:.3s ease; z-index:60; display:flex; flex-direction:column
    }
    .drawer.open{transform:none}
    .drawer header{display:flex; justify-content:space-between; align-items:center; padding:16px; border-bottom:1px solid var(--border)}
    .drawer nav{padding:12px 16px; display:grid; gap:6px}
    .drawer a{color:var(--brand-dark); font-weight:700; padding:10px; border-radius:10px}
    .drawer a:hover{background:var(--soft)}
    .overlay{position:fixed; inset:0; background:rgba(4,9,20,.45); backdrop-filter:blur(2px); opacity:0; pointer-events:none; transition:.2s; z-index:55}
    .overlay.open{opacity:1; pointer-events:auto}

    @media (max-width: 980px){
      .nav-links{display:none}
          .hamburger {
        display: inline-flex
;
        position: absolute;
        right: 24px;
    }
    }

    /* ===== Hero ===== */
    #hero{
      position:relative; isolation:isolate; overflow:hidden;
      background: #0badf1;
      border-bottom:1px solid var(--border);
    }
    #hero .hero-grid{
      display:grid; gap:28px; align-items:center; grid-template-columns: 1.3fr 1fr;
    }
    @media (max-width:980px){
      #hero .hero-grid{grid-template-columns:1fr}
    }

    /* ===== Services ===== */
    .svc-card{
      transition:.2s; background:linear-gradient(180deg,#fff, var(--soft));
      border:1px solid var(--border); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow)
    }
    .svc-card:hover{transform:translateY(-2px)}
    @media (min-width:981px){ .svc-card{grid-column: span 4} }
    @media (max-width:980px) and (min-width:641px){ .svc-card{grid-column: span 6} }
    @media (max-width:640px){ .svc-card{grid-column: span 12} }

    /* ===== Projects / Before-After ===== */
    .proj-card{
      transition:.2s; background:#fff; border:1px solid var(--border);
      border-radius:var(--radius); padding:16px; box-shadow:var(--shadow)
    }
    .proj-card:hover{transform:translateY(-2px)}
    @media (min-width:981px){ .proj-card{grid-column: span 6} }
    @media (max-width:980px){ .proj-card{grid-column: span 12} }

    .ba-wrap{position:relative; border-radius:12px; overflow:hidden; border:1px solid var(--border); background:#fff}
    .ba-img{display:block; width:100%; height:280px; object-fit:cover}
    .ba-top{position:absolute; inset:0; width:50%; overflow:hidden}
    .ba-slider{position:absolute; left:0; right:0; bottom:12px; width:60%; margin:auto; appearance:none; height:4px; background:var(--border); border-radius:999px; outline:none}

    .meta{display:flex; gap:14px; flex-wrap:wrap; margin-top:10px}
    .pill{background:#fff; border:1px solid var(--border); color:var(--brand-dark); padding:6px 10px; border-radius:999px; font-weight:700}

    /* ===== Why Choose Us ===== */
    .why-card{
      transition:.2s; background:linear-gradient(180deg,#fff,var(--soft));
      border:1px solid var(--border); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow)
    }
    .why-card:hover{transform:translateY(-2px)}
    .why-card h3{margin:0 0 6px; color:var(--brand-dark); font-size:1.04rem}
    .why-card p{margin:0; color:var(--text)}
    .why-card .list{margin:10px 0 0; padding-left:18px; color:var(--muted)}
    @media (min-width:981px){ .why-card{grid-column:span 4} }
    @media (max-width:980px) and (min-width:641px){ .why-card{grid-column:span 6} }
    @media (max-width:640px){ .why-card{grid-column:span 12} }

    /* ===== Areas ===== */
    .area-col h3{margin:0 0 8px; font-size:1.05rem; color:var(--brand-dark)}
    .area-col ul{margin:0; padding:0; list-style:none; display:grid; gap:6px; color:var(--text)}
    .area-col li a{color:var(--text)}
    .area-col li a:hover{color:var(--brand)}
    @media (min-width:981px){ .area-col{grid-column:span 3} }
    @media (max-width:980px) and (min-width:641px){ .area-col{grid-column:span 6} }
    @media (max-width:640px){ .area-col{grid-column:span 12} }

    /* ===== FAQ ===== */
    .faq{border:1px solid var(--border); border-radius:12px; background:linear-gradient(180deg,#fff,var(--soft))}
    .faq button{all:unset; display:flex; gap:12px; align-items:center; justify-content:space-between; width:94%; cursor:pointer; padding:14px 16px}
    .faq h3{margin:0; font-size:1.02rem; color:var(--brand-dark)}
    .faq .ans{display:none; padding:0 16px 14px 16px; color:var(--text)}
    .faq.open .ans{display:block}
    .faq .chev{transition:.2s}
    .faq.open .chev{transform:rotate(180deg)}

    /* ===== Contact / Quote ===== */
    .card{background:#fff; border:1px solid var(--border); border-radius:var(--radius);width: 100%; box-shadow:var(--shadow)}
    .field{display:grid; gap:6px}
    .field > span{font-weight:700; color:var(--ink); font-size:.9rem}
    .control {
    border: 1px solid var(--border);
    border-radius: 10px;
    outline: none;
    background: #fff;
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
    
    .control:focus{border-color:var(--brand)}
    .inline{display:grid; gap:10px; grid-template-columns:1fr 1fr}
    @media (max-width:640px){ .inline{grid-template-columns:1fr} }
    @media (min-width:981px){ .contact-main{grid-column:span 7} .contact-side{grid-column:span 5} }
    @media (max-width:980px){ .contact-main,.contact-side{grid-column:span 12} }

    /* ===== Footer ===== */
footer.site {
    border-top: 1px solid var(--border);
    margin-top: 60px;
    background: #0badf1;
    color: #fff;
}
    .foot-top{padding:40px 20px}
    .foot-grid{display:grid; grid-template-columns:2fr 1fr 1fr 1.2fr; gap:24px}
    .foot-brand h3{margin:.2rem 0 0 0; color:var(--brand-dark)}
    .foot-brand p{color:#fff; max-width:56ch}
    .foot-col h4{margin:0 0 10px 0; color:var(--brand-dark)}
    .foot-col ul{list-style:none; margin:0; padding:0; display:grid; gap:8px}
    .foot-col a{color:#000}
    .foot-brand small {
    color: #fff;
}
    .foot-col a:hover{color:#000}
    .foot-bottom{border-top:1px solid var(--border); padding:14px 0; color:#fff; font-size:.95rem}
    .badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
    .badge{background:var(--soft); border:1px solid var(--border); border-radius:999px; padding:6px 10px; font-weight:700; color:var(--brand-dark)}
    @media (max-width:980px){ .foot-grid{grid-template-columns:1fr 1fr} }
    @media (max-width:640px){ .foot-grid{grid-template-columns:1fr} }

    /* ===== Sticky CTA Bar ===== */
#cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 60;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 12px;
    border-top: 1px solid var(--border);
    background: linear-gradient(180deg, #fff, var(--soft));
    box-shadow: 0 5px 40px rgb(0 0 0 / 18%);
    transform: translateY(100%);
    transition: transform .25s 
ease;
    max-width: 250px;
    border-radius: 10px;
}
#cta-bar a
 {
    color: #000;
}
    #cta-bar .container{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    @media (max-width:640px){
      #cta-bar .container{justify-content:center}
      #cta-bar strong{display:none}
    }