@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'), url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'), url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'), url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'), url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'), url('../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'), url('../fonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamultra';
    src: url('../fonts/gotham-ultra-webfont.woff2') format('woff2'), url('../fonts/gotham-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamextralight';
    src: url('../fonts/gotham-xlight-webfont.woff2') format('woff2'), url('../fonts/gotham-xlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --body-font-black: 'gothamblack';
    --body-font-bold: 'gothambold';
    --body-font-book: 'gothambook';
    --body-font-light: 'gothamlight';
    --body-font-medium: 'gothammedium';
    --body-font-thin: 'gothamthin';
    --body-font-ultra: 'gothamultra';
    --body-font-exlight: 'gothamextralight';
    --text-em-color: #F5921E;
    --text-black: #000000;
    --bg-black: #000000;
    --bg-em-color: #F5921E;
    --bg-grey-color: #D9D9D9;
}

.text-em-color {
    color: var(--text-em-color);
}

.text-black {
    color: var(--text-black);
}

.bg-black {
    background: var(--bg-black);
}

.bg-grey {
    background: var(--bg-grey-color);
}

.body-font-black {
    font-family: var(--body-font-black);
}

.body-font-bold {
    font-family: var(--body-font-bold);
}

.body-font-regular {
    font-family: var(--body-font-book);
}

.body-font-light {
    font-family: var(--body-font-light);
}

.body-font-medium {
    font-family: var(--body-font-medium);
}

.body-font-thin {
    font-family: var(--body-font-thin);
}

.body-font-ultra {
    font-family: var(--body-font-ultra);
}

.body-font-extralight {
    font-family: var(--body-font-exlight);
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.bg-grey {
    background: #F3F3F3;
}

body {
    font-family: var(--body-font-light);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #2F2F2F;
}

ul li {
    display: inline-block;
}

.section-full-height {
    min-height: 100vh;
}

.px-6 {
    padding-left: 6em;
    padding-right: 6em;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

a.text-em-color:hover {
    color: var(--text-em-color);
}

.view-all img {
    width: 30px;
}

.slick-dots {
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--bg-em-color);
    opacity: .4;
    color: transparent;
    list-style: 1;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

h2.display-4,
h1.display-4 {
    font-size: 2.125rem;
}

h3.display-6 {
    font-size: 2.125rem;
}

h2.body-font-black,
h3.body-font-black {
    font-family: var(--body-font-medium);
}

h4.body-font-black {
    font-family: var(--body-font-medium);
}


/* Header Section Starts */

.header-block {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;
}

.mega-projects-noclick>.mega-menu-link,
.mega-projects-noclick>.mega-menu-link:hover {
    cursor: context-menu!important;
    pointer-events: none;
}

.mega-projects-noclick>.mega-menu-link:hover {
    color: #000000!important;
}

.mega-sub-menu a,
.mega-sub-menu a:hover {
    cursor: pointer!important;
}

.mega-sub-menu a:hover {
    color: var(--bg-em-color)!important;
}


/* .header-block.sticky{
    background:#fff;
} */

.header-block .logo img {
    height: 60px;
}

.header-block ul {
    margin: 0 1em 0 0;
    padding: 0;
}

.header-block ul li {
    padding: 0 20px 0 0;
}

.header-block ul li:last-child {
    padding-right: 0;
}

.header-block ul li a {
    color: #000;
    font-size: 15px;
    font-family: var(--body-font-book);
}

.single-projects .header-block ul li a,
.page-template-page-property .header-block ul li a,
.page-template-documents .header-block ul li a,
.page-template-page-accessflow .header-block ul li a,
.error404 .header-block ul li a {
    color: #000000;
}

.single-projects .header-block .menu-icon span,
.page-template-page-property .header-block .menu-icon span,
.page-template-documents .header-block .menu-icon span,
.page-template-page-accessflow .header-block .menu-icon span,
.error404 .header-block .menu-icon span {
    background: #000000;
}


/* .header-block.sticky ul li a{
    color: #000000;
} */

.header-block ul li a:hover {
    color: var(--text-em-color);
}

.menu-main-menu-container {
    display: inline-block;
    vertical-align: middle;
}

.header-block .menu-icon {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.header-block .menu-icon span {
    background: #000;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    transition: 0.3s ease;
    left: 0;
}

.header-block.sticky .menu-icon span {
    background: #000000;
}

.header-block .menu-icon span:nth-child(1) {
    top: 0;
}

.header-block .menu-icon span:nth-child(2) {
    top: 8px;
}

.header-block .menu-icon span:nth-child(3) {
    top: 16px;
}


/* Header Section Ends */


/* Hero Section Starts */

.hero-section .hero-video-wrapper {
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.hero-section .hero-video-wrapper .hero-video-player {
    top: 0;
    z-index: 9;
    object-position: center;
    object-fit: cover;
}

.hero-section .hero-video-wrapper .video-hero-contents {
    z-index: 99;
    bottom: 0;
    width: 90%;
}

.hero-section .arrow-link {
    top: -2px;
}

.hero-section .arrow-link:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 20px;
    left: 10px;
    top: 2px;
}

.hero-section .arrow-link img {
    width: 16px;
}

.hero-section .main-form {
    border-radius: 15px;
}

.hero-section .main-form label {
    color: #888888;
    font-family: 'gothamlight';
}

.hero-section .main-form select {
    color: #1E1E1E;
    /* font-family: 'gothambold'; */
    font-family: 'gothambook';
    border: 0;
    /* padding-left: 0; */
    box-shadow: none;
    font-size: 18px;
    background-image: url('/wp-content/uploads/2025/06/dropdown.png');
    background-repeat: no-repeat;
    background-size: 9px;
    position: relative;
    left: -10px;
    background-color: transparent;
}

.banner-hero-contents {
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
}

.pr-listing .banner-hero-contents {
    top: 20%;
}

.em-btn {
    background: var(--bg-em-color);
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-family: 'gothambold';
    padding: 7px 15px;
    width: 100%;
    border: 0;
    text-transform: capitalize;
    cursor: pointer;
}

.em-btn:focus,
.em-btn:focus-visible {
    border: 0;
}

.em-btn:hover {
    color: #fff;
}


/* Hero Section Ends */


/* Embassy Developments Starts */

.em-dev {
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 3em;
}

.em-dev .dev-count small {
    vertical-align: top;
    margin-top: 5px;
}

@supports (-webkit-touch-callout: none) {
    .em-dev {
        height: 70vh;
    }
}


/* Extra Safari desktop fallback */

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .em-dev {
            height: 70vh;
        }
    }
}


/* Embassy Developments Ends */


/* Embassy Project Filter Starts */

.em-pr {
    background: #F6F6F6;
}

.em-pr .category-btn {
    border: none;
    background: transparent;
    color: #000000;
    /* text-transform: uppercase; */
    transition: all .5s ease-in-out;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    border: 2px solid #F5921E;
    text-align: center;
    min-width: 145px;
    border-radius: 5px;
}

.em-pr .category-btn:hover,
.em-pr .category-btn.active {
    background: var(--bg-em-color);
    color: #fff;
}

.em-pr #subCategorySelect {
    color: #1E1E1E;
    border: 0;
    /* padding-left: 0; */
    box-shadow: none;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/06/dropdown.png);
    background-repeat: no-repeat;
    background-size: 9px;
    /* text-transform: uppercase; */
    border: 2px solid #F5921E;
    height: 38px;
}

