﻿/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

body {
    line-height: 1.6;
    color: #333;
    background: #fff;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
}

.hero_contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.brand-button {
    display: inline-block;
    background: rgb(20, 111, 122);
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    transition: background 0.3s ease;
    font-size: 26px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
    font-family: proximanova-regular;
}

/* Header CSS */
header {
    background: rgb(20, 111, 122);
    padding: 15px 0;
}

    header img {
        max-width: 150px;
    }

/* Hero Sec */
.hero-banner {
    background: url('../../images/fh/corporateHousing/Header/1.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    position: relative;
}

    .hero-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
        z-index: 1;
    }

    .hero-banner h1 {
        font-size: 80px;
        color: #fff;
        position: relative;
        font-weight: 600;
        line-height: 1;
    }

    .hero-banner p {
        font-size: 30px;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 40px;
        position: relative;
    }

.banner-amenities-list {
    list-style: none;
    display: flex;
    gap: 10px;
    position: relative;
    max-width: 1150px;
    margin-top: 40px;
}

    .banner-amenities-list .banner-amenities-item {
        position: relative;
        padding: 15px 30px;
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        color: #fff;
        width: 33.33%;
        display: flex;
        align-items: center;
    }

        .banner-amenities-list .banner-amenities-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 10px;
            background-color: rgba(20, 111, 122, 0.7);
        }

.hero-banner .brand-button {
    background-color: rgba(20, 111, 122, 0.75);
    font-size: 26px;
    border-radius: 12px;
    min-height: 68px;
}

/* Welcome section */
.welcome-section {
    padding: 120px 20px;
    background: #fff;
}

    .welcome-section h2 {
        font-size: 40px;
        color: #212529;
        text-align: left;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 60px;
        max-width: 840px;
    }

/* Nationwide presence */
.national-presence-section {
    padding: 60px 0;
    background: url('../../images/fh/corporateHousing/NationalCoverage/2.jpg') no-repeat center center/cover;
    position: relative;
}

.national-presence-container {
    max-width: 900px;
    margin: 0 0 0 auto;
    padding: 60px 50px 60px 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

    .national-presence-container h2 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 40px;
        color: #212529;
    }

.coverage-list {
    display: flex;
    gap: 10px;
    max-width: 800px;
}

.coverage-item {
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    position: relative;
}

    .coverage-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #027583;
    }

/* amenities-section */
.amenities-section {
    padding: 120px 20px 60px 20px;
    background: #fff;
}

    .amenities-section h2 {
        color: #212529;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 40px;
        max-width: 800px;
    }

    .amenities-section h3 {
        color: #212529;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 60px;
        max-width: 880px;
        line-height: 1.2;
        letter-spacing: 2%;
    }

.amenities-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 850px;
}

    .amenities-list .amenities-item {
        max-width: 240px;
        background: #fff;
        padding: 5px 20px;
        text-align: left;
        position: relative;
        font-size: 20px;
    }

        .amenities-list .amenities-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background-color: rgba(2, 117, 131, 0.7);
        }

.amenities-sliders {
    padding-top: 60px;
    position: relative;
}

.selected-prop-text {
    position: absolute;
    right: 0;
    top: -10px;
    color: #212529;
    font-size: 20px;
    font-style: italic;
}
/* cta-section */
.cta-section {
    padding: 60px 20px;
    background: url('../../images/fh/corporateHousing/cta-bg.png') no-repeat center center/cover;
    position: relative;
    color: #fff;
}

    .cta-section:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        z-index: 1;
    }

    .cta-section .container {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .cta-section h2 {
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 30px;
        max-width: 500px;
    }

    .cta-section p {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 20px;
        max-width: 550px;
        line-height: 1.2;
    }

.cta-right,
.cta-left {
    width: 50%;
    position: relative;
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.form-col {
    width: 50%;
    flex: 1 1 50%;
}

.form-col-center {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 7px;
}

    .form-col-center .g-recaptcha {
        display: inline-block;
        margin: 0 auto;
    }

    .form-col-center button {
        display: inline-block;
        margin: 0 auto;
    }



.form-row input {
    padding: 15px 20px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    min-height: 58px;
    box-sizing: border-box;
}

.form-row .brand-button {
    min-height: 58px;
    border-radius: 12px;
}

#recaptcha-error {
    display: block;
    text-align: center;
    margin-top: 5px;
}

    #recaptcha-error.d-none {
        display: none !important;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.d-none {
    display: none !important;
}

.cta-support-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

    .cta-support-list .cta-support-item {
        width: 47%;
        padding: 25px 20px;
    }

.cta-support-item span {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-support-item h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.2;
}

.cta-support-item p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.cta-support-list .cta-support-item:nth-child(1) {
    background: rgba(2, 117, 131, 0.8);
}

.cta-support-list .cta-support-item:nth-child(2) {
    background: rgba(186, 185, 185, 0.8);
}

.cta-support-list .cta-support-item:nth-child(3) {
    background: rgba(106, 162, 183, 0.8);
}

.cta-support-list .cta-support-item:nth-child(4) {
    background: rgba(0, 144, 146, 0.8);
}

/* convenience-section */
.convenience-section {
    padding: 120px 20px;
    background: #fff;
}

    .convenience-section .container {
        display: flex;
        gap: 60px;
    }

.convenience-left {
    width: 50%;
}

.convenience-right {
    width: 50%;
}

.convenience-section h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #212529;
    line-height: 1.2;
}

