* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", Sans-serif;
  /* line-height: 1.6; */
  color: black;
  /* background-color: #f9f8f7; */
}

/* Container */
.container {
  width: 100%;
  max-width: 1140px;

  margin: 0 auto;
  padding: 0 15px;
}
.call-button {
  background-color: #F3141E;
  color: white;
  padding: 15px 60px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  border: none;
  align-items: center;
  margin: 13px 13px 13px 13px;
  font-size: 22px;
}
/* Header */
header {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 100;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.log{
  width: -webkit-fill-available;
  background-color: white;
}

/* .logo {
  display: flex;
  align-items: center;
} */

.logo-img {
  /* width: 100px;
  height: 100px; */
  margin-right: 10px;
  background-color: #f0f0f0; /* Placeholder background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-img img{
width: 650px;
}
.logo-text {
  font-size: 50px;
  font-weight: bold;
}

.logo-text span {
  color: #F3141E; /* Red color for "Control" text */
}

.custom-divider {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.divider-separator {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 21px;
}



.call-button {
  background-color: #F3141E;
  color: white;
  padding: 15px 60px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  border: none;
  align-items: center;
  margin: 13px 13px 13px 13px;
  font-size: 22px;
}

.call-button:hover {
  background-color: #d01820;
}

/* Hero Section */
.hero {
  
  background-image: url("../images/background.webp");;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding-top: 180px;

  
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

.hero h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #F3141E;
  color: white;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  border: none;

}

.cta-button:hover {
  background-color: #d01820;
}

.custom-rating {
  
  gap: 5px;
}

.star {
  font-size: 50px;
  color: gold; /* Change to desired color */
}

.custom-section {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0px auto;
  border-radius: 8px;
}

.custom-column {
  width: 48%;
  text-align: center;
  padding: 10px;
}

.custom-text {
  font-size: 18px;
  font-weight: normal;
}





/* Services Area */
.services-area {
  padding: 25px 0;
  background-color: #fff;
}

.services-area h2 {
  /* text-align: center; */
  font-size: 30px;
  margin-bottom: 10px;
}

.services-description {
  /* text-align: center; */
  /* max-width: 800px; */
  font-size: 1.5rem;
  /* margin: 0 auto 40px; */
}
.services-description p{
  text-align: left;
  color: #000000;
  font-family: "Lato", Sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.benefit {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  margin-top: 20px;
  width: calc(50% - 20px);
  /* margin-bottom: 20px; */
}
.check-icon {
  width: 24px;
  height: 24px;
  background-color: #ea1d25;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.check-icon::before {
  content: 'âœ“';
  color: white;
  font-weight: bold;
}

/* Gray Section with Services */
.gray-section {
  background-color: #4B4B4B;
  color: white;
  padding: 50px 0;
}

/* .service-cards { */
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
/* } */
.flex{
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.service-card {
  /* background-color: #5d5753; */
  /* padding: 30px; */
  border-radius: 5px;
  margin-bottom: 20px;
  /* width: calc(45.33% - 20px); */
}
.side-img{
width: 100%;
}
.side-img img{
width: 100%;
}
.service-card h3 {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.service-card p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.call-button-centered {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

/* Pest types section */
.pest-types {
  padding: 50px 0;
}

.pest-types h2 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
}

.pest-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  justify-content: space-between;
}

.pest-item {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.pest-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.pest-icon {
  /* width: 80px;
  height: 80px; */
  margin: 10px;
  background-color: #f0f0f0; /* Placeholder background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pest-icon img{
width: 100%;
}
/* Footer */
footer {
  background-color: #4d4743;
  color: white;
  padding: 40px 0 20px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-logo {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-logo-img {
  /* width: 200px;
  height: 60px; */
  background-color: #5d5753; /* Placeholder background */
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo-img{
  width: 100%;
}
.footer-logo-img img{
width: 100%;
}
.footer-info {
  max-width: 600px;
}

.footer-info p {
  margin-bottom: 15px;
}

.disclaimer {
  font-size: 12px;
  opacity: 0.8;
  /* margin-top: 20px; */
}

.privacy-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  margin-top: 30px;
}

.privacy-link {
  color: white;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
  }
  .outer-head h2{
    margin-bottom: 8px;
    font-size: 28px;
  }
  .call-button {
    background-color: #F3141E;
    color: white;
    padding: 15px 45px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex
;
    align-items: center;
    margin: 13px 13px 13px 13px;
    font-size: 18px;
}
  .hero-content{
    margin: 25px 20px;
  }
  .logo-img img {
    width: 100%;
}
  .logo {
    margin-bottom: 15px;
  }
  .cta-button{
    border: none;
  }
  
  .hero h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .call-button{
/* padding: 20px 60px; */
font-size: 1.3rem;
border: none;
  }
  .benefit{
    margin-top: 5px;
  }
  .benefits{
    margin-top: 20px;
  }
  .service-card h3{
    font-size: 1.5rem;
  }
  .flex{
    flex-direction: column;
  }
  .hero h2 {
    font-size: 24px;
  }
  
  .feature {
    min-width: 100%;
  }
  
  .benefit {
    width: 100%;
  }
  
  .service-card {
    width: 100%;
  }
  
  .pest-item {
    width: 100%;
  }
  .custom-column{
    width: 100%;
  }
  .custom-section{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}