/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");

@font-face {
    font-family: "gothicb";
    src: url(../fonts/gothic.ttf);
}

@font-face {
    font-family: "gothicb-bold";
    src: url(../fonts/gothicb.ttf);
    font-weight: bold;
}

#brochureModal .modal-body {
    height: 100%;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    font-family: "gothicb" !important;
    background-color: #FFFFFF !important;
}

h1,
h2,
h3 {
    font-family: "gothicb-bold";
}

.main-heade .navbar {
    justify-content: end;
}

.main-nav {
    width: 80%;
    margin-right: 24px;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 120px;
}

/* Custom CSS to make the SweetAlert dialog smaller */
.swal2-backdrop-show .swal2-popup {
    width: 300px;
    /* Adjust the width as needed */
}

.swal2-backdrop-show .swal2-title {
    font-size: 16px;
    /* Adjust the title font size */
}

#pro_convert_price_converted {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.genral_h2 p span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

#loader2 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 1000;
    /* Make sure it's above other content */
}

#loader2 img {
    width: 200px;
}

.swal2-backdrop-show .swal2-content {
    font-size: 14px;
    /* Adjust the content font size */
}

.drop-sign {
    list-style: none;
}

.download-modal .modal-body {
    height: 100%;
}

.download-modal select {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 12px;
    outline: none;
    border: none;
    color: #000;
    border-radius: 5px;
    background-color: #838c93;
}

.subscription-modal .modal-body {
    padding: 0;
    border-radius: 10px;
}

.subscribe-modal button.btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #2e3233;
    filter: none;
    color: #bfbfbf;
    font-size: 25px;
    padding: 4px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 0.8;
    background-image: none;
    line-height: normal;
}

.subscribe-modal .modal-header {
    padding: 20px 0 8px;
    border: none;
}

.subscribe-modal img {
    border-radius: 10px;
}

.download-modal select:focus {
    outline: none;
}

.navbar .nav-item:last-child {
    margin-right: 0;
}

.navbar .nav-link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}

#amenities-all .modal-body {
    background-color: #485052;
}

.communities-service .hero-box-data.active {
    background-color: #f8d247;
}

.communities-service .hero-box-data.active img {
    filter: invert(100%);
}

.communities-service .hero-box-data.active p {
    color: #000;
}

.navbar .nav-link:hover {
    color: #fff;
}

#bookCalldModal .iti {
    margin-bottom: 12px;
}

.modal_popup p {
    font-size: 32px !important;
    font-family: "gothicb-bold";
    color: #dee2e6;
    font-weight: 500;
}

.land-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.page-link.disabled,
.disabled>.page-link {
    background: #838c93 !important;
    color: #333 !important;
}

.page-link.active,
.active>.page-link {
    background-color: #f8d247 !important;
    border-color: #f8d247 !important;
    color: #333 !important;
}

.navbar-collapse {
    /*margin-top: 22px;*/
}

.enquiry {
    display: flex;
}

.enquiry p {
    color: #f8d247;
    rotate: -90deg;
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    margin-right: -54px;
}

.enquiry a {
    background-color: #f8d247;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 26px 10px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: "gothicb-bold";
    position: relative;
}

/* popup forms */

@media (min-width: 768px) {
    .custom-md .modal-dialog {
        top: calc(22% - 50px);
    }
}

#purpose {
    margin-bottom: 0;
}

.modal {
    background-color: #000000ad;
}

.modal-content {
    background-color: #2a2c2f;
    padding: 7px;
}

.modal-inside {
    background-color: #4d5356;
    padding: 7px;
    border-radius: 10px;
}

.modal-inside button.btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #2e3233;
    filter: none;
    color: #bfbfbf;
    font-size: 25px;
    padding: 4px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 0.8;
    background-image: none;
    line-height: normal;
}

.modal-header {
    padding: 0 0 8px;
}

.modal-body {
    background-color: #1c1e1e;
    padding: 30px 24px;
    border-radius: 10px;
}

.form-field input,
.form-field textarea {
    background-color: #838c93;
    border: none;
    color: #000;
    margin-bottom: 12px;
}

.form-control:focus {
    background-color: #838c93;
    border: none;
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder {
    color: #000 !important;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
}

textarea:-moz-placeholder {
    color: #000 !important;
}

.cnt-code {
    width: 20%;
    display: inline-block;
}

.phone-no {
    width: 100%;
    display: inline-block;
    margin-left: 5px;
}

.form-btn {
    background-color: #838c93;
    border: none;
    color: #000;
    font-weight: 700;
    padding: 2px 22px;
    font-size: 16px;
    font-family: "gothicb-bold";
}

.form-btn:hover {
    background-color: #f8d247;
    border: none;
    color: #000;
}

.brochere-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    margin-right: 0;
}

.brochere-section .check-box {
    flex: 1 1 auto;
}

.brochere-section .check-box label {
    color: #f8d247;
    font-size: 20px;
    line-height: normal;
    margin-left: 8px;
}

.form-check-input:checked {
    background-color: #a5840f;
    border-color: #a5840f;
}

/* .dropdown:hover .dropdown-menu{
    display: block;
} */
.dropdown:hover .dropdown-menu a {
    color: #f8d247;
}

.head-selction select {
    background-color: #f8d247;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px;
    border: 0;
    font-family: "gothicb-bold";
    margin-left: -3px;
    width: 80px;
}

.sqft-select {
    border-radius: 7px 0 0 7px;
    width: 80px;
}

.aed-select {
    border-radius: 0 7px 7px 0;
    width: 80px;
}

.head-selction {
    text-align: right;
}

.navbar-toggler {
    filter: brightness(10);
}

.hero {
    padding: 40px 0;
}

.hero-data .hero-img img {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hero-data {
    border-radius: 20px;
    background-color: #000;
}

.hero-text {
    padding: 50px 10px;
}

.hero-text h1 {
    color: #fff;
    margin-bottom: 30px;
}

.hero-text h1 span {
    color: #f8d247;
}

.hero-text p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.genral_h2 {
    background-color: #c3ad54c7;
    padding: 20px 25px;
    margin-top: 60px !important;
    border-radius: 20px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.genral_h2 p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.genral_h2 p strong {
    font-weight: 900;
    font-size: 20px;
}

.genral_h2 h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: "gothicb";
    color: #000;
}

.genral_h2 h2 span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

.property-search {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
}

.Home-search {
    background-color: #c3ad54c7;
    padding: 32px 25px;
    margin-top: -88px !important;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}

.Home-search h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: "gothicb";
    margin-bottom: 12px;
    color: #000;
    margin-top: -19px;
}

.Home-search h2 span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

.home-search {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
}

.property-field {
    flex: 1 1 auto;
    width: 25%;
}

.home-currency {
    border-radius: 7px 7px 7px 7px;
}

.squre-conversion {
    border-radius: 7px 0 0 7px;
}

.dper-name {
    width: 70%;
}

.sort-by {
    width: 30%;
}

@media (max-width: 768px) {
    .dper-name {
        width: 100%;
    }

    .sort-by {
        width: 100%;
    }

    .home-search {
        flex-wrap: wrap;
    }

    .property-search {
        flex-wrap: wrap;
    }
}

.property-field select {
    background-color: #000;
    color: #f8d247;
    padding: 10px 45px 16px 20px;
    border-radius: 15px;
    font-size: 21px;
    border: 0;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../imgs/dwon-gold.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 22px 20px;
    height: 65px;
    width: 100%;
}

.search-glass {
    background-color: #000;
    color: #f8d247;
    padding: 6px;
    border-radius: 15px;
    font-size: 25px;
    display: block;
    border: 0;
    height: 65px;
}

.hero-links ul .nav-item .search-glass img {
    width: 92%;
}

.search-glass i {
    background-color: #000;
    color: #f8d247;
    font-size: 30px;
    margin-left: 0;
}

.hero-links .dropdown-menu {
    margin-left: 10px;
}

.feature-heading h4,
.feature-heading h3 {
    color: #000;
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 0;
}

.show-btn {
    display: flex;
    justify-content: end;
    margin-right: 140px;
}

.show-btn a {
    text-decoration: none;
    font-size: 25px;
    background-color: #000;
    color: #f8d247;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
}

.show-all-btn {
    display: none;
}

/* .property-switch-box{

} */
.property-switch-box .card {
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #000;
    margin: 12px 0;
    box-shadow: 5px 5px 10px #00000082;
    overflow: hidden;
}

.property-switch-box .card-img img {
    width: 100%;
}

.list-pages {
    display: flex;
    margin-top: 14px;
}

.pagination {
    background-color: #282a2c;
    border-radius: 7px;
    padding: 6px;
    margin: 0;
}

.page-item {
    margin: 0 4px;
}

.page-link {
    background-color: #838c93;
    border-radius: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    padding: 6px 18px;
}

.f-switch-btn {
    padding: 8px;
    border: 1px solid #5a5959;
    background-color: #778086;
    margin: 50px auto;
    max-width: 365px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    box-shadow: 3px 3px 3px #000;
}

.f-switch-btn a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 8px 25px;
    flex: 1 1 auto;
    text-align: center;
    width: 50%;
}

.f-switch-btn .active {
    background-color: #000;
    color: #f8d247;
    border-radius: 14px;
}

.f-switch-btn button {
    text-decoration: none;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 8px 25px;
    flex: 1 1 auto;
    text-align: center;
    width: 50%;
    border-radius: 14px;
}

.f-switch-btn .active {
    background-color: #000;
    color: #f8d247;
    border-radius: 14px;
    border-radius: 14px;
}

.f-switch-btn .nav-link:hover {
    background-color: #000;
    color: #f8d247;
    border-radius: 14px;
    border-radius: 14px;
}

.f-switch-btn button.nav-link.active {
    background-color: #000;
    color: #f8d247;
    border-radius: 14px;
    border-radius: 14px;
}

.tabs-btn {
    padding: 8px;
    border: 1px solid #5a5959;
    background-color: #778086;
    margin: 25px auto 50px;
    max-width: 365px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    box-shadow: 3px 3px 3px #000;
}

.tabs-btn a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 8px 25px;
    flex: 1 1 auto;
    text-align: center;
    width: 50%;
}

.tabs-btn .active {
    background-color: #000;
    color: #f8d247;
    border-radius: 14px;
}

.slider .card {
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #000;
    margin: 12px 5px;
    box-shadow: 0px 5px 10px #00000082;
}

.slider .card img {
    border-radius: 5px;
}

.owl-carousel .owl-item .address {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item .address img {
    width: 21px;
    height: 29px;
    margin-right: 7px;
}

.card-text {
    border: 2px solid #000;
    margin-top: 1px;
}

.card-text .location {
    background-color: #838c93;
    border-radius: 5px;
    padding: 5px;
}

.card-text .location .address {
    display: flex;
    align-items: center;
}

.card-text .location .address img {
    width: 21px;
    height: 29px;
    margin-right: 7px;
}

.card-text .location h4 {
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
    font-family: "gothicb-bold";
}

.card-text .location h4 a {
    color: #000;
    text-decoration: none;
}

.card-text .location i {
    font-size: 30px;
    color: #000;
    margin-right: 4px;
}

.card-text .location span {
    font-size: 25px;
    color: #000;
}

.card-text .property-name {
    background-color: #838c93;
    border-radius: 5px;
    padding: 24px 5px;
    text-align: center;
}

.card-text .property-name h4 {
    color: #000;
    font-size: 28px;
    margin-bottom: 0;
}

.card-text .property-name h4 a {
    color: #000;
    text-decoration: none;
}

.price2 {
    position: fixed;
    bottom: 0;
    padding: 14px 16px 18px 16px;
    background: #000;
    color: #ffcc01;
    width: 100%;
    text-align: center;
    z-index: 1;
    transition: all 1s;
    display: block;
}

.price {
    text-align: center;
    padding: 15px;
}

.price span {
    font-size: 34px;
    color: #f8d247;
}

.price a {
    font-size: 34px;
    color: #f8d247;
    text-decoration: none;
}

.lunch {
    text-align: center;
    background-color: #838c93;
    border-radius: 5px;
    padding: 3px 10px;
    color: #000;
}

.lunch span {
    font-size: 30px;
    line-height: normal;
}

.slider .owl-theme .owl-nav button {
    border-radius: 15px !important;
}

.slider .owl-theme .owl-nav {
    position: absolute;
    right: 0px;
    top: -237px;
}

.slider .owl-carousel .owl-nav button.owl-prev,
.slider .owl-carousel .owl-nav button.owl-next {
    background: #ffffff;
    width: 50px;
    height: 50px;
}

.slider .owl-carousel .owl-nav button.owl-prev i,
.slider .owl-carousel .owl-nav button.owl-next i {
    font-size: 35px;
    color: #ffffff;
}

.market-heading {
    text-align: center;
    margin-bottom: 20px;
}

.market-heading h3 {
    font-size: 35px;
    color: #fff;
    font-family: "gothicb";
}

.market-detail {
    background-color: #202224;
    padding: 50px 0;
    border-radius: 20px;
}

.maket-box {
    background-color: #5b6366;
    width: 350px;
    margin: 10px auto;
    border-radius: 22px;
    padding: 20px;
}

.maket-box h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.maket-box span {
    color: #ffdc5d;
    font-size: 25px;
}

.maket-box h4 {
    font-size: 25px;
    color: #fff;
    font-family: "gothicb";
}

.maket-box h4 span {
    font-size: 25px;
    color: #fff;
}

.team {
    padding: 20px 0;
    background-color: #242729;
}

.team-slider {
    background-color: #50575a;
    padding: 10px 40px;
    border-radius: 10px;
}

.team-slider .card {
    background-color: #131515;
    text-align: center;
    padding: 35px;
    height: 178px;
}

.team-slider .card .team-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.team-slider .card .team-img img {
    max-width: 100%;
}

.team-slider .owl-theme .owl-nav {
    margin: 0;
}

.team-slider .owl-theme .owl-nav {
    left: 0;
    top: 50px;
}

.team-slider .owl-theme .owl-nav .owl-prev {
    left: -20px;
    top: 40%;
    position: absolute;
    background: none;
    color: #000;
    width: auto;
}

.team-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    top: 40%;
    background: none;
    color: #000;
    width: auto;
}

