#others{
    min-height: 60vh;
}

#others h1{
        font-family: "Poppins", serif;
    font-size: 36px;
    padding-top: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}


#others h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 35px;
}

.navbar-inner--left{
    float: left;
}


.navbar-inner--center{
    float: left;
    width: 60%;
    text-align: center;
    margin-top: 12px;
}


.navbar-inner--right{
    float: right;
    text-align: right;
}


.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 0;
    background-color: #0D1E2D;
    z-index: 99;
    padding: 10px 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: none;
    color: #EDEDED;
    cursor: pointer;
}


.whatsapp-btn::before {
   content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/msg-icon.png);
    background-size: contain;
    margin-right: 5px;
}

.whatsapp-btn:hover{
    color:#FFF;
}

.video-container {
  width: 100%; 
  position: relative; 
 
}

.video-container video {
  width: 100%;
  height: auto; 
  display: block; 
  object-fit: cover; 
}



video[poster] {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Or 'contain' if you prefer to show the whole image */
 
}


#page-transition {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* Or any transition color */
  z-index:999;
    pointer-events:none;
    transition:top 0.6s ease;
}
.container {
    max-width:1400px;
    margin:0 auto;
    padding: 0 50px;
}

.hidden-mobile {
  opacity: 0;
  transition: opacity 1s ease;   /* fade effect */
}
.show-mobile {
  opacity: 1;
}

#mobile-display{
    display: none;
}

#desktop-display{
    display: block;
}

.slick-prev{
    display: none !important;
}

#home .slick-prev{
    display: inline-block !important;
}


#no-results {
    padding-bottom: 100px;
}


.row {
    margin-left:0;
    margin-right:0;
}

.hidden {
    display:none;
}
.show {
    display:block;
}

.no-top-padding {
    padding-top: 0px;
}


.no-bottom-padding {
    padding-bottom:20px;
}
.blue-bg {
    background-image:url(../images/background-pattern-blue.jpg);
    background-size:cover;
    background-repeat:repeat;
    background-position:center center;
}

.blue-building-bg {
    background-image:url(../images/skyline-blue-background.jpg);
    background-size:cover;
    background-repeat:repeat;
    background-position:center bottom;
}

.white-bg {
    background-image:url(../images/background-pattern.jpg);
    background-size:cover;
    background-repeat:repeat;
    background-position:center center;
    mix-blend-mode: multiply;
}
.white-color {
    color:#ededed;
}
.black-color {
    color:#212529;
}
textarea:focus,input:focus,button:focus {
    outline:none;
}
@-webkit-keyframes slidein {
    from {
    background-position:top;
    background-size:3000px;
}
to {
    background-position:-100px 0px;
    background-size:2750px;
}
}@keyframes slidein {
    from {
    background-position:top;
    background-size:100%;
}
to {
    background-position:-200px -500px;
    background-size:150%;
}
}.menu-button  .dot {
    height:6px;
    width:6px;
    background-color:#212529;
    display:inline-block;
}
.menu-button {
    display:grid;
    grid-template-columns:repeat(2,8px);
    grid-auto-rows:8px;
    grid-gap:2px;
    cursor: pointer;
     text-decoration:none;
    color:#FFF;
    transition:color 300ms ease;
    transform: rotate(45deg);
    padding: 0px 8px 8px 8px;
}


.navbar-d {
    display:block;
}
.navbar-m {
    display:none;
}
.navbar--solid {
    background-image:url(../images/background-pattern.jpg);
    background-repeat:repeat;
    background-size:cover;
}
/* Nav layout */
  .navbar-d .navbar ul {
    list-style:none;
    display:flex;
    gap:12px;
}
.navbar-d  .navbar a {
    text-decoration:none;
    display:block;
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    color:#212529;
    font-weight:500;
    font-size:0.85rem;
    letter-spacing:0.2px;
}
.navbar-d .navbar li {
    cursor:pointer;
    padding:25px 8px;
    display:flex;
    align-items:center;
}

.navbar-d .navbar li:last-child {
    padding:25px 0px 20px 5px;
   
}
.navbar-d .navbar li span::after {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
}
.navbar-d .navbar li:hover span::after {
    transform:rotate(45deg);
}
/* Dropdown */
  .mega-dropdown {
    position:fixed;
    top:80px;
    left:0;
    width:100vw;
    background:#0D1E2D;
    color:#EDEDED;
    box-shadow:0 6px 18px rgba(0,0,0,.2);
    display:none;
    padding: 38px 0 28px;
    z-index:100;
}
.mega-dropdown.active {
    display:block;
}
.mega-inner {
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.mega-col {
    font-family:"Work Sans",sans-serif;
    font-size:0.8rem;
    line-height:1.4;
    font-weight:400;
    padding-right:15px;
}
.mega-col-desc, .mega-col-points {
    display:flex;
    align-items:start;
    padding-right:20px;
    padding-bottom:5px;
}
.mega-col-desc h3 span::after {
    content:"";
    display:inline-block;
    width:12px;
    height:9px;
    background-image:url(../images/arrow-right.png);
    background-size:contain;
    background-repeat:no-repeat;
    margin-left:5px;
}
.mega-col h3 {
    font-size:0.9rem;
    font-weight:500;
    margin-bottom:7px;
}

 .mega-col-point h3 {
    display: inline-block;
}


.mega-col a {
    display:block;
    text-decoration:none;
    color:#EDEDED;
    padding:3px 0px 0px;
    font-family:"Work Sans",sans-serif;
}
.mega-col a:hover {
    color:#EDEDED;
}
.mega-col .icon {
    width: 37px;
    margin-bottom:15px;
    display:flex;
    display: none;
}


#mega-services .icon {
    width: 42px;
    margin-bottom: 10px;
}


#mega-resources .icon {
    width: 45px;
    margin-bottom:10px;
   
}

.mega-col ul{
    list-style-type: none;
}

.mega-col li{
    padding:3px 0px;
      position: relative; /* make li the reference point */
    padding-right: 20px; /* space for the arrow */
}


.mega-col-points h3 {
   
    margin-bottom: 5px;

}