.project-item {
    margin: 10px;
}

.project-item-inner {
    cursor: pointer;
    height: 400px;
    width: 100%;
    border-radius: 15px;
}

.tag {
    z-index: 9;
    color: #fff;
    display: inline-block;
    padding: 7px 18px;
    right: 0;
    top: 1.5em;
    font-size: 15px;
    font-family: 'gothambook';
    background: #000000;
    height: 37px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tag:after {
    position: absolute;
    content: "";
    border-top: 18px solid #000000;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #000000;
    top: 0;
    left: -17px;
    height: 37px;
}

.tag.ongoing {
    background: #000;
}

.tag.ongoing:after {
    border-top: 18px solid #000;
    border-bottom: 18px solid #000;
}

.tag.completed {
    background: green;
}

.tag.completed:after {
    border-top: 18px solid green;
    border-bottom: 18px solid green;
}

.tag.ready-to-move-in {
    background: #F5921E;
}

.tag.ready-to-move-in:after {
    border-top: 18px solid #F5921E;
    border-bottom: 18px solid #F5921E;
}

.project-item .project-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.project-item .project-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.project-item .project-img:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/07/proj-overlay-1.png);
    /* background: url(/wp-content/uploads/2025/08/proj-overlay-2.png); */
    width: 100%;
    height: 35%;
    bottom: 0;
    border-radius: 15px;
    background-size: cover;
}

.project-item .project-details {
    z-index: 9;
    bottom: 1em;
    left: 0;
    width: 100%;
    padding-left: 1em;
}

.project-item .project-details-content {
    width: 85%;
    vertical-align: middle;
    height: 40px;
}

.project-details h4 {
    font-size: 16px!important;
}


/* .project-details h4 span {
    font-size: 17px;
} */

.project-item .project-details-content::after {
    position: absolute;
    content: "";
    background: rgb(255 255 255 / 46%);
    width: 1px;
    height: 30px;
    right: 10px;
    bottom: 5px;
}

.project-item .arrow {
    width: 13%;
    vertical-align: middle;
    /* position: relative;
    top: -8px;
    right: 0; */
}

.project-slider .slick-slide {
    margin: 0 10px;
}

.project-slider .slick-list {
    margin: 0 -20px;
}


/* Embassy Project Filter Ends */


/* Township Block Starts */

.em-township {
    overflow-x: hidden;
}

