
.cta-renovation {
  padding: 35px 20px !important;
  background: #f8f9fa;
}

.cta-renovation h1 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

.cta-renovation p {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 18px;
}

.mbn-review-trust {
  margin-top: 10px;
  font-weight: 600;
}

/* CTA buttons */
.cta-buttons {
  margin-top: 15px;
}

.cta-buttons a {
  display: block;
  width: 100%;
  padding: 15px 18px;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.cta-review-btn {
  background: #fff8e1;
  color: #333;
  border: 2px solid #e6b800;
  font-weight: 700;
}

.cta-main-btn {
  background: #ff6600;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
}

.cta-call-btn {
  background: #0a2540;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-buttons a:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.trust-pills {
  margin-top: 15px;
}

.trust-pills span {
  display: inline-block;
  margin: 5px;
  padding: 7px 12px;
  border-radius: 20px;
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

/* Services */
.img_serv {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

.img_serv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-item:hover .img_serv img {
  transform: scale(1.05);
}

.service_text {
  padding: 15px;
}

/* Section spacing */
#mbn-google-reviews {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.service-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.home-seo-block {
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}

.blog-section,
.blog-section.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.base-header {
  margin-bottom: 20px !important;
}

.base-header h2,
.home-seo-block h2,
.blog-section h2 {
  margin-bottom: 12px !important;
}

.service-section .row,
.blog-section .row {
  margin-top: 0 !important;
}

/* Mobile */
.hero-trust {
  margin-top: 12px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cta-renovation h1 {
    font-size: 24px;
  }

  .cta-renovation p {
    font-size: 16px;
  }
 

  .cta-buttons a {
    font-size: 15px;
    padding: 14px 15px;
 }
}