
.navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f72585;
      padding: 10px 20px;
    }

    
    .navbar img {
      height: 100px;
      
    }

    
    .navbar-links {
      display: flex;
      gap: 20px;
    }

    
    .navbar-links a {
      color: #f72585;
      background-color: white;
      padding:5px;
      text-decoration: none;
      font-size: 16px;
      font-family: Arial, sans-serif;
    }

    .navbar-links a:hover {
      text-decoration: underline;
    }

.background-text {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: rgba(0, 0, 0, 0.07); /* super light text */
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}

.main-content {
  position: relative;
  z-index: 1;
}

.navbar h1{
  color: white;
}


h1{
    color:#f72585;
    text-align: center;
    font-family: Arial, sans-serif;
}

.content{
     font-size:20px ;
     color: navy;
     text-align: center;
     line-height:30px ;
     
}
span{
    color:#f72585;
}
.vision-mission-container {
  display: flex;
  justify-content: center;
  gap: 100px; /* space between vision and mission */
  margin-top: 50px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.vision-box, .mission-box {
  max-width: 300px;
}

h2 {
  color: deeppink;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.icon {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.Image-pest{
    
    background-image:url(PEST/Pestpicture.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    border: 2px solid #f72585 ;
    
}

.fumigation h2{
    color: #f72585;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    background-color: #3f37c9;
    padding: 10px 10px;

    
}
p4,p5,p6,p7{
    color: navy;
    font-family: Arial, sans-serif;
    font-size:20px;
     max-width: 600px;
}
.fumigation{
     display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
      gap: 40px; 
      flex-wrap: wrap; 
}

.fumigation-img{
     width: 400px;
     height: auto;
     border-radius: 8px;
     border: 3px solid #f72585 ;
}

.services h1{
  color: #f72585;
  font-size: xx-large;
  line-height: 2;
  
}

span1{
  color: navy;
}
span2{
  color: #f72585;
}
span3{
  color: orangered;
}


.service-img{
  margin-left: 100px;
  border-radius: 50%; 
  width: 200px;          /* Resize image width */
  height: 200px;         /* Equal height for circle */   
  object-fit: cover;     /* Ensures image fills the shape */
  border: 2px solid #ccc
}

.service-content {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  color: navy;
}
.service-row {
  display: flex;
  align-items: flex-start; /* Aligns text to top of image */
  gap: 200px;
}

.service-img-1{
  
  border-radius: 50%; 
  width: 200px;          /* Resize image width */
  height: 200px;         /* Equal height for circle */   
  object-fit: cover;     /* Ensures image fills the shape */
  border: 2px solid #ccc;
  margin-left: 105px;
  flex-shrink: 0;
}

.service-content-1 {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  color: navy;
  
  
}
.service-row-1 {
  display: flex;
  align-items: flex-start; /* Aligns text to top of image */
  gap: 196px;
  margin-top: 50px;
}

.services{
  margin: 115px 0;
}

.service-img-2{
  
  border-radius: 50%; 
  width: 200px;          /* Resize image width */
  height: 200px;         /* Equal height for circle */   
  object-fit: cover;     /* Ensures image fills the shape */
  border: 2px solid #ccc;
  margin-left: 105px;
  flex-shrink: 0;
}

.service-content-2 {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  color: navy;
  
  
}
.service-row-2 {
  display: flex;
  align-items: flex-start; 
  gap: 196px;
  margin-top: 80px;
}

.service-img-3{
  
  border-radius: 50%; 
  width: 200px;          
  height: 200px;         
  object-fit: cover;     
  border: 2px solid #ccc;
  margin-left: 105px;
  flex-shrink: 0;
}

.service-content-3 {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  color: navy;
  
  
}
.service-row-3 {
  display: flex;
  align-items: flex-start; 
  gap: 196px;
  margin-top: 80px;
}

.service-img-4{
  
  border-radius: 50%; 
  width: 200px;          
  height: 200px;         
  object-fit: cover;     
  border: 2px solid #ccc;
  margin-left: 105px;
  flex-shrink: 0;
}

.service-content-4 {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  color: navy;
  
  
}
.service-row-4 {
  display: flex;
  align-items: flex-start; 
  gap: 196px;
  margin-top: 80px;
}

.service-img-5{
  
  border-radius: 50%; 
  width: 200px;          
  height: 200px;         
  object-fit: cover;     
  border: 2px solid #ccc;
  margin-left: 105px;
  flex-shrink: 0;
}

.service-content-5 {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  color: navy;
  
  
}
.service-row-5 {
  display: flex;
  align-items: flex-start; 
  gap: 196px;
  margin-top: 80px;
}

.Clients h1{
  margin-top: 50px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #f72585;
}


.Clients-img {
  display: flex;         
  flex-wrap: wrap;       
  justify-content: center; 
  gap: 20px; 
  margin-top: 50px;            
}

.Clients-img img {
  width: 200px;       
  height: 200px;      
  object-fit: cover;  
  border-radius: 8px;
   opacity: 0; 
  transform: translateX(0); 
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-150%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animation for sliding in from right */
@keyframes slideFromRight {
  from {
    transform: translateX(150%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animations when 'show' class is added */
.from-left.show {
  animation: slideFromLeft 3s ease forwards;
}

.from-right.show {
  animation: slideFromRight 3s ease forwards;
}


.footer img{
  width:200px;
  height:auto;
  display: block;
  margin: auto;
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.details{
  text-align: center;
}

.footer{
  background-color: #f72585;
  padding-bottom: 2px;
}

.footer p{
  font-size: medium;
}



/* For tablets (max width 1024px) */
@media (max-width: 1024px) {
  .navbar img {
    height: 70px;
  }
  .navbar h1 {
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .vision-mission-container {
    gap: 50px;
  }
  .service-row,
  .service-row-1,
  .service-row-2,
  .service-row-3,
  .service-row-4,
  .service-row-5 {
    gap: 80px !important;
  }
}

/* For mobile devices (max width 768px) */
@media (max-width: 768px) {

  /* Navbar */
  .navbar {
    flex-direction: column;
    text-align: center;
    padding: 15px 5px;
  }

  .navbar img {
    height: 60px;
  }

  .navbar-links a {
    font-size: 14px;
    padding: 5px 8px;
  }

  .navbar h1 {
    font-size: 18px;
  }

  /* Background text */
  .background-text {
    font-size: 50px;
    top: 35%;
  }

  /* About content */
  .content {
    font-size: 16px;
    padding: 0 15px;
  }

  /* Vision & Mission */
  .vision-mission-container {
    flex-direction: column;
    gap: 30px;
  }

  /* Fumigation */
  .fumigation {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .fumigation-img {
    width: 260px;
  }

  p4, p5, p6, p7 {
    font-size: 16px;
    text-align: center;
  }

  /* Services */
  .service-row,
  .service-row-1,
  .service-row-2,
  .service-row-3,
  .service-row-4,
  .service-row-5 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px !important;
  }

  .service-img, .service-img-1, .service-img-2, .service-img-3,
  .service-img-4, .service-img-5 {
    margin-left: 0;
    width: 160px;
    height: 160px;
  }

  .service-content,
  .service-content-1,
  .service-content-2,
  .service-content-3,
  .service-content-4,
  .service-content-5 {
    max-width: 95%;
    font-size: 16px;
  }

  /* Clients */
  .Clients-img img {
    width: 140px;
    height: 140px;
  }

  /* Footer */
  .footer img {
    width: 140px;
  }

  .details h3 {
    font-size: 14px;
  }
  .footer p {
    font-size: 14px;
  }
}

/* Small phones (max width 480px) */
@media (max-width: 480px) {
  .navbar h1 {
    font-size: 16px;
  }
  .background-text {
    font-size: 35px;
  }
  h1 {
    font-size: 20px;
  }
  .service-img,
  .service-img-1,
  .service-img-2,
  .service-img-3,
  .service-img-4,
  .service-img-5 {
    width: 135px;
    height: 135px;
  }
  .Clients-img img {
    width: 120px;
    height: 120px;
  }
}










 






 

