* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
  color: inherit;
}
ul {
  list-style-type: none;
}
.a {
  font-family: "ADLaM Display" !important;
}
/* animation for background */
.gradient-animation-bg,
.anim-bg-nav {
  background: linear-gradient(
    270deg,
    rgba(60, 153, 38) 0%,
    rgb(7, 7, 7) 50%,
    rgba(60, 153, 38) 100%
  );
  background-size: 400% 400%;
  animation: gradient-bg 5s ease infinite;
}
@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  position: relative;
  flex-direction: column;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
/* Add this block at the end of your CSS for global heading styles */
h1,
h2,
h3,
h4,
h5,
h6,
.section-heading,
.features-title,
.services-heading,
.about-title,
.loc-title,
.commitment-card h2,
.why-title,
.expert-name,
.logo > a {
  color: #aeadad !important;
  font-family: "ADLaM Display" !important;
}

/* If you want to override specific heading classes, you can also add: */
.section-heading,
.features-title,
.services-heading,
.about-title,
.loc-title,
.commitment-card h2,
.why-title,
.expert-name,
.logo > a {
  color: #aeadad !important;
  font-family: "ADLaM Display" !important;
}

.nav-toggle-label {
  display: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0 15px;
}
.logo-container {
  width: 40%;
  height: 30px;
  transform: skewX(-60deg);
  position: absolute;
  left: -50px;
  top: 0;
  flex: 1;
  border-radius: 20px;
}
.logo-container a {
  display: block;
  transform: skewX(60deg);
  text-align: center;
  font-size: 16px;

  padding: 5px 15px;
  color: white;
  font-family: "ADLaM Display";
}

