:root {
    --max-content-width: 90%;
    --mask-size: 280px;
}

html {
    min-height: 100%;
}

body.home div#page {
    /* border: 0px solid #000; */
    width: auto;
    margin: 0 auto;
    margin-top: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0
}

html {
    /* min-height: 100%; */
    overflow-x: hidden;
    position: relative;
    /* padding-bottom: 90px; */

}

body {
    color: #000;
    font-family: 'Montserrat' !important;
    font-size: 18px;
    overflow: hidden !important;
    /* padding-bottom: 80px; */
    min-height: 100vh;
}

body:not(.home) .site {
    width: 95%;
    margin: 0px auto 30px auto;
/*     border: 2px solid #000; */
}

/*
body.page-nebaraa header nav {
    display: none;
}
*/
.homeBackground {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    height: 150vh !important;
}

.nebaraaBackground {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
	min-height: 80vh !important;
}

.nebaraaContent {
    position: absolute;
    top: 36%;
	left: 53%;
    padding: 30px;
    max-width: 550px
}

.nebaraaContent img {
    width: 160px;
	margin-bottom: 10px;
}

.nebaraa-pageBanner {
    position: relative;
}

p, li {
    /* font-family: 'Montserrat' !important; */
    font-family: 'gill_sanslight';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: 500;
}

h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 35px;
}

.project-title {
    font-weight: 600;
    /* text-align: center; */
    letter-spacing: 2px;
    margin-bottom: 35px;
    /* padding-left: 55px; */
}

h2.section-title {
    font-size: 35px;
    line-height: 1.2em;
}

h4 {
    font-family: 'gill_sansmedium';
    font-size: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

h5 {
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    letter-spacing: 0.06em;
    font-size: 18px;
/*     font-size: 20px; */
    /* font-weight: 500; */
    font-family: 'gill_sansmedium';
    
}

.page-about h2.section-title {
    font-family: 'gill_sanslight';
    font-size: 20px !important;
    font-weight: 600 !important;
}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none !important;
}

