﻿:root {
    --st-loader-color: #393936;
    --st-anchor-active-primary-color: #393936;
    --st-anchor-default-secondary-color: #393936;
}

body {
    font-family: 'ralewayregular';
}

html {
    overflow-x: hidden;
}
a {
    color: #393936;
}

a:hover {
    color: #ffc300;
}

@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway/raleway/raleway-black-webfont.eot');
    src: url('../fonts/raleway/raleway/raleway-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway/raleway-black-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway/raleway-black-webfont.woff') format('woff'), url('../fonts/raleway/raleway/raleway-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway/raleway-medium-webfont.eot');
    src: url('../fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-semibold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway/raleway-bold-webfont.eot');
    src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extralight-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway/raleway-regular-webfont.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Globals*/

input, textarea {
    border-radius: 4px !important;
}

.centerText {
    text-align: center;
}

/*Menu*/

.menuItem {
    font-family: 'ralewayextralight' !important;
}

.off-canvas {
    z-index: 9999 !important;
}

.js-off-canvas-overlay {
    z-index: 9998 !important;
}

.top-bar.expanded .title-area {
    background: transparent !important;
}

.top-bar-section .dropdown {
    /*box-shadow: 5px 17px 20px rgba(0,0,0,0.4);*/
}
.gallery-hero img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}
.top-bar, .top-bar ul {
    background-color: #393936;
}

#main-menu {
    display: block;
    width: 100%;
    flex-basis: 100%;
}

.top-bar {
    padding: 0;
}


.top-bar-section .dropdown {
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: white transparent transparent;
}

.newHeaderWrapper {
    width: 100%;
    background-color: #393936;
    color: #bbbbbb;
    height: 45px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 250px;
    margin-left: 13px;
}



/*.container.header-info {
    background-color: #393936;
    color: white;
    height: 60px;
    font-size: 5pt !important;
    line-height: 45px;
}*/
.top-bar-section {
    /*left: -16px !important;*/
}

/*.top-bar {
    background: #2e3332;
}*/

.header-bar-wrapper {
    background-color: #393936;
}

.contactDetailsWrapper {
    /*margin-right: 14px !important;*/
    display: flex;
    align-items: center;
    gap: 15px; /* spacing between icons */
    list-style: none;
    padding-top: 15px;
}

    .contactDetailsWrapper li {
        margin-left: 12px;
        display: inline-flex
    }

    .contactDetailsWrapper a {
        display: flex;
        align-items: center;
        color: #fff;
    }

        .contactDetailsWrapper a:hover {
            color: #ccc; /* optional hover */
        }


    .contactDetailsWrapper i {
        margin-right: 5px; /* space before text (email/phone) */
        color: #fff;
        font-size: 13px;
    }
.cart-overview i {
    font-size: 13px;
}
    .contactDetailsWrapper li {
        white-space: nowrap;
    }

.st-theme-elite {
    border-left: 0px solid #393936;
    border-right: 0px solid #393936;
    border-bottom: 0px solid #393936;
}

.homeWrapper {
    height: 100vh;
    width: 100vw;
    background-color: greenyellow;
}

/*Home Page Styles*/




.loaderLayer {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    left: 0;
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    top: 0;
}

.form-actions button {
    background-color: #2E3332 !important;
    width: 100% !important;
}

.loaderLayer.c_slideOut {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.menuContentItemWrapper {
    color: white;
    border-radius: 8px;
    opacity: 0;
    font-family: 'ralewaysemibold';
}

#page2 .menuContentItemWrapper {
    color: white;
    border-radius: 8px;
    opacity: 1;
    font-family: 'ralewaysemibold';
}

#page2 .menuContentItem {
    padding: 10px;
    font-size: 200%;
    box-sizing: content-box;
    position: relative;
}

.menuContentItem {
    padding: 10px;
    font-size: 200%;
    box-sizing: content-box;
    position: relative;
}

.vacancyWrapper {
    box-shadow: 0 7px 10px rgba(0,0,0,0.15);
    border-radius: 4px;
}


#logo {
    width: 200px;
    box-sizing: content-box;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    opacity: 0;
}

    #logo.loading {
        opacity: 1;
    }

