 body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f3f6f4;
      color: #333;
    }
    .hero {
      background: url('../img/spa/ayurvedic-massage-munnar-kerala.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    }
       .hero1 {
      color: rgb(10, 57, 3);
      padding: 50px 5px 5px 5px;
      text-align: center;
    }
    .hero1 h1 {
      font-size: 2.5rem;
      font-weight: 500;
    }
    .section-title1 {
      text-align: center;
      font-size: 2rem;
      font-weight: 600;
      margin-top: 0 px;
      margin-bottom: 30px;
    }
    .therapy-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .therapy-card:hover {
      transform: translateY(-10px);
    }
    .therapy-card img {
      height: 220px;
      object-fit: cover;
    }
    .section-title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }
    .card img {
         height: 200px; object-fit: cover; 
        }
    .modal-body table {
         margin-top: 10px; 
        }
 