/* ====================================================
    Responsive
==================================================== */

/* Contact page: prevent form overlapping map on all screen sizes */
.ltn__contact-message-area.mb--100 {
    margin-bottom: 50px !important;
}

/* Footer: hide Services section (Terms & Conditions, Privacy Policy) – desktop and mobile */
.footer-services-section {
    display: none !important;
}

/* Footer: distribute 4 columns evenly across full width with space between */
.footer-top-area .container-fluid > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section) {
    flex: 1 1 0%;
    max-width: none;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section) {
        flex: 1 1 0%;
        min-width: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section):first-child {
        padding-left: 0;
    }
    .footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section):last-child {
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    .footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .footer-top-area .container-fluid > .row > [class*="col-"]:not(.footer-services-section) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Apartments Plan: active unit tab (e.g. Unit 2) – extra bold, black */
.ltn__tab-menu-3 .nav a.active {
    font-weight: 900 !important;
    color: #000000 !important;
}

/* Google map: taller height to fill space and avoid white gap below (contact page) */
.google-map {
    height: 600px !important;
    min-height: 600px;
    overflow: hidden;
}
.google-map.mb-120 {
    margin-bottom: 40px !important;
}
.google-map iframe {
    height: 100% !important;
    min-height: 600px;
    display: block;
}

/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
}

/* ====================================================
   Global responsive base – all viewports
==================================================== */
html {
    overflow-x: hidden;
}
body,
.body-wrapper {
    overflow-x: hidden;
    max-width: 100vw;
}
img,
video,
iframe {
    max-width: 100%;
    height: auto;
}
img {
    display: block;
}
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
[class*="bg-image"][data-bs-bg],
[data-bs-bg] {
    background-size: cover !important;
    background-position: center !important;
}
table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ====================================================
   Tablet : 768px – 991px