.mega-col-points li span::after {
    content: "";
    position: absolute;
    top: 50%;            /* vertically center */
    right: -20px;            /* align to the right edge */
    transform: translateY(-50%); /* vertical centering */
    width: 12px;
    height: 9px;
    background-image: url(../images/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.menu-mobile {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
         font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    text-align:left;
        letter-spacing: 0.4px;
}

.dropdown-mobile ul{
      list-style: none;
}
.menu-mobile li { position: relative;  color: #FFF;   padding: 0px 0 15px;}
.menu-mobile li a:hover {  }

.menu-mobile .dropdown-mobile li { 
    text-transform: capitalize;
        font-size: 19px;
    padding: 5px 0 5px;

}


.menu-mobile .dropdown-mobile li span::before { 
    
    content:url(../images/diamond-icon-filled-white.png);
    display:inline-block;
    background:none;
    margin-right:10px;
}

.dropdown-mobile {
   list-style: none;
  margin: 0;
  padding: 0;
  padding-right:20px;
  overflow: hidden;              
  max-height: 0;                 
  transition: max-height 0.8s ease;
  
}
.dropdown-mobile li a:hover {  }


.dropdown-mobile h3{
    font-size: 13px;
}

.dropdown-mobile p{
        text-transform: initial;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.1px;
    padding-top:10px;
}

.has-dropdown a span::after {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:10px;
    background-repeat: no-repeat;
    background-image:url(../images/arrow-right-up-white.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
}




/* Show dropdown on hover (desktop) */
.has-dropdown:hover .dropdown-mobile {
  max-height: 500px;   
}

/* Mobile styles */
.menu-toggle {
  display: none;
  cursor: pointer;
  color: #fff;
  padding: 10px;

}

.menu-toggle { display: block; }

.menu-mobile {
    display: block;             /* Hidden by default */
    flex-direction: column;    /* Stack items vertically */
  }

.menu-mobile.active { display: flex; }

.has-dropdown:hover .dropdown-mobile {  max-height: 0; } /* Disable hover on mobile */

  /* Dropdown inside mobile */
.has-dropdown.open .dropdown-mobile {
     max-height: 500px; 
  }



/*Button*/

 .btn-call {
    background-color:#0D1E2D;
    padding:10px 15px;
    display:block;
    font-size:0.8rem;
    font-family:"Poppins",sans-serif;
    font-weight:500;
        letter-spacing: 1px;
    color:#EDEDED;
    border-radius:3px;
    cursor:pointer;
    transition: background-color 0.3s ease-in, transform 0.3s ease-in;
    width: 100%;
    text-align: center;
}
.btn-call::before {
    content:"";
    display:inline-block;
}


 .btn-call:hover {
    background-color:#000;
  }


  .navbar .btn-call::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/msg-icon.png);
    background-size: contain;
    margin-right: 3px;
}



button{
      appearance: none;
  -webkit-appearance: none;  /* iOS Safari */
  background: none;
  border: none;
}

.btn-access, .btn-access-outline  {
    font-size:14px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#212529;
    padding-top:10px;
    display:inline-block;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
     -webkit-tap-highlight-color: transparent; /* Safari/Chrome on mobile */
}

.btn-access::after, .btn-access-outline::after {

    transition:width 0.3s ease;
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    margin-left:5px;
}

.btn-access::hover::after, .btn-access-outline::hover::after {
    width:100%;
}
.btn-access span, .btn-access-outline span{
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}

.btn-access span::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:1px;
    background:#212529;
    transition:width 0.3s ease;
}
.btn-access span:hover::after {
    width:100%;
}


.btn-access-outline span:hover {
    color:#212529;
}

.btn-access-outline span::after {
      content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.btn-access-outline span:hover::after {
     animation: shrinkGrow 0.5s ease forwards;
}

@keyframes shrinkGrow {
  0%   { transform: scaleX(1); transform-origin: left; }
  50%  { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}



.btn-access-white {
    font-size:13px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#EDEDED;
    padding-bottom:10px;
    display:inline-block;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
}
.btn-access-white::after {
    content:"";
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    transition:width 0.3s ease;
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up-white.png);
    background-size:contain;
    margin-left:5px;
}
.btn-access-white::hover::after {
    width:100%;
}
.btn-access-white span {
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}
.btn-access-white span:hover {
    color:#EDEDED;
}
.btn-access-white span::after {
        content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EDEDED;
}
.btn-access-white span:hover::after {
    width:100%;
}


.btn-access-white span:hover::after {
     animation: shrinkGrow 0.5s ease forwards;
}


.btn-access-sm {
    font-size:14px;
    font-family:"Work Sans",sans-serif;
    font-weight:400;
    color:#212529;
    padding-bottom:10px;
    display:inline-block;
    position:relative;
    cursor:pointer;
}
.btn-access-sm::after {
    content:"";
    left:0;
    bottom:-2px;
    width:0;
    height:1px;
    transition:width 0.3s ease;
    content:"";
    display:inline-block;
    width:9px;
    height:9px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    margin-left:5px;
}
.btn-access-sm::hover::after {
    width:100%;
}
.btn-access-sm span {
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}
.btn-access-sm span:hover {
    color:#212529;
}
.btn-access-sm span::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:1px;
    background:#212529;
    transition:width 0.3s ease;
}
.btn-access-sm span:hover::after {
    width:100%;
}


.btn-access-sm-white {
    font-size:13px;
    font-family:"Work Sans",sans-serif;
    font-weight:400;
    color:#FFF;
    display:block;
    position:relative;
    cursor:pointer;
    margin-top:5px;
}
.btn-access-sm-white::after {
    content:"";
    left:0;
    bottom:-2px;
    width:0;
    height:1px;
    transition:width 0.3s ease;
    content:"";
    display:inline-block;
    width:9px;
    height:9px;
    background-image:url(../images/arrow-right-up-white.png);
    background-size:contain;
    margin-left:5px;
}
.btn-access-sm-white::hover::after {
    width:100%;
}
.btn-access-sm-white span {
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}
.btn-access-sm-white span:hover {
    color:#FFF;

}
.btn-access-sm-white span::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:1px;
    background:#FFF;
    transition:width 0.3s ease;
}

.mega-col:hover .btn-access-sm-white span::after {
    width:100%;
}


.btn-all {
    font-size:13px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#212529;
    padding-bottom:10px;
    display:inline-block;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
}
.btn-all::after {
    content:"";
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    transition:width 0.3s ease;
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    margin-left:5px;
}
.btn-all::hover::after {
    width:100%;
}
.btn-all span {
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}
.btn-all span:hover {
    color:#212529;
}
.btn-all span::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    background:#212529;
    transition:width 0.3s ease;
}
.btn-all span:hover::after {
    width:100%;
}
/*footer*/

footer {
    background-image:url(../images/background-pattern.jpg);
    background-size:cover;
    background-repeat:repeat;
    background-position:center center;
     position: relative;
    z-index: 9;
}

footer .footer-side-content {
    display:table;
    table-layout:auto;
    width:100%;
    direction:rtl;
}


footer .footer-side-content .footer-content-right {
    zoom:1.01;
    right:-110px;
    position:fixed;
    top:40%;
    width:auto;
    float:none;
    margin:0;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
footer .footer-side-content .social-networks {
    position:relative;
    list-style:none;
    padding-left:0;
    margin-left:-5px;
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    color:#212529;
    font-weight:400;
    font-size:0.8rem;
    letter-spacing:0.2px;
}
footer .footer-side-content .social-networks>li {
    display:inline-block;
    padding-left:0px;
    padding-right:20px;
}
.social-networks>li span {
    position:relative;
    display:inline-block;
}
.social-networks>li span:hover {
    color:#212529;
}
.social-networks>li span::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    background:#212529;
    transition:width 0.3s ease;
}
.social-networks>li span:hover::after {
    width:100%;
}




.main-footer-container-left{
    padding-top:50px;
  padding-bottom: 50px;
  border-right:solid 0.5px #EDEDED;
}

.main-footer-container-right{
   display: flex;
    text-align: center;
    align-items: center;
}





footer .footer-header{

    font-family: "Poppins", serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color:#FFF;



}


.footer-cta{

  margin: 0 auto;
}

.footer-cta .footer-header{

      text-transform:inherit;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;

}


footer .explore-row {
  display: flex;
  gap: 20px; 

}

footer  .explore-col {
  flex: 1; 

  font-size:13px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#EDEDED;
  

}

.footer-explore a{
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}


.cta-container{
    display: flex;
    justify-content: center;
    align-items: center;
}


.cta-buttons .btn-access-white {
  margin-right:30px;
}

.cta-buttons .btn-access-white:last-child {
  margin-right:0px;
}

.footer-newsletter-form{
        display: inline-flex;
    margin-bottom: 20px;
}


.footer-newsletter .footer-header, .footer-explore .footer-header {

    margin-bottom: 10px;
        font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
}


.footer-newsletter-form #mc-email{

    border-bottom: solid 1px #FFF;
    width: 280px;
    color: #FFF;
        margin-top: 0;
    padding: 10px;

}

.footer-newsletter-form #mc-email::placeholder{

   
    color: #FFF;
  

}


.copyright-footer{
  border-top:solid 0.5px #EDEDED;
  padding-top:15px;
  padding-bottom: 15px;
  color:#EDEDED;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.copyright-footer .social-media{
  text-align: left;
    display: flex;
   gap: 20px; 

}



