.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 5px;
  width: 90%;
  max-width: 600px;
  position: relative;
}
.close {
  position: absolute;
  right: 15px; top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #7a6967;
  cursor: pointer;
}
.close:hover {
  color: #f44336;
}
.form_heading {
  text-align: center;
  padding: 5px;
  border-bottom: 2px solid #01596b;
  margin-bottom: 20px;
}
legend {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #01596b;
}
.project-content p {
  font-size: 14px;
  font-weight: 400;
}
#yml .project-content p {
  font-size: 10px;
}
.title.text-center p {
  text-align: justify;
}
.cta-buttons {
  cursor: pointer;
}
.download-brochure-btn a.btn {
  pointer-events: none;
}
img.cat-img-fluid {
  width: 100%;
}
img.cat-img-logo {
  width: 25%;
  position: absolute;
  left: 5px;
  top: 5px;
}
#hot-props {
  text-align: center;
}
#hot-props .common-btn .btn {
  font-size: 14px;
}
#hot-props .project-content p {
  font-size: 10px;
}
#hot-props .project_status {
  font-size: 10px;
}
.desk-aminity{
  display: flex;
}
.mobi-aminity{
  display: none;
}
body {
  font-family: 'poppins';
}
header {
  background-color: #01596b;
}

a.btn.btn-banner {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: #fff;
  padding: 8px 30px;
}
a.btn.btn-banner:hover {
  color:#fff;
  background-color: #01596b;
  padding: 10px 35px;
}
.desk-detail {
    display: block;
}
.mobi-detail {
    display: none;
}
.blog-section {
  background-color: #c0e0ff;
  padding: 5%;
}
.blog-section .row .blog-item {
  --bs-gutter-x: 1rem !important;
  --bs-gutter-y: 1rem !important;
}
img.blog-img {
  width: 100%;
  height: 200px;
}
.blog-card {
  margin: 10px 0px;
}
.blog-item {
  overflow: hidden;
  box-shadow: 4px 5px 2px gainsboro;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}
.sidebar.col-md-12 {
  padding: 30px 20px;
  background-color: #00797c36;
  border-radius: 10px;
}
.bimg img {
  width: 100% !important;
  border-radius: 10px;
}
section.blog-header {
  height: 420px;
}
.hero-title {
  margin-top: 60px;
  padding-top: 120px;
}
ul.hamburger_link {
  display: flex;
  list-style: none;
  margin: 2% 5%;
}
h1.page-tite {
  color: #fff;
}
.hamburger_link li {
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
}
.hamburger_link li a {
  color: #37eb29;
}
#blog_pages {
  background-color: #c0e0ff;
  padding: 5%;
}
img.rec-blog {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.cat-txt {
  position: relative;
  bottom: 24px;
  padding: 2px 8px;
  background-color: #fff;
  border-top-right-radius: 6px;
}
.pull-left {
  float: left !important; 
}
.pull-right {
  float: right !important;  
}
.dat-txt {
  position: relative;
  bottom: 24px;
  padding: 2px 8px;
  background-color: #fff;
  border-top-left-radius: 6px;
}
.btn.enq-btn {
  background-color: burlywood;
  padding: 2px 10px;
  margin-left: 12px;
}
.btn.read--.blog_btn {
  background-color: burlywood;
  padding: 2px 10px;
  margin-right: 12px;
}
ol, ul {
  padding-left: 1rem;
}
h2.blog-title {
  font-size: 16px;
  font-weight: bold;
}
.resent_blogs .title, .resent_blogs .b-date {
  font-size: 12px;
}
.hamburger_link i.fa-solid {
  padding-right: 10px;
}
.blog_display {
  position: relative; /* Important for sticky to work correctly within the parent's flow */
}
.child-div {
  position: sticky;
  top: 75px; /* Or any other offset from the top of the viewport */
}
.child-div {
  margin-top: 15px;
}
.child-div.fixed {
  position: fixed;
  top: 0; /* Or desired fixed position */
  width: inherit; 
}
.project-image {
  height: 200px;
}
.about-develope .title {
  text-align: center;
}
img.img-fluid:hover {
  max-width: 110% !important;
}
.project-content {
  padding-top: 35px;
}
ul.side_resent {
  list-style: none;
}
.col-md-12.col-xs-12.b-date {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
#floor-card img.img-fluid:hover, .logo img.img-fluid:hover {
  max-width: 100% !important;
}
.blog_descrip {
  margin-top: 6%;
}
.project-section, .blog-section, #blog_pages {
  background-color: #f5f5f5;
}
.content {
  width: 70%;
  background-color: #00000070;
  padding: 2%;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 5px #c5c5c59c;
}
a.slide-btn {
  border-radius: 5px;
  padding: 5px 30px !important;
}






/* Custom styles for the amenity slider */
.mobi-aminity {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
    overflow: hidden; /* Ensures slides don't overflow */
}

.mobi-aminity .swiper-container {
    width: 100%;
    height: 300px; /* Adjust height based on your images/content */
}

.mobi-aminity .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9f9f9; /* Optional: light background for slides */
    padding: 20px;
    box-sizing: border-box;
}