.em-township .main-contents {
    z-index: 9;
    top: 3em;
    left: 6em;
}

.em-township .main-contents .township {
    background: #fff;
    padding: 5px;
    /* text-transform: uppercase; */
    border-left: 10px solid var(--bg-em-color);
    font-family: var(--body-font-book);
    font-size: 15px;
}

.township-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.township-item:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/06/video-overlay.png) no-repeat;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}

.township-thumb-item-container {
    width: 55%;
    bottom: 1em;
    right: 4em;
}

.township-thumb-item {
    padding: 0 10px;
}

.township-thumb-item img {
    border-radius: 10px;
    cursor: pointer;
    filter: grayscale(1);
    width: 100%;
}

.slick-current.slick-active.township-thumb-item img {
    filter: grayscale(0);
}

.township-thumb-item h4 {
    width: 89%;
}

.township-thumb-item a img {
    width: 18px!important;
}

.township-thumb-item.slick-current.slick-active img {
    box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 80%);
}

.bb-w {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    z-index: 9;
    position: relative;
    padding-left: 10px;
}

.bb-w .btm-details {
    position: relative;
    z-index: 999999;
    width: 80%;
    margin-right: 1em;
    left: -10px;
}

.bb-w .btm-details h4 {
    font-size: 1.45rem!important;
}

.bb-w a {
    position: relative;
    z-index: 999999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #f5921e;
    padding: 7px;
}


/* Video Block Starts */

.em-video .video-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.em-video .video-wrapper .video-thumbnail {
    object-fit: cover;
}

.em-video .video-wrapper .play-button {
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2;
}

.em-video .video-wrapper .thumbnail-overlay:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/06/video-overlay.png) no-repeat;
    width: 100%;
    height: 50%;
    bottom: 0;
}

.em-video .video-wrapper .video-player {
    top: 0;
    z-index: 9;
    object-position: center;
    object-fit: cover;
}

.em-video .video-contents {
    z-index: 9;
    bottom: 2em;
    left: 6em;
}

.em-video .video-contents img {
    width: 85px;
}

.em-video .video-contents img,
.em-video .video-contents h3 {
    vertical-align: middle;
}


/* Video Block Ends */


/* News Block Starts */


/* .em-news .news-item{
    margin: 0 20px;
} */

.em-news .news-item p {
    margin-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.em-news .news-item h5:after {
    position: absolute;
    content: "";
    background: var(--bg-em-color);
    width: 120px;
    height: 1px;
    bottom: 0;
    left: 0;
}


/* News Block Ends */


/* Footer Block Starts */

#custom_html-3 {
    display: none;
}

.footer-top .widget-title {
    font-family: var(--body-font-book);
    font-size: 21px;
    line-height: 1;
    margin-bottom: 10px;
}

#custom_html-2 {
    margin: 20px 0 30px;
}

.footer-top ul {
    padding: 0;
    margin-bottom: 2em;
}

.footer-top ul li {
    margin-bottom: 5px;
    display: block;
}

.footer-top p {
    color: #7B7B7B;
    margin-bottom: 0;
}

.footer-top a {
    color: #7B7B7B;
    transition: all .5s ease-in-out;
}

.footer-top a:hover {
    color: var(--bg-em-color);
}

.footer-top .social-lists {
    padding-left: 0;
}

.footer-top .social-lists li {
    padding: 0 10px 0 0;
    display: inline-block;
}

.footer-top .social-lists li:last-child {
    padding-right: 0;
}

.footer-top .social-lists li img {
    width: 28px;
}

.footer-bootom #menu-bottom-menu {
    margin-bottom: 10px;
}

.footer-bootom ul {
    padding-left: 0;
}

.footer-bootom ul li {
    padding: 0 3px;
}

.footer-bootom ul li a {
    color: #BCBCBC;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.footer-bootom ul li a:hover {
    color: var(--bg-em-color);
}

.footer-bootom #quicklinks li a {
    text-transform: uppercase;
}

.footer-bootom p {
    color: #BCBCBC;
    font-size: 14px;
    margin-bottom: 0;
}


/*About Page Starts */

.about-banner {
    padding-top: 4em !important;
}

.intro-left {
    padding-right: 2em;
}

.about-tab {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sticky-tab {
    position: fixed;
    top: 76px;
    bottom: initial;
    z-index: 99999;
}

.about-tab a:hover {
    color: var(--text-em-color);
}

.dir-thumb img {
    width: 100%;
    border-radius: 20px;
}

.dircetor-single {
    border-radius: 20px;
}

.dircetor-single:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/07/leadership-overlay.png);
    width: 100%;
    height: 35%;
    bottom: 0;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.dircetor-single .meta_content {
    bottom: 0;
    z-index: 9;
    color: #fff;
    width: 100%;
    padding: 0 1em;
    min-height: 74px;
}

#leadership .meta_content {
    min-height: 88px;
}


/* .dircetor-single .dir-thumb img {
    filter: grayscale(1);
} */

