.footer-section-links {
  padding-left: 90px;
}

@media only screen and (max-width: 600px) {
  .footer-section-links {
    padding-left: 12px;
  }

  .contact-form-thumb {
    display: none;
  }

  .contact-feature {
    gap: 0px;
  }
  .header-logo-vertical{
    margin-top: -11px;
  }
}

.property_details {
  height: 150px;
}

.sidebar-area {
  align-self: flex-start;
}

.sidebar-sticky {
  position: sticky;
  top: 80px;
}

.property-slider-img img,
.tab-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.panoramaSlide2 {
  border-radius: 10px;
}

.swiper-slide-active {
  pointer-events: none !important;
}

.property-tabs .nav-pills .nav-link {
  border: 1px solid #f1913d;
  border-radius: 25px;
  margin: 10px 5px;
  color: #f1913d;
  background: #fff;
  transition: all 0.3s ease;
}

.property-tabs .nav-pills .nav-link.active {
  background-color: #f1913d;
  color: #fff;
  border-color: #f1913d;
}

.header_logo {
  height: 55px;  
}

.menu-links {
  margin-bottom: 35px;
  margin-top: -29px;
}

/* #logo-default {
  margin-bottom: 55px;
} */

.header-logo-vertical {
  width: 44px;
  height: 135px
}

/* .popular-list-1 .custom-wrapper {
  height: 400px;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 8px;
  position: relative;
}

.popular-list-1 .custom-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
} */

.blog-card .blog-content {
  padding: 20px;
}

.blog-card {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.no-divider:after {
  content: none !important;
}

@media (max-width: 767px) {
  .custom-box.custom-about {
    flex-direction: row !important;
    gap: 5px;
  }
  .custom-left,
  .custom-middle,
  .custom-right {
    flex: 0 0 32%;
  }
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 25px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}
.small-heading{
  font-size: 15px;
}
.custom-hero {
  width: 100%;
  height:100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.share-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  border: none;
  transition: all 0.3s ease;
  z-index: 5;
}
.share-btn:hover {
  background-color: #f1913d;
  color: #fff;
}

.custom-heading{
  font-size: 20px;
}
.custom-nav{
padding: .3rem 1rem !important;
margin: 5px 5px !important;
}
.custom-hero::before,
.custom-hero::after {
  background: transparent !important;
}
.custom-red{
  color: #f1913d;
}

.custom-block-testi{
  padding: 30px;
}
.custom-vision {
  padding: 30px 37px 3px;
}
.main-menu ul li.active > a {
  color: #f47638 !important;
  font-weight: 600;
}
.footer-custom a:hover,
.footer-custom i:hover {
  color: #ffa500 !important;
  transition: color 0.3s ease;
}
/* .th-header {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .header-top,
  .header-top a,
  .header-top i {
      color: #000 !important;
  }

  .header-top a:hover {
      color: #555 !important;
  }

  .th-social a i {
      color: #000 !important;
  }
} */

.custom-slide a {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
  
#hero {
  margin-top: 86px;
  /* height: 31vh; */
}

@media(max-width:600px){
  #hero {
  margin-top: 86px;
  height: 31vh;
}
}
.custom-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 15px;
}
.custom-social a:hover {
  background-color: #f47638;
  color: #fff;
  border-color: #f47638;
}

@media (max-width: 991px) {
  .header-links ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    white-space: nowrap;
  }
  .header-links ul li {
    margin: 0;
  }
}
.header-top.scroll-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.custom_head{
  height: 110px;
   background-color: #f9f9f9;
}
.custom_head.shrink {
  height: 65px;
}

.header-link.shrink{
  margin-top: -19px;
}
/* Tablet View (Between 601px and 991px)
@media (min-width: 601px) and (max-width: 991px) {
  .custom_head {
    height: 122px;
  }
} */


@media (min-width: 601px) and (max-width: 991px) {
  .custom_head {
    height: 122px;
    background-color: #f9f9f9;
  }
  .custom_head.shrink {
  height: 77px !important;
  background-color: #f9f9f9;
  }
  .mobile-logo {
    margin-top: 5px !important;
  }
}
@media (max-width:991px) {
  /* .header-logo-vertical {
    height: 93px;
    width: 72px;
  }
  .header_logo {
  margin-top: 10px;
} */
.custom-hero{
  width: 100%;
  height:46%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.header-contact{
    font-size: 10px !important;
  }
  .menu-links{
    margin-top: -3px;
    display: flex;
    justify-content: end;
  }
  .mobile-logo{
    margin-top: 11px;
  }
 
}
 .menu-links.shrink{
    margin-top: -20px !important;
  }
.header-color .header-link a:hover {
  color: #f1913d !important;
}
.header-top a:hover {
  color: #f1913d !important;
}

.header-color {
  background-color: #f9f9f9;
  color: #000;
}

.header-color.shrink,
.custom_head.shrink,
.th-header.header-color.shrink {
  background-color: #f9f9f9 !important;
  color: #000 !important;
}

.header-color a,
.header-color .header-contact,
.header-color .header-link a,
.header-color i {
  color: #000 !important;
}



.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    display: block !important;
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
}

