/**
 * Custom Development Styles
 * Add all custom styles for this theme implementation here
 */

@font-face {
    font-family: "poppins";
    src: url("./../../fonts/cerebri-sans/Poppins-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant";
    src: url("./../../fonts/cerebri-sans/Cormorant-VariableFont_wght.woff") format("woff");
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-color: #ff5c00;
    --slider-bg-color: #167ad6;
    --grey-bg-color: #636363;
    --gray-dark-color: #868686;
    --light-black: #313147;
    --light-grey: #333333;
    --border-color: #e4e9ec;
    --dark-border: #252525;
    --black-color: #000;
    --secondary-black: #222222;
    --white-color: #fff;
    --primary-font: "poppins";
    --space-left: 17px;
    --description-txt-color: #8b8888;
}
/* .page-template-wp-custom-template-residential-rental-homes .site-footer:before,
.page-template-commecial-template .site-footer:before,
.page-template-wp-custom-template-home-page-template .site-footer:before,
.page-id-12 .site-footer:before {
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/footerpattern.png);
} */

.sub-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.banner + main {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.land-section .land-middle-image img {
    width: 910px !important;
}
.land-section p {
    color: #868686;
    font-size: 18px;
    line-height: 30px;
}

/* 404 and search page css start */
.fzf-search-section .has-icon {
    border-color: #167ad6;
}

.fzf-search-section .has-contrast-border-color,
.search-input-section .wp-block-search__inside-wrapper {
    border: 1px solid #000 !important;
}
.error404 .site-footer:before {
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/footerpattern.png);
}
/* 404 and search page css start end */
/* Custom Styles */
/* Development page css start */
.gallary_main {
    position: relative;
    padding: 150px 0;
}

.gallary_main .gallery-section:nth-child(even) {
    flex-direction: row-reverse;
}

.gallary_main .gallery-section:nth-child(3) {
    padding: 0;
}

.gallary_main .gallery-text {
    width: calc(50% - 100px);
    color: #333;
}

.gallary_main .gallery-text h2 {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: var(--light-grey);
    font-weight: 800;
}

.gallary_main .gallery-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
}

.gallary_main .gallery-box {
    position: relative;
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.gallary_main .gallery-slider img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: none;
    cursor: pointer;
    border-radius: 15px;
}

.gallary_main .gallery-slider {
    border: 10px solid var(--white-color);
    border-radius: 15px;
    height: 520px;
    line-height: 0;
    overflow: hidden;
}

.gallary_main .gallery-slider img.active {
    display: block;
}
.project-data {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.data-item {
    display: flex;
    gap: 3px;
}

.data-item p {
    float: left;
}
.gallary_main .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    color: var(--white-color);
}

.gallary_main .nav-btn.left {
    left: 15px;
}

.gallary_main .nav-btn.right {
    right: 15px;
}

/* Lightbox */
.gallary_main .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.gallary_main .lightbox.active {
    visibility: visible;
    opacity: 1;
}

.gallary_main .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.cust_container {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}
.property-slider-container .property-card {
    position: relative;
}
.property-slider-container {
    padding: 150px 0;
    position: relative;
    background: var(--slider-bg-color);
    margin: auto;
}
.property-slider-container .property-card > p {
    margin: 0;
}
.property-slider-container h2 {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: var(--white-color);
    font-weight: 800;
    text-align: center;
}

.property-slider-container .property-slider {
    position: relative;
}

/* Slick arrow styles for property slider */
.property-slider-container .slick-prev,
.property-slider-container .slick-next {
    position: absolute;
    top: 325px;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-slider-container .slick-prev:hover,
.property-slider-container .slick-next:hover {
    background: var(--white-color);
}

.property-slider-container .slick-prev {
    left: 20px;
}

.property-slider-container .slick-next {
    right: 20px;
}

.property-slider-container .slick-prev:before,
.property-slider-container .slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    color: var(--slider-bg-color);
    opacity: 1;
    display: block;
    position: relative;
    bottom: -2px;
}

.property-slider-container .slick-prev:before {
    content: '←';
}

.property-slider-container .slick-next:before {
    content: '→';
}

/* Fix white bar - ensure anchor is block level */
.property-slider-container .property-card a {
    display: block;
    line-height: 0;
}

.property-slider-container .property-card {
    background: var(--white-color);
    overflow: hidden;
    color: var(--black-color);
    margin: 0 10px;
}

.property-slider-container .property-card img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