.convenience-section p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #212529;
    line-height: 1.2;
}

/* trusted-by-section */
.trusted-by-section {
    padding: 60px 20px;
    position: relative;
}

    .trusted-by-section h2 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 30px;
        color: #212529;
        line-height: 1.2;
        text-align: center;
    }

.trusted-by-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* end-to-end-section */
.end-to-end-section {
    padding: 60px 20px;
    position: relative;
}

    .end-to-end-section .container {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

.end-to-end-left {
    width: 60%;
}

.end-to-end-right {
    width: 40%;
}

.end-to-end-section h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #212529;
    line-height: 1.2;
    max-width: 500px;
}

.services-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 800px;
}

.service-item {
    max-width: 248px;
    background: #fff;
    padding: 5px 20px;
    text-align: left;
    position: relative;
    line-height: 1.2;
    font-size: 20px;
}

.services-list .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: rgba(2, 117, 131, 0.7);
}

/* history-section */
.history-section {
    padding: 20px 20px;
    background: #f5f5f5;
}

    .history-section h2 {
        font-size: 40px;
        font-weight: 600;
        color: #212529;
        line-height: 1.2;
        text-align: center;
    }

    .history-section .history-sec-inner {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

.history-sec-left {
    width: 40%;
}

.history-sec-right {
    width: 60%;
}

/* bottom-cta-section */
.bottom-cta-section {
    position: relative;
}

.bottom-cta-section-inner {
    display: flex;
    color: #fff;
}

.bottom-cta-left {
    width: 50%;
    background-color: rgba(2, 117, 131, 0.9);
    padding: 30px 60px 30px 30px;
}

.bottom-cta-section-inner h2,
.bottom-cta-section-inner h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.bottom-cta-right {
    background: url('../../images/fh/corporateHousing/bottom-cta-bg.png') no-repeat center center/cover;
}

.copyrighttext {
    font-size: 14px;
    margin-top: 40px;
}

.bottom-cta-section-inner h3 {
    text-align: center;
}

.bottom-cta-right .brand-button {
    max-width: 390px;
    background-color: rgba(2, 117, 131, 0.9);
    min-height: 68px;
}

.bottom-cta-left .brand-button {
    background-color: #26C9CB;
}

.bottom-cta-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tabs area */
.tabs {
    width: 100%;
    margin-top: 50px;
}

.tab-btn {
    padding:15px;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    font-size: 24px;
    opacity: 0.6;
    text-align: left;
}

    .tab-btn.active {
        color: #212529;
        opacity: 1;
    }

.tab-content {
    display: none;
    padding: 15px 5px;
}

    .tab-content.active {
        display: block;
    }

    .tab-content .amenities-list {
        gap: 0px;
    }

        .tab-content .amenities-list .amenities-item {
            font-size: 16px;
            padding: 2px 10px;
            width: 210px;
            line-height: 1.2;
        }

.convenience-left img {
    display: none;
}

    .convenience-left img.active {
        display: block;
    }

/* Slider css */

.common-slider {
    position: relative;
}

    .common-slider .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

        .common-slider .owl-nav img {
            width: 10px;
        }

    .common-slider .owl-dots {
        text-align: center;
        margin: 0 12px;
    }

        .common-slider .owl-dots .owl-dot {
            background-color: #D9D9D9;
            height: 10px;
            width: 10px;
            margin: 0 10px;
            border-radius: 50%;
            display: inline-block;
        }

            .common-slider .owl-dots .owl-dot.active {
                background-color: #51565a;
            }

    .common-slider .owl-nav button.owl-prev,
    .common-slider .owl-nav button.owl-next {
        background: none !important;
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        padding: 0 !important;
        cursor: pointer;
        opacity: 1;
        box-shadow: none !important;
    }

        .common-slider .owl-nav button.owl-prev:hover,
        .common-slider .owl-nav button.owl-next:hover {
            background: none !important;
            background-color: transparent !important;
        }

        .common-slider .owl-nav button.owl-prev:focus,
        .common-slider .owl-nav button.owl-next:focus {
            background: none !important;
            background-color: transparent !important;
            outline: none !important;
        }

    .common-slider .owl-nav button img {
        width: 40px;
        height: auto;
        display: block;
        background: none !important;
        background-color: transparent !important;
    }

/* Testimonial Section */
.testimonial-section {
    padding: 60px 20px 40px 20px;
    background: rgba(2, 117, 131, 0.9);
    color: #fff;
    text-align: center;
    min-height: 600px;
    position: relative;
}

.testimonial-item {
    padding-bottom: 80px;
}

    .testimonial-item h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .testimonial-item .ratting {
        display: flex;
        gap: 5px;
        justify-content: center;
        margin-bottom: 40px;
    }

        .testimonial-item .ratting img {
            width: 36px;
            max-width: 36px;
        }

.client-feedback {
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    font-size: 20px;
}

.testimonial-section .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 40px;
}