.team-slider .owl-theme .owl-nav .owl-next i,
.team-slider .owl-theme .owl-nav .owl-prev i {
    color: #1a1a1a;
    font-size: 30px;
}

.team-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.contat-us {
    padding: 60px 0;
}

.contact-detail {
    background-color: #282828;
    padding: 12px;
    border-radius: 22px;
}

.contatct-text {
    background-color: #282828;
    border-radius: 15px;
}

.contact {
    padding: 40px 20px;
}

.contact p {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.contact span {
    color: #fff;
    font-size: 25px;
}

.contact-btn {
    padding: 62px 20px;
    display: flex;
    justify-content: end;
}

.call-btn {
    margin-left: 20px;
}

.contact-btn .whatsapp-btn a,
.contact-btn .call-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    background-color: #b28a5a;
    padding: 5px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 52px;
}

.whatsapp-btn a {
    background-color: white;
}

.contact-btn .whatsapp-btn a img,
.contact-btn .call-btn a img {
    margin-right: 10px;
    width: auto;
    height: 35px;
}

.footer {
    padding: 30px 0 18px;
    background-color: #060606;
}

.footer-links {
    text-align: right;
}

.footer-links li {
    padding: 2px;
    display: inline-block;
}

.footer-links a {
    width: 45px;
    height: 45px;
    background-color: #f8d247;
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    line-height: 45px;
    color: #000;
}

.policy {
    text-align: end;
}

.policy a {
    text-decoration: none;
    font-size: 20px;
    color: #f8d247;
    font-family: "gothicb";
}

.footer p {
    font-size: 20px;
    color: #f8d247;
    font-family: "gothicb";
}

.iti {
    display: block;
}

/* landing page */
.navbar .nav-item {
    margin-left: 80px;
}

.navbar .nav-item:first-child {
    margin-left: 0;
}

.landing-page .navbar .nav-item {
    margin-left: 12px;
}

.top-download {
    display: flex;
}

.top-download span {
    color: #f8d247;
    rotate: -90deg;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-right: -65px;
}

.top-download a {
    text-decoration: none;
    background-color: #f8d247;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 29px 10px;
    border-radius: 10px;
    font-family: "gothicb-bold";
    position: relative;
}

.landBrochure-mobile {
    display: none;
}

/* Hero Style */
.landing-hero {
    padding-top: 140px;
    background-color: #60686b;
    padding-bottom: 0;
}

.hero-data .hero-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.hero-data .hero-img img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hero-data.home-banner .hero-img {
    min-height: 450px;
}

.hero-data {
    border-radius: 20px;
    background-color: #000;
    overflow: hidden;
}

.hero-data-detail {
    padding: 10px 0 10px 12px;
}