.property-slider-container .property-details img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    margin-left: 3px;
}
.data-item .label,
.data-item .value,
.data-item .icon {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;
}
.property-slider-container .smalltxt {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}

.property-slider-container .property-info {
    padding: 40px;
    width: 520px;
    position: absolute;
    bottom: 0;
    background: var(--white-color);
}

.property-slider-container .property-info h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
}

.property-slider-container .property-info .price {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #121212;
}

.property-slider-container .property-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.property-slider-container .slick-center {
    z-index: 2;
}

.property-slider-container .slick-dots {
    bottom: -60px;
}

.property-slider-container .slick-dots li button:before {
    background: var(--black-color);
    opacity: 0.12;
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px;
    content: "" !important;
    line-height: unset !important;
}

.property-slider-container .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.property-slider-container .slick-dots li button {
    height: 6px !important;
    width: 72px !important;
    padding: 0;
}

.property-slider-container .slick-dots li {
    height: fit-content !important;
    width: fit-content !important;
}

.property-slider-container .slick-dots li.slick-active button:before {
    background: var(--white-color);
    opacity: 1;
}
/* Development css end */
/* Home Page css start */
/* Hero slider css start */
/* Primary button css start */
.primary-button {
    padding: 20px 40px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 15px;
    font-family: var(--primary-font);
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    border: 1px solid var(--border-color);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

.primary-button:hover {
    border: 1px solid var(--primary-color);
    background: var(--white-color);
    color: var(--primary-color);
}
/* .primary-button:focus{
     color: var(--white-color);
} */

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.hero-slider .slide {
    position: relative;
    height: 90vh !important;
    min-height: 800px !important;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0;
}

.hero-slider .slide-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    max-width: 650px;
}

.hero-slider .slide-content h2 {
    font-family: Cormorant;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--black-color);
}

.hero-slider .slide-content p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
    color: var(--grey-bg-color);
}

/* Slick Custom Dots */
.hero-slider .slick-dots {
    bottom: 30px;
}

.hero-slider .slick-dots li button:before {
    font-size: 12px;
    color: var(--black-color);
}

/* .hero-slider .slick-dots li.slick-active button:before {
    color: #007bff;
} */

.hero-slider .slick-dots li button {
    color: #000 !important;
    background-color: #000 !important;
    z-index: 99999;
    position: relative;
    opacity: 0.1;
    height: 12px !important;
    width: 12px !important;
    border-radius: 50%;
}

.hero-slider .slick-dots li.slick-active button {
    color: #000 !important;
    opacity: 1;
    overflow: hidden;
    width: 40px !important;
    border-radius: 30px;
}

.hero-slider ul.slick-dots {
    bottom: 0;
}

.hero-slider .slick-dots li {
    width: fit-content !important;
    height: fit-content !important;
}

.hero-slider .slick-dotted.slick-slider {
    margin-bottom: 30px !important;
}

.hero-slider:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 800px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(./images/bannerpattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 2;
}
/* Hero slider css end */
/* About us section css start */
/* General resets and layout */
.about-content h4.section-label {
    display: none;
}
.about-section {
    padding: 150px 0;
    background-color: var(--white-color);
}

.about-section .about-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.about-media {
    width: 50%;
}

/* Left: Video Area */
.about-section .about-video {
    width: 100%;
    padding-right: 40px;
    position: relative;
}
.about-section .video-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-section .video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.about-section .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/* Right: Text Content */
.about-section .about-content {
    width: 50%;
    padding-left: 40px;
}

.about-section .section-label {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px;
    line-height: 30px;
}

.about-section .section-title {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: var(--black-color);
    font-weight: 800;
}

.about-section .section-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--grey-bg-color);
    width: 90%;
}

/* Video Modal */
.about-section .video-modal {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.85); */
    justify-content: center;
    align-items: center;
}

.about-section .video-modal-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16/9; */
    background: var(--black-color);
    border-radius: 8px;
    overflow: hidden;
}

.about-section .video-wrapper {
    height: 100%;
}

.about-section .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.about-section .close-btn {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}
.video-modal-content > p {
    display: none !important;
}

/* About us section css end */
/* Left Right css start */
.leftright {
    position: relative;
    padding: 150px 0;
    background: #167ad60d;
}

.leftright .custrow {
    display: flex;
    align-items: center;
}

.leftright .custrow:not(:last-child) {
    margin-bottom: 150px;
}

