@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/gilroy/Gilroy-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
    font-display: swap
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);
    font-display: swap
}

@font-face {
    font-family: Gilroy-Light;
    src: url(../fonts/gilroy/Gilroy-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: Playfair Display;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
    font-display: swap
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #eee;
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #CDB47A !important;
    transform-origin: left;
}

.container {
    max-width: 97% !important;
}

nav {
    display: flex;
    align-items: center;
    padding: 1.4% 1%;
    justify-content: space-between;
}

ul.nav-links {
    display: flex;
    list-style-type: none;
    gap: 2.7vw;
    width: 70%;
    padding: 0;
    margin: 0;
    justify-content: right;
    padding-right: 4%;
}

header.reit-header {
    background: #2A2923;
    border-bottom: 1px solid rgba(109, 122, 106, 0.50);
    position: relative;
    z-index: 1;
}

img.logo {
    width: 70%;
}

ul.nav-links li a {
    /* font-family: Gilroy-Regular; */
    font-family: 'Gilroy-SemiBold';
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2vw;
    transition: 0.2s all linear;
}

li.contact_us_header a {
    border: 1px solid var(--secondary-900, #A69163);
    background: #32312C;
    padding: 1.4vw 2.4vw;
}

ul.nav-links li a:hover {
    color: #CDB47A;
}

.stock-prices {
    width: 24%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.stock-prices a {
    border: 1px solid #C0A17799;
    color: #fff !important;
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    text-decoration: none;
    padding: 12px 16px;
    font-size: 1.15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    cursor: auto;
}

section {
    padding-left: 1%;
    padding-right: 1%;
}

section {
    padding-left: 1%;
    padding-right: 1%;
}

section.section_1 {
    background: #2A2923;
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

section.section_1 h1 {
    color: #CDB47A;
    font-family: "Playfair Display";
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 113%;
    /* 113.158% */
    /* margin-top: 4%; */
    width: 90%;
}

.number-section {
    width: 30%;
    margin-bottom: 5%;
}

.number-section h2 {
    color: #CDB47A;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 2.8vw;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
}

.number-section span {
    color: #CDB47A;
    font-family: "Playfair Display";
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    /* 458.333% */
}

.number-section p {
    color: var(--background, #FFF);
    font-family: Gilroy-Regular;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    width: 90%;
    margin-bottom: 0;
}

p.note_below_metrics {
    color: var(--primary-500, #747474);
    text-align: right;
    font-family: 'Gilroy-Regular';
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    width: 100%;
    margin-right: 10%;
}

.right-content .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-content {
    margin-top: -10vw;
}

.right-content.col-md-6 {
    padding-right: 0;
}

.img-2 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}

section.section_2 {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

section.section_2 .position-relative.overflow-hidden {
    top: -11vw;
    margin-bottom: -11vw;
}

section.section_3 h2 {
    color: var(--primary-200, #BEBEBC);
    font-family: "Playfair Display";
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    width: 80%;
    color: #778A73;
}

section.section_3 {
    margin-top: -10%;
}

section.section_3 {
    padding: 0% 4%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.title-line {
    opacity: 0;
    transform: translateY(50px);
}

section.section_1 h1 span,
.title-text span,
.title-text {
    display: block;
    /* overflow: hidden; */
}

.section_3 h2 span {
    transition: color 0.3s ease;
}

section.section_3,
.pin-spacer {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.section_4 {
    background-color: #2A2923;
    height: 100vh;
    padding: 5% 0%;
    position: relative;
    z-index: 1;
}

.sec_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
    margin-bottom: 3%;
}

.sec_1 h4 {
    color: var(--secondary-900, #CDB47A);
    font-family: Gilroy-Medium;
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 46.5px */
    text-transform: uppercase;
    margin-bottom: 0;
}

button.view-btn {
    display: flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 0 #CDB47A;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .8s ease-out;
    border: none;
    font-size: 1vw;
}

button.view-btn a {
    color: var(--primary-900, #282621);
    font-family: Gilroy-Medium;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    text-decoration: none;
}

button.view-btn:hover {
    box-shadow: inset 300px 0 0 0 #CDB47A;
}

.border-sec {
    border-top: 0.5px solid #7E7D7A;
    height: 16vh;
    display: flex;
    align-items: center;
}

.border-sec a.report {
    color: #BEBEBC;
    font-family: "Playfair Display";
    font-size: 3vw;
    font-weight: 400;
    text-decoration: none;
    border-left: 0.5px solid #7E7D7A;
    height: 100%;
    display: flex !important;
    align-items: center;
    padding: 0 4%;
    border-right: 0.5px solid #7E7D7A;
    gap: 20px;
    position: relative;
    transition: 0.2s all linear;
}

.border-sec:last-of-type {
    border-bottom: 0.5px solid #7E7D7A;
}

.border-sec a.report img,
.border-sec a.report svg {
    width: 3vw;
    transition: 0.2s all linear;
}

.border-sec a.for-year {
    color: var(--primary-200, #BEBEBC);
    font-family: Gilroy-Medium;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    padding-left: 4%;
}

.border-sec a.for-year:hover {
    color: var(--secondary-900, #A69163);
}

.border-sec:nth-of-type(2n) a.report {
    margin-left: 8%;
}

.border-sec:nth-of-type(2n+1) a.report {
    margin-left: 36.5%;
}

/*  leader sec css start*/

#leader-res-section {
    padding: 0% 0%;
    position: relative;
    z-index: 1;
    background-color: #FBFAF4;
}

.leader-outer {
    background: #FBFAF4;
    padding-top: 5%;
}

#leader-res-section .container {
    width: 80%;
    max-width: 80%;
    margin: auto;
}

.leader-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#leader-res-section h2 {
    font-size: 3vw;
    font-family: 'Playfair Display';
    color: var(--primary-900, #282621);
    width: 50%;
    font-weight: 400;
}

.leader-outer {
    position: absolute;
    /* background: #fff !important; */
}

.leader-content-wrapper .leader-right-content {
    width: 40%;
}

.leader-content-wrapper .leader-right-content p {
    font-family: Gilroy-Regular;
    color: var(--primary-600, #696764);
    font-size: 1.05vw;
}

.leader-content-wrapper .leader-right-content a {
    font-family: Gilroy-Medium;
    color: var(--tertiary-900, #778A73);
    font-size: 1.3vw;
    text-decoration: none;
    position: relative;
}

.leader-content-wrapper .leader-right-content a::after {
    content: '';
    width: 1.9vw;
    height: 1.9vw;
    background-image: url(../images/ArrowUpRight.png);
    background-size: 100% auto;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -0.2vw;
    right: -25%;
    transition: all 0.3s ease;
}

.leader-content-wrapper .leader-right-content a:hover::after {
    transform: rotate(45deg);
}

#leader-res-section img {
    margin-top: 2vw;
}

/*  leader sec css end*/

/*  corporate announcements sec css */

#corporate-announcements-section {
    padding: 0px;
    padding-top: 4%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

#corporate-announcements-section h2 {
    font-size: 3vw;
    font-family: 'Playfair Display';
    color: var(--primary-900, #282621);
    width: 50%;
    font-weight: 400;
}

#corporate-announcements-section .container {
    width: 90%;
    max-width: 90%;
    margin: auto;
}



.corporate-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2%;
}

.lecorporateader-content-wrapper .corporate-right-content {
    width: max-content;
}


.corporate-content-wrapper .corporate-right-content a {
    font-family: Gilroy-Medium;
    color: var(--tertiary-900, #778A73);
    font-size: 1.3vw;
    text-decoration: none;
    position: relative;
    margin-right: 2.5vw;
}

.corporate-content-wrapper .corporate-right-content a::after {
    content: '';
    width: 1.9vw;
    height: 1.9vw;
    background-image: url(../images/ArrowUpRight.png);
    background-size: 100% auto;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -0.1vw;
    right: -40%;
    transition: all 0.3s ease;
}

.corporate-content-wrapper .corporate-right-content a:hover::after {
    transform: rotate(45deg);
}

.announce-card {
    border: 1px solid var(--secondary-200, #F0E9D7);
    background-color: #FFF;
    padding: 13% 10%;
}

.announcements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5vw 2vw;
    padding-bottom: 6%;
}

.announce-date {
    font-size: 1.05vw;
    color: #CDB47A;
    margin-bottom: 5%;
    font-weight: 400;
    display: block;
    font-family: 'Gilroy-Regular';
}

.announce-desc {
    font-size: 1.05vw;
    color: #5B5B5B;
    font-weight: 400;
    font-family: 'Gilroy-Regular';
}

.announce-card:hover {
    border: 1px solid rgba(192, 161, 119, 0.20);
    background-color: #FFF;
    box-shadow: 12px 12px 66px 0 rgba(205, 180, 122, 0.30);
}

/*  corporate sec css ends */


/*  footer sec css ends */

#footer-section-reit {
    background: #282621;
    padding: 10% 0%;
    padding-bottom: 2%;
    background-image: url("../images/Footer-Reit-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}

#footer-section-reit .container {
    width: 95%;
    max-width: 95%;

}

.container {
    margin: auto;
}

.footer-logo-wrapper img.img-fluid {
    width: 10.5vw;
}

#footer-section-reit h4 {
    color: #FFF;
    font-family: 'Playfair Display';
    font-size: 1.6vw;
    padding-bottom: 2%;
}


#footer-section-reit p {
    font-size: 1.05vw;
    color: #fff;
    font-weight: 400;
    font-family: Gilroy-Light;
    line-height: 1.4;
    opacity: 0.6;
}


#footer-section-reit .getintouch-content-wrapper {
    padding-top: 0%;
}

#footer-section-reit .copyrights-wrapper p {
    text-align: center;
    font-size: 1vw;
    padding-top: 10%;
    opacity: 1;
}

#footer-section-reit .social-media-icons a img {
    height: 1.35vw;
    object-fit: cover;
}

#footer-section-reit .social-media-icons {
    display: flex;
    align-items: center;
    gap: 1vw 2vw;
}

#footer-section-reit .custom-email-form {
    width: 100%;
    padding-top: 4%;
    margin: 2vw auto;
    padding-bottom: 8%;
}

#footer-section-reit .email-input-group {
    display: flex;
    align-items: center;
    position: relative;
}

#footer-section-reit .custom-email {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.2vw !IMPORTANT;
    width: 100%;
    padding-bottom: 6% !IMPORTANT;
    border-bottom: 0.8px solid rgba(122, 117, 101, 0.5);
}

#footer-section-reit .custom-email::placeholder {
    color: #fff;
    opacity: 1;
    font-family: 'Gilroy-Regular';
    font-size: 1.2vw;
}