.hero-data-detail h1 {
    color: #f8d247;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

.hero-head-left span {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "gothicb";
    text-transform: uppercase;
}

.hero-head-btn {
    display: flex;
    margin-top: 22px;
}

.hero-head-btn .status a {
    text-decoration: none;
    color: #fff;
    background-color: #788086;
    font-size: 18px;
    padding: 5px 12px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.hero-head-btn .lunch-btn a {
    text-decoration: none;
    color: #000;
    background-color: #f8d247;
    font-size: 18px;
    padding: 5px 12px;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #000;
}

.price-tag {
    height: 100%;
    background-color: #485052;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
}

.price-tag i {
    color: #fff;
    font-size: 30px;
}

.price-tag span {
    color: #f8d247;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.price-tag h5 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.hero-head-right {
    height: 100%;
    background-color: #485052;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
}

.hero-head-right i {
    color: #fff;
    font-size: 30px;
}

.hero-head-right span {
    color: #f8d247;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-head-right-text p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.hero-body-data {
    background-color: #485052;
    margin-top: 30px;
    border-radius: 15px;
}

.hero-body-data .col-lg-6 {
    border: 1px solid #000;
}

.hero-box {
    text-align: center;
    padding: 12px 0 4px;
}

.hero-box a {
    text-decoration: none;
}

.hero-box .row .col-lg-6 {
    padding: 0;
}

.hero-box .box-icon i {
    font-size: 40px;
    color: #fff;
}

.hero-box .box-text span {
    color: #f8d247;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.hero-box .box-text p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.property-type-btn {
    background-color: white;
    color: black;
    border: 1px solid #6d6a6b;
    transition: all 0.3s ease;
}

.property-type-btn:hover {
    background-color: #6d6a6b;
    color: white;
}

/* Overview */
.overview {
    padding: 12px;
    background-color: #191a1c;
    border-radius: 20px;
}

.overview .box-one h3 {
    color: #f8d247;
    font-size: 35px;
    font-weight: 700;
}

.view-box {
    width: 100%;
    height: 100%;
    background-color: #485052;
    padding: 15px;
    border-radius: 10px;
}

.view-box p strong {
    color: #f8d247;
}

.feature-box p strong {
    color: #f8d247;
}

.feature-box p {
    color: white;
}

.view-box p {
    color: white;
}

.overview .box-two h3 {
    color: #f8d247;
    font-size: 35px;
    font-weight: 700;
}

.feature-box {
    width: 100%;
    height: 100%;
    background-color: #485052;
    padding: 15px;
    border-radius: 10px;
}

/* amenities style */
.amenities-box {
    background-color: #191a1c;
    padding: 12px;
    border-radius: 20px;
}

.amenities-box h3 {
    color: #f8d247;
    font-size: 35px;
    font-weight: 700;
}

.amenties-box-data {
    background-color: #485052;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: center;
}

.amenties-data a {
    text-decoration: none;
}

.amenties-icon {
    width: 120px;
    height: 120px;
    background-color: #000;
    margin: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenties-icon i {
    font-size: 50px;
    color: #f8d247;
}

.amenties-text {
    margin-top: 10px;
}

.amenties-text span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.explore-btn {
    text-align: right;
    padding-top: 12px;
}

.explore-btn a {
    text-decoration: none;
    color: #f8d247;
    background-color: #485052;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 24px;
    display: inline-block;
    line-height: normal;
}

/* Payment style */
.payment-box-data {
    background-color: #191a1c;
    padding: 12px;
    border-radius: 20px;
}

.payment-box-data h3 {
    font-size: 35px;
    color: #f8d247;
    font-weight: 700;
}

.payment-plan-data {
    background-color: #485052;
    border-radius: 10px;
    padding: 10px 10px;
}

.payment-box {
    border: 3px solid #000;
    border-radius: 5px;
    padding: 5px 0;
    margin: 85px 0 0;
}

.payment-box-icon {
    width: 120px;
    height: 120px;
    background-color: #000;
    margin: -65px auto 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-box-icon i {
    color: #f8d247;
    font-size: 50px;
}

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

.payment-text span {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    font-family: "gothicb";
}

.down-payment {
    background-color: #000;
    padding: 10px 0;
}

.down-payment span {
    color: #f8d247;
    font-size: 22px;
    font-weight: 300;
}

.down-payment a {
    color: #f8d247;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
}

.book-date {
    padding: 10px 0;
}

.book-date span {
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
}

/* details style */
.detail-data {
    background-color: #191a1c;
    border-radius: 20px;
    padding: 12px 12px;
}

.detail-data h3 {
    font-size: 35px;
    color: #f8d247;
    font-weight: 700;
}

.detail-box-data {
    background-color: #485052;
    padding: 15px 10px;
    border-radius: 10px;
}

table {
    background-color: #000;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

table,
td,
th,
tr {
    border: 1px solid #485052;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

table th {
    color: #f8d247;
    text-transform: uppercase;
}

table td i {
    padding-right: 10px;
    border-right: 1px solid;
}

table td span {
    padding-left: 5px;
}

table td:first-child {
    color: #f8d247;
}

.payment-btn {
    text-align: right;
    padding-top: 12px;
}

.payment-btn a {
    text-decoration: none;
    color: #f8d247;
    background-color: #485052;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 24px;
    display: inline-block;
    line-height: normal;
}

.landing-page-contact-bar {
    width: 95%;
    margin: 0 auto;
}

/* Location */
.location-box {
    background-color: #191a1c;
    padding: 12px;
    border-radius: 20px;
}

.location-box h3 {
    color: #f8d247;
    font-size: 35px;
    font-weight: 700;
}

.location-box-map {
    background-color: #485052;
    padding: 12px;
    border-radius: 15px;
}

.location-links ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.location-links ul li {
    display: inline-block;
    background-color: #191a1c;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0 2px;
    flex: 1 1 auto;
    text-align: center;
}

.location-links ul li:first-child {
    margin-left: 0;
}

.location-links ul li a {
    text-decoration: none;
    color: #f8d247;
    font-size: 20px;
    font-weight: 300;
}

.map iframe {
    border-radius: 14px;
    margin-bottom: -5px;
}

.location-right-box {
    background-color: #191a1c;
    height: 100%;
    border-radius: 10px;
    min-height: 500px;
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
}

.location-right-box p strong {
    color: #f8d247;
}

.location-right-box p {
    margin-bottom: 0;
}

/* Location slider */
.location-slider {
    padding: 10px 0 0;
}

.slider-data {
    background-color: #485052;
    padding: 10px 40px;
    border-radius: 10px;
}

.location-slider .card {
    background-color: #131415;
    border-radius: 10px;
    padding: 14px 14px 24px;
}

.slider-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.slider-head .icon {
    height: 85px;
    display: flex;
    align-items: center;
}

.slider-head .icon img {
    width: auto;
    max-height: 100%;
}

.slider-head .icon i {
    font-size: 50px;
    color: #fff;
}

.slider-head .text-icon span {
    font-size: 30px;
    color: #f8d247;
}

.nearby-location .owl-theme .owl-nav {
    margin: 0;
}

.slider-data .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -19px;
    top: 35%;
    background: none;
    color: #000;
}

.slider-data .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -19px;
    top: 35%;
    background: none;
    color: #000;
}

.slider-data .owl-carousel .owl-nav button.owl-prev i,
.slider-data .owl-carousel .owl-nav button.owl-next i {
    font-size: 30px;
}

.slider-data .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.slider-data .slider-text {
    text-align: right;
}

.slider-data .slider-text span {
    color: #f8d247;
    font-size: 20px;
}

/* Gallery */
.gallery-data {
    background-color: #191a1c;
    border-radius: 15px;
    padding: 12px;
}

.gallery-data h3 {
    color: #f8d247;
    font-size: 35px;
    font-weight: 700;
}

.gallery-details {
    background-color: #485052;
    padding: 15px;
    border-radius: 15px;
}

.gallery-details img {
    border-radius: 10px;
    display: block;
    width: 100%;
}

.gallery-item {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #161515c9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.overlay span {
    font-size: 50px;
    color: #fff;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
    filter: invert(0) grayscale(0);
}

.gallery-tbs_modal {
    width: 74vw;
    max-height: 92vh;
    border-radius: 7px;
    margin: 4vh 13vw;
    background-color: #2a2c2f;
    color: #222;
    overflow: hidden;
    left: calc(50% - 13vw);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.gallery-tbs_modal .modal-xl {
    --bs-modal-width: 100%;
    margin: 0;
}

.gallery-tbs_modal .modal-content {
    background-color: #2a2c2f;
    padding: 14px;
    border: none;
}

.gallery-tbs_modal .modal-inside {
    background-color: transparent;
    padding: 7px;
    border-radius: 0;
}

.gallery-tbs_modal .modal-body {
    background-color: #4d5356;
    padding: 18px;
    border-radius: 7px;
}

.gallery-tbs_modal .btn-close {
    float: right;
    margin: 7px;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.gallery-tbs_modal .tab-bar {
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 7px;
    width: 98%;
    background-color: #1c1e1e;
}

.gallery-tbs_modal .tab-bar li {
    flex: 1 1 auto;
}

.gallery-tbs_modal .nav-tabs .nav-link {
    width: 100%;
    border-radius: 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.gallery-tbs_modal .nav-tabs .nav-link.active {
    background-color: #4d5356;
    color: #ffffff;
}

.gallery-tbs_modal .tab-content {
    padding: 0;
    overflow-y: scroll;
    height: 73vh;
    overflow-x: hidden;
    width: 100%;
    padding-right: 16px;
}

.gallery-tbs_modal .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #4d5356;
}

.gallery-tbs_modal .tab-content::-webkit-scrollbar {
    width: 6px;
    background-color: #4d5356;
}

.gallery-tbs_modal .tab-content::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.demo-gallery>ul>li {
    float: left;
    margin: 0;
    width: 50%;
    padding: 0;
}

.demo-gallery>ul>li a {
    border: 3px solid #4d5356;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

/* .demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
} */

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

/* slider  */
.property-slider {
    margin-top: 50px;
}

.property-slider .owl-theme .owl-nav {
    top: -120px;
}

/* .property-slider .owl-item{

} */
.top-up-btn {
    position: relative;
}

.landGo-top {
    position: fixed;
    bottom: 9.7rem;
    right: 2%;
    padding: 0px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 99;
}

.landGo-top a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #2f3034;
    padding: 3px 10px;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 2px 10px #000;
}

.landGo-top a img {
    width: auto;
    height: 100%;
}

/* Contact us */
.contact-data {
    background-color: #191a1c;
    padding: 8px 4px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
}

.contact-data .col {
    flex: 1 0 0%;
    margin: 0 4px;
}

.contact-box {
    background-color: #485052;
    padding: 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 82px;
    flex-wrap: wrap;
}

.contact-box a {
    display: flex;
    width: 100%;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}

.contact-icon img {
    width: 50px;
}

.contact-box i {
    color: #fff;
    font-size: 45px;
}

.box-one {
    border-top-left-radius: 15px;
}

.box-four {
    border-top-right-radius: 15px;
}

.contact-box .contact-text span {
    font-size: 30px;
    color: #fff;
}

/* contact page */
/* .contact-page{} */
.contact-title {
    padding: 36px 0;
}

.contact-title h1 {
    font-size: 34px;
    color: #000;
    margin-bottom: 0;
}

.contact-section {
    background-color: #1c1f20;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.cont-form-box {
    background-color: #494f52;
    padding: 12px;
    border-radius: 20px;
}

.cont-address-box {
    background-color: #494f52;
    padding: 12px;
    border-radius: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-img {
    margin-right: 12px;
}

.user-img img {
    border: 4px solid #9a9797;
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

.user-detail h2 {
    color: #f8d247;
    margin-bottom: 0;
}

.designation {
    font-size: 24px;
}

.form-entry {
    background-color: #191a1b;
    padding: 5px 30px 12px;
    border-radius: 20px;
}

.form-entry h3 {
    text-align: center;
}

.cont-form-box input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 3px 12px;
    background-color: #838c93;
    border: none;
}

.cont-form-box textarea {
    background-color: #838c93;
    border: none;
}

.cont-address-box .detail {
    background-color: #191b1c;
    border-radius: 20px;
    padding: 14px;
}

.cont-address-box .detail img {
    max-width: 100%;
    margin-bottom: 16px;
}

.cont-address-box h3 {
    text-align: center;
    color: #f8d247;
    margin: 15px 0 20px;
}

.address-detail {
    color: #f8d247;
    margin-bottom: 14px;
    font-size: 18px;
}

.cont-address-box p {
    font-size: 18px;
    line-height: 30px;
}

.tabs-popup {
    background-color: #333333f0;
}

.tabs-popup .modal-xl {
    --bs-modal-width: 80%;
}

/* .tabs-popup .nav-tabs{

} */
.tabs-popup .nav-tabs li {
    flex: 1 1 auto;
}

.tabs-popup .nav-tabs li .nav-link {
    width: 100%;
    text-align: center;
    border: 1px solid #495057;
}

.video-box {
    margin: 20px;
    text-align: center;
}

/* utility Classes */
.custom-container {
    width: 90%;
    margin: auto;
}

.primary-section {
    padding: 40px 0;
    /* background-color: #60686b; */
}

.secondary-section {
    padding: 30px 0 0;
}

/* .property-section{

} */
.section-pt {
    padding-top: 60px;
}

.section-pb {
    padding-bottom: 60px;
}

.section-ptb {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-mt {
    margin-top: 60px;
}

.section-mb {
    margin-bottom: 60px;
}

.section-mtb {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt20 {
    margin-top: 20px;
}

/* .item_speace{
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 6px;
    padding-right: 6px;
} */
.navbar-toggler:focus {
    box-shadow: 0 0 7px #f8d247;
}

/* Developers */

.hero-data-details {
    padding: 20px 0px 5px 9px;
    background-color: white;
    color: black;
}

/* .hero-heading h1{
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    font-family: 'gothicb';
} */
.Community-dt .property-search {
    flex-wrap: nowrap !important;
}

.hero-heading h1 span {
    color: #f8d247;
    font-size: 40px;
    font-family: "gothicb-bold";
}

.Developer-box .hero-box-data h4 {
    font-size: 28px;
    font-family: "gothicb";
    margin-bottom: 0;
}

.hero-box-data {
    background-color: #485052;
    border-radius: 14px;
    padding: 20px 10px;
    margin: 3px 5px;
}

.hero-box-text {
    margin-top: 4px;
}

.hero-box-text p {
    color: #f8d247;
    font-size: 25px;
    font-weight: 300;
}

/* Communties page */
.communities-service .box-icon {
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 60px;
    margin: 0 auto;
}

.communities-service {
    padding-bottom: 0 !important;
}

.communities-service .box-icon img {
    max-height: 100%;
    width: auto;
}

.data-box-one {
    padding: 18px 0 10px;
}

.data-box-one .box-icon i {
    font-size: 60px;
}

.data-box-one .hero-box-text {
    margin-top: 4px;
}

.data-box-one .hero-box-text span {
    font-size: 60px;
    margin-top: 20px;
    color: #fff;
    line-height: 45px;
}

.data-box-one .hero-box-text p {
    font-size: 28px;
    font-weight: 200;
    font-family: "gothicb";
    margin-bottom: 12px;
}

.property-btn select {
    background-color: #000;
    color: #f8d247;
    padding: 10px 45px 16px 20px;
    border-radius: 15px;
    font-size: 24px;
    border: 0;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../imgs/dwon-gold.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 22px 20px;
    height: 65px;
    width: 100%;
}

.enquiry-mobile {
    display: none;
}

/*  */
.property-name .property-heading {
    background-color: #191a1c;
    margin: 8px 0;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
}

.property-name .property-heading h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.header_btn-hover:hover {
    background-color: #dba665 !important;
    color: white;
    transition: 0.2s;
}

@media (max-width: 1400px) {
    .go-top {
        position: fixed;
        bottom: 12rem;
        right: 0;
        padding: 20px;
        display: none;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
        z-index: 99;
    }
}

@media (max-width: 1440px) {
    .nav-item a {
        font-size: 16px !important;
    }

    .navbar .nav-item {
        margin-left: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .main-nav {
        margin-right: 20px;
    }

    .navbar .nav-item {
        margin: 0 3px;
    }

    .navbar .nav-link {
        font-size: 18px;
    }

    .head-selction select {
        font-size: 18px;
    }

    .feature-heading h4,
    .feature-heading h3 {
        font-size: 40px;
    }

    .maket-box {
        width: 300px;
    }

    .maket-box h3 {
        font-size: 40px;
    }

    .maket-box span {
        font-size: 22px;
    }

    .maket-box h4 {
        font-size: 22px;
    }

    .show-btn a {
        font-size: 22px;
    }

    .contact-btn .whatsapp-btn a,
    .contact-btn .call-btn a {
        font-size: 22px;
    }

    .contact span {
        font-size: 22px;
    }

    .contact p {
        font-size: 25px;
    }

    .footer p {
        font-size: 18px;
    }

    /* Landing page */
    .hero-box .box-text p {
        font-size: 20px;
    }

    .overview .box-one h3,
    .overview .box-two h3 {
        font-size: 30px;
    }

    .amenities-box h3 {
        font-size: 30px;
    }

    .amenties-text span {
        font-size: 20px;
    }

    .payment-text span {
        font-size: 50px;
    }

    .payment-box-data h3 {
        font-size: 30px;
    }

    .detail-data h3 {
        font-size: 30px;
    }

    table,
    td,
    th,
    tr {
        font-size: 18px;
    }

    .down-payment span {
        font-size: 22px;
    }

    .location-links ul li a {
        font-size: 16px;
    }

    .location-box h3 {
        font-size: 30px;
    }

    .location-slider {
        margin-top: 10px;
    }

    .slider-head .icon i {
        font-size: 40px;
    }

    .slider-head .text-icon span {
        font-size: 25px;
    }

    .location-slider .card {
        height: 175px;
    }

    .gallery-data h3 {
        font-size: 30px;
    }

    .overlay span {
        font-size: 40px;
    }

    .contact-box i {
        font-size: 30px;
    }

    .contact-box .contact-text span {
        font-size: 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .communities-service .hero-heading h1 {
        font-size: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .main-nav {
        margin-right: 20px;
    }

    .communities-service .hero-heading h1 {
        font-size: 30px;
    }

    .communities-service .hero-heading h1 span {
        font-size: 35px;
    }

    .navbar .nav-item {
        margin: 0 3px;
    }

    .navbar .nav-link {
        font-size: 14px;
    }

    .head-selction select {
        font-size: 18px;
    }

    .feature-heading h4,
    .feature-heading h3 {
        font-size: 40px;
    }

    .slider .owl-theme .owl-nav {
        right: 0;
    }

    .price span {
        font-size: 30px;
        color: #f8d247;
    }

    .card-text .location span {
        font-size: 22px;
        color: #000;
    }

    .maket-box {
        width: 300px;
    }

    .maket-box h3 {
        font-size: 40px;
    }

    .maket-box span {
        font-size: 22px;
    }

    .maket-box h4 {
        font-size: 22px;
    }

    .show-btn a {
        font-size: 22px;
    }

    .contact-btn .whatsapp-btn a,
    .contact-btn .call-btn a {
        font-size: 22px;
    }

    .contact span {
        font-size: 22px;
    }

    .contact p {
        font-size: 25px;
    }

    .footer p {
        font-size: 18px;
    }

    /* Landing Page */
    .hero-box .box-text p {
        font-size: 20px;
    }

    .overview .box-one h3,
    .overview .box-two h3 {
        font-size: 30px;
    }

    .amenities-box h3 {
        font-size: 30px;
    }

    .amenties-text span {
        font-size: 20px;
    }

    .payment-text span {
        font-size: 50px;
    }

    .payment-box-data h3 {
        font-size: 30px;
    }

    .detail-data h3 {
        font-size: 30px;
    }

    table,
    td,
    th,
    tr {
        font-size: 18px;
    }

    .down-payment span {
        font-size: 22px;
    }

    .location-links ul li a {
        font-size: 16px;
    }

    .location-box h3 {
        font-size: 30px;
    }

    .location-slider {
        margin-top: 10px;
    }

    .slider-head .icon i {
        font-size: 40px;
    }

    .slider-head .text-icon span {
        font-size: 25px;
    }

    .location-slider .card {
        height: 175px;
    }

    .gallery-data h3 {
        font-size: 30px;
    }

    .overlay span {
        font-size: 40px;
    }

    .contact-box i {
        font-size: 30px;
    }

    .contact-box .contact-text span {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .card-text .property-name h4 {
        color: #000;
        font-size: 22px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 120px;
    }

    .main-nav {
        width: auto;
        margin: 0;
        display: flex;
    }

    .home-search {
        flex-wrap: wrap;
    }

    .property-search {
        flex-wrap: wrap;
    }

    .head-selction {
        text-align: left;
        margin-right: 30px;
    }

    .main-header {
        position: absolute;
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        border-radius: 10px;
        background-color: #000;
        padding: 15px;
    }

    .navbar .nav-link {
        font-size: 18px;
    }

    .enquiry,
    .top-download {
        display: none;
    }

    .hero-text h1,
    .hero-heading h1 {
        font-size: 30px;
    }

    .hero-head-left span {
        font-size: 30px;
    }

    .hero-text h1 span {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 20px;
    }

    .card-text .location span {
        font-size: 22px;
        color: #000;
    }

    .price span {
        font-size: 30px;
        color: #f8d247;
    }

    .property-search {
        margin-top: 42px;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .property-field {
        flex: 1 1 auto;
        width: 100%;
    }

    .property-search .search-glass {
        background-color: #000;
        color: #f8d247;
        padding: 6px;
        border-radius: 15px;
        font-size: 25px;
        display: block;
        border: 0;
        height: 65px;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -35px;
    }

    .brochere-section {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        margin-right: 0;
    }

    .mt-brocher-frm {
        margin-top: 12px;
    }

    .search-btn {
        width: 100%;
    }

    .property-search .property-field select {
        font-size: 20px;
        margin: 5px 0;
    }

    .feature-heading h4,
    .feature-heading h3 {
        font-size: 35px;
    }

    .show-btn {
        margin: 15px 0;
    }

    .show-btn a {
        font-size: 25px;
    }

    .f-switch-btn {
        margin: 20px auto 85px;
    }

    .f-switch-btn a {
        font-size: 20px;
    }

    .slider .owl-theme .owl-nav {
        right: 85px;
        top: -80px;
        left: 85px;
    }

    .card-text .location i {
        font-size: 25px;
    }

    .card-text .location span {
        font-size: 20px;
    }

    .price span {
        font-size: 28px;
    }

    .lunch span {
        font-size: 28px;
    }

    .market-heading h3 {
        font-size: 27px;
    }

    .market-detail {
        padding: 40px 0;
    }

    .maket-box {
        width: 250px;
    }

    .maket-box h3 {
        font-size: 30px;
    }

    .maket-box span {
        font-size: 20px;
    }

    .maket-box h4 {
        font-size: 20px;
    }

    .contact {
        text-align: center;
        padding: 20px;
    }

    .contact p {
        font-size: 25px;
    }

    .contact span {
        font-size: 20px;
    }

    .contact-btn {
        padding: 30px 20px;
        text-align: center;
        justify-content: center;
    }

    .contact-btn .whatsapp-btn a,
    .contact-btn .call-btn a {
        font-size: 20px;
    }

    .footer {
        padding: 20px 0 5px;
    }

    .footer p {
        font-size: 18px;
        text-align: center;
    }

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

    /* Landing page for Tablet */
    .hero-data-detail {
        padding: 10px 20px 15px;
    }

    .hero-heading {
        text-align: left;
    }

    .hero-box .box-text span {
        font-size: 18px;
    }

    .hero-box .box-text p {
        font-size: 20px;
    }

    .hero-box .box-icon i {
        font-size: 35px;
    }

    .hero-data .hero-img img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }

    .overview .box-one h3,
    .overview .box-two h3 {
        font-size: 30px;
    }

    .amenities-box h3 {
        font-size: 30px;
    }

    .amenties-text span {
        font-size: 20px;
    }

    .amenties-data {
        margin: 12px 0;
    }

    .amenties-icon i {
        font-size: 40px;
    }

    .explore-btn a {
        font-size: 20px;
    }

    .payment-box-data h3 {
        font-size: 30px;
    }

    .payment-box-icon i {
        font-size: 45px;
    }

    .payment-box .payment-text span {
        font-size: 45px;
    }

    .down-payment span {
        font-size: 20px;
    }

    .book-date span {
        font-size: 22px !important;
    }

    .detail-box-data {
        width: 100%;
        overflow-y: scroll;
    }

    .detail-data h3 {
        font-size: 30px;
    }

    table,
    td,
    th,
    tr {
        font-size: 16px;
        padding: 12px 0;
    }

    .payment-btn a {
        font-size: 20px;
    }

    .location-links {
        display: flex;
        flex-wrap: wrap;
    }

    .location-links ul li {
        padding: 5px 18px;
    }

    .location-box h3 {
        font-size: 30px;
    }

    .location-slider {
        margin-top: 20px;
    }

    .location-slider .card {
        height: 175px;
    }

    .location-slider .slider-data .slider-text {
        text-align: center;
    }

    .gallry-box h3 {
        font-size: 30px;
    }

    .gallry-img-box {
        margin: 20px 0;
    }

    .property-slider {
        margin-top: 80px;
    }

    .contact-box {
        margin: 10px 0;
    }

    .contact-box i {
        font-size: 40px;
    }

    .contact-box .contact-text span {
        font-size: 25px;
    }

    .box-one {
        border-top-left-radius: 15px;
    }

    .box-two {
        border-top-right-radius: 0;
    }

    .box-three {
        border-bottom-left-radius: 0;
    }

    .box-four {
        border-bottom-right-radius: 0;
    }

    /*  */
    .primary-section {
        padding: 15px 0;
    }

    .property-name .property-heading h2 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {}

@media (min-width: 1400px) {
    .landing-page-contact-bar {
        width: 1320px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1140px;
    }

    .container-fluid {
        width: 1340px;
    }
}

@media (min-width: 991px) {
    .location-box-map .row>.col-lg-7:first-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    /*.subscribe-modal .modal-lg, .modal-xl {*/
    /*   width: 745px !important;*/
    /*}*/
}

@media (max-width: 1200px) {
    .custom-container {
        width: 960px;
    }

    .container-fluid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .custom-container {
        width: 960px;
    }
}

@media (max-width: 768px) {
    .custom-container {
        width: 720px;
    }
}

@media (max-width: 576px) {
    .custom-container {
        width: 100%;
    }
}

.comunity .slider .owl-theme .owl-nav {
    top: -80px;
    margin-top: 0;
}

.comunity .slider {
    margin-top: 20px;
}

/* meta description new changes */
.meta-description {
    background-color: #ffffff;
    padding: 30px 0;
    color: #000;
}

.meta-description .heading h2 {
    font-size: 28px;
    margin: 14px 0;
}

.meta-description .off-plan-villa .heading h2 {
    margin-top: 20px;
}

.meta-description .description {
    /* border: 5px solid #6D7377; */
    /* padding: 12px 20px; */
    /* border-radius: 10px; */
    text-align: justify;
}

.meta-description .description p {
    margin-bottom: 0;
}

/* New CSS Add by Talha */
/* FAQ Section */
.faq {
    margin-top: 50px;
    padding: 25px 0 25px;
    background-color: #191b1c;
}

.faq .faq-heading {
    margin-bottom: 15px;
}

.faq .faq-heading h3 {
    font-size: 28px;
    font-weight: 500;
    font-family: "gothicb";
}

.faq .accordion-button:not(.collapsed),
.faq .accordion-button {
    background-color: #474e50;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.faq .accordion-item {
    margin: 15px 0;
    border-radius: 7px;
    border: none;
    background: none;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    content: "";
    width: 35px;
    height: 35px;
    background-color: #191b1c;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq .faq-text {
    border: 5px solid #474e50;
    padding: 10px;
    border-radius: 10px;
}

.blog-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.blog-card-body {
    padding: 18px 16px 40px 16px;
}

.blog-card h3 {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 0;
    min-height: 60px;
}

.blog-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #b28a5a;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0 0 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
    justify-content: center;
}

.blog-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-card:hover .blog-link {
    opacity: 1;
    transform: translateY(0);
}

.blog-link .arrow {
    font-size: 1.3em;
    margin-left: 4px;
}

.hero-section {
    height: 70vh;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    /* Add top margin for spacing from navbar */
    margin-bottom: 32px;
    /* Add bottom margin for spacing below */
    padding: 32px;
    /* Equal padding on all sides */
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 16px;
        border-radius: 16px;
    }

    .custom-navbar {
        border-radius: 8px;
    }
}

.total-projects-badge {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.hover-card:hover .total-projects-badge {
    opacity: 1;
}

.hover-card img {
    transition: transform 0.3s ease-in-out;
}

.hover-card:hover img {
    transform: scale(1.02);
}

.badge-box {
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.arrow-icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.property-card-first {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.property-card-first:hover {
    transform: translateY(-5px);
}

.property-card-first .card-img-top {
    height: 230px;
    object-fit: cover;
}

@media(max-width: 520px) {
    .property-card-first {
        width: 350px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

.property-ribbon {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 17px;
    font-weight: 1000;
    top: 0;
    bottom: 195px;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #b28a5ad0;
    height: 58.6%;
    border-bottom-left-radius: 7px;
}

@media (max-width: 1199px) {
    .blog-main-text p span {
        font-size: 20px !important;
    }
}

@media (max-width: 991px) {
    .blog-main-text p span {
        font-size: 18px !important;
    }

    .blog-span-text span {
        font-size: 14px !important;
    }
}

.property-card img {
    height: 260px;
    object-fit: cover;
}

.property-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
}

/* Badge Styling - Matching Image Exactly */
.project-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    color: black;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Show on hover only */
.property-card:hover .project-badge {
    opacity: 1;
    transform: translateY(0);
}

.project-badge .label {
    font-weight: 500;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 6px;
}

.project-badge .count {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.project-badge .arrow {
    background-color: #a98c5f;
    color: white;
    width: 22px;
    height: 22px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.property-card:hover .project-badge .arrow {
    background-color: rgb(178, 138, 90);
}

.btn img {
    height: 18px;
    width: 18px;
}

/* BLOGS SECTION CSS */

.blog-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.blog-img {
    object-fit: cover !important;
    border-radius: 12px !important;
    /* Match the .blog-card */
}

.blog-card img {
    transition: transform 0.3s ease;
}

.blog-card:hover img {
    transform: scale(1.03);
}

.blog-hover-content {
    background: #fff;
    opacity: 0;
    transform: translateY(10px);
    border-radius: 10px;
    margin: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-card:hover .blog-hover-content {
    opacity: 1;
    transform: translateY(0);
}

.blog-arrow {
    background-color: #b28a5a;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 5px;
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scroll-left 15s linear infinite;
}

.slider-track img {
    width: 200px;
    height: auto;
    margin: 0 30px;
}

/* Animation for smooth continuous scroll */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* FOOTER CSS */

.footer-custom {
    background-color: #282828;
    border-radius: 12px;
    padding: 32px 24px 18px 24px;
    color: #fff;
    max-width: 95vw;
    margin: auto;
    height: 430px;
    position: relative;
    top: -25px;
}

.footer-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.2em;
    color: #fff;
}

.footer-subtitle {
    font-size: 1.05rem;
    color: #dcdcdc;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    font-weight: 400;
}

.special-divider {
    border: none;
    height: 1px;
    background-color: #bdbdbd;
    margin: 0px 0px 5px 0px;
}

.footer-divider {
    height: 2.5px;
    background-color: #e0902e;
    margin: 0px 0px 5px 0px;
}

.footer-about {
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0;
    margin-left: 0.5em;
    line-height: 1.4;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.2s;
}

.footer-link:hover {
    text-decoration: underline;
    color: #b89a68;
}

/* Search Blade CSS */

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #2e3b4e;
    margin-bottom: 40px;
}

.hero-image img {
    width: 100%;
    max-width: 95vw;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.property-categories {
    width: 95vw;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 51px 0;
}

/* .opt-text h6{
    color: white;
}
.opt-text small{
    color: white;
} */
.property-box {
    display: flex;
    align-items: center;
    background-color: #282828;
    color: #fff;
    border-radius: 90px;
    padding: 3px;
    gap: 0.75rem;
    min-width: 350px;
    height: 150px;
}

.property-box img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: #7a7a7a;
}

.filter-box {
    background-color: #dad7d6;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    /* max-width: 1300px; */
    margin: 0 auto;
    /* This centers the box horizontally */
}

.filter-box h6 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0.25rem;
}

.filter-box select {
    border: none;
    padding: 0.3rem 0;
    width: 100%;
    background: transparent;
    font-size: 0.95rem;
    color: #333;
}

.filter-search {
    background-color: #ffffff;
    color: black;
    border: 1.5px solid black;
    padding: 9px 60px;
    font-size: 28px;
    border-radius: 8px;
    font-weight: 600;
}

.filter-search:hover {
    background-color: #6d6a6a;
    transition: 0.5s;
    color: white;
    border: 0.5px solid black;
}

@media (max-width: 576px) {
    .filter-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-search {
        width: 100%;
    }
}

.filter-box select {
    min-width: 200px;
}

.filter-box .form-label {
    font-weight: 500;
    font-size: 14px;
}

/* Property Types Grid */
.property-pill {
    background-color: #1F1F1F;
    border-radius: 20px;
    width: 250px;
    height: 120px;
    /* padding: 0 20px; */
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.contact-icon {
    font-size: 22px;
    color: #B28A5A;
    margin-top: 2px;
}

.property-pill:hover {
    transform: scale(1.02);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #666;
    /* You can replace with actual image background or gradient */
    border-radius: 50%;
}

.custom-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    transition: 0.3s ease;
}

.custom-btn:hover {
    background-color: #555;
    /* or #6c757d for Bootstrap's gray */
    color: #fff;
    border-color: #555;
}

/* HOME PAGE MARKET SLIDER */

#marketSlider .carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* CONTACT PAGE CSS */

/* Main Wrapper for the Contact Us content */
.contact-page-wrapper {
    max-width: 95vw;
    /* User requested max-width */
    margin: 20px auto;
    /* Center the content with margin */
    border-radius: 20px;
    overflow: hidden;
    /* Ensure rounded corners apply to children */
}

/* --- Combined Hero Section: Contact Info (Left) + Image Slider (Right) --- */
.combined-hero-section {
    /* background-color: #1a1a1a; -- Removed background color as per request */
    color: #ffffff;
    padding: 0;
    /* Removed padding here, inner elements will handle it */
    margin-bottom: 40px;
    /* Space below this section */
    border-top-left-radius: 20px;
    /* Match wrapper's top radius */
    border-top-right-radius: 20px;
    /* Match wrapper's top radius */
}

.combined-hero-section .row {
    margin-left: 0;
    /* Remove default Bootstrap row margins */
    margin-right: 0;
    --bs-gutter-x: 0;
    /* Remove horizontal gutter/gap */
}

.hero-contact-info-card {
    background-color: #2c2c2c;
    /* Slightly lighter dark background for contrast */
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    /* Ensure it fills column height */
    min-height: 400px;
    /* Ensure a minimum height for the card */
    display: flex;
    /* width: 500px; */
    flex-direction: column;
    justify-content: center;
    /* Center content vertically */
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 20px;
    /* Add margin to separate from wrapper edges */
}

.hero-contact-title {
    font-size: 3rem;
    /* Slightly shorter font size */
    font-weight: 900;
    color: #ffc107;
    /* Highlight color */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
    margin-bottom: 25px;
    /* Adjusted margin */
    text-align: center;
}

.hero-contact-info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-contact-info-card ul li {
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hero-contact-info-card ul li:last-child {
    margin-bottom: 0;
}

.hero-contact-info-card ul li i {
    color: #ffc107;
    font-size: 1.3rem;
    margin-top: 5px;
}

.hero-contact-info-card ul li a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-contact-info-card ul li a:hover {
    color: #ffc107;
}

@keyframes heroSliding {
    0% {
        transform: translateX(0%);
    }

    18% {
        transform: translateX(0%);
    }

    /* Stay on slide 1 */
    20% {
        transform: translateX(-100%);
    }

    /* Move to slide 2 */
    38% {
        transform: translateX(-100%);
    }

    /* Stay on slide 2 */
    40% {
        transform: translateX(-200%);
    }

    /* Move to slide 3 */
    58% {
        transform: translateX(-200%);
    }

    /* Stay on slide 3 */
    60% {
        transform: translateX(-300%);
    }

    /* Move to slide 4 */
    78% {
        transform: translateX(-300%);
    }

    /* Stay on slide 4 */
    80% {
        transform: translateX(-400%);
    }

    /* Move to slide 5 */
    98% {
        transform: translateX(-400%);
    }

    /* Stay on slide 5 */
    100% {
        transform: translateX(0%);
    }

    /* Loop back to slide 1 */
}

/* --- Get in Touch (Form) Section --- */
.contact-form-section {
    padding: 0 30px 40px;
    /* Padding inside the wrapper */
}

.section-heading {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 40px;
}

/* Contact Form */
.contact-form {
    background-color: #2c2c2c;
    /* Dark background */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.contact-form h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffc107;
    /* Highlight color */
    margin-bottom: 25px;
    text-align: center;
}

.contact-form .form-label {
    color: #e0e0e0;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-control:focus {
    background-color: #3a3a3a;
    border: 1px solid #555;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: none;
    /* Remove Bootstrap focus shadow */
}

.contact-form .form-control::placeholder {
    color: #bbb;
}

.contact-form .form-control:focus {
    border-color: #ffc107;
}

.contact-form .btn-submit {
    background-color: #ffc107;
    color: #1a1a1a;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
    /* Full width button */
    margin-top: 20px;
}

.contact-form .btn-submit:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* --- About Me Section (Matching Theme) --- */
.about-me-section {
    background-color: #2c2c2c;
    /* Dark background matching the theme */
    color: #e0e0e0;
    border-radius: 15px;
    padding: 40px;
    margin: 40px auto;
    /* Margin to separate from other sections */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
}

.about-me-section h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffc107;
    /* Highlight color */
    margin-bottom: 30px;
    text-align: center;
}

.about-me-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.about-me-section p:last-child {
    margin-bottom: 0;
}

/* --- Map Section (Matching Theme) --- */
.map-section {
    padding: 0;
    margin: 40px auto;
    /* Margin to separate from about me, and bottom margin */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 500px;
    /* Fixed height for the map */
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
    /* Match parent border-radius */
}

.contact-overlay {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    color: white;
    width: auto;
    max-width: 500px;
}

.hero-contact-title {
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000000;
    margin-bottom: 10px;
}

.hero-contact-info-card ul {
    list-style: none;
    padding: 0;
    font-size: 30px;
    margin: 0;
}

.hero-contact-info-card ul li {
    margin: 8px 0;
}

.hero-contact-info-card ul li i {
    margin-right: 10px;
    color: #ffc107;
}

.hero-contact-info-card a {
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-contact-title {
        font-size: 32px;
    }

    .hero-contact-info-card ul {
        font-size: 16px;
    }

    .contact-overlay {
        left: 5%;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-contact-title {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .hero-contact-info-card {
        padding: 25px;
        margin: 15px;
        /* Adjusted margin for smaller screens */
    }

    .hero-contact-info-card ul li {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .hero-contact-info-card ul li i {
        font-size: 1.2rem;
    }

    .hero-image-slider-container {
        min-height: 300px;
        /* Adjust min-height for image */
        margin: 15px;
        /* Adjusted margin for smaller screens */
    }

    .contact-form-section {
        padding: 0 20px 30px;
    }

    .section-heading {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .contact-form {
        padding: 25px;
    }

    .contact-form h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .about-me-section {
        padding: 30px;
        margin: 30px auto;
    }

    .about-me-section h3 {
        font-size: 2rem;
    }

    .about-me-section p {
        font-size: 1rem;
    }

    .map-section {
        height: 400px;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .contact-page-wrapper {
        margin: 15px auto;
    }

    .combined-hero-section {
        padding: 0;
        /* Remove padding for mobile, inner elements have margin */
        margin-bottom: 30px;
    }

    .hero-contact-title {
        font-size: 2.2rem;
    }

    .hero-contact-info-card {
        padding: 20px;
        margin-bottom: 20px;
        /* Space between info card and image when stacked */
        margin-left: 15px;
        /* Consistent side margin */
        margin-right: 15px;
        /* Consistent side margin */
    }

    .hero-contact-info-card ul li {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .hero-contact-info-card ul li i {
        font-size: 1.1rem;
    }

    .hero-image-slider-container {
        min-height: 250px;
        margin-top: 0;
        /* Reset margin for smaller screens */
        margin-left: 15px;
        /* Consistent side margin */
        margin-right: 15px;
        /* Consistent side margin */
    }

    .contact-form-section {
        padding: 0 15px 25px;
    }

    .section-heading {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .contact-form .form-control {
        padding: 10px 12px;
        font-size: 0.95rem;
    }

    .contact-form .btn-submit {
        padding: 10px 25px;
        font-size: 1rem;
    }

    .about-me-section {
        margin: 20px auto;
        padding: 25px;
    }

    .about-me-section h3 {
        font-size: 1.8rem;
    }

    .about-me-section p {
        font-size: 0.9rem;
    }

    .map-section {
        height: 300px;
        margin: 20px auto;
    }
}

@media (max-width: 576px) {
    .contact-page-wrapper {
        margin: 10px auto;
        border-radius: 10px;
    }

    .combined-hero-section {
        padding: 0;
    }

    .hero-contact-title {
        font-size: 2.2rem;
    }

    .hero-contact-info-card {
        padding: 15px;
        margin-left: 10px;
        /* Consistent side margin */
        margin-right: 10px;
        /* Consistent side margin */
    }

    .hero-contact-info-card ul li {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .hero-contact-info-card ul li i {
        font-size: 1rem;
    }

    .hero-image-slider-container {
        min-height: 200px;
        margin-left: 10px;
        /* Consistent side margin */
        margin-right: 10px;
        /* Consistent side margin */
    }

    .contact-form-section {
        padding: 0 10px 20px;
    }

    .section-heading {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 15px;
        border-radius: 10px;
    }

    .contact-form h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .contact-form .form-control {
        padding: 8px 10px;
        font-size: 0.9rem;
    }

    .contact-form .btn-submit {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .about-me-section {
        margin: 15px 10px;
        padding: 20px;
        border-radius: 10px;
    }

    .map-section {
        height: 250px;
        margin: 15px auto;
        border-radius: 10px;
    }
}

/* Make selects look like clean text with black arrow */
.fake-select {
    /* -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    color: #000; */
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23000' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); */
    background-repeat: no-repeat;
    background-position: right 60px center;
    /* background-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
}

.fake-select:focus {
    outline: none;
    box-shadow: none;
}

.section-95 {
    margin: 0 auto;
}

#hero-btns {
    background-color: white;
    padding: 5px 10px;
    font-size: 24px;
    border: 1.5px solid rgb(27, 27, 27);
    border-radius: 5px;
    width: 170px;
    color: black;
}

#hero-btns:hover {
    background-color: #6d6a6b;
    color: white;
    transition: 0.2s;
}

.offer-ribbon {
    position: absolute;
    top: 15px;
    left: 4px;
    background-color: #b28a5a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    /* border-radius: 8px; */
    z-index: 10;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    border-radius: 5px 5px 5px 0;
}

/* Red pointer below */
.offer-ribbon::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 1px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid black;
    border-top: 6px solid black;
    /* Bootstrap red */
}

/* Responsive logo and about section */
@media (max-width: 768px) {
    .footer-logo-img {
        width: 48px;
        height: 48px;
    }

    .footer-about {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .footer-logo-img {
        width: 36px;
        height: 36px;
    }

    .footer-about {
        font-size: 0.9rem;
    }
}

@media (max-width: 1440px) {
    .arrow-circle {
        position: relative;
        right: 40px;
    }
}

.filter-box {
    background-color: #f1efee;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    max-width: 1140px;
    margin: 0 auto;
}

.filter-box h6 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0.25rem;
    margin-left: 5px;
}

.filter-box select,
.filter-select {
    border: none;
    padding: 0.3rem 0;
    width: 100%;
    background: transparent;
    font-size: 30px;
    /* Now handled by class */
    color: #333;
}

.filter-search {
    padding: 10px 30px;
    font-size: 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.filter-search {
    background-color: #ffffff;
    color: black;
    border: 1.5px solid black;
    padding: 9px 60px;
    font-size: 28px;
    border-radius: 8px;
    font-weight: 600;
}

.filter-search:hover {
    background-color: #6d6a6a;
    transition: 0.5s;
    color: white;
    border: 0.5px solid black;
}

@media (max-width: 576px) {
    .filter-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-search {
        width: 100%;
    }
}

/* Full screen default */
.filter-box select,
.filter-select,
.filter-box option {
    font-size: 30px;
}

/* FOOTER ARROW CSS */
.arrow-circle-link {
    text-decoration: none;
}

.arrow-circle {
    width: 110px;
    height: 110px;
    background-color: #b28a5a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.arrow-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.arrow-circle img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-bottom: 5px;
}

.arrow-circle p {
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin: 0;
}

#nav-link-about {
    width: 101px;
}

@media (min-width: 768px) {
    .arrow-circle {
        width: 120px;
        height: 120px;
    }

    .arrow-circle img {
        height: 36px;
        width: 36px;
    }

    .arrow-circle p {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    ul.navbar-nav {
        position: relative !important;
        left: -10 !important;
    }

    .btns-p a {
        font-size: 28px !important;
        padding: 6px 13px !important;
        margin-right: 9.8px !important;
    }
}

@media (max-width: 1024px) {
    .fake-our-style {
        padding: 0px 0 0 0;
        font-size: 20px !important;
    }

    .fake-our-style {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    .d-flex.align-items-center.gap-3 {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 0 !important;
        gap: 10px !important;
        flex-wrap: wrap;
        /* If needed for very narrow widths */
    }

    .fake-our-style {
        font-size: 13px !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
        /* Prevent text wrap */
        position: relative;
        bottom: 10px;
    }
}

@media (max-width: 1410px) {
    .arrow-circle {
        position: relative;
        right: 100px;
    }
}

/* Hero Section */
.contact-hero {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hero .overlay {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 60px 20px;
    border-radius: 10px;
    max-width: 800px;
}

.contact-hero h1 {
    color: #fff;
    font-size: 2.8rem;
}

.contact-hero p {
    color: #f1f1f1;
    font-size: 1.1rem;
}

/* Contact Info Section */
.container-custom {
    max-width: 95vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    background: #f1efee;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.contact-card {
    flex: 1 1 calc(25% - 20px);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    min-width: 220px;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact-card .icon {
    font-size: 26px;
    color: #f8d247;
}

.contact-card .info .label {
    font-weight: 600;
    color: #222;
    font-size: 16px;
}

.contact-card .info a,
.contact-card .info span {
    display: block;
    margin-top: 4px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
}

.contact-card .info a:hover {
    color: #f8d247;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .contact-card {
        flex: 1 1 100%;
    }
}

/* Form Section */
/* Golden color */
:root {
    --golden: #d4af37;
}

/* Container */
.cont-form-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.25);
}

/* Input & textarea styling */
.form-control.border-golden {
    border: 2px solid var(--golden);
    border-radius: 12px;
    background: #fff;
    color: #333;
    font-weight: 600;
    transition: 0.3s ease border-color, 0.3s ease box-shadow;
}

.form-control.border-golden:focus {
    border-color: #b58d18;
    box-shadow: 0 0 10px #b58d18aa;
    outline: none;
}

/* Placeholder */
.form-control::placeholder {
    color: #bfae6a;
    font-weight: 500;
}

/* Buttons */
.btn.btn-golden {
    background-color: var(--golden);
    color: #fff;
    border-radius: 16px;
    border: none;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

.btn.btn-golden:hover,
.btn.btn-golden:focus {
    background-color: #b58d18;
    color: #fff;
    box-shadow: 0 6px 14px rgba(181, 141, 24, 0.7);
}

/* Checkbox */
.form-check-input {
    width: 1.2em;
    height: 1.2em;
    border-radius: 4px;
    border: 2px solid var(--golden);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.form-check-input:checked {
    background-color: var(--golden);
    border-color: var(--golden);
}

/* User image */
.user-img {
    border: 3px solid var(--golden);
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: transform 0.3s ease;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-img:hover {
    transform: scale(1.05);
}

/* Designation text */
.designation {
    font-style: italic;
    color: #999;
}

.contact-info-box ul li {
    font-size: 15px;
    color: #444;
}

.contact-info-box ul li strong {
    color: #b28a5a;
}

.about-card:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgba(178, 138, 90, 0.2);
}

.about-img:hover {
    transform: scale(1.08);
}

/* Button Styles */
.custom-btn-gold {
    background-color: #b28a5a;
    color: white;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
}

.custom-btn-gold:hover {
    background-color: #9c754a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(178, 138, 90, 0.4);
}

.custom-btn-outline-light {
    border: 2px solid #fff;
    background: transparent;
    color: white;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-btn-outline-light:hover {
    background-color: white;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.25);
}

/* Fade animation for heading and paragraph */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade {
    animation: fadeUp 1s ease-out both;
}

/* About Section */
.about-me-section {
    padding: 60px 0;
}

.about-me-section h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.about-me-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.trust-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* Map Section */
.map-container iframe {
    border: none;
    width: 100%;
    height: 400px;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-hero .overlay {
        padding: 40px 15px;
    }
}

/* MOIZ CSS */

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #2e3b4e;
    margin-bottom: 40px;
}

.hero-image-dev img {
    width: 100%;
    max-width: 95vw;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.property-box {
    display: flex;
    align-items: center;
    background-color: #282828;
    color: #fff;
    border-radius: 90px;
    padding: 3px;
    gap: 0.75rem;
    min-width: 350px;
    height: 150px;
}

.property-box img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: #7a7a7a;
}

.filter-box {
    background-color: #f1efee;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between !important;
    gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}

.filter-box h6 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0.25rem;
    margin-left: 5px;
}

.filter-box select,
.filter-select {
    border: none;
    padding: 0.3rem 0;
    width: 100%;
    background: transparent;
    font-size: 30px;
    /* Now handled by class */
    color: #333;
}

.filter-search {
    padding: 10px 30px;
    font-size: 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.filter-search {
    background-color: #ffffff;
    color: black;
    border: 1.5px solid black;
    padding: 9px 60px;
    font-size: 28px;
    border-radius: 8px;
    font-weight: 600;
}

.filter-search:hover {
    background-color: #6d6a6a;
    transition: 0.5s;
    color: white;
    border: 0.5px solid black;
}

@media (max-width: 576px) {
    .filter-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-search {
        width: 100%;
    }
}

/* Full screen default */
.filter-box select,
.filter-select,
.filter-box option {
    font-size: 30px;
}

/* boxess */
.main_container {
    max-width: 85vw;
    margin: 10px auto;
}

.community-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.329);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.community-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.community-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.community-box:hover img {
    transform: scale(1.05);
}

.community-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgb(32, 32, 32);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: background 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .community-title {
        font-size: 16px;
        padding: 10px;
    }
}

/* ON MOBILE SCREENS */

@media (max-width: 600px) {
    .contact-page {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .user-info {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .user-info img {
        margin-right: 0;
    }

    form {
        grid-template-columns: 1fr !important;
    }

    form input,
    form textarea,
    form label,
    form button {
        grid-column: span 1 !important;
    }

    form button {
        font-size: 1rem;
    }

    .contact-page h2 {
        font-size: 1.2rem;
    }

    .contact-page h3 {
        font-size: 1.1rem;
    }
}

/* XXL screens (1440px and above) */
@media (min-width: 1440px) {
    .filter-box {
        gap: 20px;
        justify-content: center;
    }
}

@media (max-widht: 1340px) {
    .filter-box {
        max-width: 800px !important;
        border: 1px solid #000000 !important;
    }
}

/* Large screens (Desktops / Laptops) */
@media (max-width: 1200px) {
    .filter-box {
        flex-wrap: wrap;
        gap: 16px;
        max-width: 800px;
    }

    .filter-box>div,
    .filter-box select,
    .filter-box button {
        min-width: 200px;
    }

    .filter-box div {
        border: none !important;
    }
}

/* Medium screens (Tablets) */
@media (max-width: 992px) {
    .filter-box div {
        background-color: #fff;
        width: 100% !important;
        border-radius: 20px !important;
        border: rgb(49, 49, 49) solid 0.5px !important;
        padding: 15px 20px 0px !important;
    }

    .property-categories {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important;
    }

    .property-categories .property-pill {
        width: 45% !important;
        height: auto;
        padding: 10px;
        flex-direction: row;
    }

    .property-pill img {
        width: 30px !important;
        height: auto;
    }

    .filter-box {
        flex-wrap: wrap;
        gap: 15px;
        padding: 20px;
        justify-content: center;
    }

    .filter-box .filter-group,
    .filter-box>div {
        width: 100% !important;
    }

    .filter-box .filter-search {
        width: 100%;
    }

    .hero-title {
        font-size: 2rem;
        margin-left: 20px !important;
    }
}

#fake_circle_css {
    background-color: #af895d;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    /* background-image: url(circle.png); */
    /* display: flex; */
    margin: 10px auto;
    /* text-align: center; */
}

#fake_circle_css img {
    height: 55px;
    width: 50px;
    position: relative;
    color: white;
    /* background-color: #FFFFFF; */
    top: 25px;
    left: 52px;
}

#fake_circle_css p {
    font-size: 17px;
    font-weight: 700;
    color: white;
    position: relative;
    top: 35px;
    left: 18px;
}

/* footor query */

@media (max-width: 1480px) {
    #fake_circle_css-p {
        position: relative !important;
        right: 50px !important;
    }

    #fake_circle_css {
        height: 110px;
        width: 110px;
    }

    #fake_circle_css img {
        height: 30px;
        width: 30px;
        position: relative !important;
        top: 30px;
        left: 40px !important;
    }

    #fake_circle_css p {
        font-size: 12px;
        position: relative !important;
        top: 35px !important;
        left: 15px !important;
    }

    .responsive-edit {
        position: relative !important;
        left: 10px !important;
    }

    .responsive-edit p {
        font-size: 50px !important;
    }

    .footer-subtitle {
        font-size: 18px !important;
    }
}

/* footor query */

/* SIDE BAR MENU */

#menuWrapper {
    position: fixed;
    top: 85%;
    height: auto;
    right: 20px;
    transform: translateY(-50%);
    background-color: #b28a5ad5;
    border-radius: 60px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 65px;
    overflow: hidden;
    transition: width 0.3s ease;
    z-index: 1000;
}

#menuWrapper:hover {
    width: 220px;
    padding: 20px 20px;
    height: auto;
    border-radius: 60px;
}

.menuLink {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    border-radius: 10px;
    transition: background 0.3s;
    cursor: pointer;
}

.iconWrap {
    width: 45px;
    height: 45px;
    background-color: #b28a5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.iconWrap img {
    width: 20px;
    height: 20px;
}

.textLabel {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    color: black;
    font-weight: 540;
}

#menuWrapper:hover .textLabel {
    opacity: 1;
}

/* -------------------- TRUSTED ADVISOR SECTION -------------------- */

.trusted-advisor {
    padding-left: 10px;
    padding-right: 10px;
}

/* Mobile view */
@media (max-width: 767px) {
    .trusted-advisor .carousel-inner p {
        font-size: 2rem !important;
    }

    .trusted-advisor .carousel-inner h1 {
        font-size: 1.4rem !important;
    }

    .trusted-advisor .profile-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .trusted-advisor .carousel-inner p {
        font-size: 1.8rem !important;
    }

    .trusted-advisor .carousel-inner h1 {
        font-size: 1.2rem !important;
    }

    .trusted-advisor .profile-image {
        width: 100%;
        height: auto;
    }
}

/* -------------------- SEARCH FORM SECTION -------------------- */

.search-form-container {
    padding: 0 10px;
}

@media (max-width: 768px) {
    .search-form-container .fake-select p {
        font-size: 20px !important;
    }

    .search-form-container .btn.property-type-btn {
        width: 100% !important;
        font-size: 20px;
    }

    .search-form-container .d-flex {
        flex-direction: column !important;
    }

    .search-form-container .col-md-3 {
        width: 100% !important;
    }

    .search-form-container .col-12 {
        width: 100% !important;
    }

    .search-form-container .mb-3 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .search-form-container .d-flex {
        flex-wrap: wrap;
    }

    /* Optional: define widths if needed */
    /* .search-form-container .col-md-3 {
        width: 32% !important;
        margin-right: 1%;
    } */

    .search-form-container .col-md-3:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .search-form-container .d-flex {
        justify-content: space-between;
    }
}

/* Base styles assumed to be already defined — now apply queries only */

/* ------------ Tablets (≤ 991px) ------------ */
@media (max-width: 991px) {
    .property-categories {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important;
    }

    .property-categories .property-pill {
        width: 45% !important;
        height: auto;
        padding: 10px;
        flex-direction: row;
    }

    .property-pill img {
        width: 30px !important;
        height: auto;
    }

    .filter-box {
        flex-wrap: wrap;
        gap: 15px;
        padding: 20px;
        justify-content: center;
    }

    .filter-box .filter-group,
    .filter-box>div {
        width: 100% !important;
    }

    .filter-box .filter-search {
        width: 100%;
    }

    .hero-title {
        font-size: 2rem;
        margin-left: 20px !important;
    }
}

/* ------------ Mobile Devices (≤ 576px) ------------ */
@media (max-width: 576px) {
    .property-categories {
        flex-direction: column;
        align-items: center;
    }

    .property-categories .property-pill {
        width: 90% !important;
        padding: 12px;
        height: auto;
    }

    .property-pill img {
        width: 26px !important;
    }

    .hero-title {
        font-size: 1.7rem;
        text-align: center;
        margin-left: 0 !important;
        padding: 0 10px;
    }

    .filter-box {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .filter-box .filter-group,
    .filter-box>div {
        width: 100% !important;
    }

    .filter-box .filter-select {
        font-size: 14px;
        padding: 8px;
    }

    .filter-box .filter-search {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }
}

/* Hide filter section on very small screens */
@media (max-width: 768px) {
    .filter-section1 {
        display: none;
    }
}

/* Mobile View (Show only on mobile devices) */
@media (max-width: 768px) {
    .space {
        display: block !important;
    }
}

/* Hide on all other devices */
@media (min-width: 769px) {
    .space {
        display: none !important;
    }
}

/* Footer Responsiveness CSS */

.footer-link-security {
    line-height: 2pc;
    padding-left: 120px;
}

.footer-link-media {
    line-height: 2pc;
    padding-left: 130px;
}

.footer-link-home {
    line-height: 2pc;
    padding-left: 140px;
}

/* footor query */
@media (max-width: 985px) {

    .footer-link-home,
    .footer-link-media,
    .footer-link-security {
        padding-left: 100px !important;
    }
}

@media (max-width: 985px) {
    .footer-custom {
        background-color: #282828;
        /* border-radius: 12px;
    padding: 32px 24px 18px 24px;
    color: #fff;
    max-width: 95vw;
    margin: auto; */
        height: auto !important;
    }
}

@media (max-width: 500px) {
    #fake_circle_css {
        position: relative !important;
        left: -10px !important;
        top: -35px !important;
    }
}

@media (max-width: 1130px) {
    .footer-link-home {
        position: relative !important;
        left: 200px !important;
    }

    .footer-link-media {
        position: relative !important;
        left: 200px !important;
    }

    .footer-link-security {
        position: relative !important;
        left: 2000px !important;
    }

    #fake_circle_css-p {
        position: relative !important;
        left: 80px !important;
    }
}

@media (max-width: 1275px) {
    .footer-link-home {
        position: relative !important;
        left: -80px !important;
    }

    .footer-link-media {
        position: relative !important;
        left: -80px !important;
    }

    .footer-link-security {
        position: relative !important;
        left: -80px !important;
    }
}

@media (max-width: 1400px) {
    #fake_circle_css {
        position: relative !important;
        right: 60px !important;
    }
}

@media (max-width: 1325px) {
    #fake_circle_css {
        position: relative !important;
        right: 100px !important;
    }
}

@media (max-width: 1280px) {
    #fake_circle_css {
        position: relative !important;
        right: 180px !important;
    }
}

.contact-circle {
    width: 80px;
    height: 80px;
    background-color: #c49a6c;
    /* Adjust to your design */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.contact-circle img {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .contact-circle {
        width: 70px;
        height: 70px;
        font-size: 9px;
    }

    .contact-circle img {
        width: 18px;
        height: 18px;
    }
}

/* Sidebar Responsiveness CSS */
@media (max-width: 767px) {
    #menuWrapper:hover {
        width: 50px !important;
        padding: 15px 10px !important;
        border-radius: 60px !important;
        box-shadow: none !important;
    }
}

@media (max-width: 900px) {
    #menuWrapper {
        position: fixed;
        top: 85%;
        height: auto;
        right: 270px;
        transform: translateY(-50%);
        background-color: #b28a5ad5;
        border-radius: 60px;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65px;
        overflow: hidden;
        transition: width 0.3s ease;
        z-index: 1000;
    }
}

@media (max-width: 840px) {
    #menuWrapper {
        position: fixed;
        top: 85%;
        height: auto;
        right: 290px;
        transform: translateY(-50%);
        background-color: #b28a5ad5;
        border-radius: 60px;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65px;
        overflow: hidden;
        transition: width 0.3s ease;
        z-index: 1000;
    }
}

@media (max-width: 800px) {
    #menuWrapper {
        position: fixed;
        top: 85%;
        height: auto;
        right: 300px;
        transform: translateY(-50%);
        background-color: #b28a5ad5;
        border-radius: 60px;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65px;
        overflow: hidden;
        transition: width 0.3s ease;
        z-index: 1000;
    }
}

@media (max-width: 767px) {
    #menuWrapper {
        position: fixed;
        top: 85%;
        /* height: 200px !important; */
        right: 40px;
        width: 50px !important;
    }

    #menuWrapper .textLabel {
        display: none !important;
    }

    #menuWrapper .textLabel:hover {
        display: none !important;
        width: none;
        padding: none;
        height: none;
        border-radius: none;
    }

    #menuWrapper .menuLink {
        justify-content: center;
        /* icons ko center karne ke liye */
        width: 30px;
        height: 30px;
    }

    #menuWrapper .iconWrap img {
        width: 18px;
        /* chhoti screen par icon thoda adjust karna ho to */
        height: 18px;
    }

    #menuWrapper .iconWrap {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 710px) {
    #menuWrapper {
        position: fixed !important;
        top: 85%;
        height: auto !important;
        right: 20px !important;
    }
}

@media (max-width: 640px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 10px !important;
    }
}

@media (max-width: 600px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 10px !important;
    }
}

@media (max-width: 550px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 10px !important;
    }
}

