/* General Body Styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #222222; /* Dark Grey/Black for text */
  background-color: #ffffff; /* White background */
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Styles */
header {
  background-color: #ffffff; /* White background for main header area */
}

/* Top Bar Styles */
.top-bar {
  background-color: #146432; /* Dark Green - approximated from visual */
  color: #ffffff; /* White text */
  padding: 10px 0;
  font-size: 0.9em;
}

.top-bar .container {
  text-align: center; /* As per www.theroofmosscleaners.co.uk, it has centered text */
}

/* Main Header Styles */
.main-header {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0; /* Light Grey border */
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container .logo {
  height: 60px; /* Adjust as needed */
  width: auto;
}

/* Navigation Styles */

/* Header Contact Info Styles */

/* Styles for Header Right Content (Reviews + Contact) */

.google-reviews-logo {
  height: 30px; /* Adjust as needed */
  width: auto;
  margin-right: 8px;
}

/* Features Bar Styles */
.features-bar {
  background-color: #f0f0f0; /* Light Grey background, similar to screenshot */
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}

.features-bar .container {
  display: flex;
  justify-content: space-around; /* Distribute items evenly */
  align-items: center;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #222222; /* Dark Grey/Black text */
  margin: 5px 10px; /* Spacing for wrapped items */
}

.feature-item .checkmark {
  color: #33b249; /* Moss Green for checkmarks */
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.2em;
}

/* Hero Section Styles - UPDATED for two-column layout and new testimonial */
.hero-section {
  background-image: url("../images/tree-care-surgeons.webp");
  background-size: cover;
  background-position: center center;
  color: #ffffff; /* White text for contrast */
  padding: 30px 0; /* Reduced padding */
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.7
  ); /* Slightly darker overlay for better contrast with two columns */
  z-index: 1;
}

.hero-section-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ) !important; /* Slightly darker overlay for better contrast with two columns */
  z-index: 1;
}

.hero-section-stump-grinding::before {
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ) !important; /* Slightly darker overlay for better contrast with two columns */
}

.hero-container-flex {
  display: flex;
  align-items: flex-start; /* Align items to the top */
  justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 30px; /* Space between the two columns */
}

.hero-text-content {
  flex-basis: 58%; /* Adjust as needed */
  text-align: left;
}

.hero-text-content h1 {
  font-size: 2.5em; /* Adjusted for two-column layout */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.hero-subheading {
  font-size: 1.1em; /* Adjusted */
  margin-bottom: 25px; /* Increased margin before testimonial */
  text-align: center; /* Centered as requested */
  max-width: 90%; /* Ensure it doesn_t get too wide if text is long */
  margin-left: auto;
  margin-right: auto;
}

/* Testimonial Box Styles (within hero) */
.testimonial-box {
  background-color: #ffffff;
  color: #333333;
  padding: 20px;
  border-radius: 8px;
  margin-top: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.stars {
  color: #ffd700; /* Gold color for stars */
  font-size: 1.1em;
  margin-right: 8px;
}

/* Hero Form Content Styles - UPDATED */
.hero-form-content {
  flex-basis: 38%; /* Adjust as needed */
  background-color: #f0f0f0; /* Light grey background for the form block */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.contact-form-placeholder-hero h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3em; /* Adjusted for new title */
  color: #222222;
  text-align: center;
  line-height: 1.3;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.9em;
  color: #444444;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="file"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
}

.cta-button-form {
  background-color: #ff8c00; /* High-converting Orange */
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.1em;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  margin-bottom: 15px; /* Space before reassurance text */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-button-form:hover {
  background-color: #e67e00; /* Darker Orange on hover */
}

.form-reassurance-text {
  font-size: 0.85em;
  color: #555555;
  text-align: left; /* Align text to left */
  line-height: 1.5;
}

.form-reassurance-text p {
  margin-bottom: 8px;
  display: flex;
  align-items: center; /* Align icon with text */
}

.form-reassurance-text p:last-child {
  margin-bottom: 0;
}

.form-reassurance-text i {
  margin-right: 8px;
  color: #33b249; /* Moss Green for icons */
  width: 16px; /* Ensure icons have consistent width */
  text-align: center;
}

/* Accreditation Section Styles - UPDATED for balanced logos */

/* Specific adjustment for Google Reviews logo if needed to visually match others */

/* Responsive adjustments */
@media (max-width: 992px) {
  /* Tablet and below */
  .main-header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-container-flex {
    flex-direction: column;
    align-items: center; /* Center items when stacked */
    gap: 25px;
  }
  .hero-text-content,
  .hero-form-content {
    flex-basis: 100%; /* Full width when stacked */
    max-width: 600px; /* Limit width for readability */
  }
  .hero-text-content {
    text-align: center; /* Center text when stacked */
  }
  .hero-text-content h1 {
    font-size: 2.2em;
  }
  .hero-subheading {
    font-size: 1em;
    text-align: center; /* Ensure it remains centered */
    max-width: 100%;
  }
  .testimonial-box {
    text-align: left; /* Keep testimonial text left-aligned even if parent is centered */
  }
}

@media (max-width: 768px) {
  .features-bar .container {
    justify-content: flex-start; /* Align to start on smaller screens */
  }
  .feature-item {
    width: calc(
      50% - 20px
    ); /* Two items per row on medium screens, accounting for margin */
    margin: 8px 10px;
  }
}

@media (max-width: 480px) {
  .feature-item {
    width: 100%; /* Full width for each item on very small screens */
    justify-content: flex-start;
    margin: 8px 0;
  }
  .hero-section {
    padding: 40px 0;
  }
  .hero-text-content h1 {
    font-size: 1.9em;
  }
  .hero-subheading {
    font-size: 0.95em;
  }
  .contact-form-placeholder-hero h3 {
    font-size: 1.2em;
  }
  .cta-button-form {
    font-size: 1em;
    padding: 10px 15px;
  }

  .stars {
    font-size: 0.85em;
  }
  .form-reassurance-text {
    font-size: 0.8em;
  }
}

/* ----- New Content Sections from Marlow Website ----- */

/* General Content Section Styling */
.content-section {
  padding: 40px 0;
  border-bottom: 1px solid #f0f0f0; /* Light separator line */
}

.content-section:last-child {
  border-bottom: none;
}

.content-section h2 {
  font-size: 1.8em;
  color: #146432; /* Dark Green for headings */
  margin-bottom: 25px;
  text-align: center;
}

.content-section p,
.content-section ul li {
  font-size: 1em;
  line-height: 1.6;
  color: #333333; /* Dark grey for text */
  margin-bottom: 15px;
}

.content-section ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
}

.content-section strong {
  color: #222222;
}

/* Sections with Image (Two-column layout) */
.with-image .container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.with-image .text-content,
.with-image .image-content {
  flex: 1;
}

.with-image .image-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  aspect-ratio: 5.2 / 4;
  object-fit: cover;
}

.why-choose-us-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 3;
  object-fit: cover;
}

/* Specific order for roof-cleaning-washing and experienced-cleaners */

/* Process View Sections */

/* Pricing Section */

/* Accordion Styles */

/* Styles for sub-accordions (e.g., VIEW OUR PROCESS) */

/* Styles for step-accordions (e.g., 01 RAMS) */

/* FAQ Section Specifics */

/* Reasons Grid (Why Choose Us) */

/* Before & After Gallery */

/* Testimonials Grid (Marlow Page) */

/* Footer Styles */
footer {
  background-color: #222222; /* Dark Grey/Black */
  color: #cccccc; /* Light Grey text */
  padding: 30px 0;
  text-align: center;
  font-size: 0.9em;
}

footer p {
  margin: 5px 0;
}

footer a {
  color: #ffffff; /* White links */
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Responsive adjustments for content sections */
@media (max-width: 768px) {
  .with-image .container {
    flex-direction: column;
  }
  /* Ensure image is first for these specific sections on mobile */

  .content-section h2 {
    font-size: 1.6em;
  }
}

/* New Quote/Steps Section Styling - CORRECTED */

/* Responsive adjustments for the new steps section */
@media (max-width: 1024px) {
  /* Adjust breakpoint for 2 items per row earlier */
}

@media (max-width: 767px) {
  /* Mobile - single column */
}

/* Why Choose Us Section - New Layout */
#why-choose-us .container {
  /* Override default flex direction if any was set previously for this section */
  display: block;
}

.why-choose-us-grid {
  display: flex;
  gap: 30px;
}

.why-choose-us-left {
  flex: 1.2; /* Give a bit more space to the text content */
}

.why-choose-us-left h2 {
  text-align: left; /* Align heading to the left as per screenshot */
  font-size: 2em; /* Match screenshot heading size */
  margin-bottom: 20px;
  color: #146432; /* Dark Green for headings */
}

.why-choose-us-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.image-container {
  position: relative;
  flex: 1;
  border-radius: 8px; /* Rounded corners for images */
  overflow: hidden; /* To ensure labels stay within rounded corners if needed */
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Rounded corners for images */
}

/* Testimonial Box within Why Choose Us */
.testimonial-box-why-choose {
  background-color: #f9f9f9; /* Light grey background */
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}

.testimonial-author-details-why-choose {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative; /* For the info icon */
}

.author-avatar-why-choose {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #146432; /* Green background */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 12px;
}

.author-info-why-choose {
  flex-grow: 1;
}

.author-name-why-choose {
  font-weight: bold;
  display: block;
  font-size: 1em;
  color: #222222;
}

.author-meta-why-choose {
  font-size: 0.85em;
  color: #777777;
}

.author-time-why-choose {
  font-size: 0.85em;
  color: #777777;
  text-align: right;
}

.stars-why-choose {
  color: #ffd700; /* Gold for stars */
  margin-right: 5px;
}

.testimonial-source-icon-why-choose {
  font-size: 1.1em;
  color: #aaaaaa; /* Light grey for info icon */
  margin-left: 10px;
}

.testimonial-text-why-choose {
  font-size: 0.9em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0; /* Remove default p margin if it_s the last element */
}

