
*{box-sizing:border-box}
html,body{margin:0;background:#e9edf3;font-family:Arial,Helvetica,sans-serif}
.page-wrap{
  position:relative;
  width:100%;
  margin:0 auto;
  line-height:0;
  box-shadow:0 0 28px rgba(0,0,0,.12);
}
.approved-page{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;z-index:3}
.call-top{left:53.0%;top:0.7%;width:16.8%;height:4.3%}
.email-top{left:70.5%;top:0.7%;width:25.5%;height:4.3%}
.quote-top{left:82.3%;top:2.5%;width:15.6%;height:3.3%}
.call-hero{left:3.3%;top:26.3%;width:17.3%;height:4.3%}
.quote-hero{left:21.9%;top:26.3%;width:17.8%;height:4.3%}

.overlay-form{position:absolute;inset:0;z-index:4;pointer-events:none}
.hidden{display:none}
.f,.submit{
  position:absolute;
  pointer-events:auto;
  border:0;
  background:rgba(255,255,255,.01);
  color:#0d2b60;
  outline:none;
  font-size:clamp(9px,1.05vw,13px);
  line-height:1.2;
  padding:0.55% 0.7%;
}
.f:focus{background:rgba(255,255,255,.92);box-shadow:0 0 0 2px rgba(255,106,0,.45)}
.name{left:31.7%;top:75.9%;width:30.7%;height:2.6%}
.phone{left:64.3%;top:75.9%;width:30.7%;height:2.6%}
.email{left:31.7%;top:79.7%;width:30.7%;height:2.6%}
.address{left:64.3%;top:79.7%;width:30.7%;height:2.6%}
.service{left:31.7%;top:83.5%;width:30.7%;height:2.7%}
.date{left:64.3%;top:83.5%;width:30.7%;height:2.7%}
.description{left:31.7%;top:87.0%;width:40.7%;height:3.6%;resize:none}
.submit{left:73.2%;top:86.7%;width:21.9%;height:3.2%;cursor:pointer;background:transparent}
@media(max-width:700px){
  .page-wrap{width:100vw}
  .f{font-size:8px}
}

.nav-gallery{left:62.5%;top:3.45%;width:6.5%;height:1.5%;}
.nav-reviews{left:69.5%;top:3.45%;width:5.8%;height:1.5%;}
.nav-contact{left:75.6%;top:3.45%;width:5.8%;height:1.5%;z-index:5;}


/* ===== 8 PHOTO GALLERY ===== */

.gallery-section{
    padding:120px 60px;
    background:#ffffff;
    text-align:center;
}

.gallery-section h2{
    margin-bottom:10px;
    font-size:36px;
    font-weight:800;
}

.gallery-subtitle{
    margin:0 auto 30px;
    font-size:18px;
    max-width:700px;
}

.gallery-grid{
    max-width:1200px;
    margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}

.gallery-item{
    background:#ffffff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
}

.gallery-image-wrap{
    width:100%;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.gallery-caption{
    padding:12px;
    font-size:16px;
    font-weight:700;
    text-align:center;
}

/* TABLET */
@media (max-width:900px){
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* PHONE */
@media (max-width:600px){
    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item img{
        height:260px;
    }
}

/* ===== REVIEWS SECTION ===== */

.reviews-section {
    padding: 45px 20px;
    background: #ffffff;
    text-align: center;
    line-height: 1.5;
}

.reviews-section h2 {
    color: #0d2b60;
    font-size: 30px;
    margin: 0 0 8px;
}

.reviews-section > p {
    color: #555555;
    font-size: 16px;
    margin: 0 auto 25px;
}

.review-box {
    max-width: 700px;
    margin: 20px auto;
    padding: 25px 30px;
    background: #ffffff;
    border: 2px solid #0d2b60;
    border-left: 7px solid #f26a21;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    text-align: left;
}

.review-stars {
    color: #f26a21;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.review-text {
    color: #333333;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 15px;
}

.review-name {
    color: #0d2b60;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

/* ===== CUSTOMER REVIEWS ===== */

.reviews-section {
  padding: 25px 8% 55px;
  background: #f5f5f5;
  text-align: center;
}

.reviews-section h2 {
  color: #0d2b60;
  font-size: 32px;
  margin-bottom: 8px;
}

.reviews-subtitle {
  color: #666;
  margin-bottom: 35px;
}

.reviews-grid {
  max-width: 1100px;
  margin: 0 auto;
  column-count:2;
  column-gap:20px;
}


.review-box {
  background: white;
  padding: 28px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  border-top: 5px solid #f47b20;
  break-inside:avoid;
  margin-bottom: 20px;
}

.review-stars {
  color: #f5b301;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.review-text {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-name {
  color: #0d2b60;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}

/* PHONE / SMALL SCREEN */
@media (max-width: 700px) {
  .reviews-grid {
      column-count: 1;
  }

  .reviews-section {
    padding: 40px 20px;
  }
}


/* ===== CONTACT SECTION ===== */

.contact-section {
  padding: 55px 20px;
  background: #0d2b60;
  color: #ffffff;
  text-align: center;
}

.contact-section h2 {
  font-size: 32px;
  margin: 0 0 15px;
  color: #ffffff;
}

.contact-section > p {
  max-width: 700px;
  margin: 0 auto 25px;
  font-size: 17px;
  line-height: 1.6;
}

.contact-info {
  max-width: 700px;
  margin: 0 auto;
  padding: 25px;
  background: #ffffff;
  color: #333333;
  border-top: 5px solid #f47b20;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.contact-info p {
  margin: 12px 0;
  font-size: 17px;
}

.contact-info strong {
  color: #0d2b60;
}

.contact-info a {
  color: #0d2b60;
  font-weight: bold;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* PHONE / SMALL SCREEN */
@media (max-width: 700px) {
  .contact-section {
    padding: 40px 20px;
  }

  .contact-section h2 {
    font-size: 28px;
  }

  .contact-info {
    padding: 20px;
  }
}





