 .hero-section {
        background:linear-gradient(rgba(0, 0, 0, 0.351), rgba(0, 0, 0, 0.5)), 
                url('../images/hero.jpg');
     
        background-size: cover;
        background-position: center;
        height: 45vh; /* Responsive height */
        display: flex;
        align-items: center;
        color: white;
    }

    .hero-title {
        font-family: 'Playfair Display', serif; /* Or a similar elegant font */
        font-size: 3.5rem;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .hero-subtitle {
        font-size: 1.2rem;
        max-width: 600px;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .btn-explore {
        background-color: #9e2a2b; /* Deep earthy red to match the "Apply" button from before */
        color: white;
        padding: 12px 30px;
        border-radius: 4px;
        font-weight: 600;
        border: none;
        transition: 0.3s;
    }

    .btn-explore:hover {
        background-color: #7a1f20;
        color: white;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .hero-title {
            font-size: 1.5rem;
        }
        .hero-section {
            height: 39vh;
            text-align: center;
        }
        .hero-subtitle {
            margin-left: auto;
            margin-right: auto;
        }
 
    }

    .navbar-brand img {
        height: 60px; /* Adjust based on your logo preference */
        width: auto;
    }
    .btn-login {
        background: linear-gradient(to right, #1770b8, #007bff);
        color: white !important;
        border-radius: 50px;
        padding: 8px 24px;
        border: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .btn-login:hover {
        opacity: 0.9;
        color: white;
    }

    /* card.php */
    
        :root { 
            --isha-red: #ff0000; 
            --isha-teal: #23bf23; 
            --isha-border: #e0e0e0; 
            --whatsapp-green: #00d44e;
        }
        
        body { background-color: #f8f9fa; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

        .room-card { 
            border-radius: 12px; 
            border: 1px solid var(--isha-border); 
            background: #fff; 
            overflow: hidden; 
            transition: 0.3s; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .room-img-container { 
            background-color: #fcfcfc; 
            padding: 1.5rem; 
            border-right: 1px solid var(--isha-border); 
            text-align: center; 
        }

        .room-img-container img { 
            width: 100%; 
            border-radius: 8px; 
            object-fit: cover; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
        }

        /* Buttons */
        .btn-book-now { 
            background-color: var(--isha-red); 
            color: white !important; 
            border: none; 
            font-weight: 600; 
            font-size: 0.85rem; 
            padding: 10px 15px; 
            border-radius: 6px; 
            text-decoration: none;
            display: inline-block;
        }

        .btn-chat-us { 
            background-color: var(--whatsapp-green); 
            color: white !important; 
            border: none; 
            font-weight: 700; 
            font-size: 1.1rem; 
            padding: 12px 0; 
            border-radius: 8px; 
            width: 100%; 
            line-height: 1; 
            margin-top: 12px;
            display: block;
            text-align: center;
            text-decoration: none;
        }
       /* Use a comma to target both, and a single colon for hover */
        .btn-book-now:hover {
            color: white !important;
            background-color: red !important; /* background-color is safer than 'background' */
            border: 1px solid black !important;
            transition: 0.3s; /* Optional: makes the color change smooth */
         }    

         .btn-chat-us:hover {
            color: white !important;
            background-color: #42ab49 !important; /* background-color is safer than 'background' */
            border: 1px solid darkgreen !important;
            transition: 0.3s; /* Optional: makes the color change smooth */
         } 

        .price-row { 
            border: 1px solid var(--isha-border); 
            border-radius: 8px; 
            padding: 1rem; 
            margin-bottom: 12px; 
            background-color: #fff; 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
        }
        .fw-bold{
            font-weight:500 !important;
        }

        .feature-tag { font-size: 0.85rem; color: #198754; font-weight: 500; }

        /* MOBILE RESPONSIVE - Matching the provided image */
        @media (max-width: 768px) {
            .room-card .row.g-0 {
                display: flex !important;
                /* flex-direction: column !important; */
            }

            .room-img-container {
                width: 100% !important;
                border-right: none !important;
                border-bottom: 1px solid var(--isha-border);
                padding: 1.2rem !important;
            }

            .col-md-9 {
                width: 100% !important;
                padding: 1.2rem !important;
            }

            .room-card h4 {
                text-align: center;
                font-size: 1.3rem;
                margin-bottom: 15px !important;
            }

            .feature-container {
                justify-content: center !important;
                margin-bottom: 20px !important;
            }

            /* Pricing row transforms into a vertical card */
            .price-row {
                flex-direction: column !important;
                text-align: center;
                gap: 12px;
                padding: 1.2rem !important;
                background: #fdfdfd;
            }

            .btn-book-now {
                width: 70% !important;
                text-align: center;
                padding: 10px !important;
                font-size: 0.9rem;
            }

            .btn-chat-us {
                
                font-size: 0.9rem !important; /* Prominent Chat Button */
                padding: 10px !important;
            }
            .mg-tb{
                margin-top: 1rem !important;
                margin-bottom: 1rem !important;
            }
        }

        /* Roundabout Pill Styling for Features */
.feature-container {
    display: flex !important;
    flex-wrap: nowrap !important; /* Forces items in a line on desktop */
    justify-content: space-between; /* Spreads them out */
    align-items: center;
    width: 100% !important;
    padding: 8px 20px !important;
    border: 1px solid var(--isha-border) !important;
    border-radius: 50px !important; /* The "Roundabout" look */
    background-color: #fcfcfc;
    margin: 1rem 0 !important;
}

.feature-tag {
    font-size: 0.8rem !important; /* Requested size */
    color: #555 !important;
    font-weight: 500;
    white-space: nowrap; /* Keeps text from breaking */
}

.feature-tag i {
    color: var(--isha-teal);
    margin-right: 4px;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .feature-container {
        flex-wrap: wrap !important; /* Allows items to wrap on phones */
        justify-content: center !important;
        border-radius: 15px !important; /* Squares off slightly for space */
        padding: 10px !important;
        gap: 10px;
    }
    
    .feature-tag {
        font-size: 0.75rem !important; /* Slightly smaller for small screens */
    }

}
/* card.php end  */

/* booking.php */
.booking-container { 
    display: flex;
     gap: 30px; 
     max-width: 1100px;
      margin: 50px auto;
       flex-wrap: wrap; 
    }
        .room-display {
             flex: 1.2; 
             min-width: 350px; }

        .booking-form-container {
             flex: 1; 
             min-width: 350px;
              background: white; 
              padding: 30px; 
              border-radius: 12px; 
              box-shadow: 0 10px 30px rgba(0,0,0,0.05);
             }

        .room-preview-img {
             width: 100%; 
             border-radius: 12px;
              box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
              margin-bottom: 20px;
             }
        .info-badge {
             background: #e3f2fd; 
             color: #0d47a1; 
             padding: 10px;
              border-radius: 6px; 
              text-align: center; 
              margin: 15px 0; 
              font-weight: bold;
             }
        .price-summary {
             background: #fcfcfc; 
             padding: 20px; 
             border-radius: 8px;
              border: 1px solid #eee; 
            }
        .btn-confirm { width: 100%; 
            background: #25d366;
             color: white; 
             border: none; 
             padding: 15px;
              font-size: 1.2rem;
               font-weight: bold;
                border-radius: 8px;
                 cursor: pointer; 
                 transition: 0.3s;
                
                }
        .btn-confirm:hover { 
            background: #1ebe57; 
            transform: translateY(-2px);
        }
        /* booking.php over */

        /* payment.php */
         .payment-card { max-width: 600px; margin: 50px auto; background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
        .payment-header { background: #1a1a1a; color: white; padding: 30px; text-align: center; }
        .payment-body { padding: 40px; }
        
        /* Method Selection Styling */
        .method-option { 
            border: 2px solid #eee; 
            border-radius: 12px; 
            padding: 18px; 
            margin-bottom: 15px; 
            cursor: pointer; 
            transition: all 0.3s ease; 
            display: flex; 
            align-items: center; 
        }
        .method-option:hover { border-color: #25d366; background: #f9fffb; }
        
        /* Hide the actual radio button but keep it functional */
        .method-option input[type="radio"] {
            width: 20px;
            height: 20px;
            margin-right: 15px;
            accent-color: #25d366;
        }

        .method-option i { font-size: 1.8rem; margin-right: 15px; color: #444; }
        
        .total-banner { 
            background: #fff3e0; 
            border-left: 5px solid #ff9800; 
            padding: 20px; 
            margin-bottom: 30px; 
            border-radius: 4px;
        }

        .btn-pay { 
            width: 100%; 
            background: #000; 
            color: white; 
            padding: 16px; 
            border-radius: 10px; 
            font-size: 1.2rem; 
            font-weight: 600; 
            border: none; 
            transition: 0.3s; 
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .btn-pay:hover { background: #333; transform: translateY(-2px); }
        
        .secure-footer {
            text-align: center;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
    /* payment.php end */

    /* login.php */
      .is-login-viewport {
            background-color: #fcfaf5;
            min-height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px; /* Padding for mobile breathing room */
            font-family: 'Segoe UI', Roboto, sans-serif;
        }

        /* BROAD CARD LOGIC */
        .is-auth-card {
            width: 60%; /* Broad width for desktop */
            min-width: 320px; /* Prevents being too small on mobile */
            max-width: 800px; /* Prevents being too wide on giant monitors */
            padding: 60px 50px; /* Increased padding for the broader look */
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.04);
            text-align: center;
            transition: all 0.3s ease;
        }

        /* RESPONSIVE ADJUSTMENTS */
        @media (max-width: 992px) {
            .is-auth-card {
                width: 80%; /* Slightly wider on tablets */
                padding: 40px 30px;
            }
        }

        @media (max-width: 576px) {
            .is-auth-card {
                width: 100%; /* Full width "Card View" on mobile */
                padding: 30px 20px;
                border-radius: 12px;
            }
        }

        .is-brand-logo { width: 85px; margin-bottom: 30px; }
        .is-greeting-head { font-size: 2.2rem; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; }
        .is-greeting-sub { font-size: 1.1rem; color: #666; margin-bottom: 40px; }

        /* Centering the form elements within the broad card */
        .is-form-container {
            max-width: 450px; /* Keeps the actual input fields from stretching too wide */
            margin: 0 auto;
        }

        .is-custom-input {
            width: 100%;
            padding: 16px;
            border: 1px solid #ddd;
            border-radius: 12px;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .is-btn-submit {
            width: 100%;
            background-color: #d34e24;
            color: #fff;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: 0.3s;
        }

        .is-btn-submit:hover { background-color: #b03d1a; transform: translateY(-1px); }

        .is-social-wrapper {
            max-width: 450px;
            margin: 0 auto;
        }

        .is-social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 15px;
            border: 1px solid #eee;
            border-radius: 50px;
            text-decoration: none;
            color: #444;
            font-weight: 500;
        }

        .is-social-icon { width: 20px; margin-right: 12px; }

        .is-auth-divider {
            max-width: 450px;
            margin: 30px auto;
            display: flex;
            align-items: center;
            color: #ccc;
        }
        .is-auth-divider::before, .is-auth-divider::after { content: ""; flex: 1; height: 1px; background: #eee; }
        .is-auth-divider span { padding: 0 15px; font-size: 0.9rem; }
        /* login.php end */


/* card.php style */

 .month-card { width: 230px; border: 1px solid #eee; border-radius: 8px; padding: 10px; }
    .month-name { text-align: center; font-weight: bold; font-size: 0.8rem; margin-bottom: 8px; color: #d34e24; }
    .days-grid { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 0.75rem; }
    .day-num { height: 32px; display: flex; align-items: center; justify-content: center; position: relative; }
    .green-dot { width: 4px; height: 4px; background: #28a745; border-radius: 50%; position: absolute; bottom: 4px; }
    .day-head { font-weight: bold; color: #999; margin-bottom: 5px; }
    
.zoom-trigger {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #333;
    transition: all 0.3s ease;
}

.zoom-trigger:hover {
    background: #ffffff;
    transform: scale(1.1);
}

/* Compact Laptop Grid */
.modern-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 180px 180px;
    gap: 12px;
}

/* Feature the first image as 2x2 */
.gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    background: #f8f9fa;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-dialog.modal-lg {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
/* Mobile: Horizontal Swipe */
@media (max-width: 768px) {
    .modern-gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        grid-template-columns: none;
        grid-template-rows: none;
        padding-bottom: 15px;
        gap: 12px;
    }
    .gallery-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        height: 350px;
    }
    .modern-gallery-grid::-webkit-scrollbar { display: none; }
    .modal-dialog.modal-lg {
        max-width: 95%; /* 95% looks better than 100% on mobile to show a small gap */
        margin: 10px auto;
    }
}
/* Container for the image to maintain aspect ratio */
.slider-image-wrapper {
    width: 100%;
    height: 500px; /* Fixed height for laptop */
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}

.slider-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Shows full image without cropping */
}

/* Customizing Arrows */
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 50%;
    background-size: 50%;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .slider-image-wrapper {
        height: 350px; /* Shorter for mobile */
    }
    
    .modal-dialog.modal-lg {
        max-width: 95% !important;
        margin: 10px auto;
    }
}
/* Image Wrapper - Keeps everything uniform */
.slider-image-wrapper {
    width: 100%;
    height: 70vh; /* Adjusts based on screen height */
    min-height: 400px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.slider-image-wrapper img {
    max-height: 100%;
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position:center;
}

/* Custom Navigation Arrows */
.custom-nav {
    width: 10%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#roomCarousel:hover .custom-nav {
    opacity: 1;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 25px;
    background-size: 40%;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .slider-image-wrapper {
        height: 50vh;
        min-height: 300px;
    }
    .custom-nav { opacity: 1; width: 15%; }
}
/* card.php style end  */

/* ending para styling */
/* Ensure the section spans 100% width */
.purpose-section {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/* Typography polish */
.purpose-section h3 {
    letter-spacing: -0.5px;
    font-size: 1.75rem;
}

.text-secondary {
    line-height: 1.8;
    color: #4a4a4a !important;
}

/* Notice box styling */
.important-notice {
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

/* Footer styling */
footer {
    border-top: 1px solid #eee;
}

/* Fix for large screens so text remains readable */
@media (min-width: 1400px) {
    .purpose-section .row {
        max-width: 1390px;
        margin-left: auto;
        margin-right: auto;
    }
}

