* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #222222;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-top: 20px;
  line-height: 1.5;
}

h2 {
  font-size: 2rem;
  color: #33b249;
  margin-bottom: 1.5rem;
  text-align: center;
}

h3,
h4 {
  font-size: 1.5rem;
  color: #33b249;
  margin-bottom: 1rem;
}

div p:first-of-type {
  margin-top: 0;
}

.max-width-100 {
  max-width: 100% !important;
}

.width-60 {
  width: 60% !important;
}

.width-40 {
  width: 40% !important;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.nav-top-section {
  background-color: #079844;
  color: white;
  display: block;
}

.nav-top-section-mobile {
  display: none;
}

.nav-top-container {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 15px;
}

.nav-top-img {
  width: 125px;
}

nav ul {
  list-style: none;
}

nav ul {
  display: flex;
  justify-content: end;
}

nav ul li {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 3.5px solid transparent;
  transition: border-color 0.3s ease;
  color: #222222;
}

nav ul li.active {
  border-bottom-color: #33b249;
}

nav ul li:hover {
  border-bottom-color: #33b249;
}

.nav-desktop-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}

.nav-desktop-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d8d8d8;
}

.get-a-qoute-btn {
  background-color: #079844;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  color: white;
  font-weight: 700;
  font-size: 15px;
  width: 177px;
  margin-left: 15px;
}

.nav-items-container {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.nav-items-container-mobile {
  display: none;
}

.nav-mobile-container {
  display: none;
}

.mobile-header-btn-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.mobile-header-btn {
  padding: 15px 20px 15px 20px;
  background-color: #009444;
  font-weight: 700;
  border-radius: 3px;
  color: white;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 130px;
}

.hero {
  background-image: url(../../wp-content/uploads/2021/10/hero_background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 5%;
  position: relative;
}

.hero-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.hero-main-section {
  max-width: 850px;
  min-height: 55vh;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-section {
  max-width: 850px;
  min-height: 40vh;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-section img {
  width: 100%;
}

.hero-title {
  font-size: 46px;
  font-weight: 900;
  font-family: "Mulish", sans-serif;
  margin-bottom: 18px;
}

.hero-sub-title {
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

.hero-btn {
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  background-color: #009444;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.hero-get-a-qoute-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.3em;
  color: rgb(34, 34, 34);
  text-align: center;
  line-height: 1.3;
}

.accordion {
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.accordion-header {
  background: #f3f4f6;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #d1d5db;
  font-weight: bold;
  color: #33b249;
}

.special-heading {
  font-size: 1.4rem;
  margin: 0;
}

.accordion-content {
  padding: 1.5rem;
  display: block;
}

.accordion-content.active {
  display: none;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.text-content {
  padding-right: 20px;
}

div p:first-of-type {
  margin-top: 0;
}

.text-content p {
  color: #555;
  margin-bottom: 18px;
  font-size: 1rem;
}

.text-content ul {
  margin: 15px 0 20px 20px;
  color: #555;
}

.image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  height: 500px;
}

.gutter-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px;
  text-align: center;
}

.form-reassurance-text p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  text-align: left;
  margin: 0px;
  margin-top: 20px !important;
}

.hero-accreditation-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 15px;
}

.hero-logo {
  width: 70px !important;
}

.features-list {
  list-style: none;
  margin: 20px 0;
  list-style: none;
  margin: 20px 0;
  background-color: #00ff7b4d;
  padding: 20px;
  border-radius: 3px;
}

.features-list li {
  margin-top: 10px;
  font-weight: bold;
}

.features-list li:first-child {
  margin-top: 0;
}

.section {
  padding: 5%;
}

.section-dark-bg {
  background-color: #f7f7f7;
  padding: 5%;
}

.section-black-bg {
  padding: 5%;
  background-color: #222222;
  color: white;
}

.section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.section-list li {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  font-family: "Inter";
}

.section-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.section-welcome p {
  color: #222222;
}

.section-welcome-title {
  font-size: 32px;
  color: #009444 !important;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  margin-bottom: 18px;
}

.before-and-after-main-img {
  width: 100%;
  margin-top: 20px;
}

.before-and-after-sub-img-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 100%;
}

.before-and-after-sub-img {
  width: 49.5%;
  cursor: pointer;
}

.before-and-after-modal .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000ad;
  z-index: 2000;
  /* ← this must be higher than your header's z-index */
}

.before-and-after-modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.before-and-after-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.before-and-after-modal .close:hover,
.before-and-after-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.before-and-after-modal .mySlides {
  display: none;
}

.before-and-after-modal .cursor {
  cursor: pointer;
}

.before-and-after-modal .prev,
.before-and-after-modal .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;
}