.leftright .custrow .imgbox img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.leftright .custrow .imgbox {
    width: calc(50% + 100px);
    position: relative;
    z-index: -1;
}

.leftright .custrow:nth-child(odd) .imgbox {
    margin-left: -100px;
}

.leftright .custrow:nth-child(even) .imgbox {
    margin-left: 0;
    margin-right: -100px;
}

.leftright .custrow:nth-child(2) {
    flex-direction: row-reverse;
}

.leftright .contentbox {
    width: 50%;
    padding: 50px;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.15) 10px 70px 90px 5px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

.leftright .contentbox h3 {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: var(--black-color);
    font-weight: 800;
}

.leftright .listpara {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
    font-size: 18px;
    line-height: 20px;
}

.leftright .listpara:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0;
    top: -8px;
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/Group-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 2;
}
/* Left Right css end */
/* Home Page css end */

/* Footer css start */
.site-footer {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 80px 0 50px 0;
    position: relative;
    border-top: 9px solid #167AD6;
}
.site-footer-main-section {
    padding: 0 15px;
}

.site-footer .footer-logo {
    max-height: 50px;
    margin-bottom: 20px;
}

.site-footer .footer-link {
    font-size: 18px;
    line-height: 23px;
    display: flex;
    gap: 10px;
    color: var(--white-color);
}

.site-footer .titlehead {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.site-footer .footer-link:not(:last-child) {
    margin-bottom: 30px;
}

.site-footer .footer-address {
    display: flex;
    gap: 10px;
}

.site-footer .footer-address img {
    object-fit: contain;
}

.site-footer .footer-right h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Georgia", serif;
}

.site-footer .contact-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: end;
}

.site-footer .social-icons a {
    display: inline-block;
}

.site-footer .social-icons a:not(:first-child) {
    margin-left: 12px;
}
.social-icons {
    display: flex;
}

.site-footer .topcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1d4cb33;
    margin-bottom: 40px;
}

.site-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.site-footer .topcontent > p,
.site-footer .footer-bottom > p:last-child,
.site-footer .contact-columns br,
.site-footer br,
.site-footer p:empty,
.about-media br,
.about-media p:empty,
.about-content a.btn.primary-button br,
.about-container p:empty {
    display: none;
}
.site-footer:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 426px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/Vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    z-index: 2;
}
.site-footer-main-section .footer-contact-us-details .is-layout-flex {
    gap: 10px !important;
}
.site-footer-main-section .footer-contact-us-details .is-layout-flex div {
    margin: 0 !important;
}

.site-footer-main-section .footer-contact-us-details {
    gap: 15px;
}

.site-footer-main-section .footer-contact-us-details > h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
/* Footer css end */
.main-header-section .current-menu-item .wp-block-navigation-item__content,
.main-header-section .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
    color: #167ad6 !important;
}

/* .main-header-section li.wp-block-navigation-item.apply-now-button.wp-block-navigation-link,
.main-header-section li.wp-block-navigation-item.tenant-login-button.wp-block-navigation-link {
    display: none;
} */
.apply-now-button a.wp-block-navigation-item__content {
    background: transparent none;
    border-color: #167ad6;
    border-width: 2px;
    border-style: solid;
    color: #167ad6 !important;
    padding: 12px 23px;
    border-radius: 10px;
}

.tenant-login-button a.wp-block-navigation-item__content {
    background: #ff5c00;
    border-color: #ff5c00;
    border-width: 2px;
    border-style: solid;
    color: #fff !important;
    padding: 12px 23px;
    border-radius: 10px;
}
.main-header-section-copy {
    display: none;
}
.banner .wp-block-cover__inner-container {
    z-index: 1;
    margin-bottom: 40px;
}
.banner {
    position: relative;
}
.banner .bannerimg {
    max-width: 100%;
    width: 100%;
    height: 700px;
}

.banner:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 800px;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/Vector-1-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 2;
}

.banner .bannercontent {
    position: absolute;
    bottom: 120px;
    width: 700px;
    right: 0;
    left: 0;
    margin: auto;
}

.banner .bannercontent h2 {
    font-family: Cormorant;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--white-color);
    font-weight: 800;
    text-align: center;
}

.banner .bannercontent p {
    color: var(--white-color);
    text-align: center;
    font-size: 22px;
    line-height: 36px;
}

.land_development {
    position: relative;
    padding: 0;
}

.land_development .custrow {
    display: flex;
    align-items: center;
}

