 .exp-text h3 {
      font-size: 18px !important;
    }

    .card {
      text-align: center;
      border-radius: 4px;
      margin-top: 10px !important;
      object-fit: cover !important;
    }

    .btn-room {
      flex: 1;
      padding: 0.5rem 0.5rem;
      font-size: 0.8rem;
      font-weight: 400;
      border: none;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-top: 1.042vw;
    }

    .btn-primary {
        background: #83a17e;
        color: #fff;
    }

    .pageHero.-type-2 {
      position: relative;
      display: flex;
      align-items: center;
      height: 70vh;
      z-index: 0;
    }

    /* Logo slider */
    .logo-slider {
      width: 100%;
      overflow: hidden;
      background: #fff;
      padding: 20px 0;
    }

    .logos {
      display: flex;
      gap: 60px;
      animation: scroll 20s linear infinite;
    }

    .logos img {
      height: 60px;
      filter: grayscale(100%);
      opacity: 0.6;
      transition: 0.3s ease;
    }

    .logos img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .corporate-slider .card {
      border: none;
      overflow: hidden;
      border-radius: 12px;
    }

    .corporate-slider img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }

    .owl-carousel .item {
      padding: 5px;
    }

    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      height: 150px;
      object-fit: contain;
    }

    /* Popup overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 999;
    }

    .popup {
      position: relative;
      background: #fff;
      width: 100%;
      max-width: 1200px;
      margin: 150px auto;
      padding: 40px 30px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      border-top: 3px solid #83a17e;
      border-radius: 6px;
    }

    /* Form styling */
    .form-group input,
    .form-group select,
    .form-group textarea {
      padding: 10px;
      border-bottom: 1px solid lightgrey !important;
      margin-top: 20px;
      width: 100%;
    }

    .submit-btn {
      width: 100%;
      padding: 12px;
      background: #83a17e;
      color: #fff;
      border: none;
      font-size: 1.1rem;
      cursor: pointer;
    }

    .submit-btn:hover {
      background: #83a17e;
    }
    .corporate-para{
      text-align: justify!important;
      margin-top: 15px!important;
    }
    .crop-para{
      width:75%;
    }
    @media (max-width:768px){
    .crop-para{
        width:100%;
        text-align:justify!important;
    }
    #enq
    {
            padding: 6px 16px!important;
            font-size:12px!important;
            text-align: center;

    }
    .pt-2 

    {
        text-align: center!important;
    }
    .crop-para
    {
        width: 100%!important;
        padding:2px 20px!important;
    }
        .layout-pt-lg {
        padding-top: 15px!important;
    }
   
.form-group input, .form-group select, .form-group textarea {
    padding: 5px!important;
    border-bottom: 1px solid lightgrey !important;
    margin-top: 0px;
    width: 100%;
}
.row_forms
{
    padding:0px!important;
}
   /* ===== Overlay ===== */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 15px;
}

/* ===== Popup ===== */
.popup {
  background: #fff;
  width: 100%;
  max-width: 650px;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

/* ===== Heading ===== */
.popup h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

/* ===== Close Button ===== */
.popup .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* ===== Form Inputs ===== */
.popup .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
}

/* ===== Submit Button ===== */
.submit-btn {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
}

/* ===== MOBILE FIXES ===== */
@media (max-width: 768px) {

  .popup {
    padding: 20px 15px;
    max-width: 100%;
    border-radius: 10px;
  }

  .popup h2 {
    font-size: 18px;
  }

  .row_forms > div {
    padding-left: 6px;
    padding-right: 6px;
  }

  .popup .form-control {
    height: 35px;
    font-size: 12px;
  }

  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: left top;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {

  .popup {
    max-height: 95vh;
    margin:20px 0px;
  }

  .popup h2 {
    font-size: 16px;
  }

  .submit-btn {
    font-size: 15px;
  }
}


    }