.feature-toggle-wrapper.collapsed {
    max-height: 320px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.feature-toggle-wrapper.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.toggle-features-btn {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: #003926!important;
    background: none;
    border: none;
    cursor: pointer;
}


/* Popup Background Overlay */
.thankyou-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
}

/* Popup Container */
.thankyou-modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  z-index: 9999;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}

/* Show Popup Animation */
.thankyou-modal.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Thank You Icon */
.thankyou-icon {
  font-size: 80px;
  color: #3cb371; /* Elegant green */
  margin-bottom: 15px;
  animation: popIcon 0.5s ease;
}

/* Headline */
.thankyou-content h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Paragraph */
.thankyou-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

/* Close Button */
.close-thankyou {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}
.close-thankyou:hover {
  color: #000;
}

/* Icon animation */
@keyframes popIcon {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
#booking_form_request_mess_modal, #booking_form_request_mess, .alert-message, .alert_error, .login-alert{
    /*display:none !important;*/
}
