/* ===== responsive.css ===== */
/* Responsive Styles for Sheoak Retreat Tajpur */

/* ===== Extra large devices (large desktops, 1200px and up) ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-slider,
    .carousel-item {
        height: 100vh;
    }
    
    .room-card .room-info {
        padding: 1.8rem;
    }
    
    .feature-card {
        padding: 2.5rem;
    }
}

/* ===== Large devices (desktops, 992px to 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .hero-slider,
    .carousel-item {
        height: 90vh;
    }
    
    .carousel-caption h1 {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.3rem;
    }
    
    .room-meta {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    
    .room-meta span {
        font-size: 0.85rem;
    }
    
    .experience-badge {
        width: 130px;
        height: 130px;
        padding: 1.2rem;
    }
    
    .experience-badge .years {
        font-size: 2.2rem;
    }
    
    .dining-image-grid img {
        height: 180px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

/* ===== Medium devices (tablets, 768px to 991px) ===== */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    /* Header & Navigation */
    .navbar-brand {
        font-size: 1.5rem;
    }
    
    .navbar-brand span {
        font-size: 0.9rem;
    }
    
    .nav-link {
        margin: 0.3rem 0;
        text-align: center;
    }
    
    /* Hero Section */
    .hero-slider,
    .carousel-item {
        height: 70vh;
    }
    
    .carousel-caption {
        bottom: 40%;
    }
    
    .carousel-caption h1 {
        font-size: 2.5rem;
    }
    
    .carousel-caption p {
        font-size: 1.1rem;
    }
    
    /* Booking Search Bar */
    .booking-search-bar {
        margin-top: -50px;
    }
    
    .search-wrapper {
        padding: 1.5rem;
    }
    
    .search-wrapper .btn {
        margin-top: 1rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2rem;
    }
    
    /* Feature Cards */
    .feature-card {
        padding: 1.8rem;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .feature-card h3 {
        font-size: 1.2rem;
    }
    
    /* Statistics Section */
    .stat-card {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    /* About Section */
    .about-image-wrapper {
        margin-bottom: 3rem;
    }
    
    .experience-badge {
        width: 120px;
        height: 120px;
        padding: 1rem;
        bottom: -10px;
        right: -10px;
    }
    
    .experience-badge .years {
        font-size: 2rem;
    }
    
    .experience-badge .text {
        font-size: 0.8rem;
    }
    
    .about-stats .stat-value {
        font-size: 1.8rem;
    }
    
    /* Room Cards */
    .room-card {
        max-width: 350px;
        margin: 0 auto 2rem;
    }
    
    .room-image {
        height: 220px;
    }
    
    .room-meta {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    
    .room-meta span {
        font-size: 0.85rem;
    }
    
    .current-price {
        font-size: 1.3rem;
    }
    
    /* Attraction Cards */
    .attraction-card {
        max-width: 350px;
        margin: 0 auto 2rem;
    }
    
    .attraction-image {
        height: 220px;
    }
    
    /* Dining Section */
    .dining-content {
        margin-bottom: 2rem;
    }
    
    .dining-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dining-image-grid {
        gap: 0.8rem;
    }
    
    .dining-image-grid img {
        height: 150px;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 1.5rem;
    }
    
    /* CTA Section */
    .cta-wrapper {
        padding: 3rem;
    }
    
    .cta-benefits {
        justify-content: center;
    }
    
    .offer-badge {
        display: inline-block;
        margin-bottom: 1rem;
    }
    
    /* Footer */
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer h5 {
        margin-bottom: 1.2rem;
    }
    
    .social-links {
        margin-bottom: 1.5rem;
    }
}

/* ===== Small devices (landscape phones, 576px to 767px) ===== */
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    
    /* Header & Navigation */
    .navbar {
        padding: 0.8rem 0;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .navbar-brand span {
        font-size: 0.8rem;
    }
    
    .navbar-toggler {
        padding: 0.4rem 0.8rem;
    }
    
    /* Hero Section */
    .hero-slider,
    .carousel-item {
        height: 60vh;
    }
    
    .carousel-caption {
        bottom: 35%;
    }
    
    .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .carousel-caption .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    /* Booking Search Bar */
    .booking-search-bar {
        margin-top: -30px;
    }
    
    .search-wrapper {
        padding: 1.2rem;
    }
    
    .search-wrapper .form-label {
        font-size: 0.9rem;
    }
    
    .search-wrapper .btn {
        margin-top: 0.5rem;
        padding: 0.6rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* Feature Cards */
    .features-section {
        padding: 3rem 0;
    }
    
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-card h3 {
        font-size: 1.1rem;
    }
    
    .feature-card p {
        font-size: 0.9rem;
    }
    
    /* Statistics Section */
    .statistics-section {
        padding: 3rem 0;
    }
    
    .stat-card {
        padding: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .stat-card i {
        font-size: 2.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-card p {
        font-size: 1rem;
    }
    
    /* About Section */
    .about-section {
        padding: 3rem 0;
    }
    
    .about-image-wrapper {
        margin-bottom: 2.5rem;
    }
    
    .about-image-wrapper img {
        width: 100%;
    }
    
    .experience-badge {
        width: 100px;
        height: 100px;
        padding: 0.8rem;
        bottom: -5px;
        right: -5px;
    }
    
    .experience-badge .years {
        font-size: 1.8rem;
    }
    
    .experience-badge .text {
        font-size: 0.7rem;
    }
    
    .about-text {
        font-size: 0.95rem;
    }
    
    .about-stats {
        padding: 0.8rem;
    }
    
    .about-stats .stat-value {
        font-size: 1.5rem;
    }
    
    .about-stats .stat-label {
        font-size: 0.8rem;
    }
    
    /* Room Cards */
    .rooms-section {
        padding: 3rem 0;
    }
    
    .room-card {
        max-width: 400px;
        margin: 0 auto 2rem;
    }
    
    .room-image {
        height: 200px;
    }
    
    .room-info {
        padding: 1.2rem;
    }
    
    .room-info h3 {
        font-size: 1.2rem;
    }
    
    .room-meta {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .room-meta span {
        font-size: 0.8rem;
    }
    
    .room-description {
        font-size: 0.9rem;
    }
    
    .current-price {
        font-size: 1.2rem;
    }
    
    /* Attraction Cards */
    .attractions-section {
        padding: 3rem 0;
    }
    
    .attraction-card {
        max-width: 400px;
        margin: 0 auto 2rem;
    }
    
    .attraction-image {
        height: 200px;
    }
    
    .attraction-info {
        padding: 1.2rem;
    }
    
    .attraction-info h3 {
        font-size: 1.2rem;
    }
    
    .attraction-info p {
        font-size: 0.9rem;
    }
    
    .attraction-distance {
        font-size: 0.8rem;
        padding: 0.2rem 0.8rem;
    }
    
    .attraction-meta {
        font-size: 0.8rem;
    }
    
    /* Dining Section */
    .dining-section {
        padding: 3rem 0;
    }
    
    .dining-content {
        margin-bottom: 2rem;
    }
    
    .dining-content h2 {
        font-size: 1.8rem;
    }
    
    .dining-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .feature-item {
        padding: 0.4rem;
        font-size: 0.9rem;
    }
    
    .feature-item i {
        font-size: 1rem;
    }
    
    .dining-image-grid {
        gap: 0.5rem;
    }
    
    .dining-image-grid img {
        height: 120px;
    }
    
    /* Testimonials */
    .testimonials-section {
        padding: 3rem 0;
    }
    
    .testimonial-card {
        padding: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-rating i {
        font-size: 1rem;
    }
    
    .testimonial-content {
        font-size: 0.95rem;
    }
    
    .author-image {
        width: 50px;
        height: 50px;
    }
    
    .author-info h4 {
        font-size: 1rem;
    }
    
    .author-info p {
        font-size: 0.8rem;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 3rem 0;
    }
    
    .cta-wrapper {
        padding: 2rem;
    }
    
    .cta-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .cta-wrapper p {
        font-size: 0.95rem;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 0.8rem;
        align-items: flex-start;
    }
    
    .cta-benefits span {
        font-size: 0.9rem;
    }
    
    .offer-badge {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .offer-tag {
        font-size: 0.8rem;
    }
    
    .offer-discount {
        font-size: 2rem;
    }
    
    .offer-code {
        font-size: 0.9rem;
    }
    
    /* Newsletter Section */
    .newsletter-section {
        padding: 3rem 0;
    }
    
    .newsletter-section h3 {
        font-size: 1.3rem;
    }
    
    .newsletter-section p {
        font-size: 0.95rem;
    }
    
    .newsletter-form .form-control {
        padding: 0.8rem 1.2rem;
    }
    
    .newsletter-form .btn {
        padding: 0.8rem 1.2rem;
    }
    
    /* Footer */
    .footer {
        padding: 2.5rem 0 1rem;
    }
    
    .footer h5 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer h5::after {
        width: 40px;
    }
    
    .footer-links li {
        margin-bottom: 0.5rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .contact-info li {
        font-size: 0.9rem;
        gap: 0.8rem;
    }
    
    .contact-info i {
        font-size: 1rem;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .newsletter-form-footer {
        margin-bottom: 1rem;
    }
    
    .payment-methods i {
        font-size: 1.8rem;
    }
    
    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
    
    .footer-bottom a {
        font-size: 0.85rem;
    }
    
    /* Back to Top Button */
    #back-to-top {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        bottom: 20px;
        right: 20px;
    }
}

/* ===== Extra small devices (phones, less than 576px) ===== */
@media (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    
    /* Header & Navigation */
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-brand span {
        font-size: 0.7rem;
    }
    
    .navbar-toggler {
        padding: 0.3rem 0.6rem;
    }
    
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    
    .nav-link {
        padding: 0.5rem 0;
        text-align: center;
    }
    
    /* Hero Section */
    .hero-slider,
    .carousel-item {
        height: 50vh;
    }
    
    .carousel-caption {
        bottom: 30%;
        left: 10%;
        right: 10%;
    }
    
    .carousel-caption h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .carousel-caption .btn {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
    
    .carousel-indicators {
        bottom: 10px;
    }
    
    .carousel-indicators button {
        width: 30px;
        height: 3px;
    }
    
    /* Booking Search Bar */
    .booking-search-bar {
        margin-top: -20px;
    }
    
    .search-wrapper {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .search-wrapper .form-label {
        font-size: 0.85rem;
        margin-bottom: 0.2rem;
    }
    
    .search-wrapper .input-group {
        margin-bottom: 0.8rem;
    }
    
    .search-wrapper .input-group-text {
        padding: 0.4rem 0.6rem;
    }
    
    .search-wrapper .form-control,
    .search-wrapper .form-select {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
    }
    
    .search-wrapper .btn {
        padding: 0.6rem;
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-title::after {
        width: 60px;
        height: 2px;
        bottom: -8px;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    /* Feature Cards */
    .features-section {
        padding: 2rem 0;
    }
    
    .feature-card {
        padding: 1.2rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    
    .feature-card h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-card p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Statistics Section */
    .statistics-section {
        padding: 2rem 0;
    }
    
    .stat-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .stat-card i {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-card p {
        font-size: 0.9rem;
    }
    
    /* About Section */
    .about-section {
        padding: 2rem 0;
    }
    
    .about-image-wrapper {
        margin-bottom: 2rem;
    }
    
    .about-image-wrapper img {
        border-radius: 10px !important;
    }
    
    .experience-badge {
        width: 80px;
        height: 80px;
        padding: 0.5rem;
        bottom: 0;
        right: 0;
    }
    
    .experience-badge .years {
        font-size: 1.5rem;
    }
    
    .experience-badge .text {
        font-size: 0.6rem;
    }
    
    .about-content .section-title {
        font-size: 1.6rem;
    }
    
    .about-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .about-stats {
        padding: 0.5rem;
    }
    
    .about-stats .stat-value {
        font-size: 1.3rem;
    }
    
    .about-stats .stat-label {
        font-size: 0.75rem;
    }
    
    /* Room Cards */
    .rooms-section {
        padding: 2rem 0;
    }
    
    .room-card {
        margin-bottom: 1.5rem;
        border-radius: 10px;
    }
    
    .room-image {
        height: 180px;
    }
    
    .room-category {
        font-size: 0.8rem;
        padding: 0.2rem 0.8rem;
    }
    
    .room-info {
        padding: 1rem;
    }
    
    .room-info h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .room-meta {
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .room-meta span {
        font-size: 0.75rem;
    }
    
    .room-description {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }
    
    .room-price {
        margin-bottom: 0.8rem;
    }
    
    .current-price {
        font-size: 1.1rem;
    }
    
    .original-price {
        font-size: 0.85rem;
    }
    
    .per-night {
        font-size: 0.8rem;
    }
    
    .room-card .btn {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    
    /* Attraction Cards */
    .attractions-section {
        padding: 2rem 0;
    }
    
    .attraction-card {
        margin-bottom: 1.5rem;
        border-radius: 10px;
    }
    
    .attraction-image {
        height: 180px;
    }
    
    .attraction-distance {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }
    
    .attraction-info {
        padding: 1rem;
    }
    
    .attraction-info h3 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .attraction-info p {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .attraction-meta {
        font-size: 0.75rem;
        gap: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .btn-link {
        font-size: 0.85rem;
    }
    
    /* Dining Section */
    .dining-section {
        padding: 2rem 0;
    }
    
    .dining-content {
        margin-bottom: 1.5rem;
    }
    
    .dining-content .section-title {
        font-size: 1.6rem;
    }
    
    .dining-content p {
        font-size: 0.9rem;
    }
    
    .dining-features {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .feature-item {
        padding: 0.4rem;
        font-size: 0.85rem;
    }
    
    .feature-item i {
        font-size: 0.9rem;
    }
    
    .dining-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .dining-image-grid img {
        height: 100px;
    }
    
    .dining-content .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    /* Testimonials */
    .testimonials-section {
        padding: 2rem 0;
    }
    
    .testimonial-card {
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    
    .testimonial-rating i {
        font-size: 0.9rem;
    }
    
    .testimonial-content {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    
    .testimonial-author {
        gap: 0.8rem;
    }
    
    .author-image {
        width: 45px;
        height: 45px;
        border-width: 2px;
    }
    
    .author-info h4 {
        font-size: 0.95rem;
    }
    
    .author-info p {
        font-size: 0.75rem;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 2rem 0;
    }
    
    .cta-wrapper {
        padding: 1.5rem;
        border-radius: 10px;
    }
    
    .cta-wrapper h2 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    
    .cta-wrapper p {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    
    .cta-benefits span {
        font-size: 0.8rem;
    }
    
    .offer-badge {
        padding: 0.8rem;
        margin-bottom: 0.8rem;
    }
    
    .offer-tag {
        font-size: 0.7rem;
    }
    
    .offer-discount {
        font-size: 1.8rem;
    }
    
    .offer-code {
        font-size: 0.8rem;
    }
    
    .cta-wrapper .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    /* Newsletter Section */
    .newsletter-section {
        padding: 2rem 0;
    }
    
    .newsletter-section h3 {
        font-size: 1.2rem;
    }
    
    .newsletter-section p {
        font-size: 0.85rem;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
        border-radius: 8px;
    }
    
    .newsletter-form .form-control {
        border-radius: 8px 8px 0 0 !important;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
    
    .newsletter-form .btn {
        border-radius: 0 0 8px 8px !important;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Footer */
    .footer {
        padding: 2rem 0 0.8rem;
    }
    
    .footer h5 {
        font-size: 1rem;
        margin-bottom: 0.8rem;
        padding-bottom: 0.3rem;
    }
    
    .footer h5::after {
        width: 35px;
        height: 2px;
    }
    
    .footer p {
        font-size: 0.85rem;
    }
    
    .footer-links li {
        margin-bottom: 0.4rem;
    }
    
    .footer-links a {
        font-size: 0.85rem;
    }
    
    .contact-info li {
        font-size: 0.85rem;
        gap: 0.6rem;
        margin-bottom: 0.6rem;
    }
    
    .contact-info i {
        font-size: 0.9rem;
    }
    
    .social-links {
        gap: 0.8rem;
        margin-top: 1rem;
    }
    
    .social-links a {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .newsletter-form-footer {
        margin-bottom: 0.8rem;
    }
    
    .newsletter-form-footer .input-group {
        flex-direction: row;
    }
    
    .newsletter-form-footer .form-control {
        border-radius: 5px 0 0 5px !important;
        font-size: 0.85rem;
    }
    
    .newsletter-form-footer .btn {
        border-radius: 0 5px 5px 0 !important;
        padding: 0.5rem 0.8rem;
    }
    
    .payment-methods i {
        font-size: 1.5rem;
    }
    
    .footer-bottom {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    
    .footer-bottom p,
    .footer-bottom a {
        font-size: 0.75rem;
    }
    
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 0.5rem;
    }
    
    .footer-bottom .text-md-end a {
        display: inline-block;
        margin: 0 0.3rem;
    }
    
    /* Back to Top Button */
    #back-to-top {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        bottom: 15px;
        right: 15px;
        border-radius: 8px !important;
    }
    
    /* Modal Responsive */
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-content {
        border-radius: 10px;
    }
    
    .modal-header {
        padding: 1rem;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .modal-footer {
        padding: 1rem;
    }
    
    /* Form Responsive */
    .form-control,
    .form-select {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
    
    .input-group-text {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* Button Responsive */
    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .btn-lg {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }
    
    .btn-sm {
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
    }
    
    /* Table Responsive */
    .table-responsive {
        font-size: 0.85rem;
    }
    
    /* Grid Gap Adjustments */
    .g-4 {
        --bs-gutter-y: 1rem;
    }
    
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .col-6,
    .col-12,
    .col-md-4,
    .col-md-6,
    .col-lg-3,
    .col-lg-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* ===== Landscape Mode for Phones ===== */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-slider,
    .carousel-item {
        height: 100vh;
    }
    
    .carousel-caption {
        bottom: 40%;
    }
    
    .carousel-caption h1 {
        font-size: 1.8rem;
    }
    
    .navbar {
        padding: 0.3rem 0;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .booking-search-bar {
        margin-top: -30px;
    }
    
    .search-wrapper {
        padding: 0.8rem;
    }
    
    .dining-image-grid img {
        height: 150px;
    }
    
    .feature-card {
        padding: 1rem;
    }
    
    .room-card {
        max-width: 300px;
    }
}

/* ===== Print Styles ===== */
@media print {
    .navbar,
    .hero-slider,
    .booking-search-bar,
    .footer,
    #back-to-top,
    .btn,
    .newsletter-section,
    .cta-section {
        display: none !important;
    }
    
    body {
        background: white;
        color: black;
        font-size: 12pt;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    p, .room-card, .attraction-card {
        page-break-inside: avoid;
    }
}

/* ===== High Resolution Screens ===== */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-slider,
    .carousel-item {
        height: 100vh;
    }
    
    .carousel-caption h1 {
        font-size: 4rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .room-card .room-info {
        padding: 2rem;
    }
    
    .feature-card {
        padding: 3rem;
    }
    
    .feature-icon {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .stat-number {
        font-size: 3.5rem;
    }
}

/* ===== Dark Mode Support ===== */
@media (prefers-color-scheme: dark) {
    body.dark-mode-support {
        background: #1a1a1a;
        color: #f0f0f0;
    }
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== Custom Device Breakpoints ===== */
@media (max-width: 360px) {
    .carousel-caption h1 {
        font-size: 1.3rem;
    }
    
    .carousel-caption p {
        font-size: 0.8rem;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .room-meta span {
        font-size: 0.7rem;
    }
    
    .dining-image-grid img {
        height: 80px;
    }
    
    .footer h5 {
        font-size: 0.95rem;
    }
    
    .footer-links a,
    .contact-info li {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .hero-slider,
    .carousel-item {
        height: 80vh;
    }
    
    .dining-image-grid img {
        height: 200px;
    }
}

/* ===== Fix for Bootstrap Grid Gaps ===== */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ===== Utility Classes for Responsive ===== */
.d-xs-block {
    display: none;
}

@media (max-width: 575px) {
    .d-xs-block {
        display: block;
    }
    
    .d-xs-none {
        display: none;
    }
    
    .text-xs-center {
        text-align: center;
    }
    
    .text-xs-left {
        text-align: left;
    }
    
    .text-xs-right {
        text-align: right;
    }
    
    .mt-xs-2 {
        margin-top: 0.5rem;
    }
    
    .mt-xs-3 {
        margin-top: 1rem;
    }
    
    .mb-xs-2 {
        margin-bottom: 0.5rem;
    }
    
    .mb-xs-3 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .d-sm-block {
        display: block;
    }
    
    .d-sm-none {
        display: none;
    }
    
    .text-sm-center {
        text-align: center;
    }
}

/* ===== Image Responsive Helper ===== */
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ===== Responsive Padding/Margin Helpers ===== */
.responsive-padding {
    padding: 5% 10%;
}

@media (max-width: 767px) {
    .responsive-padding {
        padding: 3% 5%;
    }
}

/* ===== Responsive Font Sizes ===== */
.responsive-font {
    font-size: calc(16px + 0.5vw);
}

.responsive-font-sm {
    font-size: calc(14px + 0.3vw);
}

.responsive-font-lg {
    font-size: calc(20px + 0.8vw);
}

/* ===== Flexbox Responsive Utilities ===== */
.flex-responsive {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .flex-responsive {
        flex-direction: column;
    }
    
    .flex-responsive .flex-item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* ===== Grid Responsive System ===== */
.responsive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

@media (max-width: 575px) {
    .responsive-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ===== Card Responsive Hover Effects ===== */
@media (max-width: 991px) {
    .room-card:hover,
    .attraction-card:hover,
    .feature-card:hover {
        transform: translateY(-5px);
    }
    
    .room-card:hover .room-image img {
        transform: scale(1.05);
    }
}

@media (max-width: 575px) {
    .room-card:hover,
    .attraction-card:hover,
    .feature-card:hover {
        transform: none;
    }
    
    .room-card:hover .room-image img {
        transform: none;
    }
}

/* ===== Navigation Responsive Fixes ===== */
@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    
    .navbar-nav {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .nav-link::after {
        bottom: 0;
    }
}

/* ===== Form Responsive Fixes ===== */
@media (max-width: 575px) {
    .input-group > .form-control,
    .input-group > .form-select {
        width: 100%;
    }
    
    .input-group > .input-group-text {
        width: 40px;
        justify-content: center;
    }
}

/* ===== Modal Responsive Fixes ===== */
@media (max-width: 575px) {
    .modal-dialog-centered {
        align-items: flex-end;
        min-height: calc(100% - 0.5rem);
    }
    
    .modal-content {
        border-radius: 15px 15px 0 0;
    }
}

/* ===== Table Responsive with Horizontal Scroll ===== */
.table-responsive-stack {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===== Image Gallery Responsive ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Booking Form Steps Responsive ===== */
.booking-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .booking-steps {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .step-item {
        width: 100%;
    }
}

/* ===== Price Filter Responsive ===== */
.price-range-slider {
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 575px) {
    .price-range-values {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ===== Loading States Responsive ===== */
.loading-spinner {
    width: 50px;
    height: 50px;
}

@media (max-width: 575px) {
    .loading-spinner {
        width: 35px;
        height: 35px;
    }
}