
/***** 1. Common - Font Installation *****/
/*Mainfont - Gilroy*/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Thin.ttf');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-UltraLight.ttf');
    font-weight:200;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Light.ttf');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Regular.ttf');
    font-weight:400;
    font-style:normal;
}@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Medium.ttf');
    font-weight:500;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-SemiBold.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Bold.ttf');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-ExtraBold.ttf');
    font-weight:800;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Black.ttf');
    font-weight:900;
    font-style:normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Heavy.ttf');
    font-weight:1000;
    font-style:normal;
}

/****** 2. Common - General Stylings *****/
*{
    --clr-1: #ffffff;
    --clr-2: #f6f6f6;
    --clr-3: #c49e77;
    --clr-4: #212620;
    --clr-5: #c3901f;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /* transform-style: preserve-3d; */
}
::-webkit-scrollbar {
    width: 8px;
} 
::-webkit-scrollbar-track {
    background:#fff;
} 
::-webkit-scrollbar-thumb {
    /*background-color: #1f1f1f;*/
    outline: 1px solid #fafafa;
    border-radius: 2px;
    background: var(--clr-prime);
}
::-moz-selection { 
    background: var(--clr-prime); 
    color:#ffffff;
}
::selection { 
    background: var(--clr-prime); 
    color:#ffffff;
}
button:focus, button:active, button:hover{
    outline: 0px;
    /* border:0px; */
}
html{
    /* scroll-behavior: smooth!important; */
}
a{
    text-decoration: none;
    color: var(--clr-t-1);
}
body{
    position: relative;
    font-family: 'Gilroy';
    overflow-x: hidden;
    left: 0;
    width: 100vw;
    font-size: 17px;
    overflow-y: scroll;
    /* line-height: 1.5; */
    font-weight: 500;
    background: #fff;
    color: var(--clr-4);
}
.container{
    position: relative;
    width: 100%;
    padding: 0 10%;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
p{
    color: var(--clr-t-2);
    font-size: 15px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,107,251, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0,107,251, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,107,251, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,107,251, 0.4);
        box-shadow: 0 0 0 0 rgba(0,107,251, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0,107,251, 0);
        box-shadow: 0 0 0 10px rgba(0,107,251, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,107,251, 0);
        box-shadow: 0 0 0 0 rgba(0,107,251, 0);
    }
}


/*Lenis Scroll attributes*/
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
.section-subtitle {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--clr-t-2);
}

.main-title-section {
    margin-top: 2.5rem;
    font-size: 3.5rem;
    line-height: 120%;
    font-weight: 600;
    color: var(--clr-t-1);
}

.section-para {
    margin:3rem 0;
}
.inner-content{
    margin-top:5rem;
}
.main-section {
    padding-top: 1rem;
    background: var(--clr-4);
}
/*Navigation Styles*/


#normal-nav {
    position: relative;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 20px 0; */
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
    background: var(--clr-4);
    /* box-shadow: 0rem 4rem 20rem 0rem rgba(109, 122, 128, .2); */
}

.nav-inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    flex-direction: row;
}

.menu-area {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    height: 85px;
}

.menu-item {
    font-weight: 500;
    color: var(--clr-t-1);
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 3rem;
    color: var(--clr-1);
}

.menu-item.active:before {
    margin: 0 10px 0px 0;
    display: -webkit-inline-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-prime);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(43,180,70, 0.4);
    animation: pulse 2s infinite;
    content: '';
}

.sm-area {
    display: flex;
    align-items: center;
}

.phone-link {
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 13px;
    color: var(--clr-t-1);
    /* margin-right: 1.5rem; */
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    margin-left: 10px;
}

.phone-link:hover {
    color:var(--clr-prime);
}

.menu-item.active, .menu-item:hover {
    color: var(--clr-3);
}

/*Home Section*/


#home {
    position: relative;
    width: 100%;
    padding-top: 9rem;
}

.hero-section {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 5rem;
}

.hero-title {
    font-size: 3.6rem;
    line-height: 120%;
    font-weight: 600;
    color: var(--clr-t-1);
}

.hero-title span {
    color: var(--clr-prime);
}

.hero-section p {
    margin: 40px 0;
    max-width: 380px;
    font-size: 17px;
    line-height: 140%;
}

.slider-section {
    position: relative;
    width: 100%;
    height: 100%;
}

.hm-serv-inner {
    position: relative;
    width: 90%;
    margin: 0 2%;
    min-height: 70vh;
    padding: 2.5rem;
    transition: .25s ease-in-out;
    overflow: hidden;
    border: 1px solid rgba(157, 174, 182, .2);
    display: flex;
    /* flex-direction: column; */
    background: #fff;
}