.mobi-aminity .swiper-slide img {
    max-width: 100%;
    max-height: 200px; /* Adjust based on your images */
    object-fit: cover; /* Ensures images fit nicely without distortion */
    border-radius: 8px; /* Optional: rounded corners */
    margin-bottom: 10px;
}

.mobi-aminity .swiper-slide h2 {
    font-size: 1.2em;
    margin: 0;
    color: #333;
    font-weight: bold;
}

/* Navigation buttons styling (optional customization) */
.mobi-aminity .swiper-button-next,
.mobi-aminity .swiper-button-prev {
    color: #007bff; /* Blue color; adjust to your theme */
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px; /* Centers vertically */
}

.mobi-aminity .swiper-button-next:after,
.mobi-aminity .swiper-button-prev:after {
    font-size: 16px; /* Adjust arrow size */
}

/* Pagination bullets styling (optional) */
.mobi-aminity .swiper-pagination-bullet {
    background: #007bff; /* Blue bullets; adjust to your theme */
    opacity: 0.5;
}

.mobi-aminity .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0056b3; /* Darker blue for active */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobi-aminity .swiper-container {
    height: 250px;
  }
  
  .mobi-aminity .swiper-slide h2 {
    font-size: 1em;
  }
}







/* Custom styles for the amenity slider */
.slide-header {
    position: relative;
    width: 70%;
    /*max-width: 900px;*/
    margin: 0 auto;
    overflow: hidden; /* Ensures slides don't overflow */
}

.slide-header .swiper-container {
    width: 100%;
    /*height: 300px; */
}

.slide-header .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9f9f9; /* Optional: light background for slides */
    padding: 20px;
    box-sizing: border-box;
}

.slide-header .swiper-slide {
  width: 100% !important;
  max-height: 520px !important;
}

.slide-header .swiper-slide img {
    max-width: 100%;
    max-height: 750px; /* Adjust based on your images */
    object-fit: cover; /* Ensures images fit nicely without distortion */
    border-radius: 8px; /* Optional: rounded corners */
    margin-bottom: 10px;
}

.slide-header .swiper-slide h2 {
    font-size: 1.2em;
    margin: 0;
    color: #333;
    font-weight: bold;
}

/* Navigation buttons styling (optional customization) */
.slide-header .swiper-button-next,
.slide-header .swiper-button-prev {
    color: #007bff; /* Blue color; adjust to your theme */
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px; /* Centers vertically */
}

.slide-header .swiper-button-next:after,
.slide-header .swiper-button-prev:after {
    font-size: 16px; /* Adjust arrow size */
}

/* Pagination bullets styling (optional) */
.slide-header .swiper-pagination-bullet {
    background: #007bff; /* Blue bullets; adjust to your theme */
    opacity: 0.5;
}

.slide-header .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0056b3; /* Darker blue for active */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slide-header .swiper-container {
        height: 250px;
    }
    .slide-header {
      width: 100%;
    }
    .slide-header .swiper-slide img {
      max-height: 200px;
    }
    .slide-header .swiper-slide h2 {
        font-size: 1em;
    }
}







@media screen and (max-width: 480px) {
  #slider #slides .slide .caption  {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    padding: 25px 8%;
  }
  
  #slider #slides .slide .caption p{font-size: 100%}
}
@media only screen and (max-width:768px) {
  .contact-number {
    display: none;
  }
  .content {
    width: 90%;
  }
  ul.hamburger_link {
    display: block;
  }
  .project-image {
    height: 230px;
  }
  .button_container span {
    background: #fff !important;
  }
  #blog_pages {
    padding: 80px 15px;
  }
  .blog-section {
    padding: 80px 15px;
  }
  .desk-aminity, .desk-detail, .project-section.hot-prop {
    display: none;
  }
  .mobi-aminity{
    display: block;
  }
  /*#gallery_wrapper {
    display: flex;
  }
  .mobi-aminity .swiper-slide  {
    text-align: center;
    width: 170px !important;
    height: 230px;
  }
  .mobi-aminity .swiper-slide img  {
    width: 100% !important;
  } 
  .mobi-detail {
    display: block;
  }*/
  .swiper-pagination {
    bottom: 10px !important;
  }
  a.btn.btn-banner {
    position: absolute;
    bottom: 15%;
    right: 7%;
    background-color: #fff;
    padding: 5px 20px;
    z-index: 8;
  }
  .overlay {
    z-index: 9;
  }
  /*.slide img {
    width: 200%;
  }
  #slider {
    position: relative;
    top: 50px;
    width: 100%;
    height: 400px
  }*/
}
/*--- Start Slider animation ---*/
/*@-webkit-keyframes slider {
  0%, 25%, 100%{left: 0}
  
  30%, 55%{left: -100%}
  
  60%, 85%{left: -200%}
}

@keyframes slider {
  0%, 25%, 100%{left: 0}
  
  30%, 55%{left: -100%}
  
  60%, 85%{left: -200%}
}

@-webkit-keyframes timeline {
  0%, 30%, 60%, 100%{width: 0}
  
  25%, 55%, 85%{width: 100%}
}

@keyframes timeline {
  0%, 30%, 60%, 100%{width: 0}
  
  25%, 55%, 85%{width: 100%}
}*/