footer .social-media-col{
  flex: 1; 
  font-size:12px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#EDEDED;
  

}


.copyright-footer .information{
   text-align: right;
    display: flex;
    justify-content: flex-end;

}


footer .information-col{
  font-size:12px;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#EDEDED;
    margin-right:40px;


}


footer .information-col:last-child{
  
    margin-right:0px;


}



section {
    background-image:url(../images/background-pattern.jpg);
    background-size:100%;
    background-repeat:repeat;
    background-position:center center;
    padding:85px 0;
    position: relative;
    z-index: 2;
}



.sub-header {
     font-family: "Work Sans", serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
        padding-top: 11px;
}
.sub-header::before {
    content:url(../images/diamond-icon-filled-black.png);
    display:inline-block;
    margin-right:5px;
}
.sub-header.white-color::before {
    content:url(../images/diamond-icon-filled-white.png);
    display:inline-block;
    margin-right:5px;
}
.tabs {
    display:flex;
    justify-content:flex-end;
}
.tab-btn {
    padding:10px 15px;
    cursor:pointer;
    border:none;
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    color:#212529;
    font-size:0.8rem;
    background:none;
}

.tab-btn:last-child {
    padding:10px 0px 10px 15px;
    
}

.tab-btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height:10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}

.tab-btn.active {
    color:#212529;
    font-weight: 600;
}
.tab-content {
    position:relative;
    height:300px;
    /* set fixed height for slider area */
}


#home .section-2 .slider {
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    transition:opacity 0.5s ease;
    pointer-events:none;
}
#home .section-2 .slider.active {
    opacity:1;
    pointer-events:all;
}
.slider-wrapper {
    width:100%;
    min-height:500px;
    position:relative;
    overflow:hidden;
}
.slick-slide {
    flex:0 0 calc(100% / 3);
    aspect-ratio:1 / 1;
    margin: 0 10px;  
    color:white;
    font-size:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    user-select:none;
}
.slick-slide img {
    width:100%;
}


#home .slick-list {
  margin: 0 -10px !important;          /* negative margin cancels outer gap */
}


.slick-prev:before,.slick-next:before {
    color:#212529 !important;
}
.slick-slide {
    transition:all ease-in-out .3s;
}
.property-img-sq {
    width:100%;
    aspect-ratio:1 / 1;
    overflow:hidden;
}
.property-img-sq img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.property-img-rec {
    width:100%;
    height:40vh;
    overflow:hidden;
}
.property-img-rec img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}


/* Property Styling */

.tag{
  background-color: #0D1E2D;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #EDEDED;
    position: absolute;
    top: 15px;
    left: 15px;
}

.property-container{
    position: relative;
}

.property-thumbnail {
    position:relative;
     transition: 0.5s;
     overflow: hidden;

}

.property-thumbnail img{
     transition: transform 0.4s ease;
}

.property-container:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}

.property-thumbnail .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    /* invisible */
  z-index:2;
}

.property-info {
    display: flex;
     justify-content: space-between;
         background: #FEFEFE;
    padding: 0 15px;
}


#home .property-info {
   
         background: transparent;
    padding: 0px;
}


.property-desc {
    padding: 15px 0px 15px 0;
}



.slider .property-desc{
    padding:15px 20px;
}

.property-district {
        font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #212529;
    margin-bottom: 3px;

}
.property-name {
        font-family: "Poppins", sans-serif;
    text-transform:uppercase;
    font-size:17px;
    line-height: 1.2;
    font-weight:500;
    color:#212529;
    margin-bottom: 3px;
}


.property-tenure {
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
    color:#212529;
}

.property-price-container {
     padding: 15px 0px 15px 10px;
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
    text-transform: uppercase;
}


a:hover .property-price-container{
    color:#212529;
}

.item a:hover{
     color:#212529;
}



   

.property-price {
    background-color: #0D1E2D;
    padding: 5px 10px;
    display: block;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #EDEDED;
    border-radius: 3px;
}


.property-price-contact{
        font-size: 10px;
    background-color: #0D1E2D;
    padding: 4px 7px;
    display: block;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #EDEDED;
    border-radius: 3px;
    width: 118px;
    text-align: center;
}



.article-thumbnail .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    /* invisible */
  z-index:2;
}



.article-thumbnail {
    position:relative;
     transition: 0.5s;
     overflow: hidden;

}

.article-thumbnail img{
     transition: transform 0.4s ease;
}

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

.article-container a:hover{
    color:#212529;
}

.article-container:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}


.article-post-container {
  padding: 15px 25px 0px 0;
}

.article-post-container .article-post-category{
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
    color:#212529;
    margin-bottom: 5px;
}

.article-post-container .article-post-category::before {

    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(../images/spark-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 1px;
}


.article-post-container .article-post-name{
    font-family:"Poppins",sans-serif;
    font-size:19px;
    line-height: 1.2;
    font-weight:600;
    color:#212529;
    margin-bottom: 10px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.article-post-container .article-post-desc{
   
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* Accordion */

.accordion-wrapper {
    text-align: left;

}

.accordion {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    transition: height 0.3s ease;
    border-bottom: solid 0.5px #212529;
}

.accordion .accordion_tab {
       padding: 15px 50px 15px 10px;
    font-family: "Poppins", serif;
    cursor: pointer;
    user-select: none;
    font-size: 33px;
    font-weight: 500;
    position: relative;
    color: #212529;
    text-transform: initial;
    text-align: left;
}


.accordion:nth-child(even) {
  background-color: rgb(0,0,0,0.05);
}

.accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow:after{
    content:url(../images/plus-icon.svg);
    display:inline-block;
    margin-right:5px;
    margin-top:0px;
    width: 20px;
    height: 20px;
}


.accordion.active .accordion_tab .accordion_arrow:after{
    content:url(../images/minus-icon.svg);
    display:inline-block;
    margin-right:5px;
    margin-top:10px;
    width: 20px;
    height: 20px;
}


.accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(-50%) rotate(90deg);
}

.accordion .accordion_content {
    padding: 20px 20px 20px 20px;
    display: none;
}

.accordion .accordion_content .accordion_item {
    margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p:last-child {
    color: #212529;
}


.call-to-action .sub-header{
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
}

.call-to-action .sub-header::before{
    content: "";
    margin:0;
    display: block;
}


.call-to-action .cta-desc-container{
  display: flex;
  justify-content: center;
  align-items: center;

}


.call-to-action .col-md-5 img{
  width: 90%;
}



/* Search Filter */

.search-filter .row{
    margin-bottom: 20px;
      
}


.search-filter .row.items-container p{
    padding-left: 10px;
}


.search-filter .search-filter-row{
     display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.search-filter .search-filter-row .col-md-12{
     padding-left:0;
}


#search-form input{
    width: 100%;
        padding:0 0 5px;

}


#reset{
    border:none;
    border-bottom: solid 1px #212529;
    color:#212529;
    text-transform: uppercase;
    font-size: 13px;
}

.search-filter  #search-form{
    display: flex;
    margin-bottom: 5px;
}

.search-filter .btn-access{

    border: none;
    width: 150px;
    padding: 0;
}


.search-filter .tab-btn{
    padding: 10px 15px 0px 0px;
}


.search-filter  .filter-container {
    display: flex;
    margin-top:10px;
    flex-wrap: wrap;
}

.search-filter  .filter-type{
    margin-right:20px;
}

.search-filter .tabs-container{
        display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.search-filter .tabs-container .tab-btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}


/* Dropdown styling */
.dropdown {
  display: inline-block;
  position: relative;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #212529;
    background: transparent;
    border: none;
    padding: 0;
    margin-right:40px;
}

.dropdown-selected {
  padding: 10px 10px 5px 0px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
     white-space: nowrap;  
}

.dropdown-selected:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -10px;
    transition:transform .3s ease-in-out;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transform: rotate(90deg);

}

