    body{
        background-color: #f7ebdf;
        margin: 0%;
        padding: 0%;
    }
    h2 {
     
      font-weight: bold; 
    font-size: 50px; 
    }

    .section {
      padding: 4rem 1rem;
    }
    

    .fade-in {
      animation: fadeIn 1s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .service-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 0.75rem;
    }

    .service-title {
      font-weight: 600;
      margin-top: 1rem;
    }

    .service-desc {
      font-size: 0.95rem;
      color: #444;
    }
    

    .card-grid .card {
      background-color: white;
      height: 180px;
      width: 100%;
      border-radius: 0%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }

    .card-grid .card:hover {
      transform: translateY(-4px);
    }

    .card-grid .row > div {
      margin-bottom: 1.5rem;
      
      
    }
   
    .card h5{
        font-weight: 700;
    }
    .testimonial-bg {
  background-image: url('../Images/ServMet.avif');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; 
  background-size: cover;
  padding: 4rem 1rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.testimonial-card {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 1rem;
}

.stars {
  color: gold;
}

.testimonial-name {
  margin-top: 1rem;
  font-weight: 600;
}

.location h3{
 
    font-weight: bold; 
    font-size: 50px;          
    display: flex;           
    
}
.location{
       padding: 4rem 1rem;
       background-color: #fff;
       width: 100vw;
       display: flex;
  justify-content: center;

    }
    .location .container-fluid {
  max-width: 1200px; 
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.location .row {
  align-items: center;
}
   
.map-responsive iframe {
  border: none;
  width: 100%;
  height: 400px;
  border-radius: 0.75rem;
}


   