.dircetor-single .meta_content h5 {
    font-family: var(--body-font-medium);
    margin-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1;
}

.dircetor-single .meta_content h5 br {
    display: none;
}

.dircetor-single .meta_content p {
    color: #fff;
    line-height: 1;
    font-size: 14px;
}

.linkedin-bio {
    padding: 10px 0;
}

.linkedin-bio:before {
    position: absolute;
    content: "";
    background: rgb(255 255 255 / 62%);
    width: 1px;
    height: 50px;
    left: -8px;
    top: 0;
}

.linkedin-bio img {
    width: 40px;
}

.brand_item {
    text-align: center;
    padding: 0 1em;
}

.brand_item img {
    /* height: 60px; */
    width: auto !important;
    margin: auto;
}


/* .readmore-container p {
	display: inline;
} */

.readmore-container p a {
    color: var(--bg-em-color);
    text-decoration: underline;
}

.moretext {
    display: none;
    /* font-size: 14px; */
    color: #2F2F2F;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 10px;
}

.readmore-container.shortened .rest {
    display: none;
    margin-top: 1em;
}

.sticky-about-tab {
    position: fixed;
    top: 76px;
    /* height of the header */
    bottom: initial;
    left: 0;
    right: 0;
    z-index: 1000;
}

.about-tab .active {
    position: relative;
    color: var(--bg-em-color);
}

.about-tab .active:after {
    position: absolute;
    content: "";
    background: var(--bg-em-color);
    width: 100%;
    height: 3px;
    bottom: 0;
    transition: width .5s ease-in-out;
    left: 0;
}

.about-tab .active a {
    color: var(--text-em-color);
    /* font-family: var(--body-font-bold); */
}


/* Projects Listing Page Starts */

.project-hero-contents {
    bottom: 0;
    z-index: 999999;
    right: 0;
    margin: auto;
    width: 100%;
    left: 0;
}

.hero-section .project-hero-contents .main-form select {
    background-color: transparent;
}

.property_item .prop_thumb img {
    border-radius: 15px;
    width: 100%;
}


/* Projects Detail Page Starts */

.projects-img-content p {
    text-align: justify;
}

.projects-img-content .readmore-container p {
    margin-bottom: 1em;
}

.page-id-2078 .readmore-container p:nth-child(3) {
    text-align: left;
}

.projects-img-content p.desc-rera {
    text-align: left;
    word-break: break-all;
}

.projects-links ul {
    padding: 0;
    margin: 1em 0;
}

.projects-links ul li {
    display: block;
    position: relative;
    padding-left: 1em;
}

.projects-links ul li:before {
    position: absolute;
    content: "";
    background: var(--bg-em-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 9px;
}

.projects-links ul li a {
    color: var(--text-em-color);
}

.projects-links ul .projects-hero-section .left-block img,
.projects-hero-section .left-block h6 {
    vertical-align: middle;
}

.projects-hero-section .herolink:hover {
    color: var(--text-em-color);
}

.single-projects .em-video .thumbnail-overlay,
.page-template-page-property .em-video .thumbnail-overlay {
    border-radius: 20px;
}

.single-projects .em-video .video-contents,
.page-template-page-property .em-video .video-contents {
    bottom: 8em;
    left: 10em;
}

.projects-gallery .popup-gallery {
    padding: 0 -5px;
    padding-bottom: 2em;
}

.projects-gallery .popup-gallery a {
    padding: 0 5px;
    height: 275px;
    border-radius: 15px;
}

.projects-gallery .popup-gallery a img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.projects-gallery .slick-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    width: 15px;
    height: auto;
    padding: 0;
    color: transparent;
    z-index: 9;
    top: 45%;
    background-size: 15px;
    background-color: transparent;
}

.projects-gallery .slick-prev {
    background-image: url(/wp-content/uploads/2025/07/left-arrow.png);
    left: 1em;
}

.projects-gallery .slick-next {
    background-image: url(/wp-content/uploads/2025/07/right-arrow.png);
    right: 1em;
}

.mfp-bg {
    z-index: 999999999 !important;
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999999 !important;
}

.mfp-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important;
}

.mfp-img {
    height: 100vh !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
    /* prevents stretching */
}

html.mfp-helper,
body.mfp-helper {
    overflow: hidden !important;
    height: 100vh !important;
}

.projects-location .location-map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.projects-location p {
    font-size: 17px;
    margin-bottom: 0;
}

.projects-location p a {
    color: var(--text-em-color);
}

address {
    font-size: 16px;
    color: #2F2F2F;
}

.projects-img-content img {
    border-radius: 15px;
}

.rera-table-container {
    width: 100%;
    overflow-x: auto;
}

table.rera-table {
    width: 100%;
    border-collapse: collapse;
}

table.rera-table th,
table.rera-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    font-family: var(--body-font-light);
}

table.rera-table td a {
    color: var(--bg-em-color);
}

table.rera-table th {
    background-color: #fefefe;
}