#footer-section-reit .email-btn {
    width: 3vw;
    background: transparent;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -25%;
    cursor: pointer;
    padding: 0;
    border: 0px;
}


#footer-section-reit .email-arrow {
    font-size: 2vw;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}


/* logo animate css */

#logo-ani-section .owl-carousel .owl-item img {
    width: 1.5vw !important;
    height: 3vw !important;
    object-fit: cover !important;
    width: auto !important;
}

section#logo-ani-section h2 {
    font-size: 3vw;
    font-family: 'Playfair Display';
    text-align: center;
    padding-bottom: 2%;
    color: var(--primary-800, #3E3C37);
    font-weight: 400;
}

#logo-ani-section .owl-carousel .owl-item img.img-logo-2 {
    height: 5vw ! IMPORTANT;
}

#logo-ani-section .owl-carousel {
    padding: 5%;
    height: 5vw !IMPORTANT;
}

#logo-ani-section .owl-carousel .owl-item img.img-logo-3 {
    height: 2vw !IMPORTANT;
}

#logo-ani-section .owl-carousel .owl-item img.img-logo-8 {
    height: 2vw !IMPORTANT;
}

#logo-ani-section .owl-carousel .owl-item img.img-logo-7 {
    height: 5vw ! IMPORTANT;
}

