.menu ul li a {
    font-size: 15px;
    text-transform: capitalize;
}
ul li .heart-size {
    font-size: 1.5rem;
}
ul.user-menu a {
    font-size: 12px;
}
section.broad-spectrum figure img{
    min-height: 299px;
    max-height: 300px;
    width: 100%;
}
.contact-us-section p.location-head {
    padding-top: 0;
}
.contact-us-section .contact-location-image {
    height: 110px;
}
.switcher .selected a{
    border-radius: 50px;
    padding: 1.5px 6px;
    border: 2px solid #fff;
    width: 4rem;
}
.notranslate.switcher .selected a img{
    border-radius: 50px;
}
.switcher .selected a:before {
    right: 9px;
    top: 5px;
    font-size: 14px;
}
.heart-badge {
    font-size: 0.6rem;
    left: auto !important;
    top: -8px !important;
}
.login a {
    border: none;
    font-size: 15px;
    padding: 5px 17px;
}
.login a i{
    font-size: 17px
}
nav ul.user-nav li.user-menu a#navbarDropdownMenuLink{
    padding: 0 15px !important;
}
nav ul.user-nav li.user-menu a img.user-image{
    border-radius: 0px !important;
}
nav .navbar-nav.user-nav li .heart {
    padding: 0 !important;
}
.search-form .property-status-btn{
    background: transparent;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    border-bottom: 1px solid #1e1e1e !important;
    font-size: 17px;
    padding: 0
}
.search-form .property-status-btn:hover{
    border-bottom: 1px solid #fff !important;
    width: auto !important; 
}
.btn-check:checked+.btn,
.search-form .property-status-btn:active,
.search-form .property-status-btn:focus{
    background: transparent;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    border-bottom: 1px solid #fff !important;

}
.search-form label.property-status-btn {
    padding-bottom: 7px;
}
h3.searchTitle{
    background: linear-gradient(90deg, #cd8f4a, #8e622b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.modal{
    z-index: 999999999999;
}
.searchLocation{
    background: #f8f8f8;
    border-radius: 50px;
    padding: 6px 8px 6px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(41px);
    z-index: 9999999;
    position: relative;
}
.searchProperty{
    transform: translateY(45px);
   
}
#location:focus{
    box-shadow: none
}
#location{
    border: none;
    background: transparent;
    color: #000;
    padding:  0;
    line-height: 30px;
    font-size: .8rem;
    margin-top: 9px;
}
#location::placeholder {
    color: #000;
}
.searchLocation label{
    background: transparent;
    border-radius: 50px;
    padding-bottom:0;
    color: #808080;
    font-size: 12px;
    position: absolute;
    top: 5px;
}
.filterCont a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.filterCont a i,
.filterCont a{
    color: #808080;
}
.searchCont{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #F2B877, #895E28);
    border-radius: 50px;
    font-size: 14px
}
.searchCont .searchBtn{
    background: transparent;
    color: #000   !important;
    border: none !important;
    padding: 8px 26px;
}
.searchCont .searchBtn i{
    font-size: 14px
}

.nav-wrapper {
    border-bottom: none;
}
.projects-wrapper-search,
.nav-wrapper,
.search-form-container{
    background: #1e1e1e;
}
.advanceSearchField{
    padding: 60px 0px 40px;
    /* width: 77%; */
    margin: 0 auto;
    /* position: absolute;
     z-index: 9999999; */
}
.search-form-container {
    padding: 10px 0 0;
}
.hero-section{
    background-image: url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 110px 0 50px;
}
.hero-section span{
  font-family: Inter Display;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
    text-align: center;
    letter-spacing: 2px
}
.hero-section h1{
    font-size: 80px;
    text-align: center;
    font-family: didot;
    margin: 20px 0;
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-section a{
    color: #CA8B45;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}
.aboutSecion{
    background: #1c1c1c;
    padding: 50px 0;
}
.aboutSecion p{
    color: #fff;
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    font-family: Inter Display;
}
.introTitle{
    color: #fff;
    margin-bottom: 10px;
    font-family: didot;
    text-transform: uppercase;
}
.status-item h2 p {
    position: relative;
    color: #7c7575;
    font-size: 17px;
    letter-spacing: 0;
    margin: 0px 0 27px;
    text-transform: capitalize;
}
.status-item h2 span.counter{
    color: #fff;
    font-family: Inter Display;
    font-size: 86px;
    letter-spacing: 3px;
}
#Status .status-wrapper{
    padding: 90px 0;
    background: #151515;
}
#Status .status-item.border{
    border-color: #413d3f  !important;
    border-width: .5px !important;
    border-radius: 2px;
}
#Blog .headingContent,
#Status .headingContent{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}
#Blog .headingContent h2,
#Status .headingContent h2{
    font-family: didot;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    width: 67%;
}
#Blog .headingContent p,
#Status .headingContent p{
    color: #fff;
    font-family: Inter Display;
    font-size:13px;
}
#Projects .projects-wrapper {
    background: #1c1c1c;
}
#Projects .nav-pills{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
} 