.testimonial-section .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    width: 40px;
    right: 40px;
}

.testimonial-slider {
    position: relative;
}

.testimonial-section .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

    .testimonial-section .owl-dots .owl-dot {
        background-color: lightgrey;
        height: 10px;
        width: 10px;
        margin: 0 10px;
        border-radius: 50%;
        display: inline-block;
    }

        .testimonial-section .owl-dots .owl-dot.active {
            background-color: #fff;
        }

.testimonial-section .owl-nav button.owl-prev,
.testimonial-section .owl-nav button.owl-next {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
}

    .testimonial-section .owl-nav button.owl-prev:hover,
    .testimonial-section .owl-nav button.owl-next:focus {
        background: none !important;
        background-color: transparent !important;
        outline: none !important;
    }

.testimonial-section .owl-nav button img {
    background: none !important;
    background-color: transparent !important;
    display: block;
    width: 40px;
    height: auto;
    max-width: 40px;
}

.client-name {
    font-size: 20px;
}

/* Video Section  */
.video-section {
    position: relative;
    padding: 0;
}

.video-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .video-hero video {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s ease;
    z-index: 2;
}

.play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: 0.3s ease;
}

    .play-btn:hover {
        transform: scale(1.1);
        background: rgba(255, 255, 255, 0.2);
    }