section#logo-ani-section {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 5% 0%;
}

section#logo-ani-section .container {
    width: 90%;
    max-width: 90%;
}

section#logo-ani-section .col-lg-3 {
    border: 0.98px solid var(--primary-100, #D4D4D3);
    padding: 0px;
    margin: 0px;
    min-height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-ani-section .item {
    margin: auto;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    height: 3vw;
}

footer {
    position: sticky;
    z-index: 0;
    bottom: 0;
    width: 100%
}

section#property-section {
    position: relative;
    z-index: 1;
    height: 110vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-background img.img-fluid {
    display: block;
    margin: auto;
    width: 100%;
}

.overlay-background {
    position: relative;
    width: 60%;
    margin: auto;
}

.absolute-overlay {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 12%;
}

.absolute-overlay p {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-Medium;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    text-transform: uppercase;
}

.absolute-overlay h2 {
    color: var(--secondary-0, #FAF7F2);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-2 */
    font-family: "Playfair Display";
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 400;
    /* 134.375% */
}

.absolute-overlay a {
    color: #A69163 !important;
    font-family: Gilroy-Medium;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    /* 37.5px */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.absolute-overlay a img {
    width: 8%;
    transition: 0.2s all linear;
}

.absolute-overlay a:hover img {
    transform: rotate(45deg);
}

.key-projects {
    border: 0.5px solid var(--secondary-900, #A69163);
    background: #846D35;
    backdrop-filter: blur(6px);
    color: #FFE4A5;
    font-family: Gilroy-Medium;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    padding: 12px 24px;
    height: 3.5vw;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .8s ease-out;
}

.first-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.thumbnail {
    width: 3.5vw;
}

.col-md-5.left-col {
    width: 48%;
}

.property-title {
    color: var(--secondary-0, #FAF7F2);
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    font-family: Gilroy-Medium;
    display: none !important;
    width: 15vw;
}

.thumbnail-col {
    display: flex;
    align-items: center;
    /* border: 0.5px solid var(--primary-100, #D4D4D3); */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    gap: 1.5vw;
    cursor: pointer;
}

.overlay-1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 56.64%, rgba(0, 0, 0, 0.60) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.overlay-2 {
    position: absolute;
    background: linear-gradient(180deg, rgba(154, 154, 154, 0.00) 49.08%, rgba(0, 0, 0, 0.42) 79.33%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.thumbnail-col.active .property-title span {
    display: block;
    animation: fadeIn 1s ease-in-out;
}

.thumbnail-col.active .property-title {
    display: block;
    animation: slideWidth 0.3s ease-in-out;
}

@keyframes slideWidth {
    0% {
        width: 0;
    }

    100% {
        width: 9vw;
    }

}

.right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3% 0;
}

.second-row {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4vw;
}

.content-col p {
    color: var(--secondary-0, #FAF7F2);
    font-family: Gilroy-Light;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    text-transform: uppercase;
    margin-bottom: 3%;
    opacity: 0.7;
}

.content-col h3 {
    color: var(--secondary-0, #FAF7F2);
    font-family: Gilroy-Medium;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.border-sec a.report:hover {
    color: var(--secondary-900, #A69163);
}

.border-sec a.report:hover svg {
    transform: rotate(-45deg);
}

.border-sec a.report:hover svg path {
    stroke: #CDB47A;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.key-projects a {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.key-projects:hover {
    /* box-shadow: inset 300px 0 0 0 #fff; */
    color: #fff;
}

.key-projects:hover a {
    color: inherit;
}


section.growth-sec {
    position: relative;
    z-index: 1;
    background: var(--primary-900, #282621);
    padding: 4%;
    padding-bottom: 8%;
    background-image: url("../image/architectural_drawing_transparent.png");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

section.growth-sec h4 {
    color: var(--secondary-0, #FAF7F2);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-2 */
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Playfair Display';
    width: 40%;
}

.report-sec {
    margin-top: 5%;
    height: 38vw;
    overflow: auto;
}

.report-sec .flex-sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-right: 1%;
    row-gap: 2vw;
}

.report-sec .flex-sec a {
    background: var(--primary-800, #3E3C37);
    display: flex;
    width: 49%;
    /* margin-bottom: 2%; */
    color: var(--secondary-0, #FAF7F2);
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    /* 135.714% */
    padding: 2%;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s all linear;
}

.report-sec .flex-sec a h3 {
    font-size: 1.6vw;
    margin-bottom: 0;
}

.report-sec .flex-sec a img {
    width: 4%;
}

.flex-sec a:hover {
    color: #CDB47A;
}

/* section.growth-sec .overlay-sec {
    position: absolute;
    background: linear-gradient(2deg, #282621 -5.68%, rgba(40, 38, 33, 0.80) 63.25%, rgba(40, 38, 33, 0.00) 117.72%);
    bottom: 8%;
    width: 100%;
    height: 22%;
    left: 0;
} */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #7e7e7eb8;
}

/* Chrome, Edge, Safari */
.report-sec::-webkit-scrollbar {
    width: 4px;
}

.report-sec::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #322F2A;
}

.report-sec::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #7E7E7E;
}

.report-sec::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

#vision-driven-sec {
    padding: 0px;
    padding-bottom: 5%;
}

#vision-driven-sec .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0px;
    margin: 0px;
}

#vision-driven-sec h2 {
    width: 50%;
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 1%;
}

#vision-driven-sec p {
    width: 59%;
    text-align: center;
    display: block;
    margin: auto;
}

#vision-driven-sec .tab-btns-vision {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    padding-top: 3%;
}

#vision-driven-sec .tab-btns-vision .tab-btn-v {
    border: 0px;
    color: var(--primary-300, #8D8D8D);
    text-align: center;
    position: relative;
    background-color: transparent;
    letter-spacing: 3.5px;
    font-family: 'Gilroy-Regular';
    font-weight: 600;
    font-size: 1.05vw;
    padding: 0px;
    padding-bottom: 0.5vw;
    text-transform: uppercase;
}

#vision-driven-sec .tab-btns-vision .tab-btn-v.active {
    color: var(--secondary-900, #A69163);
    border-bottom: 1px solid #A69163;
}

#vision-driven-sec .bod-swiper {
    padding-top: 4%;
    padding-left: 4%;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    transition: 0.2 linear !important;
}

#vision-driven-sec .bod-details {
    text-align: left;
    position: absolute;
    bottom: -1;
    padding: 5%;
    padding-left: 8%;
    padding-bottom: 5.9%;
    opacity: 0;
    transition: 0.3s linear;
    width: 100%;
}

#vision-driven-sec .card-bod-wrapper:hover .bod-details {
    opacity: 1;
    bottom: 0vw;
}

#vision-driven-sec .card-bod-wrapper.card-bod-one .first-card-bod:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.first-card-bod {
    position: relative;
}

#vision-driven-sec .card-bod-wrapper {
    position: relative;
    overflow: hidden;
}

#vision-driven-sec .card-bod-wrapper img.img-fluid {
    height: 25vw;
    width: 100%;
    object-fit: contain;
    position: relative;
    filter: grayscale(100%);
    transition: 0.2s linear;
}