#Projects .nav-pills .nav-link.active, 
#Projects .nav-pills .nav-link{
    font-weight: normal;
    padding: 8px 0 !important;
    color: #fff;
    font-size: 14px;
}
#searched-projects .project-card,
#Projects .project-card{
    padding: 9px;
    border: none;
}

#searched-projects .card-img-top,
#Projects .card-img-top{
    border-radius: 5px;
    max-height: 324px;
    min-height: 324px;
}
#searched-projects .project-card-content h5,
#Projects .project-card-content h5{
    letter-spacing: 0;
    font-family: Inter Display;
}
#searched-projects .project-card-content h5.resident,
#Projects .project-card-content h5.resident{
    text-transform: capitalize;
}
#searched-projects .project-quntity,
#Projects .project-quntity{
    padding-left: 0;
}
#searched-projects .project-quntity p,
#Projects .project-quntity p {
    font-size: 12px;
    font-weight: 500;
    font-family: Inter Display;
    margin-bottom: 7px
}
#searched-projects .project-name,
#Projects .project-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
#searched-projects .project-name p,
#Projects .project-name p{
    font-size: 11px;
}
#searched-projects .project-name i,
#Projects .project-name i{
    color: #fff;
    font-size: 10px;
}
#searched-projects a.viewProp,
#Projects a.viewProp{
    color: #CA8B45;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 300;
    font-family: Inter Display;
}
#searched-projects .project-card-actions,
#Projects .project-card-actions {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: row;
    background: transparent;
    padding: 22px 0;
    border-radius: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #413d3f;
}
#searched-projects .project-card-actions i:hover,
#Projects .project-card-actions i:hover{
    color: #ccc;
}
#searched-projects .project-card-actions i,
#Projects .project-card-actions i{
    color: #fff;
    padding-bottom: 0;
    font-size: 1.2rem;
}
#searched-projects .project-card-actions button.share-btn,
#Projects .project-card-actions button.share-btn{
    background: #333;
    padding: 6px 23px;
    border-radius: 50px;
    font-size: 11px;
    color: #fff;
    border: none;
}
#searched-projects .project-card-actions i.fa-share,
#Projects .project-card-actions i.fa-share{
    font-size: .6rem;
}
#searched-projects .project-card-content h3,
#Projects .project-card-content h3 {
    font-size: 18px;
}
#searched-projects .project-card:hover,
#Projects .project-card:hover {
    box-shadow: 0px 0px 33px -18px #333333;
}

#searched-projects .see-all-projects-btn,
#Blog .see-all-projects-btn,
#Projects .see-all-projects-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}
#searched-projects .see-all-projects-btn{
    margin-bottom: 0;
    padding-bottom: 25px
}
#searched-projects .see-all-projects-btn::before,
#searched-projects .see-all-projects-btn::after,
#Blog .see-all-projects-btn::before,
#Blog .see-all-projects-btn::after,
#Projects .see-all-projects-btn::before,
#Projects .see-all-projects-btn::after {
    content: "";
    flex: 1;
    height: .5px;
    background: #413d3f;
}

#searched-projects .see-all-link,
#Blog .see-all-link,
#Projects .see-all-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin: 0 40px
}
.share-wrapper {
    position: relative;
    display: inline-block;
}

.share-menu {
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 180px;
    display: none;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 100;
}