/* Responsive adjustments for Why Choose Us */
@media (max-width: 992px) {
  .why-choose-us-grid {
    flex-direction: column;
  }
  .why-choose-us-left h2 {
    text-align: center; /* Center heading when stacked */
  }
}

@media (max-width: 768px) {
  .why-choose-us-left h2 {
    font-size: 1.8em;
  }
  .testimonial-box-why-choose {
    padding: 15px;
  }
  .author-avatar-why-choose {
    width: 35px;
    height: 35px;
    font-size: 1em;
  }
  .author-name-why-choose {
    font-size: 0.95em;
  }
  .author-meta-why-choose,
  .author-time-why-choose {
    font-size: 0.8em;
  }
  .testimonial-text-why-choose {
    font-size: 0.85em;
  }
  .image-container {
    margin-bottom: 10px; /* Add space when stacked */
  }
  .image-container:last-child {
    margin-bottom: 0;
  }
}

/* Hero Accreditation Logos */
.hero-accreditation-logos {
  display: flex;
  justify-content: center; /* Center the logos container */
  align-items: center;
  margin-top: 20px; /* Space above the logos */
  gap: 20px; /* Space between logos */
  position: relative; /* Ensure it's part of the stacking context */
  z-index: 3; /* Ensure it's above the overlay */
}

.hero-logo {
  height: 40px; /* Adjust size as needed */
  width: auto;
  opacity: 1; /* Full opacity to ensure visibility */
}

/* New Testimonial Card Styles */
.testimonial-card-grid {
  display: grid;
  grid-template-columns: 1fr; /* Each testimonial takes full width initially */
  gap: 30px; /* Space between testimonial cards */
}

.testimonial-card-modern {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden; /* Ensure rounded corners are respected by children */
}

.testimonial-card-modern-content {
  padding: 25px;
  flex: 1; /* Takes up available space */
  display: flex;
  flex-direction: column;
}

.testimonial-card-modern-content h3 {
  font-size: 1.4em;
  color: #222222;
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonial-text-modern {
  font-size: 0.95em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 20px;
  flex-grow: 1; /* Allows text to take up space before author details */
}

.testimonial-author-details-modern {
  display: flex;
  align-items: center;
  margin-top: auto; /* Pushes to the bottom of the content area */
}

.author-initial-badge {
  position: relative;
  margin-right: 12px;
}

.initial-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #146432; /* Dark Green from site */
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
}

.google-g-logo-testimonial {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.author-info-modern {
  flex-grow: 1;
}

.author-name-modern {
  font-weight: bold;
  font-size: 1em;
  color: #222222;
  display: block;
}

.author-date-modern {
  font-size: 0.9em;
  color: #777777;
  display: block;
  margin-top: 2px;
}

.author-rating-modern {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.stars-modern {
  color: #ffd700; /* Gold color for stars */
  font-size: 1.1em;
  margin-right: 8px;
}

.verified-badge-modern {
  background-color: #e6f5e8; /* Light green from reference */
  color: #33b249; /* Moss green text */
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
}

/* Responsive adjustments for modern testimonials */
@media (max-width: 768px) {
  .testimonial-card-modern {
    flex-direction: column;
  }
  .testimonial-card-modern-content h3 {
    font-size: 1.2em;
  }
  .testimonial-text-modern {
    font-size: 0.9em;
  }
  .author-initial-badge {
    margin-right: 10px;
  }
  .initial-circle {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
  }
  .google-g-logo-testimonial {
    width: 16px;
    height: 16px;
  }
}

/* Image Comparison Slider CSS */

/* Ensure images are same dimensions for best effect */

/* Before/After Slider Styles */

/* Central vertical line in the handle */

/* Arrows using pseudo-elements ::before and ::after */

/* Left arrow */

/* Right arrow */

/* Roof Washing Gallery Styles */

/* Responsive adjustments for the gallery if needed */

/* Roof Washing Gallery 2x2 Styles */

.gallery-image-2x2 {
  width: 50%; /* Each image takes half the row width */
  height: auto;
  aspect-ratio: 4 / 3 !important; /* Maintain a consistent aspect ratio, adjust as needed */
  object-fit: cover !important; /* Ensure images fill the space nicely without distortion */
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer; /* Indicate images are clickable */
  transition: transform 0.2s ease-in-out;
}

.gallery-image-2x2:hover {
  transform: scale(1.03);
}

/* Lightbox Modal Styles */

@keyframes lightboxZoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Responsive adjustments for the 2x2 gallery */
@media (max-width: 600px) {
  .gallery-image-2x2 {
    width: 100%; /* Full width when stacked */
    margin-bottom: 10px; /* Add some space when stacked */
  }
}

/* CTA Buttons for Roof Washing Section */

/* Responsive adjustments for larger screens */

/* Service Area Location Details & CTAs */

/* Service Area Location Accordions */

/* Payment and Guarantee Section */

/* Responsive adjustments for smaller screens */

/* Payment and Guarantee Section - Background Update */

/* Payment and Guarantee Section - Info Card Styles */

/* Ensure columns in the two-column-layout have some gap */

/* Responsive adjustments for the payment-guarantee cards */

/* Sticky Conversion Bar Styles */
#sticky-conversion-bar {
  position: fixed;
  top: -100px; /* Initially hidden off-screen */
  left: 0;
  width: 100%;
  background-color: #146432; /* Dark Green from top-bar */
  padding: 10px 0;
  z-index: 1000; /* Ensure it's above other content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease-in-out;
  text-align: center; /* Center buttons if they don't fill width */
}

#sticky-conversion-bar .container {
  display: flex;
  justify-content: center; /* Center buttons in the container */
  align-items: center;
  gap: 15px; /* Space between buttons */
}

.sticky-call-btn,
.sticky-quote-btn {
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 0.9em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sticky-call-btn {
  background-color: #33b249; /* Light Moss Green */
}

.sticky-call-btn:hover {
  background-color: #288a3a; /* Darker Light Moss Green */
}

.sticky-quote-btn {
  background-color: #ff8c00; /* Orange from hero form CTA */
}

.sticky-quote-btn:hover {
  background-color: #e67e00; /* Darker Orange */
}

/* Responsive adjustments for sticky bar buttons if needed */
@media (max-width: 480px) {
  #sticky-conversion-bar .container {
    flex-direction: column; /* Stack buttons on very small screens */
    gap: 8px;
  }
  .sticky-call-btn,
  .sticky-quote-btn {
    width: 80%; /* Make buttons take more width when stacked */
    max-width: 280px;
    font-size: 0.85em;
    padding: 8px 15px;
  }
}

/* Sticky Conversion Bar Styles */
#sticky-conversion-bar {
  position: fixed;
  top: -150px; /* Initially hidden off-screen, increased to accommodate potentially taller bar */
  left: 0;
  width: 100%;
  background-color: #146432; /* Dark Green from top-bar */
  padding: 10px 0;
  z-index: 1000; /* Ensure it's above other content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease-in-out;
  text-align: center;
}

#sticky-conversion-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Adjusted gap for more items */
  flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.sticky-call-btn,
.sticky-quote-btn {
  padding: 8px 15px; /* Slightly reduced padding for better fit with more items */
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 0.85em; /* Slightly reduced font size */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap; /* Prevent button text from wrapping */
}

.sticky-call-btn {
  background-color: #33b249; /* Light Moss Green */
}

.sticky-call-btn:hover {
  background-color: #288a3a; /* Darker Light Moss Green */
}

.sticky-quote-btn {
  background-color: #ff8c00; /* Orange from hero form CTA */
}

.sticky-quote-btn:hover {
  background-color: #e67e00; /* Darker Orange */
}

.sticky-logos-container {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between logos */
}

.sticky-bar-logo {
  height: 22px; /* Resize logos to be small */
  width: auto;
  max-width: 60px; /* Prevent any single logo from being too wide */
  vertical-align: middle; /* Align logos nicely with text if they were inline */
}

/* Responsive adjustments for sticky bar */
@media (max-width: 768px) {
  /* Adjust breakpoint for more items */
  #sticky-conversion-bar .container {
    gap: 8px;
  }
  .sticky-call-btn,
  .sticky-quote-btn {
    font-size: 0.8em;
    padding: 8px 12px;
  }
  .sticky-bar-logo {
    height: 20px;
  }
}

@media (max-width: 580px) {
  /* Point at which logos might need to be more flexible or buttons stack */
  #sticky-conversion-bar .container {
    flex-direction: column; /* Stack all items */
    gap: 10px;
  }
  .sticky-call-btn,
  .sticky-quote-btn {
    width: 90%;
    max-width: 300px;
    font-size: 0.85em;
  }
  .sticky-logos-container {
    order: -1; /* Optionally move logos above buttons when stacked */
    margin-bottom: 5px; /* Add some space if logos are above */
  }
}

/* Bottom CTA Bar Styles */

.bottom-cta-quote-btn,
.bottom-cta-call-btn {
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.bottom-cta-quote-btn {
  background-color: #ff8c00; /* Orange - consistent with hero form CTA */
  color: #ffffff;
}

.bottom-cta-quote-btn:hover {
  background-color: #e67e00; /* Darker Orange */
}

.bottom-cta-call-btn {
  background-color: #33b249; /* Light Moss Green - consistent with sticky bar call button */
  color: #000000; /* Black text for better contrast */
}

.bottom-cta-call-btn:hover {
  background-color: #288a3a; /* Darker Light Moss Green */
}

/* Responsive adjustments for Bottom CTA Bar */
@media (max-width: 768px) {
  .bottom-cta-quote-btn,
  .bottom-cta-call-btn {
    width: 100%;
    max-width: 320px; /* Max width for stacked buttons */
  }
}

/* Bottom CTA Bar V2 Styles (3-Column) */
.bottom-cta-bar-section-v2 {
  background-color: #146432; /* Dark Green */
  color: #ffffff;
  padding: 40px 20px;
}

.bottom-cta-bar-section-v2 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* Align items to the top */
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.bottom-cta-column {
  flex: 1; /* Distribute space equally by default */
}

.bottom-cta-column-left {
  flex-basis: 30%; /* Adjust as needed */
  text-align: left;
}

.bottom-cta-column-left h2 {
  font-size: 1.6em; /* Slightly smaller to fit if needed */
  margin-bottom: 0;
  line-height: 1.3;
}

.bottom-cta-column-center {
  flex-basis: 35%; /* Adjust as needed */
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bottom-cta-column-center p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0;
}

.bottom-cta-column-right {
  flex-basis: 30%; /* Adjust as needed */
  text-align: left;
}

.bottom-cta-column-right .form-intro-text {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 15px;
}

.bottom-cta-form .form-group {
  margin-bottom: 10px;
}

.bottom-cta-form input[type="text"],
.bottom-cta-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc; /* Match hero form style */
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.9em;
  background-color: #ffffff; /* Match hero form style */
  color: #333; /* Match hero form style */
}

