
    body {
      font-family: 'Poppins', sans-serif;
      background: #dccfc0;
      color: #7a4900;
    }

    .hero {
      background: linear-gradient(to bottom, #dccfc0, #fff);
      padding: 70px 0;
      text-align: center;
    }

    .price {
      font-size: 36px;
      font-weight: 700;
      color: #b12704;
    }

    .price del {
      font-size: 20px;
      color: #777;
    }

    .btn-book {
      background: #8f1f03;
      color: #fff;
      padding: 14px 40px;
      font-size: 18px;
      border-radius: 50px;
      text-decoration: none;
    }

    .btn-book:hover {
      background: #8f1f03;
      color: #fff;
    }

    .countdown-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      padding: 20px;
      max-width: 600px;
      margin: -40px auto 40px;
    }

    .countdown-number {
      font-size: 32px;
      font-weight: 700;
    }

    .section {
      padding: 30px 0;
    }

    .section-title {
      font-weight: 700;
      margin-bottom: 25px;
    }

    .problem-list li {
      margin-bottom: 10px;
    }

    .offer-box {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .about {
      background: #fff8ef;
    }

    footer {
      text-align: center;
      padding: 30px;
      font-size: 14px;
      color: #666;
    }
    .mahatama_budh{
        height: 300px;
        border-radius: 15px;
    }
    .heal{
        width: 300px;
    }

    .tools{
        height: 300px;
        width: 300px;
        margin: 15px;
        border-radius: 20px;
    }

    .CTA{
        margin-top: 50px;
    }