.logo {
  position: absolute;
  top: 5px;
  left: 150px;
  color: rgb(0, 0, 0);
}
.logo > a {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 4px;
}
.contact-info {
  position: relative;
  height: 30px;
  flex: 1;
}
.contact-details {
  position: absolute;
  top: -5px;
  left: 585px;
}
.icons {
  list-style-type: none;
  display: flex;
  text-align: right;
  float: right;
  column-gap: 10px;
}
.icons > li {
  flex: 1;
}
.icons > li > a {
  border-radius: 4px;
  padding: 7px;
  font-size: 20px;
  transition: font-size 0.3s ease, background 0.3s, color 0.3s;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.icons > li > a:hover {
  font-size: 25px;
  scale: 1;
}

#facebook {
  color: #1877f2;
}
#twitter {
  color: #1da1f2;
}
#insta {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#linkdin {
  color: #0077b5;
}
#yt {
  color: #ff0000;
}
.nav-container {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  padding-top: 10px;
  box-shadow: 1px 1px 20px 0px rgb(42 42 42 / 50%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.top-position {
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.nav-logo {
  flex: 30%;
  display: flex;
  padding-left: 150px;
}

/* remove left padding between 320px and 768px */
@media (min-width: 320px) and (max-width: 768px) {
  .nav-logo {
    padding-left: 0 !important;
    justify-content: flex-start;
  }
}

.logo-link {
  margin-left: 12%;
}
.logo-image {
  height: 60px;
  display: block;
}
.logo-text {
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
  color: seagreen;
}
.logo-green {
  color: seagreen !important;
}
.logo-text span {
  color: rgb(108, 107, 107);
}
.nav-bar {
  flex: 70%;
  height: 50px;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.nav-links {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  font-family: "ADLaM Display";
  color: rgb(60, 60, 60) !important;
}
.nav-links li {
  list-style-type: none;
  display: inline-block;
  height: 50px;
  transition: transform 0.2s cubic-bezier(0.4, 0.2, 0.2, 1);
  padding-left: 10px;
}
.nav-links li:hover,
.text-popup:hover {
  transform: scale(1.1);
  z-index: 1;
}
/* Dropdown styles for Services menu */
.nav-links .dropdown {
  position: relative;
}
.nav-links .dropbtn {
  display: block;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.nav-links .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 210px;
  background: #fff;
  box-shadow: #003903 0 8px 16px;
  z-index: 100;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  height: auto;
}
.nav-links .dropdown-content,
.nav-links .dropdown-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.nav-links .dropdown-content li {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.nav-links .dropdown-content li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  color: inherit;
  text-align: left;
  white-space: nowrap; /* keeps items from wrapping and shifting */
  box-sizing: border-box;
}

/* Optional: ensure dropdown sits flush under its parent */
.nav-links .dropdown-content {
  left: 0;
  top: 100%;
  min-width: 210px;
}
.nav-links .dropdown:hover .dropdown-content,
.nav-links .dropdown:focus-within .dropdown-content {
  display: block;
}
.nav-links .dropdown-content li a {
  display: block;
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}

/* hero section  */
.hero {
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 120px;
}
.container-crsl {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.carousel.fade-in {
  opacity: 1;
}

.left {
  width: 50%;
}

.left h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.left p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.left a {
  padding: 12px 25px;
  border: 2px solid #222;
  background: transparent;
  cursor: pointer;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  color: #222;
}

.left a:hover {
  background: #003903;
  color: white;
  border: 2px solid #ffffff;
}

.right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right img {
  width: 80%;
  max-height: 450px;
  object-fit: contain;
  transition: opacity 0.6s ease-in-out;
}

.controls {
  position: absolute;
  bottom: -100px;
  display: flex;
  gap: 20px;
}

.controls button {
  padding: 10px 18px;
  background: #eee;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.controls button:hover {
  background: #ccc;
}

.dots {
  position: absolute;
  bottom:-10%;
  display: flex;
  gap: 10px;
}


.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #444;
  transform: scale(1.2);
}

@media (min-width: 320px) and (max-width: 900px) {
  .container-crsl {
  width: 100%;
  height: 100vh;
  padding-bottom: 80px;
  margin-top: 10px;

}
  .carousel {
    flex-direction: column;
    text-align: center;
  }
  .left,
  .right {
    width: 100%;
  }
  .right img {
    width: 70%;
  }
  .left h1 {
    font-size: 36px;
  }
  .dots {
  position: absolute;
  bottom:10%;
  display: flex;
  gap: 10px;
}
.controls {
  position: absolute;
  bottom: 2%;

}

}
.services-link {
  margin-top: 30px;
  padding: 10px 30px;
  background: linear-gradient(90deg, #003903, rgba(60, 153, 38));
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: 0.6s ease-in-out, color 0.4s, box-shadow 0.4s;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 150px;
}

/* about section  */

.about-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0;
  background: #f8f8f8;
  position: relative;
}

.section-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 22px;
  position: absolute;
  top: 1.5rem;
}
.tagline-line {
  display: block;
  height: 2px;
  background: #1a1a1a;
  width: 140px; /* adjust length of side lines */
  border-radius: 2px;
  opacity: 0.9;
}
.tagline-text {
  font-family: "Trirong", serif;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 18px;
  color: #111;
  padding: 6px 12px;
  white-space: nowrap;
}

/* smaller screens: shrink lines and text */
@media (max-width: 700px) {
  .section-tagline {
    gap: 12px;
    margin-bottom: 16px;
  }
  .tagline-line {
    width: 70px;
    height: 1.6px;
  }
  .tagline-text {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1600px) {
  .tagline-line {
    width: 220px;
  }
  .tagline-text {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.about-inner {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}
.about-left {
  flex: 1;
  min-width: 220px;
}
.about-title {
  padding-top: 40px;
}
.comp-name {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2.2rem !important;
  font-weight: bold;
  line-height: 1.2;
  justify-content: normal !important;
  transform: rotate(180deg);
  padding: 20px;
}

.about-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}
.ant-figure {
  position: relative;
  width: 180px;
  height: 300px;
  margin-bottom: 20px;
}
.ant-image {
  width: 150px;
  object-fit: cover;
  border-radius: 16px;
}
.ant-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 16px 16px;
  text-align: center;
}
.ant-text {
  font-size: 2rem;
  font-family: "ADLaM Display";
  color: rgb(177, 177, 177) !important;
  padding: 10px;
}
.about-right {
  flex: 1;
  min-width: 300px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-right p {
  margin-bottom: 10px;
  font-size: 1.08rem;
  color: #333;
  font-family: "Trirong", serif;
  padding: 10px;
}
.about-cta {
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 900px) {
  .about-inner {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .about-right {
    margin-left: 0;
  }
}

/* ...existing code... */

/* features section (added to match the image) */
.features-section {
  background: #ffffff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}
.features-inner {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.features-title {
  color: #aeadad !important; /* black text as requested */
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
.features-subtitle {
  color: #333;
  max-width: 820px;
  margin: 0 auto 36px;
  font-size: 14px;
  line-height: 1.6;
}

/* grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: start;
}

/* card */
.feature-card {
  text-align: center;
  padding: 12px 8px;
  box-shadow: inset 2px 2px 20px 1px rgb(141 145 141 / 68%);
  border-radius: 10px;
}
.feature-icon {
  font-size: 48px;
  color: #ffffff !important; /* black icon color */
  margin-bottom: 18px;
}
.text-shadow1 {
  text-shadow: 0 1px 5px #012f1b, 0 -1px 1px #000, 1px 0 1px #000,
    -1px 0 1px #000 !important;

  /* subtle shadow for contrast */
}
.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #111; /* black title */
  margin: 0;
}
.feature-underline {
  width: 70px;
  height: 6px;
  background: rgba(60, 153, 38, 1); /* green underline */
  margin: 12px auto;
  border-radius: 4px;
}
.feature-desc {
  color: #444;
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.5;
  min-height: 58px; /* visually match the example lines */
}

/* responsive */
@media (max-width: 1000px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .feature-icon {
    font-size: 44px;
  }
}
@media (max-width: 560px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-inner {
    padding: 0 12px;
  }
  .features-title {
    font-size: 22px;
  }
  .feature-underline {
    width: 56px;
    height: 5px;
  }
}
/* services section (matches provided image) */
.services-section {
  background: #fff;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
.services-inner {
  max-width: 1100px;
  width: 100%;
  text-align: center;
}
.services-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0b1b2b; /* dark/near-black */
  margin-bottom: 48px;
  line-height: 1.15;
  letter-spacing: 0.2px;
}

/* each service row */
.service-row {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 56px;
}
.service-row.alt {
  flex-direction: row-reverse;
}
.service-image {
  flex: 1;
  min-width: 300px;
  max-width: 520px;
}
.service-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 6px 20px rgba(10, 10, 20, 0.08);
}
.service-content {
  flex: 1;
  text-align: left;
  min-width: 320px;
}
.service-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 8px;
}
.service-meta i {
  font-size: 18px;
  color: #6b6b6b;
}
.service-title {
  color: #0b1b2b; /* black/dark title */
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 800;
}
.service-desc {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

/* responsive */
@media (max-width: 980px) {
  .service-row {
    flex-direction: column;
    text-align: left;
  }
  .service-row.alt {
    flex-direction: column;
  }
  .services-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service-image {
    max-width: 100%;
  }
  .service-content {
    min-width: auto;
  }
}
@media (max-width: 560px) {
  .services-inner {
    padding: 0 12px;
  }
  .services-heading {
    font-size: 20px;
  }
  .service-desc {
    font-size: 13px;
  }
}
/* insects gallery (desktop carousel + thumbs) */
.insects-section {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  background: url("../img/insect-crawl.png") no-repeat center center;
}
.insects-inner {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  color: #0b1b2b;
  background: none !important;
}
.insects-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 26px;
  background: none !important;
}
.insects-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  background: none !important;
}
.insect-nav {
  background: none !important;
  border: none;
  font-size: 32px;
  color: #1f3a5a;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
}
.insect-main-card {
  width: 340px;
  height: 340px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none !important;
}
.insect-main-card img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: brightness(1) contrast(1.05);
  transition: transform 0.28s ease;
  background: none !important;
}
.insect-main-card:hover img {
  transform: scale(1.03);
}
.insect-title {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: none !important;
  color: #000000;
  font-weight: 700;
  padding: 10px 18px;
  font-size: 14px;
}
.insect-thumbs {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 6px;
  background: none !important;
}
.insect-thumb {
  border: none;
  padding: 12px;
  border-radius: 8px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s;
  flex: 0 0 auto;
  background: none !important;
}
.insect-thumb img {
  height: 100px;
  object-fit: contain;
  display: block;
  background: none !important;
}
.insect-thumb span {
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  background: none !important;
}
.insect-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(3, 20, 34, 0.14);
  background: none !important;
}
.insect-thumb.active {
  box-shadow: 0 14px 36px rgba(3, 20, 34, 0.2);
  transform: translateY(-8px);
  background: none !important;
}
/* responsive */
@media (max-width: 900px) {
  .insect-main-card {
    width: 220px;
    height: 220px;
  }
  .insect-nav {
    display: none;
  }
  .insect-thumb {
    width: 88px;
    padding: 8px;
    gap: 6px;
  }
}
@media (max-width: 560px) {
  .insects-inner {
    padding: 0 12px;
  }
  .insect-main-card {
    width: 180px;
    height: 180px;
  }
  .insect-thumb img {
    width: 36px;
    height: 36px;
  }
  .insect-title {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media (max-width: 320px) {
  .brand {
    margin-left: 0% !important;
  }
}

/* Locations section (round image + hover popup + map) */
.locations-section {
  background: url("../img/insect-crawl.png") no-repeat center center;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.locations-inner {
  max-width: 1100px;
  width: 100%;
  display: flex;
  gap: 150px;
  align-items: flex-start;
  color: #000; /* ensure black text */
}

/* left column: circular image */
.loc-left {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.round-figure {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  padding: 6px; /* border thickness */
  background: #fff;
  border: 3px solid rgb(255, 255, 255); /* red ring like the example */
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 95%);
  overflow: visible;
}
.round-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transform: scale(1);
  transition: transform 300ms ease;
  display: block;
}
/* popup overlay that appears on hover */
.round-popup {
  position: absolute;
  top: -10px;
  left: 110%;
  width: 280px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
  z-index: 12;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
/* little caret */
.round-popup::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  filter: drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.5));
}

/* hover triggers */
.round-figure:hover .round-popup {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.round-figure:hover .round-image {
  transform: scale(1.03);
}

/* caption */
.loc-caption {
  max-width: 320px;
  text-align: center;
  color: #111;
  font-weight: 600;
}

/* right column: info + map */
.loc-right {
  flex: 1;
  color: #000;
}
.loc-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.loc-phone {
  display: inline-block;
  margin-bottom: 12px;
  color: #000;
  font-weight: 700;
}
.map-note {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}
.map-wrap {
  width: 450px;
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: #1b6b2a85 1px 1px 20px 1px;
}
.map-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.loc-address {
  font-size: 13px;
  color: #111;
  line-height: 1.45;
  margin-top: 6px;
}
.loc-link {
  color: #b22222;
  font-weight: 700;
}

/* responsive */
@media (max-width: 980px) {
  .locations-inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .loc-left {
    order: 1;
  }
  .loc-right {
    order: 2;
    text-align: center;
  }
  .round-popup {
    left: 50%;
    transform: translate(-50%, 8px) scale(0.98);
    top: 100%;
  }
  .round-figure:hover .round-popup {
    transform: translate(-50%, 0) scale(1);
  }
  .map-wrap {
    width: 90%;
    max-width: 520px;
    height: 260px;
  }
}
@media (max-width: 560px) {
  .round-figure {
    width: 220px;
    height: 220px;
  }
  .loc-caption {
    max-width: 220px;
    font-size: 14px;
  }
  .map-wrap {
    height: 200px;
  }
}
footer {
  background: url("../img/footer-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 1s ease;

  position: relative;
}
footer:hover {
  background-size: 120% 120%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.footer-section {
  flex: 1;
  min-width: 220px;
  margin: 10px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-section p,
.footer-section li,
.footer-section a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.footer-section li,
.footer-section a:hover {
  scale: 1.05;
}

.footer-bottom {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  bottom: 3%;
  left: 40%;
}

.fixed-button {
  display: inline-block;
  padding: 10px;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: button-fade 1s ease-in-out infinite;
  opacity: 0.85;
}
@keyframes button-fade {
  0% {
    transform: translateY(10px) scale(1);
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) scale(1.2);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0;
  }
}

/* ...existing code... */
/* --- Responsive improvements: grid + flex adjustments + breakpoints --- */

/* 1) Utility: mobile hamburger visuals (used by updated [home.html](home.html)) */
.nav-toggle {
  display: none;
}
.nav-toggle-label {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 10px;
}

.nav-toggle-label .hamburger-line {
  display: none; /* Hidden by default */
  height: 2px;
  width: 22px;
  background: #114b20;
  margin: 4px 0;
  border-radius: 2px;
}

/* Show hamburger lines below 768px */
@media (max-width: 768px) {
  .nav-toggle-label .hamburger-line {
    display: block;
  }
}

/* 2) Make hero layout adaptive with CSS Grid for text blocks */
.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
  width: min(1100px, 92%);
}
.hero-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.hero-content p {
  width: 100%;
}

/* 3) Features grid uses CSS Grid and becomes 2/1 columns at breakpoints */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: start;
}

/* 4) Services section: switch to grid on smaller screens for consistent stacking */
.services-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;
}
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}
.service-row.alt {
  grid-auto-flow: dense;
}

/* 5) Insects thumbs: keep horizontal scroll but allow wrapping at small widths */
.insect-thumbs {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 6px;
}

/* 6) Footer becomes stacked on small viewports */
footer {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-section {
  flex: 1 1 220px;
}

/* 7) Main responsive breakpoints */

/* Tablet and large phones */
@media (max-width: 768px) {
  /* show hamburger and hide desktop nav by default */
  .nav-toggle-label {
    display: flex;
  }
  .nav-links {
    display: none;
    position: absolute;
    right: 16px;
    top: calc(100% + 6px);
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    width: calc(100% - 32px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    gap: 8px;
    z-index: 120;
    overflow: scroll;
  }

  /* when checkbox is checked, show nav */
  #nav-toggle:checked + .nav-links,
  #nav-toggle:checked ~ .nav-links {
    display: flex;
  }

  .nav-links li {
    display: block;
    width: 100%;
  }
  .nav-links .dropdown-content {
    position: static;
    box-shadow: none;
    border-radius: 6px;
    margin-top: 6px;
  }

  /* hero adjustments */
  .hero-content {
    width: min(950px, 94%);
    padding: 28px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 2.4rem;
  }

  /* features -> 2 columns */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .features-inner {
    padding: 0 12px;
  }

  /* services rows stack */
  .service-row {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .service-image {
    max-width: 100%;
  }

  /* locations */
  .locations-inner {
    gap: 32px;
    padding: 12px;
  }
  .map-wrap {
    width: 100%;
    height: 280px;
  }

  /* footer */
  footer {
    padding-bottom: 36px;
  }
  /* icon  */
  #facebook,
  #twitter,
  #insta {
    display: none;
  }
}

/* Small phones and modern smartphones: 425px and below */
@media (max-width: 425px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1.05rem;
  }
  .hero-content {
    padding: 20px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-icon {
    font-size: 40px;
  }
  .feature-desc {
    font-size: 13px;
  }
  .service-desc {
    font-size: 13px;
  }

  /* insects main card reduce */
  .insect-main-card {
    width: 180px;
    height: 180px;
  }
  .insect-thumb img {
    height: 46px;
  }

  .loc-right {
    text-align: center;
  }
}

/* Narrow phones: 375px */
@media (min-width: 375px) and (max-width: 450px) {
  .hero-title {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .nav-toggle-label {
    margin-right: 6px;
  }
  .logo-image {
    height: 44px;
    padding-left: 8px;
  }

  .round-figure {
    width: 200px;
    height: 200px;
  }
  .map-wrap {
    height: 220px;
  }
  .footer-bottom {
    left: 25%;
    bottom: 2%;
    font-size: 12px;
  }
  .ant-image {
    height: 330px;
  }
  .logo-container {
    width: 60%;
  }
  .logo-container a {
    font-size: 11px !important;
  }
}

/* Very small: 320px */
@media (min-width: 320px) and (max-width: 375px) {
  .hero-title {
    font-size: 1.6rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .features-inner {
    padding: 0 8px;
  }
  .features-grid {
    gap: 12px;
  }
  .nav-links {
    width: calc(100% - 24px);
    right: 12px;
    left: 12px;
  }
  .service-meta {
    font-size: 13px;
  }
  .loc-caption {
    font-size: 13px;
    max-width: 260px;
  }
  .logo-container {
    width: 60%;
  }
  .logo-container a {
    font-size: 11px !important;
  }
}

/* small improvements: ensure focus and accessibility on interactive elements */
.nav-links a,
.nav-toggle-label,
.insect-nav,
.btn,
.btn-submit {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
}

/* keep dropdown accessible on touch devices */
.nav-links .dropdown:focus-within .dropdown-content,
.nav-links .dropdown:hover .dropdown-content {
  display: block;
}

/* preserve existing major styles (do not override other page-specific rules) */
/* ...existing code... */
/*----------------------------------------------------------------------------------------------------------------------------------------------------- about-page starts here---------------------------------------------------------------------------  */

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin-top: 110px; /* default for small screens */
}

/* when viewport is wider than 500px, increase top margin */
@media (min-width: 500px) {
  .brand {
    margin-top: 150px; /* change value as needed */
  }
}
.brand-logo {
  width: 100px;
  height: 100px;
  flex: 0 0 56px;
  border-radius: 8px;
}
.company-name {
  margin: 0;
  font-family: "ADLaM Display", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.4px;
}
.logo-abt {
  font-size: 32px;
}

/* Tagline with vertical line */
.tagline-wrap-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.tagline-line-top {
  width: 3px;
  height: 36px;
  display: block;
  border-radius: 1px;
  opacity: 0.95;
  flex: 0 0 3px;
}
.tagline-top {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.95);
  line-height: 1.05;
  font-weight: 600;
  max-width: 240px;
}
.commitment-card {
  width: 100%;
  max-width: 928px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  );
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
  margin: 32px auto;
}

/* Heading uses ADLaM Display */
.commitment-card h2 {
  font-family: "ADLaM Display", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 14px 0;
  color: #000000;
}

.tagline-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

/* Vertical straight line in front of the company tagline */
.tagline-line {
  width: 6px; /* thickness of the vertical line */
  background: linear-gradient(
    180deg,
    rgba(60, 153, 38) 0%,
    rgb(7, 7, 7) 50%,
    rgba(60, 153, 38) 100%
  );
  border-radius: 3px;
  height: 56px; /* match tagline height */
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(43, 138, 62, 0.973);
  animation: gradient-bg 5s ease infinite;
}

.tagline {
  font-family: "ADLaM Display", Arial, sans-serif;
  font-size: 18px;
  color: #000301;
  line-height: 1.12;
  margin: 0;
  /* ensure the tagline sits beside the vertical line and breaks into two lines */
  max-width: calc(100% - 40px);
}

/* force two-line tagline when space allows; user requested two lines explicitly */
.tagline .line1 {
  display: block;
}
.tagline .line2 {
  display: block;
}

p.description {
  margin: 12px 0 0 0;
  color: var(--muted);
  font-size: 15px;
}

.bullets {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.bullet {
  background: var(--glass);
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  font-size: 14px;
  box-shadow: inset 2px 2px 20px 5px rgba(2, 6, 23, 0.4);
}
.bullet strong {
  display: block;
  color: #650e0e;
  margin-bottom: 6px;
  font-size: 15px;
}

/* small decorative insect watermark */
.watermark {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 220px;
  height: 220px;
  opacity: 0.04;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"> <g fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M50 60c10-10 40-10 50 0"/> <path d="M55 90c10-20 40-20 50 0"/> <circle cx="100" cy="100" r="18"/> <path d="M100 82v-16"/> <path d="M88 102l-14 12"/> <path d="M112 102l14 12"/> </g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(18deg);
  pointer-events: none;
}

/* small responsive tweaks */
@media (max-width: 520px) {
  .tagline-line {
    height: 48px;
  }
  .commitment-card {
    padding: 18px;
  }
  .tagline {
    font-size: 17px;
  }
}

/* ...existing code... */

/* shared layout helpers */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Section headings (used by Experts + Why) */
.section-heading {
  font-family: "ADLaM Display", Arial, sans-serif;
  color: #114b20;
  font-size: 28px;
  font-weight: 800;
  margin: 18px 0 8px;
}
.section-sub {
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 18px;
}

/* -- Experts section -- */
.experts-section {
  background: #f9fbf9;
  padding: 28px 0 36px;
}
.experts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.expert-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 2px 2px 20px 5px rgba(2, 6, 23, 0.4);
  border: 1px solid rgba(3, 40, 15, 0.03);
}
.expert-avatar {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #f1f1f1;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #0b1b2b;
  flex: 0 0 64px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.expert-name {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #0b1b2b;
}
.expert-role {
  margin: 4px 0 0;
  color: #6b6b6b;
  font-size: 13px;
}

/* -- Why Choose Us section -- */
.why-section {
  background: #ffffff;
  padding: 36px 0 46px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 6px;
}
.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: left;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.258);
  border: 1px solid rgba(3, 40, 15, 0.03);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg, #1b6b2a, #64c37a);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin: 0 auto 4px;
  box-shadow: 0 6px 14px rgba(27, 107, 42, 0.12);
}
.why-title {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #0b1b2b;
}
.why-desc {
  margin: 0;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* responsive */
@media (max-width: 1100px) {
  .experts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .experts-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .expert-card {
    justify-content: flex-start;
  }
}
@media (max-width: 420px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    padding: 14px;
    min-height: auto;
  }
}

:root {
  --card-w: 340px;
  --avatar-size: 120px;
  --small-avatar: 44px;
  --halo: rgba(255, 200, 150, 0.3);
  --transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
  --muted: #888;
}

.reviews {
  margin: 0;
  padding: 48px 16px;
  background: #f9f9fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.testimonial-wrap {
  width: 100%;
  max-width: 1100px;
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.card {
  width: 100%;
  max-width: var(--card-w);
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyebrow {
  position: absolute;
  left: -150px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 4px;
  top: 0;
}

.center-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  margin: 0 auto 12px auto;
  position: relative;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 6px 18px rgba(20, 20, 30, 0.06);
  background: #f6f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition);
}

.center-avatar::before {
  content: "";
  position: absolute;
  inset: -40%;
  border-radius: 50%;
  background: var(--halo);
  filter: blur(12px);
  transform: scale(0.95);
  z-index: -1;
}

.center-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.name {
  font-weight: 600;
  margin-top: 6px;
  text-align: center;
}

.role {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 12px;
  text-align: center;
}

.quote {
  max-width: 420px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
  min-height: 66px;
  transition: opacity var(--transition), transform var(--transition);
  padding: 0 18px;
  text-align: center;
}

.side-avatars {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
}

.side-left,
.side-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.side-left {
  margin-left: -120px;
}

.side-right {
  margin-right: -120px;
  align-items: flex-end;
}

.small {
  width: var(--small-avatar);
  height: var(--small-avatar);
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 6px 14px rgba(20, 20, 30, 0.06);
  background: #fff;
  transition: transform 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.controls {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  color: var(--muted);
}

.btn:focus {
  outline: 2px solid rgba(0, 0, 0, 0.06);
}

.bob {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-out {
  opacity: 0;
  transform: translateY(8px);
}

/* Responsive adjustments */
@media (max-width: 920px) {
  .side-avatars,
  .eyebrow {
    display: none;
  }
  :root {
    --card-w: 420px;
    --avatar-size: 84px;
    --small-avatar: 40px;
  }
  .testimonial-wrap {
    padding: 32px 8px;
  }
}

@media (max-width: 480px) {
  :root {
    --card-w: 98vw;
    --avatar-size: 64px;
    --small-avatar: 32px;
  }
  .reviews {
    padding: 24px 4px;
  }
  .testimonial-wrap {
    padding: 18px 2px;
  }
  .quote {
    padding: 0 4px;
    font-size: 15px;
  }
}

/* location page starts here */

:root {
  --accent: #aeadad;
  --bg: #ffffff;
  --muted: #555;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: #222;
  line-height: 1.5;
}

.location-title {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}
.location-title h1 {
  color: var(--accent) !important;
  font-family: "ADLaM Display", cursive !important;
  font-size: 2rem;
  margin: 0;
}
.location-title p {
  color: var(--muted);
}
.location-page {
  background: url("../img/insect-crawl.png") repeat center center;
}

.location-section {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}
h2 {
  color: var(--accent) !important;
  font-family: "ADLaM Display" !important;
  margin-bottom: 10px;
}

.location-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.location-map iframe {
  width: 500px;
  height: 350px;
  border: none;
  border-radius: 12px;
  box-shadow: #1b6b2a85 1px 1px 20px 1px;
}

.location-card {
  flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-card:hover {
  transform: translateY(-10px);
  box-shadow: #1b6b2a85 1px 1px 20px 1px;
}

.location-card h3 {
  color: var(--accent) !important;
  font-family: "ADLaM Display" !important;
  margin-top: 0;
}
.location-card p {
  margin: 8px 0;
  color: var(--muted);
}
.hours {
  font-size: 14px;
  color: #444;
}

.location-link {
  text-decoration: none;
  color: inherit;
}
.location-link:hover h3 {
  text-decoration: underline;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  .location-section {
    flex-direction: column;
  }
  .location-map iframe {
    width: 100%;
    height: 300px;
  }
}

/* termite-control starts here */

.termite-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Hero Section */
.termite-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/termite-control-service.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.termite-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.termite-hero h1:hover {
  transform: scale(1.05);
}

.termite-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.termite-cta-button {
  display: inline-block;
  background: #aeadad !important;
  color: #000000;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, transform 0.3s;
}

.termite-cta-button:hover {
  transform: scale(1.1);
}

/* Section Styles */
.termite-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.termite-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.termite-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c5530;
  position: relative;
  padding-bottom: 15px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: color 0.3s ease;
}

.termite-section-title:hover {
  color: #8a8989 !important;
}

.termite-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e6b325;
  transition: width 0.3s ease;
}

.termite-section-title:hover:after {
  width: 120px;
}

/* Overview Section */
.termite-overview-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.termite-overview-text {
  flex: 1;
}

.termite-overview-text p {
  margin-bottom: 20px;
}

.termite-overview-image {
  flex: 1;
  height: 300px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  color: #777;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.td-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  box-shadow: #114b2085 1px 1px 20px 1px;
}
.termite-overview-image:hover {
  transform: scale(1.02);
}

/* Process Section */
.termite-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.termite-step {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-left: 4px solid #e6b325;
}

.termite-step:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
}

.termite-step-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.termite-step:hover .termite-step-icon {
  transform: scale(1.2);
  color: #e6b325;
}

.termite-step h3 {
  margin-bottom: 15px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.termite-step:hover h3 {
  color: #e6b325;
}

/* Why Choose Us Section */
.termite-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.termite-benefit {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.termite-benefit:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.termite-benefit-icon {
  font-size: 1.8rem;
  color: #e6b325;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.termite-benefit:hover .termite-benefit-icon {
  transform: rotate(15deg) scale(1.2);
}

.termite-benefit h3 {
  margin-bottom: 10px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.termite-benefit:hover h3 {
  color: #e6b325;
}

/* Call to Action Section */
.termite-cta-section {
  background: linear-gradient(90deg, #003903, rgba(60, 153, 38));
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.termite-cta-section:hover {
  transform: scale(1.01);
}

.termite-cta-section h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.termite-cta-section h2:hover {
  transform: scale(1.05);
}

.termite-cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.termite-phone-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6b325;
  margin: 20px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.termite-phone-number:hover {
  transform: scale(1.1);
  color: #ffcc44;
}

/* Responsive Design */
@media (max-width: 768px) {
  .termite-hero h1 {
    font-size: 2.2rem;
  }

  .termite-overview-content {
    flex-direction: column;
  }

  .termite-overview-image {
    width: 100%;
  }
}

/* rodent page  */

.rodent-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Hero Section */
.rodent-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/rodent-control-1.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.rodent-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.rodent-hero h1:hover {
  transform: scale(1.05);
}

.rodent-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.rodent-cta-button {
  display: inline-block;
  background-color: #aeadad !important;
  color: #000000;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, transform 0.3s;
}

.rodent-cta-button:hover {
  transform: translateY(-3px);
}

/* Section Styles */
.rodent-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rodent-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.rodent-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c5530;
  position: relative;
  padding-bottom: 15px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: color 0.3s ease;
}

.rodent-section-title:hover {
  color: #8a8989 !important;
}

.rodent-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e6b325;
  transition: width 0.3s ease;
}

.rodent-section-title:hover:after {
  width: 120px;
}

/* Overview Section */
.rodent-overview-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rodent-overview-text {
  flex: 1;
}

.rodent-overview-text p {
  margin-bottom: 20px;
}

.rodent-overview-image {
  flex: 1;
  height: 300px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.rodent-overview-image:hover {
  transform: scale(1.02);
}

/* Process Section */
.rodent-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.rodent-step {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-left: 4px solid #e6b325;
}

.rodent-step:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
}

.rodent-step-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.rodent-step:hover .rodent-step-icon {
  transform: scale(1.2);
  color: #e6b325;
}

.rodent-step h3 {
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.rodent-step:hover h3 {
  color: #e6b325;
}

/* Benefits Section */
.rodent-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.rodent-benefit {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.rodent-benefit:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.rodent-benefit-icon {
  font-size: 1.8rem;
  color: #e6b325;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.rodent-benefit:hover .rodent-benefit-icon {
  transform: rotate(15deg) scale(1.2);
}

.rodent-benefit h3 {
  margin-bottom: 10px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.rodent-benefit:hover h3 {
  color: #e6b325;
}

/* Call to Action Section */
.rodent-cta-section {
  background-color: #2c5530;
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.rodent-cta-section:hover {
  transform: scale(1.01);
}

.rodent-cta-section h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.rodent-cta-section h2:hover {
  transform: scale(1.05);
}

.rodent-cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.rodent-phone-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6b325;
  margin: 20px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.rodent-phone-number:hover {
  transform: scale(1.1);
  color: #ffcc44;
}

/* Responsive Design */
@media (max-width: 768px) {
  .rodent-hero h1 {
    font-size: 2.2rem;
  }

  .rodent-overview-content {
    flex-direction: column;
  }

  .rodent-overview-image {
    width: 100%;
  }
}

/* INSECT CONTROL  */

.insect-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Hero Section */
.insect-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/insect-control.png");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.insect-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.insect-hero h1:hover {
  transform: scale(1.05);
}

.insect-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.insect-cta-button {
  display: inline-block;
  background-color: #aeadad !important;
  color: #000000;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, transform 0.3s;
}

.insect-cta-button:hover {
  transform: translateY(-3px);
}

/* Section Styles */
.insect-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insect-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.insect-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c5530;
  position: relative;
  padding-bottom: 15px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: color 0.3s ease;
}

.insect-section-title:hover {
  color: #8a8989 !important;
}

.insect-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e6b325;
  transition: width 0.3s ease;
}

.insect-section-title:hover:after {
  width: 120px;
}

/* Introduction Section */
.insect-intro-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.insect-intro-text {
  flex: 1;
}

.insect-intro-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.insect-intro-image {
  flex: 1;
  height: 300px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.insect-intro-image:hover {
  transform: scale(1.02);
}

/* Insects Section */
.insect-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.insect-type {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-left: 4px solid #e6b325;
}

.insect-type:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
}

.insect-type-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.insect-type:hover .insect-type-icon {
  transform: scale(1.2);
  color: #e6b325;
}

.insect-type h3 {
  margin-bottom: 15px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.insect-type:hover h3 {
  color: #e6b325;
}

/* Method Section */
.insect-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.insect-method {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.insect-method:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.insect-method-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.insect-method:hover .insect-method-icon {
  transform: rotate(15deg) scale(1.2);
  color: #e6b325;
}

.insect-method h3 {
  margin-bottom: 15px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.insect-method:hover h3 {
  color: #e6b325;
}

/* Why Us Section */
.insect-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.insect-benefit {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.insect-benefit:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.insect-benefit-icon {
  font-size: 1.8rem;
  color: #e6b325;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.insect-benefit:hover .insect-benefit-icon {
  transform: rotate(15deg) scale(1.2);
}

.insect-benefit h3 {
  margin-bottom: 10px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.insect-benefit:hover h3 {
  color: #e6b325;
}

/* Call to Action Section */
.insect-cta-section {
  background-color: #2c5530;
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.insect-cta-section:hover {
  transform: scale(1.01);
}

.insect-cta-section h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.insect-cta-section h2:hover {
  transform: scale(1.05);
}

.insect-cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.insect-phone-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6b325;
  margin: 20px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.insect-phone-number:hover {
  transform: scale(1.1);
  color: #ffcc44;
}

/* Responsive Design */
@media (max-width: 768px) {
  .insect-hero h1 {
    font-size: 2.2rem;
  }

  .insect-intro-content {
    flex-direction: column;
  }

  .insect-intro-image {
    width: 100%;
  }
}

/* MOSQUITO CONTROL  */

.mosquito-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Font Effect Outline */

/* Hero Section */
.mosquito-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/mosquito-control.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.mosquito-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.mosquito-hero h1:hover {
  transform: scale(1.05);
}

.mosquito-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.mosquito-cta-button {
  display: inline-block;
  background-color: #aeadad !important;
  color: #000000;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, transform 0.3s;
}

.mosquito-cta-button:hover {
  transform: translateY(-3px);
}

/* Section Styles */
.mosquito-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mosquito-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mosquito-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c5530;
  position: relative;
  padding-bottom: 15px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: color 0.3s ease;
}

.mosquito-section-title:hover {
  color: #8a8989 !important;
}

.mosquito-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e6b325;
  transition: width 0.3s ease;
}

.mosquito-section-title:hover:after {
  width: 120px;
}

/* Overview Section */
.mosquito-overview-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.mosquito-overview-text {
  flex: 1;
}

.mosquito-overview-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.mosquito-overview-image {
  flex: 1;
  height: 300px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.mosquito-overview-image:hover {
  transform: scale(1.02);
}

/* Service Details Section */
.mosquito-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.mosquito-service {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-left: 4px solid #e6b325;
}

.mosquito-service:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
}

.mosquito-service-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.mosquito-service:hover .mosquito-service-icon {
  transform: scale(1.2);
  color: #e6b325;
}

.mosquito-service h3 {
  margin-bottom: 15px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.mosquito-service:hover h3 {
  color: #e6b325;
}

/* Benefits Section */
.mosquito-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.mosquito-benefit {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.mosquito-benefit:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.mosquito-benefit-icon {
  font-size: 1.8rem;
  color: #e6b325;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.mosquito-benefit:hover .mosquito-benefit-icon {
  transform: rotate(15deg) scale(1.2);
}

.mosquito-benefit h3 {
  margin-bottom: 10px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.mosquito-benefit:hover h3 {
  color: #e6b325;
}

/* Call to Action Section */
.mosquito-cta-section {
  background-color: #2c5530;
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.mosquito-cta-section:hover {
  transform: scale(1.01);
}

.mosquito-cta-section h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.mosquito-cta-section h2:hover {
  transform: scale(1.05);
}

.mosquito-cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.mosquito-phone-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6b325;
  margin: 20px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.mosquito-phone-number:hover {
  transform: scale(1.1);
  color: #ffcc44;
}

/* Additional Info Section */
.mosquito-additional {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.mosquito-additional h3 {
  margin-bottom: 20px;
  color: #2c5530;
}

.mosquito-additional ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.mosquito-additional li {
  padding: 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .mosquito-hero h1 {
    font-size: 2.2rem;
  }

  .mosquito-overview-content {
    flex-direction: column;
  }

  .mosquito-overview-image {
    width: 100%;
  }

  .mosquito-additional ul {
    grid-template-columns: 1fr;
  }
}

/* BED BUG CONTROL  */

.bedbug-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Hero Section */
.bedbug-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/bed-bug-control.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.bedbug-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.bedbug-hero h1:hover {
  transform: scale(1.05);
}

.bedbug-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.bedbug-cta-button {
  display: inline-block;
  background-color: #aeadad !important;
  color: #000000;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, transform 0.3s;
}

.bedbug-cta-button:hover {
  transform: translateY(-3px);
}

/* Section Styles */
.bedbug-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bedbug-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bedbug-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c5530;
  position: relative;
  padding-bottom: 15px;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: color 0.3s ease;
}

.bedbug-section-title:hover {
  color: #8a8989 !important;
}

.bedbug-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e6b325;
  transition: width 0.3s ease;
}

.bedbug-section-title:hover:after {
  width: 120px;
}

/* Introduction Section */
.bedbug-intro-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bedbug-intro-text {
  flex: 1;
}

.bedbug-intro-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.bedbug-intro-image {
  flex: 1;
  height: 300px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.bedbug-intro-image:hover {
  transform: scale(1.02);
}

/* Treatment Process Section */
.bedbug-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.bedbug-step {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s, background-color 0.3s;
  border-left: 4px solid #e6b325;
}

.bedbug-step:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
}

.bedbug-step-icon {
  font-size: 2.5rem;
  color: #2c5530;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.bedbug-step:hover .bedbug-step-icon {
  transform: scale(1.2);
  color: #e6b325;
}

.bedbug-step h3 {
  margin-bottom: 15px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.bedbug-step:hover h3 {
  color: #e6b325;
}

/* Advantages Section */
.bedbug-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.bedbug-advantage {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  border-top: 4px solid transparent;
}

.bedbug-advantage:hover {
  transform: translateY(-10px);
  background-color: #f0f3f5;
  border-top: 4px solid #e6b325;
}

.bedbug-advantage-icon {
  font-size: 1.8rem;
  color: #e6b325;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.bedbug-advantage:hover .bedbug-advantage-icon {
  transform: rotate(15deg) scale(1.2);
}

.bedbug-advantage h3 {
  margin-bottom: 10px;
  color: #2c5530;
  transition: color 0.3s ease;
}

.bedbug-advantage:hover h3 {
  color: #e6b325;
}

/* Additional Info Section */
.bedbug-additional {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.bedbug-additional h3 {
  margin-bottom: 20px;
  color: #2c5530;
}

.bedbug-additional-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.bedbug-additional-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Call to Action Section */
.bedbug-cta-section {
  background-color: #2c5530;
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.bedbug-cta-section:hover {
  transform: scale(1.01);
}

.bedbug-cta-section h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #aeadad !important;
  font-family: "ADLaM Display", cursive !important;
  transition: transform 0.3s ease;
}

.bedbug-cta-section h2:hover {
  transform: scale(1.05);
}

.bedbug-cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.bedbug-phone-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6b325;
  margin: 20px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.bedbug-phone-number:hover {
  transform: scale(1.1);
  color: #ffcc44;
}

/* Responsive Design */
@media (max-width: 768px) {
  .bedbug-hero h1 {
    font-size: 2.2rem;
  }

  .bedbug-intro-content {
    flex-direction: column;
  }

  .bedbug-intro-image {
    width: 100%;
  }

  .bedbug-additional-content {
    grid-template-columns: 1fr;
  }
}

/* GALLERY */
.gallery-container {
  margin: 0;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: sans-serif;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 10px;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Masonry layout trick: Make some images span more rows */
.gallery img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery img:nth-child(2),
.gallery img:nth-child(3) {
  grid-row: span 1;
}
.gallery img:nth-child(4),
.gallery img:nth-child(5),
.gallery img:nth-child(6),
.gallery img:nth-child(7) {
  grid-row: span 1;
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===== Responsive improvements for gallery + header offset + layout tweaks ===== */

/* Ensure page content is pushed below the fixed header */
.main-content {
  padding-top: 120px; /* keeps same alignment for laptop screens */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 120px);
  background: transparent;
}

/* Gallery container centered and adaptive */
.gallery-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 12px;
  box-sizing: border-box;
}

/* Gallery grid: desktop first (keeps laptop layout unchanged) */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 12px;
  width: 90%;
  max-width: 1100px; /* maintain alignment for laptop/desktop */
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Make a few items span to give a masonry feel */
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  display: block;
}

/* Keep a larger hero tile on the first item for desktop */
@media (min-width: 992px) {
  .gallery img:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

/* Tablet: 768px - 991px */
@media (max-width: 991px) {
  .main-content {
    padding-top: 110px;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    max-width: 980px;
  }
  /* keep first tile slightly larger but span only one row for balance */
  .gallery img:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* Mobile landscape and small tablets: 576px - 767px */
@media (max-width: 767px) {
  .main-content {
    padding-top: 100px;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    width: 94%;
    padding: 14px;
  }
  .gallery img:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* Mobile narrow: <= 575px */
@media (max-width: 575px) {
  .main-content {
    padding-top: 90px;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
    width: 96%;
    padding: 12px;
    gap: 10px;
  }
  .gallery img:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  /* tighten header spacing on very small screens */
  .nav-container {
    padding-top: 6px;
    height: auto;
  }
}

/* Small visual hover behaviour preserved */
.gallery img:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

/* Ensure footer flows after main content on small screens */
footer {
  margin-top: 28px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Keep laptop desktop alignment unchanged: ensure nav sizes preserved on larger viewports */
@media (min-width: 992px) {
  .nav-container {
    height: 70px;
    padding-top: 10px;
  }
  .logo-image {
    height: 60px;
  }
}

/* contact page  */

/* ...existing code... */

/* Replace existing .container-form, .child-form, .bug-scene and .btn-submit rules with the responsive Flexbox-friendly versions below. */
/* ...existing code... */

.container-form {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 18px;
  background: linear-gradient(
    132deg,
    rgba(60, 153, 38) 0%,
    rgb(7, 7, 7) 50%,
    rgba(60, 153, 38) 100%
  );
  background-size: 400% 400%;
  animation: gradient-bg 8s ease infinite;
  margin-top: 130px;
  margin-bottom: 50px;
  border-radius: 12px;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* child columns - flexible and responsive */
.child-form {
  flex: 1 1 420px;
  min-width: 280px;
  color: #ddd;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  padding: 8px;
}

/* keep the visual bug scene animated and usable in top/mid/bottom */
.bug-scene {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 8px 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

/* Slightly smaller on mobile and when used as top/bottom decorative scenes */
.bug-scene.top-scene,
.bug-scene.bottom-scene {
  height: 120px;
  opacity: 0.95;
}

/* ant icons */
.bug-scene i {
  position: absolute;
  transform-origin: center;
  pointer-events: none;
  opacity: 0.95;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
  color: rgba(255, 255, 255, 0.8);
}

/* ants crawling */
.bug-scene .ant {
  font-size: 14px;
  animation: crawl var(--d, 9s) linear infinite;
  left: var(--x, 0%);
  top: var(--y, 30%);
  animation-delay: var(--delay, 0s);
}

/* spiders wobble/rotate */
.bug-scene .spider {
  font-size: 22px;
  animation: spin-walk var(--d, 12s) linear infinite;
  left: var(--x, 0%);
  top: var(--y, 40%);
  animation-delay: var(--delay, 0s);
  transform-origin: center;
}

/* Adjust icons on smaller scenes */
.bug-scene.top-scene .spider,
.bug-scene.bottom-scene .spider {
  font-size: 18px;
}
.bug-scene.top-scene .ant,
.bug-scene.bottom-scene .ant {
  font-size: 12px;
}

/* Form layout helpers */
.form-container {
  padding: 8px 8px 14px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* make name fields responsive (side-by-side on wide, stacked on small) */
.name-fields {
  display: flex;
  gap: 10px;
  width: 100%;
}
.name-fields .form-group {
  flex: 1;
}

/* form groups */
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #fff;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: #222;
}

/* actions */
.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 10px;
}

/* updated submit button: not absolutely positioned; responsive */
.btn-submit {
  display: inline-block;
  background-color: aliceblue;
  color: black;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 160ms ease, background-color 260ms ease;
  font-weight: 700;
}
.btn-submit:hover {
  background-color: #aef1b7;
  transform: translateY(-3px);
}

/* make the button expand on very small screens */
@media (max-width: 560px) {
  .btn-submit {
    width: 100%;
    display: block;
  }
}

/* Responsive breakpoints - keep layout consistent and flexible */

/* Large tablets / small laptops */
@media (max-width: 992px) {
  .container-form {
    padding: 18px;
    gap: 14px;
  }
  .child-form {
    flex: 1 1 360px;
    min-width: 260px;
  }
  .bug-scene {
    height: 160px;
  }
}

/* Tablets and large phones - stack vertically */
@media (max-width: 900px) {
  .container-form {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    margin-top: 90px;
  }
  .child-form {
    width: 100%;
    min-width: 0;
  }
  .child-2 {
    display: none;
  }
  .bug-scene {
    height: 140px;
  }
  .name-fields {
    flex-direction: column;
  }
  .form-actions {
    justify-content: center;
  }
}

/* small phones */
@media (max-width: 420px) {
  .container-form {
    padding: 12px;
    gap: 12px;
    margin-top: 70px;
  }
  .bug-scene,
  .bug-scene.top-scene,
  .bug-scene.bottom-scene {
    height: 110px;
  }
  .logo-image {
    height: 44px;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .name-fields {
    gap: 8px;
  }
  .form-group input,
  .form-group select {
    padding: 9px;
  }
}

/* preserve original animations */
@keyframes crawl {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  20% {
    transform: translateX(22vw) translateY(-6px) rotate(-6deg);
  }
  40% {
    transform: translateX(44vw) translateY(8px) rotate(6deg);
  }
  60% {
    transform: translateX(66vw) translateY(-4px) rotate(-3deg);
  }
  80% {
    transform: translateX(88vw) translateY(6px) rotate(3deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@keyframes spin-walk {
  0% {
    transform: translateX(0) rotate(0deg) translateY(0);
  }
  25% {
    transform: translateX(30vw) rotate(180deg) translateY(-8px);
  }
  50% {
    transform: translateX(60vw) rotate(360deg) translateY(6px);
  }
  75% {
    transform: translateX(30vw) rotate(540deg) translateY(-4px);
  }
  100% {
    transform: translateX(0) rotate(720deg) translateY(0);
  }
}

:root {
  --accent: #aeadad;
  --muted: #6b7280;
  --card: #ffffff;
}
* {
  box-sizing: border-box;
}
.location-header {
  background: linear-gradient(90deg, #0f172a 0%, #0b6efd 100%);
  color: #fff;
  padding: 28px 18px;
}
.location-container {
  max-width: 980px;
  margin: 100px auto;
  padding: 28px;
}
.location-hero-section {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: center;
}
.location-main-heading {
  font-size: 28px;
  margin: 0 0 8px;
}
.location-lead-text {
  color: var(--muted);
  margin: 0 0 12px;
}
.location-card-box {
  background: var(--card);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
.location-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.location-services-list li {
  padding: 8px 10px;
  background: #f3f6ff;
  border-radius: 8px;
  list-style: none;
}
.location-cta-group {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.location-btn-primary {
  background: #0b6efd;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.location-btn-secondary {
  background: transparent;
  color: #000000;
  border: 1px solid rgba(11, 110, 253, 0.16);
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 30px;
  padding: 10px 30px;
  box-shadow: #012f1b 0px 0px 20px -1px, #012f1b 0px 0px 20px -1px;
}
.location-content-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  margin-top: 18px;
}
.location-sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.location-footer {
  padding: 24px 18px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.location-faq-term {
  font-weight: 600;
  margin-top: 12px;
}
.location-area-columns {
  columns: 2;
  gap: 12px;
}
@media (max-width: 880px) {
  .location-hero-section,
  .location-content-grid {
    grid-template-columns: 1fr;
  }
  .location-hero-section {
    padding-bottom: 6px;
  }
  .location-services-list {
    grid-template-columns: 1fr;
  }
}
.star-size {
  font-size: 100px;
  color: #003903 !important;
}