==================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .pt-120, .pt-115, .pb-120, .pb-115,
    .ltn__about-us-area.pt-120---,
    .ltn__about-us-area.pt-115---,
    .ltn__feature-area.pt-120,
    .ltn__team-area.pt-115,
    .ltn__testimonial-area.pt-120,
    .ltn__blog-area.pt-115--- {
        padding-top: 60px !important;
    }
    .pb-90, .pb-100, .pb-70,
    .ltn__about-us-area.pb-90,
    .ltn__feature-area.pb-90,
    .ltn__team-area.pb-90,
    .ltn__testimonial-area.pb-70,
    .ltn__blog-area.pb-70 {
        padding-bottom: 50px !important;
    }
    .mb-120, .mb-90, .mb--100 {
        margin-bottom: 50px !important;
    }
    .section-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .slide-title,
    .ltn__slide-item .slide-item-info .slide-title {
        font-size: 28px !important;
        line-height: 1.25;
    }
    .slide-brief p,
    .ltn__slide-item .slide-brief p {
        font-size: 14px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .ltn__breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ltn__breadcrumb-inner .page-title {
        font-size: 28px;
    }
    /* Contact page: map height on tablet */
    .google-map {
        height: 500px !important;
        min-height: 500px;
    }
    .google-map iframe {
        height: 100% !important;
        min-height: 500px;
    }
    .ltn__breadcrumb-area {
        margin-bottom: 50px !important;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ltn__contact-address-area.mb-90,
    .ltn__contact-message-area.mb-120 {
        margin-bottom: 50px !important;
    }
    .ltn__slider-11 .slide-item-img img,
    .ltn__slide-item .slide-item-img img {
        max-width: 100%;
        height: auto;
    }
    .call-to-action-inner h1,
    .coll-to-info h1 {
        font-size: 26px;
    }
}

/* ====================================================
   Mobile : max 767px
==================================================== */
@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .row > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .container {
        max-width: 100%;
    }
    .pt-120, .pt-115, .pt-90,
    .ltn__about-us-area.pt-120---,
    .ltn__about-us-area.pt-115---,
    .ltn__about-us-area.pt-90,
    .ltn__feature-area.pt-120,
    .ltn__team-area.pt-115,
    .ltn__testimonial-area.pt-120,
    .ltn__blog-area.pt-115---,
    .ltn__contact-address-area.mb-90 {
        padding-top: 40px !important;
    }
    .pb-90, .pb-100, .pb-70, .pb-115,
    .ltn__about-us-area.pb-90,
    .ltn__feature-area.pb-90,
    .ltn__team-area.pb-90,
    .ltn__testimonial-area.pb-70,
    .ltn__blog-area.pb-70 {
        padding-bottom: 40px !important;
    }
    .mb-120, .mb-90, .mb--100, .mb-120--- {
        margin-bottom: 40px !important;
    }
    .section-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-title-area {
        margin-bottom: 20px !important;
    }
    .slide-title,
    .ltn__slide-item .slide-item-info .slide-title {
        font-size: 22px !important;
        line-height: 1.3;
    }
    .slide-item-info .slide-brief p {
        font-size: 13px;
    }
    .btn-wrapper .btn,
    .btn-wrapper .theme-btn-1,
    .btn-wrapper a.theme-btn-1 {
        display: inline-block;
        margin-bottom: 8px;
    }
    .about-us-img-wrap img,
    .about-us-img-left img,
    .ltn__about-us-area img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .ltn__breadcrumb-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ltn__breadcrumb-inner .page-title {
        font-size: 24px;
    }
    .footer-widget {
        margin-bottom: 28px;
    }
    .ltn__copyright-area .row,
    .ltn__copyright-design,
    .ltn__copyright-menu {
        text-align: center !important;
    }
    .ltn__copyright-menu ul {
        justify-content: center;
    }
    /* Contact page: map height on mobile */
    .google-map {
        height: 400px !important;
        min-height: 400px;
    }
    .google-map iframe {
        height: 100% !important;
        min-height: 400px;
    }
    .ltn__breadcrumb-area {
        margin-bottom: 30px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ltn__contact-address-area.mb-90 {
        margin-bottom: 30px !important;
    }
    .ltn__contact-message-area.mb-120,
    .ltn__contact-message-area.mb--100 {
        margin-bottom: 40px !important;
    }
    /* Ensure all contact page sections are visible on mobile */
    .ltn__contact-address-area,
    .ltn__contact-message-area,
    .ltn__contact-address-item,
    .ltn__form-box.contact-form-box {
        display: block !important;
        visibility: visible !important;
    }
    .ltn__contact-address-area .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ltn__contact-address-area .row > [class*="col-"] {
        margin-bottom: 20px;
    }
    .ltn__contact-address-item {
        margin-bottom: 15px;
    }
    .ltn__slider-area .container,
    .ltn__slider-11 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ltn__slider-11 .slide-item-img,
    .ltn__slide-item .slide-item-img {
        margin-top: 15px;
    }
    .ltn__slider-11 .slide-item-img img,
    .ltn__slide-item .slide-item-img img {
        max-width: 100%;
        height: auto;
    }
    .call-to-action-inner h1,
    .coll-to-info h1 {
        font-size: 22px;
    }
    .call-to-action-inner p,
    .coll-to-info p {
        font-size: 14px;
    }
    .ltn__call-to-action-area .btn-wrapper .btn {
        display: inline-block;
    }
    .ltn__feature-item,
    .ltn__team-item,
    .ltn__blog-item {
        margin-bottom: 24px;
    }
    .ltn__form-box input[type="text"],
    .ltn__form-box input[type="email"],
    .ltn__form-box input[type="tel"],
    .ltn__form-box textarea,
    .ltn__form-box select {
        width: 100%;
        max-width: 100%;
    }
}

/* ====================================================
   Small mobile : max 575px
==================================================== */
@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-title {
        font-size: 18px;
    }
    .slide-title,
    .ltn__slide-item .slide-item-info .slide-title {
        font-size: 20px !important;
    }
    .ltn__breadcrumb-inner .page-title {
        font-size: 20px;
    }
    .call-to-action-inner h1,
    .coll-to-info h1 {
        font-size: 18px;
    }
}

/* ====================================================
   Footer: Developed and Designed by credit (all pages, mobile-friendly)
==================================================== */
.ltn__copyright-credit-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ltn__copyright-credit {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.02em;
    text-align: center;
}
.ltn__copyright-credit a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, opacity 0.2s ease;
}
.ltn__copyright-credit a:hover {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .ltn__copyright-credit-row {
        margin-top: 14px;
        padding-top: 14px;
    }
    .ltn__copyright-credit {
        font-size: 12px;
    }
}

/* Apartments Plan (The Studio): right image height equal to left */
#liton_tab_3_1 .ltn__apartments-tab-content-inner .row {
    align-items: stretch;
}
#liton_tab_3_1 .ltn__apartments-tab-content-inner .col-lg-6:last-child .apartments-plan-img {
    height: 100%;
    min-height: 100%;
}
#liton_tab_3_1 .ltn__apartments-tab-content-inner .col-lg-6:last-child .apartments-plan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