.loaderIconWrapper {
    opacity: 0;
    padding-right: 0px;
    transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transition: all 1000ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 1000ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

    .loaderIconWrapper .loader03 {
        width: 25px;
        height: 25px;
    }

    .loaderIconWrapper.visible {
        opacity: 1;
        padding-right: 10px;
    }

.roles-header {
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 18px;
}

.roles-sub-header {
    font-weight: normal;
    font-size: 25px;
}


.contentLayer-open-roles-charcol {
    font-size: 62.5%;
    display: flex;
    background-color: #393936;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    /*min-height: 450px;*/
    justify-content: center;
    width: 100%;
    height: 80vh;
}

.contentLayer-open-roles-blue {
    font-size: 62.5%;
    display: flex;
    background-color: #85cac7;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    height: 80vh;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.contentLayer-open-roles {
    font-size: 62.5%;
    display: flex;
    background-image: url('Images/Header-Image2- Edit1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    height: 80vh;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    justify-content: center;
    width: 100%;
}

.contentLayer {
    font-size: 62.5%;
    display: flex;
    background-image: url('Images/homeBG.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    /*height: 100vh;*/
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    min-height: 100vh;
    justify-content: center;
    padding-bottom: 25%;
}
/* Row layout */
.roles-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px
}

/* Card layout */
.role-card {
    flex: 1;
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    /* Optional: slight lift on hover */
    .role-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

/* Image container */
.role-image {
    width: 50%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

    /* Responsive image + zoom animation */
    .role-image img {
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        transition: transform 0.4s ease;
    }

/* Zoom on hover */
.role-card:hover .role-image img {
    transform: scale(1.08);
}

/* Text panel */
.role-content {
    width: 50%;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.rolecard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
    padding: 20px 0;
    /*max-width: 250px;*/ /* choose your card width */
    margin: 0 auto; /* center the grid */
}

.rolecard-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    width: 203px;
    height: 270px;
    margin-bottom: 20px;
}

    .rolecard-item:hover {
        transform: translateY(-4px);
    }

.rolecard-image-wrapper {
    position: relative;
    overflow: hidden;
}

    .rolecard-image-wrapper img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

.rolecard-item:hover .rolecard-image-wrapper img {
    transform: scale(1.05);
}

.rolecard-ribbon {
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease;
    z-index: 1;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

    .rolecard-ribbon:hover {
        background-color: #444;
    }

.rolecard-description {
    padding: 16px;
    font-size: 15px;
    color: #333;
}

.contentLayerZoomOut {
    transform: scale(0.7, 0.7);
}

.mainTitle {
    font-family: 'ralewaybold';
    font-size: 4em;
    color: white;
    opacity: 0;
    padding: 50px 100px 25px 100px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.container .cardsWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.vertical-search.serviced-search {
    height: 370px !important;
}

.pillarMicroloader {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.microLoaderLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-home {
    width: 200px;
    height: 200px;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    margin: 20px;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 5px;
    position: relative;
    display: flex;
    transition: all 450ms cubic-bezier(.99, .005, 0, 1.005);
    -webkit-transition: all 450ms cubic-bezier(.99, .005, 0, 1.005);
    bottom: 0;
    cursor: pointer;
 /*   width: 200px;
    height: 200px;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    margin: 20px;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 5px;
    position: relative;
    display: flex;*/
}
.propertyCard
{

}

.card {
    /* width: 200px;
    height: 200px;*/
    /*opacity: 0;*/
    /*width:100%;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;*/
    position: relative;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition-timing-function: ease;
    /*display: flex;*/
    /*    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);*/
    /*bottom: 0;*/
    /*cursor: pointer;*/
    /*justify-content: flex-end;*/
}

.smallCard .card {
    width: 150px;
    height: 150px;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
    display: flex;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    bottom: 0;
    /*cursor: pointer;*/
}

.smallCard .cardBottomInfoLabel {
    font-size: 1em;
}


.card:hover {
    bottom: 10px;
}

#cardOffice {
    background-image: url('../Images/newCards/cardOffice_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardRes {
    background-image: url('../Images/newCards/cardRes_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardIndus {
    background-image: url('../Images/newCards/cardIndus_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}


#cardServ {
    background-image: url('../Images/newCards/cardServ_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardRet {
    background-image: url('../Images/newCards/cardRet_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

.cardBottomWrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    align-self: flex-end;
    min-height: 0%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    justify-content: center;
    display: flex;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.cardBottomInfoWrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.cardBottomInfo {
    margin-bottom: 0%;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    color: white;
    opacity: 0;
    font-family: 'ralewaybold';
}

.cardBottomInfoFilled {
    opacity: 1;
}

.cardBottomFilled {
    min-height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.cardBottomWrapper img {
    /*width: 90%;*/
    padding: 10px;
    height:37px;
}

.cardBottomInfoLabel {
    font-size: 2em;
}

.cardBottomInfoM2 {
    font-size: 0.7em;
    font-family: 'ralewayextralight';
    bottom: 9px;
    position: relative;
}

.navHeader {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    min-height: 50px;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.navHeaderOpen {
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.93) !important;
}

.headerLogo {
    width: 140px;
}

.copyright span {
    margin-right: 1rem;
}

.headerLeftSide {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    width: 50%;
    align-items: flex-start;
}

.headerRightSide {
    display: flex;
    align-items: flex-start;
    width: 50%;
    justify-content: flex-end;
}

.burgerWrapper {
    padding: 11px;
    z-index: 30;
}

#burgerMenuClose {
    visibility: hidden;
    right: -50px;
}

.burgerIcon {
    width: 30px;
    position: absolute;
    right: 15px;
}

.menuOpenContentWrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 150px 0 150px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 25;
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

    .menuOpenContentWrapper.open {
        opacity: 1;
        pointer-events: all;
    }

.menuItemMore {
    font-family: 'ralewayextralight';
    opacity: 0;
    position: absolute;
    right: -10px;
}

.menuPageWrapper {
    text-align: center;
}

#page1 {
    position: absolute;
}

#page2 {
    visibility: hidden;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    color: white;
}

.menuPageWrapper.shown {
    display: flex;
}

.information ul {
    margin-left: 0;
}

.oso-search-with-map .google-map {
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    border: solid 2px white;
}

#lblPreviousSearch {
    padding: 15px;
    /*! background-color: rgba(0, 0, 0, 0.6); */
    border-radius: 4px;
    /*! margin-top: 23px; */
    /*! color: white; */
    font-family: 'ralewayextralight';
    visibility: hidden;
}
.yellow-button {
    background-color: #ebc53b !important;
}

.office-search-block .tokenized .actions button {
    /*background-color: #2e3332 !important;*/
}

.office-search-block .tokenized .actions button[type=submit] {
    background-color: #ebc53b !important;
    box-shadow: 0 0 10px rgba(240, 196, 0, 0.35);
}

    .office-search-block .tokenized .actions button#search-progress-p {
        background-color: rgba(255, 193, 0, 1.000) !important;
        box-shadow: 0 0 10px rgba(240, 196, 0, 0.35);
    }

.searchCardWrapper {
    width: 200px;
    height: 200px;
    background-color: limegreen;
    border-radius: 4px;
}

.resultCardInfoWrapper {
    background-color: #2E3332;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: white;
    font-size: 10pt;
    padding: 0px 9px 6px 9px !important;
    min-height: 60px;
    position: relative;
    margin-top: 54px;
}


    .resultCardInfoWrapper h3 {
        color: white !important;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
        margin-bottom: 0px;
        margin-top: 8px;
        top: 24px;
        position: absolute;
    }

.mobileMenuPopUp {
    background-color: rgba(100,150,50,0.2);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 100%;
    pointer-events: none;
}

.vacancyButtonWrapper {
    /*display: flex;*/
    /*justify-content: center;*/
    padding-top: 12px;
}

    .vacancyButtonWrapper button {
        background-color: #2e3332 !important;
        font-size: 12px;
    }
.button.secondary {
    font-size: 12px;
}
.button.primary {
    font-size: 12px;
}

.agentSubmit {
    padding: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 4px;
}

/*Basic panelbar styling*/

.z-tabs.flat.vertical.z-bordered.top-left.medium > ul.z-tabs-nav {
    border-width: 0;
}



.z-tabs.horizontal.top.flat.z-bordered.medium > .z-container {
    border-width: 0;
    padding: 4px;
}

.z-tabs.flat.vertical > ul.z-tabs-nav > li.z-active {
    padding: 5px;
}

.z-tabs.flat.flat-alizarin > ul.z-tabs-nav > li.z-active > a {
    background-color: #353535;
    border-radius: 4px;
}

.z-tabs.flat > ul.z-tabs-desktop > li {
    transition: ease-in-out 0.25s;
}

.z-tabs.flat .z-container {
    border-radius: 4px !important;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li {
    margin: 0;
}

z-content-inner iframe {
    border-radius: 4px;
}

.z-tabs.flat.contained > ul > li a {
    padding: 10px;
}

.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li {
    padding: 5px 4px 4px 4px;
}

.z-tabs.flat > ul.z-tabs-nav > li > a, .z-tabs.flat.horizontal > ul.z-tabs-nav > li > a {
    transition: ease 0.25s all;
}

.basketLabel {
    color: white;
    line-height: 2;
}

/*Gallery Styling*/

.ug-gallery-wrapper .ug-strip-panel {
    opacity: 0;
}

.ug-slider-wrapper .ug-slide-wrapper {
    height: 100% !important;
}

.ug-item-wrapper {
    height: 100% !important;
}

.ug-slider-wrapper {
    height: 100% !important;
}

    .ug-slider-wrapper .ug-slider-inner {
        height: 100% !important;
    }

.ug-theme-panel {
    display: none;
}

.ug-zoompanel {
    display: none;
}

.imageblock .left {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

    .imageblock .left label, .imageblock .left a {
        color: white;
    }

    .imageblock .left a {
        font-family: 'ralewaybold';
    }

.widget {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 4px;
}

    .widget .content {
        border-radius: 4px;
        padding: 5px;
    }

.vacancy-actions, #dvContactAgentSection.widget {
    box-shadow: none !important;
}

#cart .widget {
    box-shadow: none;
}

.tp-caption.News-Title {
    font-family: 'ralewaybold';
}

.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-alizarin > ul.z-tabs-mobile > li a {
    background-color: #383835;
    border-radius: 4px;
}

.cart-box .microLoader {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    border-radius: 4px;
}

.microLoader {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    border-radius: 4px;
    left: 0;
    top: 0;
}


.building-info .grid-x {
    margin-bottom: 12px;
}

.label-title {
    font-weight: 600;
    color: #555;
    display: block;
}

.building-info .cell:last-child {
    font-weight: 500;
}


.assigned-agents a {
    font-size: 12px !important;
    padding-left: 0 !important;
    word-wrap: break-word;
}

.assigned-agents img {
    border-radius: 4px;
}

.z-tabs.flat {
    border-radius: 4px;
}

.vacancyLeftWrapper {
    /*padding-right:0;*/
}

.resultsReturnedLink {
    background-color: rgba(57, 57, 54,0.85);
    padding: 10px 20px 10px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-top: 22px;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0 9px 20px rgba(0, 0, 0,0.3);
    border-radius: 100%;
}

.resultsReturnedLinkWrapper {
    transform: scale(0.1,0.1);
    -webkit-transform: scale(0.1,0.1);
    -moz-transform: scale(0.1,0.1);
    visibility: hidden;
}



.resultsLoader .loader03 {
    border-top-color: white;
    border-bottom-color: white;
    animation: loader-rotate 0.5s linear infinite;
    width: 30px;
    height: 30px;
}

.resultsLoader {
    position: absolute;
    right: 10px;
}


.arrowDownWrapper {
    padding-left: 10px;
    position: relative;
}

.resultsReturnedLink img {
    width: 20px;
    position: relative;
    bottom: 3px;
}

input[type="text"]:focus, textarea:focus {
    background: #FFF2C3;
}

.resultsHeaderText {
    margin: 0 auto;
    visibility: hidden;
    text-shadow: 0 0 0px white;
    display: flex;
    font-size: 18pt;
    font-family: 'ralewaysemibold';
    padding: 10px 0 10px 0;
    color: rgba(57,57,64,1);
}

.resultsHeaderText {
    text-align: center;
    margin: 0 auto;
    visibility: visible;
    display: block;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: default;
    bottom: 7px;
    margin-bottom: 7px;
    border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.jplist-label {
    margin: 36px 10px 0 15px;
}

.jplist-panel .jplist-pagination .jplist-pagingmid {
    margin-top: 26px;
}

.jplist-panel .jplist-pagination .jplist-pagingnext {
    float: left;
    margin-top: 26px;
}

.jplist-panel .jplist-pagination .jplist-current {
    color: #2e3332;
}


/*.blog-wrapper ul {
    padding-left: 20px
}

    .blog-wrapper ul li::before {*/
        /*content: "\f192 ";*/
        /*font-family: "fontawesome";
        margin-right: 10px;
        color: #FFC300;
        font-size: 14px;
    }

    .blog-wrapper ul li {
        font-size: 0.75em !important;
        position: relative;
        left: 20px;
    }

.blog-wrapper ul, .blog-wrapper ol {
    padding-left: 45px;
}

.blog-wrapper ol {
    counter-reset: list;
    list-style: none;
}

    .blog-wrapper ol li {
        counter-increment: list;
        margin-bottom: 10px;
        font-size: 0.75em !important;
    }

        .blog-wrapper ol li::before {
            content: "\f192 ";
            font-family: "fontawesome";*/
            /* margin-right: 10px; */
            /*color: #FFC300;
            font-size: 14px;
            position: absolute;
            left: -15px;
            top: -2px;
        }

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    color: #f5c605;
}*/

/*.blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    padding-left: 20px;
}


.blog-wrapper blockquote {
    line-height: 1.6;
    color: white;
    background-color: #393937;
    border-radius: 4px;
    padding: 15px;
    font-size: 0.8em;
    width: 75%;
    margin-left: 17px;
    position: relative;
}

    .blog-wrapper blockquote::before {
        content: "''";
        position: absolute;
        top: -35px;
        color: #f7c805;
        transform: rotate(140deg);
        font-size: 3.5em;
        left: -10px;
    }*/
/*.agent-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}*/

/*.agent-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}*/

.oso-blog-row {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0 0.75rem;
}

.oso-blog-sidebar {
    flex: 0 0 calc(33% - 0.75rem);
    max-width: calc(33% - 0.75rem);
}

.oso-blog-main {
    flex: 0 0 calc(67% - 0.75rem);
    max-width: calc(67% - 0.75rem);
}

/* ===== BLOG ===== */
.oso-blog .row {
    flex-wrap: wrap !important;
}

.oso-blog .columns {
    padding: 0.75rem;
    box-sizing: border-box;
}

/* Card */
.blog-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .blog-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

/* Image */
.blog-card-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

    .blog-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

/* Body */
.blog-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Meta */
.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.blog-category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1779ba;
    letter-spacing: 0.05em;
}

.blog-date {
    font-size: 0.8rem;
    color: #999;
}

/* Title */
.blog-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    .blog-title a {
        color: #333;
        text-decoration: none;
    }

        .blog-title a:hover {
            color: #1779ba;
        }

/* Summary */
.blog-summary {
    font-size: 0.9rem;
    color: #555;
    flex: 1;
    margin-bottom: 0.75rem;
}

/* Read More */
.blog-read-more {
    margin-top: auto;
}

    .blog-read-more a {
        font-size: 0.9rem;
        font-weight: 600;
        color: #1779ba;
        text-decoration: none;
    }

        .blog-read-more a:hover {
            text-decoration: underline;
        }

/* Sidebar */
.sidebar-area {
    padding: 0.75rem;
    position: sticky;
    top: 1rem;
}


/* ===== SIDEBAR ===== */
.blog-sidebar {
    padding: 0.5rem;
}

/* Widget */
.sidebar-widget {
    margin-bottom: 2rem;
}

.sidebar-widget-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
    border-bottom: 2px solid #1779ba;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

/* Popular Posts */
.sidebar-post {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}
.thank-you {
    min-height: 60vh;
}

.sidebar-post-image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
}

    .sidebar-post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sidebar-post-info {
    flex: 1;
}

.sidebar-post-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

    .sidebar-post-title:hover {
        color: #1779ba;
    }

.sidebar-post-date {
    font-size: 0.75rem;
    color: #999;
}

/* Categories */
.sidebar-category-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

    .sidebar-category-line a {
        color: #444;
        text-decoration: none;
    }

        .sidebar-category-line a:hover {
            color: #1779ba;
        }

.sidebar-category-count {
    font-size: 0.75rem;
    color: #999;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 0.1rem 0.5rem;
}

/* Tags */
.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.sidebar-tag {
    font-size: 0.78rem;
    color: #555;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

    .sidebar-tag:hover {
        background: #1779ba;
        color: #fff;
    }

.oso-blog > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .oso-blog > .row > .medium-8 {
        width: 66.66% !important;
        max-width: 66.66% !important;
        flex: 0 0 66.66% !important;
    }

    .oso-blog > .row > .medium-4 {
        width: 33.33% !important;
        max-width: 33.33% !important;
        flex: 0 0 33.33% !important;
    }

.agent-photo {
    position: relative;
}

    .agent-photo img {
        width: 100%;
        display: block;
    }

.agent-name-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.55);
    padding: 0.5rem 0.75rem;
    text-align: center;
}

    .agent-name-banner span {
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

.agent-actions {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
}

.whatsapp-btn img {
    width: 32px;
    height: 32px;
    transition: opacity .2s ease;
}

.whatsapp-btn:hover img {
    opacity: 0.8;
}


.whatsapp-container {
    text-align: right;
    position: absolute;
    padding-left: 27px;
    top: 5px;
}

.agent-button {
    padding-top: 10px;
}


.tabbed-container {
    margin-top: 100px;
    margin-bottom: 20px;
}




.thumb-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.thumb {
    width: 120px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}

button.hollow.small.contact-toggle {
    margin-top: 17px;
}
/*#myGallery {
    display: flex;
    gap: 10px;
}*/
/*.gallery-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.gallery-item img {
    display: block;
    height: 120px;
    border-radius: 4px;
}
*/
/*.gallery-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.gallery-container img {
    width: 200px;*/ /* or 150px, 180px, etc. */
/*height: 140px;
    object-fit: cover;
}*/
/* SmartTab vertical layout */
.st.st-vertical {
    display: flex;
}

    .st.st-vertical > .nav {
        flex-direction: column;
        width: 220px; /* adjust as needed */
        border-right: 1px solid #ddd;
    }

    .st.st-vertical > .tab-content {
        flex: 1;
        padding-left: 20px;
    }
/* Force the left tab column to a fixed width */
#clean-tabbed-nav.st-vertical > .nav {
    flex: 0 0 160px; /* ← this is the key */
    width: 160px; /* optional but reinforces it */
    max-width: 160px;
}

/* Make the content fill the rest */
#clean-tabbed-nav.st-vertical > .tab-content {
    flex: 1 1 auto;
    padding-left: 20px;
}

/* ACTIVE TAB */
#clean-tabbed-nav .nav-link.active {
    background-color: #2e3332 !important;
    color: #ffffff !important;
    /*border-color: #F8C822 !important;*/
}

/* HOVER TAB */
#clean-tabbed-nav .nav-link:hover {
    background-color: #3a3f3e !important; /* darker grey */
    color: #ffffff !important;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
}

/* Active tab background + border color */
#clean-tabbed-nav .nav-link.active {
    background-color: #2e3332 !important;
    color: #ffffff !important;
    font-weight: 400;
}
.st-theme-elite.st-vertical > .nav .nav-link {
    font-weight:400;
}


    .st-theme-elite.st-vertical > .nav .nav-link.active {
        border-top-left-radius: .5em;
        border-bottom-left-radius: .5em;
        border-top-right-radius: .5em;
        border-bottom-right-radius: .5em;
    }

.section-header {
    margin: 2rem 0;
    border-bottom: 2px solid #F8C822;
    padding-bottom: 1rem;
}

.section-title {
    margin: 0;
    color: #2e3332;
}

.section-header-accent h2 {
    border-left: 6px solid #F8C822;
    padding-left: 1rem;
    margin: 0 0 1rem;
    color: #2e3332;
}


.calc-header {
    background: #353535;
    color: white;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
}

.calc-notice {
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}

.calc-block {
    font-size: 15px;
    margin-top: 10px;
}

.calc-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
}

