﻿/* ===========================
   Mobile Portrait (max 575px)
   =========================== */
@media (max-width: 575px) {

    .main-header {
        padding: 8px 0;
    }

    .navlinks {
        display: none !important;
    }
    .navwrap {
        gap: 10px;
    }
    .main-header {
    top:0;
    }
    .btnbooknow button,
    .btncheckin button {
        padding: 2px 6px;
        font-size: 11px;
    }

    .btnlocation a label {
        display: none;
    }

    .user i,
    .whatsapplink a i,
    .bars i {
        font-size: 20px;
        margin-top: 5px;
    }
    .active-one .fa-xmark {
    color:#000;
    }
    .logo img {
        width: 50px;
    }

    .herotext h1 {
        font-size: 20px;
        line-height: 1.3;
    }

    .neologo img {
        width: 80px;
    }

    .content {
        padding-top: 40px !important;
    }

    .vcard {
        padding: 10px;
    }

    .propertycard iframe {
        height: 180px;
    }

    .pricing h3 {
        font-size: 16px;
    }

    .sectiontitls h1 {
        font-size: 20px;
    }

    .sectiontitls p {
        font-size: 12px;
    }

    .searchtochat {
        width: 100%;
        padding: 6%;
    }

    .chatbtn button {
        padding: 8px 20px;
        font-size: 13px;
    }

    .locationsearch input {
        height: 40px;
    }

    .locationsearch i {
        top: 12px;
        right: 10px;
    }

    .video-foreground {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .video-foreground iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 177vw; /* maintains 16:9 ratio */
            height: 100vh;
            transform: translate(-50%, -50%);
            object-fit: cover;
            pointer-events: none; /* prevents accidental tap showing controls */
        }

    .herocontent {
        padding-top: 5%;
    }

    .hero-section {
        background: #000;
        position: relative;
    }

    .navblock {
        padding-left: 0;
    }

    .neologo {
        padding: 1% 0;
    }

    .headsearchblock input {
        height: 40px;
        font-size: 11px;
    }

    .headsearchbtn::before {
        top: 3px;
        left: -7px;
    }

    .headsearchblock i {
        top: 27%;
        right: 3%;
        font-size: 20px;
    }

    .propertyname h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0px;
    }

    .propertyname p {
        color: #fff;
        font-size: 12px;
    }

    .sectiontitls p br {
        display: none;
    }

    .search-wrapper {
        width: 100%;
        margin: 35px auto auto;
        padding: 15px;
    }
    .start-btn {
        position: absolute;
        right: 9%;
        font-size: 12px;
        margin-top: 9px;
        padding: 10px;
    }
    .searchblk .search-bar {
    width:100%;
    }
    .search-bar input {
    font-size:12px;
    }
    ul.suggestions {
    padding-left:0;
    }
    .suggestions li {
        padding: 10px 12px;
        font-size: 12px;
    }
    .sectiontitls img {
        width: 35px;
        height: 35px;
        margin: 0 10px;
    }
    .user img {
    width:25px;
    }
    .btnlocation a img {
    width:20px;
    height:20px;
    }
    .whatsapplink a img {
    width:25px;
    }
    .fa-xmark {
        color: #000;
        position: absolute;
        left: -15px;
        top: 10%;
    }
    .herotext h1 {
    min-height:65px;
    }
    .video-overlay {
        height: 29vh !important;
    }
    #mySidenavWrapperSideNav a {
        right: -135px;
    }
    .socialcard p {
        margin-top: 0px;
    }
}
@media (min-width: 375px) and (max-width: 455px) {
    .video-overlay {
        height: 32vh !important;
    }
}
@media (max-width: 375px) {
    .video-overlay {
        height: 34vh !important;
    }
}

    /* ===========================
   Mobile Landscape (max 480px height)
   =========================== */
    @media (max-height: 480px) and (max-width: 767px) {

        .content {
            padding-top: 90px !important;
        }

        .video-foreground iframe {
            height: 150vh;
        }

        .herotext h1 {
            font-size: 22px;
        }

        .socialcard p {
            margin-top: 0px;
        }
    }


    /* ===========================
   Tablet Portrait (576px – 768px)
   =========================== */
    @media (min-width: 576px) and (max-width: 768px) {

        .herotext h1 {
            font-size: 42px;
        }

        .propertycard iframe {
            height: 220px;
        }

        .navlinks {
            display: none !important;
        }

        .sectiontitls h1 {
            font-size: 36px;
        }

        .socialcard p {
            margin-top: 0px;
        }
    }

    /* ===========================
   Tablet Landscape (710px – 750px)
   =========================== */
    @media (min-width: 710px) and (max-width: 750px) {
        .btnlocation label {
            display: none;
        }

        .btnbooknow button, .btncheckin button {
            padding: 5px 20px;
        }

        .video-foreground iframe {
            height: 40vh;
            top: 20%;
        }

        .premiumspace {
            padding-top: 5% !important;
        }

        .container {
            max-width: 600px;
        }

        .propertycard .video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 ratio */
            overflow: hidden;
            border-radius: 12px; /* optional */
        }

            .propertycard .video-wrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: none;
                object-fit: cover;
            }

        .bookproperty button {
            width: 40%;
            font-size: 20px;
        }

        .start-btn {
            position: absolute;
            right: 20%;
            margin-top: 2px;
            margin-right: -2px;
        }

        .searchblk .search-bar {
            width: 100%;
        }

        .hero-section {
            background: #000 !important;
        }

        .herotext h1 {
            min-height: 104px;
        }

        .content {
            padding-top: 125px;
        }

        .video-overlay {
            height: 40vh !important;
        }

        .socialcard p {
            margin-top: 0px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1140px) {
        .btnbooknow button, .btncheckin button {
            padding: 3px 10px;
        }

        .propertyname h3 {
            font-size: 22px;
            color: #fff;
        }

        .vcard {
            min-height: 342px;
        }

        .start-btn {
            padding: 14px 25px;
        }

        .featurecard {
            min-height: 390px;
        }

        .search-wrapper {
            margin: 10px auto auto;
        }

        .premiumspace {
            padding-top: 12% !important;
        }

        .video-foreground iframe {
            height: 100vh;
        }
    }

    /* ===========================
   Tablet Landscape (768px – 1024px)
   =========================== */
    @media (min-width: 768px) and (max-width: 1024px) {

        .herotext h1 {
            font-size: 50px;
        }

        .navlinks ul li {
            font-size: 14px;
        }

        .propertycard iframe {
            height: 230px;
        }

        .sectiontitls h1 {
            font-size: 40px;
        }

        .content {
            padding-top: 150px !important;
        }
    }


    /* ===========================
   Small Laptop (1024px – 1280px)
   =========================== */
    @media (min-width: 1024px) and (max-width: 1280px) {

        .herotext h1 {
            font-size: 54px;
        }

        .propertycard iframe {
            height: 145px;
        }

        .content {
            padding-top: 160px !important;
        }
    }

    @media (max-width: 1366px) {
        .premiumspace {
            background: #000;
            padding-top: 0%;
        }

        .video-overlay {
            height: 110vh;
        }
    }

    @media (min-width: 1440px) {
        .premiumspace {
            background: #000;
            padding-top: 13%;
        }
    }