.dropdown.open .dropdown-selected {
      font-weight: 600;
}

.dropdown-options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f0efee;
  
  z-index: 1000;
  text-transform: uppercase;
 font-size: 12px;
   overscroll-behavior: contain;
}

.dropdown-options div {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.dropdown-options div:hover {
  background: #eee;
}

.dropdown-options label {
  display: flex;           /* align items in a row */
  align-items: center;     /* vertically center label text */
  gap: 6px;                /* small spacing between checkbox and text */
  cursor: pointer;         /* make it clickable */
  margin-bottom: 5px;      /* space between rows */
}

.dropdown-options input[type="checkbox"] {
  margin: 0;               /* remove default spacing */
}


/* Show dropdown */
.dropdown.open .dropdown-options {
  display: block;
}

#type-dropdown .dropdown-options{
    width: max-content;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}



#district-dropdown .dropdown-options{
    width: 430px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

#tenure-dropdown .dropdown-options{
    width: 200px;
    padding:5px;
}


#price-dropdown .dropdown-options{
    width: 165px;
    padding:5px;
}


#price-dropdown button{
    text-transform: uppercase;
    border: none;
    background-color: #0D1E2D;
    color: #FFF;
    margin-top:20px;
     margin-bottom:5px;
    float: right;
    margin-right:5px;
}

.show-more-btn{
    display: block;
    margin-top:10px
}


#show-more {
        text-transform: uppercase;
    background-color: #0D1E2D;
    display: inline-flex;
    font-size: 0.8rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #EDEDED;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s 
    ease-in, transform 0.3s ease-in;
  padding: 8px 15px;
  cursor: pointer;
      margin: 0 auto;

}




/*lightbox*/

.text-gallery {
    display: flex;
    flex-direction: column;
}

.photo-item {
  padding: 10px;
  cursor: pointer;
  background:transparent;
  transition: background 0.3s;
}

#floorplan .photo-item {
  padding: 10px;
  border-top: 1px solid #212529;
  cursor: pointer;
  background:transparent;
  transition: background 0.3s;
}


.property-photo .photo-item {
  padding: 0px;
  border-top: none;
  cursor: pointer;
  background:transparent;
  transition: background 0.3s;
  border-bottom: none !important;
}


.photo-item .bullet::before{
   content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/diamond-icon-outline-black.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
    margin-right:5px;
}

.photo-item .arrow{
   float:right;
}

.photo-item .arrow::before{
   content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
    transform: rotate(45deg);
}

.photo-item:hover {
  background: #eee;
}

.photo-item p {
    margin:0;
}


#floorplan .photo-item:last-child {
  border-bottom: 1px solid #212529;
}


/* Lightbox overlay */
.lightbox {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  justify-content: center;   
    align-items: center;      
}

.lightbox-container{
    align-items: center;
    align-content: center;
    margin: 0 auto;
}


.lightbox img {
  max-width: 70%;
  max-height:1000px;
  margin: 0 auto;
}
.lightbox .close {
  position: absolute;
  top: 20px; right: 35px;
  font-size: 40px;
  color: white;
  cursor: pointer;
      font-weight: 200;
}
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  padding: 10px;
  transform: translateY(-50%);
  user-select: none;
}
.lightbox .prev { left: 20px; }
.lightbox .next { right: 20px; }

.lightbox .prev img,
.lightbox .next img {
      width: 40px;

}


/* Property Contact Form*/

.contact-form-prop #cf-first-name, .contact-form-prop #cf-last-name, .contact-form-prop #cf-email, .contact-form-prop #cf-phone {
    border-bottom: solid 1px #FFF;
    width: 100%;
    color:#FFF;
    margin-top:30px;
}

.contact-form-prop input::placeholder {
  
  color: #FFF; 
}

.contact-form-prop textarea::placeholder {
  margin-top:10px;
  margin-left:10px;
  color: #FFF; 
}



.contact-form-prop #cf-message {
    border: solid 1px #FFF;
    width: 100%;
    color:#FFF;
    margin-top:40px;
    padding:10px;

}

.contact-form-prop .btn-access-white{
    float: right;
    margin-top: 30px;
    background-color: transparent;
    color: #FFF;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
 
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        border: solid 1px #FFF;
    padding: 7px 12px;

}


/* Contact Us Form */

.contact-us-form .btn-access-white{
    float: right;
    margin-top: 30px;
    background-color: transparent;
    color: #212529;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        border: solid 1px #212529;
    padding: 7px 12px;

}


.wpcf7 form.sent .wpcf7-response-output{
    border-color:transparent !important;
        color: #FFF;
}

 
#contact-us .wpcf7 form.sent .wpcf7-response-output{
    border-color:transparent !important;
        color: #212529;
}









/* Home */


.page-col-container {

    aspect-ratio: 1 /0.6;
    width: 100%;
}


.page-col-layer {
    content: '';
    height: 100%;
    width: 100%;
    overflow: hidden;
        transition: all 0.8s ease-out;
    display: table;
        background-color: rgb(0, 0, 0, 0);
}

.page-col-container:hover .page-col-layer {
 
        background-color: rgb(0, 0, 0, 0.4);
}

.page-col-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: initial;
}

.page-col-title{
    color:#FFF;
    font-family: "Poppins", serif;
    font-size: 28px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

 #home .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:500px;
  width: 100%;
  height: 70vh;  
  z-index: 1; 
  padding:30px 0;
}

#home .section-1 h1 {
        font-family: "Poppins", serif;
    font-size: 44px;
    font-weight: 600;
    padding-top: 30%;
}


#home .section-1  .btn-access-outline {
    padding-right:35px;
    padding-top:10px;
}
#home .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    height:100%;
}

#home .section-2 {
    
    background-color:transparent;
    background-image:none;
   z-index: 2; 
   overflow: hidden;
}

#home .section-2 .row{
    margin: 0 -10px !important;
}

#home .section-3 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#home .section-3 .btn-access {
    float:right;
}

#home .section-4 h3{
        text-align: center;
    font-family: "Poppins", serif;
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: initial;
    margin-top:10px;

}




#home .section-4 .achievement-desc{

        font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 400;
}

.counter-container {

        font-family: "Poppins", serif;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    text-align: center;
      justify-content: center; 
  align-items: center;  

}


#home .section-5 {
    padding-bottom: 0;
}

#home .section-5 .col-md-6{
   padding: 0px 40px;
}

#home .section-5 .col-md-6 img{
   width: 85%;
}


#home .section-5 .col-md-6:first-child{
   border-right:solid 1px #212529;
}


#home .section-5 .sub-header{
   text-align: center;
   margin:0 auto;
   margin-bottom: 30px;
}


#home .section-5 .sub-header-2{
   font-family: "Poppins", serif;
    font-size:28px;
    text-transform:capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top:10px;
    font-weight: 600;
}


#home .section-5 .sub-header-2::before{
    content: "";
}


#home .section-5 p{
   line-height: 1.25;
   width: 80%;
   margin:0 auto;
   margin-bottom: 15px;
}


#home .section-6, #home .section-7{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

#home .section-6 .btn-access, #home .section-7 .btn-access  {
    float:right;
}

#home .section-6 .article-post-container .btn-access, #home .section-7 .article-post-container .btn-access  {
    float:left;
}





.section-9-inner{

position: relative;
}

.section-9-inner .testimonials-bg{
   position: absolute;
   inset: 0; 
   z-index: 0;
   background-image: url(../images/testimonials-background.jpg); background-size: cover ;background-repeat: no-repeat; background-position: center center; 
   height: 500px; 
}