.footer-links li::after {
    content: none !important;
    border: none !important;
}

.footer-links li::before {
    content: "\203A"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #f1913d; 
    font-size: 18px;
    line-height: 1.2;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #f1913d;
}

.footer-color{
  background-color: #212121;
}

.footer-services-tags span {
  font-size: 13px;
  padding: 0px 10px;
  border-radius: 6px;
  background-color: #e9ecef;
  color: #000;
  transition: 0.3s ease;
  cursor: pointer;
}

.footer-services-tags a {
  font-size: 13px;
  padding: 0px 10px;
  border-radius: 6px;
  background-color: #e9ecef;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

@media (max-width: 600px) {
  .footer-services-tags a {
    font-size: 12px;
    padding: 0px 8px;
  }
}


.footer-divider {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #fff, #fff);
    width: 100%;
    border-radius: 2px;
}


.custom-breadcrump {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .custom-breadcrump {
    margin-top: 105px;
  }
}

.amenity-card {
  background: #fff;
  transition: 0.3s ease;
}
.amenity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.amenity-icon {
    color:black;
}
.page-title {
    font-weight: 600;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 5px;
}

.menu-item-has-children > a::after {
  color: #000 !important;
}

.custom-slider {
  position: relative !important;
  width: 100% !important;
  /*height: 85vh !important;*/
  overflow: hidden !important;
  background-color: #000 !important;
}

.custom-slider a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  pointer-events: all !important;
  cursor: pointer !important;
}

.custom-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center center !important;
  display: block !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-slider {
    height: 60vh !important;
  }
}

@media (max-width: 767px) {
  .custom-slider {
    height: 28vh !important;
  }
}

/* .swiper,
.swiper-wrapper,
.swiper-slide {
  pointer-events: none !important;
}

.custom-slider a {
  pointer-events: all !important;
} */

.project-cover-banner img {
  width: 100%;
  /*height: 600px;*/
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .project-cover-banner img {
    height: auto;
    object-fit: contain;
  }
}


/* 11/3/2025 */

.row.gy-30.blog > [class*="col-"] {
  display: flex;
}

.blog-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}   

.blog-content {
  flex-grow: 1;
  /*padding: 20px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-card { min-height: 360px; }
  .blog-img img { height: 180px; }
}

/* Make 'Read More' button smaller in blog cards */
.blog-card .th-btn.sm.style3.pill {
  padding: 6px 14px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 50px;
  text-transform: capitalize;
  align-self: flex-start; /* keeps it neatly aligned */
}

/* Optional: make the button even smaller on mobile */
@media (max-width: 767px) {
  .blog-card .th-btn.sm.style3.pill {
    padding: 5px 12px;
    font-size: 12px;
  }
}


.project-cover-banner .project-cover-img {
  width: 100%;
  height: auto;
  object-fit: contain; 
  border-radius: 20px;
  display: block;
}

.project-cover-banner .card {
  background-color: #fff;
  padding: 0;
}

.project-cover-banner .card .position-relative {
  overflow: visible;
}

.why-card-1.style-2.style-4 {
  height: 100%;
  min-height: 220px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-card-1__content {
  flex-grow: 1;
}

.why-card-1__bottom {
  margin-top: auto;
}

.row.gy-30.career > [class*="col-"] {
  display: flex;
}

.row.gy-30.career > [class*="col-"] > .why-card-1 {
  flex: 1;
}

.card {
        border-radius: 20px;      
        padding: 20px;         
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .btn-outline-warning {
        color: #000 !important;        
        border-color: #F47638;          
        border-radius: 50px;           
        padding: 8px 20px;             
        font-size: 15px;                 
        transition: all 0.3s ease;    
    }
    .btn-outline-warning:hover {
        background-color: #F47638;  
        color: #000 !important;   
    }

  header .sub-menu {
      position: absolute;
      z-index: 9999 !important;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
  .news-slider {
    height: 60vh !important;
  }
}

@media (max-width: 767px) {
  .news-slider {
    height: 28vh !important;
  }
}

.plot-mela-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        display: none;
        justify-content: flex-end;
        align-items: center;
        z-index: 9999;
    }

    .plot-mela-modal {
        background: #ffffff;
        width: 360px;
        max-width: 90%;
        margin-right: 20px;
        padding: 12px;
        border-radius: 14px;
        text-align: center;
        position: relative;
        animation: slideInRight 0.4s ease;
    }

    .plot-mela-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 6px;
    }

    .plot-mela-close {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: #000;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .plot-mela-close:hover {
        background: #F47638;
    }

    .plot-mela-img {
        width: 100%;
        border-radius: 10px;
        display: block;
        cursor: pointer;
    }

    .plot-mela-btn {
        margin-top: 14px;
        width: 100%;
        padding: 12px;
        background: #F47638;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

    .plot-mela-btn:hover {
        background: #F47638;
    }

    @keyframes slideInRight {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
  /* .property-details,
  .property-tabs {
      position: relative;
      z-index: 1;
  } */