.land_development .firstimg h2 {
    font-family: Cormorant;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0;
    color: var(--black-color);
    font-weight: 800;
}

.land_development .imgsection {
    width: 60%;
    padding-right: 100px;
    display: flex;
    /* gap: 60px; */
}
.land_development .firstimg {
    padding-right: 60px;
    width: 62%;
}
.land_development .contentsection {
    width: 37%;
}

.land_development .imgsection img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.land_development .secondimg img {
    border-radius: 150px;
    height: 100%;
}
.land_development .secondimg {
    width: 38%;
}

.land_development .contentsection p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
}

.gallary_main {
    position: relative;
    padding: 150px 0;
}

.gallary_main .gallery-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    /* padding: 0 0 150px; */
}

.gallary_main .gallery-section:nth-child(even) {
    flex-direction: row-reverse;
}

.gallary_main .gallery-section:nth-child(3) {
    padding: 0;
}

.gallary_main .gallery-text {
    width: calc(50% - 100px);
    color: #333;
}

.gallary_main .gallery-text h2 {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: var(--light-grey);
    font-weight: 800;
}

.gallary_main .gallery-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
}

.gallary_main .gallery-box {
    position: relative;
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.gallary_main .gallery-slider img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: none;
    cursor: pointer;
    border-radius: 15px;
}

.gallary_main .gallery-slider {
    border: 10px solid var(--white-color);
    height: 520px;
    line-height: 0;
    overflow: hidden;
}

.gallary_main .gallery-slider img.active {
    display: block;
}

.gallary_main .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    color: var(--white-color);
}

.gallary_main .nav-btn.left {
    left: 15px;
}

.gallary_main .nav-btn.right {
    right: 15px;
}

/* Lightbox */
.gallary_main .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.gallary_main .lightbox.active {
    visibility: visible;
    opacity: 1;
}

.gallary_main .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.property-slider-container {
    padding: 150px 0;
    position: relative;
    background: var(--slider-bg-color);
    margin: auto;
}

.property-slider-container h2 {
    font-family: Cormorant;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 0;
    color: var(--white-color);
    font-weight: 800;
    text-align: center;
}

.property-slider-container .property-slider {
    position: relative;
}

.property-slider-container .property-card {
    background: var(--white-color);
    overflow: hidden;
    color: var(--black-color);
    margin: 0 10px;
}

.property-slider-container .property-card img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

.property-slider-container .property-details img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.property-slider-container .smalltxt {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}

.property-slider-container .property-info {
    padding: 40px;
    width: 520px;
    position: absolute;
    bottom: 0;
    background: var(--white-color);
}

.property-slider-container .property-info h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    color: var(--gray-dark-color);
}

.property-slider-container .property-info .price {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #121212;
}

.property-slider-container .property-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.property-slider-container .slick-center {
    z-index: 2;
}

.property-slider-container .slick-dots {
    bottom: -60px;
}

.property-slider-container .slick-dots li button:before {
    background: var(--black-color);
    opacity: 0.12;
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px;
    content: "" !important;
    line-height: unset !important;
}

.property-slider-container .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.property-slider-container .slick-dots li button {
    height: 6px !important;
    width: 72px !important;
    padding: 0;
}

.property-slider-container .slick-dots li {
    height: fit-content !important;
    width: fit-content !important;
}

.property-slider-container .slick-dots li.slick-active button:before {
    background: var(--white-color);
    opacity: 1;
}

/* Project detail page css start */
/* ---productgallery---css---start---- */
.property-slider-container p.slick-slide {
    display: none !important;
}
.project_gallery {
    position: relative;
    padding: 0px 15px;
    padding-bottom: 150px;
    max-width: 1470px;
}

.project_gallery .gallery-box {
    position: relative;
    width: 70%;
    padding-left: 20px;
    border-radius: 15px;
    overflow: hidden;
    line-height: 0;
}

.project_gallery .gallery-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.project_gallery .contentbox {
    padding: 40px;
    border-radius: 30px;
    background: var(--slider-bg-color);
    width: 30%;
    min-height: 520px;
}

.project_gallery .blacktxt {
    font-family: Cormorant;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--black-color);
    font-weight: 800;
}

.project_gallery .subtxt {
    position: relative;
    margin-bottom: 30px;
    color: #868686;
    font-size: 18px;
    line-height: 30px;
}

.project_gallery .griddiv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.project_gallery .listitem {
    display: flex;
    gap: 30px;
}