#Company .living-in-dubai-title-sub{
    color: #fff;
    font-family: diod;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom:  30px
}
#Company .marquee-wrapper {
    overflow: hidden;
    border: 1px solid #413d3f;
    border-radius: 4px;
    padding: 100px 20px 40px;
}
#Company .marquee-inner {
  animation: scroll-left 15s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.clients-content a {
    font-size: 9px;
    color: #bababa;
    padding: 9px 26px;
    border: 1px solid #413d3f;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.clients-content p{
    color: #bababa;
    font-size: 12px;
    font-family: Inter Display;
    line-height: 23px;
}
#Clients .employeeImg {
    border: 1px solid #413d3f;
    padding: 8px 2px 0;
    border-radius: 5px;
    height: 265px;
    margin: 0 auto;
}
#Clients .employeeName{
    color: #fff;
    font-size: 18px;
    font-family: didot;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align:center;
    font-weight: 600;
}
#Clients .employeeDesig{
    font-size: 10px;
    text-transform: uppercase;
    font-family: Inter Display;
    line-height: 20px;    
    text-align:center;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}
#Clients  .slick-initialized .slick-slide {
    margin: 0px 10px;
}
#Company,
#Clients .clients-wrapper {
    background: #1c1c1c;
}
#Blog .blog-content {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    padding: 0;
    z-index: 1;
}
#Blog .blog-content h6 {
    font-size: 18px;
    font-family: Inter Display;
    font-weight: 400;
    /* height: 74px; */
    overflow: hidden;
    line-height: 24px;
}
#Blog .blog-content p.description {
    font-size: 12px;
    font-family: Inter Display;
    font-weight: 300;
    /* height: 51px; */
    overflow: hidden;
    color: #fff;
    margin: 12px 0;
}
#Blog .blog-content p.category{
    font-size: 11px;
    font-family: Inter Display;
    font-weight: 300;
    color: #E7B673;
    text-transform:uppercase;
    margin: 0;

}
#Blog  .blog-img img{
    border-radius: 5px;
    height: auto;
}
#Blog .blog-content .publish-date p{
    font-size: 11px;
    font-family: Inter Display;
    font-weight: 300;
    color: #E7B673;
    text-transform:uppercase;
}
.notranslate {
    background-color: transparent;
}
.newsletterSec h2{
    color: #fff;
    font-size: 30px;
    font-family: didot;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    width: 60%;
}
.newsletterSec h2::after {
    content: "";
    display: block;
    width: 80px; 
    height: 1px;  
    background-color: #707070;
    margin-top: 10px;  
}
.newsletterSec p{
    color: #fff;
    font-size: 13px;
    font-family: Inter Display;
    text-align: left;
    width: 50%;
    margin: 35px 0;
}
.newsletterSec h5{
    color: #707070;
    font-size: 10px;
    font-family: Inter Display;
    text-transform: uppercase;
    margin: 26px 0 0;
}
.newsletterSec .popup-input {
    border: none;
    border-bottom: 1px solid #707070;
    color: #d1d1d1;
    border-radius: 0;
    padding: 10px 0;
}
.popup-input.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #111111;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #413d3f;
}
.newsletterSec{
    padding: 70px 0;
}
.newsletterSec .btnSend{
    background: transparent;
    border: 1px solid #9f9f9f;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    padding: 6px 23px;
}
.newsletterSec .getInTouch{
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 50px 70px;
    width: 80%;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
}
.newsletterSec .getInTouch h3{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: Inter Display;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.testimonial {
    background: #0f0f0f;
    padding: 80px 0;
}

/* Card */
.testimonial .testimonial-card {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 30px;
    color: #ccc;
    height: 100%;
    transition: 0.3s;
}

.testimonial .testimonial-card:hover {
    border-color: #444;
}

.testimonial .testimonial-card h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.testimonial .testimonial-card span {
    font-size: 13px;
    color: #aaa;
}


/* Avatar */
.testimonial .avatar {
    width: 45px;
    height: 45px;
    background: #ccc;
    border-radius: 50%;
}

/* Divider */
.testimonial .divider {
    width: 40px;
    height: 1px;
    background: #666;
    margin: 30px 0;
}

/* Carousel Indicators */
.testimonial .carousel-indicators button {
    width: 30px;
    height: 3px;
    background-color: #555;
    border: none;
}

.testimonial .carousel-indicators .active {
    background-color: #c89b5e;
}

/* Optional: spacing between cards */
.testimonial .row > div {
    margin-bottom: 20px;
}
.testimonial .carousel-control-prev,
.testimonial .carousel-control-next {
    display: none;
}
.testimonial .heading {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.testimonial p.subtitle{
    font-size: 13px;
    line-height: 1.7;
    margin: 25px 0 55px;
    text-align: center;
    color: #fff;
    font-family: Inter Display;
}
.footer-info p {
    font-size: 13px;
    padding: 40px 0 44px;
    font-family: Inter Display;
    color: #bbbbbb;
    margin: 0;
}
.privacy a::after {
    display: none;
}
footer .privacy {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
footer .privacy a{
    color: #707070;
    font-size: 12px;
    font-family: Inter Display;
}
.footer-menu li {
    padding-bottom: 5px;
}
.footer-menu li a{
    font-size: 15px;
    font-family: Inter Display;
}
.footer-links h5, 
.visit h5 {
    font-size: 20px;
    padding-bottom: 17px;
    text-transform: uppercase;
}
footer .field-group input {
    color: #707070;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    /* border: 1px solid #707070; */
}
footer .submit-btn input {
    width: auto;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 30px;
    background: transparent;
    border: 1px solid #707070;
    border-radius: 50px;
    color: #afaeae;
    margin-top: 10px;
}
.field-group {
    border: 1px solid #707070;
    border-radius: 5px;
}
.copyRightCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #413d3f;
    margin-top: 40px;
    padding-top: 30px;
}
.copyRightCont .copyright {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.copyRightCont .footer-social {
    padding-top: 0;
}
.footer-wrapper {
    padding: 50px 0 40px;
    background: #1c1c1c;
}
.clients-content {
    padding-left: 0;
}
.carousel-item .testimonial-card p{
    text-align: left;
    font-size: 14px;
    font-family: Inter Display;
}

#Corporate {
    padding: 60px 0 0;
    background: #1c1c1c;
}

/* Banner Container */
#Corporate .corporate-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    
}

/* Background Image */
#Corporate .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay Gradient */
#Corporate .overlay {
    position: absolute;
    top: 9.69%;
    left: 0;
    width: 100%;
    height: 91%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.95)
    );
    z-index: 1;
}