@media (max-width: 515px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 30px !important;
    }
}

@media (max-width: 470px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 70px !important;
    }
}

@media (max-width: 450px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 20px !important;
    }
}

@media (max-width: 430px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 20px !important;
    }
}

@media (max-width: 400px) {
    #menuWrapper {
        position: fixed !important;
        top: 85% !important;
        height: auto !important;
        right: 20px !important;
    }
}

.my-experi {
    background-color: #f1efee;
}

.listed-property {
    background-color: #282828;
}

.list-property-p-sec {
    text-align: left;
    font-size: 1.5rem;
}

.list-property-p-st {
    text-align: left;
    font-size: 4rem;
}

.carousel-h1 {
    color: #b28a5a;
    font-size: 1.5rem;
}

.carousel-h1-sec {
    color: #b28a5a;
    font-size: 1.4rem;
}

.carousel-p-sec {
    color: black;
    font-size: 3.9rem;
}

.carousel-p {
    color: black;
    font-size: 3.9rem;
}

.text-start-left {
    line-height: 1.3;
    color: #b28a5a;
}

.responsive-right-parent {
    background-color: #f1efee;
    position: relative;
    top: 80px;
}

.responsive-about-me-img {
    width: 300px;
    height: 340px;
    object-fit: cover;
}

.responsive-about-me {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.left-uper-boxes {
    max-width: 600px;
    margin-left: 0;
    height: 190px;
    font-family: "Poppins", sans-serif;
}

.left-bottom-boxes {
    background-color: #f1efee;
    height: 200px;
}

.responsive-about-me-btn p {
    font-size: larger;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.responsive-about-me-btn {
    background-color: #b28a5a;
    color: white;
    width: 200px;
    height: 50px;
}

@media (max-width: 1399px) {
    .responsive-about-me {
        font-size: 19px !important;
    }

    /* .my-experi p {
        position: relative !important;
        bottom: 30px !important;
    } */
    .responsive-about-me-img {
        width: 250px !important;
    }

    .impot-sec-p {
        font-size: 20px !important;
    }
}

@media (max-width: 1199px) {
    .impot-st-p {
        font-size: 55px !important;
    }

    .impot-sec-p {
        font-size: 20px !important;
    }

    .my-experi {
        padding: 18px !important;
    }

    .listed-property {
        padding: 18px !important;
    }

    .list-property-p-st {
        font-size: 55px !important;
    }

    .list-property-p-sec {
        font-size: 20px !important;
    }

    .carousel-h1 {
        color: #b28a5a;
        font-size: 18px !important;
    }

    .carousel-h1-sec {
        color: #b28a5a;
        font-size: 18px !important;
    }

    .carousel-p-sec {
        color: black;
        width: 150px !important;
        font-size: 37px !important;
    }

    .carousel-p {
        color: black;
        font-size: 40px !important;
    }

    .text-start-left {
        width: 450px !important;
    }

    /* .responsive-right-parent {
        position: relative !important;
        bottom: 200px !important;
        margin-bottom: 40px !important;
    } */
    .responsive-about-me-img {
        width: 190px !important;
        height: 300px !important;
    }

    .left-uper-boxes {
        height: 180px !important;
        position: relative !important;
        top: 30px !important;
    }

    .left-bottom-boxes {
        height: 180px !important;
        position: relative !important;
        top: 30px !important;
    }
}

@media (max-width: 991px) {
    .left-uper-boxes {
        position: relative !important;
        left: 50px !important;
    }

    .left-bottom-boxes {
        position: relative !important;
        left: 50px !important;
    }

    .your-trusted {
        position: relative !important;
        left: 50px !important;
    }

    .providing-expert {
        position: relative !important;
        left: 50px !important;
        width: 600px !important;
        margin-top: 60px !important;
    }

    .responsive-about-me {
        font-size: 18px !important;
        width: 300px;
    }

    .responsive-right-parent {
        width: 580px !important;
        position: relative !important;
        left: 50px !important;
    }

    .responsive-about-me-btn p {
        position: relative !important;
        bottom: 8px !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {

    /* Center align the heading */
    .your-trusted p {
        text-align: left !important;
        font-size: 2rem !important;
    }

    /* Stack the top stat boxes vertically */
    .left-uper-boxes {
        flex-direction: column !important;
        width: 50% !important;
        height: 125px !important;
        position: relative !important;
        left: 30px !important;
    }

    /* .left-uper-boxes .col-md-6 {
        width: 100% !important;
    } */
    .my-experi,
    .listed-property {
        padding: 1.5rem !important;
        /* text-align: center !important; */
    }

    .impot-st-p,
    .list-property-p-st {
        font-size: 2.5rem !important;
        /* text-align: center !important; */
    }

    .impot-sec-p,
    .list-property-p-sec {
        font-size: 1.2rem !important;
        /* text-align: center !important; */
    }

    /* Bottom box layout changes */
    .left-bottom-boxes {
        height: 123px !important;
        position: relative !important;
        left: 24px !important;
    }

    .left-bottom-boxes h1 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    /* Slider full width on mobile */
    #marketSlider {
        width: 100% !important;
        margin-top: 1rem !important;
    }

    /* #marketSlider .carousel-inner {
        text-align: center !important;
    } */
    .carousel-p,
    .carousel-p-sec {
        font-size: 1.8rem !important;
    }

    .carousel-h1,
    .carousel-h1-sec {
        font-size: 1.1rem !important;
    }

    /* Reduce padding on smaller screens */
    .rounded {
        padding: 1rem !important;
    }

    /* Remove shadows on mobile for cleaner view */
    .shadow-sm {
        box-shadow: none !important;
    }

    /* Remove vertical stacking: keep image on the right */
    .responsive-right-parent {
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        text-align: left !important;
        gap: 10px !important;
        padding: 1.5rem !important;
        width: 95% !important;
    }

    /* Text side */
    .responsive-about-me {
        font-size: 1.1rem !important;
        width: 200px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }

    /* Keep button aligned left under the text */
    .responsive-about-me-btn {
        background-color: #b89265 !important;
        color: white !important;
        text-align: center !important;
        padding: 10px 20px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        font-size: 1rem !important;
        display: inline-block !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .responsive-about-me-btn p {
        margin: 0 !important;
        font-weight: 600 !important;
    }

    /* Image adjustments */
    .responsive-about-me-img {
        width: 220px !important;
        height: 310px !important;
        object-fit: cover !important;
        border-radius: 25px !important;
    }

    /* Description above the card */
    .providing-expert {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 60px !important;
        margin-top: 12px !important;
        width: 480px !important;
        text-align: justify !important;
    }

    /* Optional: remove extra shadow/padding */
    .shadow-sm {
        box-shadow: none !important;
    }

    .uper-fully-sec {
        position: relative !important;
        right: 30px !important;
    }

    .bottom-fully-sec {
        position: relative !important;
        right: 30px !important;
    }
}

@media (max-width: 450px) {
    .discover-your-perfect p {
        font-size: 2rem !important;
        margin: 40px 20px 0px !important;
    }

    /* Center and resize main heading */
    .your-trusted p {
        font-size: 2rem !important;
        /* text-align: center !important; */
        line-height: 1.3 !important;
    }

    .explore-a-curated p {
        line-height: 1.3 !important;

    }

    /* Stack stat boxes vertically */
    .left-uper-boxes {
        gap: 8px !important;
        margin-bottom: -10px !important;
    }

    .left-uper-boxes .col-md-6 {
        width: 100% !important;
    }

    .my-experi {
        padding: 10px !important;
        width: 185px !important;
    }

    .impot-sec-p {
        font-size: 16px !important;
    }

    .listed-property {
        padding: 10px !important;
        width: 185px !important;
    }

    .impot-st-p,
    .list-property-p-st {
        font-size: 2.5rem !important;
        /* text-align: center !important; */
    }

    .list-property-p-sec {
        font-size: 16px !important;
        /* text-align: center !important; */
    }

    /* Dubai Market section layout */
    .left-bottom-boxes {
        flex-direction: row !important;
        /* align-items: center !important; */
        /* text-align: center !important; */
        /* gap: 1rem !important; */
        width: 103% !important;
    }

    .left-bottom-boxes h1 {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* Slider full width on mobile */
    #marketSlider {
        width: 100% !important;
        margin-top: 0.5rem !important;
    }

    /* .carousel-inner {
        text-align: center !important;
    } */
    .carousel-p,
    .carousel-p-sec {
        font-size: 1.5rem !important;
        margin-bottom: 0.3rem !important;
    }

    .carousel-h1,
    .carousel-h1-sec {
        font-size: 1rem !important;
    }

    /* Reduce padding for compact view */
    .shadow-sm {
        box-shadow: none !important;
    }

    .rounded {
        border-radius: 8px !important;
    }

    /* Vertical stacking for content */
    .responsive-right-parent {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 1.5rem 1rem !important;
        gap: 1rem !important;
    }

    .responsive-right-parent div {
        margin: 0px 0px 0px 0px !important;
    }

    /* Top paragraph */
    .providing-expert {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        width: 100% !important;
        padding: 0 5px !important;
        margin-top: 20px !important;
    }

    /* Investor guidance paragraph */
    .responsive-about-me {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
        width: 90% !important;
    }

    /* Move button outside and below image */
    .responsive-about-me-btn {
        background-color: #b89265 !important;
        color: white !important;
        padding: 10px 25px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        font-size: 1rem !important;
        display: inline-block !important;
        margin: 30px auto 0px !important;
        text-align: center !important;
    }

    .responsive-about-me-btn p {
        margin: 0 !important;
        font-weight: 600 !important;
    }

    /* Image below text, above button */
    .responsive-about-me-img {
        width: 340px !important;
        height: 450px !important;
        object-fit: cover !important;
        border-radius: 20px !important;
        margin-top: 10px !important;
        border-radius: 20px !important;
    }

    /* Remove shadow on mobile */
    .shadow-sm {
        box-shadow: none !important;
    }

    /* Reset extra positioning */
    .bottom-fully-sec {
        position: relative !important;
        right: 35px !important;
    }
}

@media(max-width: 415px) {
    .listed-property {
        width: 170px !important;
    }

    .my-experi {
        width: 170px !important;
    }
}

@media(max-width: 380px) {
    .listed-property {
        width: 160px !important;
    }

    .my-experi {
        width: 160px !important;
    }
}

@media(max-width: 365px) {
    .listed-property {
        width: 150px !important;
    }

    .my-experi {
        width: 150px !important;
    }

    .left-bottom-boxes {
        margin-top: -5px !important;
    }
}

@media(max-width: 365px) {
    .listed-property {
        width: 140px !important;
    }

    .my-experi {
        width: 140px !important;
    }

    .left-bottom-boxes {
        margin-top: -6px !important;
    }
}

@media(max-width: 330px) {
    .listed-property {
        width: 118px !important;
    }

    .my-experi {
        width: 118px !important;
    }
}

/* UAE LATEST PROPERTIES RIBBON TAG CSS */
.ribbon-tag {
    background-color: #b28a5a;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 15;
    left: 0;
    border-top-left-radius: 8px;
    /* border-radius: 8px; */
    z-index: 10;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    border-radius: 5px 5px 5px 0;
}

/* The black triangle notch */
.ribbon-tag::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 1px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid black;
    border-top: 6px solid black;
}

/* Default styles (for screens below 1200px) */
/* You can keep the default or leave it empty */

/* Styles for 1200px and above */
@media (min-width: 990px) {
    .responsive-right-parent {
        background-color: #f1efee;
        position: relative;
        top: 80px;
        height: 384px;
    }
}

@media (min-width: 1200px) {
    .responsive-right-parent {
        background-color: #f1efee;
        position: relative;
        top: 80px;
        height: 405px;
    }
}

@media (max-width: 400px) {
    .impot-sec-p {
        font-size: 14px !important;
    }

    .list-property-p-sec {
        font-size: 14px !important;
    }

    .dubai-market {
        font-size: 16px !important;
    }

    .carousel-h1 {
        font-size: 14px !important;
    }

    .carousel-h1-sec {
        font-size: 14px !important;
    }
}

@media (max-width: 370px) {
    .impot-sec-p {
        font-size: 12px !important;
    }

    .list-property-p-sec {
        font-size: 12px !important;
    }

    .carousel-item {
        width: 120px !important;
    }
}



.home-space {
    position: relative;
    top: -60px;
    text-align: justify;
}

.just {
    text-align: justify;
}

@media (max-width: 1300px) {
    .total-project {
        padding: 0px 20px !important;
    }
}





/* moiz edit 22 september */
/* moiz edit 22 september */
/* moiz edit 22 september */
/* moiz edit 22 september */

@media (max-width:1527px) {
    .special-privacy-policy li {
        width: 15rem !important;
    }
}

@media (max-width:510px) {
    .special-privacy-policy li {
        width: 7rem !important;
    }
}

@media (max-width:1376px) {
    .special-home li {
        width: 15rem !important;
    }
}

@media (max-width:1300px) {
    .responsive-about-me-btn {
        position: relative !important;
        top: 10px !important;
    }
}

@media (max-width:1199px) {
    .responsive-about-me-btn {
        position: relative !important;
        top: -30px !important;
    }
}



@media (max-width: 1383px) {
    .property-pill {
        width: 220px !important;
        height: 100px !important;
    }

    .icon-circle {
        width: 90px !important;
        height: 90px !important;
        background-color: #666;
        /* You can replace with actual image background or gradient */
        border-radius: 50%;
    }

    .opt-text h6 {
        font-size: 15px !important;
    }

    .opt-text small {
        font-size: 15px !important;
    }
}

@media (max-width: 1284px) {
    .property-pill {
        width: 180px !important;
        height: 90px !important;
    }
}

@media (max-width: 1225px) {
    .property-pill {
        width: 180px !important;
        height: 90px !important;
    }

    .icon-circle {
        width: 80px !important;
        height: 80px !important;
        background-color: #666;
        /* You can replace with actual image background or gradient */
        border-radius: 50%;
    }

    .opt-text h6 {
        font-size: 12px !important;
    }

    .opt-text {
        padding: 0 10px !important;
    }

    .opt-text small {
        font-size: 12px !important;
    }
}

@media (max-width: 1073px) {
    .property-pill {
        width: 150px !important;
    }
}

@media (max-width: 1014px) {
    .property-pill {
        width: 260px !important;
        height: 110px !important;
    }

    .icon-circle {
        width: 100px !important;
        height: 100px !important;
        background-color: #666;
        /* You can replace with actual image background or gradient */
        border-radius: 65% !important;
    }

    .opt-text h6 {
        font-size: 20px !important;
    }

    .opt-text small {
        font-size: 20px !important;
    }
}

@media (max-width: 991px) {
    .property-pill {
        height: 140px !important;
        border-radius: 20px !important;
        padding: 15px 2px !important;
    }

    .icon-circle {
        width: 130px !important;
        height: 130px !important;
        background-color: #666;
        /* You can replace with actual image background or gradient */
        border-radius: 65% !important;
    }

    .opt-text h6 {
        font-size: 20px !important;
    }

    .opt-text {
        padding: 60px !important;
    }

    .opt-text small {
        font-size: 20px !important;
    }
}

@media (max-width: 791px) {
    .property-pill {
        height: 140px !important;
        border-radius: 20px !important;
        padding: 15px 2px !important;
    }

    .icon-circle {
        width: 130px !important;
        height: 130px !important;
    }

    .opt-text h6 {
        font-size: 18px !important;
    }

    .opt-text {
        padding: 30px !important;
    }

    .opt-text small {
        font-size: 18px !important;
    }
}

@media (max-width: 791px) {
    .property-pill {
        height: 120px !important;
        border-radius: 20px !important;
        padding: 15px 2px !important;
    }

    .icon-circle {
        width: 110px !important;
        height: 110px !important;
    }

    .opt-text h6 {
        font-size: 18px !important;
    }

    .opt-text {
        padding: 10px !important;
    }

    .opt-text small {
        font-size: 18px !important;
    }
}

@media (max-width: 567px) {
    .property-pill {
        height: 120px !important;
        border-radius: 20px !important;
        padding: 15px 2px !important;
    }

    .icon-circle {
        width: 110px !important;
        height: 110px !important;
    }

    .opt-text h6 {
        font-size: 22px !important;
    }

    .opt-text {
        padding: 90px !important;
    }

    .opt-text small {
        font-size: 22px !important;
    }
}

@media (max-width: 433px) {
    .property-pill {
        height: 120px !important;
        border-radius: 20px !important;
        padding: 15px 2px !important;
    }

    .icon-circle {
        width: 110px !important;
        height: 110px !important;
    }

    .opt-text h6 {
        font-size: 22px !important;
    }

    .opt-text {
        padding: 50px !important;
    }

    .opt-text small {
        font-size: 22px !important;
    }
}

@media (max-width: 433px) {
    .opt-text h6 {
        font-size: 18px !important;
    }

    .opt-text {
        padding: 40px !important;
    }

    .opt-text small {
        font-size: 18px !important;
    }
}

@media (max-width: 343px) {
    .opt-text h6 {
        font-size: 15px !important;
    }

    .opt-text {
        padding: 20px !important;
    }

    .opt-text small {
        font-size: 15px !important;
    }
}






/* search filter responsive */
@media (max-width: 1300px) {
    .filter-box {
        max-width: 80vw !important;
    }

    .filter-box h6 {
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    .filter-select {
        font-size: 25px !important;
    }

    .filter-search {
        padding: 7px 50px !important;
        font-size: 24px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 1241px) {
    .filter-box {
        max-width: 75vw !important;
    }

    .filter-box h6 {
        font-weight: 600 !important;
        font-size: 20px !important;
    }

    .filter-select {
        font-size: 20px !important;
    }

    .filter-search {
        padding: 6px 45px !important;
        font-size: 22px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 1201px) {
    .filter-box {
        max-width: 85vw !important;
    }

    .filter-box h6 {
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .filter-select {
        font-size: 16px !important;
    }

    .filter-search {
        padding: 4px 35px !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 769px) {
    .sort {
        display: none !important;
    }
}

@media (max-width: 770px) {
    .hide {
        display: none !important;
    }
}

.faq-item {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .filter-box div {
        background-color: #fff;
        width: 100% !important;
        border-radius: 20px !important;
        border: rgb(49, 49, 49) solid .5px !important;
        padding: 15px 20px 0px !important;
    }

    .filter-select,
    .filter-search {
        width: 100% !important;
        box-sizing: border-box;
    }

    .filter-box {
        width: 100%;
        padding: 15px;
    }

    .filter-box>div,
    .filter-search {
        margin-bottom: 15px;
    }
}