.calc-symbol {
    text-align: center;
    font-weight: bold;
}

.calc-label {
    font-weight: 500;
}

.calc-value {
    text-align: right;
    font-weight: 600;
}

.calc-total-row {
    margin-top: 10px;
}

.calc-total-value {
    background: #353535;
    color: white;
    padding: 8px;
    text-align: right;
    font-weight: 400;
    border-radius: 3px;
}


.parking-block {
    font-size: 15px;
}

.parking-header {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.parking-header-title {
    font-weight: bold;
    text-align: right;
}

.parking-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
}

.parking-label {
    font-weight: 600;
}

.parking-rate,
.parking-bays {
    text-align: right;
    white-space: nowrap;
}

.parking-none {
    padding: 10px 0;
    font-style: italic;
    text-align: center;
}
/*.assigned-agents h3 {
    margin-bottom: 1rem;
}
*/
.assigned-agents {  
    
    text-transform: initial;
    text-align: center;
}
.assigned-agents-heading {
    background-color: #393936;
    padding-top: 6px;
    border-radius: 4px;
    color: white;
}
.assigned-agents-container
{

}
.agent-card-item
{

}
.assigned-agents h3 {
    font-size: 14px;
    font-family: 'ralewayregular';
}
.agent-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    padding: 12px;
    margin-bottom: 12px;
}