#vision-driven-sec .card-bod-wrapper:hover img.img-fluid {
    filter: grayscale(0%);
}

#vision-driven-sec .bod-details h4 {
    text-align: left;
    font-size: 1.5vw;
    font-family: 'Playfair Display';
    color: #fff;
    padding-bottom: 3%;
}

#vision-driven-sec .bod-details p {
    text-align: left;
    font-size: 1.28vw;
    color: #fff;
    width: 90%;
    margin-left: 0px;
    line-height: 1.3;
}

#vision-driven-sec .swiper-button-next::after {
    display: none;
}

#vision-driven-sec .swiper-button-prev::after {
    display: none;
}

#vision-driven-sec .swiper-button-next img,
#vision-driven-sec .swiper-button-prev img {
    width: 3.1vw;
    max-width: 3.1vw;
    opacity: 1;
}

#vision-driven-sec .swiper-button-next,
#vision-driven-sec .swiper-button-prev {
    z-index: 5;
    opacity: 1;
    left: unset;
    bottom: 0%;
    top: unset;
    right: 5%;
}

#vision-driven-sec .swiper-button-prev {
    right: 10%;
}

#vision-driven-sec .swiper.mySwiper {
    padding-bottom: 6%;
}

#vision-driven-sec .swiper-wrapper {
    position: relative;
}

#vision-driven-sec .swiper.mySwiper::after {
    content: "";
    position: absolute;
    z-index: 5;
    pointer-events: none;
    width: 27%;
    height: 82%;
    top: 0px;
    right: 0px;
    background-size: 100% 100%;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-position: right;
    background-repeat: no-repeat;
}

#vision-driven-sec .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


#vision-driven-sec .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

#vision-driven-sec p {
    color: var(--primary-600, #696764);
}

section#vision-driven-sec {
    padding: 6% 0 8%;
    position: relative;
    z-index: 1;
    background: #fff;
}

#vision-driven-sec h2 {
    width: 70%;
    padding-bottom: 1%;
    font-family: "Playfair Display";
    font-size: 3.35vw;
    font-weight: 400;
}

#vision-driven-sec p {
    width: 52%;
    font-family: 'Gilroy-Regular';
    font-size: 1.05vw;
}

#vision-driven-sec .bod-details {
    opacity: 1;
}

#vision-driven-sec .card-bod-wrapper img.img-fluid {
    height: auto;
    width: 100%;
}

#vision-driven-sec .bod-details h4 {
    font-size: 1.5vw;
    padding-bottom: 1%;
}

#vision-driven-sec .bod-details p {
    font-size: 1.2vw;
    width: 70%;
}

#vision-driven-sec .swiper.mySwiper {
    padding-bottom: 0;
}

#vision-driven-sec .swiper-button-next,
#vision-driven-sec .swiper-button-prev {
    z-index: 5;
    opacity: 1;
    left: unset;
    bottom: 0;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 3vw;

}

#vision-driven-sec .card-bod-wrapper {
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: auto;
}

#vision-driven-sec .swiper-button-next img,
#vision-driven-sec .swiper-button-prev img {
    width: auto;
    max-width: 100%;
    opacity: 1;
}

#vision-driven-sec .swiper-button-prev {
    right: unset;
    left: 0;
}

#vision-driven-sec .bod-details {
    opacity: 1 !important;
    bottom: 0 !important;
}

#vision-driven-sec .swiper.mySwiper::after {
    content: none;
}

#vision-driven-sec .bod-swiper {
    padding-left: 6%;
    padding-right: 6%;
}

#vision-driven-sec .card-bod-wrapper img.img-fluid.plus-icon {
    position: absolute;
    right: 8%;
    width: 10%;
    bottom: 20%;
    cursor: pointer;
    opacity: 0;
}

#vision-driven-sec .card-bod-wrapper:hover img.img-fluid.plus-icon {
    opacity: 1;
}


.popup-div {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding: 40px;
}