@media screen and (max-width: 767px) {
    table.rera-table th,
    table.rera-table td {
        white-space: normal;
        font-size: 14px;
    }
}


/* .amenities-icon small{
    text-transform: capitalize;
} */


/* .amenities-icon small::first-letter {
  text-transform: uppercase;    
} */

.readmore-toggle {
    margin: 10px 0;
    display: inline-block;
}

.custom-share-wrapper {
    position: relative;
    display: inline-block;
}

.share-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.social-icons {
    position: absolute;
    right: 0;
    margin-top: 5px;
    background: #000;
    padding: 8px 10px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 100;
    width: 150px;
    text-align: center;
}

.social-icons.visible {
    opacity: 1;
    pointer-events: auto;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:hover {
    color: #007bff;
}


/* Investor Relations Page Starts */

.inner-hero-section {
    background-position: center;
    background-size: cover;
}

.inner-hero-section.investor-banner {
    min-height: 420px;
    background-position: center;
}

.inner-hero-section.contact-banner {
    min-height: 420px;
    background-position: bottom;
}

.section-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #6E6E6E;
}

.section-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.section-accordion .accordion-item .accordion-button {
    padding: 20px 0;
    /* text-transform: uppercase; */
}

.level-1-header button {
    font-family: var(--body-font-medium);
}

.section-accordion .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.section-accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.section-accordion .accordion-item .accordion-title {
    width: 85%;
}

.section-accordion .accordion-item .accordion-details {
    width: 15%;
}

.section-accordion .accordion-item .accordion-button::after {
    background-image: url(https://demoembassyindia.analyseddigital.in/wp-content/uploads/2025/07/down-arrow.png);
    background-size: auto;
    position: relative;
    top: 3px;
}

.section-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(https://demoembassyindia.analyseddigital.in/wp-content/uploads/2025/07/down-arrow.png);
    top: -4px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0;
}

.pdf-lists {
    padding-left: 0;
}

.pdf-lists li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pdf-lists li:last-child {
    border-bottom: 0;
}

.pdf-lists li span {
    /* text-transform: uppercase; */
    display: flex;
}

.pdf-lists li span:nth-child(1) {
    width: 85%;
}

.pdf-lists li span:nth-child(1) img.pdf-icon {
    width: 26px;
    height: 33px;
}

.pdf-lists li span:nth-child(1) img.web-icon {
    width: 30px;
    height: 30px;
}

.pdf-lists li a {
    color: #000000;
    display: flex;
    width: 100%;
}

.pdf-lists li span.text-end {
    justify-content: end;
    width: 15%;
}


/* Static Template Block Starts */

.report-tab-block .nav-tabs {
    border: 1px solid #ccc;
}

.report-tab-block .nav-tabs li {
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.report-tab-block .nav-tabs li:last-child {
    border-bottom: 0;
}

.report-tab-block .nav-tabs li button {
    border: 0;
    font-family: var(--body-font-black);
    font-size: 1.1em;
    color: var(--bg-black);
    width: 100%;
    padding: 15px;
}

.report-tab-block .nav-tabs .nav-item.show .nav-link,
.report-tab-block .nav-tabs .nav-link.active {
    color: var(--bg-em-color);
    background: rgb(204 204 204 / 25%);
    border-radius: 0;
}

.report-tab-block .accordion-body {
    padding: 2em;
}

.report-tab-block .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.report-tab-block table tr th:nth-child(2),
.report-tab-block table tr td:nth-child(2) {
    text-align: center;
}

.report-tab-block table tr th:nth-child(3),
.report-tab-block table tr td:nth-child(3) {
    text-align: center;
}

.report-tab-block .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.report-tab-block .accordion-button:not(.collapsed) {
    border: 0;
    font-family: var(--body-font-black);
    font-size: 20px;
    color: var(--bg-black);
    width: 100%;
    padding: 15px;
}


/* Access Flow Page Starts */

.section-flow .em-btn {
    padding: 7px 25px;
    width: auto;
}

.section-flow td,
.section-flow th {
    border-width: 1px;
}


/* 404 Page Starts */

.error-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.error-box {
    max-width: 600px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.error-code {
    font-size: 96px;
    font-weight: 700;
    color: #dc3545;
}

.error-message {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.error-desc {
    font-size: 16px;
    color: #6c757d;
    margin: 20px 0;
}

.btn-home {
    padding: 10px 30px;
    font-size: 16px;
}


/* Contact Page Starts */

.contact-us p a {
    color: #2F2F2F;
}

.contact-us .form-group {
    margin-bottom: 10px;
}

.contact-us label {
    color: #888888;
    font-family: 'gothamlight';
    margin-bottom: 5px;
}

.contact-us select,
.contact-us input {
    color: #1E1E1E;
    font-family: 'gothambook';
    border: 0;
    box-shadow: none;
    /* font-size: 18px; */
    background-image: url('/wp-content/uploads/2025/07/dropdown-black.png');
    background-repeat: no-repeat;
    background-size: 9px;
    background-color: #D9D9D966;
    padding: 12px 15px;
}

.contact-us input {
    background-image: none;
}

.contact-us input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #1E1E1E;
}

.contact-us input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #1E1E1E;
    opacity: 1;
}

.contact-us input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #1E1E1E;
    opacity: 1;
}

.contact-us input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #1E1E1E;
}