.bottom-cta-form input[type="text"]::placeholder,
.bottom-cta-form input[type="tel"]::placeholder {
  color: #999; /* Match hero form style */
}

.bottom-cta-call-btn {
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  background-color: #33b249; /* Light Moss Green */
  color: #000000; /* Black text for better contrast */
  display: inline-block; /* To control width if needed or for alignment */
  width: auto; /* Or specify width if needed */
}

.bottom-cta-call-btn:hover {
  background-color: #288a3a; /* Darker Light Moss Green */
}

.bottom-cta-submit-btn {
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  background-color: #ff8c00; /* Orange - consistent with hero form CTA */
  color: #ffffff;
}

.bottom-cta-submit-btn:hover {
  background-color: #e67e00; /* Darker Orange */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive adjustments for 3-Column Bottom CTA Bar */
@media (max-width: 992px) {
  /* Tablet breakpoint */
  .bottom-cta-bar-section-v2 .container {
    flex-direction: column;
    align-items: center; /* Center items when stacked */
    text-align: center;
  }
  .bottom-cta-column {
    flex-basis: 100% !important; /* Full width for all columns */
    margin-bottom: 20px;
    max-width: 500px; /* Max width for centered content */
  }
  .bottom-cta-column:last-child {
    margin-bottom: 0;
  }
  .bottom-cta-column-left h2,
  .bottom-cta-column-center p,
  .bottom-cta-column-right .form-intro-text {
    text-align: center;
  }
  .bottom-cta-column-center {
    align-items: center; /* Center the button */
  }
}

@media (max-width: 576px) {
  /* Mobile breakpoint */
  .bottom-cta-column-left h2 {
    font-size: 1.4em;
  }
  .bottom-cta-column-center p {
    font-size: 0.95em;
  }
  .bottom-cta-form input[type="text"],
  .bottom-cta-form input[type="tel"],
  .bottom-cta-call-btn,
  .bottom-cta-submit-btn {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}

/* === Appended/Corrected CTA Bar Button Styles === */
.bottom-cta-bar .cta-buttons-content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-cta-bar .cta-button {
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: transparent; /* Base, will be overridden by specific button styles */
}

.bottom-cta-bar .cta-quote-btn {
  background-color: #ff8c00; /* High-converting Orange */
  color: #ffffff !important; /* Ensure text color is white */
  border-color: #ff8c00;
}

.bottom-cta-bar .cta-quote-btn:hover {
  background-color: #e67e00; /* Darker Orange */
  transform: translateY(-2px);
}

.bottom-cta-bar .cta-call-btn {
  background-color: #33b249; /* Moss Green */
  color: #ffffff !important; /* Ensure text color is white */
  border-color: #33b249;
}

.bottom-cta-bar .cta-call-btn:hover {
  background-color: #29903b; /* Darker Moss Green */
  transform: translateY(-2px);
}

/* Responsive adjustments for Bottom CTA Bar layout and buttons */
@media (min-width: 769px) {
  .bottom-cta-bar .cta-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .bottom-cta-bar .cta-text-content {
    flex-basis: 60%;
  }
  .bottom-cta-bar .cta-text-content h2,
  .bottom-cta-bar .cta-text-content p {
    margin-left: 0;
    margin-right: 0;
  }
  .bottom-cta-bar .cta-buttons-content {
    flex-basis: 35%;
    justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  .bottom-cta-bar .cta-buttons-content .cta-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .bottom-cta-bar .cta-buttons-content .cta-button:last-child {
    margin-bottom: 0;
  }
}
/* === End of Appended/Corrected CTA Bar Button Styles === */

/* === Specific Style for Mid-Page CTA Bar Background === */
#mid-page-cta-bar {
  background-color: #146432 !important; /* Dark Green */
  color: #ffffff !important; /* White text for better contrast on green background */
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px; /* Added padding */
  padding-bottom: 20px; /* Added padding */
}

/* Accordion and Service Buttons Section - New Layout (v4 - Invisible Accordion) */

/* Accordion Button Styling - Green with Centered H2 Text */

/* Service buttons remain green */

@media (max-width: 768px) {
  .main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Ensure mobile-nav positions relative to this */
  }
}

/* Hamburger Menu Styles */

.hamburger-icon {
  /* This is the button */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Use space-between for more distinct spacing */
  width: 30px;
  height: 21px; /* 3px per line * 3 lines + 2 * 3px space between = 15px. Let's try 21px for 3px lines and 6px gaps. */
  outline: none;
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #222222; /* Ensure this color is visible */
  border-radius: 1px; /* Slight rounding */
  transition: all 0.3s ease-in-out;
}

/* Animation for active state (X icon) */
.hamburger-icon.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg); /* Adjusted for 3px height and 6px gap */
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg); /* Adjusted */
}

/* Mobile Navigation Styles */
/* End of Hamburger Menu Styles */
/* Sticky Conversion Bar Styles */
.sticky-conversion-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #146432; /* Dark Green to match site theme */
  color: #ffffff;
  padding: 10px 0;
  z-index: 1000; /* Ensure it stays above other content */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%); /* Start off-screen */
}

.sticky-conversion-bar-hidden {
  transform: translateY(-100%); /* Hide off-screen */
}

.sticky-conversion-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sticky-logos-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sticky-bar-logo {
  height: 30px;
  width: auto;
}

.cta-button {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}

.sticky-call-btn {
  background-color: #33b249; /* Moss Green */
  color: #ffffff;
}

.sticky-call-btn:hover {
  background-color: #2a9a3e; /* Darker shade on hover */
}

.sticky-quote-btn {
  background-color: #ff8c00; /* High-converting Orange */
  color: #ffffff;
}

.sticky-quote-btn:hover {
  background-color: #e67e00; /* Darker Orange on hover */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .sticky-logos-container {
    display: none; /* Hide logos on medium screens */
  }

  .sticky-conversion-bar .container {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .sticky-conversion-bar {
    padding: 8px 0;
  }

  .cta-button {
    padding: 6px 12px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .sticky-conversion-bar .container {
    flex-direction: column;
    gap: 8px;
  }

  .cta-button {
    width: 100%;
    margin: 2px 0;
  }
}

/* ===== CONTAINER WIDTH FIXES ===== */
html body .container,
html body div.container,
html body section .container,
html body main .container,
html body header .container,
html body footer .container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 769px) {
  .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  section,
  .content-section,
  .hero-section,
  .main-header,
  .top-bar,
  footer {
    width: 100% !important;
  }

  @media (min-width: 1400px) {
    body {
      background-color: #f5f5f5 !important;
    }

    main {
      max-width: 1400px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      background-color: #fff !important;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    }
  }
}

/* ===== MOBILE HEADER FIX - Header stays fixed, dropdown appears over content ===== */

@media (max-width: 768px) {
  /* Green underline */
  .main-header:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #4a8c4a !important;
  }

  /* Header container */
  .main-header .container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 15px !important;
    position: relative !important;
  }

  /* Mobile hamburger positioning */
  .mobile-hamburger {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    z-index: 1002 !important; /* Higher than header */
  }

  /* Mobile dropdown - appears OVER the content below */
  .mobile-dropdown-menu {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 3px) !important; /* Account for green underline */
    right: 0 !important;
    background-color: white !important;
    min-width: 220px !important;
    max-width: 280px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important; /* Stronger shadow */
    border-radius: 0 0 6px 6px !important; /* Only bottom corners rounded */
    z-index: 1001 !important; /* Above content, below hamburger */
    border: 1px solid #e0e0e0 !important;
    border-top: none !important; /* No top border since it connects to header */
    overflow: hidden !important;
  }

  .mobile-dropdown-menu.show {
    display: block !important;
  }

  /* Ensure dropdown stays within viewport */
  .mobile-dropdown-menu {
    right: 15px !important; /* Match container padding */
  }

  /* Menu items styling */
  .mobile-dropdown-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
  }

  .mobile-dropdown-menu ul li {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .mobile-dropdown-menu ul li:last-child {
    border-bottom: none !important;
  }

  .mobile-dropdown-menu ul li a {
    display: block !important;
    padding: 15px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    background: white !important;
  }

  .mobile-dropdown-menu ul li a:hover,
  .mobile-dropdown-menu ul li a:active {
    background-color: #f8f9fa !important;
    color: #4a8c4a !important;
  }

  /* Ensure body content starts below fixed header */
  body {
    padding-top: 0 !important; /* Remove any existing padding */
  }

  /* Add space for the sticky header if needed */
  .hero-section,
  .features-bar {
    position: relative !important;
    z-index: 1 !important; /* Below dropdown menu */
  }
}

/* For very small screens, adjust dropdown width */
@media (max-width: 480px) {
  .mobile-dropdown-menu {
    right: 10px !important;
    max-width: calc(100vw - 20px) !important;
  }
}

/* Ensure desktop header remains normal */
@media (min-width: 769px) {
  .main-header {
    position: relative !important; /* Not sticky on desktop */
    top: auto !important;
    box-shadow: none !important;
  }
}
/* ===== LOGO SCALING FIXES ===== */
html body .logo-container .logo {
  height: 109px !important;
  width: auto !important;
}