/* Content Wrapper */
#Corporate .banner-content {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

/* Coming Soon Text */
#Corporate .coming-soon {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    color: #c9a96e;
    margin-bottom: 10px;
}

/* Title */
#Corporate .project-title {
    font-size: 52px;
    font-family: didot;
    letter-spacing: 2px;
    margin: 0;
}

/* Play Button */
#Corporate .play-btn {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 65px;
    height: 65px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999999;
}

#Corporate .play-btn:hover {
    transform: scale(1.1);
}

/* Explore Button */
#Corporate .explore-btn {
    /* position: absolute;
    right: 60px;
    bottom: 60px; */
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 12px;
    transition: 0.3s;
    z-index: 999999;
}

#Corporate .explore-btn:hover {
    background: #fff;
    color: #000;
}

/* Video */
#Corporate #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease;
}
#Corporate .corporate-banner h2{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: didot;
    text-align: center;
}
#Corporate .corporate-banner p{
    font-size: 14px;
    color: #cd8f4a;
    text-transform: uppercase;
    font-family: Inter Display;
    text-align: center;
    margin: 0 0 40px;
}

.switcher .option {
    background-color: #343434;
}
.login a{
    border-radius: 0px
}
.search-properties .advanceSearchField input::placeholder{
    color: #8b8b8b !important;
}
.search-properties .advanceSearchField select:focus,
.search-properties .advanceSearchField input:focus,
.search-properties .advanceSearchField input,
.search-properties .advanceSearchField select{
    color: #8b8b8b !important;
    background-color: transparent ;
    border: 1px solid #6a6a6a;
    padding-right: 10px;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* #Blog .see-all-projects-btn {
    padding-top: 80px;
} */
#Blog .blog-card {
    height: auto;
}
#Mobile-nav {
    position: relative;
}
#searched-projects .projects-wrapper-search{
    padding-top: 30px;
}
.searchLocation ul.list-group li{
    border-radius: 1px;
    padding: 5px 9px;
    border-bottom: none;
}