.video-overlay h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Poster layer */
.video-poster {
    position: absolute;
    inset: 0;
    background-image: url('../../images/fh/corporateHousing/video-thumbnail.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* History tabs */
.history-sec-right {
    display: flex;
    gap: 30px;
    padding-left: 30px;
    align-items: center;
}

.history-years {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin-bottom: 24px;
    flex-direction: column;
    min-width: 200px;
}

    .history-years li {
        cursor: pointer;
        font-size: 28px;
        color: #bbb;
        transition: 0.3s;
        min-width: 100px;
        text-align: center;
    }

        .history-years li.active {
            color: #000;
            font-weight: 600;
            font-size: 40px;
        }

.history-text {
    font-size: 32px;
    max-width: 500px;
    padding-left: 30px;
}

.national-presence-mobile,
.cta-mobile,
.video-section-mobile,
.mobile-logo-bottom,
.mobile-contact-details {
    display: none;
}

.images-mobile {
    display: none;
}

    .images-mobile img,
    .mobile-3d-section {
        display: none;
    }

        .images-mobile img.active {
            display: block;
        }

/* Responsive CSS */
@media (max-width: 991px) {
    .hero_container {
        padding: 0 15px;
    }

    .brand-button {
        padding: 15px 20px;
    }

    .cta-right,
    .cta-left {
        width: 100%;
        position: relative;
    }

    .cta-section .container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .client-feedback {
        max-width: 500px;
    }

    .services-list {
        gap: 10px;
    }

    .service-item {
        padding: 5px 10px;
        max-width: 180px;
    }

    .history-sec-right {
        padding-left: 0px;
        gap: 10px;
    }

    .bottom-cta-left {
        padding: 30px 15px;
    }

    .tab-buttons {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .hero-banner h1 {
        font-size: 50px;
    }

    .banner-amenities-list,
    .convenience-section .container,
    .end-to-end-section .container,
    .history-sec-inner {
        flex-direction: column;
    }

    .welcome-section h2 {
        font-size: 30px;
    }

    .convenience-right,
    .convenience-left,
    .end-to-end-left,
    .end-to-end-right,
    .history-sec-left,
    .history-sec-right,
    .bottom-cta-left,
    .bottom-cta-right {
        width: 100%;
    }

    .bottom-cta-section-inner {
        flex-direction: column-reverse;
    }

    .testimonial-section .owl-nav button.owl-prev {
        left: 5px;
    }

    .testimonial-section .owl-nav button.owl-next {
        right: 5px;
    }

    .client-feedback {
        max-width: 460px;
    }

    .bottom-cta-right {
        padding: 60px 15px;
    }

    .banner-amenities-list .banner-amenities-item {
        width: 100%;
        font-size: 16px;
        padding: 5px 30px;
    }

    .banner-amenities-list {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        padding: 40px 15px;
    }

        .hero-banner h1 {
            font-size: 50px;
        }

        .hero-banner p {
            line-height: 1.2;
            font-size: 25px;
        }

    .welcome-section {
        padding: 40px 15px;
    }

        .welcome-section h2 {
            font-size: 22px;
        }

    .national-presence-section {
        padding: 40px 15px 0;
        background: none;
    }

    .national-presence-container {
        padding: 20px 15px;
        background: #f5f5f5;
    }

        .national-presence-container h2 {
            font-size: 24px;
            max-width: 260px;
            line-height: 1.2;
        }

    .coverage-list {
        flex-direction: column;
    }

    .coverage-item {
        padding: 0px 20px;
        max-width: 260px;
    }

    .amenities-section {
        padding: 40px 15px;
    }

        .amenities-section h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .amenities-section h3 {
            font-size: 18px;
            margin-bottom: 25px;
        }

    .amenities-list {
        gap: 20px;
    }

    .cta-section {
        padding: 40px 15px;
    }

        .cta-section h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 16px;
            max-width: 270px;
        }

    .cta-support-list {
        flex-direction: column;
        gap: 15px;
    }

        .cta-support-list .cta-support-item {
            width: 100%;
            padding: 15px;
        }

    .cta-support-item span {
        width: 35px;
        height: 35px;
    }

    .cta-support-item h3 {
        font-size: 18px;
    }

    .convenience-section {
        padding: 40px 15px;
    }

        .convenience-section h2 {
            font-size: 24px;
        }

    .testimonial-section {
        padding: 40px 15px 40px 15px;
        min-height: auto
    }

    .testimonial-item h3 {
        line-height: 1.2;
        font-size: 18px;
    }

        .testimonial-slider {
        padding-bottom: 60px;
    }

    .testimonial-item {
        padding-bottom: 0;
    }

    .testimonial-section .owl-dots {
        position: absolute !important;
        bottom: 20px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
    .testimonial-section .owl-nav button.owl-next,
    .testimonial-section .owl-nav button.owl-prev {
        position: absolute !important;
        bottom: 20px !important;
        top: auto !important;
        transform: none !important;
        z-index: 10;
    }

    .testimonial-section .owl-nav button.owl-prev {
        left: 10px !important;
    }

    .testimonial-section .owl-nav button.owl-next {
        right: 10px !important;
    }

    .testimonial-section .owl-nav button.owl-next,
    .testimonial-section .owl-nav button.owl-prev {
        top: auto;
        bottom: 20px;
    }

    .trusted-by-section h2 {
        display: none;
    }

    .end-to-end-section h2 {
        font-size: 24px;
    }

    .service-item {
        max-width: 100%;
    }

    .service-list {
        gap: 25px;
    }

    .history-section {
        padding: 40px 15px;
    }

        .history-section h2 {
            font-size: 24px;
            max-width: 260px;
        }

    .national-presence-mobile,
    .cta-mobile {
        display: block;
    }

    .cta-form,
    .bottom-cta-right,
    .video-section {
        display: none;
    }

    .cta-section .container {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .trusted-by-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .trusted-by-list .trusted-by-item {
            flex: 0 0 auto;
        }

    .trusted-by-list-outer {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        /* For iOS Safari smooth scrolling */
        scrollbar-width: thin;
        /* For Firefox */
        max-width: 100%;
    }

    .services-list {
        gap: 20px;
    }

    .brand-button {
        min-width: 260px;
        text-align: left;
        font-size: 24px; 
    }
    .hero-banner .brand-button {
        font-size: 24px;
    }

    .video-section-mobile {
        display: block;
        background: url('../../images/fh/corporateHousing/video-thumbnail.jpg') no-repeat center center/cover;
        padding: 80px 15px;
        text-align: center;
    }

        .video-section-mobile h2 {
            font-size: 24px;
            margin-bottom: 30px;
            max-width: 260px;
            color: #fff;
            text-align: center;
            font-weight: 600;
            margin-left: auto;
            margin-right: auto;
        }

        .video-section-mobile .brand-button {
            clip-path: none;
            border-radius: 8px;
            min-width: 260px;
            text-align: center;
            background: rgba(20, 111, 122, 0.8);
        }

    .bottom-cta-section-inner h2 {
        font-size: 25px;
    }

        .bottom-cta-section-inner h2 br {
            display: none;
        }

    .bottom-cta-section .form-row {
        flex-direction: column;
        gap: 0px;
    }

    .bottom-cta-section .form-col {
        width: 100%;
    }

    .bottom-cta-section .form-row input {
        width: 100%;
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
    }

        .bottom-cta-section .form-row input::placeholder {
            color: #fff;
        }

    .bottom-cta-section .brand-button {
        width: 100%;
        background-color: #fff;
        color: #027583;
        text-align: center;
    }

    .mobile-logo-bottom {
        display: block;
    }

    .mobile-contact-details {
        display: block;
        margin: 30px 0;
    }

        .mobile-contact-details .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            color: #fff;
            margin-bottom: 15px;
        }

            .mobile-contact-details .contact-item span {
                width: 24px;
                height: 24px;
                display: inline-block;
            }

    .copyRightText {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
    }

    .mobile-logo-bottom {
        display: block;
        max-width: 100px;
    }

    .copyrighttext {
        font-size: 12px;
        margin-top: 0px;
    }

    .history-sec-right {
        flex-direction: column;
    }

    .history-text {
        padding-left: 0px;
        line-height: 1.2;
        font-size: 18px;
    }

    .history-years {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 10px;
    }

        .history-years li {
            min-width: auto;
            padding: 0px 10px;
            flex: 0 0 auto;
            min-height: 42px;
        }

    .history-years-sec {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        /* For iOS Safari smooth scrolling */
        scrollbar-width: thin;
        /* For Firefox */
        max-width: 100%;
    }

    .images-web {
        display: none;
    }

    .images-mobile {
        display: block;
    }

    .tab-buttons {
        display: none;
    }

    .tab-content {
        display: block;
    }

        .tab-content:before {
            content: attr(data-title);
            display: block;
            padding: 0 0 10px;
            font-weight: 600;
            font-size: 24px;
            color: lightgray;
        }

        .tab-content.active:before {
            color: #212529;
        }

        .tab-content:not(.active) > * {
            display: none;
        }

        .tab-content.active > * {
            display: block;
        }

        .tab-content .amenities-list .amenities-item {
            margin-bottom: 15px;
            max-width: 100%;
        }

    .tab-content {
        padding: 0px;
        padding-bottom: 10px;
    }

    .mobile-3d-section {
        display: block;
        padding: 20px 15px;
    }

        .mobile-3d-section h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #212529;
            text-align: center;
            font-weight: 600;
        }

    .amenities-list .amenities-item {
        font-size: 16px;
    }

    .selected-prop-text {
        font-size: 16px;
        top: -5px;
    }

    .service-item {
        font-size: 16px;
    }

    .history-years li {
        font-size: 18px;
        min-height: 45px;
        display: flex;
        align-items: center;
    }

        .history-years li.active {
            font-size: 25px;
        }
}

/* Validation styles */
.field-validation-error {
    color: #dc3545;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1.2;
}

.input-validation-error {
    border: 1px solid #dc3545 !important;
}

input.input-validation-error::placeholder {
    color: #dc3545;
    opacity: 0.6;
}