.hm-serv-title-sec {
    align-self: flex-end;
    position: relative;
    z-index: 3;
    justify-self: flex-end;
    position: relative;
}

.hm-serv-title-sec h2 {
    color: var(--clr-t-1);
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    transition: all .5s ease;
}

.slick-current .hm-serv-inner {
    min-height: 80vh;
}

.hm-serv-title-sec p {
    opacity: 0;
    font-size: 14px;
    line-height: 140%;
    margin: 20px 0 0;
    font-weight: 500;
    color: #fff;
    transition: all .5s ease;
    height: 0;
    display: none;
}

.hm-serv-img-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all .5s ease;
    z-index: 2;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
}

.slick-current .hm-serv-title-sec p {
    display: flex;
    opacity:1;
    height: auto;
}

.hm-serv-img-sec:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--clr-prime);
    opacity: .6;
    top: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.013)8.1%,rgba(0,0,0,.049)15.5%,rgba(0,0,0,.104)22.5%,rgba(0,0,0,.175)29%,rgba(0,0,0,.259)35.3%,rgba(0,0,0,.352)41.2%,rgba(0,0,0,.45)47.1%,rgba(0,0,0,.55)52.9%,rgba(0,0,0,.648)58.8%,rgba(0,0,0,.741)64.7%,rgba(0,0,0,.825)71%,rgba(0,0,0,.896)77.5%,rgba(0,0,0,.951)84.5%,rgba(0,0,0,.987)91.9%,#000);
}

.slick-current .hm-serv-img-sec {
    opacity: 1;
    filter: grayscale(0);
}

.slick-current .hm-serv-title-sec h2 {
    color: #fff;
}

.slick-dots {
    bottom: 30px;
    right: auto;
    /* width: 30%; */
    display: flex;
    justify-content: center;
    left: auto;
    z-index: 10;
}
.slick-dots li{
    width:10px;
    height: 10px;
}
.slick-dots li button{
    background: #9daeb6;
    width:10px;
    height: 10px;
    padding: 0;
}
.slick-dots li button:before{
    content:'';
}
.slick-dots li.slick-active button{
    background: var(--clr-prime);
}

/*About Section*/
#about {
    margin-top: 5rem;
}

/*Mission Section*/
.service-flex-outer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    flex-wrap: wrap;
}

.mis-inner {
    position: relative;
    padding: 40px;
    border: 1px solid rgba(157, 174, 182, .2);
    width: 23%;
}

.icon-area {
    width: 75px;
    height: 75px;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.mission-ico {
    position: relative;
    width: 100%;
}

.mistext-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-top: 2.5rem;
    color: var(--clr-t-1);
}

.mistext-desc {
    margin-top: 17px;
    margin-bottom: auto;
    font-size: 15px;
    line-height: 140%;
}
/*Testimonials Section*/
.inner-testimonials {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 40px;
    border: 1px solid #f0f4f5;
    width: 30%;
}

.testimonials-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.testi-text p {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 25px;
}

.testi-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: var(--clr-t-1);
    max-width: 70%;
    margin-right: 16px;
}

.rating:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
    width: 19px;
    height: 19px;
    background: url(../images/icons/star.svg) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.rating {
    position: relative;
    color: var(--clr-prime);
    padding-left: 1.5rem;
}

.testi-title {
    display: flex;
    align-items: center;
}

/*Footer Section*/
.trust-block{
    font-weight: 600;
    margin-top: 8rem;
    font-size: 132px;
    line-height: 172px;
    color: #2e3639;
}
.trust-block span{
    margin-top: -11px;
    display: block;
    text-align: right;
    white-space: nowrap;
    color: var(--clr-prime);
}


.footer-upper-flex {
    display: flex;
    flex-wrap: wrap;
}

.f-logo-area {
    width: 30%;
    display: flex;
    position: relative;
    align-items: baseline;
}

.site-map-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 20%;
    color: var(--clr-1);
}

.contact-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    color: var(--clr-2);
    align-items: center;
    justify-content: space-evenly;
}

.footer-logo {
    width: 180px;
    position: relative;
    height: auto;
}

.contact-content-2 {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--clr-2);
}

.footer-menu-item {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    margin-top: 1.3rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-block {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: var(--clr-t-3);
    margin-bottom: 1rem;
    flex: 1;
    text-align: center;
}

.contact-content-2 .phone-link {
    font-size: 25px;
}

.footer-bottom {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    color: var(--clr-2);
    font-size: 11px;
    border-top: 1px solid var(--clr-1);
}

.slider-icon {
    width: 75px;
    height: 75px;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    position: absolute;
    z-index: 1;
}

.slick-current .slider-icon {
    opacity: 0;
}

.hm-serv-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abt-img-cover {
    position: relative;
    width: 95%;
}

#normal-nav.thin {
    padding: 0.5rem 0;
    box-shadow: 0rem 4rem 20rem 0rem rgba(109, 122, 128, .2);
}

