 /* Global Font Styles */
body {
      font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6, .call-btn {
      font-family: "Source Sans Pro", sans-serif;
}
  /* Navbar Styling */
        .navbar {
            background: #ffffff; /* White background */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-brand img {
            height: 80px;
        }

        .navbar-nav .nav-item {
            margin: 0 10px;
        }

        .navbar-nav .nav-link {
            color: #333 !important; /* Deep Blue */
            font-weight: 600;
            padding: 10px 15px;
            transition: 0.3s;
        }

        /* Hover Effect */
        .navbar-nav .nav-link:hover {
            color: #ff6600 !important; /* Lighter Blue */
        }

        /* CTA Button */
        .btn-cta {
            background: #ff6600; /* Orange */
            border: none;
            color: white;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 30px;
            transition: 0.3s;
        }

        .btn-cta:hover {
            background: #e65c00; /* Darker Orange */
        }

        /* Mobile Menu */
        .navbar-toggler {
            border: none;
            color: #0056b3;
            font-size: 24px;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        /* Center CTA in Mobile View */
        @media (max-width: 992px) {
            .navbar-nav {
                text-align: center;
                background: #ffffff;
                padding: 10px 0;
            }

            .btn-cta {
                display: block;
                width: 100%;
                text-align: center;
                margin-top: 10px;
            }
        }


.btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
  padding: 10px 20px;

}
.pest-hero {
  background: url('../images/logo/bn.webp') no-repeat center center/cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;

}

.pest-content {
  background: rgba(32, 38, 45, 0.9); /* Transparent background */
  color: #fff;
  max-width: 590px;
  padding: 40px;
  border-radius: 10px;
  margin-right: 130px;
}

.pest-content h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.pest-content h1 span {
  font-weight: bold;
}

.pest-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.call-button {
  display: inline-block;
  background: #ff6600;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.call-button:hover {
  background: #d75600;
}

.small-text {
  font-size: 1rem;
  color: #ccc;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .pest-hero {
    justify-content: center; /* Center content on small devices */
  }

  .pest-content {
    margin-right: 0;
    max-width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
  }

  .pest-content h1 {
    font-size: 1.6rem;
  }

  .pest-content p {
    font-size: 1rem;
  }

  .call-button {
    font-size: 1.2rem;
    padding: 12px 24px;
  }
  .guarantee-img img{
    width: 350px!important;
  }
   .call-button {
  
    font-size: 28px!important;
   
}
}

@media (max-width: 480px) {
  .pest-content h1 {
    font-size: 1.4rem;
  }

  .pest-content p {
    font-size: 0.95rem;
  }

  .call-button {
    font-size: 1.1rem;
    padding: 10px 20px;
  }
 
}

.ransomware-info {
    width: 100%;
    padding: 60px 0;
    background: #f9f9f9;
}

.full-width {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    text-align: left;
}

.ransomware-info h2, .ransomware-info h3 {
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 10px;
}

.ransomware-info p, .ransomware-info ul {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ransomware-info ul {
    padding-left: 20px;
}

.ransomware-info ul li {
    margin-bottom: 8px;
}

.container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
      background: #fff;
    }

    .heading {
      text-align: center;
      font-size: 28px;
      color: #373a3c;
      margin-bottom: 20px;
    }

    .guarantee-img {
      text-align: center;
      margin-bottom: 40px;
    }

    .content {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      align-items: flex-start;
    }

    .text-content {
      flex: 1 1 60%;
    }

    .text-content h2 {
      color: #4679df;
      font-size: 26px;
      margin-bottom: 20px;
    }

    .text-content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .text-content ul {
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
    }

    .text-content ul li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #555;
    }

    .text-content ul li::before {
      content: '✔️';
      margin-right: 8px;
      color: #4679df;
    }

    .why-choose {
      margin-top: 20px;
    }

    .why-choose h3 {
      color: #4679df;
      font-size: 24px;
      margin-bottom: 15px;
    }

    .why-choose ul li::before {
      content: '✅';
      margin-right: 8px;
      color: #28a745;
    }

    .image-content {
      flex: 1 1 35%;
    }

    .image-content img {
      width: 100%;
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .content {
        flex-direction: column;
      }
    }

    .call-now-section {
  text-align: center;
  background: #fff;
  padding: 0px 0px 0 0px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;

}

.call-now-content {
  margin-bottom: 20px;
  margin-top: 20px;

}

.call-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.call-button {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 12px;
  text-decoration: none;
  margin-bottom: 15px;
}

.sub-text {
  font-size: 16px;
  color: #555;
}

.background-image img {
  width: 100%;
  height: auto;
  display: block;
/*  margin-top: 10px;*/
}

.site-footer {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.site-footer a {
  color: #007bff;
  text-decoration: none;
  margin: 0 5px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-top {
  margin-bottom: 20px;
}

.footer-bottom {
  max-width: 800px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}