.contact-us input:focus,
.contact-us select:focus {
    box-shadow: none;
    background-color: #D9D9D966;
}

.contact-us .em-btn {
    padding: 7px 40px;
}

.contact-us .contact-details-lists p {
    font-size: 14px;
}


/* Contact Page Ends */


/* Boilerplate Contents Starts */

.boilerplate-page-contents h1,
.boilerplate-page-contents h2,
.boilerplate-page-contents h3,
.boilerplate-page-contents h4,
.boilerplate-page-contents h5,
.boilerplate-page-contents h6 {
    font-family: var(--body-font-bold);
}

.boilerplate-page-contents ul {
    padding-left: 1em;
    margin: 0;
}

.boilerplate-page-contents ul li {
    font-size: 15px;
    color: #2F2F2F;
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 1.5em;
}

.boilerplate-page-contents ul li:before {
    position: absolute;
    content: "";
    background: var(--bg-em-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.boilerplate-page-contents a {
    color: var(--bg-em-color);
    text-decoration: underline;
}

.boilerplate-page-contents .accordion-button:focus {
    box-shadow: none;
}

.boilerplate-page-contents .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: none;
}


/* Boilerplate Contents Ends */


/* Fixed Search Button */

.search-cta {
    position: fixed;
    top: 50%;
    right: -34px;
    transform: rotate(90deg);
    z-index: 999;
}

.search-cta .em-btn {
    border-radius: 0;
    background-color: #000;
    /* text-transform: uppercase; */
    font-family: 'gothambook';
    font-size: 14px;
}

.search-cta .em-btn img {
    width: 16px;
    margin-right: 10px;
}

.desktop-hero {
    border-radius: 15px;
    margin: 1em 0;
    width: 100%;
    height: 460px;
    object-position: center;
    object-fit: cover;
}

.page-id-3354 .desktop-hero {
    object-position: top;
}

.page-template-page-property .search-cta {
    right: -54px;
}


/* Popup Starts */

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    display: block !important;
    opacity: 1 !important;
}

.popup-scroll-wrapper {
    overflow-y: auto;
    padding-right: 10px;
    height: 70vh;
    text-align: center;
    margin-bottom: 1em;
}


/* Optional: make scrollbar visible always */

.popup-scroll-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* for horizontal */
}

.popup-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px;
}

.popup-scroll-wrapper a {
    color: var(--bg-em-color);
}

.popmake .pum-close {
    display: none !important;
}