.before-and-after-modal .prev {
  left: -60px;
  border-radius: 3px 0 0 3px;
}

.before-and-after-modal .next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.before-and-after-modal .prev:hover,
.before-and-after-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.before-and-after-modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.before-and-after-modal img {
  margin-bottom: -4px;
  width: 49.5%;
}

.before-and-after-modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.before-and-after-modal .demo {
  opacity: 0.6;
}

.before-and-after-modal .active,
.before-and-after-modal .demo:hover {
  opacity: 1;
}

.before-and-after-modal img.hover-shadow {
  transition: 0.3s;
}

.before-and-after-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.damage-roof-section-title {
  background-color: #009444;
  padding: 20px 20px 20px 20px;
  font-family: "Mulish", sans-serif;
  border: 1px solid #d5d8dc;
}

.damage-roof-section-title h2 {
  font-size: 24px;
  color: white;
  font-weight: 800;
}

.damage-roof-section-details {
  background-color: #f7f7f7;
  padding: 15px 20px;
  border: 1px solid #d5d8dc;
  color: #222222;
}

.grid-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.grid-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.grid-cards-container-header {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  color: #222222;
  font-weight: 800;
  margin-bottom: 20px;
}

.grid-card-title {
  font-size: 16px;
  color: #222222;
  margin: 20px 0px 16px;
  font-weight: 800;
}

.grid-card {
  flex: 1 1 calc(30%);
  box-sizing: border-box;
  min-width: 280px;
  color: #222222;
  max-width: 431px;
}

.grid-card:nth-child(2) {
  margin: 0 35px;
}

.grid-card img {
  width: 100%;
}