/* Responsive */
@media (min-width: 1400px) {
    .hero-section{
        height: 70vh;
    }
    .footer-info p,
    .testimonial p.subtitle,
    .testimonial .testimonial-card span,
    .newsletterSec p,
    #searched-projects a.viewProp,
    #Projects a.viewProp,
    #Blog .headingContent p, 
    #Status .headingContent p,
    #Corporate .explore-btn,
    #Corporate .coming-soon,
    footer .privacy a,
    #searched-projects .project-quntity p,
    #Projects .project-quntity p,
    .clients-content p,
    #Blog .blog-content p.description {
        font-size: 14px;
    }
}
@media (min-width: 1170px) and (max-width: 1399px) {
    .hero-section{
        height: 65vh;
        background-position: bottom;
    }
    .search-properties .search-form-container {
        padding: 10px 0px 0px;
        max-height: 160px;
    }
    .search-properties .searchLocation,
    .search-properties .searchProperty{
        transform: translateY(0px) !important;
    }
    .newsletterSec .getInTouch {
        width: 100%;
        padding: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #Projects .project-card {
        width: auto;
    }
    #Projects .projects-buttons {
        position: relative;
    }
}
@media (max-width: 767px) {
    #searched-projects .card-img-top,
    #Projects .card-img-top{
        max-height: inherit;
        min-height: inherit;
    }
    .filterCont a {
        gap: 6px;
        font-size: 14px;
    }
    .searchLocation {
        padding: 3px 8px 5px 18px;
        z-index: 9999;
    }
    .sidebar-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sidebar-buttons a {
        width: 39%;
        margin: auto;
        font-size: 16px;
        margin-bottom: 7px;
        padding: 2px;
        border-radius: 5px;
    }
    .mobile-sidebar-container ul li {
        border-bottom: 1px solid #70707052;
        padding: 10px 16px;
        font-size: 13px;
    }
    .mobile-sidebar-container {
        top: 75px;
        width: 300px;
        z-index: 9999;
    }
    #Mobile-sidebar {
        z-index: 99999;
        top: -10px;
    }
    #Blog .headingContent h2, #Status .headingContent h2 {
        font-size: 30px;
        width: 100%;
    }
    #Status .status-wrapper {
        padding: 40px 0;
    }
    #searched-projects .project-card-actions, #Projects .project-card-actions {
        padding: 17px 0;
    }
    footer .footerLinks {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    .footer-links h5, .visit h5 {
        font-size: 17px;
        padding-bottom: 7px;
    }
    .newsletterSec .getInTouch h3 {
        font-size: 30px;
    }
    .newsletterSec .getInTouch {
        padding: 44px 30px;
        width: 100%;
    }
    .newsletterSec p {
        width: 100%;
        margin: 15px 0;
    }
    .newsletterSec h2 {
        font-size: 25px;
        width: 100%;
    }
    .newsletterSec .py-5{
        padding: 15px 0 !important;
    }
    .testimonial p.subtitle {
        margin: 12px 0 20px;
    }
    .testimonial .heading {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .clients-wrapper,
    .newsletterSec,
    .testimonial {
        padding: 30px 0;
    }
    #Clients .clients-content {
        padding: 0 0;
    }
    #Company .living-in-dubai-title-sub {
        font-size: 23px;
        margin-bottom: 10px;
    }
    #Company .marquee-wrapper {
        padding: 40px 17px 18px;
    }
    #Clients .employeeImg {
        height: auto;
    }
    #Corporate .overlay {
        top: 31%;
        height: 70%;
    }
    #searched-projects .see-all-projects-btn, #Blog .see-all-projects-btn, #Projects .see-all-projects-btn {
        margin: 20px 0 0px;
        padding: 25px 0;
    }
    #Blog .headingContent, #Status .headingContent {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0
    }
    #Projects .project-cards {
        display: flex;
        gap: 26px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    img.aboutImg{
        max-height: 200px;
        margin: 0 auto 20px;
        display: block;
    }
    .hero-section span {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .hero-section h1 {
        font-size: 50px;
        margin: 15px 0;
        line-height: 46px;
    }
    .hero-section{
        height: 60vh;
    }
    h3.searchTitle {
        margin: 0;
    }
    #loginModal .modal-dialog .modal-content {
        height: auto;
    }
    #loginModal .popup-input {
        background: #fff;
    }
    #Search .position-absolute{
        width: 50%;
    }
    .search-properties .search-form-container {
        top: 0;
        width: 100%;
        right: 0;
        position: relative;
    }
    #Corporate .corporate-banner {
        height: auto;
    }

    #Corporate .banner-content {
        left: 20px;
        bottom: 30px;
    }

    #Corporate .project-title {
        font-size: 32px;
    }

    #Corporate .play-btn {
        bottom: 60px;
        width: 60px;
        height: 60px;
    }

    #Corporate .explore-btn {
        right: 20px;
        bottom: 30px;
    }
    section.broad-spectrum figure img{
        min-height: inherit;
    }
}
@media (max-width: 576px) {
    #Company {
        padding: 20px 0;
    }
    .footer-wrapper {
        padding: 30px 0 20px;
        background: #1c1c1c;
    }
    .field-group {
        margin-bottom: 13px;
    }
    .copyRightCont .copyright {
        font-size: 12px;
    }
    footer .privacy {
        gap: 2px;
    }
    .footer-info p {
        font-size: 13px;
        padding: 19px 0;
    }
    .newsletterSec .getInTouch h3 {
        line-height: 30px;
        font-size: 20px;
    }
    .newsletterSec .getInTouch {
        padding: 19px 19px;
        width: 95%;
    }
    .newsletterSec h2 {
        font-size: 19px;
        width: 100%;
    }
    .testimonial .carousel {
        padding-bottom: 23px;
    }
    .testimonial .divider {
        margin: 10px 0;
    }
    .testimonial .testimonial-card {
        border-radius: 5px;
        padding: 12px;
        height: auto;
    }
    .testimonial:after{
        display: none;
    }
    #searched-projects .see-all-projects-btn, #Blog .see-all-projects-btn, #Projects .see-all-projects-btn {
        margin: 0px 0 0px;
        padding: 5px 0;
    }
    #Blog .mt-md-0.mb-4{
        margin-bottom: 20px !important;
    }
    #Blog .blog-content h6 {
        padding-top: 10px;
    }
    #Blog .headingContent h2, #Status .headingContent h2 {
        font-size: 25px;
    }
    #Company .living-in-dubai-title-sub {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .davinci-top h2, .beachgate-top h2, .bg-explore h2, .corporate-top h2, .blog-top h2, .clients-content h2 {
        font-size: 22px;
    }
    .clients-content p {
        padding: 8px 0;
    }
    #Corporate .explore-btn {
        padding: 4px 10px;
        font-size: 10px;
    }
    #Corporate .play-btn {
        bottom: 50px;
        width: 45px;
        height: 45px;
    }
    #Corporate .project-title {
        font-size: 16px;
    }
    #Corporate .overlay {
        top: 50%;
        height: 50%;
    }
    #Status .status-item {
        margin-bottom: 10px;
    }
    #Status .status-item h2 {
        font-size: 60px;
    }
    #Status .status-item h2 span.counter {
        font-size: 50px;
        letter-spacing: 2px;
    }
    #Status .status-item h2 p {
        font-size: 17px;
        margin: 0px 0 0px;
    }
    #Status .status-wrapper {
        padding: 30px 0;
    }
    #searched-projects .project-card, #Projects .project-card {
        padding: 0px;
    }
    .project-card-content {
        padding-top: 6px;
    }
    #searched-projects .project-card-actions, #Projects .project-card-actions {
        padding: 13px 0;
    }
    #Projects .nav-pills .nav-link.active, #Projects .nav-pills .nav-link {
        padding: 4px 0 !important;
        font-size: 13px;
    }
    #Projects .nav-pills {
        justify-content: flex-start;
        gap: 10px;
    }
    #Projects .nav-pills .nav-link.active, #Projects .nav-pills .nav-link {
        padding: 5px 0 !important;
        font-size: 13px;
    }
    #Projects .nav-pills {
        gap: 13px;
    }
    .aboutSecion {
        padding: 30px 0;
    }
    .aboutSecion p {
        margin-top: 1px;
        font-size: 13px;
    }
    .hero-section a {
        font-size: 11px;
    }
    .hero-section span {
        font-size: 13px;
    }
    .hero-section h1 {
        font-size: 35px;
        margin: 9px 0;
        line-height: 35px;
    }
    .searchCont .searchBtn i {
        font-size: 12px;
    }
    .searchCont .searchBtn {
        font-size: 14px;
        padding: 8px 10px;
    }
    .filterContainer{
        width: 100%;
    }
    .copyRightCont {
        margin-top: 10px;
        padding-top: 16px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}