html body header .logo-container .logo,
html body .main-header .logo-container .logo {
  height: 109px !important;
  width: auto !important;
}

@media (max-width: 768px) {
  html body .logo-container .logo,
  html body header .logo-container .logo,
  html body .main-header .logo-container .logo {
    height: 77px !important;
    width: auto !important;
  }
}

@media (max-width: 480px) {
  html body .logo-container .logo,
  html body header .logo-container .logo,
  html body .main-header .logo-container .logo {
    height: 63px !important;
    width: auto !important;
  }
}

html body .logo-container {
  height: auto !important;
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
}

html body .logo-container .logo {
  max-width: none !important;
  max-height: 109px !important;
  object-fit: contain !important;
  display: block !important;
}

/* ===== ACCREDITATION LOGOS ===== */
.hero-accreditation-logos img {
  width: auto !important;
  height: auto !important;
  max-width: 100px !important;
  max-height: 60px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .hero-accreditation-logos img {
    max-width: 70px !important;
    max-height: 45px !important;
  }
}

@media (max-width: 480px) {
  .hero-accreditation-logos img {
    max-width: 60px !important;
    max-height: 40px !important;
  }
}

.hero-accreditation-logos {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  width: 100% !important;
  margin: 15px auto !important;
}

/* ===== FEATURES BAR MOBILE FIX ===== */
@media (max-width: 768px) {
  .features-bar {
    padding: 15px 0 !important;
  }

  .features-bar .container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 0 10px !important;
  }

  .feature-item {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 8px 5px !important;
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
  }

  .feature-item .checkmark {
    color: #4a8c4a !important;
    font-size: 1.2rem !important;
    margin-right: 5px !important;
    flex-shrink: 0 !important;
  }
}

@media (max-width: 480px) {
  .feature-item {
    font-size: 0.8rem !important;
    padding: 6px 4px !important;
  }

  .features-bar .container {
    gap: 8px !important;
  }
}

/* ===== GREEN ACCORDION HEADINGS ===== */

/* ===== MOBILE LAYOUT FIXES ===== */

/* ===== ROOF WASHING GALLERY 2X2 ===== */

/* ===== ROOF MOSS REMOVAL IMAGE FIX ===== */
@media (max-width: 768px) {
  #gutter-cleaning .image-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 200px !important;
    overflow: visible !important;
  }
}

/* ===== SINGLE COLUMN SECTIONS ON MOBILE ===== */
@media (max-width: 768px) {
  #gutter-cleaning.content-section.with-image .container,
  #service-area.content-section.with-image .container {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  #gutter-cleaning.content-section.with-image .container > div,
  #service-area.content-section.with-image .container > div {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #gutter-cleaning.content-section.with-image .container,
  #service-area.content-section.with-image .container {
    grid-template-columns: 1fr !important;
  }

  .content-section.with-image .text-content,
  .content-section.with-image .image-content {
    margin-bottom: 20px !important;
  }

  .content-section.with-image img {
    max-width: 100% !important;
    height: auto !important;
  }

  #gutter-cleaning .text-content,
  #service-area .text-content {
    order: 1 !important;
  }

  #gutter-cleaning .image-content,
  #service-area .image-content {
    order: 2 !important;
  }
}

@media (max-width: 480px) {
  #gutter-cleaning.content-section.with-image .container,
  #service-area.content-section.with-image .container {
    padding: 0 !important;
  }

  .content-section.with-image .text-content,
  .content-section.with-image .image-content {
    padding: 0 10px !important;
  }
}

/* ===== HAMBURGER MENU CSS - FINAL FIX ===== */

/* Base hamburger icon styles - REMOVED all: unset */
.hamburger-icon {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30px !important;
  height: 20px !important;
  cursor: pointer !important;
  padding: 2px 0 !important;
  box-sizing: border-box !important;
}

.hamburger-icon span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background-color: #333 !important;
  border-radius: 1px !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}

/* Desktop hamburger container */
.desktop-hamburger {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  z-index: 1001 !important;
  cursor: pointer !important;
}

/* Desktop dropdown menu */
.dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  background-color: white !important;
  min-width: 270px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 6px !important;
  z-index: 1000 !important;
  border: 1px solid #e0e0e0 !important;
  overflow: hidden !important;
}

.dropdown-menu.show {
  display: block !important;
}

/* Mobile hamburger container */
.mobile-hamburger {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  z-index: 1001 !important;
  cursor: pointer !important;
}

/* ===== MOBILE HAMBURGER SCROLL FIX - Replace the mobile dropdown CSS with this ===== */

/* Mobile Dropdown Menu - Fixed for Scroll Issues */
.mobile-dropdown-menu {
  display: none;
  position: absolute !important; /* Make sure it's absolute, not fixed */
  top: 100% !important;
  right: 0 !important;
  background-color: white !important;
  min-width: 220px !important;
  max-width: 300px !important; /* Fixed max-width instead of vw */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 6px !important;
  z-index: 1000 !important;
  border: 1px solid #e0e0e0 !important;
  overflow: visible !important; /* Changed from hidden to visible */
  margin-top: 10px !important;
}

.mobile-dropdown-menu.show {
  display: block !important;
}

/* Ensure mobile hamburger container doesn't interfere with scroll */
.mobile-hamburger {
  position: relative !important; /* Not fixed */
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  z-index: 1001 !important;
}

/* Fix for mobile body scroll - ensure no interference */
@media (max-width: 768px) {
  /* Prevent any overflow issues on mobile */
  .main-header {
    position: relative !important; /* Not fixed */
    overflow: visible !important;
  }

  .main-header .container {
    overflow: visible !important;
    position: relative !important;
  }

  /* Make sure dropdown doesn't create scroll issues */
  .mobile-dropdown-menu {
    position: absolute !important;
    /* Remove any viewport units that might cause issues */
    width: auto !important;
    min-width: 200px !important;
    max-width: 280px !important;
  }

  /* Ensure body can still scroll when menu is open */
  body {
    overflow-x: hidden !important; /* Hide horizontal scroll */
    overflow-y: auto !important; /* Allow vertical scroll */
  }

  /* Make sure the dropdown doesn't extend beyond viewport */
  .mobile-dropdown-menu {
    right: 15px !important; /* Match container padding */
    left: auto !important;
  }
}

/* Alternative positioning for very small screens */
@media (max-width: 480px) {
  .mobile-dropdown-menu {
    right: 10px !important;
    max-width: calc(100vw - 40px) !important; /* Account for margins */
  }
}

/* Ensure clicking menu items doesn't break scroll */
.mobile-dropdown-menu ul li a {
  display: block !important;
  padding: 15px 20px !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  background: white !important;
  /* Ensure links don't interfere with touch scrolling */
  touch-action: manipulation !important;
}

.mobile-dropdown-menu ul li a:hover,
.mobile-dropdown-menu ul li a:active {
  background-color: #f8f9fa !important;
  color: #4a8c4a !important;
}

/* Dropdown menu lists */
.dropdown-menu ul,
.mobile-dropdown-menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: white !important;
}

.dropdown-menu ul li,
.mobile-dropdown-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.dropdown-menu ul li:last-child,
.mobile-dropdown-menu ul li:last-child {
  border-bottom: none !important;
}

.dropdown-menu ul li a,
.mobile-dropdown-menu ul li a {
  display: block !important;
  padding: 12px 20px !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  background: white !important;
}

.dropdown-menu ul li a:hover,
.mobile-dropdown-menu ul li a:hover,
.mobile-dropdown-menu ul li a:active {
  background-color: #f8f9fa !important;
  color: #4a8c4a !important;
}

/* Mobile specific styles */
.mobile-dropdown-menu ul li a {
  padding: 15px 20px !important;
  font-size: 16px !important;
}

/* Responsive display rules */
@media (min-width: 769px) {
  .desktop-hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-hamburger {
    display: none !important;
  }

  .mobile-dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-hamburger {
    display: none !important;
  }

  .dropdown-menu {
    display: none !important;
  }

  .mobile-hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
  }

  /* Force mobile hamburger to stay visible */
  .mobile-hamburger,
  .mobile-hamburger .hamburger-icon,
  .mobile-hamburger .hamburger-icon span {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }

  .mobile-hamburger .hamburger-icon span {
    display: block !important;
  }
}