.agent-photo-col {
    flex: 0 0 auto;
    margin-right: 12px;
}

.agent-details-col {
    flex: 1 1 auto;
}

.agent-whatsapp-col {
    flex: 0 0 auto;
    text-align: center;
}

.agent-photo {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
}

.user-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.view-contact-link {
    color: #1779ba;
    text-decoration: underline;
    font-size: 0.9rem;
}

.whatsapp-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    text-decoration: none;
    line-height: 1.2;
}

.whatsapp-badge-icon {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

.whatsapp-badge-text {
    font-size: 0.8rem;
    font-weight: 600;
}
/*.agent-card {*/
    /*padding: 1rem;*/
    /*border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin-bottom: 1rem;*/
    /* background: #fafafa;
    background: #fff;*/
    /*transition: transform 0.25s ease ,box-shadow 0.25s ease;*/
    /*transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;*/
    /*margin-bottom: 1.5rem;*/
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}*/

  /*  .agent-card:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,0.12);
        transform: translateY(-2px);
        background: #ffffff;
    }*/
.oso-agents .row {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap !important;
}
.oso-agents .column {
    /*display: flex;*/
    justify-content: center;
    padding: 0.75rem;
}
/* Agent Cards */
.agent-card {
    background: #fff;
    /* border-radius: 8px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 1.5rem; */
    /* overflow: hidden; */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    /* display: flex; */
    /* flex-direction: column; */
    /* width: 350px; */
    /* max-width: 350px; */
    /* margin: 0 auto 1.5rem auto; */
}

    .agent-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

