/* ===============================
   Dog Hostel Bold Theme
================================= */
body {
    background: #fdfaf5 !important;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.header-top-bar, 
.navigation,
#navbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee !important;
}

.nav-link, .navbar-brand {
    color: #222 !important;
}

.section {
    background: transparent !important;
    padding: 50px 0;
}

.page-title {
    background: transparent !important;
}

.text-white {
    color: #333333 !important;
}

.text-white-50 {
    color: #666666 !important;
}

.opacity-8 {
    opacity: 1 !important;
}

/* ===============================
   PRICING CARDS
================================= */
.hostel-price-section {
    padding: 40px 0;
}

.hostel-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #eee;
    height: 100%;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hostel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-color: #ffc107;
}

@media (max-width: 767px) {
    .hostel-card {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 25px;
    }
}

.hostel-icon-box {
    width: 100px;
    height: 100px;
    background: #f0f7f8;
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #1a3c40;
    transform: rotate(-5deg);
}

.hostel-price {
    font-size: 3.5rem;
    font-weight: 900;
    color: #1a3c40;
    margin-bottom: 10px;
}

.hostel-price span {
    font-size: 1.2rem;
    color: #666;
}

.hostel-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hostel-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-weight: 500;
}

.hostel-features li:last-child {
    border-bottom: none;
}

.badge-included {
    background: #28a745;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: inline-block;
}

.divider {
    background: #ffffff !important;
}

/* ===============================
   WHY CHOOSE US (CARD-FREE)
================================= */
.hostel-why-us {
    padding: 60px 0;
    position: relative;
}

.feature-item-modern {
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-item-modern:hover {
    transform: scale(1.05);
}

.feature-icon-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1a3c40;
    font-size: 3.5rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; /* Organic shape */
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: all 0.5s ease;
}

.feature-item-modern:hover .feature-icon-wrap {
    background: #1a3c40;
    color: #ffffff;
    border-radius: 50%;
}

.feature-item-modern h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1a3c40;
}

.text-color {
    color: #1a3c40;
}

/* ===============================
   BOOK A STAY FORM REDESIGN
================================= */
.hostel-booking-section {
    padding: 60px 0;
    background-color: #fdfaf5;
}

.booking-form-wrap {
    background: #ffffff;
    border-radius: 50px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(26, 60, 64, 0.08);
    position: relative;
    border: 1px solid rgba(26, 60, 64, 0.05);
}

.booking-form-wrap::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, #1a3c40 0%, #ffc107 100%);
    z-index: -1;
    border-radius: 60px;
    opacity: 0.05;
}

.booking-title-area {
    margin-bottom: 40px;
    text-align: center;
}

.booking-title-area h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a3c40;
    margin-bottom: 10px;
}

.booking-title-area p {
    font-size: 1.1rem;
    color: #666;
}

/* Customizing the Partial Form specifically for Hostel */
.hostel-booking-section .grooming-input {
    background: #f8fbfb;
    border: 2px solid #edf2f2;
    padding: 15px 20px;
    border-radius: 15px;
}

.hostel-booking-section .grooming-input:focus {
    background: #ffffff;
    border-color: #1a3c40;
    box-shadow: 0 5px 15px rgba(26, 60, 64, 0.1);
}