.popup-div .popup-flex-sec {
    max-width: 60%;
    background: #fff;
    margin: auto;
    display: flex;
    gap: 5%;
    padding: 4%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup-div .close-btn {
    position: absolute;
    top: 5%;
    right: 3%;
    cursor: pointer;
    width: 3.5%;
}

.no-scroll {
    overflow: hidden;
}


.popup-div .left-img {
    width: 40%;
}

.popup-div .right-content {
    width: 60%;
}

.popup-div .right-content h3 {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    /* 138.889% */
}

.popup-div .right-content h4 {
    color: var(--tertiary-900, #778A73);
    font-family: 'Gilroy-Medium';
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
}

.popup-div .right-content div {
    color: var(--primary-600, #696764);
    font-family: Gilroy-Regular;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
    margin-top: 4%;
}

span.media_error {
    position: absolute;
    bottom: -70%;
    color: red !important;
}



.report-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.5%;
    width: 90%;
    max-width: 100%;
    z-index: 9999;
}

.report-popup .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.report-popup .confirm-btn {
    background: #CDB47A;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2vw;
}

.report-popup .deny-btn {
    background: #222;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2vw;
}

.report-popup div:not(.btn-wrapper) {
    height: 350px;
    overflow: auto;
    font-size: 1.2vw;
    font-family: 'Gilroy-Regular';
    margin-top: 2%;
    line-height: 150%;
    padding-right: 2%;
}

.report-popup h3 {
    font-size: 2vw;
    font-family: 'Playfair Display';
    margin-bottom: 0;
}

.thumbnail-col.active img.img-fluid.thumbnail {
    opacity: 1;
}

.thumbnail-col::after {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.thumbnail-col.active::after {
    opacity: 0;
}

.popup-div .right-content div ul {
    margin: 0;
}

.getintouch-content-wrapper a {
    color: #fff;
    text-decoration: none;
}

.getintouch-content-wrapper a:hover {
    color: #CDB47A;
    text-decoration: underline;
}

section.section_1 h1 span {
    display: inline;
}

.report-sec .flex-sec a:hover img {
    content: url("../image/DownloadSimpleclr.png");
}

#footer-section-reit span {
    color: var(--background, #FFF);
    font-family: Gilroy-Regular;
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    top: -18px;
}

.arrow-btn {
    display: flex;
    gap: 4%;
}

.arrow-btn img {
    width: 9%;
    cursor: pointer;
}

.overlay-sec {
    background: linear-gradient(180deg, rgba(154, 154, 154, 0.00) 0.08%, rgba(0, 0, 0, 0.42) 64.33%);
    position: absolute;
    width: 100%;
    height: 16vh;
    bottom: 0;
}

.report-wrapper {
    position: relative;
}

.overlay-sec.hide {
    opacity: 0;
    display: none;
}

/* #animated-text {
  color: var(--tertiary-900, #778A73);
}

.mask {
  width: 100%;
  height: 115%;
  position: absolute;
  background: var(--tertiary-900, #778A73);
  left: 0;
  top: 0;
  opacity: 0.4;
}
#smooth-content {
  will-change: transform;
} */

#animated-text {
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
}

#animated-text .word {
    display: flex;
    margin-right: 12px;
}

/* #animated-text .char {
  display: inline-block;
} */


#animated-text .char-wrap {
    position: relative;
    display: inline-block;
}

#animated-text .char-base {
    color: #D4D4D3;
}

#animated-text .char-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    overflow: hidden;
    color: #778A73;
    white-space: nowrap;
}


/* Media Query for mobile */