/* Image */
    .agent-card-image {
        overflow: hidden;
        max-height: 250px;
    }

        .agent-card-image img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            transition: transform 0.35s ease;
        }

    .oso-agents .page-header {
        margin-bottom: 1.5rem;
        padding: 0 0.75rem;
    }

    .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
        border: 1px solid #ffc300;
        color: black;
    }

    .agent-card:hover .agent-card-image img {
        transform: scale(1.05);
    }
    /* Body */
    .agent-card-body {
        padding: 1rem;
        flex: 1;
    }

    .agent-name {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .agent-speciality {
        font-size: 0.9rem;
        color: #888;
        margin-bottom: 0.5rem;
    }

    .agent-profile {
        font-size: 0.9rem;
        color: #555;
        max-height: 80px;
        overflow: hidden;
    }
    /* Footer */
    .agent-card-footer {
        padding: 0.75rem 1rem;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .whatsapp-link img {
        transition: transform 0.2s ease;
    }

    .whatsapp-link:hover img {
        transform: scale(1.15);
    }
    /* Contact reveal */
    .agent-contact {
        width: 100%;
        margin-top: 0.5rem;
        font-size: 0.9rem;
        line-height: 1.8;
    }

        .agent-contact a {
            color: inherit;
        }

    .agent-profile {
        font-size: 0.9rem;
        color: #555;
        max-height: 80px;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

        .agent-profile.expanded {
            max-height: 1000px;
        }

    .read-more-btn {
        background: none;
        border: none;
        color: #1779ba;
        cursor: pointer;
        padding: 0.25rem 0;
        font-size: 0.85rem;
    }

    .agent-photo {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    .user-name {
        font-weight: 600;
        font-size: 13px;
        display: block;
        margin-bottom: 0.4rem;
        text-align: center;
        font-weight: bold;
    }

    .button.expanded-round {
        display: flex; /* ensures perfect centering */
        justify-content: center; /* center text horizontally */
        align-items: center; /* center text vertically */
        width: 100%;
        margin: 0;
        padding: 8px 1px; /* even padding */
        border-radius: 3px; /* rounded corners */
        text-align: center; /* fallback */
    }

    .cell .agent-contact-btn {
        margin-left: auto;
        margin-right: auto;
    }


    .contact-link a {
        font-size: 0.9rem;
        color: #0078c9;
    }

    .contact-details {
        margin-top: 0.6rem;
        line-height: 1.4rem;
    }

    .user-phone i,
    .user-email i {
        color: #666;
    }

    .user-phone a,
    .user-email a {
        padding-left: 6px;
    }

    .whatsapp-icon {
        width: 48px;
        transition: transform 0.2s ease;
    }

        .whatsapp-icon:hover {
            transform: scale(1.1);
        }
    /* Success message */
    .contact-success {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    /* Contact card container */
    .contact-card {
        padding: 5px;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        background: #fafafa;
        transition: box-shadow .25s ease, transform .25s ease;
    }

        .contact-card:hover {
            box-shadow: 0 4px 14px rgba(0,0,0,0.12);
            transform: translateY(-2px);
            background: #ffffff;
        }
        /* Labels and inputs */
        .contact-card label {
            display: block;
            margin-bottom: 1rem;
            font-weight: 600;
            font-size: 0.95rem;
        }

        .contact-card input[type="text"],
        .contact-card textarea {
            margin-top: 0.3rem;
            border-radius: 4px;
            border: 1px solid #ccc;
            padding: .55rem .75rem;
            width: 100%;
            transition: border-color .2s ease, box-shadow .2s ease;
        }

            .contact-card input[type="text"]:focus,
            .contact-card textarea:focus {
                border-color: #0078c9;
                box-shadow: 0 0 4px rgba(0,120,201,0.3);
            }
        /* Message box */
        .contact-card textarea {
            min-height: 110px;
            resize: vertical;
        }
    /* Validation */
    .validation-message {
        font-size: 12px;
        color: #d00;
        margin-bottom: 1rem;
    }
    /* Submit button */
    .contact-submit {
        margin-top: .5rem;
    }

    .loading-spinner {
        width: 22px;
        margin-left: 10px;
        vertical-align: middle;
    }
    /* Sticky tab bar */
    /*.clean-tabs .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e6e6e6;
}*/
    /* Tab items */
    /*.clean-tabs .nav li {
        margin-right: 0.5rem;
    }

    .clean-tabs .nav li a {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 0.6rem 1rem;
        border-radius: 4px;
        font-weight: 600;
        color: #444;
        background: #f7f7f7;
        border: 1px solid #ddd;
        transition: all .2s ease;
    }*/
    /* Hover */
    /*.clean-tabs .nav li a:hover {
            background: #e9f3ff;
            border-color: #bcdcff;
            color: #0078c9;
        }*/
    /* Active tab */
    /*.clean-tabs .nav li.active a {
        background: #0078c9;
        color: #fff;
        border-color: #0078c9;
    }*/
    /* Icons */
    /*.clean-tabs .nav li a i {
        font-size: 1rem;
    }*/
    /* Tab content styling */
    /*.clean-tabs .tab-content {
    padding: 1.5rem 0.5rem;
}

.clean-tabs .tab-pane {
    animation: fadeIn .25s ease;
}*/
    /* Fade animation */


    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(4px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .financials-block {
        padding: 1rem 0;
    }

    .financial-label {
        font-weight: 600;
        color: #333;
        padding-top: 0.35rem;
    }

    .financial-value {
        padding-top: 0.35rem;
        color: #444;
    }

        .financial-value a {
            color: #0078c9;
            text-decoration: underline;
        }

            .financial-value a:hover {
                color: #005a96;
            }



    .property-info {
        padding: 1rem 0;
    }

    .property-title {
        font-weight: 700;
        margin-bottom: 0.25rem;
        line-height: 1.3;
    }

    .price {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2a2a2a;
        margin-bottom: 0.5rem;
    }

    .info-flag {
        background: #f3f3f3;
        padding: 0.5rem 0.75rem;
        border-left: 4px solid #1779ba;
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }

    .section-heading {
        background-color: #393936;
        color: white;
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
        margin-bottom: 0.25rem;
        font-size: 18px;
    }

    .calc-total-value {
        width: 100px;
    }

    .property-text {
        line-height: 1.55;
        font-size: 13px;
        !important color: #444;
        margin-bottom: 0.75rem;
    }

    .financial-label {
        font-size: 14px;
    }

    .financial-value {
        font-size: 13px;
    }

    .no-vacancies {
        font-size: 1.1rem;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .vacancy-card {
        /*background: #fff;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;*/

        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 8px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .vacancy-card.active {
            border: 2px solid #28a745;
            box-shadow: 0 0 10px rgba(0,0,0,0.15);
        }

    #results-map {
        height: 650px;
        width: 100%;
        border-radius: 6px;
    }

    .vacancy-size {
        font-weight: 700;
        font-size: 1.2rem;
        color: #222;
        margin-bottom: 0.75rem;
        align-items: center;
        background-color: #ffc300;
        display: flex;
        height: 35px;
        justify-content: center;
        padding: 0 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .vacancy-image {
        /* position: relative;
    overflow: hidden;
    border-radius: 6px;*/

        aspect-ratio: 16 / 9;
        overflow: hidden;
        margin-bottom: 0.75rem;
    }


    .vacancy-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* Info rows (key improvement) */
    .vacancy-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .info-row {
        display: flex;
        justify-content: space-between;
        font-size: 0.9rem;
    }

        .info-row .label {
            color: #666;
        }

        .info-row .value {
            font-weight: 500;
        }
    /* Button aligned */
    .vacancy-view {
        margin-top: auto;
    }


    .vacancy-image img {
        width: 100%;
        display: block;
        transition: transform 0.4s ease;
    }
    /*   .vacancy-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.0);
        transition: background 0.4s ease;
    }*/

    .vacancy-image:hover img {
        transform: scale(1.05);
    }

    .vacancy-image:hover::after {
        background: rgba(0,0,0,0.25);
    }

    .oso-basket-building-vacancy {
        font-size: 13px;
    }



    .vacancy-name {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 0.75rem;
        color: #333;
    }

    .vacancy-info dl {
        margin: 0;
    }

    dl dt {
        margin-bottom: -0.9rem;
        font-weight: 700;
    }

    .info-row {
        display: flex;
        justify-content: space-between;
        padding: 0.35rem 0;
        border-bottom: 1px solid #e6e6e6;
        font-size: 12px;
    }

        .info-row dt {
            font-weight: 600;
            color: #444;
        }

        .info-row dd {
            margin: 0;
            color: #222;
        }

    .vacancy-view {
        margin-top: auto;
        padding-top: 1rem;
    }


    .building-info dt {
        font-weight: 600;
        margin-bottom: .25rem;
    }

    .building-info dd {
        margin-bottom: .75rem;
    }

    .cart-overview {
        font-size: 15px;
    }

        .cart-overview .items {
            padding-left: 10px;
        }

    #smarttab .nav-tabs {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

        #smarttab .nav-tabs .nav-item {
            margin-right: 0.5rem;
        }

        #smarttab .nav-tabs .nav-link {
            padding: 0.6rem 1rem;
            background: #f7f7f7;
            border: 1px solid #ddd;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
            color: #333;
            font-weight: 600;
            transition: background 0.25s ease, color 0.25s ease;
        }

            #smarttab .nav-tabs .nav-link:hover {
                background: #eaeaea;
            }

            #smarttab .nav-tabs .nav-link.active {
                background: #ffffff;
                color: #000;
                border-bottom: 1px solid #fff;
            }



    .st-theme-elite > .nav .nav-link {
        color: #2C3E50;
        font-size: 14px;
        font-weight: bold;
    }

    .content-box {
        font-size: 14px;
    }

        .content-box p {
            font-size: 14px;
        }

    .tabbed-content {
    }
    /*.tabbed-content strong {
        font-size: 14px;
    }*/
    /* .tabbed-content p {
        font-size: 13px;
    }

    .tabbed-content li {
        font-size: 13px;
    }

    .tabbed-content label {
        font-size: 13px;
    }*/



    .header-bar-wrapper .grid-x:first-child {
        margin-bottom: 10px;
    }

    .header-bar-wrapper img {
        max-height: 60px;
    }

    .sitemenu {
        width: 100%;
        padding-left: 0;
    }
    /* Desktop */
    .bx-viewport {
        height: 401px !important;
    }

    .property-item {
        flex: 0 0 auto;
        width: 245px;
    }
    /* Tablet */
    @media (max-width: 1024px) {
        .bx-viewport {
            height: 300px !important;
        }
    }

    @media screen and (max-width: 767px) {

        .tabbed-container {
            margin-top: 48px;
        }
        .thank-you {
            min-height: 40vh;
        }
        .card .pricing {
            top: 180px;
        }

        .cart-overview {
            font-size: 12px;
            padding-bottom: 10px;
        }

            .cart-overview .items {
                padding-left: 10px;
            }

        .privacy-toast-message .button-yellow {
            font-size: 17px;
            height: 50px;
        }

        .privacy-toast-message .button-dark-grey {
            font-size: 17px;
            height: 50px;
        }

        .callout-oso {
            height: 70px;
        }

            .callout-oso h3 {
                font-size: 22px;
            }

        html.osonline .container.allproperties {
            height: 110px;
            line-height: 40px;
            padding-top: 16px;
        }

        html.osonline .container.footerinfo {
            padding: 20px;
        }

            html.osonline .container.footerinfo ul.links li.link {
                color: white;
                cursor: pointer;
                font-size: 16px;
            }

            html.osonline .container.footerinfo p {
                color: white;
                font-size: 14px;
            }


        oso-search-with-map {
            min-height: 150px;
        }

        .office-search-block .search-textbox input[type=text] {
            font-size: 14px;
        }

        .property-item {
            width: 100% !important;
        }

        .office-search-block .tokenized .header {
            border-bottom: solid 1px #EFEFEF;
            color: black;
            /*height: 85px;*/
        }

        .pillar-gallery {
            height: 245px;
        }

        .oso-search-with-map .vertical-search {
            height: 380px;
        }

        .bx-viewport {
            height: 200px !important;
        }

        .mobile-menu-container {
            padding-left: 50px;
            padding-top: 8px;
        }

        .logo-container {
            padding-top: 20px;
        }

        a {
            line-height: inherit;
            color: #ffc300;
            text-decoration: none;
            cursor: pointer;
        }

            a:focus, a:hover {
                color: #ffc300;
            }

        .mainTitle {
            font-size: 3em !important;
            padding: 10px 20px 10px 20px !important;
        }

        .contactDetailsWrapper {
            gap: 0px;
        }

        ul.vertical.menu {
            margin: 0;
            padding: 0;
        }

            ul.vertical.menu li {
                margin: 0;
                padding: 0;
                line-height: 1.2; /* reduce vertical height */
            }

                ul.vertical.menu li a {
                    //border: 1px solid #ccc;
                    border-radius: 0; /* ✅ removes rounding */
                    margin-bottom: 4px; /* small spacing between items */
                    padding-left: 8px;
                    padding-bottom: 3px;
                    padding-top: 3px;
                }


            ul.vertical.menu ul.menu {
                margin-left: 15px; /* ✅ indentation */
            }
                /* Nested items styling */
                ul.vertical.menu ul.menu li a {
                    padding-left: 15px;
                    font-size: 0.95em;
                    font-size: 13px;
                }

        .close-button:focus, .close-button:hover, .close-button, .close-button.medium {
            color: white;
            font-weight: bold;
        }


        ul.vertical.menu li a:active {
            background: #eee;
        }
        /* Base menu item */
        ul.vertical.menu li a {
            display: block;
            padding: 6px 10px;
            /*border-bottom: 2px solid transparent;*/ /* invisible by default */
            /*border-bottom: 1px solid #ffc300;*/
            font-size: 13px;
        }

        ul.vertical.menu li:not(:first-child) a {
            /*border-bottom: 1px solid #ffc300;*/
        }
        /* Hover / active underline */
        ul.vertical.menu li a:hover,
        ul.vertical.menu li a:focus {
            border-bottom: 2px solid #ffc300;
        }




        #clean-tabbed-nav.st-vertical > .nav {
            flex: 0 0 85px; /* ← this is the key */
            width: 85px; /* optional but reinforces it */
            max-width: 85px;
        }

        #clean-tabbed-nav.st-vertical > .tab-content {
            flex: 1 1 auto;
            padding-left: 2px;
        }

        #clean-tabbed-nav .nav-link.active {
            font-size: 12px;
        }

        .st-theme-elite.st-vertical > .nav .nav-link {
            font-size: 12px;
        }

        .off-canvas {
            z-index: 9999 !important;
        }

        .js-off-canvas-overlay {
            z-index: 9998 !important;
        }

        .sticky {
            z-index: 1000;
        }

        .smallCard .card {
            width: 300px;
            height: 240px;
            opacity: 0;
        }
    }
    /* Phones */
    @media screen and (max-width: 639px) {

        .calc-total-value {
            width: 100px !important;
        }

        .section-heading {
            font-size: 15px;
        }

        .calc-header {
            font-size: 13px;
        }

        button.hollow.small.contact-toggle {
            margin-top: 0px;
        }

        html.osonline .container.copyright {
            padding: 20px;
        }

        .blog-card-image {
            height: 160px;
        }

        .sidebar-area {
            position: static;
            margin-top: 2rem;
        }

        .agent-card-image img {
            height: 285px;
        }

        .agent-card-footer {
            /*flex-direction: column;*/
            align-items: flex-start;
        }

        html.osonline .container.body .oso-agents h3 {
            font-size: 15px;
        }

        h3.page-header {
            font-size: 15px;
        }

        .grid-container {
            padding-left: 20px;
            padding-right: 20px;
        }

        .container.header-info {
            height: 122px;
        }

        .container.body .container {
            padding-top: 0px;
        }

        .header-bar {
            height: 122px;
        }

        #mobile-menu {
            background-color: #393936;
        }

        .privacy-toast-holder {
            left: 10px;
            right: 10px;
            bottom: 10px;
            width: auto;
        }

        .card-home {
            width: 315px;
            height: 260px;
        }

        .container .cardsWrapper {
        }

        .oso-search-with-map {
            height: 620px;
            min-height: 620px !important;
        }
        /* Stack sidebar below content */
        .oso-blog > .row {
            flex-direction: column;
        }

        .sidebar-area .blog-sidebar {
            width: 100%;
        }

        .oso-blog-sidebar,
        .oso-blog-main {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .oso-blog-row {
            flex-wrap: wrap;
        }
    }
    /* Tablets and up */
    @media screen and (min-width: 640px) {
        /*.privacy-toast-holder {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
    }

    .privacy-toast-message {
        grid-template-columns: 3fr auto auto;
        grid-column-gap: .5rem;
        padding: 1.75em;
        width: 96.25%;
    }

    .privacy-toast-message__heading {
        font-size: 1.125rem;
        grid-column: 1 / 1;
    }

    .privacy-toast-message__content {
        font-size: .9rem;
        grid-column: 1 / 1;
    }

    .privacy-toast-message__button {
        -ms-flex-item-align: center;
        align-self: center;
    }*/
    }