.project_gallery .listtxt {
    position: relative;
    color: #555555;
    font-size: 18px;
    line-height: 30px;
    max-width: 590px;
}

.project_gallery .txt {
    margin-top: 0px;
    font-family: Cormorant;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--white-color);
    font-weight: 800;
    text-align: center;
}

.project_gallery .gallery-slider {
    height: 520px;
    line-height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.project_gallery .gallery-slider img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: none;
    cursor: pointer;
    border-radius: 15px;
}

.project_gallery .gallery-slider img.active {
    display: block;
}

.project_gallery .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    color: var(--white-color);
}

.project_gallery .nav-btn.left {
    left: 15px;
}

.project_gallery .nav-btn.right {
    right: 15px;
}

/* Lightbox */
.project_gallery .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.project_gallery .lightbox.active {
    visibility: visible;
    opacity: 1;
}

.project_gallery .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.project_gallery .bluebox {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.project_gallery .bluebox:last-child {
    margin-bottom: 0;
}

.project_gallery .bluebox span {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.map {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.map iframe {
    width: 100%;
    height: 500px;
}
button.single-apply-button {
    padding: 20px 40px;
    background: #ff5c00;
    color: #fff;
    border: none;
    border-radius: 15px;
    margin: 40px auto 150px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "poppins";
}
.hero-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff5a00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.hero-button:hover {
    background-color: #fff;
}
.development-hero-button {
    text-align: center;
}

.media {
    display: none;
}
.media.active {
    display: block;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}
.hero-slider.banner:after {
    z-index: -1;
}
.property-slider-container .property-card p {
    margin: 0;
}
.page.page-id-44 .site-footer:before {
    background-image: url(https://stagedemos.com/clients/mpg/wp-content/uploads/2025/08/footerpattern.png);
}
.footer-copyright-section {
    max-width: 100% !important;
}

@media (max-width: 1199px) {
    .headermain nav {
        gap: 40px;
    }

    .secondary-button,
    .primary-button {
        padding: 15px 20px;
        font-size: 16px;
    }

    .hero-slider .slide {
        min-height: 600px !important;
    }

    .hero-slider .slide-content h2 {
        font-size: 40px;
    }

    .about-section,
    .leftright {
        padding: 50px 0;
    }

    .leftright .custrow:not(:last-child) {
        margin-bottom: 50px;
    }

    .about-section .section-title {
        font-size: 32px;
        line-height: 1;
    }

    .about-section .about-video {
        padding-right: 0;
    }

    .leftright .contentbox {
        padding: 25px;
    }

    .leftright .contentbox h3,
    .land_development .firstimg h2 {
        font-size: 32px;
        line-height: 1;
    }

    .banner .bannerimg {
        height: 500px;
    }

    .land_development {
        padding: 50px 0;
    }

    .land_development .imgsection {
        padding-right: 40px;
        gap: 30px;
    }

    .banner .bannercontent h2 {
        font-size: 50px;
    }

    .gallary_main {
        padding: 50px 0;
    }

    .gallary_main .gallery-text {
        width: calc(50% - 50px);
    }

    .gallary_main .gallery-section {
        gap: 50px;
        padding: 0 0 50px;
    }

    .gallary_main .gallery-text h2,
    .property-slider-container h2 {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .gallary_main .gallery-text p {
        margin-bottom: 20px;
    }

    .gallary_main .gallery-slider {
        height: 400px;
    }

    .gallary_main .gallery-slider img {
        height: 400px;
    }

    .property-slider-container {
        padding: 50px 0;
    }

    .property-slider-container .property-card img.img {
        height: 450px;
    }

    .filter {
        padding: 50px 0;
    }

    .filter .filterblog {
        gap: 20px;
    }

    .filter .filterimg {
        height: 340px;
    }

    .filter .filtercontent {
        padding: 30px;
    }

    .filter .filtertitle {
        font-size: 32px;
    }

    .filter .property-details {
        margin: 20px 0;
    }

    .filter .btngrid {
        grid-template-columns: repeat(3, 1fr);
    }
    .land-content-section {
        padding: 0 15px !important;
    }
    .land_development .firstimg {
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .main-header-section .wp-block-navigation .wp-block-navigation__container,
    .main-header-section .wp-block-navigation .wp-block-page-list {
        gap: 20px;
    }
    .main-header-section .wp-block-navigation-item__label {
        font-size: 14px;
    }
    .main-header-section > div {
        gap: 10px !important;
    }
}

@media (min-width: 992px) {
    .responsive-header-section {
        display: none;
    }
}

@media (max-width: 991px) {
    /* .main-header-section {
        display: none;
    } */
    .responsive-header-section {
        display: none;
    }
    /* .responsive-header-section .wp-block-navigation__responsive-container.is-menu-open {
        background: #167ad6 !important;
    } */
    .main-header-section .wp-block-navigation__responsive-container.is-menu-open {
        background: #167ad6 !important;
    }
    li.wp-block-navigation-item.apply-now-button.wp-block-navigation-link,
    li.wp-block-navigation-item.tenant-login-button.wp-block-navigation-link {
        /* background: #fff !important; */
        color: #167ad6 !important;
        /* border-radius: 5px; */
        /* padding: 0 15px; */
        margin: 10px 0;
        width: fit-content !important;
        min-width: 150px;
        text-align: center;
    }
    .apply-now-button a.wp-block-navigation-item__content {
        background: #fff;
    }
    /* .apply-now-button a.wp-block-navigation-item__content {
        color: #fff !important;
    } */
    .has-dimgray-color {
        color: #167ad6 !important;
    }
}

/* MOBILE */

@media (min-width: 768px) and (max-width: 1199px) {
    .footer-left {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .headermain nav,
    .headermain .leftside,
    .headermain .header-buttons {
        gap: 15px;
    }

    .headermain nav a {
        font-size: 14px;
        line-height: 20px;
    }

    .secondary-button,
    .primary-button {
        padding: 12px;
        font-size: 14px;
        border-radius: 10px;
    }

    .hero-slider:before,
    .banner:before {
        width: 80%;
    }

    .leftright .custrow:nth-child(odd) .imgbox {
        width: calc(50% + 50px);
    }

    .leftright .custrow:nth-child(odd) .imgbox {
        margin-left: -50px;
    }

    .leftright .custrow:nth-child(even) .imgbox {
        margin-left: 0;
        margin-right: -50px;
    }

    .site-footer .contact-columns {
        gap: 30px;
    }

    .site-footer .footer-link {
        font-size: 14px;
        line-height: 20px;
    }

    .site-footer .footer-link:not(:last-child) {
        margin-bottom: 20px;
    }

    .land_development .imgsection {
        padding-right: 20px;
        gap: 10px;
    }

    .gallary_main .gallery-text {
        width: calc(50% - 20px);
    }

    .gallary_main .gallery-section {
        gap: 20px;
    }

    .filter .filterimg {
        height: 300px;
        border-radius: 15px;
    }

    .filter .filtercard {
        border-radius: 15px;
    }

    .filter .filtercontent {
        padding: 15px;
    }

    .filter .property-details {
        gap: 15px;
    }

    .filter .smalltxt {
        gap: 4px;
    }
    .project_gallery .griddiv,
    .project_gallery .listitem {
        gap: 15px;
    }

    .project_gallery .listtxt {
        font-size: 16px;
    }

    .project_gallery .gallery-box {
        width: 50%;
    }

    .project_gallery .contentbox {
        width: 50%;
    }
}

@media (max-width: 880px) {
    .land_development .custrow {
        display: block;
    }
    .land_development .imgsection {
        width: 100%;
        align-items: center;
    }
    .land_development .contentsection {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .property-slider-container .property-info {
        padding: 10px;
        width: 100%;
    }
    .headermain .nav-toggle {
        display: block;
    }

    .headermain .leftside {
        display: none;
    }

    .headermain nav,
    .headermain .header-buttons {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 15px;
        display: none;
    }

    header.expanded nav,
    header.expanded .header-buttons {
        display: flex;
        margin-top: 15px;
    }

    header.expanded .leftside {
        display: flex;
        position: absolute;
        top: 47px;
        width: 100%;
        right: 0;
        flex-direction: column;
        z-index: 2;
        padding: 40px;
        background: var(--white-color);
    }

    .headermain nav a {
        width: 100%;
        text-align: left;
    }

    .headermain .header-buttons .btn {
        width: 100%;
        text-align: left;
        max-width: 300px;
    }

    .about-section .about-content {
        padding-top: 30px;
    }

    .about-section .about-content .btn {
        margin: 0 auto;
    }

    .about-section .close-btn {
        top: -45px;
        right: 10px;
    }
    .about-media {
        width: 100%;
    }
    .about-section .about-container {
        flex-wrap: wrap;
    }

    .site-footer .footer-bottom {
        align-items: center;
        text-align: center;
    }

    .site-footer .social-icons {
        margin-top: 10px;
    }

    .about-section .about-video {
        width: 100%;
    }

    .about-section .about-content {
        width: 100%;
        padding-left: 0;
    }

    .hero-slider:before {
        height: 60px;
        width: 80%;
    }

    .hero-slider .slide-content {
        padding: 30px;
        max-width: 700px;
    }

    .leftright .custrow .imgbox {
        width: 100% !important;
        margin: 20px 0;
    }

    .leftright .custrow:nth-child(odd) .imgbox {
        margin-left: 0;
    }

    .leftright .custrow {
        flex-wrap: wrap;
    }

    .leftright .custrow:nth-child(even) .imgbox {
        margin-left: 0;
        margin-right: 0;
    }

    .leftright .contentbox {
        width: 100%;
    }

    .site-footer .contact-columns,
    .site-footer .topcontent {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer .footer-bottom {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gallary_main .gallery-box {
        width: 100%;
    }

    .gallary_main .gallery-text h2 {
        font-size: 28px;
    }

    .land_development .custrow {
        flex-wrap: wrap;
    }

    .land_development .imgsection {
        padding-right: 0;
        width: 100%;
        gap: 10px;
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
    }

    .land_development .contentsection {
        width: 100%;
    }

    /* .land_development .secondimg img {
        max-height: 320px;
    } */

    .gallary_main .gallery-text {
        width: 100%;
    }

    .property-slider-container .property-info {
        padding: 10px;
    }

    .site-footer:before {
        width: 70%;
    }

    .banner .bannerimg {
        height: 450px;
    }

    .filter .filterblog {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project_gallery .gallery-box {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .project_gallery .contentbox {
        width: 100%;
    }

    .project_gallery .griddiv {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project_gallery .gallery-section {
        margin-top: 40px;
    }
    .footer-copyright-section {
        flex-direction: column;
    }
    .land-section .land-middle-image img {
        width: 245px !important;
    }
    .land-content-section {
        padding: 0 !important;
        width: 100%;
    }

    .land-development-section > div {
        flex-wrap: wrap;
    }

    .project_gallery .contentbox {
        padding: 25px;
    }
    .property-slider-container .property-card img {
        height: 400px;
    }
    .property-slider-container .slick-prev,
    .property-slider-container .slick-next {
        top: 200px;
    }
    .property-slider-container .property-details img {
        height: 18px;
        width: 18px;
    }
    .property-slider-container .property-info .price {
        font-size: 24px;
        line-height: 1;
    }
    .project_gallery .contentbox {
        height: 100%;
    }
    .responsive-header-section .wp-container-core-group-is-layout-6c531013 {
        gap: 0 !important;
    }
    .footer-logo-content-section {
        flex-wrap: wrap;
    }
    .site-footer-main-section {
        padding: 0 15px;
    }
    .footer-contact-us-details > .wp-block-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .filter .btngrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Footer css end */

/* Gallery Feed Title */
.gallery-feed-title {
    font-family: Cormorant;
    margin-bottom: 30px;
    color: var(--black-color, #000);
    font-weight: 800;
}

@media (max-width: 1199px) {
    .gallery-feed-title {
        font-size: 32px;
        line-height: 1;
    }
}

/* Gallery Feed Pagination */
.gallery-pagination {
    /* margin-top: 40px; */
    padding: 20px 0;
}

.gallery-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.gallery-pagination li {
    margin: 0;
}

.gallery-pagination a,
.gallery-pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--border-color, #e4e9ec);
    border-radius: 4px;
    text-decoration: none;
    color: var(--light-black, #313147);
    font-family: var(--primary-font, "poppins");
    font-size: 14px;
    transition: all 0.3s ease;
}

.gallery-pagination a:hover {
    border-color: var(--light-black, #313147);
    color: var(--black-color, #000);
}

.gallery-pagination .current {
    background-color: var(--light-black, #313147);
    border-color: var(--light-black, #313147);
    color: var(--white-color, #fff);
}

.gallery-pagination .prev,
.gallery-pagination .next {
    font-weight: 500;
}

@media (max-width: 768px) {
    .gallery-pagination a,
    .gallery-pagination span {
        min-width: 36px;
        height: 36px;
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Gallery Feed Button */
.gallery-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background-color: var(--primary-color, #ff5c00);
    color: var(--white-color, #fff);
    font-family: var(--primary-font, "poppins");
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.gallery-button:hover {
    background-color: var(--slider-bg-color, #167ad6);
    color: var(--white-color, #fff);
}

/* Content block container - match site max-width */
.wp-block-post-content,
.entry-content {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Content block styling - match land_development section styles for all templates */
.wp-block-post-content p,
.entry-content p {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
    color: var(--gray-dark-color) !important;
}

/* List styles - match paragraph styling */
.wp-block-post-content ul,
.wp-block-post-content ol,
.entry-content ul,
.entry-content ol {
    font-size: 18px !important;
    line-height: 30px !important;
    color: var(--gray-dark-color) !important;
    margin-bottom: 30px !important;
    padding-left: 30px !important;
}

.wp-block-post-content li,
.entry-content li {
    margin-bottom: 10px !important;
}

/* Heading styles */
.wp-block-post-content h1,
.entry-content h1 {
    font-family: Cormorant !important;
    font-size: 60px !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    color: var(--black-color) !important;
    font-weight: 700 !important;
}

.wp-block-post-content h2,
.entry-content h2 {
    font-family: Cormorant !important;
    font-size: 48px !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    margin-top: 40px !important;
    color: var(--black-color) !important;
    font-weight: 700 !important;
}

.wp-block-post-content h3,
.entry-content h3 {
    font-family: Cormorant !important;
    font-size: 36px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    margin-top: 35px !important;
    color: var(--black-color) !important;
    font-weight: 600 !important;
}

.wp-block-post-content h4,
.entry-content h4 {
    font-family: Poppins !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
    color: var(--black-color) !important;
    font-weight: 600 !important;
}

.wp-block-post-content h5,
.entry-content h5,
.wp-block-post-content h6,
.entry-content h6 {
    font-family: Poppins !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
    color: var(--black-color) !important;
    font-weight: 600 !important;
}

/* Link styles - exclude buttons */
.wp-block-post-content a:not(.wp-block-button__link):not(.wp-element-button),
.entry-content a:not(.wp-block-button__link):not(.wp-element-button) {
    color: var(--slider-bg-color) !important;
    text-decoration: underline !important;
    transition: color 0.3s ease !important;
}

.wp-block-post-content a:not(.wp-block-button__link):not(.wp-element-button):hover,
.entry-content a:not(.wp-block-button__link):not(.wp-element-button):hover {
    color: var(--orange-color) !important;
}

/* WordPress button styles - match gallery-button design */
.wp-block-post-content .wp-block-button__link,
.entry-content .wp-block-button__link,
.wp-block-post-content .wp-element-button,
.entry-content .wp-element-button {
    display: inline-block !important;
    padding: 12px 28px !important;
    background-color: var(--primary-color, #ff5c00) !important;
    color: var(--white-color, #fff) !important;
    font-family: var(--primary-font, "poppins") !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: background-color 0.3s ease !important;
    border: none !important;
}

.wp-block-post-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:hover,
.wp-block-post-content .wp-element-button:hover,
.entry-content .wp-element-button:hover {
    background-color: var(--slider-bg-color) !important;
    color: #fff !important;
}

/* Blockquote styles */
.wp-block-post-content blockquote,
.entry-content blockquote {
    border-left: 4px solid var(--orange-color) !important;
    padding-left: 25px !important;
    margin: 30px 0 !important;
    font-style: italic !important;
    color: var(--gray-dark-color) !important;
}

/* Strong and emphasis */
.wp-block-post-content strong,
.entry-content strong {
    font-weight: 700 !important;
}

.wp-block-post-content em,
.entry-content em {
    font-style: italic !important;
}

/* Hide empty paragraphs and line breaks in gallery sections */
.gallary_main .gallery-slider p:empty,
.project_gallery .gallery-slider p:empty,
.gallary_main .gallery-box p:empty,
.project_gallery .gallery-box p:empty {
    display: none !important;
}

.gallary_main .gallery-slider br,
.project_gallery .gallery-slider br,
.gallary_main .gallery-box br,
.project_gallery .gallery-box br {
    display: none !important;
}

/* Reduce top spacing on project detail pages */
.single-project .main-content,
.page-template-projects-template-page .main-content {
    padding-top: 90px !important;
}

.single-project .wp-block-group.alignwide,
.page-template-projects-template-page .wp-block-group.alignwide {
    padding-top: 0 !important;
}