/* Media Query Starts */

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .desktop-hero {
        height: 500px;
    }
    .project-item-inner {
        height: 460px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (max-width: 1199px) {}

@media (min-width: 1025px) and (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1025px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .px-6 {
        padding-left: 2em;
        padding-right: 2em;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .pt-6 {
        padding-top: 3em;
    }
    .pb-6 {
        padding-bottom: 3em;
    }
    .hero-section .hero-video-wrapper .video-hero-contents {
        width: 100%;
    }
    .hero-section .main-form label {
        font-size: 12px;
    }
    .hero-section .main-form select {
        font-size: 12px;
    }
    .hero-section .main-form .em-btn {
        padding: 3px 13px;
        font-size: 14px;
    }
    .bb-w .btm-details {
        margin-right: 0;
    }
    .township-thumb-item h4 {
        width: 82%;
        font-size: 14px !important;
    }
    .township-thumb-item a img {
        width: 14px !important;
    }
    .tag {
        top: 1em;
        padding: 2px 5px;
        font-size: 14px;
        height: 28px;
    }
    .tag:after {
        left: -14px;
        border-left: 14px solid transparent;
        height: 18px;
    }
    .tag.ready-to-move-in:after {
        border-top: 14px solid #F5921E;
        border-bottom: 14px solid #F5921E;
    }
    .tag.ongoing:after {
        border-top: 14px solid #000;
        border-bottom: 14px solid #000;
    }
    .tag.completed:after {
        border-top: 14px solid green;
        border-bottom: 14px solid green;
    }
    .property_item h4 {
        font-size: 1.125rem !important;
    }
    .contact-us p a {
        font-size: 11px;
    }
    .contact-us select,
    .contact-us input {
        font-size: 16px;
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 991px) {}

@media (max-width: 992px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .header-block .menu-icon {
        z-index: 99999;
        right: 0;
    }
    .offcanvas {
        background-color: #000000;
        z-index: 99999;
    }
    .offcanvas ul li {
        display: block;
        padding-right: 0;
        margin: 5px 0;
    }
    .offcanvas .close-menu {
        border: 0;
        background: transparent;
        color: #F5921E;
        font-size: 15px;
        font-family: var(--body-font-book);
    }
    .header-block.sticky ul li a {
        color: #fff;
    }
    .single-projects .header-block.sticky ul li a,
    .page-template-page-property .header-block.sticky ul li a,
    .page-template-documents .header-block.sticky ul li a,
    .page-template-page-accessflow .header-block.sticky ul li a,
    .error404 .header-block.sticky ul li a {
        color: #fff;
    }
    .single-projects .header-block ul li a,
    .page-template-page-property.header-block ul li a,
    .page-template-documents .header-block ul li a,
    .page-template-page-accessflow .header-block ul li a,
    .error404 .header-block ul li a {
        color: #fff;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 992px) {}

@media (max-width: 767.98px) {
    .moretext {
        font-size: 14px;
    }
    .mega-projects-noclick>.mega-menu-link:hover,
    .mega-projects-noclick>.mega-menu-link {
        color: #fff!important;
    }
    h2.display-4,
    h1.display-4 {
        font-size: 2rem;
    }
    h3.display-6 {
        font-size: 2rem;
    }
    .about-banner {
        background-image: url('/wp-content/uploads/2025/07/About-Us-Mob.jpg')!important;
        min-height: 100vh!important;
        min-height: 100svh!important;
    }
    .about-tab ul {
        padding-left: 0;
    }
    .about-tab li {
        padding-left: 2px!important;
        padding-right: 2px!important;
    }
    .about-tab a {
        font-size: 12px;
    }
    .brand_items .slick-dots {
        bottom: -3em;
    }
    .px-6 {
        padding-left: 1em;
        padding-right: 1em;
    }
    .py-6 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .pt-6 {
        padding-top: 2em;
    }
    .pb-6 {
        padding-bottom: 2em;
    }
    .section-full-height {
        min-height: 520px;
    }
    /* .section-full-height.hero-video-wrapper{
        min-height: 450px;
    } */
    h2 {
        font-size: 1.75em!important;
    }
    p,
    address,
    .projects-location p {
        font-size: 14px;
        /* word-break: break-all; */
    }
    .pum-container.pum-responsive {
        width: 85%;
    }
    .popup-scroll-wrapper {
        height: 60vh;
    }
    .popup-scroll-wrapper p {
        word-break: normal;
    }
    .hero-section .hero-video-wrapper .video-hero-contents {
        width: 100%;
    }
    .hero-section .hero-video-wrapper .video-hero-contents h1 {
        color: #fff!important;
    }
    .main-form-mbl {
        border-radius: 15px;
    }
    .main-form-mbl input {
        background: url(/wp-content/uploads/2025/07/search-icon.png);
        width: 100%;
        height: 100%;
        border: 0;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right;
        font-family: var(--body-font-medium);
    }
    #banner-form .em-btn {
        margin-top: 1em;
    }
    .hero-section .main-form {
        border-radius: 0;
    }
    .hero-section .main-form select {
        padding-left: 10px;
        background-color: #fff;
    }
    .em-pr .category-btn {
        font-size: 14px;
        min-width: auto;
        padding: 5px;
        margin: 0 2px 0;
    }
    .em-pr #subCategorySelect {
        font-size: 14px;
    }
    .em-dev {
        padding: 0 1em 2em;
        height: auto;
    }
    .em-video .video-wrapper .play-button {
        width: 60px;
        height: 60px;
    }
    .em-video .video-contents,
    .single-projects .em-video .video-contents {
        bottom: 1em;
        left: 1em;
    }
    .spec-icon small {
        font-size: 12px;
    }
    .em-video .video-contents img {
        width: 60px;
    }
    .em-video .video-contents h3 {
        font-size: 18px !important;
    }
    .township-thumb-item-container {
        display: none!important;
    }
    .em-township .main-contents {
        top: 3em;
        left: 1em;
    }
    .township-bg-items {
        padding-bottom: 1em;
    }
    .em-news {
        overflow: hidden;
    }
    .em-news a.fs-5 {
        font-size: 18px!important;
    }
    .em-news h5.fs-4 {
        font-size: 18px!important;
    }
    .em-news h5.fs-4 {
        font-size: 18px!important;
    }
    .em-news .news-item {
        margin: 0;
    }
    .footer-top ul {
        margin-bottom: 1em;
    }
    .footer-top a {
        font-size: 13px;
    }
    .footer-bootom p {
        font-size: 13px;
    }
    .footer-bootom ul li a {
        font-size: 13px;
    }
    #custom_html-2 {
        margin: 20px 0;
    }
    #custom_html-3 {
        margin-bottom: 25px;
    }
    .menu-buyers-guide-container,
    .menu-investors-container,
    .menu-about-us-container {
        display: none;
    }
    .widget-title {
        position: relative;
    }
    .footer-block3 .widget-title:after,
    .footer-block4 .widget-title:after {
        position: absolute;
        content: "+";
        right: 0;
        top: 0;
    }
    .footer-block3 .widget-title.active:after,
    .footer-block4 .widget-title.active:after {
        content: "-";
    }
    #custom_html-2 .widget-title:after,
    #custom_html-3 .widget-title:after {
        display: none;
    }
    .footer-top .widget-title {
        font-size: 20px !important;
    }
    .project-hero-contents.position-absolute {
        position: initial!important;
    }
    .property_item a {
        font-size: 14px !important;
    }
    .project-hero-contents {
        width: 100%;
        margin-top: 2em;
    }
    .project-hero-contents .em-btn {
        margin-top: 1em;
    }
    .pr-listing .banner-hero-contents {
        top: 12%;
    }
    .about-banner.section-full-height {
        height: 100vh!important;
        height: 100svh!important;
    }
    .tab-section ul li {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .tab-section ul li:last-child {
        margin-bottom: 0;
    }
    .tab-section ul li.active::after {
        bottom: 0;
    }
    .mfp-wrap {
        height: 100% !important;
    }
    .mfp-container {
        height: 100% !important;
    }
    .mfp-img {
        max-width: 100%!important;
        height: auto!important;
    }
    html.mfp-helper,
    body.mfp-helper {
        height: 100% !important;
    }
    .projects-hero-section.py-6 {
        padding-top: 6em;
    }
    .projects-hero-section .fs-3 {
        font-size: 18px;
    }
    .projects-hero-section p {
        font-size: 12px;
    }
    /* .projects-hero-section .left-block img, .projects-hero-section .left-block h6{
        margin: auto;
        text-align: center;
    } */
    .projects-amenities small {
        font-size: 12px;
    }
    .projects-gallery {
        overflow: hidden;
    }
    .section-accordion .accordion-item .accordion-button {
        font-size: 12px;
        padding: 10px 0;
    }
    .section-accordion .accordion-item .accordion-details {
        display: none;
    }
    .section-accordion .accordion-item .accordion-button::after {
        background-size: 12px;
        width: 15px;
    }
    .pdf-lists {
        padding-left: 0;
    }
    .pdf-lists li {
        font-size: 12px;
    }
    .pdf-lists li span.text-end {
        display: none;
    }
    .pdf-lists li span {
        width: 100%;
    }
    .pdf-lists li span:nth-child(1) {
        width: 100%;
    }
    .pdf-lists li span img {
        width: auto!important;
    }
    .property_items .property_item h4 {
        font-size: 1.125rem!important;
    }
    .project-lists-banner {
        background-image: url('/wp-content/uploads/2025/07/Projects-Mob.jpg')!important;
        min-height: 70vh;
    }
    .project-lists-banner.residential-projects {
        background-image: url('/wp-content/uploads/2025/08/resi-mbl-banner.jpg')!important;
    }
    .direct_slider,
    .mem_slider,
    .brand_items {
        padding-bottom: 1em;
        padding-left: 0;
        padding-right: 0;
    }
    .direct_slider .slick-slide,
    .mem_slider .slick-slide,
    .brand_items .slick-slide {
        margin: 0 10px;
    }
    .report-tab-block .accordion-button:not(.collapsed) {
        font-size: 18px;
    }
    .report-tab-block .accordion-body {
        padding: 1em;
    }
    .report-tab-block .accordion-body h3 {
        font-size: 18px!important;
    }
    .contact-us select,
    .contact-us input {
        font-size: 16px;
        padding: 8px 15px;
    }
    .projects-gallery .popup-gallery a {
        height: 200px;
    }
    .bb-w {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .bb-w a {
        left: -10px;
    }
    .mbl-hero {
        border-radius: 10px;
        margin-top: 10px;
        height: 300px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .page-id-2670 .mbl-hero {
        object-position: top center !important;
    }
    .bb-w .btm-details {
        width: 100%;
    }
    .township-bg-items {
        padding-bottom: 3em;
    }
    .township-bg-items .slick-dots {
        bottom: 0;
    }
    .search-cta {
        position: fixed;
        top: inherit;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        transform: none;
    }
    .page-template-page-property .search-cta {
        right: 0;
    }
    .herolink {
        font-size: 13px;
        padding-right: 0!important;
    }
    .herolink img {
        display: none;
    }
    .inner-hero-section.investor-banner {
        background-image: url(/wp-content/uploads/2025/08/Investor-Relations_920-x-960-1.jpg)!important;
    }
    .inner-hero-section.contact-banner {
        background-image: url(/wp-content/uploads/2025/08/Contact-Us_920-x-960.jpg)!important;
    }
    .about-banner h1 {
        padding: 0 1em;
    }
    /* .project-details h4 span {
            font-size: 13px;
    } */
    /* .project-details h4.fs-5 {
        font-size: 17px;
    } */
}

.sub_title {
    display: inline-block;
    color: #2F2F2F;
    font-family: var(--body-font-light);
    font-size: 16px;
}