.banner-section {
  background-color: #009444;
  color: white;
  background-image: url(../wp-content/uploads/2021/10/cta-bg-2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.banner-section-overlay {
  background-color: #009444;
  opacity: 0.8;
  inset: 0;
  position: absolute;
}

.banner-title {
  font-family: "Mulish";
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.town-hero-section {
  max-width: 1140px;
}

.town-hero-container {
  justify-content: center;
  align-items: center;
  text-align: left;
}

.two-row-container {
  display: flex;
  position: relative;
  z-index: 999;
}

.two-row-left-section {
  margin-right: 20px;
  width: 50%;
}

.two-row-left-section img {
  width: 100%;
}

.two-row-right-section {
  margin-left: 20px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.two-row-right-section img {
  width: 100%;
}

.title {
  color: #222222;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.title-green {
  color: #009444;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.title-white {
  color: white;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.section-title {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 30px;
}

.section-title-white {
  color: white;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
}

.section-title-green {
  color: #009444;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.guarantee-container {
  display: flex;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.guarantee-container-details {
  margin-left: 20px;
}

.guarantee-img {
  width: 30% !important;
  height: 82px;
}

.roof-cleaning-chemicals-section {
  margin-top: 70px;
}

.clean-my-roof-section {
  display: flex;
  flex-direction: row;
  background-color: #222222;
  color: white;
}

.clean-my-roof-section-details {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 8%;
  display: flex;
}

.clean-my-roof-title {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.seperator {
  width: 10%;
  margin: 0 auto;
  margin-left: 0;
  border-block-start: 4px solid #009444;
}

.padding-top-20 {
  padding-top: 20px;
}

.banner-center-section {
  background-color: #009444;
  color: white;
  padding: 5% 0% 5% 0%;
}

.banner-center-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.banner-center-section-btn {
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  margin-top: 20px;
  display: inline-block;
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-center-section-btn::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;
}

.banner-center-section-btn:hover {
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
}

.banner-center-section-btn:hover::before {
  left: 100%;
}

.footer-container {
  padding: 2% 0% 2% 0%;
}

.pricing-list-section {
  padding: 9% 10% 9% 10%;
  background-color: white;
  border-radius: 30px;
  height: 100%;
}

.pricing-list-section ul {
  list-style: none;
  margin-top: 30px;
}

.pricing-list-section li {
  margin-bottom: 25px;
  font-weight: 800;
  color: #222222;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.check-icon {
  color: #009444;
  margin-right: 10px;
}

.pricing-list-section-btn {
  background-color: #009444;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  margin-top: 30px;
}

/** SLIDER **/
/* Wrapper for the whole slider */
.slider-wrapper {
  position: relative;
  max-width: 700px;
  margin: auto;
  overflow: hidden;
  font-family: sans-serif;
  text-align: center;
  padding: 40px 20px;
}

/* Inner sliding container */
.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Each testimonial slide */
.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #333;
  font-style: italic;
}

/* Name styling */
.slide span {
  margin-top: 30px;
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  font-style: normal;
}

/* Navigation buttons */
.nav {
  position: absolute;
  top: 50%;
  font-size: 28px;
  background: none;
  border: none;
  color: #555;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.nav:hover {
  color: #000;
}

.testimonial {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
  color: #222222;
  font-family: "Inter";
}

/* Specific navigation positions */
.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.our-process-grid-card {
  background-color: #ffffff;
  margin: 20px 30px 0% 0%;
  padding: 25px;
  border-radius: 30px 30px 30px 30px;
  flex: 1 1 calc(30%);
  box-sizing: border-box;
  min-width: 280px;
  color: #222222;
  max-width: 431px;
}

.our-process-grid-card-step-img {
  width: 32.7%;
}

.our-process-grid-card-title {
  font-size: 24px;
  color: #222222;
  margin: 20px 0px 16px;
  font-weight: 800;
  font-family: "Mulish";
}

.faq-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 40px 0 40px 0;
  flex-direction: column;
}

.faq-heading {
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
}

.faq-container {
  background-color: #2e7d32;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  text-align: center;
  color: #000;
  /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em;
  /* Larger font for heading */
  font-weight: bold;
}

.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-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;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 20px;
  /* Add padding only when expanded */
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  /* Adjust as needed, should be larger than any possible answer height */
  padding: 20px;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .faq-heading {
    font-size: 25px;
  }

  .faq-container h1 {
    font-size: 2em;
  }

  .faq-question {
    font-size: 1em;
  }

  .faq-answer {
    font-size: 0.9em;
  }
}

.about-us-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-card {
  background-color: #ffffff;
  padding: 40px 40px 40px 40px;
  display: flex;
  justify-content: start;
  align-items: start;
}

.about-us-card-img {
  width: 16%;
  margin-right: 20px;
}

.about-us-card-left-section {
  margin-right: 20px;
}

.about-us-card-left-section div:nth-of-type(2) {
  margin-top: 20px;
}

.our-process-section {
  background-color: #007537;
  padding: 5%;
  color: white;
}

/* Process Row Styling - Clean Version */
.our-work-row {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.our-work-row:last-child {
  margin-bottom: 0;
}

.our-work-column {
  flex: 1;
  min-width: 300px;
}

.our-work-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;
  min-height: 805px;
}

.our-work-section:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.our-work-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;
  padding-top: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .our-work-row {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }

  .our-work-column {
    min-width: auto;
  }

  .our-work-section {
    padding: 20px;
  }

  .our-work-section h2 {
    font-size: 18px;
  }
}

.our-work-column {
  flex: 1 !important;
  min-width: 300px !important;
}

.our-work-gallery {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.our-work-gallery * {
  box-sizing: border-box;
}

.our-work-gallery .row::after {
  content: "";
  display: table;
  clear: both;
}

.our-work-details {
  text-align: center;
}

.row {
  display: flex;
}

.our-work-gallery .row > .column:first-child {
  margin-left: 0;
}

.our-work-gallery .column {
  float: left;
  width: 23.8%;
  margin-left: 8px;
}

.our-work-gallery .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000ad;
  z-index: 2000;
  /* ← this must be higher than your header's z-index */
}

.our-work-gallery .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

.our-work-gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.our-work-gallery .close:hover,
.our-work-gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.our-work-gallery .mySlides {
  display: none;
}

.our-work-gallery .cursor {
  cursor: pointer;
}

.our-work-gallery .prev,
.our-work-gallery .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;
}

.our-work-gallery .prev {
  left: -60px;
  border-radius: 3px 0 0 3px;
}

.our-work-gallery .next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.our-work-gallery .prev:hover,
.our-work-gallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.our-work-gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.our-work-gallery img {
  margin-bottom: -4px;
  width: 100%;
}

.our-work-gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.our-work-gallery .demo {
  opacity: 0.6;
}

.our-work-gallery .active,
.our-work-gallery .demo:hover {
  opacity: 1;
}

.our-work-gallery img.hover-shadow {
  transition: 0.3s;
}

.our-work-gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-us-section-btn {
  background-color: #009444;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.calendar-icon {
  color: #222222;
  font-size: 16px;
  margin-right: 10px;
}

.schedule-list {
  list-style: none;
  margin-bottom: 20px;
}

.schedule-list li {
  margin-top: 5px;
}

.accrediation-section-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.accrediation-section-images img {
  width: 29.5%;
}

.get-a-quote-title {
  font-family: "Mulish";
  font-size: 24px;
  color: #f7f7f7;
  margin-bottom: 20px;
  font-weight: 800;
}

.get-a-quote-input-container {
  background-color: #ffffff;
  padding: 7% 7% 7% 7%;
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  color: #222222;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.get-a-quote-input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.get-a-quote-input-field-right {
  margin-left: 5px;
}

.get-a-quote-input-label {
  padding-bottom: 10px;
  cursor: pointer;
}

.get-a-quote-input {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter";
  font-weight: normal;
}

.get-a-quote-input-file {
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter";
  font-weight: normal;
}

.get-a-quote-input-two-row-container {
  display: flex;
}

.get-a-quote-input-two-row-left-section {
  width: 50%;
}

.get-a-quote-input-two-row-right-section {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.get-a-quote-checkbox-field {
  margin-bottom: 5px;
}

.get-a-quote-checkbox-label {
  padding-bottom: 10px;
}

.get-a-quote-submit-btn {
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  color: #ffffff;
  width: 100%;
  border: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 800;
  min-height: 45px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.get-a-quote-submit-btn::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;
}

.get-a-quote-submit-btn:hover {
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
}

.get-a-quote-submit-btn:hover::before {
  left: 100%;
}

.get-a-quote-link {
  color: #c36;
}

.areas-we-serve-link {
  cursor: pointer;
}

.areas-we-serve-accordion-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 40px 0 40px 0;
  flex-direction: column;
}

.areas-we-serve-accordion-container {
  background-color: #2e7d32;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.areas-we-serve-accordion-container h1 {
  text-align: center;
  color: #000;
  /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em;
  /* Larger font for heading */
  font-weight: bold;
}

.areas-we-serve-accordion-item {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: none;
}

.areas-we-serve-accordion-item:last-child {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: 1px solid #d5d8dc;
}

.areas-we-serve-accordion-question {
  background-color: #ffffff;
  padding: 13.5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  font-family: "Inter";
}

.areas-we-serve-accordion-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.arrow-areas-we-serve {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-right: 10px;
}

.areas-we-serve-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;
}

.areas-we-serve-accordion-answer ul {
  margin-left: 30px;
}

.areas-we-serve-accordion-answer p {
  margin: 0;
  padding-bottom: 20px;
  /* Add padding only when expanded */
}

.areas-we-serve-accordion-item.active .areas-we-serve-accordion-answer {
  max-height: 2000px;
  /* Adjust as needed, should be larger than any possible answer height */
  padding: 10px 20px;
}

.areas-we-serve-accordion-item.active
  .areas-we-serve-accordion-question
  .arrow-areas-we-serve {
  transform: rotate(180deg);
}

.areas-we-serve-accordion-item.active .areas-we-serve-accordion-answer {
  border-top: 1px solid #d5d8dc;
}

.blog-main-two-row-left-section {
  margin-right: 20px;
  width: 65%;
}

.blog-maintwo-row-left-section p {
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-main-two-row-right-section {
  margin-left: 20px;
  width: 35%;
}

.blog-maintwo-row-right-section p {
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-select-input {
  color: #222222;
  padding: 0.5rem 12px;
}

.blog-select-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.blog-select-input-wrapper select {
  appearance: none;
  /* Hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.blog-select-input-wrapper::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.blog-header {
  margin-bottom: 10px;
}

.blog-date {
  margin-left: 5px;
  margin-right: 10px;
}

.blog-comments {
  margin-left: 5px;
}

.blog-title {
  font-family: "Mulish";
  font-size: 46px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

.blog-title-green {
  font-family: "Mulish";
  font-size: 38px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 15px;
  line-height: 1;
}

.blog-item-container {
  margin-top: 25px;
}

.blog-item-two-row-container {
  display: flex;
  position: relative;
  z-index: 99;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-item-two-row-left-section {
  margin-right: 20px;
  width: 50%;
}

.blog-item-two-row-left-section img {
  width: 100%;
}

.blog-item-two-row-right-section {
  margin-left: 20px;
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.blog-item-two-row-right-section img {
  width: 100%;
}

.blog-img-description {
  text-align: center;
  margin-bottom: 10px;
}

p a {
  color: #c36;
}

.sublink {
  color: #c36;
}

.blog-suggestions-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}

.blog-suggestions-title {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.blog-suggestions-date-comments-container {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9a9a9a;
}

.blog-suggestions-date {
  margin-right: 5px;
}

.blog-suggestions-comments::before {
  content: "|";
  margin-right: 5px;
}

.blog-suggestions-item-container {
  margin-top: 70px;
}

.blog-suggestions-items-section {
  margin-bottom: 80px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.blog-suggestions-item-img-section {
  width: 200px;
  flex-shrink: 0;
}

.blog-suggestions-item-img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-suggestions-item-details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.facebook-icon-section {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #3b5998;
  width: 143px;
  height: 45px;
  cursor: pointer;
}

.facebook-icon-container {
  background-color: #3b5998;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 10px;
}

.facebook-icon-section:hover {
  border: 2px solid #366cdd;
}

.facebook-icon-section:hover .facebook-icon-container {
  background-color: #366cdd;
}

.facebook-icon-section:hover .facebook-icon {
  color: #ffffff;
}

.facebook-icon-section:hover .facebook-text {
  color: #366cdd;
}

.facebook-icon {
  color: #ffffff;
}

.facebook-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Mulish";
  font-weight: 700;
  color: #3b5998;
}

.blog-item-three-row-section {
}

.blog-item-three-row-container {
  display: flex;
  justify-content: space-between;
}

.blog-item-three-row-box {
  width: 32%;
}

.blog-item-three-row-box img {
  width: 100%;
  margin-bottom: 10px;
}

.blog-sub-title {
  font-family: "Mulish";
  font-size: 30px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 20px;
}

.blog-image-title {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 20px;
}

.align-items-center {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.text-align-center {
  text-align: center;
}

.blog-list-default {
  margin: 20px 0 20px 30px;
}

.blog-list-default li {
  margin-bottom: 10px;
}

.blog-list {
  list-style: none;
  margin-top: 20px;
  color: #009444;
}

.blog-list li {
  margin-bottom: 10px;
}

.blog-nested-list {
  margin: 20px 0 20px 50px;
}

.blog-nested-list li {
  margin-bottom: 10px;
}

.align-title-horizontally {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-items-left {
  align-items: start;
}

.blog-sub-title-black {
  font-size: 28px;
  margin-top: 20px;
  font-family: "Inter";
}

.roof-steam-small-img {
  width: 300px;
  margin-top: 20px;
}

.roof-steam-img {
  width: 100%;
  margin-top: 20px;
}

.roof-steam-img-70 {
  width: 70%;
  margin-top: 20px;
}

.roof-cleaning-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Mulish";
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  color: #333;
}

.roof-cleaning-table th,
.roof-cleaning-table td {
  padding: 16px 12px;
  border: 1px solid #80808080;
}

.roof-cleaning-table thead {
  background-color: #f5f5f5;
}

.roof-cleaning-table th {
  font-weight: bold;
}

.title-sublink {
  color: #c36;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 500;
  margin-bottom: 10px;
}

.section-gallery-img {
  height: 85.25px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 35px;
    line-height: 1;
  }

  .hero-sub-title {
    font-size: 14px;
  }

  .section-welcome-title {
    line-height: 1;
  }

  .grid-card:nth-child(2) {
    margin: 20px 0 0 0;
  }

  .grid-card img {
    margin-top: 25px;
  }

  .two-row-container {
    flex-direction: column;
  }

  .two-row-left-section {
    width: 100%;
  }

  .two-row-right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .guarantee-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .guarantee-img {
    width: 50% !important;
    height: auto;
  }

  .guarantee-container-details {
    margin-left: 0;
    margin-top: 20px;
  }

  .clean-my-roof-section {
    flex-direction: column;
  }

  .clean-my-roof-section-details {
    margin-bottom: 20px;
  }

  .clean-my-roof-section-img {
    width: 100%;
    padding: 8%;
  }

  .banner-center-section {
    padding: 5%;
  }

  .banner-center-section-btn {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  .testimonial {
    font-size: 14px;
  }

  .slide span {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .nav-top-section {
    display: none;
  }

  .nav-top-section-mobile {
    background-color: #079844;
    color: white;
    display: block;
  }

  .nav-top-container-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 12px;
  }

  .nav-top-img {
    width: 125px;
  }

  .nav-desktop-container {
    padding: 10px 0;
  }

  .nav-items-container {
    display: none;
  }

  .nav-items-container-mobile {
    display: block;
  }

  .nav-items-container-mobile {
    font-size: 20px;
  }

  .nav-mobile-container {
    display: none;
    background-color: #009444;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .nav-mobile-container ul {
    list-style: none;
  }

  .nav-mobile-container li:first-child {
    padding-top: 15px;
  }

  .nav-mobile-container li {
    font-family: "Inter";
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
  }

  /* Shown when active */
  .nav-mobile-container.active {
    display: block;
    animation: slideDown 0.3s ease;
  }

  /* Optional slide-down animation */
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-section {
    min-height: 20vh;
  }

  .about-us-card-container {
    flex-direction: column;
  }

  .about-us-card-right-section {
    margin-top: 20px;
  }

  .our-work-gallery .modal-content {
    width: 70%;
  }

  .footer-container {
    font-size: 12px;
    padding: 5%;
  }

  .two-row-left-section {
    margin-right: 0;
  }

  .get-a-qoute-hero-section {
    display: block;
  }

  .hero-section img {
    width: 100% !important;
    height: auto !important;
  }

  .blog-main-two-row-left-section {
    width: 100%;
  }

  .blog-main-two-row-right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 35px;
  }

  .blog-title-green {
    font-size: 32px;
  }

  .blog-suggestions-items-section {
    flex-direction: column;
  }

  .blog-suggestions-item-img-section {
    width: 100%;
  }

  .banner-center-section-btn {
    width: 100%;
  }

  .blog-item-three-row-container {
    flex-direction: column;
  }

  .blog-item-three-row-box {
    width: 100%;
  }

  .blog-item-two-row-container {
    flex-direction: column;
  }

  .blog-item-two-row-left-section {
    width: 100%;
    margin-right: 0;
  }

  .blog-item-two-row-right-section {
    width: 100%;
    margin-left: 0;
  }

  .blog-item-two-row-right-section img {
    margin-top: 20px;
  }

  .roof-steam-small-img {
    width: 100%;
  }

  .roof-steam-img-70 {
    width: 100%;
  }

  .town-hero-container {
    text-align: center;
  }

  .town-hero-section {
    display: block;
  }

  .get-a-quote-input-two-row-container {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .get-a-quote-input-two-row-left-section {
    width: 100%;
  }

  .get-a-quote-input-two-row-right-section {
    width: 100%;
    margin-left: 0;
  }

  .about-us-card {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .about-us-card-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 30%;
  }

  .section-title-green {
    line-height: 1;
  }

  .banner-section {
    background-position: 80% 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-wrapper {
    padding: 20px;
  }

  .width-60 {
    width: 100% !important;
  }

  .width-40 {
    width: 100% !important;
  }
}

.process-grid {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
  grid-template-columns: repeat(5, 1fr);
}

.process-step {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  word-break: break-word;
}

.step-image {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-number {
  background: #33b249;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.process-grid-4-columns {
  grid-template-columns: repeat(4, 1fr);
}

.process-grid-2-columns {
  grid-template-columns: repeat(2, 1fr);
}

.process-grid-3-columns {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .process-grid,
  .process-grid-4-columns,
  .process-grid-3-columns,
  .process-grid-2-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .image-container {
    height: 300px;
  }
}

/* Pricing Tables */
.pricing-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.pricing-table {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-table h3 {
  text-align: center;
  margin-bottom: 1rem;
  color: #33b249;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 0.8rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-table th {
  background: #f3f4f6;
  font-weight: bold;
  color: #33b249;
}

@media (max-width: 768px) {
  .pricing-section {
    grid-template-columns: 1fr;
  }
}

.highlight-box {
  background: #dbeafe;
  border-left: 4px solid #33b249;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}

.contain-back {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.contain-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.cockfostersguttercleaning.co.uk/images/seasonal-gutter-clearance.jpg")
    no-repeat center center;
  background-size: cover;
  filter: blur(4px);
  z-index: 0;
  transform: scale(1.05);
  /* prevent edge clipping */
}

.contain-back > * {
  position: relative;
  z-index: 1;
}

.location-columns {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.location-text {
  flex: 1 1 55%;
}

.location-image {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-image-img {
  max-width: 100%;
  width: 600px;
  height: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.location-cta {
  text-align: center;
  margin-top: 20px;
}

.location-cta a {
  width: 100%;
}

.testimonial-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.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;
}

.testimonial-card-modern-content h3 {
  font-size: 1.4em;
  color: #222222;
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonial-card-modern-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-card-modern-image {
  flex-basis: 300px;
  min-width: 250px;
  max-width: 40%;
  display: flex;
}

.testimonial-card-modern-image img {
  width: 300px;
  height: 243px;
  object-fit: cover;
  padding: 15px;
  border-radius: 30px;
}

.testimonial-author-details-modern {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.author-initial-badge {
  position: relative;
  margin-right: 12px;
}

.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;
}

.initial-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #146432;
  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);
}

.stars-modern {
  color: #ffd700;
  font-size: 1.1em;
  margin-right: 8px;
}

.verified-badge-modern {
  background-color: #e6f5e8;
  color: #33b249;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
}

.cta-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.text-shadow {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.two-row-image-section {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.two-row-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.our-work-image-container {
  width: 100%; /* Your div width */
  height: 550px; /* Your div height */
  overflow: hidden; /* Hide anything outside */
}

.our-work-image-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (max-width: 768px) {
  .testimonial-card-modern {
    flex-direction: column;
  }
  .testimonial-author-details-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
  .initial-circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .author-name-modern {
    font-size: 14px;
  }
  .author-date-modern {
    font-size: 12px;
  }
  .google-g-logo-testimonial {
    width: 16px;
    height: 16px;
  }
  .author-info-modern {
    flex: 1;
  }
  .author-rating-modern {
    text-align: right;
  }
  .stars-modern {
    font-size: 14px;
  }
  .verified-badge-modern {
    font-size: 11px;
  }
  .testimonial-card-modern-content {
    padding-bottom: 10px;
  }
  .testimonial-card-modern-image {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 200px;
  }
  .testimonial-card-modern-image img {
    width: 100%;
  }
  .mobile-header-btn-container {
    display: flex;
  }
  .two-row-image-container {
    flex-direction: column;
  }
  .two-row-image-container img {
    width: 100%;
  }
  .our-work-image-container {
    height: auto;
  }
}

.sublink {
  color: #05401d;
  text-decoration: underline;
}

.email-hidden {
  display: none;
}