/* Ensure hamburger icons don't get hidden by other styles */
html body .hamburger-icon,
html body .desktop-hamburger .hamburger-icon,
html body .mobile-hamburger .hamburger-icon {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .hamburger-icon span,
html body .desktop-hamburger .hamburger-icon span,
html body .mobile-hamburger .hamburger-icon span {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Fix for any potential z-index conflicts */
.desktop-hamburger,
.mobile-hamburger {
  z-index: 1001 !important;
}

.dropdown-menu,
.mobile-dropdown-menu {
  z-index: 1000 !important;
}

/* ===== HEADER STYLES - FIXED VERSION ===== */

/* Top bar */
.top-bar {
  background-color: #4a8c4a;
  color: white;
  padding: 10px 0;
}

.top-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main header */
.main-header {
  background-color: white;
  padding: 15px 0;
  position: relative;
}

.main-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4a8c4a;
}

/* DESKTOP HEADER LAYOUT */
@media (min-width: 769px) {
  .main-header .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 15px !important;
    flex-wrap: nowrap !important;
  }

  /* Logo container - left side */
  .logo-container {
    flex: 0 0 auto !important;
    margin-right: auto !important;
    order: 1 !important;
  }

  .logo-container .logo {
    height: 78px !important;
    width: auto !important;
  }

  /* Right-aligned elements container */
  .header-right-elements {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 30px !important;
    flex: 0 1 auto !important;
    order: 2 !important;
  }

  /* Google Reviews styling */
  .desktop-google-reviews {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .desktop-google-reviews .google-logo-container {
    display: flex !important;
    align-items: center !important;
    margin-right: 15px !important;
  }

  .desktop-google-reviews .google-logo {
    height: auto !important;
    width: 120px !important;
  }

  .desktop-google-reviews .reviews-text-container {
    display: flex !important;
    flex-direction: column !important;
    color: #666 !important;
    font-size: 14px !important;
  }

  .desktop-google-reviews .reviews-text-top {
    margin-bottom: 2px !important;
  }

  .desktop-google-reviews .reviews-text-bottom {
    font-weight: bold !important;
    color: #000 !important;
  }

  /* Call section styling */
  .desktop-call-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .desktop-call-section .call-text {
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }

  .desktop-call-section .phone-number {
    color: #4a8c4a !important;
    font-size: 32px !important;
    font-weight: bold !important;
    text-decoration: none;
  }

  /* Desktop hamburger styling */
  .desktop-hamburger {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 1001 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* HIDE ALL MOBILE ELEMENTS ON DESKTOP */
  .mobile-phone-icon,
  .google-reviews-mobile,
  .mobile-hamburger,
  .mobile-dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* MOBILE HEADER LAYOUT */
@media (max-width: 768px) {
  /* HIDE ALL DESKTOP ELEMENTS ON MOBILE */
  .header-right-elements,
  .desktop-google-reviews,
  .desktop-call-section,
  .desktop-hamburger,
  .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .main-header .container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 15px !important;
    flex-wrap: nowrap !important;
  }

  /* Logo container */
  .logo-container {
    flex: 1 !important;
    margin-right: 0 !important;
    order: 1 !important;
  }

  .logo-container .logo {
    height: 65px !important;
    width: auto !important;
  }

  /* Mobile phone icon */
  .mobile-phone-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 !important;
    order: 2 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-phone-icon a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #4a8c4a !important;
    border-radius: 50% !important;
    text-decoration: none !important;
  }

  .mobile-phone-icon i {
    font-size: 24px !important;
    color: white !important;
  }

  /* Mobile Google reviews */
  .google-reviews-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    color: #333 !important;
    flex: 1 !important;
    text-align: right !important;
    order: 3 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .google-reviews-mobile .google-logo {
    height: auto !important;
    width: 100px !important;
    margin-bottom: 5px !important;
  }

  .google-reviews-mobile .reviews-count {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-top: 2px !important;
  }

  /* Mobile hamburger */
  .mobile-hamburger {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex: 0.5 !important;
    order: 4 !important;
    position: relative !important;
    z-index: 1001 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .logo-container .logo {
    height: 58px !important;
  }

  .mobile-phone-icon a {
    width: 45px !important;
    height: 45px !important;
  }

  .mobile-phone-icon i {
    font-size: 20px !important;
  }

  .google-reviews-mobile .google-logo {
    width: 90px !important;
  }

  .google-reviews-mobile .reviews-count {
    font-size: 12px !important;
  }

  .mobile-hamburger .hamburger-icon {
    width: 22px !important;
    height: 16px !important;
  }
}

/* Force visibility rules with high specificity */
@media (min-width: 769px) {
  html body .main-header .container .header-right-elements,
  html body .main-header .container .desktop-google-reviews,
  html body .main-header .container .desktop-call-section,
  html body .main-header .container .desktop-hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body .main-header .container .mobile-phone-icon,
  html body .main-header .container .google-reviews-mobile,
  html body .main-header .container .mobile-hamburger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  html body .main-header .container .mobile-phone-icon,
  html body .main-header .container .google-reviews-mobile,
  html body .main-header .container .mobile-hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body .main-header .container .header-right-elements,
  html body .main-header .container .desktop-google-reviews,
  html body .main-header .container .desktop-call-section,
  html body .main-header .container .desktop-hamburger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* ===== REST OF YOUR EXISTING CSS CONTINUES BELOW ===== */
/* Add any other CSS you have from your original file below this line */

/* ===== SIMPLE HAMBURGER MENU CSS - ADD THIS TO YOUR EXISTING CSS ===== */

/* Hamburger Icon - Three Lines */
.hamburger-icon {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30px !important;
  height: 20px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hamburger-icon span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background-color: #333 !important;
  border-radius: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Desktop Hamburger Container */
.desktop-hamburger {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  z-index: 1001 !important;
}

/* Mobile Hamburger Container */
.mobile-hamburger {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  z-index: 1001 !important;
}

/* Desktop Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1000;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  margin-top: 10px;
}

.dropdown-menu.show {
  display: block !important;
}

/* Mobile Dropdown Menu */
.mobile-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 220px;
  max-width: 90vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1000;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  margin-top: 10px;
}

.mobile-dropdown-menu.show {
  display: block !important;
}

/* Dropdown Menu Items */
.dropdown-menu ul,
.mobile-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
}

.dropdown-menu ul li,
.mobile-dropdown-menu ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu ul li:last-child,
.mobile-dropdown-menu ul li:last-child {
  border-bottom: none;
}

.dropdown-menu ul li a,
.mobile-dropdown-menu ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  background: white;
}

.dropdown-menu ul li a:hover,
.mobile-dropdown-menu ul li a:hover {
  background-color: #f8f9fa;
  color: #4a8c4a;
}

/* Mobile specific menu items */
.mobile-dropdown-menu ul li a {
  padding: 15px 20px;
  font-size: 16px;
}

/* Force visibility on correct devices */
@media (min-width: 769px) {
  .desktop-hamburger {
    display: flex !important;
  }
  .mobile-hamburger {
    display: none !important;
  }
  .mobile-dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-hamburger {
    display: none !important;
  }
  .dropdown-menu {
    display: none !important;
  }
  .mobile-hamburger {
    display: flex !important;
  }
}

/* Make sure hamburger icons are always visible */
.hamburger-icon,
.hamburger-icon span {
  visibility: visible !important;
  opacity: 1 !important;
}
/* Emergency mobile scroll fix */
@media (max-width: 768px) {
  body {
    overflow-y: auto !important;
    position: static !important;
  }

  .mobile-dropdown-menu {
    position: absolute !important;
    max-width: 250px !important;
  }
}
@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  .container,
  section,
  .main-header,
  .top-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}
/* ===== iOS FORM ZOOM FIX - Add this to your CSS ===== */