.slick-prev, .slick-next{
    /* top:auto; */
    bottom: 1rem;
}
.slick-prev{
    /* left: 23vw; */
}
.slick-next{
    /* right: auto; */
    /* left: 25.3vw; */
}
.slick-next:before{
    transform: rotate(180deg);
}
.slick-prev:after, .slick-next:after{
    content:'';
    position: absolute;
    width:0;
    height: 0;
    background: var(--clr-3);
    left: -5px;
    top:-5px;
    border-radius: 50%;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    transform-origin: left bottom;
}
.slick-prev:hover:after, .slick-next:hover:after{
    width:calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: .9;
}

.hb-area {
    display: none;
}

#responsive-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 3;
    transition: all .5s ease;
    transform: translateY(-150vh);
    top: 0;
    left: 0;
}

.mob-menu-container {
    position: relative;
    width: 100%;
    height: 60vh;
    padding: 7rem 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob-menu-container .menu-item {
    margin-bottom: 2rem;
    font-size: 4vw;
}

.mobile-sm-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2rem;
    border-top: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
}

#responsive-menu.menu-opened {
    transform: translateY(0);
}

.hm-slider-outer, .services-outer {
    min-height: 80vh;
}

.flex-row:before {
    content: '';
    width: 50vw;
    position: absolute;
    aspect-ratio: 1;
    background: url(../images/icons/bg.svg);
    left: -3vw;
    opacity: .1;
    top: -9vh;
}

.testi-details {
    display: flex;
    width: 50%;
    font-size: 13px;
    font-style: italic;
    color: var(--clr-t-3);
    flex-direction: column;
}

.testi-desc {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 1rem;
}

.testi-imgs {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.td-img {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 60px;
}

#loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 50;
    display: grid;
    place-items: center;
    transition: all .4s ease;
}

.loader-inner {
    width: 100px;
    height: 100px;
    position: relative;
}

.loader-inner svg {
    position: relative;
    width: 100%;
    height: 100%;
}

.loading #loader {
    opacity: 1;
    visibility: visible;
}

.loaded #loader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.up_line_anime {
    /* transform: translate(0, 50px); */
    /* opacity: 0; */
}

.sm-icons {
    display: none;
}

.contact-block a {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-t-2);
}

.logo-area {
    position: relative;
    /* height: 80px; */
    width: 55px;
    padding: 0;
}

.logo-area img {
    width: 100%;
}

.hero-home {
    width: 100vw;
    height: calc(100vh - 150px);
    background: var(--clr-4);
    padding: 3rem 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: top;
}

