.whatsapp_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        border-radius: 50%;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .whatsapp_float img {
        width: 35px;
        height: 35px;
    }

    .whatsapp_float:hover {
        transform: scale(1.1);
        transition: 0.3s;
    }

    label.error {
        color: red;
    }

    input.error,
    textarea.error {
        border: 2px solid red !important;
    }

    /* Section 1: Banner */
    .banner {
        background: url('images/about-banner.jpg') center/cover no-repeat;
        color: #151515ff;
        text-align: center;
        padding: 120px 20px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .banner h1 {
        font-size: 48px;
    }

    /* Section 2: Mission */
    .mission {
        background: #f9f9f9;
        text-align: center;
    }

    .mission p {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
    }

    /* Section 3: Our Story */
    .story {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    .story video {
        width: 100%;
        border-radius: 10px;
    }

    /* Section 4: Values */
    .values {
        background: #f1f1f1;
        text-align: center;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .value-box {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
    }

    /* Section 5: Team */
    .team-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .team-member {
        text-align: center;
    }

    .team-member img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .meet-team {
        text-align: center;
    }

    /* Section 6: Why Us */
    .why-us {
        background: #f9f9f9;
        text-align: center;
    }

    .why-us ol {
        max-width: 800px;
        margin: auto;
        font-size: 20px;
    }

    /* ===== SECTION BACKGROUND ===== */
    .block-portfolio-block {
        background: #f6efe6;
        padding: 80px 0;
    }

    /* ===== HEADING ===== */
    .portfolio .hd1 {
        font-size: 54px;
        font-weight: 500;
        margin-bottom: 30px;
        margin-left: 80px;
        text-align: center;
        color: darkgoldenrod;
    }

    /* ===== OWL STAGE ALIGNMENT ===== */
    .portfolio-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    /* ===== EACH CARD ===== */
    .portfolio-carousel .owl-item {
        transition: all 0.5s ease;
        opacity: 0.4;
        transform: scale(0.75);
    }

    .portfolio-carousel .owl-item.active {
        opacity: 0.7;
    }

    .portfolio-carousel .owl-item.center {
        opacity: 1;
        transform: scale(1.15);
        z-index: 5;
    }

    /* ===== VIDEO WRAPPER ===== */
    .portfolio-img {
        overflow: hidden;
        border-radius: 8px;
    }

    .portfolio-img video {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 8px;
    }

    /* ===== CENTER VIDEO BIGGER ===== */
    .portfolio-carousel .owl-item.center video {
        height: 400px;
    }

    /* ===== TITLE BELOW VIDEO ===== */
    .portfolio .hd2 {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0 10px;
        text-align: center;
    }

    /* ===== DESCRIPTION (ONLY CENTER) ===== */
    .portfolio-info {
        max-width: 420px;
        margin: auto;
        opacity: 0;
        transition: opacity 0.4s ease;
        text-align: center;
    }

    .portfolio-carousel .owl-item.center .portfolio-info {
        opacity: 1;
    }

    /* ===== DESCRIPTION TEXT ===== */
    .portfolio-info p {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
    }

    /* ===== VIEW ALL LINK ===== */
    .read-more {
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #9c6b3d;
        text-decoration: none;
        font-weight: 600;
    }

    .read-more span {
        margin-left: 6px;
    }

    /* ===== HIDE DOTS & ARROWS ===== */
    .owl-nav,
    .owl-dots {
        display: none !important;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
        .portfolio-carousel .owl-item.center video {
            height: 250px;
        }

        .portfolio-img video {
            height: 150px;
        }

        .portfolio-carousel .owl-item.center {
            transform: scale(1);
        }
    }

    .portfolio-carousel .owl-item.center {
        cursor: default;
    }

    .portfolio-img,
    .portfolio-img * {
        pointer-events: none;
    }

    .portfolio-carousel .owl-item {
        cursor: pointer;
    }

    .portfolio-carousel video {
        pointer-events: none;
    }

    /* Make center slide square */
    .portfolio-carousel .owl-item.center {
        width: 290px !important;
        /* increase width */
    }

    /* Force square video */
    .portfolio-carousel .owl-item.center .portfolio-img {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    /* Fill video properly */
    .portfolio-carousel .owl-item.center video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    label.error {
        color: red;
        background-color: transparent;
        width: 100%;
    }

    input.error,
    textarea.error {
        border: 2px solid red !important;
    }

    .contact-page {
        padding-bottom: 20px !important;
    }

    .contact-page__input-box {
        background: transparent;
    }

    /* Push error outside the box */
    .contact-page__input-box label.error {
        position: absolute;
        bottom: -18px;
        left: 0;
        background: transparent;
        color: red;
        font-size: 13px;
        line-height: 1;
    }

    .contact-page__input-box {
        margin-bottom: 28px;
    }

    .video-one {
        margin-top: 40px;
    }

    .new-logo {
        width: 35%;
    }

    .main-menu__logo {
        display: block;
        padding: 13px 0 !important;
    }

    .location {
        padding: 50px 0;
    }

    .location__single {
        margin-right: 60px;
    }

    /* ===== Portfolio Section Responsive ===== */

    .portfolio {
        padding: 40px 0;
    }

    .CTR h4.hd1 {
        text-align: center;
        margin-bottom: 30px;
    }

    /* Video responsive */
    .portfolio-img,
    .video-square {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 12px;
    }

    .responsive-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Card text */
    .hd2 {
        margin-top: 15px;
        font-size: 20px;
        text-align: center;
    }

    .portfolio-info {
        padding: 10px 5px;
        font-size: 14px;
        text-align: center;
    }

    /* Owl item spacing fix */
    .owl-carousel .owl-item {
        padding: 10px;
    }

    /* Desktop */
    @media (min-width: 1200px) {
        .portfolio-carousel .owl-item {
            transform: scale(0.9);
        }

        .portfolio-carousel .owl-item.center {
            transform: scale(1);
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .hd2 {
            font-size: 18px;
        }

        .portfolio-info p {
            font-size: 14px;
        }
    }

    /* Mobile */
    @media (max-width: 576px) {
        .portfolio {
            padding: 20px 0;
        }

        .CTR h4.hd1 {
            font-size: 20px;
            text-align: center;
            margin-right: 85px;
        }

        .hd2 {
            font-size: 16px;
        }

        .portfolio-info p {
            font-size: 13px;
        }

        .owl-carousel .owl-item {
            padding: 5px;
        }
    }

    @media (max-width: 576px) {
        .main-menu__logo .new-logo {
            max-height: 130px;
        }
    }

    .preloader {
        position: fixed;
        inset: 0;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .apartment-three {
        position: relative;
        display: block;
        padding: 55px 0 55px;
        z-index: 1;
        margin-bottom: -58px !important;
    }

    .mfp-iframe-holder {
        padding-bottom: 8px !important;
    }

    .video-three {
        position: relative;
        margin-top: -200px;
        /* overlap amount */
        z-index: 2;
    }

    .values-one__left {
        position: relative;
        display: block;
        float: right;
        width: 50%;
        min-height: 770px !important;
        z-index: 1;
    }

    @media (max-width: 768px) {
        .mfp-iframe-holder {
            padding-top: 232px;
        }

        .mfp-iframe-holder .mfp-content {
            max-width: 100%;
        }
         .values-one__left {
        position: relative;
        display: block;
        float: right;
        width: 100%;
        min-height: 500px !important;
        z-index: 1;
    }

    }

    .container {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
    }

    @media (max-width: 768px){
    .container {
        padding-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0px;
    }
}

    .measurement {
        padding: 112px 0 112px;
    }

    .popup-btn {
        position: absolute !important;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main-btn-rect,
    .main-btn-circle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /* -webkit-appearance: none; */
        outline: none !important;
        background-color: var(--alipes-base);
        color: var(--alipes-white);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: var(--alipes-letter-spacing);
        font-family: var(--alipes-font-two);
        text-transform: uppercase;
        padding: 3px 10px 5px;
        transition: all 0.5s linear;
        z-index: 1;
    }

    .main-btn-rect {
        margin-top: 1200px;
        padding: 8px 20px;
    }

     .main-btn-rect_new{
        margin-top: 1030px;
        padding: 8px 20px;
    }

    .main-btn-rect-1,
    .main-btn-circle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /* -webkit-appearance: none; */
        outline: none !important;
        background-color: var(--alipes-base);
        color: var(--alipes-white);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: var(--alipes-letter-spacing);
        font-family: var(--alipes-font-two);
        text-transform: uppercase;
        padding: 3px 10px 5px;
        transition: all 0.5s linear;
        z-index: 1;
    }

    .main-btn-rect-1 {
        margin-top: 85px;
        padding: 8px 20px;
    }

    .main-btn-rect-2,
    .main-btn-circle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /* -webkit-appearance: none; */
        outline: none !important;
        background-color: var(--alipes-base);
        color: var(--alipes-white);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: var(--alipes-letter-spacing);
        font-family: var(--alipes-font-two);
        text-transform: uppercase;
        padding: 3px 10px 5px;
        transition: all 0.5s linear;
        z-index: 1;
    }

    .main-btn-rect-2 {
        margin-top: 245px;
        padding: 8px 20px;
    }

    .main-btn-rect-3,
    .main-btn-circle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /* -webkit-appearance: none; */
        outline: none !important;
        background-color: var(--alipes-base);
        color: var(--alipes-white);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: var(--alipes-letter-spacing);
        font-family: var(--alipes-font-two);
        text-transform: uppercase;
        padding: 3px 10px 5px;
        transition: all 0.5s linear;
        z-index: 1;
    }

    .main-btn-rect-3 {
        margin-top: 315px;
        padding: 8px 20px;
    }

    .main-btn-circle {
        height: 40px;
        width: 40px;
        -webkit-border-radius: 50%;
        border-radius: 100%;
        line-height: 40px;
        -webkit-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .main-btn-circle:hover {
        -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
        -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
        box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    }

    .popup {
        position: fixed;
        top: 100%;
        width: 100%;
        height: 100%;
        z-index: 10001;
    }

    .popup.active {
        top: 0;
        background-color: rgba(3, 3, 3, 0.98);
        transition: background-color .6s, opacity .6s;
    }

    .popup .main-btn-rect {
        padding: 10px 100px;
    }

    .popup .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 568px;
        min-width: 320px;
        margin-top: 150px;
        padding: 25px;
        background-color: #FFFFF0;
        color: #070000;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transition: margin .6s;
        -webkit-transition: margin .6s;
        -moz-transition: margin .6s;
        -o-transition: margin .6s;
    }

    .popup.active .popup-content {
        margin-top: 0px;
    }

    .popup-content h6 {
        display: table;
        font-size: 16px;
        text-align: center;
        margin: 10px auto;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
    }

    .form-group {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }

   form#send-video input,
form#send-video textarea {
    position: relative;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    transition: border 0.6s;
}

form#send-video input:focus,
form#send-video textarea:focus {
    border-bottom: 1px solid rgb(63, 173, 168);
}

form#send-video label {
    position: absolute;
    top: 0;
    line-height: 28px;
    transition: color .5s;
}

