/* Hero Section */
/*.hero-section {*/
/*    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
/*    color: white;*/
/*}*/
.navbar .nav-link {
    color: white !important;
    font-weight: 600;
}

.navbar .nav-link:hover {
    color: #cccccc !important;
}

.navbar .nav-link.active-menu {
    color: #0066cc !important;
}

.navbar-brand {
    color: #0066cc !important;
}

.navbar .nav-link {
    font-weight: 600;
}

.navbar .nav-link.active-menu {
    color: #0066cc !important;
}

.btn-warning:hover {
    background-color: #f0ad00 !important;
    color: #000 !important;
}

/* Search Section */
.search-section {
    background-color: #f8f9fa;
}

/* Hostel Cards */
.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.hostel-card-image {
    height: 250px;
    object-fit: cover;
}

/* Features Section */
.feature-box {
    text-align: center;
    padding: 20px;
}

.feature-box i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 15px;
}

/* Membership CTA Section */
.membership-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* Testimonials */
.testimonial-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.star-rating i {
    color: #ffc107;
}

/* General Styles */
.btn-primary {
    background-color: #667eea;
    border-color: #667eea;
}

.btn-primary:hover {
    background-color: #764ba2;
    border-color: #764ba2;
}

.text-primary {
    color: #667eea !important;
}




/* Footer Styles */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-top: 3px solid #667eea;
}

.text-light-emphasis {
    color: rgba(255, 255, 255, 0.75);
}

.footer-links a {
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #667eea !important;
}

footer h5 {
    color: #667eea;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

footer .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
    color: white;
}

footer .btn-primary {
    background-color: #667eea;
    border-color: #667eea;
    transition: all 0.3s ease;
}

footer .btn-primary:hover {
    background-color: #764ba2;
    border-color: #764ba2;
}


/* Social Icons */
footer a i {
    transition: transform 0.3s ease;
}

footer a:hover i {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    footer .row {
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }

}

@media (max-width: 575.98px) {
  footer .footer-input,
  footer .footer-subscribe {
    height: 42px !important;     /* same height */
    font-size: 14px;
    line-height: 1.1;
  }

  /* Keep them side-by-side */
  footer form.d-flex {
    flex-wrap: nowrap !important;
  }

  /* Prevent button from stretching */
  footer .footer-subscribe {
    flex-shrink: 0;
  }
}


/*Hotel -listing page CSS Start*/

.card-image-wrapper { position: relative; overflow: hidden; }
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }
.gallery-arrow i { pointer-events: none; }

.card-image-wrapper:hover .gallery-arrow { display: flex; }

.gallery-arrow { display: none; }


.gallery-counter {
  position: absolute;
  left: 8px;
  top: 8px;
  background: rgba(0,0,0,0.45);
  border-radius: 12px;
  z-index: 3;
  font-size: 12px;
  display: none;
}

.hotel-gallery-img { user-select: none; -webkit-user-drag: none; }

.card-image-wrapper:focus { outline: 2px solid rgba(0,123,255,0.15); }

/*Hotel -listing page CSS End*/

.panel { background: #fff; border-radius: 10px; padding: 22px; box-shadow: 0 6px 24px rgba(0,0,0,0.06); }
.left-panel { border-right: 1px solid #eee; }
.form-title { font-weight: 600; margin-bottom: 12px; }
.response-box { min-height: 30px; }

/*login page css starts*/

.login-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* White curved login card */
.login-card {
    position: relative;
    background: rgba(156, 144, 144, 0.25); /* glass white */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
    padding: 40px 35px;
    border-radius: 40px 0 40px 0; /* modern custom curve */
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);*/
    z-index: 10;
}

/* Inputs */
.login-input {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    padding-left: 14px;
    font-size: 15px;
}

/* Submit Button */
.login-btn {
    background: #1A73E8;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.login-btn:hover {
    background: #145bb5;
}

/* Form title */
.form-title {
    font-size: 28px;
    letter-spacing: 0.5px;
}

/* Mobile Fixes */
@media (max-width: 600px) {
    .login-card {
        padding: 30px 25px;
        border-radius: 30px;
    }
}

.password-toggle-btn {
    border-left: none;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.password-toggle-btn i {
    font-size: 18px;
    color: #333;
}

/*login page css ends*/