.testimonial-slides .slick-slide {

    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.testimonial-slides {

    opacity: 1;
    position: relative !important;
    pointer-events: all;
    width: 500px !important;
    margin: 0 auto;
}


#home .section-9 .testimonials-container{
     margin:0 auto;
    width:500px !important;
    height:100vh;
    padding:20px;
    text-align:center;
    position: relative;
  z-index: 1; /* stays above bg */
  color: #212529; /* adjust for readability */
  padding: 20px;
  display: flex !important;
      background-image:url(../images/background-pattern.jpg);
          justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
margin-top: -15px;
 
}



#home .section-9 .testimonials-container .testimonial{

    font-family: "Poppins", serif;
    font-size:13px;
    text-align: center;
    width: 100%;
    padding:20px;


}

#home .section-9 .testimonials-container span:after{
    content:url(../images/diamond-icon-outline-black.png);
    display:inline-block;
    margin-right:5px;
    margin-top:10px;
    width: 10px;
    height: 10px;
}

#home .section-9 .testimonials-container .testmonial-msg{
    margin-top:20px;
}

#home .section-9 .testimonials-container .testimonial-rating {
    display: flex;
        margin-top: 10px;
}

#home .section-9 .testimonials-container .testimonial-rating img{
    height:15px;
}


#home .section-9 .testimonials-container .testimonial-name{

    font-family: "Poppins", serif;
    font-size:13px;
    text-align: center;
    margin-top:0px;

}

#home .section-9 .testimonials-container .testimonial-designation{

    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
    color:#212529;

}





/* Team*/

 #team .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;  
    z-index: 1; 
    padding:30px 0;
}

 #team .section-1 h1 {
    font-family: "Poppins", serif;
    font-size:38px;
    padding-top:100px;
        font-weight: 600;
}

 #team .section-1 h2 {
    width:90%;
    margin:0 auto;
}


 #team .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}


 #team .section-1 .col-md-8{

    text-align:center;
    margin:0 auto;
    padding:0;
 }


  #team .section-1 .col-md-8 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4;
 }



#service-tabs li {
    float:left; 
    list-style:none; 
  
    margin-right:5px; 
 
      outline:none;

      font-family:"Work Sans",serif;
    font-size:13px;
    text-transform: uppercase;
}

#service-tabs li a {

    color: #FFF;;
 
   padding-right: 20px;
    display:block; 
  cursor: pointer;
    text-decoration:none;
    outline:none;
  
}



#service-tabs li a::before {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/diamond-icon-outline-white.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
    margin-right:5px;
}

#service-tabs li a.inactive{
  
    color:#FFF;
   outline:none;
   opacity: 0.5;

}

#service-tabs li a:hover, #service-tabs li a.inactive:hover {


    color: #FFF;
      outline:none;
      opacity:1;
}

.service-container {

    clear:both;           
    width:100%; 
   color: #FFF;
    text-align:left;
  padding-top: 20px;
  padding-right:50px;

}

.service-container h3 {

    font-family: "Poppins", serif;
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 600;
}


.service-row{
    margin-bottom: 50px;
}


.service-row .col-md-1{
        flex: auto;
    max-width: fit-content;
    align-content: center;
    align-items: center;
}


.service-row svg{
    width: 15px;
}

.service-name{
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}




#team .section-3 h3{

    font-family:"Poppins", serif;
    font-size:35px;
    margin-bottom:0px;
    font-weight: 600;
}

.profile-container{
    margin-top:50px;
}

.profile-container:first-child{
    margin-top:20px;
}


#team .section-3 .col-md-6{
        display: flex;
    justify-content:end;
    align-items:flex-end;

}



#team .section-3 .profile-name{
        font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


#team .section-3 .profile-designation{
     font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
        margin-bottom: 5px;
  
}



#team .more-services-row {
    width:100%;
    padding-bottom:20px;
    text-align:center;
}

#team .more-services-row .icon {
        width: 45px;
    height: 35px;
    margin:0 auto;
    margin-bottom:15px;
    display:flex;
}
#team .more-services-row h2 {
    font-family:"Work Sans",sans-serif;
    font-size:0.9rem;
    font-weight:500;
}
#team .more-services-desc {
    font-family:"Work Sans",sans-serif;
    font-size:0.8rem;
    font-weight:400;
    margin-top:10px;
    display:block;
    padding-right:20px;
}


#team .section-4 .col-md-4 h3{
        font-family: "Poppins", serif;
    font-size: 33px;
    margin-bottom: 50px;
    font-weight: 600;
}


#team .col-md-8 {
    padding-left:30px;
    padding-right:60px;
}

#team .col-md-6 {
    padding-left:30px;
}


/* Profile */



#profile .section-1 h3{

    font-family:"Poppins",serif;
    font-size:35px;
    margin-bottom:50px;
}

.profile-container{
    margin-top:50px;
}

.profile-container:first-child{
    margin-top:20px;
}


#profile .section-1 .col-md-6{
        display: flex;
    justify-content:end;
    align-items:flex-end;

}


#profile .profile-container .col-md-5{
    padding-right:30px;
}


#profile .profile-container .col-md-7{
    padding-left:30px;
        display: flex;
    align-items: center;
}

#profile .property-container:hover img{
    transform: none;
}


#profile .section-1 .profile-name{
        font-family: "Poppins", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}


#profile  .section-1 .profile-designation, #profile  .section-1 .profile-cea{
     font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
    margin-bottom: 10px;
  
}


#profile .connect-icons {
    display: inline-block;
    text-transform: uppercase;
        font-weight: 600;
        margin-top: 20px;
        padding:0;
}

#profile .connect-icons a{
   display: inline-block;
   cursor: pointer!important;
}

#profile .connect-icons a:first-child{
   margin-left:10px;
}

#profile .connect-icons img{
   width: 32px;
   margin-right:5px;
}

#profile  .section-3 .achivements-awards-title
{
    padding-top:5px;
    padding-bottom: 5px;
    border-bottom: solid 0.5px #212529;
    font-weight: 500;
    line-height: 1.2 ;
}


#profile .section-3 .achivements-awards
{
    padding-top:15px;
    padding-bottom: 15px;
    border-bottom: solid 0.5px #212529;
    line-height: 1.2;
}

#profile .section-2 .property-info{
    background-color: transparent;
}

#profile .section-2 .tag-container, #service .tag-container{
    display: flex;
    align-items: center;
    align-content: center;
}

#profile .tag-container .tag, #service .tag-container .tag {
    background-color: #0D1E2D;
    padding: 5px 10px;
    text-transform: uppercase;
    display: initial;
    font-size: 17px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    color: #EDEDED;
    position: initial;
    transform: rotate(-15deg);
    margin-top: -60%;
    
}

#profile  .section-3 .achivements-awards:nth-child(even) {
  background-color: rgb(0,0,0,0.05);
}




.award-bullet{
       -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
}


.award-bullet::before {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/diamond-icon-outline-black.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
    margin-right: 5px;
    margin-left: 12px;
}


#profile  .section-3 .achivements-awards-title:first-child .award-bullet::before {
  
    background-image:none;
    
}

.award-arrow{
    text-align: right;
}


.award-arrow::after {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
    transform: rotate(45deg);
}

#profile  .section-3 .achivements-awards-title:first-child .award-arrow::after {
  
    background-image:none;
    
}



#profile .section-3 .image-side {
  flex: 1;
  position: relative;
  min-height: 280px;
}

#profile .section-3 .award-side{
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width:65%;
    
}

#profile  .section-3 .hover-img {
  position: absolute;
  inset: 0; /* fill container */
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;              /* hidden by default */
  transition: opacity 0.5s ease;
}

