/* Base Styles */
.service-hero {
  padding: 2rem 0;
  background: #fff;
  margin-top: 50px;

}

.container {
  
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.content-column {
  flex: 1;
  min-width: 300px;
}

.image-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px; /* Slightly lower than text */
}

/* Typography */
.zip-area {
  color: #666;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #565656;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #444;
  max-width: 500px;
  margin-bottom: 1.5rem;
}

/* Reviews */
.reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2rem 0;
}
.reviews img {
width:40%;


}

.review-text {
  font-weight: 600;
  color: #333;
}

/* Buttons */
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 5px 24px;
  border-radius: 8px;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #ff4d4d;
  color: white;
  border: 2px solid #ff4d4d;
}

.btn-primary:hover {
  background: #c1121f;
  border-color: #c1121f;
}

.btn-secondary {
  background: white;
  color: #333;
  border: 2px solid #333;
}

.btn-secondary:hover {
  background: #f5f5f5;
}

/* Image */
.feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  
  .image-column {
    padding-top: 20px;
  }
  
  h1 {
    font-size: 2rem;
  }
}




/* Unique class names to prevent clashes */
.advantages-section {
  padding: 4rem 0;
  background: #f8fafc;
}

.visual-divider {
  max-width: 200px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.visual-divider img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 0;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-title {
  text-align: center;
  font-size: 2.1rem;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}

.section-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #4a5568;
}

.usp-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.usp-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.usp-card:hover {
  transform: translateY(-5px);
}

.usp-icon {
  text-align: center;
  margin-bottom: 1.5rem;
}

.usp-icon img {
  height: 50px;
  width: auto;
}

.usp-card h3 {
  text-align: center;
  color: #2d3748;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.usp-content p {
  text-align: center;
  color: #4a5568;
  line-height: 1.7;
  font-size: 1rem;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .advantages-section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-intro {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  
  .usp-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .usp-card {
    padding: 1.5rem;
  }
}






  /* Your original unchanged styles */
  .brand-band {
    padding: 2.5rem 1rem;
    background: linear-gradient(to right, #f8f9fa, #fff, #f8f9fa);
    text-align: center;
    border-top: 1px solid #e9ecef;
    
    border-bottom: 1px solid #e9ecef;
  }
  
  .band-wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .band-title {
    
    font-size: 2rem;
    color: #212529;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  
  .band-title em {
    color: #ff4d4d;
    font-style: normal;
    position: relative;
  }
  
  .band-title em:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff4d4d;
  }
  
  .band-tag {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .band-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
  }
  
  .band-item {
    display: inline-block;
    padding: 8px 20px;
    background: white;
    border-radius: 20px;
    font-weight: 500;
    color: #495057;
    width: 150px;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s;
    text-decoration: none;
  }
  
  .band-item.hot {
    background: #fff0f3;
    border-color: #ffccd5;
    color: #ff4d4d;
    font-weight: 600;
  }
  
  .band-item.hot sup {
    color: #ff4d4d;
    font-size: 0.8em;
    margin-left: 3px;
  }
  
  .band-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  /* View More specific styling */
  .band-item.view-more {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px dashed #adb5bd;
    margin-top: 8px;
  }
  
  .band-item.view-more:hover {
    background: #e9ecef;
    color: #495057;
    border-style: solid;
  }
  
  @media (max-width: 640px) {
    .band-title {
      font-size: 1.7rem;
    }
    
    .band-item {
      padding: 6px 14px;
      font-size: 0.9rem;
    }
  }









  .mission-guarantee {
    padding: 4rem 1rem;
    background: #fff;
  }
  
  .mission-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
  }
  
  .mission-content {
    flex: 1;
    min-width: 300px;
  }
  
  .mission-image {
    flex: 1;
    min-width: 300px;
  }
  
  .mission-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
  
  .mission-lead {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
    max-width: 600px;
  }
  
  .guarantee-item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2rem;
    align-items: flex-start;
  }
  
  .guarantee-item h3 {
    font-size: 1.3rem;
    color: #ff4d4d;
    margin-bottom: 0.5rem;
  }
  
  .guarantee-item p {
    color: #555;
    line-height: 1.7;
    margin-top: 0;
  }
  
  .mission-cta {
    margin-top: 2.5rem;
  }
  
  .cta-button {
    display: inline-block;
    background: #ff4d4d;
    color: white;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
  }
  
  .cta-button:hover {
    background: #b3001b;
    transform: translateY(-2px);
  }
  
  .cta-note {
    display: block;
    margin-top: 1rem;
    color: #777;
    font-size: 0.9rem;
  }
  
  @media (max-width: 768px) {
    .mission-container {
      flex-direction: column;
    }
    
    .mission-image {
      order: -1;
      margin-bottom: 2rem;
    }
    
    h2 {
      font-size: 1.8rem;
    }
  }

  /* Add this to your theme CSS to standardize fonts */
