
        body, html {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
    }

    .section-heading {
      font-weight: 700;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 2.5rem;
      position: relative;
    }

    .section-heading::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background-color: #dc3545;
      margin: 10px auto 0 auto;
      border-radius: 2px;
    }

    .testimonial-card {
      background: white;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
      text-align: center;
    }

    .testimonial-card .stars {
      color: #ff9f1c;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    .testimonial-card p {
      font-style: italic;
      font-size: 0.95rem;
    }

    .testimonial-card strong {
      color: #dc3545;
      display: block;
      margin-top: 1rem;
      font-size: 1rem;
    }

    .city-bg {
      background: url('asset10.jpeg') no-repeat bottom center;
      background-size: cover;
      position: relative;
      z-index: 1;
    }

    .red-bar {
      background-color: #dc3545;
      padding: 2rem 1rem;
      text-align: center;
      color: white;
    }

    .red-bar h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .red-bar h2 span {
      font-size: 2.5rem;
    }

    .cta-btn {
      margin-top: 1.5rem;
    }

    .svg-divider {
      width: 100%;
      display: block;
      margin-top: -5px;
      position: relative;
      z-index: 2;
    }

    /* Hero Section */
    .main-section {
      position: relative;
      background-image: url('asset6.jpeg');
      background-size: cover;
      background-position: center;
      height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      overflow: hidden;
    }
    
 .thankyou-section {
      position: relative;
      background-image: url('asset6.jpeg');
      background-size: cover;
      background-position: center;
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      overflow: hidden;
    }
    
    .hero-overlay {
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .form-box label,
    .form-box input,
    .form-box .form-control,
    .form-box p,
    .form-box div {
      color: #000;
    }

    .section-title {
      font-weight: 700;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 2rem;
      position: relative;
    }

    .section-title::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background-color: #dc3545;
      margin: 10px auto 0 auto;
      border-radius: 2px;
    }

    .rounded-50 {
      border-radius: 50px !important;
    }

    .option-box {
      background-color: #f9f9f9;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      height: 100%;
    }

    .option-box h5 {
      background-color: #f46e6e;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 1.5rem;
      display: inline-block;
      font-weight: 600;
    }

    .option-box ul {
      list-style: none;
      padding-left: 0;
      margin-top: 1.5rem;
    }

    .option-box li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.5;
    }

    .option-box li i {
      font-size: 1.2rem;
      margin-right: 0.75rem;
      flex-shrink: 0;
    }

    .check {
      color: #28a745;
    }

    .cross {
      color: #dc3545;
    }