/* Right side rows */
#profile .section-3  .hover-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#profile .section-3 .achivements-awards {

  cursor: pointer;
  transition: background 0.3s;
}



/* Listing */



#listing .items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


#listing .item{
    margin-bottom: 30px;
    flex: 1 1 calc(33.333% - 20px);
    background: #ffff;
    padding: 0;
    box-sizing: border-box;
}


#listing .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; 
    padding:30px 0;
    margin-top: 80px;
}

#listing .section-1 h1 {
    font-family: "Poppins", serif;
    font-size: 36px;
    padding-top: 30px;
    font-weight: 600;
}


#listing .section-1  h2 {
    width:90%;
}


#listing .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;

    margin-bottom: 30px;
}


#listing .section-1  .col-md-8{

    text-align:left;
    padding-left: 0;
 }


#listing .section-1  .col-md-8 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4;
 }



.item{
    margin-bottom: 30px;

    padding-left: 0;
    padding-right: 20px;
}


.item.hide {
  display: none;
}





/* Property */

#section section{
     scroll-margin-top: 110px;
}

 #project .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;  
    z-index: 1; 
    padding:30px 0;
    color:#FFF;
    margin-top: 80px;
}

 #project .section-1 h1 {
    font-family: "Poppins", serif;
    font-size: 36px;
    padding-top: 15px;
    font-weight: 600;
}

 #project .section-1 h2 {
    margin:0 auto;
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    font-size:0.8rem;
    line-height: 1.4;
}


 #project .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}


 #project .section-1 .col-md-12{

    text-align:center;
    margin:0 auto;
 }


 #project .section-1 .col-md-8 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4;
 }


 #project .section-2-navi {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
        z-index: 3;
         position: sticky;
  top: 90px; 
  padding:0;
   
 }

   #project .section-2-navi .row{
    justify-content: center;
   }

  #project .section-2-navi .col-md-2{
    font-size: 13px;
     text-transform: uppercase;
         width: auto;
    max-width: max-content;
        margin-right: 10px;
        margin-bottom: 10px;
  }

  #project .section-2-navi .col-md-2::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}



  #project .section-2{
    padding-top:50px;
  }


#project .project-info .project-info-label{
    font-weight: 500;
    display: block;
    font-size: 16px;
        line-height: 1.2;
}


#project .project-info .row{
    margin-top:20px;
    margin-bottom:20px;
}





#project .content-main {
    line-height: 1.6;
    padding:0;
}

#project .content-main .col-md-12{
   
    padding:0;
}


#project .content-main .btn-call{
    width:auto;
        display: inline-block;
}

#project .project-info .property-overview .col-md-4{
    margin-bottom: 25px;
    padding-right: 20px;
}

#project .project-info .row.project-desc{

  margin-bottom: 50px;
    padding-right: 30px;

}





#project .project-info .project-info-last-row{

    padding-bottom: 60px;
    border-bottom: solid 1px #212529;
    margin-top: 0;
}

.readmore-container h3{
    font-weight: 600;
    font-size: 20px;
}


#project .project-info .more-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#project .project-info  .more-text.open {
  max-height: 2000px; /* large enough to show content */
}


#project .project-info .readmore-btn::after {
     transition: transform 0.3s ease;
}


#project .project-info .readmore-btn.read-less::after {
  transform: rotate(45deg); 
}


.property-photo{
    height: 300px;
}

.property-photo .slick-track {
    margin:0;
}


#project .project-info .text-gallery .row {
    margin-top: 0px;
    margin-bottom: 0px;
}


#project .project-info .text-gallery {
    margin-top:30px;
}

#project .project-price-container{
    text-align: left;
        padding-top: 40px;
    padding-left:0;
    max-width: 100%;
}

#project .project-price-desc {
        display: inline;
    background: #0D1E2D;
    color: #FFF;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}



#project .project-price-container .project-price{
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 39px;
    margin-bottom: 20px;
}

#project .project-price-container .project-price .property-price-contact{
    font-size: 22px;
    background-color: transparent;
    padding: 7px 7px;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #212529;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#project .project-price-container .project-price .property-price-contact::after {
    content: "";
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    transition: width 0.3s 
ease;
    content: "";
    display: inline-block;
       width: 13px;
    height: 13px;
    background-image: url(../images/arrow-right-up.png);
    background-size: contain;
    margin-left: 15px;
        transform: rotate(135deg);
}

#project .section-4{
    border-bottom:solid 0.5px #FFF;
}


#project  #register-interest h4{
    font-size: 30px;
    line-height: 1.3;
    font-family: "Poppins", serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: 600;
}


#project .right-cta-container{
  
    text-align: center;
    padding: 35px 30px;
    font-size: 14px;
    line-height: 1.4;
    border: solid 1px #212529;
}

#project .right-cta-container h4{
        font-size: 24px;
    line-height: 1.3;
    font-family: "Poppins", serif;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #212529;
}

#project .right-cta-container a{
    margin-top:20px;
    display: block;
}


#project .content-sidebar {
    position: sticky;
    top: 80px;
    align-self: flex-start;
    text-align: center;
    padding-bottom: 40px;
        padding-left: 0;
    padding-right: 0;
}

#project .content-main {
    padding-right:40px;
        margin-bottom: 40px;
}




/* Service*/

 #service .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;  
    z-index: 1; 
    padding:30px 0;
}

 #service .section-1 h1 {
    font-family: "Poppins", serif;
    font-size: 38px;
    padding-top: 100px;
    font-weight: 600;
}

 #team .section-1 h2 {
    width:90%;
    margin:0 auto;
    line-height: 1.4;
}


 #service .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}


 #service .section-1 .col-md-7{

    text-align:center;
    margin:0 auto;
 }


 #service .section-1 .col-md-7 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4;
 }




 #service  .section-3 h3{

    font-family:"Poppins", serif;
    font-size:35px;
    margin-bottom:50px;
    font-weight: 600;
}


 #service .our-service-container{
    padding-right:40px;
    padding-left: 0;
 }


 #service .our-service-icon{
    width: 70px;
    height:40px;
    margin-bottom: 20px;
    display: inline-flex;
 }


 #service .section-3 .our-service-container:nth-child(3),  #service .our-service-container:nth-child(4) {
  
    margin-top: 50px;
 }


  #service .our-service-name {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}



  #service .section-4 .service-container {
   
    padding-top: 0px;
}


 #service .section-4 .service-container h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

  #service .section-4 .service-row {
    margin-bottom: 0px;
}



 #service  .section-5 h3{
    font-family: "Poppins", serif;
    font-size: 33px;
    margin-bottom: 50px;
    font-weight: 600;
}


 #service .section-5 .our-service-container{
    text-align: center;
    margin-top: 20px;
        padding-right: 20px;
    padding-left: 20px;
}
 



 #service .section-5 .our-service-container:nth-child(3),  #service .section-6 .our-service-container:nth-child(4) {
  
    margin-top: 20px;
 }




 #service .section-5  .our-service-icon {
    height: 60px;
    margin-bottom: 20px;
}



  #service .faq .accordion-wrapper {
    text-align: left;
}


  #service .faq .accordion .accordion_tab {
    padding: 15px 50px 15px 10px;
    font-family:"Poppins",sans-serif;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #212529;
    text-transform: initial;
    display: flex;
}

  #service .faq .accordion:first-child {
    margin-top:-10px;

}


  #service .faq .accordion .accordion_tab .accordion_arrow:after {
 
    margin-top: 5px;
 
}


  #service .faq .accordion .accordion_tab span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 10px;
}


  #service .faq .accordion .accordion_content {
    padding: 20px 20px 20px 20px;
    display: none;
}