/* Prevent iOS Safari from zooming when focusing on form inputs */
@media (max-width: 768px) {
  /* Target all form inputs */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select {
    font-size: 16px !important; /* iOS requires 16px minimum to prevent zoom */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    background-color: white !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Specific fixes for your quote form */
  #name,
  #postcode,
  input[placeholder="Name"],
  input[placeholder="Postcode"] {
    font-size: 16px !important; /* Critical for preventing zoom */
    padding: 12px 15px !important;
    height: auto !important;
    min-height: 44px !important; /* Apple's recommended touch target size */
  }

  /* Form labels */
  label {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    display: block !important;
    color: #333 !important;
  }

  /* Form buttons */
  button[type="submit"],
  .cta-button-form,
  .bottom-cta-submit-btn {
    font-size: 16px !important;
    padding: 14px 20px !important;
    min-height: 48px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Prevent zoom on focus */
  input:focus,
  select:focus {
    outline: 2px solid #4a8c4a !important;
    outline-offset: 2px !important;
    border-color: #4a8c4a !important;
    /* Don't change font-size on focus */
    font-size: 16px !important;
  }

  /* Form container improvements */
  .form-group {
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  /* Placeholder styling */
  input::placeholder {
    color: #999 !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }

  /* Specific form styling for hero form */
  .hero-form-content form,
  .bottom-cta-form {
    width: 100% !important;
  }

  .hero-form-content .form-group,
  .bottom-cta-form .form-group {
    margin-bottom: 15px !important;
  }

  .hero-form-content input,
  .bottom-cta-form input {
    font-size: 16px !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Additional viewport meta tag enforcement (add to your HTML head if not already there) */
/* <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> */

/* Alternative approach - prevent zoom entirely */
@media (max-width: 768px) {
  /* If the above doesn't work, this prevents all zooming */
  html {
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  /* Touch action for better mobile interaction */
  input,
  select {
    touch-action: manipulation !important;
  }
}
/* ===== MOBILE TEXT SPACING FIX - Add proper margins from screen edges ===== */

@media (max-width: 768px) {
  /* Fix container padding to give more breathing room */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Specific content section fixes */
  .content-section {
    padding: 30px 0 !important;
  }

  .content-section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Text content within sections */
  .text-content {
    padding: 0 !important; /* Remove any conflicting padding */
  }

  /* Paragraph spacing */
  .content-section p,
  .text-content p,
  main p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
  }

  /* Heading spacing */
  .content-section h1,
  .content-section h2,
  .content-section h3,
  .text-content h1,
  .text-content h2,
  .text-content h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }

  /* Main content sections */
  #gutter-cleaning .container,
  #why-choose-us .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Hero section text */
  .hero-text-content {
    padding: 0 20px !important;
  }

  /* Features bar fix */
  .features-bar .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* List items spacing */
  .content-section ul {
    padding-left: 20px !important;
    margin-left: 0 !important;
  }

  /* Accordion content */

  /* Testimonial content */
  .testimonial-card-modern-content {
    padding: 20px !important;
  }

  /* CTA sections */
  .bottom-cta-bar .container,
  .bottom-cta-bar-section-v2 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* For very small screens, use slightly less padding */
@media (max-width: 480px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .content-section .container,
  #gutter-cleaning .container,
  #why-choose-us .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-text-content {
    padding: 0 15px !important;
  }

  .features-bar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Fix for header elements to maintain consistency */
@media (max-width: 768px) {
  .main-header .container,
  .top-bar .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 480px) {
  .main-header .container,
  .top-bar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Additional spacing for readability */
@media (max-width: 768px) {
  /* Add more space between sections */
  .content-section + .content-section {
    margin-top: 20px !important;
  }

  /* Improve paragraph spacing */
  p + p {
    margin-top: 15px !important;
  }

  /* Better spacing for buttons */
  .cta-button {
    margin: 10px 0 !important;
  }
}
/* ===== MOBILE TEXT SPACING FIX ===== */

/* Base container rules - applies to all screen sizes */
.container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}

/* Mobile-specific container spacing */
@media (max-width: 768px) {
  /* Ensure ALL containers have proper spacing */
  .container,
  html body .container,
  html body div.container,
  html body section .container,
  html body main .container,
  html body header .container,
  html body footer .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Content sections */
  .content-section,
  .content-section .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Text content within sections */
  .text-content,
  .hero-text-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Paragraphs and headings */
  .content-section p,
  .text-content p,
  .hero-text-content p,
  main p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section h1,
  .content-section h2,
  .content-section h3,
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .hero-text-content h1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Specific sections that need spacing */
  #gutter-cleaning .container,
  #why-choose-us .container,
  #client-testimonials .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Header spacing */
  .main-header .container,
  .top-bar .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Features bar */
  .features-bar .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* CTA sections */
  .bottom-cta-bar .container,
  .bottom-cta-bar-section-v2 .container,
  #mid-page-cta-bar .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Forms */
  .hero-form-content,
  .bottom-cta-form,
  .contact-form-placeholder-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Accordion content */

  /* Testimonial content */
  .testimonial-card-modern-content {
    padding: 15px !important;
  }

  /* List items */
  .content-section ul {
    padding-left: 12px !important;
    margin-left: 8px !important;
  }

  /* Override any conflicting rules */
  .with-image .container,
  .content-section.with-image .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* For very small screens (under 480px) */
@media (max-width: 480px) {
  .container,
  html body .container,
  html body div.container,
  html body section .container,
  html body main .container,
  html body header .container,
  html body footer .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .content-section .container,
  #gutter-cleaning .container,
  #why-choose-us .container,
  .main-header .container,
  .top-bar .container,
  .features-bar .container,
  .bottom-cta-bar .container,
  .bottom-cta-bar-section-v2 .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Ensure content has breathing room */
@media (max-width: 768px) {
  /* Add space between sections */
  .content-section + .content-section {
    margin-top: 0 !important;
  }

  /* Improve paragraph spacing */
  p + p {
    margin-top: 16px !important;
  }

  /* Better spacing for buttons and form elements */
  .cta-button {
    margin: 10px 0 !important;
  }

  /* Ensure images don't break the layout */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Force override any existing conflicting rules */
@media (max-width: 768px) {
  /* Use high specificity to override existing styles */
  html body section.content-section div.container,
  html body main section.content-section div.container,
  html body div.content-section div.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  /* Ensure wrapper elements don't interfere */

  main {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Additional safety rules for edge cases */
@media (max-width: 768px) {
  /* Prevent any hidden overflow that might cause horizontal scrolling */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Ensure all content containers are properly contained */
  * {
    box-sizing: border-box !important;
  }

  /* Make sure no elements extend beyond the viewport */
  .container > * {
    max-width: 100% !important;
  }
}
/* ===== MOBILE FORM IMPROVEMENTS ===== */

@media (max-width: 768px) {
  /* Form container improvements */
  .hero-form-content,
  .contact-form-placeholder-hero,
  .bottom-cta-form {
    background: white !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    margin: 15px 0 !important;
  }

  /* Form heading */
  .hero-form-content h3,
  .contact-form-placeholder-hero h3 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #333 !important;
  }

  /* Form inputs - Enhanced styling */
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea,
  input[id="name"],
  input[id="postcode"],
  input[name="name"],
  input[name="postcode"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 2px solid #e1e5e9 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background-color: #fafafa !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    margin-bottom: 15px !important;
  }

  /* Input focus states */
  .form-group input:focus,
  input[id="name"]:focus,
  input[id="postcode"]:focus {
    outline: none !important;
    border-color: #4a8c4a !important;
    background-color: white !important;
    box-shadow: 0 0 0 3px rgba(74, 140, 74, 0.1) !important;
  }

  /* Form labels */
  .form-group label,
  label[for="name"],
  label[for="postcode"] {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 14px !important;
  }

  /* Submit button improvements */
  .cta-button-form,
  .bottom-cta-submit-btn,
  button[type="submit"] {
    width: 100% !important;
    background: linear-gradient(135deg, #ff8c42, #ff6b1a) !important;
    color: white !important;
    padding: 16px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
  }

  .cta-button-form:hover,
  .bottom-cta-submit-btn:hover,
  button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(255, 107, 26, 0.3) !important;
  }

  /* Form security text */
  .form-reassurance-text {
    text-align: center !important;
    margin: 15px 0 !important;
  }

  .form-reassurance-text p {
    font-size: 14px !important;
    color: #666 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .form-reassurance-text i {
    color: #4a8c4a !important;
  }

  /* Accreditation logos in form */
  .hero-accreditation-logos {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e1e5e9 !important;
  }

  .hero-accreditation-logos img {
    height: 35px !important;
    width: auto !important;
    opacity: 0.8 !important;
  }
}

/* ===== TESTIMONIAL CARD IMPROVEMENTS ===== */

@media (max-width: 768px) {
  /* Testimonial card styling */
  .testimonial-box,
  .hero-testimonial-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border-left: 4px solid #4a8c4a !important;
  }

  .testimonial-text-modern {
    font-style: italic !important;
    color: #555 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
  }

  /* Testimonial author section */
  .testimonial-author-details-modern {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .author-initial-badge {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
  }

  .initial-circle {
    width: 40px !important;
    height: 40px !important;
    background: #4a8c4a !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
  }

  .google-g-logo-testimonial {
    width: 16px !important;
    height: 16px !important;
    position: absolute !important;
    bottom: -2px !important;
    right: -2px !important;
  }

  .author-info-modern {
    flex: 1 !important;
  }

  .author-name-modern {
    display: block !important;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 14px !important;
  }

  .author-date-modern {
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
  }

  .author-rating-modern {
    text-align: right !important;
  }

  .stars-modern {
    color: #ffc107 !important;
    font-size: 14px !important;
    display: block !important;
  }

  .verified-badge-modern {
    font-size: 11px !important;
    color: #4a8c4a !important;
    font-weight: bold !important;
    background: rgba(74, 140, 74, 0.1) !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    margin-top: 2px !important;
    display: inline-block !important;
  }
}

/* ===== ADDITIONAL MOBILE POLISH ===== */

@media (max-width: 768px) {
  /* Smooth scrolling */
  html {
    scroll-behavior: smooth !important;
  }

  /* Better touch targets */
  a,
  button,
  input {
    min-height: 10px !important;
    min-width: 10px !important;
  }

  /* Improved text readability */
  p,
  li,
  span {
    line-height: 1.6 !important;
  }

  /* Better spacing for lists */
  ul {
    margin: 15px 0 !important;
  }

  li {
    margin-bottom: 8px !important;
  }
}
/* ===== MOBILE SECTION REORDERING ===== */

@media (max-width: 768px) {
  /* Roof Cleaning/Washing Section - Swap order on mobile */

  /* Text content appears first on mobile */

  /* Image content appears second on mobile */

  /* Ensure the 2x2 gallery displays properly */

  /* Gallery rows */

  /* Individual gallery images */
}

/* For very small screens */

/* ===== OPTIONAL: Apply same reordering to other sections if needed ===== */

@media (max-width: 768px) {
  /* If you want to reorder other sections too, uncomment and modify as needed */

  /*
    #gutter-cleaning.content-section.with-image .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    #gutter-cleaning .text-content {
        order: 1 !important;
        width: 100% !important;
    }
    
    #gutter-cleaning .image-content {
        order: 2 !important;
        width: 100% !important;
    }
    */

  /*
    #service-area-marlow.content-section.with-image .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    #service-area-marlow .text-content {
        order: 1 !important;
        width: 100% !important;
    }
    
    #service-area-marlow .image-content {
        order: 2 !important;
        width: 100% !important;
    }
    */
}

/* ===== ENSURE DESKTOP LAYOUT REMAINS UNCHANGED ===== */

@media (min-width: 769px) {
  /* Reset any mobile-specific ordering for desktop */
}
/* ===== MOBILE SECTION REORDERING ===== */

@media (max-width: 768px) {
  /* Roof Cleaning/Washing Section - Swap order on mobile */

  /* Since we're using column-reverse, the text (which comes second in HTML) will appear first */

  /* Image content will appear second */

  /* Ensure the 2x2 gallery displays properly */

  /* Gallery rows */

  /* Individual gallery images */
}

/* For very small screens */

/* ===== OPTIONAL: Apply same reordering to other sections if needed ===== */

@media (max-width: 768px) {
  /* If you want to reorder other sections too, uncomment and modify as needed */

  /*
    #gutter-cleaning.content-section.with-image .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    #gutter-cleaning .text-content {
        order: 1 !important;
        width: 100% !important;
    }
    
    #gutter-cleaning .image-content {
        order: 2 !important;
        width: 100% !important;
    }
    */

  /*
    #service-area-marlow.content-section.with-image .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    #service-area-marlow .text-content {
        order: 1 !important;
        width: 100% !important;
    }
    
    #service-area-marlow .image-content {
        order: 2 !important;
        width: 100% !important;
    }
    */
}

/* ===== ENSURE DESKTOP LAYOUT REMAINS UNCHANGED ===== */

@media (min-width: 769px) {
  /* Reset any mobile-specific ordering for desktop */
}
@media (max-width: 768px) {
  body {
    padding-top: 0 !important;
  }
}
/* ===== MOBILE PRICING GRID LAYOUT ===== */

@media (max-width: 768px) {
  /* Pricing examples container */

  /* Individual price items */

  /* Price styling within items */

  /* Property type text */

  /* Grid positioning - specific items */
}

/* For very small screens (under 480px) */

/* Alternative approach if your HTML structure is different */
@media (max-width: 768px) {
  /* If pricing items are in a different container */

  /* Ensure all price-related divs follow the grid */
}

/* Desktop layout - ensure it remains unchanged */
/* ===== STEPS SECTION - MATCHING ACTUAL HTML STRUCTURE ===== */

/* Reset any existing problematic styles first */
@media (max-width: 768px) {
  /* Target the exact section and classes from your HTML */

  /* Container matches your other sections */

  /* Section heading - matches your other h2 styles */

  /* Steps container - clean vertical stack like your testimonials */

  /* Step items - styled like your testimonial cards */

  /* Step header container */

  /* Step number circle - your brand green */

  /* Step icon - matching your brand color */

  /* Step text - matching your site's typography */
}

/* Smaller mobile screens */

/* Desktop layout - matches your site's desktop patterns */
@media (min-width: 769px) {
  /* Desktop - horizontal layout */
}

/* Force override any conflicting styles with maximum specificity */

/* Remove any grid-based positioning that might be interfering */
/* ===== STEPS SECTION - MATCHING ACTUAL HTML STRUCTURE ===== */

/* Reset any existing problematic styles first */
@media (max-width: 768px) {
  /* Target the exact section and classes from your HTML */

  /* Container matches your other sections */

  /* Section heading - matches your other h2 styles */

  /* Steps container - clean vertical stack like your testimonials */

  /* Step items - CENTERED LAYOUT */

  /* Step header container - SINGLE HORIZONTAL LINE */

  /* Step number circle - your brand green */

  /* Step icon - matching your brand color */

  /* Step text - CENTERED UNDER NUMBER/ICON */
}

/* Smaller mobile screens */

/* Desktop layout - matches your site's desktop patterns */
@media (min-width: 769px) {
  /* Desktop - horizontal layout */
}

/* Force override any conflicting styles with maximum specificity */

/* Remove any grid-based positioning that might be interfering */
/* ===== STEPS SECTION - MATCHING ACTUAL HTML STRUCTURE ===== */

/* Reset any existing problematic styles first */
@media (max-width: 768px) {
  /* Target the exact section and classes from your HTML */

  /* Container matches your other sections */

  /* Section heading - matches your other h2 styles */

  /* Steps container - clean vertical stack like your testimonials */

  /* Step items - CENTERED LAYOUT */

  /* Step header container - SINGLE HORIZONTAL LINE */

  /* Step number circle - your brand green */

  /* Step icon - matching your brand color */

  /* Step text - CENTERED UNDER NUMBER/ICON */
}

/* Smaller mobile screens */

/* Desktop layout - PROPER HORIZONTAL ROW */
@media (min-width: 769px) {
  /* Desktop - SINGLE HORIZONTAL ROW OF 5 CARDS */

  /* Each step card takes equal width */
}

/* Force override any conflicting styles with maximum specificity */

/* Remove any grid-based positioning that might be interfering */
/* ===== STICKY BAR FINAL OVERRIDE - ADD TO END OF css/css/style-final.css ===== */

/* Force remove any sticky bar conflicts */
@media (max-width: 768px) {
  /* Remove any body padding that might interfere */
  body {
    padding-top: 0 !important;
  }

  /* Ensure sticky bar elements are not affected by other mobile CSS */
  #sticky-conversion-bar,
  #sticky-conversion-bar * {
    box-sizing: border-box !important;
  }

  /* Force correct mobile layout */
  #sticky-conversion-bar .container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    padding: 0 10px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* Force button order and sizing */
  #sticky-conversion-bar .sticky-call-btn {
    order: 1 !important;
    flex: 0 0 auto !important;
  }

  #sticky-conversion-bar .sticky-logos-container {
    order: 2 !important;
    flex: 1 !important;
  }

  #sticky-conversion-bar .sticky-quote-btn {
    order: 3 !important;
    flex: 0 0 auto !important;
  }
}
/* ===== HIDE LEFT AND CENTER COLUMNS ON MOBILE, KEEP RIGHT (FORM) ===== */

/* Add this to the END of your css/css/style-final.css file */

@media (max-width: 768px) {
  /* Hide the left and center columns on mobile */
  .bottom-cta-column.bottom-cta-column-left,
  .bottom-cta-column.bottom-cta-column-center {
    display: none !important;
  }

  /* Keep the right column (with form) visible and make it full width */
  .bottom-cta-column.bottom-cta-column-right {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }

  /* Ensure the parent container adapts on mobile */
  .bottom-cta-bar-section-v2 .container {
    display: block !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Make sure the right column's content is properly styled */

  .bottom-cta-column-right form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

/* ===== ALTERNATIVE APPROACH (if the above doesn't work) ===== */

@media (max-width: 768px) {
  /* More specific targeting - hide first two columns, keep last */
  .bottom-cta-bar-section-v2 .bottom-cta-column:first-child,
  .bottom-cta-bar-section-v2 .bottom-cta-column:nth-child(2) {
    display: none !important;
  }

  .bottom-cta-bar-section-v2 .bottom-cta-column:last-child {
    display: block !important;
    width: 100% !important;
    flex: 1 !important;
  }
}
/* ===== ACCORDION STYLES - FINAL VERSION ===== */

/* Sub-accordion styling */

/* Mobile responsive */
/* ===== FOOTER FORM TEXT FIX - SIMPLE VERSION ===== */

/* Only fix the text color, don't change the footer background or layout */
.bottom-cta-bar-section-v2 .form-intro-text,
.bottom-cta-column-right .form-intro-text,
.bottom-cta-column-right p {
  color: white !important;
}

/* Form reassurance text */
.bottom-cta-bar-section-v2 .form-reassurance-text p,
.bottom-cta-column-right .form-reassurance-text p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Form reassurance icon */
.bottom-cta-bar-section-v2 .form-reassurance-text i,
.bottom-cta-column-right .form-reassurance-text i {
  color: rgba(255, 255, 255, 0.9) !important;
}
/* ===== MOBILE FORM REASSURANCE TEXT FIX ===== */

@media (max-width: 768px) {
  /* Ensure form reassurance text appears under the form on mobile */
  .bottom-cta-form .form-reassurance-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    margin-top: 15px !important;
    padding: 0 15px !important;
  }

  .bottom-cta-form .form-reassurance-text p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    line-height: 1.4 !important;
  }

  .bottom-cta-form .form-reassurance-text i {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
  }

  /* Ensure the form container has proper spacing */
  .bottom-cta-column-right .bottom-cta-form {
    padding-bottom: 10px !important;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .bottom-cta-form .form-reassurance-text p {
    font-size: 13px !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .bottom-cta-form .form-reassurance-text {
    padding: 0 10px !important;
  }
}
/* Updated styles for proper centering */
.bottom-cta-column-right {
  text-align: center;
}

.bottom-cta-quote-btn {
  background-color: #348e34 !important;
  color: white !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
}

.bottom-cta-quote-btn:hover {
  background-color: #2a7a2a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(52, 142, 52, 0.3) !important;
}

.bottom-cta-buttons {
  text-align: center;
  margin-bottom: 15px;
}

.cta-subtext {
  color: #666 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  font-style: italic !important;
  text-align: center !important;
}

.form-intro-text {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.form-reassurance-text {
  text-align: center !important;
}

.form-reassurance-text p {
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 !important;
  text-align: center !important;
}
/* PRIMARY CTA - Quote Button (Highest Priority) */
.bottom-cta-quote-btn {
  background-color: #ff6b35 !important; /* Vibrant action orange */
  color: white !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3) !important; /* Subtle glow */
}

.bottom-cta-quote-btn:hover {
  background-color: #e55a2b !important; /* Darker on hover */
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
}

/* SECONDARY CTA - Call Button */
.bottom-cta-call-btn {
  background-color: #ff9800 !important; /* Current orange - keep for consistency */
  color: white !important;
  padding: 12px 25px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
}

.bottom-cta-call-btn:hover {
  background-color: #f57c00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3) !important;
}

/* Alternative High-Converting Color Schemes */

/* OPTION A: Complementary Orange-Blue */

/* OPTION B: Urgency Red */

/* OPTION C: Trust-Building Blue */

/* Enhanced button effects for better conversion */
.bottom-cta-quote-btn,
.bottom-cta-call-btn {
  position: relative !important;
  overflow: hidden !important;
}

/* Subtle pulse animation for primary CTA */
@keyframes subtle-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.bottom-cta-quote-btn {
  animation: subtle-pulse 3s ease-in-out infinite !important;
}

/* Hover state enhancements */
.bottom-cta-quote-btn:hover,
.bottom-cta-call-btn:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .bottom-cta-quote-btn {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }

  .bottom-cta-call-btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}
/* CSS to fix the gutter cleaning process section layout */

/* Ensure the text flows nicely */

/* Mobile responsive */

/* Ensure the overall container has proper spacing */
#gutter-cleaning-process .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Process Row Styling - Clean Version */
.process-row {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
}

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

.process-section {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}

.process-section:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.process-section h2 {
  color: #348e34;
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.process-section p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.process-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.process-section ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  line-height: 1.5;
}

.process-section ul li:last-child {
  border-bottom: none;
}

.process-section ul li strong {
  color: #333;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .process-row {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }

  .process-column {
    min-width: auto;
  }

  .process-section {
    padding: 20px;
  }

  .process-section h2 {
    font-size: 18px;
  }
}
/* Enhanced Process Row Styling for the actual HTML structure */
.process-row {
  display: flex !important;
  gap: 30px !important;
  margin: 40px 0 !important;
  flex-wrap: wrap !important;
}

.process-column {
  flex: 1 !important;
  min-width: 300px !important;
}

.enhanced-section {
  background: #f8f9fa !important;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #e9ecef !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
  height: -webkit-fill-available;
}

/* Section Header with Image */
.section-header {
  text-align: center !important;
  margin-bottom: 10px !important;
}

.section-icon {
  margin-bottom: 20px !important;
}

.section-image {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

.section-header h2 {
  color: #348e34 !important;
  font-size: 22px !important;
  margin: 0 !important;
  font-weight: bold !important;
}

/* Tool Items Styling */
.tool-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  margin-bottom: 20px !important;
  padding: 15px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.tool-item:hover {
  background: #f0f8f0 !important;
  transform: translateX(5px) !important;
}

.tool-details h4 {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 0 5px 0 !important;
}

.tool-details p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

/* Special Styling */

/* Trust Features Container */

.tools-list {
  margin-bottom: 20px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .process-row {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .process-column {
    min-width: auto !important;
  }

  .enhanced-section {
    padding: 20px !important;
  }

  .section-image {
    width: 60px !important;
    height: 60px !important;
  }

  .section-header h2 {
    font-size: 20px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  background: #f8f9fa;
}

/* Property Types Section */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Property Cards Container */

/* Individual Property Card */

/* Property Image Placeholder */

/* Property Title */

/* Property Description */

/* Conclusion Text */

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

/* Call to Action Button */

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  color: white;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:active {
  transform: translateY(-1px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cta-button {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}
/* ===== MOBILE PROPERTY TYPES SECTION FIX ===== */

/* Base container fixes */

/* Mobile responsive fixes */
@media (max-width: 768px) {
  /* Property cards container - SINGLE COLUMN STACK */

  /* Individual property cards */

  /* Property image placeholders */

  /* Property titles */

  /* Property descriptions */

  /* Conclusion text */

  /* CTA Button */

  .cta-button {
    display: inline-block !important;
    background: linear-gradient(135deg, #ff6b35, #ff8c42) !important;
    color: white !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    min-width: 200px !important;
  }

  .cta-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .cta-button {
    padding: 12px 24px !important;
    font-size: 15px !important;
    min-width: 180px !important;
  }
}

/* Force override any conflicting grid styles */

/* Ensure no horizontal scroll */
@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }
}
/* ===== PROPERTY TYPES SECTION - FIXED VERSION ===== */

/* Base container */

/* Property cards container */

/* Desktop - 3 cards in a row */

/* Tablet - 2 cards in a row or stack depending on space */

/* Mobile - Single column stack */

/* Very small screens */

/* Remove the horizontal scroll approach */
/* ===== GUTTER CLEANING PROCESS SECTION MOBILE REORDERING ===== */

@media (max-width: 768px) {
  /* Target the specific gutter cleaning process section */

  /* Section heading - appears FIRST (already at top naturally) */

  /* Image container - appears SECOND (under heading, above text) */

  /* Text content - appears THIRD (below image) */

  /* Image styling */

  /* Text content styling */

  /* Ensure container has proper spacing */
  #gutter-cleaning-process .container {
    padding: 0 20px !important;
  }

  /* Process section styling */
  #gutter-cleaning-process .process-section {
    margin-bottom: 30px !important;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  #gutter-cleaning-process .container {
    padding: 0 15px !important;
  }
}

/* Desktop - ensure original layout remains */

/* Force override any conflicting styles */
/* ===== BOOKING PROCESS SECTION STYLES ===== */

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #2e7d32;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1b5e20;
}

/* ===== ACCORDION STYLES ===== */

/* ===== SERVICE AREA SECTION STYLES ===== */

/* FRESH ACCORDION CSS - Add to your css/css/style-final.css */

/* FAQ Accordions */

/* Location Accordions */

/* Service Accordions */

/* Mobile responsive adjustments */

/* Ensure all accordions are visible and functional */
/* FORCE ACCORDION PANELS TO START CLOSED */

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #2e7d32;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  background-color: #2e7d32;
  padding: 14.5px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  font-family: "Arial";
}

.faq-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-question:hover {
  background-color: #266a2a;
}

.arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .faq-question {
    font-size: 1em;
  }
}

.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #33b249;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-question {
  background-color: #33b249;
  padding: 14.5px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  font-family: "Arial";
}

.accordion-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-question:hover {
  background-color: #3cc65a;
}

.accordion-answer {
  padding: 0 20px; /* Initial padding, will be adjusted by JS */
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding 0.5s ease; /* Smooth transition */
  background-color: #fff; /* White background for answer */
  font-size: 1em;
  line-height: 1.6;
}

.accordion-answer p {
  margin: 0;
  padding-bottom: 20px; /* Add padding only when expanded */
}

.accordion-item.active .accordion-answer {
  max-height: 1000px; /* Adjust as needed, should be larger than any possible answer height */
  padding: 20px;
}

.accordion-item.active .accordion-question .arrow {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .accordion-question {
    font-size: 1em;
  }
  .accordion-answer {
    font-size: 0.9em;
  }
}

.nested-accordion-item {
  margin-bottom: 20px;
  border: 1px solid #a6ce8c;
  border-radius: 5px;
  overflow: hidden;
}

.nested-accordion-question {
  background-color: #a6ce8c;
  padding: 9px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  font-family: "Arial";
}

.nested-accordion-question {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.arrow {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.nested-accordion-item.active .nested-accordion-question .arrow {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .nested-accordion-question {
    font-size: 1em;
  }
}

.controls {
  position: fixed;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}

.controls a {
  font-size: 40px;
  color: white;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 50%;
}

.case-studies {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.case-studies * {
  box-sizing: border-box;
}

.case-studies .row::after {
  content: "";
  display: table;
  clear: both;
}

.case-studies .row > .column:first-child {
  margin-left: 0;
}

.case-studies .column {
  float: left;
  width: 23.8%;
  margin-left: 8px;
}

.case-studies .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.case-studies .close:hover,
.case-studies .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.case-studies .cursor {
  cursor: pointer;
}

.case-studies .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.case-studies .next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.case-studies .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.case-studies img {
  margin-bottom: -4px;
  width: 100%;
}

.case-studies .demo {
  opacity: 0.6;
}

.case-studies .active,
.case-studies .demo:hover {
  opacity: 1;
}

/* 
 * Village Page Custom CSS
 * This CSS file is specifically for the village.html page
 * to ensure changes don't affect other pages
 */

/* Main village page styles */

/* Service sections */
.village-service-section {
  padding: 50px 0;
  border-bottom: 1px solid #e0e0e0;
}

.village-service-section h2 {
  color: #2e7d32;
  font-size: 2rem;
  margin-bottom: 25px;
}

.village-service-section h3 {
  color: #2e7d32;
  font-size: 1.5rem;
  margin: 20px 0 15px;
}

.village-service-section p {
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Two-column layout */
.village-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}

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

/* Image placeholders */

/* Pricing section */

/* FAQ section */

/* Call to action section */

/* Testimonials */
.village-testimonial {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.village-testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

.village-testimonial-author {
  display: flex;
  align-items: center;
}

.village-testimonial-initial {
  width: 40px;
  height: 40px;
  background-color: #2e7d32;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
}

.village-testimonial-info {
  display: flex;
  flex-direction: column;
}

.village-testimonial-name {
  font-weight: bold;
}

.village-testimonial-rating {
  color: #ffc107;
  margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .village-two-column {
    flex-direction: column;
  }

  .village-service-section h2 {
    font-size: 1.8rem;
  }
  .case-studies .column {
    width: 23%;
  }
  .sticky-call-btn {
    width: 90px !important;
  }
  .sticky-quote-btn {
    width: 90px !important;
  }
  .feature-item {
    align-items: center !important;
  }
}

.lead-info-form {
  background-color: white;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 50px auto;
  text-align: left;
}

.lead-info-form h1 {
  font-size: 1.8em;
  margin-bottom: 25px;
  text-align: left;
}

.lead-info-form h2 {
  font-size: 1.8em;
  color: #146432;
  margin-bottom: 25px;
  text-align: center;
}

.lead-form-btn {
  color: #fff;
  background: linear-gradient(#32cd32, #37b24d);
  display: block;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

#map {
  height: 400px;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* wrapper to control the arrow */

/* custom chevron */

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.title {
  color: #146432;
  display: unset;
}

.why-choose-us-h3 {
  padding: 10px;
  border-radius: 3px;
  background-color: #33b249;
  color: white;
  margin-bottom: 10px;
  font-size: 16px;
}

/* Tree Care expandable dropdown */
.tc-expand-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.tc-expand-icon {
  font-size: 10px;
  color: #146432;
}

/* Expand animation */
.tc-expand-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.tc-expand.active .tc-expand-menu {
  max-height: 600px;
}

@media (max-width: 580px) {
  .title {
    display: none;
  }
}

.hero-section-overlay {
  position: relative;
  color: #ffffff; /* White text for contrast */
  padding: 30px 0; /* Reduced padding */
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

@media (max-width: 768px) {
  .content-section h3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.lead-info-form {
  background-color: white;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 50px auto;
  text-align: left;
}

.lead-info-form h1 {
  font-size: 1.8em;
  margin-bottom: 25px;
  text-align: left;
}

.lead-info-form h2 {
  font-size: 1.8em;
  color: #146432;
  margin-bottom: 25px;
  text-align: center;
}

.lead-form-btn {
  color: #fff;
  background: linear-gradient(#32cd32, #37b24d);
  display: block;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.lead-form-description {
  color: #2d2d2d !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

#map {
  height: 400px;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
}
#location-input {
  width: 100%;
  padding: 10px;
}
.selected-location-container {
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.selected-location-container h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
}
.selected-location-container p {
  margin: 0;
}
.upload-image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .upload-image-preview-container {
    justify-content: center;
    align-items: center;
  }
}

#emailGroup {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease;
  opacity: 0;
}

#emailGroup.show {
  max-height: 200px; /* adjust depending on your input height */
  opacity: 1;
}

#selectMapLocation {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease;
  opacity: 0;
}

#selectMapLocation.show {
  max-height: 500px; /* adjust depending on your input height */
  opacity: 1;
}

/* wrapper to control the arrow */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 999999;
}

.select-wrapper select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ababab;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13.5px;
}

/* custom chevron */
.select-wrapper::after {
  content: "\f078"; /* Font Awesome chevron-down */
  font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" if you use v6 */
  font-weight: 900; /* required for solid icons */
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #458745;
  width: 18px;
  height: 18px;
  animation: spin 2s linear infinite;
  margin-right: 8px;
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.d-none {
  display: none !important;
}