/* Add to your main CSS file */
body, h1, h2, h3, .subtitle, .zip-input, .submit-btn, .trust-item span {
  font-family: 'Montserrat', Arial, sans-serif;
}

.service-hero h1 {
  font-size: 2.5rem;
  font-weight: 100;
  
  color: #555;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}

.subtitle {
  font-size: 1.25rem;
  color: #656a73;
  margin-bottom: 2.2rem;
  font-weight: 400;
}

.trust-item span {
  font-size: 1rem;
  color: #444e56;
}

.trust-item span[style*="italic"] {
  color: #656a73;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .service-hero h1 {
    font-size: 1.7rem;
  }
  .subtitle {
    font-size: 1rem;
  }
}

/* ===== Trust Badges ===== */
.trust-badges {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
  align-items: center;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-item img {
  width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

.trust-item img:hover {
  transform: scale(1.05);
}

.trust-item span {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

.trust-item i {
  font-size: 1.5rem;
  color: #ff4d4d;
}

.trust-item a {
  color: #ff4d4d;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.trust-item a:hover {
  color: #c1121f;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .trust-item span {
    font-size: 0.9rem;
  }
}
                /* Hero Section Styles Only */
        .service-hero {
            padding: 40px 0;
            background: #fff;
        }
        
        .service-hero .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 40px;
        }
        
        .service-hero .content-column {
            flex: 1;
            min-width: 300px;
        }
        
        .service-hero .image-column {
            flex: 1;
            min-width: 300px;
        }
        

        
        .service-hero .subtitle {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 2rem;
            max-width: 500px;
        }
        
        .service-hero .zip-form-container {
            max-width: 500px;
        }
        
        .service-hero .form-group {
            display: flex;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .service-hero .zip-input {
            flex: 1;
            padding: 14px 18px;
            border: 1px solid #e0e0e0;
            border-right: none;
            font-size: 1rem;
            outline: none;
        }
        
        .service-hero .zip-input:focus {
            border-color: #ff4d4d;
        }
        
        .service-hero .submit-btn {
            background: #ff4d4d;
            color: white;
            border: none;
            padding: 0 24px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }
        
        .service-hero .submit-btn:hover {
            background: #c1121f;
        }
        
        .service-hero .trust-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: center;
        }
        
        .service-hero .rating {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .service-hero .rating span {
            font-size: 0.9rem;
            color: #555;
        }
        
        .service-hero .phone {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }
        
        .service-hero .phone a {
            color: #ff4d4d;
            font-weight: 600;
            text-decoration: none;
        }
        
        .service-hero .phone a:hover {
            text-decoration: underline;
        }
        
        .service-hero .hero-image {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        /* Responsive Adjustments for Hero Only */
        @media (max-width: 768px) {
            .service-hero .container {
                flex-direction: column;
            }
            
            .service-hero .form-group {
                flex-direction: column;
            }
            
            .service-hero .zip-input {
                border-right: 1px solid #e0e0e0;
                border-bottom: none;
            }
            
            .service-hero .submit-btn {
                padding: 12px;
                justify-content: center;
            }
            
            .service-hero .trust-badges {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .service-hero h1 {
                font-size: 1.8rem;
            }
        }
        
        /* Add this to your existing hero section CSS */
        .error-message {
            color: #d32f2f;
            font-size: 0.9rem;
            margin-top: 10px;
            padding: 8px 12px;
            background-color: #ffebee;
            border-radius: 4px;
            display: none;
        }
        
        .error-message:not(:empty) {
            display: block;
        }
.guarantee-section {
  padding: 60px 20px;
  text-align: center;
  background: #f8f9fa;
}

.guarantee-container {
  max-width: 800px;
  margin: 0 auto;
}

.guarantee-image {
  width: 120px;
  height: auto;
  margin-bottom: 25px;
}

.guarantee-section h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 15px;
}

.guarantee-section p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .guarantee-section h2 {
    font-size: 1.6rem;
  }
  
  .guarantee-section p {
    font-size: 1rem;
  }
}


