
    :root{
      --orange:#e9791d;
      --orange-dark:#e9791d;
      --black:#535353;
      --text:#202124;
      --muted:#667085;
      --line:#eceff3;
      --card:#ffffff;
      --bg:#f7f8fa;
      --shadow:0 18px 45px rgba(15,23,42,.12);
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:"Roboto",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45}
    a{text-decoration:none;color:inherit}
    .fixed-actions{
  position:fixed;
  right:18px;
  bottom:25px;
  z-index:999;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.action-btn{
  width:55px;
  height:55px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--orange);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
  transition:.3s;
}

.action-btn:hover{
  transform:scale(1.1);
}

.action-btn svg{
  width:36px;
  height:36px;
  fill:#fff;
}


@media(max-width:650px){
  .call-btn{
    display:flex;
  }
}
    img{max-width:100%;display:block}
    .topbar{padding: 13px 0;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.06);position:sticky;top:0;z-index:50}
    .nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .logo img{width: 160px;height: auto;}
    .menu{display:flex;align-items:center;gap:28px;font-size:16px;font-weight:600;color:#1d2939}
    .menu a:first-child{color:var(--orange)}
    .phone{display:flex;align-items:center;gap:10px;font-weight:800;white-space:nowrap}.phone span img{width:25px;height:auto}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:7px;padding:15px 22px;font-weight:600;cursor:pointer;transition:.2s ease;background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(244,107,0,.24)}
    .btn svg{width: 30px;height: auto;}
    .btn:hover{background:var(--orange-dark);transform:translateY(-1px)}
    .btn-outline{background:#fff;color:#111;border:1.5px solid #cfd4dc;box-shadow:none}.btn-outline:hover{background:#f7f7f7;color:#111}
    .hamb{display:none;background:none;border:0;width:30px;height:22px;position:relative;cursor:pointer}
    .hamb span{position:absolute;left:0;width:100%;height:3px;background:var(--orange);border-radius:2px;transition:.3s}
    .hamb:hover span{background:var(--orange-dark)}
    .hamb span:nth-child(1){top:0}
    .hamb span:nth-child(2){top:9px}
    .hamb span:nth-child(3){bottom:0}
    .hamb.active span:nth-child(1){transform:rotate(45deg);top:9px}
    .hamb.active span:nth-child(2){opacity:0}
    .hamb.active span:nth-child(3){transform:rotate(-45deg);bottom:10px}
    .hero{position:relative;overflow:hidden;min-height:520px;background:#fff}
    .hero-slider{position:absolute;inset:0;z-index:0;width:100%;height:100%}
    .hero-slider .swiper-wrapper,.hero-slider .swiper-slide{width:100%;height:100%}
    .hero-slide{background-size:cover;background-position:center right}
    .hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.80) 49%,rgba(255,255,255,0) 61%)}
    .hero .container-lg{min-height:520px;position:relative;z-index:2}
    .hero-content{width:min(550px,100%);padding:58px 0 46px;z-index:2}
    .eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:14px}
    h1{font-size:54px;line-height:1.03;font-weight:900;letter-spacing:-.055em;margin:12px 0 18px;color:#17181c;text-transform:uppercase}
    h1 span{color:var(--orange)}
    .lead{font-size:20px;font-weight:800;margin-bottom:21px;color:#25272c}
    .checks{display:flex;gap:28px;flex-wrap:wrap;margin:22px 0 30px}.check{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:700}.check i{width:23px;height:23px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-style:normal;font-size:14px}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:27px}.rating{display:flex;align-items:center;gap:14px}.g svg{width: 35px;height: 35px;}.stars{color:#fbbc04;font-size:21px;letter-spacing:1px}.rating b{font-size:18px}.rating small{display:block;color:#667085;font-weight:600}
    .hero-card{position:absolute;right:0;bottom:36px;background:#1b1c20;color:#fff;width:330px;border:2px solid var(--orange);padding:22px;border-radius:3px;box-shadow:var(--shadow)}
    .hero-card h3{font-size:29px;line-height:1.05;text-transform:uppercase;margin-bottom:14px}.hero-card p{font-weight:700;color:#e8e8e8}.hero-card:after{content:"";background-image: url(../images/logo-w.png);background-repeat: no-repeat;background-size: contain;width: 80px;height:80px;position:absolute;right:22px;top:20px;}
    .section{padding:34px 0 0}.section-title{text-align:center;margin-bottom:22px}.section-title h2{font-size:30px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.section-title p{color:#4b5563;font-weight:500;margin-top:8px}.orange{color:var(--orange)}
    .services{margin-top:18px}.service{background:#fff;border:1px solid var(--line);border-radius:10px;padding:23px 18px;text-align:center;min-height:204px;box-shadow:0 8px 25px rgba(15,23,42,.04);transition:.2s}.service:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .icon{height:54px;margin-bottom:12px;color:var(--orange);font-size:46px;display:grid;place-items:center}.service h3{font-size:17px;margin-bottom:8px;font-weight:900}.service p{font-size:13px;color:#4b5563;font-weight:500}.service a{display:inline-block;color:var(--orange);font-size:13px;font-weight:800;margin-top:14px}
    .wide-services{width:min(660px,100%);margin:18px auto 0}.wide-services .service{display:flex;align-items:center;text-align:left;gap:18px;min-height:112px}.wide-services .icon{margin:0;min-width:72px}
    .features{background:#17181c;color:#fff;padding:20px 0 20px}.features-grid>[class*='col-']{display:flex}.feature{display:flex;align-items: start;gap:20px;padding:24px 22px;border-right:1px solid rgba(255,255,255,.14)} .features-grid > div:nth-child(4) .feature {border: 0;} .feature i{font-size:42px;color:var(--orange);font-style:normal}.feature h4{font-size:18px;margin-bottom:4px}.feature p{font-size:15px;color:#d9d9d9;font-weight:500}
    .feature img{width:80px;height:80px;object-fit:contain}
    .before{padding:60px 0;background:#f8f9fb}
    .before h2{font-size:32px;font-weight:900;margin-bottom:10px}
    .before p{color:#667085;margin-bottom:20px}

    .compare{position:relative;border-radius:14px;overflow:hidden;}

    .compare:after{
      content:'\2194';
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      background:var(--orange);
      color:#fff;
      width:70px;
      height:70px;
      border-radius:50%;
      display:grid;
      place-items:center;
      font-size:26px;
      font-weight:900;
      box-shadow:0 10px 30px rgba(0,0,0,.25);
      z-index:3;
    }

    .shot{
      height:260px;
      position:relative;
      overflow:hidden;
    }

    .shot img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .6s ease;
    }

    .shot:hover img{
      transform:scale(1.08);
    }

    .label{
      position:absolute;
      bottom:15px;
      left:15px;
      background:rgba(0,0,0,.7);
      backdrop-filter:blur(4px);
      color:#fff;
      padding:8px 18px;
      font-weight:800;
      border-radius:30px;
      font-size:13px;
      letter-spacing:.05em;
    }

    .shot:nth-child(2) .label{
      left:auto;
      right:15px;
      background:var(--orange);
    }

    .cta{background:var(--orange);color:#fff;border-radius:0;padding:18px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-title{display:flex;align-items:center;gap:18px}.cta-title i{font-size:55px;font-style:normal}.cta h2{font-size:30px;line-height:1.1;margin-bottom: 10px;}.cta p{font-size:17px;font-weight:700}.cta-actions{display:flex;gap:14px;flex-wrap:wrap}.cta .btn{background:#fff;color:#1b1c20;box-shadow:none}.cta .btn-outline{background:var(--orange);color:#fff;border-color:#fff}

    .blog{padding:60px 0;background:#fff}
    .blog-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(15,23,42,.06);transition:.25s}
    .blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .blog-card img{width:100%;height:210px;object-fit:cover}
    .blog-content{padding:22px}
    .blog-content h3{font-size:20px;line-height:1.25;font-weight:900;margin-bottom:10px;color:#17181c}
    .blog-content p{font-size:14px;color:#667085;margin-bottom:16px}
    .blog-content a{color:var(--orange);font-weight:900;font-size:14px}

    /* GOOGLE REVIEWS SECTION */
    .reviews-section{padding:60px 0;background:#fff}
    .reviews-summary{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:26px}
    .reviews-summary .g svg{width:36px;height:36px}
    .reviews-summary strong{font-size:18px;color:#111}
    .reviews-summary small{display:block;color:#667085;font-weight:600}
    .review-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 8px 25px rgba(15,23,42,.06);transition:.25s ease}
    .review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
    .review-user{display:flex;align-items:center;gap:10px}
    .review-avatar{width:42px;height:42px;border-radius:50%;background:#f2f4f7;color:var(--orange);display:grid;place-items:center;font-weight:900}
    .review-name{font-weight:900;color:#17181c}
    .review-date{font-size:12px;color:#667085;font-weight:600}
    .review-stars{color:#fbbc04;font-size:17px;letter-spacing:1px;white-space:nowrap}
    .review-card p{color:#4b5563;font-size:15px;font-weight:500}
    .reviews-note{text-align:center;margin-top:20px;color:#667085;font-size:14px;font-weight:600}

    /* CONTACT FORM SECTION */
    .contact-section{padding:60px 0;background:#f8f9fb}
    .contact-wrap{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow)}
    .contact-form input,
    .contact-form textarea,
    .contact-form select{
      width:100%;
      border:1px solid #d0d5dd;
      border-radius:8px;
      padding:14px 15px;
      font-family:inherit;
      font-size:15px;
      outline:none;
      background:#fff;
      transition:.2s ease;
    }
    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus{
      border-color:var(--orange);
      box-shadow:0 0 0 3px rgba(233,121,29,.12);
    }
    .contact-form textarea{min-height:140px;resize:vertical}
    .contact-form .btn{width:max-content}

    footer{background:#17181c;color:#fff;padding:28px 0 24px}.foot p,.foot a{color:#d7d7d7;font-size:14px}.foot h4{font-size:15px;margin-bottom:12px}.foot .logo{align-items:flex-start;margin-bottom:10px}.foot .logo-mark{width:50px;height:38px}.foot .logo-text{font-size:29px}.social{display:flex;gap:10px;margin-top:14px}.social a{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#17181c;font-weight:900}
.foot svg{width: 20px;height: 20px;}
.foot p{display: flex;align-items: start;gap: 5px;padding-bottom: 5px;}
    /* Large screens */
    @media (max-width:1680px){
      h1{font-size:45px}
      .hero-content{max-width:520px}
     
      .blog-card img{height:180px}
      .blog-content h3{font-size:18px}
       .blog{padding:50px 0}
       .hero-card h3{font-size:26px}
       .logo img{width: 140px;height: auto;}
       .phone span img{width:22px;height:auto}
       .btn {padding: 13px 20px;font-size: 15px;}
      .phone{font-size: 15px;}    
    
    }
@media  (max-width:1360px) {
  .feature h4{font-size:17px;margin-bottom:4px}.feature p{font-size:14px;color:#d9d9d9;font-weight:500}
   .menu{font-size:15px}
       .logo img {
        width: 121px;
        height: auto;
    }
    .feature img{width:65px;height:65px;}
  
}
    /* Tablet landscape */
    @media (max-width:1024px){
      .menu,.phone,.nav>.btn{display:none}
      .hamb{display:block}
      h1{font-size:42px}
      .hero-content{padding:40px 0}
      .cta-actions{flex-wrap: nowrap;}
    }

    /* Tablet portrait */
    @media (max-width:1000px){
      .hero-card{display:none}
      .checks{gap:16px}
      .cta-actions{display:grid ;grid-template-columns: repeat(1,auto);}
    }

    /* Small tablets */
    @media (max-width:900px){
      h1{font-size:38px}
      .lead{font-size:18px}
      .blog-card img{height:150px}
      .blog-content{padding: 16px 16px 20px;}
      .blog-content p{margin-bottom: 10px;}
      .blog{padding:30px 0}
      .btn{width:max-content;}
      .before{padding:40px 0}
      .before h2{font-size:28px}
      .cta .btn{font-size: 15px;}
      .logo img{width: 130px;height: auto;}
    }

    @media (max-width:650px){
      h1{font-size:32px}
      .hero-content{padding:30px 0}
    
      .blog-content h3{font-size:17px}
      .cta h2{font-size:22px}
      .cta p{font-size:15px}
    }

    
    @media (max-width:720px){
      .hero,.hero .container{min-height:auto}.hero-content{padding:44px 0}.hero-actions,.cta-box,.cta-actions{flex-direction:column;align-items:stretch}.btn{width:100%}h1{font-size:36px}.lead{font-size:17px}.checks{gap:14px}.service{padding:18px 13px}.feature{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.compare:after{display:none}.shot{height:180px}.cta h2{font-size:25px}.section-title h2{font-size:25px}.reviews-section,.contact-section{padding:40px 0}.reviews-summary{align-items:flex-start}.review-head{align-items:flex-start}.contact-wrap{padding:22px}.contact-form .btn{width:100%}
    }
    @media (max-width:430px){.logo-text{font-size:27px}.logo-mark{width:52px;height:39px}h1{font-size:31px}.rating{align-items:flex-start}.g{font-size:31px}}