form#send-video input:focus+label,
form#send-video textarea:focus+label {
    color: rgb(63, 173, 168);
}

form#send-video .txt {
    line-height: 22px;
    left: 2px;
}

form#send-video .main-btn-rect {
    position: relative;
    display: block;
    padding: 5px 21px;
    margin: 0px auto;
    font-size: 17px;
}

form#send-video .main-btn-rect i {
    margin-right: 5px;
}

form#send-enquiry input,
form#send-enquiry textarea {
    position: relative;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    transition: border 0.6s;
}

form#send-enquiry input:focus,
form#send-enquiry textarea:focus {
    border-bottom: 1px solid rgb(63, 173, 168);
}

form#send-enquiry label {
    position: absolute;
    top: 0;
    line-height: 28px;
    transition: color .5s;
}

form#send-enquiry input:focus+label,
form#send-enquiry textarea:focus+label {
    color: rgb(63, 173, 168);
}

form#send-enquiry .txt {
    line-height: 22px;
    left: 2px;
}

form#send-enquiry .main-btn-rect {
    position: relative;
    display: block;
    padding: 5px 21px;
    margin: 0px auto;
    font-size: 17px;
}

form#send-enquiry .main-btn-rect i {
    margin-right: 5px;
}

    .popup .fade-out {
        position: absolute;
        top: -12px;
        right: -12px;
        text-align: center;
        font-size: 50px;
    }

    .share-wrap {
        position: absolute;
        display: inline-table;
        top: 67%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        text-align: center;
    }

    .share-btn {
        color: #FFFFF0;
        padding: 7px 25px;
        text-decoration: none;
        cursor: pointer;
        font-weight: 100;
        font-size: 14px;
        font-family: 'Lobster', sans-serif;
        background-color: rgba(63, 173, 168, .8);
        text-transform: uppercase;
        border-radius: 5px;
        transition: background-color .5s;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
    }

    .share-btn:hover {
        color: #FFFFF0;
        text-decoration: none;
        background-color: rgba(63, 173, 168, 1.0);
    }

    .resp-sharing-button__link,
    .resp-sharing-button__icon {
        display: inline-block
    }

    .resp-sharing-button__link {
        text-decoration: none;
        color: #fff;
        margin: 2px;
    }

    .resp-sharing-button {
        border-radius: 5px;
        transition: 25ms ease-out;
        padding: 6px 9px;
        transition: background-color .5s;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
    }

    .resp-sharing-button__icon svg {
        width: 1em;
        height: 1em;
        margin-right: 0.4em;
        vertical-align: top
    }

    .resp-sharing-button--small svg {
        margin: 0;
        vertical-align: middle
    }

    .resp-sharing-button__icon,
    .resp-sharing-button__icon--solid,
    .resp-sharing-button__icon--solidcircle {
        fill: #fff;
        stroke: none
    }

    .resp-sharing-button--facebook {
        background-color: #3b5998;
        border-color: #3b5998;
    }

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

    .resp-sharing-button--twitter {
        background-color: #55acee;
        border-color: #55acee;
    }

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

    .resp-sharing-button--linkedin {
        background-color: #0077b5;
        border-color: #0077b5;
    }

    .resp-sharing-button--linkedin:hover,
    .resp-sharing-button--linkedin:active {
        background-color: #046293;
        border-color: #046293;
    }

    @media only screen and (max-width: 768px) {
        h1 {
            font-size: 25px;
        }

        h2 {
            font-size: 14px;
        }

        form#send .main-btn-rect {
            padding: 7px 60px;
            font-size: 14px;
        }

        .popup-btn {
            padding: 7px 60px;
            font-size: 14px;
        }

        .main-btn-rect {
            margin-top: 1938px;
            padding: 8px 20px;
        }

        .main-btn-rect-2 {
            margin-top: 345px;
            padding: 8px 20px;
        }

        .main-btn-rect-3 {
            margin-top: 733px;
            padding: 8px 20px;
        }

        .neighborhoods__location-1 {
            position: absolute;
            width: 180px;
            height: 93px;
            left: 39%;
            bottom: 15%;
        }


        .neighborhoods__location-1.location-2 {
            position: absolute;
            width: 180px;
            height: 93px;
            top: -9%;
            left: 63%;
        }

        .neighborhoods__location-2.location-1 {
            left: auto;
            right: -3%;
            top: 2%;
        }

        .neighborhoods__location-3.location-3 {
            left: 76%;
            top: auto;
            bottom: 24%;
        }

        .neighborhoods__location-4.location-4 {
            left: auto;
            top: auto;
            bottom: 46%;
            right: -9%;
        }

        .neighborhoods__location-5.location-5 {
            width: 180px;
            height: 93px;
            left: 75%;
            bottom: 58%;
        }

        .neighborhoods__location-6.location-6 {
            left: auto;
            right: 7%;
            top: 32%;
        }

        .neighborhoods__location-7.location-7 {
            left: auto;
            right: 9%;
            top: -42%;
        }

        .neighborhoods__location-8.location-8 {
            left: auto;
            right: 10%;
            top: -25%;
        }

        .neighborhoods__location-9.location-9 {
            left: auto;
            right: 29%;
            top: -12%;
        }

        .neighborhoods__location-10.location-10 {
            left: auto;
            right: -35%;
            top: 45%;
        }

    }

    .error-text {
        color: #dc3545;
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }


    .success-msg {
        color: #28a745;
        font-size: 13px;
        text-align: center;
    }

    .cta-one {
        position: relative;
        display: block;
        padding: 0 0 120px;
        margin-top: 30px;
        z-index: 1;
    }

    .about-building {
        padding: 120px 0 120px;
    }

    @media (max-width: 768px){
    .about-building {
        padding: 30px 0 120px;
    }
}

    .floor-plan__main-tab-box .tab-buttons .tab-btn span {
        position: relative;
        display: block;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        font-size: 18px;
        line-height: 18px;
        color: var(--alipes-white);
        background-color: #ebe8e4;
        padding: 23px 50px 19px;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        cursor: pointer;
        font-family: var(--alipes-font-two);
        transition: all 0.3s ease;
        z-index: 1;
    }

    .floor-plan__main-tab-box .tab-buttons .tab-btn span:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 0%;
        content: "";
        background-color: var(--alipes-base);
        transition: all 0.3s ease;
        z-index: -1;
    }
    .video-strip {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 768px){
 .video-strip {
  padding: 20px 0;
  overflow: hidden;
}
}

.video-strip-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.video-strip-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.video-strip-track::-webkit-scrollbar {
  display: none;
}

.video-card {
  min-width: 220px;
  scroll-snap-align: center;
  position: relative;
}

.video-card video {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  background: #111;
}

.video-card span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: 18px;
}
.video-card {
  position: relative;
}

.video-card video {
  display: block;
}

.video-card span {
  position: absolute;
  bottom: 80px; /* move it UP so it stays on video */
  left: 12px;
  z-index: 2;

  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.video-desc {
  margin-top: 10px;
}
.video-two {
    margin-top: -120px; /* adjust overlap amount */
    position: relative;
    z-index: 2;
}

.about-building {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .video-card span {
    position: absolute;
    bottom: 110px;
    left: 12px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
}