@media (max-width: 767px) {
    .overlay-sec {
        display: none;
    }

    .leader-content-wrapper {
        display: block;
    }

    .leader-outer {
        background: #fff;
        padding-top: 5%;
    }

    #leader-res-section h2 {
        font-size: 7.5vw;
        width: 90%;
        padding-top: 10%;
        padding-bottom: 2%;
    }

    .leader-content-wrapper .leader-right-content {
        width: 100%;
    }

    #leader-res-section .container {
        width: 93%;
        max-width: 93%;
        margin: auto;
        padding: 0px;
    }

    .leader-content-wrapper .leader-right-content p {
        font-size: 4.3vw;
    }

    .leader-content-wrapper .leader-right-content a {
        font-size: 4.3vw;
    }

    .leader-content-wrapper .leader-right-content a::after {
        content: '';
        width: 6vw;
        height: 11.9vw;
        bottom: -3.2vw;
        right: -25%;
    }

    .desktop-view {
        display: none;

    }

    .mobile-view {
        display: block;
    }

    #leader-res-section img {
        margin-top: 7vw;
        margin-bottom: 7vw;
    }

    #corporate-announcements-section h2 {
        font-size: 7.5vw;
    }


    .corporate-content-wrapper .corporate-right-content a {
        font-size: 4.3vw;
        color: var(--primary-900, #282621);
        text-decoration: underline;
        font-family: 'Gilroy-Medium';
    }

    .corporate-content-wrapper {
        padding-bottom: 10%;
    }

    .announcements-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5.5vw 2vw;
        padding-bottom: 15%;
    }

    .announce-date {
        font-size: 3.9vw;
    }

    .announce-desc {
        font-size: 3.9vw;
    }

    .announce-card {
        padding: 10% 6%;
        padding-right: 4%;
    }

    #corporate-announcements-section .container {
        width: 93%;
        max-width: 93%;
        margin: auto;
    }

    #footer-section-reit {
        padding: 10% 0%;
        background-image: unset;
        padding-bottom: 8%;
    }

    .footer-logo-wrapper img.img-fluid {
        width: 50%;
    }

    #footer-section-reit h4 {
        font-size: 5.3vw;
        padding-bottom: 0%;
    }

    #footer-section-reit p {
        font-size: 4.3vw;
        opacity: 0.8;
    }

    #footer-section-reit .custom-email::placeholder {
        font-size: 4.3vw;
    }

    #footer-section-reit .custom-email {
        font-size: 4.3vw !important;
    }

    #footer-section-reit .email-btn {
        width: 9vw;
        height: 9vw;
        right: 0;
        top: 30%;
    }

    #footer-section-reit .social-media-icons a img {
        height: 5vw;
    }

    #footer-section-reit .social-media-icons {
        display: flex;
        align-items: center;
        gap: 1vw 5vw;
    }

    #footer-section-reit .copyrights-wrapper p {
        text-align: left;
        font-size: 3.2vw;
        padding-top: 10%;
    }

    #footer-section-reit .col-lg-4 {
        position: relative;
        order: 2;
    }

    #footer-section-reit .col-lg-5 {
        position: relative;
        order: 3;
        overflow: hidden;
        padding-bottom: 12%;
        margin-bottom: -10%;
    }

    #footer-section-reit .col-lg-3 {
        position: relative;
        order: 1;
    }

    #footer-section-reit .col-lg-12 {
        position: relative;
        order: 4;
    }

    #footer-section-reit .row {
        gap: 30px;
    }

    #footer-section-reit .custom-email-form {
        width: 100%;
        padding-top: 0%;
        margin: 0vw auto;
        padding-bottom: 3%;
    }

    #footer-section-reit .getintouch-content-wrapper {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    #footer-section-reit .col-lg-5::after {
        opacity: 0.5;
        background: #7A7565;
        content: "";
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0.3vw;
        bottom: 2px;
    }

    section#logo-ani-section .col-lg-3 {
        min-height: 20vw;
    }

    #logo-ani-section .owl-carousel .owl-item img {
        width: 3vw !important;
        height: 6vw !important;
        object-fit: cover !important;
        width: auto !important;
    }

    #logo-ani-section .owl-carousel .owl-item img.img-logo-2 {
        height: 10vw ! IMPORTANT;
    }

    #logo-ani-section .owl-carousel {
        padding: 5%;
        height: 15vw ! IMPORTANT;
    }

    #logo-ani-section .owl-carousel .owl-item img.img-logo-3 {
        height: 4vw !IMPORTANT;
    }

    #logo-ani-section .owl-carousel .owl-item img.img-logo-8 {
        height: 4vw !IMPORTANT;
    }

    #logo-ani-section .owl-carousel .owl-item img.img-logo-7 {
        height: 10vw ! IMPORTANT;
    }

    #logo-ani-section .item {
        height: 10vw;
    }

    section#logo-ani-section h2 {
        font-size: 7.5vw;
        text-align: left;
        padding-bottom: 5%;
        color: var(--primary-300, #A9A8A6);
        margin-left: -10px;
        padding-top: 5%;
    }

    .border-sec a.report img,
    .border-sec a.report svg {
        width: 5vw;
    }

    .border-sec a.report {
        gap: 10px;
        color: var(--primary-300, #8D8D8D);
    }

    .border-sec a.for-year {
        font-size: 12px;
        color: var(--primary-500, #747474);
    }

    .desk-view {
        display: none !important;
    }

    section#property-section-mob .container {
        height: 86%;
    }

    .col-md-5.left-col,
    .overlay-background {
        width: 100%;
    }

    .overlay-background img.img-fluid {
        display: block;
        margin: auto;
        width: 100%;
    }

    .absolute-overlay {
        padding: 10%;
    }

    section#property-section-mob {
        height: 100vh;
        position: relative;
        z-index: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    section#property-section-mob .container .row {
        height: 100%;
        display: block;
        position: relative;
    }

    section#property-section-mob .container .row .col-md-5.left-col {
        position: relative;
        width: auto;
        bottom: 0;
        margin-top: 30px;
    }

    .content-col {
        width: 43%;
    }

    .content-col:nth-of-type(2) {
        display: grid;
        justify-content: right;
    }

    .content-col p {
        opacity: 0.7;
        font-size: 10px;
    }

    .content-col h3,
    .property-title,
    .key-projects {
        font-size: 12px;
        opacity: 1 !important;
    }

    .second-row {
        row-gap: 15px;
        padding: 30px 0;
        padding-bottom: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .absolute-overlay h2 {
        font-size: 20px;
        margin-bottom: 15px;
        opacity: 1 !important;
    }

    .absolute-overlay a {
        font-size: 14px;
        gap: 7px;
    }

    .absolute-overlay p {
        font-size: 10px;
    }

    .key-projects {
        padding: 12px 15px;
        height: 10.5vw;
        margin-right: 6%;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .thumbnail-col {
        gap: 2.5vw;
    }

    .thumbnail {
        width: 10.5vw;
    }

    .property-title {
        width: 24vw;
        font-size: 12px;
    }

    @keyframes slideWidth {
        0% {
            width: 0;
        }

        100% {
            width: 24vw;
        }

    }

    button.view-btn {
        font-size: 16px;
    }
}

@media (min-width:1024px) {
    .hamberger-menu-reit {
        display: none;
    }

    .mob-view {
        display: none !important;
    }

    .sec_1 {
        padding: 0px 2%;
        margin-bottom: 3%;
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }

    section#logo-ani-section .container {
        width: 97% !important;
        max-width: 97% !important;
    }

    section#logo-ani-section .container .row {
        padding: 0 2%;
    }
}


/* Lakhan More -> Hamburger menu CSS Start*/

/* By default hide the mobile menu + hamburger on desktop */

@media (min-width: 768px) {

    .hamberger-menu-reit,
    .mobile-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .hamberger-menu-reit {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    video#finalVideo {
        top: 0px !important;
        transition: 0.3s linear;
    }
}


