/*  leader sec css start*/

#leader-res-section {
    padding: 0% 0%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    /* padding-top: 4%; */
}

.leader-outer {
    /* background: linear-gradient(352deg, #FBFAF4 5.5%, #FFF 77.69%); */
    padding-top: 1%;
    top: 0;
    padding-bottom: 3%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.44) 30.57%, #FFF 70.31%);
}

#leader-res-section .container {
    width: 90%;
    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%;
}

.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(../image/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: translate(3px, -3px); */
}

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

/*  leader sec css end*/

/*  corporate announcements sec css */

#corporate-announcements-section {
    padding: 0px 1%;
    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%;
}

#corporate-announcements-section .container {
    width: 97%;
    max-width: 97%;
    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(../image/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: translate(3px, -3px); */
}

.announce-card {
    border: 1px solid var(--secondary-200, #F0E9D7);
    background-color: #FFF;
    padding: 10% 11%;
    transition: 0.3s all linear;
}

.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("../image/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: auto;
    object-fit: cover;
}

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


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


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

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

#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);
    font-family: Gilroy-Regular;
}

#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);
}

#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: 11vw;
    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;
}

/* Media Query for mobile */

@media (max-width: 767px) {
    .leader-content-wrapper {
        display: block;
    }

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

    #leader-res-section h2 {
        font-size: 28px;
        width: 90%;
        padding-top: 10%;
        padding-bottom: 2%;
        line-height: 32px;
    }

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

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

    .leader-content-wrapper .leader-right-content p {
        font-size: 16px;
    }

    .leader-content-wrapper .leader-right-content a {
        font-size: 12px;
        color: var(--secondary-900, #A69163);
    }

    .leader-content-wrapper .leader-right-content a::after {
        content: '';
        width: 5vw;
        height: 10.9vw;
        bottom: -3.5vw;
        right: -30%;
        background-image: url(../image/ArrowUpRightMob.png);
    }

    .desktop-view {
        display: none;

    }

    .mobile-view {
        display: block;
    }

    #leader-res-section {
        /* padding-bottom: 7vw; */
    }

    #leader-res-section img {
        margin-top: 7vw;
        margin-bottom: 0vw;
        width: 100%;
    }

    #corporate-announcements-section h2 {
        font-size: 28px;
        line-height: 32px;
    }


    .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: 14px;
    }

    .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%;
        position: unset;
    }

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

    #footer-section-reit h4 {
        font-size: 20px;
        padding-bottom: 3%;
        font-family: 'Playfair Display';
        width: 100%;
    }

    #footer-section-reit p {
        font-size: 16px;
        opacity: 0.6;
        font-family: 'Gilroy-Regular';
        color: #fff !important;
    }

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

    #footer-section-reit .custom-email {
        font-size: 14px !important;
        font-family: Gilroy-Regular;
    }

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

    #footer-section-reit .email-btn img.mob-view {
        width: 100%;
    }

    #footer-section-reit .social-media-icons a img {
        height: 10vw;
        object-fit: contain;
        padding-top: 9%;
        position: relative;
    }

    #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: 28px;
        text-align: left;
        padding-bottom: 5%;
        color: var(--primary-300, #A9A8A6);
        margin-left: -10px;
        padding-top: 5%;
    }

    header.reit-header nav ul.nav-links {
        display: none;
    }

    header.reit-header nav .stock-prices a:last-of-type {
        display: none;
    }

    header.reit-header nav img.logo {
        width: 70%;
    }

    .stock-prices {
        width: auto;
        display: block;
        margin-left: 15%;
    }

    .stock-prices a {
        width: 100%;
        gap: 10px;
        padding: 12px 20px;
        font-size: 14px;
    }

    header.reit-header nav {
        padding: 6% 0%;
    }

    section.section_1 {
        padding-top: 14%;
        height: auto;
    }

    section.section_1 h1 {
        font-size: 8.3vw;
    }

    section.section_1 h1 span {
        padding-bottom: 1.5%;
    }

    section.section_1 h1 span:last-child {
        padding-bottom: 0%;
    }

    .number-section h2 {
        font-size: 5.5vw;
    }

    .number-section span {
        font-size: 4vw;
        padding-left: 5px;
    }

    .number-section p {
        font-size: 3vw;
        width: 80%;
        margin-bottom: 10px;
    }

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

    section.section_1 .right-content.col-md-6 {
        padding-top: 9%;
        padding-bottom: 5%;
    }



    section.section_2 {
        padding: 0px;
    }

    section.section_2 .container {
        width: 100%;
        padding: 0px;
        max-width: 100% !important;
    }

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


    section.section_3 h2 {
        font-size: 7.5vw;
        width: 100%;
        color: var(--tertiary-900, #778A73) ! IMPORTANT;
        opacity: 1;
    }

    .section_3 h2 span {
        color: var(--tertiary-900, #778A73) ! IMPORTANT;
    }

    .sec_1 {
        margin-bottom: 6%;
        margin-top: 3%;
    }

    .sec_1 h4 {
        font-size: 16px;
        color: var(--secondary-900, #A69163);
    }

    .section_4 {
        background-color: #2A2923;
        height: auto;
        padding: 9% 0%;
        position: relative;
        z-index: 1;
        background-image: url(../images/architectural_drawing_transparent-2.png);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-bottom: 13%;
    }


    .border-sec a.report {
        font-size: 20px;
    }

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

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

    .border-sec {
        height: 12vh;
    }

    .border-sec a.report {
        padding: 0 6%;
    }

    .border-sec a.report img {
        width: 7vw;
    }

    .hamberger-menu-reit img {
        width: 8vw;
    }
}