a:visited {
    color: inherit;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.site-main.contact {
    background: url(/wp-content/uploads/2025/07/sunkissed-stone-resized-1.jpg) no-repeat center top;
    min-height: 95vh !important;
}


.site {
    height: 85%;
}

.container-fluid {
    /* padding: 0 50px; */
    max-width: 1400px;
    /* max-width: 1200px; */
}

.portfolio-desktop .container-fluid {
    /* max-width: 1500px; */
    padding: 0;
}

.intro-para:nth-child(1) {
    margin-bottom: 20px;
}

/* .page {
    margin-bottom: 100px;
} */

.founder-name {
    font-weight: 600;
    font-family: 'Montserrat' !important;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.default-page-size {
    /* width: 1280px; */
    max-width: 100%;
    margin: 0 auto;
    /* padding-top: 45px; */
    /* background-color: #f5f5f5; */
}

.project_category {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-style: italic;
}

.site-header {
    /* padding: 20px 50px; */
    padding-top: 3rem;
    text-align: center;
    /* position: fixed; */
    /* z-index: 999; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    transition: all 0.5s;
    /* background: #fff; */
}

.site-header.active {
    background: #fff;
}

.menu-primary-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-navigation {
    /* padding: 15px; */
    /* padding-bottom: 150px; */
    /* background: #fff;
    background-size: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none; */
    margin: 0rem 0 4rem 0;
}

.main-navigation ul {
    /* flex-direction: column; */
    display: flex;
    justify-content: space-between;
    /* max-width: 1024px; */
    max-width: 767px;
    width: 100%;
}

.main-navigation li {
    padding: 10px 0;
    font-family: 'Montserrat';
    /* font-size: 25px; */
    /* text-transform: uppercase; */
    text-align: center;
    /* margin-bottom: 45px; */
}
/* 
.main-navigation li:last-child {
    margin-bottom: 0;
} */

.main-navigation li a {
    color: #333;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
}

.main-navigation li a:focus,
.main-navigation li a:active {
    outline: 0;
}
/*
.menu-button {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 999;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: inline-block;
    border: 1px solid #00ff00;
}

.menu-button:hover,
.close-button:hover {
    cursor: pointer;
}

.menu-button span {
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 15px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-button span:nth-child(2) {
    left: 0;
    margin-top: 7px;
}

.menu-button-active span {
    -webkit-transform: translate3d(0, 3px, 1px) rotate(45deg) !important;
    transform: translate3d(0, 3px, 1px) rotate(45deg) !important;
    background: #333;
}

.menu-button-active span:nth-of-type(2) {
    -webkit-transform: translate3d(0, -4px, 1px) rotate(135deg) !important;
    transform: translate3d(0, -4px, 1px) rotate(135deg) !important;
}
*/

.menu-button {
    display: none;
}

.project-thumbnail {
    margin-bottom: 5px;
}

.project-thumbnail img,
.project-thumbnail a,
.project-thumbnail {
    line-height: 0;
}

.project-thumbnail img {
    width: 100%;
}

.project-column {
    margin-bottom: 100px;
    padding: 0 50px;
}

section.portfolio {
    width: 100%;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.site-main {
    margin-bottom: 30px;
    /* margin-top: 58px; */
    /* margin-top: 35px; */
}

.page-home .site-main {
    margin-top: 0;
}

.site-main.contact {
    /* margin-top: 110px;
    margin-bottom: 80px; */
/* 	padding-top: 130px; */
/*     padding-bottom: 110px; */
	
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer {
    padding: 100px 0 30px 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 120px;
}

.site-footer {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    /* position: absolute;
    bottom: 0; */
}

#footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    color: #000;
}

#footer-menu li:not(:last-child) {
    border-right: 1px solid #000;
}
/* 
#footer-menu li:last-child {
    border-right: 0;
} */

#footer-menu a {
    color: #000;
    display: block;
    padding: 0px 0px;
    letter-spacing: 1px;
}

.footer-column > div {
    display: flex;
    justify-content: flex-end;
}

.footer-column > div:not(:last-child) {
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize !important;
}

.wt-normal {
    font-weight: normal;
}

.about-intro {
    margin-bottom: 50px;
}

.process h4 {
    /* margin-bottom: 25px; */
    margin-bottom: 20px;
}

.architectural-coordination {
    margin-bottom: 50px;
}

.interior-architecture {
    text-align: center;
}

.interior-architecture h5 {
    margin-bottom: 15px;
}

.interior-architecture .main-list > li {
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-size: 15px;
}

.interior-architecture .main-list > li span {
    display: inline-block;
    width: 15px;
    text-align: center;
}

.main-list li:hover {
    cursor: pointer;
}

.interior-architecture .main-list ol {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    font-family: 'Montserrat';
}

.interior-architecture .main-list ol li {
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.sublist {
    display: none;
}

.text-center {
    text-align: center;
}

.process {
    margin-bottom: 50px;
}

.founder-column-container {
    margin-bottom: 50px;
}

.founders h4,
.client-list h4 {
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ccc;
}

.founder-image {
    margin-bottom: 15px;
}

.founder-image img {
    width: 100%;
}

.view-team {
    display: block;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.client-column {
    margin-bottom: 30px;
    padding-right: 4em;
}

.client-column h5 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: 'gill_sansmedium';
}

.client-location {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'gill_sanslight';
    letter-spacing: 1px;
    font-style: italic;
}

/*
.contact-items {
    margin-bottom: 25px;
    font-family: 'gill_sansregular';
    font-weight: 500;
    font-size: 20px;
}
*/

.contact-items {
    margin: 0 auto;
    margin-bottom: 0;
    font-family: 'gill_sansregular';
    font-weight: 500;
    font-size: 20px;
    max-width: 767px;
    width: 100%;
    padding: 20px 50px;
    /* margin: 0 auto; */
}

.contact-items:last-child {
    margin-bottom: 0;
}

.location-icon img {
    width: 20px;
    position: relative;
    top: -5px;
}

.nav-previous img,
.nav-next img {
    width: 30px;
}

.project-nav-links {
    position: relative;
    /* margin-top: 60px !important; */
    margin-top: 40px;
    margin-bottom: 60px !important;
    font-family: 'Montserrat';
    font-weight: 500;
}

/* .project-nav-links .nav-links a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -2px;
} */


.nav-links a {
    /* text-decoration: underline; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
}

.back-to-projects {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.back-to-projects img {
    width: 30px;
}

.project-content {
    padding: 0 0;
}

.elementor-widget-text-editor p,
.elementor-widget-text-editor {
    font-family: 'Montserrat' !important;
    font-size: 18px !important;
    color: #000 !important;
    margin-bottom: 6px !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    /* padding: 0 40px !important;
    margin-bottom: 30px; */
    padding: 0 15px !important;
    margin-bottom: 30px;
}

.apply.contact-items {
    font-size: 20px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.project-thumbnail {
    opacity: 1;
    transition: 0.5s;
}

.project-thumbnail:hover {
    opacity: 0
}

/* .home-page-banner {
    margin-bottom: 100px;
} */

.home-page-banner img {
    width: 100%;
}

.ml9 {
    position: relative;
    /* font-weight: 200; */
    /* font-size: 4em; */
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.portfolio-mobile {
    display: none;
}
/* 
.head-office-heading {
    font-size: 20px;
} */

.project-details p {
    font-family: 'adobe_garamond_proregular' !important;
    font-weight: 400;
}

.project-details strong {
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat' !important;
}

img.custom-logo {
    width: 450px;
}

.social-icons-container .icon {
    margin: 0 5px;
}

.social-icons-container .icon svg {
    width: 40px;
}

.dark {
    background: #1a1a1a;
    color: #fff;
    padding: 100px 0 70px 0;
}

.mw-1200 {
    max-width: 1200px;   
}

.main-navigation .menu li {
    /* opacity: 0; */
    position: relative;
    /* top: 20px; */
    transition: all 1s;
    padding: 0 15px;
}

.main-navigation .menu li.open {
    opacity: 1;
    top: 0;
}

.main-navigation .menu li:nth-child(1).open {
    transition-delay: 0s
}

.main-navigation .menu li:nth-child(2).open {
    transition-delay: 0.2s
}

.main-navigation .menu li:nth-child(3).open {
    transition-delay: 0.4s
}

.main-navigation .menu li:nth-child(4).open {
    transition-delay: 0.6s
}

.main-navigation .menu li:nth-child(5).open {
    transition-delay: 0.8s
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.the-founders {
    margin-bottom: 30px;
}

#team {
    display: none;
}

.team {
    padding: 0px 20px 100px 20px;
}

.associates-container {
    margin-bottom: 30px;
}

.profile-image,
.profile-name,
.profile-designation {
    margin-bottom: 10px;
}

.profile-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.profile-designation {
    font-size: 14px;
}

.team-member-container {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.team-member-container .profile-image {
    margin-bottom: 0;
}

.team-member-container .profile-image img {
    width: 100%;
}

.team-member-container .profile-name {
    font-size: 14px;
    padding: 7px 0px;
    position: absolute;
    background: rgba(255,255,255,1);
    bottom: -30px;
    width: 90%;
    transition: all 0.5s;
    opacity: 0;
    color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.team-member-container .profile-name.mouseover {
    opacity: 1;
    bottom: 0;
}

.largeTitle {
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

/* .largeTitle.bold {
    font-weight: 800;
} */

.home-content {
    margin-bottom: 150px;
}

.home-content p {
    margin-bottom: 40px;
}

.home-content-two {
    margin-bottom: 150px;
}

.home-content-two h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.home-content-two a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

.project-container h5 {
    /* margin-bottom: 5px; */
    font-size: 14px;
    font-weight: 700;
}

.project-location {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.project-card-image {
    margin-bottom: 5px;
    position: relative;
}

.main-image-container {
    position: relative;
    z-index: 10;
}
/* 
.project-card-image .main-image-container img {
    filter: grayscale(100%);
} */

.project-card-image .main-image-container,
.project-card-image .hover-image-container {
    transition: opacity 1s;
}

.project-card-image .hover-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.project-container h5,
.project-container .project-location {
    transition: all 0.5s;
    opacity: 0;
}

.project-container:hover .main-image-container {
    opacity: 0;
}

/* .project-container:hover .hover-image-container {
    opacity: 1;
} */

.project-container:hover h5,
.project-container:hover .project-location {
    opacity: 1;
}

.col-center {
    justify-content: center;
}

.max-content-width {
    max-width: var(--max-content-width);
    width: 100%;
    margin: 0 auto;
}

p,
.no-bullets li {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.no-bullets.single-line {
    display: flex;
}

.no-bullets.single-line li {
    margin-right: 50px;
}

p {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 18px;
}

.nebaraaContent p {
    font-size: 16px;
    padding-left: 14%;
}

.no-bullets li {
    margin-bottom: 5px;
}

.project-details {
    /* padding-top: 20px; */
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
}

.project-details .no-bullets li {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'gill_sansregular';
}

.project-details li .heading {
    font-family: 'gill_sansmedium';
}

.project-details li:not(:last-child) {
    margin-bottom: 15px;
}

.projectdetails-value {
    font-family: 'adobe_garamond_proregular';
    font-size: 20px;
}
/* 
.floor-plans-row {
    margin-bottom: 110px;
    margin-top: 110px;
} */

.bw {
    filter: grayscale(100%);
}

b, strong {
    font-weight: 600;
}

.team-designation {
    font-size: 17px;
}

.associate-column {
    margin-bottom: 90px !important;
}

.associate-column figure {
    margin-bottom: 0px;
}

.associate-column h4 {
    font-family: 'gill_sansmedium';
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}

.associate-column .team-designation {
    font-family: 'adobe_garamond_proregular';
    font-size: 19px;
    letter-spacing: 0.04em;
}

.associate-column img {
    margin-bottom: 25px;
}

.button-show-more a {
    border-radius: 0px;
    border: 0px;
    display: flex;
    align-items: center;
    line-height: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.button-show-more a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #333;
}

.show-mobile {
    display: none;
}

.custom-button a {
    border-width: 1px;
    padding-top: 0.6em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.more-team-container {
    width: 100%;
    flex-wrap: wrap !important;
}

.more-team-container > div {
    width: 20% !important;
    flex-grow: unset !important;
    flex-basis: auto !important;
}

.team-card {
    margin-bottom: 30px;
}

/* .team-image {
    margin-bottom: 10px;
} */

.row-gap {
    gap: 30px;
}

.team-card h4 strong {
    font-size: 13px;
}

.address p {
    /* font-size: 20px; */
    font-family: 'gill_sansregular';
}

.breadcrumbs,
.page-title h1 {
    color: #9c9c9c;
    font-style: italic;
    font-family: 'gill_sansregular';
    margin-bottom: 20px;
}

.page-title h1 {
    font-family: 'gill_sanslight';
    font-size: 20px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.thin {
    font-weight: 400;
}

.project-page-end-spacer {
    height: 80px;
}

.project-gallery img {
    width: 100%;
}

.project-gallery > div > div {
    margin-bottom: 0;
    padding: 0;
    padding: 12px;
}

/*
[type=button] {
    -webkit-appearance: button;
    height: 2px;
    padding: 0;
    width: 30px;
    position: relative;
    left: 50px;
    border-radius: 0;
    border: 0;
}
*/

.home-project-details {
    position: absolute;
    bottom: 7%;
    left: 10%;
    color: #fff;
}

.home-project-details h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.home-project-details .project-location {
    font-size: 15px;
    font-weight: 400;
}

.project-column-container {
    padding: 15px;
}

.carousel-indicators [data-bs-target] {
	width: 6px !important;
	height: 6px !important;
	border-radius: 50% !important;
    margin-left: 6px;
    margin-right: 6px;
}

.site-branding {
    margin-bottom: 3rem;
}

.site-branding .custom-logo-link {
    position: relative;
    z-index: 1000;
    line-height: 0;
}

.site-branding .custom-logo-link.active {
    /* background: #fff; */
    background: #333;
    mask-image: url('/wp-content/uploads/2022/12/neterwala-logo.svg');
    mask-repeat: no-repeat;
    mask-position: left top;
    width: var(--mask-size);
    height: 15px;
    /* margin-top: 8px; */
    
}
/* 
body:not(.home) .site-branding .custom-logo-link.active {
    margin-top: 0.9rem;
} */

.site-branding .custom-logo-link.active img {
    display: none;
}

.instagram-row > div {
    padding: 0;
    padding: 8px 8px;
}

/* .projects-template-default .container-fluid {
    padding: 0 110px;
} */

.is-layout-flex.associates-container,
.is-layout-flex.team-container {
    display: none;
}

.bt-view-our-team:hover {
    cursor: pointer;
}

.founders-names {
    font-family: 'gill_sansmedium';
    letter-spacing: 0.15em;
}

.founders-names strong {    
    font-weight: initial;
}

.team-container {
    /* max-width: 920px !important; */
    margin: 0 auto;
}

.team-container .team-card-column {
    padding: 0 0px;
    max-width: 17.80%;
}

/* .floor-plans-row > div:nth-child(2) .floor-plan-container img {
    width: 70%;
} */

.screen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.image-popup {
    max-width: 900px;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99999;
    padding: 10px;
}

.close-button {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 15px;
    top: 15px;
}

.close-button span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 5px;
}

.close-button span:nth-child(1) {
    rotate: 45deg;
    left: -2px;
}

.close-button span:nth-child(2) {
    rotate: -45deg;
}

.screen {
    display: none;
}

.image-popup {
    display: none;
}

.footer-na-logo {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3%;
}

.footer-na-logo img {
    width: 120px;
}

body .is-layout-flex.button-more {
    display: none;
    text-align: center;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    flex-direction: row-reverse;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: start
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
    text-align: end;
}

.contact-items a {
    letter-spacing: 0.02em;
}

.page-title,
.breadcrumbs {
    display: none;
}

/* .project-gallery {
    margin-bottom: 50px;
} */
/* 
.mainClienteleSection {
    position: relative;
} */

.alphabet-container {
    position: absolute;
    top: 13.5em;
    right: 50px;
}

.alphabet-container.affix {
    position: fixed;
    top: 30px;
    right: 50px;
}

.alphabet-container li {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 12px;
    color: #999;
    line-height: 1.2em;
}

.alphabet-container li:hover,
.alphabet-container li.active {
    cursor: pointer;
    color: #333;
}

.single-projects .largeTitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    /* text-align: center; */
}

.lb-dataContainer {
    display: none !important;
}

.full-team-container {
    gap: 2.75%;
}

.lightboxOverlay {
    background-color: #fff;
    overlay: .6;
}

body.page-projects .site-main {
    max-width: 90%;
    margin: 0 auto;
}

body.page-privacy-policy {
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.lightbox .lb-image {
    border: 0px !important;
    border-radius: 0px !important;
}

.lb-outerContainer {
    /* position: fixed !important; */
    /* top: 50% !important; */
    /* left: 50% !important; */
    /* transform: translate(-50%,-50%) !important; */
}

body.page-privacy-policy article {
    margin-top: 80px;
}

/* .project-details ul {
    display: flex;
    justify-content: space-between;
} */

.uk-lightbox {
    background: rgba(0,0,0,0.9);
}

.uk-lightbox-toolbar {
    background: rgba(0, 0, 0, .9);
    background: transparent;
}

.uk-lightbox-toolbar button {
    position: absolute;
    right: 45px;
}

/* .uk-lightbox-button {
    background: rgba(0,0,0,.05);
} */

/* .home .main-navigation {
    position: fixed;
    bottom: 2rem;
} */

.site-main {
    padding: 0 2rem;
    margin-bottom: 0;
}

.home.page {
    margin: 0;
}

.home .page {
    margin: 0;
}

.home .main-navigation li a {
    color: #fff;
}

.home .site-header {
    position: fixed;
    padding: 5.5rem 0;
}

.home .site-branding {
    background: #fff;
    mask-image: url(/wp-content/uploads/2022/12/neterwala-logo.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 360px;
}

.home .site-branding img {
    display: none;
}

.home .site-footer {
    display: none;
}

.home .row-white {
    background: #fff;
    height: 2em;
    width: 100%;
    position: fixed;
}

.align-top {
    top: 0;
    left: 0;
}

.align-bottom {
    bottom: 0;
    left: 0;
}

.founders-side-column {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.founders-row {
    display: flex;
    gap: 24px;
    margin-top: 25px;
}

.founders-container img {
    display: block;
    margin-bottom: 6px;
}

.founders-container h4 {
    font-size: 16px;
    font-weight: 600;
}

.founders-row-auto-column {
    display: none !important;
}

.founders-side-column div,
.founders-row div {
    display: flex;
    flex-direction: column;
}

.about-content-container .col-12 {
    display: flex;
    justify-content: flex-end;
}

.about-content {
    margin-top: 80px;
    width: 84%;
}

body.home {
    padding-bottom: 0;
}

a:visited.uk-lightbox-button {
    color: #fff;
}

.contact-items, .contact-items h5 {
    color: #000;
}

.contact-items a,
.address p {
    font-size: 16px;
}

.contact-icon img {
    width: 22px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.about-banner-container {
    position: relative;
    max-width: 760px;
    width: 100%;
    /* height: 535px; */
    height: 30em;
    margin-bottom: 50px;
}

.about-image {
    position: absolute;
    z-index: initial;
    transition: all 0.6s;
}

.about-image.active {
    z-index: 99;
    scale: 120%;
}

.about-image-1 {
    width: 250px;
    top: 70px;
    left: 0;
}

.about-image-2 {
    max-width: 311px;
    left: 14%;
    top: 10px;
}

.about-image-3 {
    max-width: 310px;
    top: 70px;
    left: 21%;
}

.about-image-4 {
    max-width: 288px;
    width: 100%;
    left: 35%;
    top: 46px;
}

.about-image-5 {
    max-width: 335px;
    width: 100%;
    top: 0;
    right: 0;
}

.site-main.contact {
	padding-top: 130px;
	padding-bottom: 75px;
}

@media screen and (max-width: 1200px) {
    .main-navigation ul {
        justify-content: space-around;
    }
}

@media screen and (max-width: 980px) {
    #footer-menu {
        flex-direction: row;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.associate-column {
        flex-basis: 45% !important;
        flex-grow: 0;
    }

    .team-image {
        margin-bottom: 0;
    }

    .team-card h4 {
        line-height: 0.8em;
    }

    .teamcard h4 strong {
        font-size: 12px;
    }
}

@media screen and (max-width: 781px) {
    .team-container .team-card-column {
        /* padding: 0 0px; */
        padding: 0 10px;
        max-width: initial;
    }

    .full-team-container {
        gap: 0;
    }

    /* .full-team-container {
        gap: 20px;
    } */

    /* .team-container .team-card-column {
        flex-grow: 1;
    } */

    .team-container .team-card-column {
        flex-grow: 0;
        /* width: 46%; */
    }

    .team-card h4 strong {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {

    .site {
        margin-bottom: 100px;
    }

    .site-footer .row > div {
        padding: 30px 0 10px 0;
        text-align: center;
    }

    .home .row-white.align-top,
    .home .row-white.align-bottom {
        display: none;
    }

    .homeBackground {
        background-position: center -150px !important;
    }

    .site-header {
        padding-top: 1.8rem;
        padding-bottom: 1.5rem;
    }

    .site-header.active {
        height: 100vh;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .home .site-header.active {
        width: 100%;
    }

    .home .site-header {
        padding: 2rem 0;
    }

    .home .site-header.active .main-navigation li a {
        color: #000;
    }

    .home .site-header.active .site-branding {
        background: #000;
    }

    .menu-button {
        display: flex;
        width: 35px;
        height: 35px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 1.2em;
        right: 0.3em;
        z-index: 999;
    }

    .menu-button span {
        width: 5px;
        height: 5px;
        border-radius: 10px;
        position: absolute;
    }

    body:not(.home) .menu-button span {
        background: #000;
    }

    .menu-button span:nth-child(1) {
        top: 5px;
    }

    .menu-button span:nth-child(2) {
        top: 50%;
        transform: translateY(-40%);
    }

    .menu-button span:nth-child(3) {
        bottom: 3px;
    }

    .main-navigation {
        margin-bottom: 0rem;
        display: none;
        height: 100vh;
    }

    .main-navigation li:not(:last-child) {
        margin-bottom: 4rem;
    }

    .site-branding {
        padding: 0 0px;
        margin-bottom: 0;
    }

    .home .site-branding {
        mask-size: var(--mask-size);
    }

    .home .site-header .menu-button span {
        background: #fff;
    }

    .home .site-header.active .menu-button span {
        background: #000;
    }

    img.custom-logo {
        width: var(--mask-size);
    }

    .site-main {
        padding: 0;
    }

    body.page-projects .site-main {
        max-width: 100%;
    }
/* 
    .menu-button {
        right: 8px;
    } */

    body > .container-fluid {
        padding: 0 20px;
    }

    .site-footer .row > div #footer-menu {
        justify-content: center;
    }

    .client-list > .row {
        padding-right: 50px;
    }

    .portfolio-mobile {
        display: block;
    }

    .portfolio-desktop {
        display: none;
    }

    .project-column {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .floor-plans-row > div:nth-child(2) .floor-plan-container img {
        width: 100%;
    }

    .project-details ul {
        display: initial;
    }

    .mobile-spacing a:not(:last-child) {
        margin-bottom: 24px;
    }

    .founders-side-column {
        display: flex;
        flex-direction: row;
        gap: 25px;
        margin-top: 25px;
    }

    .founders-row {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .founders-row div {
        width: 45%;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
    }

    .founders-row-auto-column {
        display: block !important;
    }

    .site-footer {
        position: relative;
    }

    .footer-column > div {
        justify-content: center;
    }

    .about-content {
        margin-top: 50px;
        width: 100%;
    }

    .main-navigation ul {
        flex-direction: column;
    }

    .client-list {
        margin-top: 2rem;
    }

    .founders-row div:last-child {
        flex-grow: 0;
        width: 45%;
    }

    .uk-lightbox.uk-open.uk-active.uk-transition-active .uk-slidenav {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    .project-container h5,
    .project-container .project-location {
        opacity: 1;
    }

    .menu-primary-container ul {
        position: absolute;
        top: 50%;
        transform: translateY(-80%);
    }
    
    .alphabet-container {
        top: 7.5em;
        right: 22px;
    }

    .alphabet-container.affix {
        /* top: 30px; */
        right: 22px;
    }

    body.home .menu-button {
        top: 1.5em;
        right: 15px;
    }

    /* .site-header.active .site-branding {
        padding: 0 0px;
        margin-bottom: 0;
        position: absolute;
        top: 2.6em;
        left: 50%;
        transform: translateX(-50%);
    } */

    .site-header.active {
        padding-top: 1.9rem;
    }

    body.home .site-header.active {
        padding-top: 2rem;
    }

    .about-banner-container {
        height: auto;
    }
	
	.site-main.contact {
		padding-top: 0px;
		padding-bottom: 75px;
	}
	
	.nebaraaBackground {
		min-height: 55vh !important;
	}
	
	.nebaraaContent {
        top: 32%;
        left: unset;
        right: -50px;
        max-width: 385px;
        width: 100%;
	}
	
	.mobile-row-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 565px) {
    :root {
        --max-content-width: 98%;
    }

    .max-content-width {
        max-width: var(--max-content-width);
        width: 100%;
        margin: 0 0;
    }
/* 
    body.home .menu-button {
        top: 1.5em;
        right: 15px;
    }
 */
    .alphabet-container,
    .alphabet-container.affix {
        right: 0.5em;
    }

    .menu-button {
        width: 15px;
    }
	
	.nebaraaBackground {
		min-height: 40vh !important;
	}
	
	 .nebaraaContent {
        top: 30%;
        left: 32%;
        padding-left: 0;
    }
	
	.nebaraaContent p {
        font-size: 16px;
        padding-left: 0;
        max-width: 250px;
        margin-top: 90px;
    }
	
	.nebaraaContent img {
        margin-left: 66px;
    }
	
	.page-nebaraa .site-main {
		min-height: 60vh;
		position: relative;
	}
}

@media only screen and (max-width: 980px) and (orientation: landscape) {

    .main-navigation ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

}