
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff;
    color: #333;
  }
  h1, h2, h3, h4, h5 {
    font-weight: 600;
  }
  a {
    color: #f58220;
    text-decoration: none;
  }
  a:hover {
    color: #d96d17;
    text-decoration: underline;
  }
  .navbar-light .navbar-brand {
    color: #f58220;
    font-weight: 700;
  }
  .navbar-light .nav-link {
    color: #333;
    margin-right: 15px;
  }
  .navbar-light .nav-link:hover {
    color: #f58220;
  }
  .hero {
    background: linear-gradient(to right, #fff4e5, #ffffff);
    padding: 80px 0;
  }
  .btn-primary {
    background-color: #f58220;
    border: none;
  }
  .btn-primary:hover {
    background-color: #e2720d;
  }
  .service-icon {
    font-size: 36px;
    color: #f58220;
  }
  .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
  }
  .testimonial-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    background: #ffffff;
    transition: box-shadow 0.3s ease;
  }
  .testimonial-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }
  footer {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
  }
.fixed-whatsapp-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.fixed-whatsapp-left img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.fixed-whatsapp-left img:hover {
  transform: scale(1.1);
}


 