/* Other Service*/

 #other-service  .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;  
    z-index: 1; 
    padding:30px 0;
}

 #other-service  .section-1 h1 {
    font-family: "Poppins", serif;
    font-size: 38px;
    padding-top: 100px;
    font-weight: 600;
}

 #other-service .section-1 h2 {
    width:90%;
    line-height: 1.4;
}


 #other-service  .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}




 #other-service .section-1 .col-md-8 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4;
 }




 #other-service   .section-3 h3{

    font-family:"Poppins", serif;
    font-size:35px;
    font-weight: 600;
}


 #other-service .our-service-container{
    padding-right:50px;
    padding-left: 0;
 }


 #service .our-service-icon{
    width: 70px;
    height:40px;
    margin-bottom: 20px;
    display: inline-flex;
 }


 #other-service  .section-3 .our-service-container{
  
    margin-top: 50px;
 }


 #other-service  .our-service-name {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}



 #other-service  .section-4 .service-container {
   
    padding-top: 0px;
}


 #other-service  .section-4 .service-container h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

 #other-service  .section-4 .service-row {
    margin-bottom: 0px;
}


 #other-service .more-services-row {
    width:100%;
}

 #other-service .more-services-row .icon {
        width: 45px;
    height: 35px;
    margin-bottom:15px;
    display:flex;
}
 #other-service  .more-services-row h3 {
    font-family:"Work Sans",sans-serif;
    font-size:0.9rem;
    font-weight:500;
}

 #other-service  .more-services-row h3.other-service-links-header {
    font-family: "Poppins", serif;
        font-size: 21px;
        font-weight: 600;
}
   
 #other-service  .more-services-desc {
    font-family:"Work Sans",sans-serif;
    font-size:0.8rem;
    font-weight:400;
    margin-top:10px;
    display:block;
    padding-right:20px;
}






/* Resources */



#resources .section-1 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; 
    padding:30px 0px 0px 0px;
    margin-top: 80px;
}

#resources .section-1 h1 {
    font-family: "Poppins", serif;
    font-size: 36px;
    padding-top: 30px;
    font-weight: 600;
}


#resources .section-1  h2 {
    width:90%;
}


#resources .section-1 .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}


#resources .section-1  .col-md-7{

    text-align:left;
 }


#resources .section-1  .col-md-7 h2{

    margin-top:20px;
    font-size: inherit;
    font-weight: 400;
 }


#resources .search-filter-row .col-md-6{

    display: flex;
    gap:20px;
}


#resources .search-filter-row .controls{

    width: 70%;

}


.item.hide {
  display: none;
}


/*Article*/

#article .section-1 {
    margin-top:80px;
}


#article .article-content-container h1{
        font-family: "Poppins", serif;
    font-size: 38px;
    font-weight: 600;s
}


#article .article-content-container .article-publish-date{
    margin-bottom: 30px;
}

#article .section-2 .btn-access{
    float: right;

}


#article .article-publish-date::before{
     content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}


#article .article-content h2{
        font-weight: 600;
    font-size: 20px;
    margin-top:35px;
}

#article .article-content em.caption{
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.4;
    display: block;
}

#article .article-content ul{
    margin-bottom:35px;
}



/*Contact Us*/

#contact-us .section-1 {
    margin-top:80px;
}


#contact-us .contact-us-container h1{
    font-family: "Poppins", serif;
    font-size: 38px;
        font-weight: 600;
}


#contact-us .contact-us-container strong{
    font-weight: 600;
}


#contact-us .contact-us-info-wa{
    margin-top:40px;
    text-transform: uppercase;
}


#contact-us .contact-us-info-email{
    margin-top:20px;
    text-transform: uppercase;
}



#contact-us .contact-us-info::before{
     content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/diamond-icon-outline-black.png);
    background-size: contain;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}



.contact-us-form #cf-first-name, .contact-us-form  #cf-last-name, .contact-us-form  #cf-email, .contact-us-form #cf-phone {
    border-bottom: solid 1px #212529
    width: 100%;
    color:#212529;
}

.contact-us-form  input::placeholder {
  
  color: #212529; 
}

.contact-us-form  textarea::placeholder {
  margin-top:10px;
  margin-left:10px;
  color: #212529; 
}



.contact-us-form  #cf-message {
    border: solid 1px #212529;
    width: 100%;
    color:#212529;
    margin-top:40px;
    padding:10px;

}


.contact-us-form .btn-access{
    float: right;
    margin-top: 30px;
    background-color: transparent;
    color: #212529;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-us-form input[type='text'], .contact-us-form input[type='email'], .contact-us-form input[type='tel'] {
    width: 100%;
}




@media screen and (min-width:2000px) {
    .slider-wrapper {
    min-height:650px;
}
}@media screen and (max-width:2000px) {
    .slider-wrapper {
    min-height:520px;
}
}@media screen and (max-width:1600px) {
    .slider-wrapper {
    min-height:430px;
}
}@media screen and (max-width:1300px) {
    .slider-wrapper {
    min-height:370px;
}
}@media screen and (max-width:1200px) {


    .navbar {
    position:fixed;
 
    width: 100%;
}

    .slider-wrapper {
    min-height:350px;
}

#home .section-1 h1 {
    
    padding-top: 20vh;
}


.project-info .col-md-9{

       -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
}

.project-info .content-sidebar{
      -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
}

   .navbar-d {
    display:none;
}

.navbar-m {
    display:block;
           margin-top: 30px;
                   float: right;
   

}


.service-row .col-md-11 {
   
    padding:0;
}


}

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

 
.property-container {
 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

      flex: 1 1 50%;
}

.property-photo {
    height: 250px;
}

#project .right-cta-container{
  
    padding:20px;
}


#project .right-cta-container h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}



}@media screen and (max-width:980px) {
    .slider-wrapper {
    min-height:300px;
   
}

#profile .section-3 .award-side{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%;
    
}



.image-side{
    display: none;
}

}



@media screen and (max-width:900px) {
    .slider-wrapper {
    min-height:350px;
}


.property-photo {
    height: 200px;
}



}


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


.property-container {
 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
      flex: 1 1 100%;
}

.call-to-action .sub-header {
    font-size: 30px;
   
}

#home .section-4 h3 {
 
    font-size: 30px;
 
}

    #district-dropdown .dropdown-options {
    width: 368px;
   
}


#profile .section-3 .award-side .col-md-1{
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
}

#profile .section-3 .award-side .col-md-2{
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
}


#profile .section-3 .award-side .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}



#contact-us .section-1 {
    margin-top: 60px;
}


#contact-us .contact-us-container h1 {
    font-size: 33px;
}

    #listing .section-1 h1 {
    font-size: 33px;
    padding-top: 0px;
}



#service .section-3 h3 {
    font-size: 33px;
}

#other-service .section-1 h1 {
    font-size: 33px;
    padding-top: 60px;
}

#other-service .section-3 h3 {
    font-family: "Poppins", serif;
    font-size: 33px;
    font-weight: 600;
}

#other-service .section-3 h3.other-service-links-header {
    font-family: "Poppins", serif;
    font-size: 19px;
    font-weight: 600;
}




#team .section-3 h3 {
    font-size: 33px;
  
}

#resources .section-1 h1 {
    font-size: 33px;
        padding-top: 20px;
  
}

#project .project-price-container#mobile-display .project-price .property-price-contact{
    text-align: left;
     padding: 0;
}

#listing .property-container.item{

    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .whatsapp-btn {
        display: inline-block;
    }


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

    padding-left: 0;
    padding-right: 0;
}


#home .section-3 {

    padding-top: 50px;
}


#home .section-5 .col-md-6 img {
    width: 100%;
}

#mobile-display{
    display: block;
}