.widget-outer {
    background: var(--clr-1);
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

.selection-area {
    width: 25%;
    position: relative;
    display: flex;
    background: var(--clr-3);
    color: var(--clr-1);
    align-items: center;
}

.search-area {
    position: relative;
    width: 40%;
    display: flex;
}

.min-max-area {
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.w-btn-area {
    position: relative;
    width: 5%;
    background: var(--clr-3);
    color: var(--clr-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-btn-text {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: .6rem 1rem;
    position: relative;
    cursor: pointer;
}

.w-btn-text:first-child:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 10%;
    right: 0;
    background: var(--clr-1);
}

.price-selector-container {
    position: relative;
    width: 50%;
    padding: 0rem;
}

section.featured-area {
    position: relative;
    padding: 4rem 0;
    background: var(--clr-2);
}

.us-title {
    font-size: 2.2rem;
}

.us-tagline {
    position: relative;
    font-size: 16px;
    opacity: 0.7;
}

.slider-container {
    margin-top: 2rem;
}

#featured-slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.display-thumb {
    position: relative;
    width: 100%;
    background: var(--clr-1);
    margin-right: 2%;
    margin-bottom: 2%;
}

.pr-image-area {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    /* background: var(--clr-4); */
    display: block;
}

.pr-content-area {
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

span.pr-type {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 10px;
    display: block;
}

span.pr-group {
    font-size: 16px;
}

span.pr-city {
    font-size: 14px;
    opacity: 0.6;
}

.pr-price-area {
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.pr-price-area:after, .pr-feature-area:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: var(--clr-4);
    bottom: 0;
    left: 5%;
    opacity: 0.2;
}

.pr-price {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
}

.pr-feature-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.pr-btn-area {
    position: relative;
    display: flex;
    padding: 1rem;
}

.btn {
    position: relative;
    padding: 8px 16px;
    min-width: 85px;
    margin-right: 15px;
    background: transparent;
    border: 2px solid var(--clr-5);
    color: var(--clr-5);
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

section.city-area {
    position: relative;
    display: flex;
    padding: 4rem 0;
}

.city-container {
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.city-thumb {
    width: 100%;
    margin-right: 2%;
    position: relative;
    background: var(--clr-2);
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.city-image-area {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    background: var(--clr-3);
}

span.ct-name {
    position: relative;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.services-area {
    position: relative;
    padding: 4rem 0;
    background: var(--clr-2);
}

.services-container {
    position: relative;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serive-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--clr-1);
    width: 30%;
}

.sr-icon-area {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
}

.service-desc-area {
    position: relative;
    width: 100%;
    padding: 1rem;
}

h3.service-name {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

p.service-desc {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 5px;
}

section.page-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: var(--clr-5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.two-tone {
    position: relative;
    padding: 4rem 0;
}

.abt-logo-area {
    position: relative;
    width: 50%;
}

.abt-logo {
    width: 100%;
}

.flex-row-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content-sec {
    width: 50%;
    position: relative;
}

h2.m-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p.chunk-p {
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.5;
}

.half-cont {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
}

.abt-ser-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--clr-4);
}

h2.s-title {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    width: 100%;
}

.abt-ser-chunk {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.as-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
}

span.s-icon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--clr-3);
    margin-right: 1rem;
    padding: 5px;
}

span.s-name {
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0.8;
}

.as-desc {
    position: relative;
    margin-top: .5rem;
}

section.team {
    position: relative;
    padding: 4rem 0;
}

.team-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.team-chunk {
    position: relative;
    display: flex;
    width: 100%;
    background: var(--clr-2);
}

.team-img-sec {
    position: relative;
    width: 30%;
    aspect-ratio: 4/3;
    background: var(--clr-5);
}

.team-desc-sec {
    position: relative;
    padding: 2rem;
    width: 70%;
}

p.s-desc {
    padding-left: 3.5rem;
    font-size: 15px;
    opacity: 0.6;
    line-height: 1.4;
}

section.outer-shell {
    position: relative;
    padding: 4rem 0;
}

.city-outer-sec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.city-chunk {
    position: relative;
    background: var(--clr-2);
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.city-img-area {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    /* background: var(--clr-4); */
}

.city-title {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1rem 1rem 0;
}

.city-info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

span.ci-chunk {
    position: relative;
    font-size: 14px;
    opacity: 0.7;
}

.dev-thumb {
    position: relative;
    width: 23%;
    background: var(--clr-2);
    margin-right: 2%;
    margin-bottom: 2rem;
}

.dev-thumb .pr-feature-area:after {
    bottom: auto;
    top: 0;
}

.dev-desc-area {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.dev-img-area {
    width: 100%;
    aspect-ratio: 4/3;
    /* background: var(--clr-4); */
    position: relative;
}

.dev-thumb .dev-desc-area {
    padding: 1rem;
}

.desc-chunk-bar {
    position: relative;
    padding: 3rem;
    font-size: 19px;
    text-align: center;
    opacity: 0.7;
}

.contact-form-outer {
    position: relative;
    width: 90%;
    border: 2px solid var(--clr-5);
    padding: 3rem;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
}

.cf-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.cf-input-short {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
}

span.cf-title {
    position: relative;
    width: 20%;
}

.radio-area {
    position: relative;
    display: flex;
    width: 20%;
}

.radio-chunk {
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
}

.cf-input-short span.cf-title, .cf-input-long span.cf-title {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
}

.cf-row .cf-input-short:nth-child(1) {
    padding-right: 2rem;
}

.cf-row .cf-input-short:nth-child(2) {
    padding-left: 2rem;
}

.cf-input {
    background: var(--clr-1);
    border: 1px solid var(--clr-5);
    border-radius: 0;
    box-shadow: none !important;
    height: 50px;
    padding-left: 25px;
    width: 100%;
}

.cf-input-long {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.apartment-banner {
    position: relative;
    width: 100%;
    height: 70vh;
    background: var(--clr-5);
    overflow: hidden;
}

.desc-section {
    position: relative;
    width: 70%;
    padding: 3rem 2rem 2rem 0;
}

.inq-section {
    position: relative;
    background: #f1f1f1;
    width: 30%;
    display: flex;
    flex-direction: column;
    color: var(--clr-4);
    border-radius: 0 0 2rem 2rem;
}

.info-title-bar {
    position: relative;
    width: 100%;
}

section.outer-chunk {
    position: relative;
    width: 100%;
    padding: 4rem 0 0;
}

.info-title-bar h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.banner-img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.overlay {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-center-details {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    color: var(--clr-1);
    z-index: 5;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    padding: 2rem;
    padding-left: 9rem;
}
.blob-glass {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50% 70% 60% 40% / 50% 40% 60% 70%;
    animation: blobMove 10s infinite ease-in-out;
}
@keyframes blobMove {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, 10px); }
}
.blueprint-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.wave-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.banner-img-area:before {
    content: '';
    background: var(--clr-4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .013) 8.1%, rgba(0, 0, 0, .049) 15.5%, rgba(0, 0, 0, .104) 22.5%, rgba(0, 0, 0, .175) 29%, rgba(0, 0, 0, .259) 35.3%, rgba(0, 0, 0, .352) 41.2%, rgba(0, 0, 0, .45) 47.1%, rgba(0, 0, 0, .55) 52.9%, rgba(0, 0, 0, .648) 58.8%, rgba(0, 0, 0, .741) 64.7%, rgba(0, 0, 0, .825) 71%, rgba(0, 0, 0, .896) 77.5%, rgba(0, 0, 0, .951) 84.5%, rgba(0, 0, 0, .987) 91.9%, #000);
    opacity: 0.6;
}

.hero-home:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #333;
    -webkit-mask-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.013)8.1%,rgba(0,0,0,.049)15.5%,rgba(0,0,0,.104)22.5%,rgba(0,0,0,.175)29%,rgba(0,0,0,.259)35.3%,rgba(0,0,0,.352)41.2%,rgba(0,0,0,.45)47.1%,rgba(0,0,0,.55)52.9%,rgba(0,0,0,.648)58.8%,rgba(0,0,0,.741)64.7%,rgba(0,0,0,.825)71%,rgba(0,0,0,.896)77.5%,rgba(0,0,0,.951)84.5%,rgba(0,0,0,.987)91.9%,#000);
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: .9;
}

.dev-name {
    font-size: 20px;
    font-weight: 700;
    opacity: 0.8;
}

.pr-icon {
    width: 18px;
    position: relative;
    display: flex;
    margin-right: 10px;
}

.pr-icon svg {
    position: relative;
    width: 100%;
    height: 100%;
    fill: #666;
}

span.pr-feature {
    position: relative;
    display: flex;
    margin-right: 1rem;
    align-items: center;
}

.pr-f-text {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.pr-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.info-a-chunk {
    position: relative;
    width: 33.33%;
    margin-bottom: 2rem;
}

.desc-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.a-page-name {
    position: relative;
    font-size: 3rem;
    text-transform: uppercase;
}

.as-pricing {
    font-size: 2rem;
}

span.info-a-title {
    position: relative;
    font-weight: 800;
    margin-bottom: 7px;
    display: block;
}

.info-bar-desc {
    color: #666;
}

.feature-ico {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-right: 1rem;
    width: 25%;
}

.fi-area {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}

div#pd-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#about-banner {
    background-image: url(../images/banners/about.jpg);
    background-position: center;
    background-size: cover;
}

.selection-text {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.price-selector-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #bcbcbc;
}

.w-btn {
    position: relative;
    width: 50px;
    padding: 5px 15px;
    cursor: pointer;
}

.w-btn svg {
    position: relative;
    width: 100%;
    height: 100%;
    fill: #fff;
}

.page-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    opacity: 0.5;
}

.page-name {
    position: relative;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
}


.min-max-btn {
    background: white;
    /* border: 2px solid #e0e0e0; */
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    user-select: none;
}

.min-max-btn:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.min-max-btn.active {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.selection-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.chevron-icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    transition: transform 0.2s ease;
}

.chevron-icon.rotated {
    transform: rotate(180deg);
}

.selection-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    max-height: 250px;
    overflow-y: auto;
}

.selection-dropdown.show {
    display: block;
}

.dropdown-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.custom-input-container {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.custom-input-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

.custom-input-row {
    display: flex;
    gap: 8px;
}

.custom-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.custom-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.custom-submit-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
    display: none;
}

.custom-submit-btn:hover {
    background: #0056b3;
}

.custom-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

input#apt-name {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 0px;
}

input:focus {
    outline: none;
}

.main-popup {
    position: fixed;
    z-index: 50;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.popup-outer {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--clr-2);
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.popup-close svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: yellow; */
    overflow-y: scroll;
}

.popup-header-sec {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.pop-body-section {
    position: relative;
    width: 100%;
    padding-top: 3rem;
}

.pop-title {
    position: relative;
    font-size: 2rem;
}

.result-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.apt-card {
    position: relative;
    background: var(--clr-1);
    width: 100%;
    display: flex;
    margin-bottom: 2rem;
}

.apt-img-sec {
    position: relative;
    background: red;
    width: 35%;
    aspect-ratio: 16 /9;
}

.apt-info-sec {
    position: relative;
    width: 65%;
    padding: 0 2rem;
}

.apt-upper-sec {
    position: relative;
    padding-top: 2rem;
    display: flex;
    padding-bottom: 1rem;
}

.apt-uc-left {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.apt-uc-right {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 0 0 3rem;
}

.apt-uc-right .btn {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    justify-content: center;
}

.apt-ind-cont {
    position: relative;
    display: flex;
    flex-direction: column;
}

.apt-price-cont {
    position: relative;
    display: flex;
    flex-direction: column;
}

.apt-lower-sec {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 0;
    align-items: center;
}

.apt-icon-row {
    position: relative;
    display: flex;
}

.apt-lower-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--clr-4);
    top: 0;
    left: 0;
    opacity: 0.2;
}

h3.apt-name {
    position: relative;
    font-size: 1.8rem;
}

span.city-name {
    position: relative;
    font-size: 15px;
}

.apt-price {
    position: relative;
    font-size: 1.5rem;
    font-weight: 800;
}

.apt-usd-price {
    opacity: 0.8;
    font-size: 15px;
}

.compare-btn {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
}

.compare-btn svg {
    width: 1.6rem;
    margin-right: 10px;
}

.main-popup.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.w-btn-text.active:before {
    content: '';
    opacity: 0.5;
    width: 50%;
}

.w-btn-text:before {
    content: '';
    position: absolute;
    width: 0%;
    background: #fff;
    height: 2px;
    bottom: 0.7rem;
    transition: all 0.5s ease;
}

.compare-slider {
    position: fixed;
    width: 400px;
    height: 100%;
    z-index: 65;
    background: var(--clr-1);
    right: -400px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    top: 0;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.cp-header {
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
}

.cp-title {
    font-size: 1.5rem;
}

span.cp-close {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

span.cp-close:hover {}

.cp-action-buttons {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.cp-body-area {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cp-card {
    background: var(--clr-2);
    width: 100%;
    padding: 1rem;
    display: flex;
}

.cp-img-area {
    width: 25%;
    position: relative;
    aspect-ratio: 1;
    background: red;
}

.cp-text-area {
    position: relative;
    width: 65%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cp-btn-area {
    position: relative;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-delete {
    width: 22px;
    height: 22px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.cp-delete svg {
    stroke: #444;
}

.cp-apt-tile {font-weight: 800;font-size: 18px;}

.cp-dev {
    font-size: 16px;
    font-weight: 700;
    opacity: 0.8;
}

span.cp-pricing {
    font-size: 15px;
    opacity: 0.7;
}

.cp-action-buttons .btn:last-child {
    margin-right: 0;
}

.compare-slider.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.inq-widget {
    position: relative;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.sub-popup {
    position: fixed;
    z-index: 75;
    width: 100vw;
    height: 100vh;
    top: -100%;
    left: 0;
    display: flex;
    padding-top: 3rem;
    justify-content: center;
    background: rgba(0,0,0,.4);
    overflow-y: scroll;
    align-items: center;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.popup-outer-mini {
    position: relative;
    width: 60%;
    background: white;
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
}

.m-pop-close {
    width: 45px;
    position: absolute;
    display: block;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.popup-m-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.popup-body {
    width: 100%;
    position: relative;
    padding-bottom: 1rem;
}

.popup-btns {
    position: relative;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.popup-btns .btn:last-child{
    margin-right:0;
}

.sub-popup.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.active .popup-outer-mini {
    opacity: 1;
}

.dev-detail-cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.dd-outer {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.dd-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.dd-icon {
    position: relative;
    width: 40px;
    fill: var(--clr-4);
    height: auto;
    opacity: 0.5;
}

.dd-t-name {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--clr-4);
    font-weight: 700;
    opacity: 0.5;
}

.d-s-desc {
    padding-left: 10px;
    color: var(--clr-4);
    font-weight: 800;
    font-size: 21px;
}
.apt-desc-cont {
    position: relative;
    width: 70%;
    padding: 2rem 2rem 2rem 0;
}

.apt-type-pr {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--clr-3);
    margin-bottom: 0.3rem;
    display: flex;
}

.apt-name-pr {
    position: relative;
    display: flex;
    font-size: 2.5rem;
}

span.apt-city-pr {
    position: relative;
    font-weight: 700;
    opacity: .7;
    display: flex;
    margin: .5rem 0 1rem;
}

.price-apt-pr {
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 700;
}

h3.enq-title {
    position: relative;
    text-transform: uppercase;
    color: var(--clr-4);
}

.ph-icon {
    position: relative;
    width: 20px;
    height: auto;
    fill: var(--clr-4);
    margin-right: 0.5rem;
}

.phone-inner {
    position: relative;
    width: 100%;
    display: flex;
    margin: 10px 0 1.5rem;
    color: var(--clr-4);
}

.btn-icon {
    position: relative;
    width: 20px;
    height: auto;
    fill: var(--clr-3);
    margin-right: 10px;
}

.inq-widget .btn.btn-1 {
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    max-width: 240px;
}

.col-md-3 {
    position: relative;
    width: 300px;
}

 .compare-table-container {
                background: white;
                border-radius: 8px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                overflow: hidden;
                overflow-x: scroll;
            }

            .compare-table {
                width: 100%;
                border-collapse: collapse;
                table-layout: fixed;
                min-width: 800px;
            }

            .compare-table th,
            .compare-table td {
                border: 1px solid #dee2e6;
                padding: 15px;
                vertical-align: top;
                word-wrap: break-word;
            }

            .compare-table th {
                background: #f8f9fa;
                font-weight: 600;
                color: #495057;
                text-align: left;
                width: 150px;
            }

            .compare-table td {
                background: white;
            }

            .apartment-header {
                background: #f8f9fa;
                padding: 20px;
                text-align: center;
                font-weight: bold;
                border-bottom: 2px solid #dee2e6;
            }

            .apartment-image {
                width: 100%;
                height: 150px;
                object-fit: cover;
                border-radius: 4px;
            }

            .price-highlight {
                font-size: 1.3em;
                font-weight: bold;
                color: #28a745;
            }

            .facility-badge {
                display: inline-block;
                margin: 2px;
                padding: 4px 8px;
                background: #e9ecef;
                border-radius: 12px;
                font-size: 0.75em;
            }

            .no-apartments {
                text-align: center;
                padding: 50px;
                color: #6c757d;
            }

            /* Specific row heights */
            .image-row {
                height: 180px;
            }

            .facilities-row {
                height: 100px;
                overflow-y: auto;
            }

            .description-row {
                height: 80px;
                overflow-y: auto;
            }

            .actions-row {
                height: 60px;
            }

            .compare-table .image-row td {
                height: 180px;
                vertical-align: middle;
            }

            .compare-table .facilities-row td {
                height: 100px;
                vertical-align: top;
            }

            .compare-table .description-row td {
                height: 80px;
                vertical-align: top;
            }

            .compare-table .actions-row td {
                height: 60px;
                vertical-align: middle;
            }

            .btn-sm {
                margin: 2px;
            }

            /* Responsive adjustments */
            @media (max-width: 768px) {
                .compare-table th {
                    width: 120px;
                }

                .compare-table th,
                .compare-table td {
                    padding: 10px;
                    font-size: 0.9em;
                }
            }

.navbar-brand {
    position: relative;
    display: flex;
    width: 150px;
}

.navbar-brand img {
    position: relative;
    width: 100%;
}

.nav-inner-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.nav-inner-sec h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.btn-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Notification Container */
#notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  min-width: 300px;
}

/* Base Alert Styles */
.alert {
  padding: 16px 20px;
  margin-bottom: 16px;
  border: none;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
}

/* Show state */
.alert.show {
  opacity: 1;
  transform: translateX(0);
}

/* Hide state */
.alert.hide {
  opacity: 0;
  transform: translateX(100%);
}

/* Success Alert */
.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-success::before {
  content: "✓";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #28a745;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  vertical-align: middle;
}

/* Danger/Error Alert */
.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

.alert-danger::before {
  content: "!";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  vertical-align: middle;
}

/* Close button (if using Bootstrap's dismiss functionality) */
.alert .close,
.alert .btn-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  padding: 4px;
}

.alert .close:hover,
.alert .btn-close:hover {
  opacity: 0.8;
}

/* Animations - keeping for reference but now using transitions */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Fade out animation class - deprecated in favor of .hide class */
.alert.fade-out {
  animation: slideOut 0.3s ease-in forwards;
}

/* Hover effects */
.alert.show:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

/* Responsive design */
@media (max-width: 480px) {
  #notification-container {
    left: 20px;
    right: 20px;
    max-width: none;
    min-width: auto;
  }
  
  .alert {
    font-size: 13px;
    padding: 14px 16px;
  }
}

/* Multiple notifications stacking */
.alert + .alert {
  margin-top: 8px;
}

/* Progress bar for auto-dismiss (optional enhancement) */
.alert.show.with-progress::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  animation: progress 3s linear;
}

.alert-success.show.with-progress::after {
  background-color: #28a745;
}

.alert-danger.show.with-progress::after {
  background-color: #dc3545;
}

@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

.dt-outer {
    padding: 0 10px;
}

.city-outer {
    position: relative;
    padding: 0 10px;
}

#cities-img {
    position: relative;
    background: url(../images/banners/cities.jpg);
    background-position: center;
    background-size: contain;
}

#dev-banner {
    background: url(../images/banners/developments.jpg);
}

.item-slider .slick-prev {
    left: -4rem;
}

.item-slider .slick-next {
    right: -4rem;
}

.inner-labels {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
}

.label-1 {
    position: relative;
    background: var(--clr-3);
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--clr-1);
    border-radius: 3px;
}

.sr-icon-area svg {
    position: relative;
    width: 100%;
    height: auto;
    fill: var(--clr-5);
}

span.s-icon svg {
    width: 100%;
    height: auto;
    fill: var(--clr-1);
}

.t-name {
    position: relative;
    font-size: 28px;
}

.team-title-sec {
    position: relative;
    margin-bottom: 1rem;
}

.team-i-info {
    position: relative;
    display: flex;
    line-height: 1.5;
    color: #444;
}

.t-title {
    position: relative;
    font-size: 18px;
    opacity: 0.8;
}

.flex-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex-wrap .display-thumb {
    width: 23%;
}

.city-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.flex-row-wrap .display-thumb {
    width: 23%;
}

.apt-count {
    position: absolute;
    top: 10px;
    right: 17px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    background: var(--clr-5);
    color: var(--clr-1);
    border-radius: 3px;
}

.apt-text {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.apt-count span {
    font-size: 1.5rem;
}

.apt-count-b {
    position: relative;
    color: var(--clr-1);
}

.menu-area.active {
    transform: translateX(0);
    opacity: 1;
}

.wb-text {
    display: none;
}

#mobile-inq-widget {
    display: none;
}

.fi-area svg {
    width: 100%;
    height: 100%;
}

.floor-plan {
    position: relative;
    width: 100%;
    display: flex;
}

img.floor-map {
    position: relative;
    width: 100%;
    max-width: 500px;
}
section.outer-chunk:last-child{
    margin-bottom:2rem;
}

#dev-apt-sec {
    margin-bottom: 4rem;
}

span.usd-val {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    opacity: 0.6;
}

.swith-text {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: var(--clr-2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .4s ease;
    /* color: var(--clr-3); */
}

.switcher {
    position: relative;
    width: 100%;
    display: flex;
    border: 3px solid var(--clr-3);
    margin-bottom: 2rem;
}

.swith-text.active {
    background: var(--clr-3);
    color: var(--clr-1);
}

.swith-text:hover {
    position: relative;
    background: var(--clr-3);
    color: var(--clr-1);
}

.view-btn {
    padding: 8px 16px;
    position: relative;
    background: var(--clr-3);
    color: var(--clr-1);
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: all .5s ease;
}

.view-btn:hover {
    background: var(--clr-5);
}

.ap-btns {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    width: 100%;
    justify-content: space-evenly;
}

.ap-btn {
    position: relative;
    width: 45%;
    display: flex;
    text-align: center;
    border: 2px solid var(--clr-3);
    background: var(--clr-1);
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    color: var(--clr-3);
    transition: all .5s ease;
}

.st-txt {
    position: relative;
    color: var(--clr-3);
    transition: all .5s ease;
}
.swith-text:hover .st-txt, .swith-text.active .st-txt{
    color: var(--clr-1)
}

.ap-selector {
    position: relative;
    display: flex;
    width: 100%;
    border: 3px solid var(--clr-3);
    margin-bottom: 2rem;
}

.ap-sel {
    position: relative;
    width: calc(100% / 3);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    cursor: pointer;
}

.ap-selector .ap-sel:not(:last-child) {
    border-right: 3px solid var(--clr-3);
}

.ap-text {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--clr-3);
    transition: all .5s ease;
}

.ap-sel.active, .ap-sel:hover {
    background: var(--clr-3);
}

.ap-sel.active .ap-text, .ap-sel:hover .ap-text {
    color: var(--clr-1);
}

#map-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.notify-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.ntfy-icon svg {
    fill: var(--clr-3);
    width: 100%;
    height: 100%;
}

.ntfy-icon {
    position: relative;
    width: 250px;
}

.ntfy-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.ntfy-1 {
    position: relative;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.ntfy-2 {
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
}

.ntfy-3 {
    position: relative;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}

.notify-container.dark {
    background: var(--clr-4);
    height: 100%;
}

.notify-container.dark span {
    color: var(--clr-1);
}

.nav-upper {
    width: 70%;
    position: absolute;
    padding: 6px 3rem;
    background: var(--clr-3);
    color: var(--clr-1);
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 1rem 1rem;
    top: 0;
    right: 1rem;
    z-index: 5;
}

.menu-sec {
    position: relative;
    padding: 0 0  1rem;
    display: flex;
    flex: 1;
    align-items: flex-end;
}

span.nav-inner-d {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 4rem;
    font-size: 12px;
}

a.phone-link {}