/* HD Desktop: 1920px+ */

/* ===== MOBILE (320px - 767px) - DEFAULT ===== */
@media screen and (max-width: 767px) {
    /* Global Mobile Fixes */
    * {
        box-sizing: border-box;
    }
    
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    /* Hero Section Mobile */
    .hero-slideshow {
        height: 60vh;
        min-height: 400px;
        width: 100%;
        overflow: hidden;
    }
    
    .slider-container {
        width: 100%;
        height: 100%;
    }
    
    .slider-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .slideshow-overlay {
        padding: 20px 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .hero-text {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .line1 {
        font-size: 18px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight {
        font-size: 20px;
    }
    
    /* Bhavan Section Mobile */
    .bhavan-section {
        padding: 30px 15px;
        width: 100%;
        overflow: hidden;
    }
    
    .symbol {
        display: none;
    }
    
    .title-box {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
    }
    
    .title {
        font-size: 20px;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .underline {
        width: 60px;
        height: 2px;
        margin: 10px auto 0;
    }
    
    .bhavan-container {
        flex-direction: column;
        gap: 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .image-box {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    
    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    
    .content-box {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    
    .description {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
        word-wrap: break-word;
    }
    
    .explore-btn {
        font-size: 14px;
        padding: 10px 20px;
        width: auto;
        max-width: 100%;
    }
    
    /* Stay Section Mobile */
    .stay-section {
        padding: 30px 15px;
        width: 100%;
        overflow: hidden;
    }
    
    .stay-header {
        text-align: center;
        margin-bottom: 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .stay-title {
        font-size: 20px;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .stay-underline {
        width: 60px;
        height: 2px;
        margin: 10px auto 0;
    }
    
    .stay-container {
        flex-direction: column;
        gap: 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .stay-left {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    
    .stay-intro {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
        word-wrap: break-word;
    }
    
    .stay-points {
        gap: 15px;
    }
    
    .stay-points li {
        font-size: 12px;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .stay-right {
        width: 100%;
        max-width: 100%;
    }
    
    .main-image-box {
        width: 100%;
        max-width: 100%;
        height: 250px;
        position: relative;
    }
    
    .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    
    .overlap-image-box {
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 120px;
        height: 120px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .overlap-carousel {
        width: 100%;
        height: 100%;
    }
    
    .overlap-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Room Section Mobile */
    .room-section {
        padding: 30px 15px;
        width: 100%;
        overflow: hidden;
    }
    
    .room-box {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
        padding: 15px;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
    }
    
    .room-left {
        width: 100%;
        max-width: 100%;
        height: 150px;
    }
    
    .room-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }
    
    .room-right {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    
    .room-content {
        margin-bottom: 15px;
    }
    
    .room-title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .room-desc {
        font-size: 12px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .room-arrow {
        font-size: 20px;
        text-align: right;
    }
    
    /* Footer Section Mobile */
    .footer-section {
        padding: 20px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .footer-top {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }
    
    .footer-left {
        height: 150px;
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-left img {
        height: 100%;
        width: 33.33%;
        object-fit: cover;
        max-width: 33.33%;
    }
    
    .footer-middle {
        text-align: center;
        padding: 20px 0;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-middle h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .footer-arrow-line {
        font-size: 24px;
        margin: 10px 0;
    }
    
    .book-btn-outline {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    .footer-right {
        height: 200px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-right iframe {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    
    .footer-bottom {
        padding: 20px 15px;
        gap: 20px;
        flex-direction: column;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-item img {
        width: 24px;
        height: 24px;
        margin: 0 auto;
    }
    
    .contact-item .label {
        font-size: 12px;
        font-weight: 600;
    }
    
    .contact-item p {
        font-size: 11px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-links a {
        font-size: 11px;
        padding: 5px 0;
    }
    
    .footer-copy {
        text-align: center;
        gap: 5px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-copy p {
        font-size: 10px;
        line-height: 1.3;
    }
}

/* Small Mobile (320px - 480px) */
@media screen and (max-width: 480px) {
    .hero-slideshow {
        height: 50vh;
        min-height: 300px;
    }
    
    .line1 {
        font-size: 16px;
    }
    
    .highlight {
        font-size: 18px;
    }
    
    .bhavan-section {
        padding: 20px 10px;
    }
    
    .title {
        font-size: 18px;
    }
    
    .image-box {
        height: 150px;
    }
    
    .description {
        font-size: 12px;
    }
    
    .explore-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .stay-section {
        padding: 20px 10px;
    }
    
    .stay-title {
        font-size: 18px;
    }
    
    .stay-intro {
        font-size: 12px;
    }
    
    .stay-points li {
        font-size: 11px;
    }
    
    .main-image-box {
        height: 200px;
    }
    
    .overlap-image-box {
        width: 100px;
        height: 100px;
        bottom: -15px;
        right: -15px;
    }
    
    .room-section {
        padding: 20px 10px;
    }
    
    .room-box {
        padding: 12px;
        margin-bottom: 20px;
    }
    
    .room-left {
        height: 120px;
    }
    
    .room-title {
        font-size: 14px;
    }
    
    .room-desc {
        font-size: 11px;
    }
    
    .room-arrow {
        font-size: 18px;
    }
    
    .footer-left {
        height: 120px;
    }
    
    .footer-middle h2 {
        font-size: 16px;
    }
    
    .footer-arrow-line {
        font-size: 20px;
    }
    
    .book-btn-outline {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .footer-right {
        height: 150px;
    }
    
    .contact-item img {
        width: 20px;
        height: 20px;
    }
    
    .contact-item .label {
        font-size: 11px;
    }
    
    .contact-item p {
        font-size: 10px;
    }
    
    .footer-links a {
        font-size: 10px;
    }
    
    .footer-copy p {
        font-size: 9px;
    }
}

/* Tablet (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-slideshow {
        height: 70vh;
        min-height: 500px;
    }
    
    .slideshow-overlay {
        padding: 40px 30px;
    }
    
    .line1 {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .highlight {
        font-size: 28px;
    }
    
    .bhavan-section {
        padding: 50px 30px;
    }
    
    .symbol {
        display: block;
        width: 60px;
        height: 60px;
    }
    
    .title {
        font-size: 28px;
    }
    
    .underline {
        width: 80px;
        height: 3px;
        margin: 15px auto 0;
    }
    
    .bhavan-container {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }
    
    .image-box {
        flex: 1;
        height: 300px;
    }
    
    .content-box {
        flex: 1;
        text-align: left;
        padding: 0;
    }
    
    .description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    
    .explore-btn {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    .stay-section {
        padding: 50px 30px;
    }
    
    .stay-title {
        font-size: 28px;
    }
    
    .stay-underline {
        width: 80px;
        height: 3px;
        margin: 15px auto 0;
    }
    
    .stay-container {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }
    
    .stay-left {
        flex: 1;
        padding: 0;
    }
    
    .stay-intro {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    
    .stay-points {
        gap: 20px;
    }
    
    .stay-points li {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .stay-right {
        flex: 1;
    }
    
    .main-image-box {
        height: 350px;
    }
    
    .overlap-image-box {
        width: 150px;
        height: 150px;
        bottom: -25px;
        right: -25px;
    }
    
    .room-section {
        padding: 50px 30px;
    }
    
    .room-box {
        flex-direction: row;
        gap: 25px;
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .room-left {
        flex: 1;
        height: 200px;
    }
    
    .room-right {
        flex: 2;
        padding: 0;
    }
    
    .room-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .room-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .room-arrow {
        font-size: 24px;
    }
    
    .footer-top {
        flex-direction: row;
        gap: 30px;
        padding: 0 30px;
    }
    
    .footer-left {
        height: 200px;
        gap: 12px;
        flex: 1;
    }
    
    .footer-middle {
        flex: 1;
        padding: 30px 0;
    }
    
    .footer-middle h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .footer-arrow-line {
        font-size: 32px;
        margin: 15px 0;
    }
    
    .book-btn-outline {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    .footer-right {
        height: 200px;
        flex: 1;
    }
    
    .footer-contact {
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
    }
    
    .contact-item {
        flex-direction: row;
        text-align: left;
        gap: 12px;
        flex: 1;
    }
    
    .contact-item img {
        width: 28px;
        height: 28px;
        margin: 0;
    }
    
    .contact-item .label {
        font-size: 14px;
    }
    
    .contact-item p {
        font-size: 13px;
    }
    
    .footer-links {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-links a {
        font-size: 13px;
        padding: 8px 0;
    }
}