#desktop-display{
    display: none;
}


    body {
   
    font-size: 15px;
    line-height: 1.6;
    
}


    .container {
       
        padding: 0 20px;
    }



    .no-bottom-padding {
    padding-bottom: 0px;
}


    .slider-wrapper {
        min-height: 550px;

    }
        #home .section-1 {

            position: relative;
            z-index: 1;
            padding: 30px 0;
            height: auto;
                    min-height: 60vh;
        }


        #home .section-2 {

            margin-top: auto;
            padding: 0;
        }

         #home .section-2 .col-md-4{

            margin-bottom:20px;
        }

        .tabs {
            justify-content: flex-start;
        }

        section {

            padding: 50px 0;
        }

        #home .section-5 p {
    width: 100%;
 
}


        .property-desc {
    padding: 15px 0px;
}

.property-price-container {
     padding: 15px 0px;
}

.property-price-contact {
  
    width: 115px;
            padding: 4px 5px;
    
}




.article-container {
    margin-bottom: 10px;
}

#home .section-3 .sub-header {
    margin-bottom: 10px;
}

        #home .section-3 .btn-access {
                    float: none;
        margin-top: 20px;
        }

         #home .section-3 #mobile-display .col-md-12 {
        text-align: center;
       
        }


          #home .section-6 .btn-access {
                    float: none;
        margin-top: 20px;
        }

         #home .section-6 #mobile-display .col-md-12 {
        text-align: center;
       
        }



          #article .section-2 .btn-access {
                    float: none;
        margin-top: 0px;
        }

         #article .section-2 #mobile-display  {
            margin: 0 auto;
       
        }






        #home .section-6 .sub-header {
    margin-bottom: 10px;
}

        #home .section-6 .btn-access {
            float: left;
                    margin-bottom: 10px;
        }

        #home .section-5 .col-md-6 {
            padding: 10px;
        }

        #home .section-5 .col-md-6:first-child {
            border-right: none;
        }

        .counter-container {

            font-size: 43px;

        }


        #home .section-4 .achievement-desc {

            font-size: 15px;
            margin-bottom: 20px;

        }


        .accordion .accordion_tab {
            padding: 20px 50px 20px 20px;
                    font-size: 25px;
        line-height: 1.2;

        }

        .accordion-wrapper {
            text-align: left;
        }

        #home .section-6 .btn-access,
        #home .section-7 .btn-access {
            float: none;
                    margin-bottom: 20px;
        margin-top: 0;
        }

        #home .section-8 .sub-header  { text-align:left !important }


        .call-to-action .cta-desc-container {

            padding: 25px 25px;
            text-align: center;
        }


        footer .explore-row {
            display: block;
        }


        .copyright-footer .social-media {
            text-align: center;
            gap: 20px;
            margin-bottom: 10px;
            justify-content: center;
        }

        footer .social-media-col {
            flex: none;

        }

        .copyright-footer .information {
            text-align: center;
            justify-content: center;
            margin-top: 10px;
        }


        .main-footer-container-left {
            padding: 50px 0px 0px 0;
            border-right: none;
            text-align: center;
            order: 2;
            margin-bottom:50px;
        }

       .main-footer-container-right{
           display: flex;
            text-align: center;
            align-items: center;
            border:none;
                order: 1;
            margin-top: 50px;
}


        .footer-newsletter{
            margin-bottom: 20px;
        }



        #home .section-1 h1 {
            font-family: "Poppins", serif;
            font-size: 33px;
            padding-top: 20%;
        }


        #home .section-1 .btn-access-outline {
            padding-right: 35px;
            padding-top: 10px;
        }

        .tab-btn::before {
            display: none;
}


        .more-services-row .col-md-3 {
            margin-bottom: 15px;
            padding-left: 0;
        }

        #home .section-9 .testimonials-container {
            height: 400px;
            width: 300px;

        }

        footer .footer-side-content .footer-content-right {
            display: none;
        }

      

        .award-date {
            -ms-flex: 0 0 18%;
            flex: 0 0 18%;
            max-width: 18%;
             padding-left:8px;
        }


        .award-name {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;

        }

        .award-from {
            -ms-flex: 0 0 13%;
            flex: 0 0 13%;
            max-width: 13%;
            padding-left: 20px;
        }


        .award-to {
            -ms-flex: 0 0 18%;
            flex: 0 0 18%;
            max-width: 18%;

        }


        .award-arrow{
            display: none;
        }


        .profile-container {
            text-align: center;
            margin-top: 20px;
        }

        .property-photo {
            height: 450px;
        }


        .project-info .col-md-9{

       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #project .content-main {
        padding:0px
    }

    #project .col-md-8 {
     
    padding: 0;
}

    #project .project-info .property-overview .col-md-4 {
        margin-bottom: 25px;
    width: 50%;
    padding: 0;
}

    .project-desc .col-md-12{
        padding:0;
    }

    .project-info .content-sidebar{
          -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
    }


    #project .right-cta-container {
        padding: 40px;
    }


    .search-filter .tabs-container {
    justify-content: flex-start;
    align-items: flex-end;
}

#resources .search-filter-row .controls{
    width: 100%;
    margin-bottom: 15px;
}

.search-filter .tabs-container .tab-btn::before{
    display: none;
}


#service .our-service-container {
    margin-bottom: 50px;
            padding: 0;
}

#service .section-3 .our-service-container:nth-child(3), #service .our-service-container:nth-child(4) {
    margin-top: 0px;
}


#team .section-1 {
   
    height: 80vh;
  
}

#team .col-md-8 {
    padding:0;
}



#team .col-md-6 {
     padding:0;
}


#team .section-4 .col-md-4 h3 {
    
    margin-bottom: 20px;
}


.service-container {
    
    padding-right: 0px;
}

.service-row .col-md-1 {
   
    margin-bottom: 15px;
            padding: 0;
}

#service-tabs{
    margin-top:10px;
}


#team .section-3 .profile-name {
   
    margin-top: 15px;
}



#reset {
  
    margin-top: 10px;
}

.photo-item {
    padding: 10px 0px;
}

.photo-item .col-md-11{
    width: 90%;
}

.photo-item .col-md-1{
    width: 10%;
}

#profile .profile-container .col-md-7 {
    padding-left: 0px;
    padding-top: 30px;
}


#listing .section-1  h2 {
    width:100%;
}

#profile .profile-container .col-md-5 {
    padding-right: 0px;
}

#project .project-info .row.project-desc {
    padding-right: 10px;
            margin-bottom: 30px;
}

#team .section-1 h1 {
   
    font-size: 33px;
    padding-top: 60px;
}


#service .section-1 h1 {

    font-size: 33px;
    padding-top: 60px;
}


#other-service .section-3 .our-service-container {
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}


#other-service .our-service-name {
    font-size: 18px;
 
}

#other-service .section-1 h2 {
    width: 100%;
  
}





    }



@media screen and (max-width:580px) {
    .slider-wrapper {
        min-height: 400px;
    }

    .slick-slide {
        height:88vh !important;
        margin: 0;
    }


    .tabs {
        justify-content: flex-start;
    }

    #home .section-1 h1 {

        padding-top: 25%;
    }

    #home .section-9 {
        height:100vh;
    }

    .section-9-inner .testimonials-bg {
        height:88vh;
    }





    .testimonial-slides {

        opacity: 1;
        position: relative !important;
        pointer-events: all;
        width: 300px !important;
        margin: 0 auto;
    }


       #home .section-9 .testimonials-container{
        height:80vh;
        width: 380px !important;
            padding: 30px;
    }


        .property-photo {
        height: 350px;
    }


}

@media screen and (max-width:480px) {
    .slider-wrapper {
    min-height:350px;
}

    .property-photo {
        height: 250px;
    }

}