﻿/*Fonts*/

body {
    font-family: 'ralewayregular';
}

html {
    overflow-x: hidden;
}

@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;
}

.top-bar.expanded .title-area {
    background: transparent !important;
}

.top-bar-section .dropdown {
    /*box-shadow: 5px 17px 20px rgba(0,0,0,0.4);*/
}

.top-bar-section .dropdown {
}


.newHeaderWrapper {
    width: 100%;
    background-color: #393936;
    color: #bbbbbb;
    height: 45px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 165px;
    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;
}*/

.contactDetailsWrapper {
    margin-right: 14px !important;
    font-family: 'ralewayextralight';
}

.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;
    }


.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%;
}

.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;
}

.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: 40px;
}

.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;
}

.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;
}

.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: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    font-size: 10pt;
    padding: 0px 9px 6px 9px !important;
    min-height: 122px;
    /*position: relative;*/
}


    .resultCardInfoWrapper h3 {
        color: white !important;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
        margin-bottom: 0px;
    }

.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;
}


.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;
}

.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: 21pt;
    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);
    }

.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;
}




.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;
}
/*#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-color: #F8C822 !important;
}

/* Active tab background + border color */
#clean-tabbed-nav .nav-link.active {
    background-color: #2e3332 !important;
    color: #ffffff !important;
    border-color: #F8C822 !important;
}


.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: bold;
    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 {
    margin-top: 1rem;
}

.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;
}

.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: 1.5rem;
    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;
}

.property-text {
    line-height: 1.55;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.75rem;
}

.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%;
}

.vacancy-size {
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 0.75rem;
}

.vacancy-image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .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;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
    border-bottom: 1px solid #e6e6e6;
}

    .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;
}

#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;
        }

@media screen and (max-width: 767px) {
    .mainTitle {
        font-size: 3em !important;
        padding: 10px 20px 10px 20px !important;
    }

    #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;
    }
}