@media (max-width: 767px) {

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #26231B;
        transform: translateY(-100%);
        transition: transform 1s ease-in-out;
        padding: 40px 20px;
        box-sizing: border-box;
        z-index: 1000;
        overflow-y: auto;
    }

    .mobile-menu.open {
        transform: translateY(0);
    }

    .close-menu img {
        width: 30px;
        height: 30px;
        display: block;
    }

    .close-menu {
        background: none;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0;
    }

    /* Main big links */
    .main-links {
        list-style: none;
        padding: 0;
        margin: 60px 0 40px 0;
    }

    /* Main big links animation from top */
    .main-links li {
        font-size: 30px;
        color: #CDB47A !important;
        margin-bottom: 20px !important;
        font-family: "Gilroy-Medium";
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 1s ease, transform 1s ease;
        text-decoration: none !important;
    }

    li a {
        color: unset;
        text-decoration: none;
    }

    .mobile-menu.open .main-links li {
        opacity: 1;
        transform: translateY(0);
        text-decoration: none !important;
    }

    /* Sub links grid */
    .sub-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 25px;
        padding-bottom: 30px;
        border-bottom: 2px solid #A6A6A6;
    }

    .sub-links a {
        color: #D4D4D3;
        text-decoration: none;
        font-size: 18px;
        font-family: "Gilroy-Regular";
        letter-spacing: .4px;
        text-decoration: none !important;
    }

    /* Contact info */
    .contact-info {
        margin-top: 20px;
        font-size: 18px;
        color: #D4D4D3;
        font-family: "Gilroy-Regular";
        text-decoration: none !important;
    }

    .contact-info span {
        color: #7A7565;
        padding-right: 25px;
        font-family: "Gilroy-Regular";
        letter-spacing: .5px;
        text-decoration: none !important;
    }

    .contact-info .phone,
    .contact-info .email {
        margin: 30px 0;
    }

    /* MAIN LINKS animation */
    #bagmane-main-links li {
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .mobile-menu.open #bagmane-main-links li {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu.open #bagmane-main-links li:nth-child(1) {
        transition-delay: 0.1s;
    }

    .mobile-menu.open #bagmane-main-links li:nth-child(2) {
        transition-delay: 0.3s;
    }

    .mobile-menu.open #bagmane-main-links li:nth-child(3) {
        transition-delay: 450ms;
    }

    /* SUB-LINKS animation (anchors) */
    #bagmane-sub-links a {
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 1s ease, transform 1s ease;
        display: block;
    }

    .mobile-menu.open #bagmane-sub-links a {
        opacity: 1;
        transform: translateY(0);
    }

    /* delays for each anchor */
    .mobile-menu.open #bagmane-sub-links a:nth-child(1) {
        transition-delay: 0.6s;
    }

    .mobile-menu.open #bagmane-sub-links a:nth-child(2) {
        transition-delay: 750ms;
    }

    .mobile-menu.open #bagmane-sub-links a:nth-child(3) {
        transition-delay: 0.9s;
    }

    .mobile-menu.open #bagmane-sub-links a:nth-child(4) {
        transition-delay: 1.05s;
    }

    .mobile-menu.open #bagmane-sub-links a:nth-child(5) {
        transition-delay: 1.2s;
    }

    /* CONTACT INFO animation (paragraphs) */
    #bagmane-contact-info p {
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .mobile-menu.open #bagmane-contact-info p {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu.open #bagmane-contact-info p:nth-child(1) {
        transition-delay: 1.35s;
    }

    .mobile-menu.open #bagmane-contact-info p:nth-child(2) {
        transition-delay: 1.35s;
    }

    .key-projects a {
        width: 100%;
        text-align: center;
    }

    .col-md-6.right-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .first-row {
        display: flex;
        align-items: center;
        gap: 20px;
        /* justify-content: space-between; */
        flex-wrap: wrap;
        width: 100%;
    }

    .thumbnail {
        width: 14.5vw;
    }

    img.left-arrow,
    img.right-arrow {
        border-radius: 50px;
        border: 0.764px solid var(--secondary-900, #A69163);
        width: 12vw;
        padding: 10px;
        object-fit: cover;
    }

    section#property-section-mob .nav-sec {
        margin-top: 30px;
    }

    .nav-sec .flex-row {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    img.right-arrow {
        transform: rotate(180deg);
    }

    .bg-transition {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        z-index: 0;
    }

    .property-name-mob,
    .location-mob,
    .size-mob,
    .buildings-mob {
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    }

    .property-name-mob.fade,
    .location-mob.fade,
    .size-mob.fade,
    .buildings-mob.fade {
        opacity: 0;
        transform: translateY(5px);
    }

    .thumbnail-col-mob:after {
        position: absolute;
        width: 100%;
        content: "";
        height: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .thumbnail-col-mob {
        position: relative;
    }

    .thumbnail-col-mob.active:after {
        content: none;
    }

    .absolute-overlay a img {
        width: 20px;
    }

    .flex-row img:hover {
        background-color: #CDB47A;
    }

    .flex-row img.right-arrow:hover {
        content: url("../image/ArrowRight-white.svg");
        transform: none;
    }

    .flex-row img.left-arrow:hover {
        content: url("../image/ArrowLeft-white.svg");
    }

    /* Lakhan -> Hamburger menu CSS End*/



    section.growth-sec {
        padding: 8% 5%;
        padding-bottom: 15%;
    }

    section.growth-sec h4 {
        width: 100%;
        font-size: 7vw;
    }

    .report-sec {
        margin-top: 10%;
        height: 400px;
        overflow: auto;
    }

    .report-sec .flex-sec {
        padding-right: 5%;
        row-gap: 3vw;
    }

    .report-sec .flex-sec a {
        padding: 5%;
        width: 100%;
    }

    .report-sec .flex-sec a h3 {
        font-size: 17px !important;
        margin-bottom: 0;
    }

    .report-sec .flex-sec a img {
        width: 8%;
    }

    #vision-driven-sec h2 {
        width: 100%;
        padding-bottom: 4%;
        padding-top: 15%;
    }

    #vision-driven-sec p {
        width: 90%;
        text-align: center;
        display: block;
        margin: auto;
        padding-bottom: 10%;
    }

    #vision-driven-sec .tab-btns-vision .tab-btn-v {
        font-size: 5vw;
    }

    #vision-driven-sec h2 {
        width: 70%;
        text-align: left;
        margin-left: 0px;
        font-size: 6.1vw !important;
        color: var(--primary-900, #282621);
    }

    #vision-driven-sec p {
        width: 100%;
        text-align: left;
        margin-left: 0px;
        color: var(--primary-600, #696764);
        font-size: 4.5vw !important;
    }


    #vision-driven-sec .container {
        width: 85%;
        max-width: 85% !important;
        padding: 0px;
        margin: auto;
    }

    #vision-driven-sec .card-bod-wrapper img.img-fluid {
        height: auto;
    }

    #vision-driven-sec .swiper-wrapper {
        position: relative;
        padding-top: 10%;
    }

    #vision-driven-sec .tab-btns-vision {
        display: block;
    }

    #vision-driven-sec .tab-btns-vision .tab-btn-v.active {
        padding-bottom: 3%;
        color: var(--secondary-900, #A69163);
        border-bottom: 0px solid #A69163;
        margin-bottom: 5%;
    }

    #vision-driven-sec .bod-swiper {
        padding-top: 4%;
        padding-left: 0%;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        transition: 0.2 linear !important;
    }

    #vision-driven-sec .card-bod-wrapper img.img-fluid {
        filter: grayscale(0%);
    }

    #vision-driven-sec .swiper.mySwiper::after {
        display: none;
    }

    #vision-driven-sec .card-bod-wrapper .bod-details {
        opacity: 1;
        top: 5vw;
        bottom: 0vw;
        position: relative;
    }

    #vision-driven-sec .bod-details h4 {
        color: var(--primary-900, #282621);
        font-size: 5.5vw !important;
    }

    #vision-driven-sec .bod-details p {
        color: var(--primary-600, #696764);
        width: 90%;
    }

    #vision-driven-sec {
        padding: 0px;
        padding-bottom: 0%;
    }

    #vision-driven-sec .card-bod-wrapper:hover .bod-details {
        padding-left: 0px;
    }

    #vision-driven-sec .tab-btns-vision .tab-btn-v {
        line-height: 35px;
    }

    #vision-driven-sec .swiper-button-next img,
    #vision-driven-sec .swiper-button-prev img {
        width: 10vw;
        max-width: 10vw;
        opacity: 1;
    }

    #vision-driven-sec .swiper-button-prev {
        right: 20%;
    }

    #vision-driven-sec .bod-swiper {
        padding-bottom: 15%;
    }

    #vision-driven-sec .bod-details {
        padding-left: 0% !important;
    }

    #vision-driven-sec .swiper-wrapper {
        padding-bottom: 15%;
    }

    #vision-driven-sec .swiper-button-next,
    #vision-driven-sec .swiper-button-prev {
        z-index: 5;
        opacity: 1;
        left: unset;
        bottom: 0%;
        top: unset;
        right: 5%;
        display: none;
    }

    .tab-btns-vision {
        margin-bottom: 30px;
    }

    .tab-btn-v {
        display: none !important;
    }

    .tab-dropdown {
        display: none;
        width: 100%;
        text-align: center;
    }

    .tab-dropdown {
        display: block !important;
        background: transparent;
    }

    .tab-dropdown select {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        border: 0px;
        border-bottom: 1px solid #A69163;
        font-size: 1rem;
        border-radius: 0px;
        color: #282621;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding-left: 0px;
        color: #A69163;
        font-weight: 600;
        padding-bottom: 6%;
        margin-bottom: -10%;
        background: transparent;
    }

    #vision-driven-sec .card-bod-wrapper.card-bod-one .first-card-bod:after {
        content: none;
    }

    #vision-driven-sec .card-bod-wrapper img.img-fluid.plus-icon {
        position: absolute;
        right: 3%;
        width: 15%;
        bottom: 20%;
        opacity: 1;
    }

    .popup-div {
        padding: 20px;
    }

    .popup-div .popup-flex-sec {
        max-width: 100%;
        background: #fff;
        margin: auto;
        display: block;
        gap: 5%;
        padding: 9%;
        position: relative;
    }

    .popup-div .close-btn {
        position: absolute;
        top: 3%;
        right: 3%;
        cursor: pointer;
        width: 6.5%;
    }

    .popup-div .left-img {
        width: 60%;
        margin: auto;
        margin-bottom: 20px;
    }

    .popup-div .right-content {
        width: 100%;
    }

    .popup-div .right-content div ul {
        margin: 0;
        padding-left: 16px;
    }

    .popup-div .right-content h3 {
        font-size: 16px;
    }

    .popup-div .right-content h4 {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%;
    }

    .popup-div .right-content div {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 4%;
    }

    .report-popup {
        padding: 3.5%;
        width: 95%;
        max-width: 100%;
    }

    .report-popup h3 {
        font-size: 5vw;
    }

    .report-popup div:not(.btn-wrapper) {
        height: 350px;
        overflow: auto;
        font-size: 3.2vw;
        font-family: 'Gilroy-Regular';
        margin-top: 4%;
        line-height: 150%;
        padding-right: 2%;
    }

    .report-popup .btn-wrapper {
        gap: 20px;
        margin-top: 20px;
    }

    .report-popup .confirm-btn,
    .report-popup .deny-btn {
        font-size: 3.2vw;
    }

    section.section_3 {
        height: auto !important;
        transform: none !important;
        position: relative !important;
        padding: 50px 20px !important;
    }

    section.section_3,
    .pin-spacer {
        height: auto !important;
    }

    p.note_below_metrics {
        font-size: 16px;
        text-align: left;
    }

    .leader-outer {
        position: unset;
    }

    #footer-section-reit span {
        font-size: 14px;
        top: -18px;
    }

    section.section_3 {
        margin-top: 0%;
    }
}

@media (min-width:767px) {
    .tab-dropdown {
        display: none;
    }

    .swiper-scrollbar {
        display: none;
    }
}


/* pav */