@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    overflow-x: hidden !important;
    font-family: 'Poppins';
}
a {
    text-decoration: none;
    transition: all 0.25s ease;
}
.z-index-9 {
    z-index: 9 !important;
}
.scrolled nav.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white !important;
    box-shadow: 1px 1px 20px #b9b9b9;
    transition: 0.5s;
}
a, p, span, h6 {
    font-family: 'Poppins';
}
h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display';
    font-weight: 800;
}
.header-top {
    background-color: #003ea5;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-radius: 10px; */
}
.header-top a {
    color: white;
    font-size: 15px;
}
.my-menu li a {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 500;
}
.my-menu li a:hover,
.my-menu li a.active {
    color: #cd2228 !important;
    transition: 0.5s;
}
.menu-btn {
    border: 1px solid #cd2228;
    border-radius: 50px;
    padding: 8px 20px !important;
    color: #cd2228 !important;
    transition: 0.5s;
}
.menu-btn:hover {
    background-color: #cd2228;
    color: #fff !important;
    scale: 1.1;
    transition: 0.5s;
}
.my-banner {
    background-image: url(../../assets/img/banner-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 0px;
    padding: 60px 50px 50px 50px;
}
.my-banner .sub-text {
    font-size: 16px;
    color: #1A1A1A;
}
.first-h {
    font-size: 64px;
    color: #1148ac;
}
.second-h {
    font-size: 30px;
    color: #000;
    margin-top: -25px !important;
}
.sub-h {
    font-size: 20px;
    font-weight: bold;
    color: #003DA5;
}
.main-h {
    font-size: 38px;
    font-weight: bold;
    color: #110229;
}
.property-div {
    background-image: url(../../assets/img/apartment-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    height: 400px;
}
.property-div:hover {
    box-shadow: 0px 0px 30px 0px rgb(199 199 199);
    transition: 0.5s;
}
.property-div .ap-h {
    font-size: 22px;
    font-weight: 800;
    color: #110229;
    text-transform: uppercase;
}
.property-div .ap-p {
    font-size: 15px;
    font-weight: 500;
    color: #110229;
    text-transform: uppercase;
}
.villas-div {
    background-image: url(../../assets/img/villas-bg.png);
}
.offices-div {
    background-image: url(../../assets/img/office-bg.png);
}
.shops-div {
    background-image: url(../../assets/img/shops-bg.png);
}
.project-div {
    border: 1px solid #E9E9E9;
    border-radius: 20px;
}
.project-div h6 {
    color: #1A1A1A;
    font-size: 19px;
    font-weight: bold
}
.project-div img{
    height: 269px;
    width: 100%;
    object-fit: cover;
}
.loc-txt {
    font-size: 15px;
}
.bed-div {
    border: 1px solid #E9E9E9;
    border-radius: 50px;
    padding: 5px 20px !important;
    display: inline-block;
}
.crore-h {
    color: #CD2227 !important;
    font-size: 19px;
    font-weight: 500;
}
.heart-btn {
    border: 1px solid #E9E9E9;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.launch-btn {
    background-color: #1049AB;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 5%;
    left: 5%;
}
.first-heading{
    display: inline-flex;
    align-items: end;
}
.red-bg {
    background-color: #CD2227;
}
.detail-btn {
    font-size: 16px;
    font-weight: 600;
    color: #003DA5;
    text-transform: uppercase;
    border: 1px solid #003DA5;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 0.5s;
}
.detail-btn:hover {
    background-color: #003DA5;
    color: white;
    scale: 1.1;
    transition: 0.5s;
}
.dream-sec .container {
    background-color: #ECF1F8;
    border-radius: 20px;
}
.dp-div {
    width: 60px;
    height: 60px;
    background-color: #003DA5;
    border-radius: 100px;
    font-size: 25px;
    margin: auto;
    color: white;
    padding: 8px;
}
span.number {
    position: absolute;
    font-size: 10px;
    background-color: #CD2127;
    border-radius: 50px;
    width: 26px;
    height: 25px;
    text-align: center;
    padding: 5px;
    top: 0px;
    right: -15px;
}
.dp-col h6 {
    color: #1A1A1A;
    font-weight: bold;
}
.dp-col p {
    color: #1A1A1A;
    opacity: 0.8;
    font-size: 15px;
}
.dp-col:hover .dp-div {
    background-color: #CD2227;
    transition: 0.5s;
}
.dp-col:hover span.number {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}
.counter-box span {
    font-weight: 600;
    font-size: 40px;
    color: #1A1A1A;
}
.counter-box p {
    font-size: 15px;
    color: #1A1A1A;
}
.loc-p {
    font-size: 15px;
    color: #fff;
}
.loc-h {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.loc-div {
    background-image: url(../../assets/img/clifton-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    height: 350px;
    position: relative;
}
.loc-div:hover {
    box-shadow: 0px 0px 30px 0px rgb(199 199 199);
    transition: 0.5s;
}
.loc-div::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    border-radius: 25px;
}
.boat-div {
    background-image: url(../../assets/img/boat-basin-bg.png);
}
.scheme-div {
    background-image: url(../../assets/img/scheme-33.png);
}
.bahria-div {
    background-image: url(../../assets/img/bahria-bg.png);
}
.defence-div {
    background-image: url(../../assets/img/defence-bg.png);
}
.kemari-div {
    background-image: url(../../assets/img/kemari-bg.png);
}
.testo-con {
    background-color: #FDEEEC;
    border-radius: 50px;
}
.name {
    color: #1A1A1A;
    font-size: 19px;
    font-weight: 500;
}
.designation {
    color: #1A1A1A;
    font-size: 15px;
}
.blog-des {
    font-size: 15px;
    color: #3D3E3F;
}
.project-div h6.blog-title {
    font-size: 17px;
    color: #1A1A1A;
    font-weight: 600;
}
.read-more-btn {
    color: #1A1A1A;
    font-size: 15px;
}
.cta-sec {
    margin-bottom: -50px;
}
.cta-sec .container {
    background-image: url(../../assets/img/cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}
.cta-form input, .cta-form textarea {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-family: 'Poppins';
    color: #343434;
    font-size: 15px;
}
.cta-form input:focus, .cta-form textarea:focus {
    border: none;
    box-shadow: none;
}
.cta-form button {
    background-color: #CD2227;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #CD2227;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 0.5s;
}
.cta-form button:hover {
    background-color: #003DA5;
    color: white;
    scale: 1.1;
    transition: 0.5s;
}
.footer-sec {
    background-color: #212121;
    padding-top: 150px;
    padding-bottom: 80px;
    border-radius: 50px 50px 0px 0px
}
.foot-st {
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.footer-h {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.footer-list {
    padding-left: 0px;
    list-style: none;
}
.footer-list li a {
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.footer-list li a:hover {
    color: #DC1C2E;
    transition: 0.5s;
}
.footer-bottom {
    background-color: #212121;
    margin-top: -2px;
}
.footer-bottom .container {
    border-top: 1px solid #ffffff86;
}
.footer-bottom a {
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.footer-bottom a:hover {
    color: #DC1C2E;
    transition: 0.5s;
}
.sub-form {
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff86;
}
.sub-form input {
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    color: white;
    font-family: 'Poppins';
    width: 80%;
}
.sub-form button {
    width: 20%;
    background-color: #003DA5;
    border: none;
    color: white;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 5px;
}
.banner-form {
    background-color: #ffffffdb;
    padding: 20px 30px 20px 30px;
    border-radius: 0px 20px 20px 20px;
}
.banner-form label {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.banner-form input, .banner-form select {
    background-color: transparent;
    border: none;
    color: #1A1A1A;
    font-family: 'Poppins';
    font-size: 16px;
    padding-left: 0;
}
.banner-form button {
    background-color: #1049AB;
    border-radius: 15px;
    color: white;
    font-size: 20px;
    padding: 7px 12px;
}

.form-tab li button.nav-link {
    color: #1A1A1A;
    font-family: 'Poppins';
    font-size: 14px;
    border-radius: 20px 20px 0px 0px;
    border: none;
    padding: 10px 30px;
}
.form-tab li button.nav-link.active {
    color: #fff;
    background-color: #DC1C2E;
}
.form-tab {
    border: none;
}
.my-cutom-card-body {
    padding: 0px;
    border: none;
    background-color: transparent;
}
.my-cutom-card-btn {
    text-align: end;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    background: #dc1c2e;
    width: auto;
    border-radius: 11px;
    margin-left: auto;
    margin-right: 10px;
}
.banner-buttons{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.banner-buttons li a{
    background: red;
    color: #fff;
    padding: 12px 17px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
}
.find-btn{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #003DA5;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 0.5s;
    background-color: #003DA5;
}


/* Inner pages */
.inner-banner{
    background: url(../img/inner-banner.jpg);
    background-size: cover;
    padding: 30px 0;
}
.inner-banner.banner-property{
    background-image: url(../img/inner-banner2.jpg);
    background-position: center;
}
.inner-banner .banner-form label{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 1px;
    margin-top: 9px;
}
.inner-banner .banner-form input, .inner-banner .banner-form select{
    background-color: #fff;
    padding-left: 10px;
    border-radius: 40px;
}
.banner-form{
    padding: 13px 20px 17px 20px;
    border-radius: 20px;
}
.breadcrumbs{
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 6px;
}
.breadcrumbs li.breadcrumb-item{
    font-size: 14px;
}
.breadcrumbs li.breadcrumb-item a{
    color: #DC1C2E;
}
.breadcrumbs li.breadcrumb-item::before{
    margin-left: 4px;
    margin-right: 4px;
}
.property-listing .card-img img{
    border-radius: 20px 0 0px 20px;
    height: 290px;
    width: 100%;
    object-fit: fill;
}
.property-listing .launch-btn{left: 1.5%;}
.property-listing .detail-btn{
    padding: 7px 21px;
    font-size: 14px;
}
.amenities{
    list-style: none;
    padding: 0;
    display: inline-flex;
    margin-bottom: 0;
}
.amenities li{
    font-size: 14px;
    font-weight: 400;
    margin-right: 13px;
}
.pagination-wrap {
    margin: 30px 0;
}
.page-item{
    margin: 0 2px;
}
.page-link {
    margin: 0 3px 0 1px;
    border-color: transparent;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    border: 1px solid #dee2e6;
}
.page-link{
    color: #003DA5;
    border-radius: 4px;
}
.page-item.active .page-link{
    background-color: #003DA5;
    border-color: #003DA5;
}
.calculator_budget{
    background: #003ea5;
    padding: 25px 14px;
    border-radius: 20px;
}
.calculator_budget .sub-h{
    color: #fff;
}
.calculator_budget .main-h{
    color: #fff;
    font-size: 30px;
}
.calculator_budget .form-tab{
    margin-bottom: 15px;
    justify-content: center;
}
.calculator_budget .form-tab li button.nav-link{
    padding: 6px 24px;
}
.calculator_budget .form-tab li button.nav-link{
    color: #fff;
    border: 1px solid #fff;
}
.calculator_budget .form-tab li button.nav-link.active{
    border: 1px solid #fff;
}
.calculator_budget .form-tab li:first-child button.nav-link{
    border-radius: 6px 0px 0px 6px;
}
.calculator_budget .form-tab li:nth-child(2) button.nav-link{
    border-radius: 0px 6px 6px 0px;
    border-left: none;
}
.calculator_budget .form-select,
.calculator_budget .form-control{
    background-color: #ffffffbd;
    /* color: #fff; */
    border: 1px solid #fff;
    font-size: 14px;
    /* background-image: url(../img/down-arrow.png); */
    /* background-size: 13px; */
    border-radius: 40px;
}
.form-control:disabled{
    background: transparent;
    opacity: 1;
    font-weight: 700;
}
.calculator_budget .form-textarea{
    background-color: #ffffffbd;
    border: 1px solid #fff;
    font-size: 14px;
    width: 100%;
    height: 97px;
    border-radius: 14px;
    padding-left: 10px;
    padding-top: 8px;
}
.inner-banner .dropdown-price-range-toggle{
    padding-left: 9px;
}
.inner-banner .select2-container--default .select2-selection--single,
.inner-banner .dropdown-price-range-toggle{
    border: none;
    border-radius: 40px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    align-content: center;
}
#home .banner-form .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: none !important;
}
#home .banner-form  .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.btn-red{
    background-color: #CD2227;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #CD2227;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 0.5s;
}
.btn-red:hover{
    background-color: #e0151c;
    border-color: #e0151c;
    color: #fff;
}
.gallery-area{
    background: #F7F8FA;
}
.mainhead-inner{
    font-size: 32px;
    color: #110229;
}
.Starting-price{
    font-family: 'Poppins';
    color: #1148ac;
    font-size: 36px;
}
.Starting-price span{
    color: #CD2227;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
}
#myTabContent-floorplan .card-img img,
#paymentplan .card-img img,
#home-paymentplan-tab-17 .card-img img{
    max-height: 200px;
    width: auto;
}
.galleria-inside{
   
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    min-height:170px;
}
.galleria-inside .btn-showgal{
    position: absolute;
    z-index: 999;
    bottom: 50px;
    left: 45px;
    background: #cd2227;
    color: #fff;
    padding: 12px 30px;
    border-radius: 44px;
    display: flex;
    align-items: center;
}
.galleria-inside .btn-showgal img{
    margin-right: 5px;
}
.btn-showgal:hover{
    background: #1148ac;
}
.call-btn a{
    background: #C8DCFD;
    /* margin-right: 7px;     */
    text-align: center;
    padding: 14px 30px;
    border-radius: 63px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.call-btn a img{
    width: 23px;
    margin-right: 5px;
}
.whatsapp-btn a{
    background: #C9F4C6;    
    text-align: center;
    padding: 14px 30px;
    border-radius: 63px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.whatsapp-btn a img{
    width: 26px;
    margin-right: 5px;
}
.page-navigation ul{
    list-style: none;
    padding: 0;
    justify-content: center;
}
.page-navigation ul li{
    margin-right: 40px;
}
.page-navigation ul li a{
    font-size: 16px;
    color: #000;
}
.sec-gal{
    background-color: #F7F8FA;
    padding: 20px;
}
.sec-gal h3 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}
.sec-gal .listwith{
    display: inline-flex;
    flex-flow: wrap;
    list-style: none;
    padding: 0;
    padding-top: 17px;
    justify-content: space-between;
}
.sec-gal .listwith li{
    width: 47%;
    padding-bottom: 20px;
    /* margin-bottom: 12px; */
}

.sec-gal .listwith li span{
    width: 50%;
    display: inline-block;
    font-weight: 600;
    color: #111;
    text-align: left;
}
.sec-gal .sqrft{
    /* background: #212121; */
    color: #fff;
    padding: 15px 10px;
}
.sec-gal .sqrft span {
    background: #003ea5;
    font-size: 13px;
    padding: 5px 21px;
    border-radius: 51px;
    margin-right: 17px;
}
.sec-gal .nav-tabs .nav-link.active, .sec-gal .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
}
.sec-gal .nav-tabs .nav-link{
    border: none;
    color: #222;
}
.sec-gal .nav-tabs .nav-link.active, .sec-gal .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cd2227;
    color: #cd2227;
}
.sec-gal .checked_list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sec-gal .checked_list li{
    width: 33.33%;
    padding-top: 20px;
}
.sec-gal .checked_list li i{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 3px;
    color: #cd2227;
}
.scrolled .page-navigation .sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* sit above most content */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* subtle shadow for depth */
    left: 0;
}

.placeholder {
    height: 60px; /* adjust to your navbar height */
}

.logo-builder{
    position: absolute;
    right: 16px;
    top: 11px;
    height: 55px;
}
.logo-builder img{
    height: 100%;
    width: auto;
}
.contact-form input.form-control{
    height: 50px;
}
.contact-form .form-control{
    border-color: #212121;
    border-radius: 10px;
}
.contact-form .btn-red{
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-form .btn-red:hover{
    background-color: #212121;
}
.sub-h4{
    font-size: 28px;
    font-weight: bold;
    color: #110229;
}
.contact-details{
    background: #CD2227;
    padding: 25px 14px;
    border-radius: 20px;
    height: 100%;
}
.contact-details .labeltext{
    font-size: 13px;
    color: #eee;
}
.contact-details p{
    color: #fff;
    font-size: 21px;
}
.news-block .content-block h3{
    color: #110229;
}
.news-block img{
    height: 478px;
    object-fit: cover;
}
.news-block .content-block p{
    color: #1A1A1A;
}
.news-smalblocl img{
    border-radius: 8px;
}
.news-smalblocl p{
    font-size: 13px;
    margin-bottom: 0;
}
.carers-banner{
    background-image: url('../img/career-banner.jpg');
    background-position: top;
}
.career-sec ul li{
    padding-bottom: 10px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.upload-btn-wrapper .btn {
  /* border: 2px solid gray; */
  color: #111;
  background-color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.filter-section {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
border-radius: 12px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.filter-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-bottom: 20px;
}

.filter-group {
position: relative;
}

.filter-select {
width: 100%;
padding: 12px 40px 12px 15px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 6px;
color: white;
font-size: 14px;
appearance: none;
cursor: pointer;
transition: all 0.3s ease;
}
.filter-select option{
    color: #333;
}
.filter-select:hover {
background: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.5);
}

.filter-select::placeholder {
color: rgba(255, 255, 255, 0.8);
}

.filter-select:focus {
outline: none;
background: rgba(255, 255, 255, 0.2);
border-color: white;
}

.dropdown-arrow {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
color: white;
pointer-events: none;
font-size: 12px;
}

.add-to-compare {
grid-column: span 2;
justify-self: end;
background: #dc2626;
color: white;
border: none;
padding: 12px 30px;
border-radius: 6px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.add-to-compare:hover {
background: #b91c1c;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

/* Comparison Section */
.comparison-container {
display: grid;
/* grid-template-columns: 200px repeat(auto-fit, minmax(250px, 1fr)); */
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
width: 100%;
}
.comparison-container.cols-2{
    grid-template-columns: 200px repeat(2, 1fr);
    overflow: auto;
}
.comparison-container.cols-3 {
  grid-template-columns: 200px repeat(3, 1fr);
  overflow: auto;
}

.comparison-container.cols-4 {
  grid-template-columns: 200px repeat(4, 1fr);
  overflow: auto;
}

/* Property Headers */
.property-headers {
display: contents;
}

.empty-header {
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
}

.property-header {
background: white;
padding: 20px;
text-align: center;
border-right: 1px solid #e2e8f0;
}

.property-header:last-child {
border-right: none;
}

.property-title {
font-size: 18px;
font-weight: 700;
color: #1e293b;
margin-bottom: 15px;
letter-spacing: 0.5px;
}

.property-image {
width: 100%;
height: 200px;
border-radius: 8px;
object-fit: cover;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Comparison Rows */
.comparison-row {
display: contents;
}
.comparison-row .badge{
    margin-right: 5px;
    margin-bottom: 5px;
}

.row-label {
background: #f8fafc;
padding: 20px;
font-weight: 600;
color: #475569;
border-right: 1px solid #e2e8f0;
border-top: 1px solid #e2e8f0;
display: flex;
align-items: center;
font-size: 14px;
}

.row-value {
padding: 20px;
border-right: 1px solid #e2e8f0;
border-top: 1px solid #e2e8f0;
/* display: flex; */
align-items: center;
font-size: 14px;
color: #334155;
line-height: 1.5;
}

.row-value:last-child {
border-right: none;
}

.location-icon {
color: #dc2626;
margin-right: 8px;
font-size: 16px;
}

.status-ready {
color: #059669;
font-weight: 600;
}

.status-construction {
color: #d97706;
font-weight: 600;
}

.unit-type {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
}

.dropdown-small {
margin-left: 10px;
color: #6b7280;
}

.textred-pre{
    color: #CD2227;
}
.survey-banner{
    position: relative;
}
.survey-banner::before{
    content: '';
    background: #cd2227bf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.survey-banner h2,
.survey-banner h3{
    color: white;
}
.survey-banner .banner-form{
    background-color: white;
}
.survey-box{
    margin-bottom: 40px;
}
.survey-box .image{
    width: 100%;
    overflow: hidden;
    height: 312px;
    border-radius: 20px;
}
.survey-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dimensions-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.dimensions-header {
    background: #dc2626;
    color: white;
    font-weight: 600;
    text-align: center;
}

.dimensions-header th {
    padding: 8px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.dimensions-header th:last-child {
    border-right: none;
}

.dimensions-row td {
    padding: 8px 12px;
    text-align: center;
    background: rgba(220, 38, 38, 0.1);
    border-bottom: 1px solid rgba(220, 38, 38, 0.2);
    border-right: 1px solid rgba(220, 38, 38, 0.2);
}

.dimensions-row td:last-child {
    border-right: none;
}

.dimensions-row:last-child td {
    border-bottom: none;
}

.bed-icon {
    margin-right: 8px;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
.filter-grid {
    grid-template-columns: repeat(2, 1fr);
}

.add-to-compare {
    grid-column: span 1;
    justify-self: stretch;
}
}

@media (max-width: 768px) {
.container {
    padding: 10px;
}

.filter-section {
    padding: 20px;
}

.filter-grid {
    grid-template-columns: 1fr;
}

.add-to-compare {
    grid-column: span 1;
}

.comparison-container {
    grid-template-columns: 1fr;
    gap: 0;
}

.property-headers {
    display: inline-block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    background: white;
}

.empty-header {
    display: none;
}

.property-header {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 66%;
    display: inline-block;
}

.comparison-row {
    display: inline-block;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #e2e8f0;
}

.row-label {
    grid-column: span 3;
    background: #f1f5f9;
    border-right: none;
    border-top: none;
    font-weight: 700;
    color: #1e293b;
}

.row-value {
    border-right: 1px solid #e2e8f0;
    border-top: none;
    padding: 15px 20px;
    width: 69%;
    /* overflow: auto; */
}

.row-value:last-child {
    border-right: none;
}
}
@media screen and (max-width:800px) {
  .add-to-compare{
    margin-top: 5px;
  }


}
@media screen and (max-width:768px) {
  .compare-pg .select2-containe6{
    width: 100% !important;
  }
  .add-to-compare{
    /* margin-top: 10px; */
  }
  .comparison-container.cols-2{
    grid-template-columns: 1fr;
    width: 1000px;
  }
  .property-headers{
    display: grid;
    grid-template-columns: 296px repeat(2, 1fr);

  }
  .load-compare-list{
    overflow: auto;
  }
  .property-headers{
    grid-template-columns: 296px repeat(2, 1fr);
    display: grid;
  }
  .comparison-row{
    grid-template-columns: 296px repeat(2, 1fr);
    display: grid;
  }
  .filter-group .select2-container {
    width: 100% !important;
  }


}


@media (max-width: 480px) {
.property-title {
    font-size: 16px;
}

.property-image {
    height: 150px;
}

.filter-select, .add-to-compare {
    padding: 10px 15px;
    font-size: 13px;
}
.property-listing .card-img img{
    height: 209px;
    object-fit: cover;
}
.amenities{
    display: block;
}
.project-div h6{
    margin-bottom: 24px;
}
.project-div h6 span{
    margin-bottom: -14px;
    display: block;
}
.mainhead-inner{
    font-size: 26px;
}
.details-btnss{
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* spacing optional */
}
.details-btnss div{
    flex: 1 1 calc(50% - 10px);
}
.details-btnss div:last-child{
    flex: 1 1 100%;
}
.details-btnss div a{
    display: block;
}
.gallery-main{
    height: 289px !important;
    min-width: 98% !important;
}
.gallery-box{
    height: 100px !important;
}
.page-navigation ul li a{
    font-size: 13px;
}
.sec-gal .listwith li{
    width: 100%;
}
.page-navigation ul li a{
    padding: 5px 10px;
}
.sec-gal h3{
    font-size: 22px;
}
#progress ul.paymentplan-area li{
    width: 144px;
}
.sec-gal .checked_list li{
    width: 50%;
}
.sec-gal .checked_list li img {
    width: 18px;
}
.row-value{
    width: 100%;
}
.first-h {
    font-size: 32px !important;
}
.main-h{
    font-size: 29px;
}
.sub-h{
    font-size: 14px;
}
.news-block img{
    height: 162px;
}


}

/* Media Query */
@media only screen and (max-width: 1500px) {
    .my-menu li a{
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .my-menu li a {
        font-size: 12px;
    }
    
}
@media only screen and (max-width: 991px) {
    .menu-btn {
        display: inline-block;
    }
    button.navbar-toggler {
        background: #003ea526;
        border: none;
    }
    .property-div{
        border-radius: 14px;
        height: 239px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .counter-box span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .my-banner .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .first-h {
        font-size: 75px;
    }
    .second-h {
        font-size: 37px;
        margin-top: -15px !important;
    }
    a.navbar-brand img {
        width: 176px;
    }
    .first-heading{
        display: inline-block;
        width: 100%;
        align-items: center;
    }
    .my-banner{
        padding: 30px 20px 50px 0px;
    }
    .loc-div{
        border-radius: 18px;
        height: 187px;
    }
}