html {
  scroll-behavior: smooth;
}

#MainMidNavbar .navbar-nav a.nav-item{
    font-size: 13px !important;
    text-transform: uppercase;
}
#MainMidNavbar .navbar-nav a.nav-item::before{
    color:#076402 !important;
}
.btn-primary, .bg-primary{
    background-color: #0e360c !important;
    color: #fff !important;
}
.top-0{
  top: 0;
}

.no-border{
  border: none !important;
}
.left-0{
  left:0;
}
.position-absolute{
  position:absolutel
}
.position-relative{
  position:relative;
}
.font-weight-bold{
  font-weight: bold !important;
}
.service-item img{
  object-fit: cover !important;
  height: 250px !important;
}
.text-primary{
    /* color: #0e360c !important; */
    color: #005103 !important;
}
#navbarCollapse .nav-link.active{
    color: #005103 !important;
}
.navbar-light .navbar-brand img{
    max-height: 120px !important;
    width: auto;
    object-fit: contain;
}
.sticky-top.navbar-light{
    background-color: #fff !important;
}
.sticky-top.navbar-light .navbar-brand img{
    max-height: 80px !important;
}   
.owl-nav{
    display: flex;
    position: absolute;
    top: 0;
    margin-top: 60vh;
}
.header-carousel .owl-nav .owl-prev {
    right: 0 !important;
    position: absolute !important;
    margin-right: 50px !important;
}



#PropertyItem{
    background-color: #ffffff !important;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px grey;
}

.properties .item img {
  border-radius: 4px;
  padding: 0px !important;
}

.properties .item{
  padding: 0px !important;
}

.properties .item span.category {
  background-color: var(--bs-primary);
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #f35525;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
  margin-bottom: 30px;
}

.section {
    margin-top: 120px;
  }
  
  .section-heading {
    margin-bottom: 70px;
  }
  
  .section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 56px;
  }
  
  .section-heading h2 em {
    font-style: normal;
    color: #0071f8;
  }
  
  .section-heading h6 {
    color: #ee626b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .main-button a {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
  }
  
  .main-button a:hover {
    background-color: #f35525;
    color: #fff;
  }
  .text-black-cst{
    color: #000 !important;
  }
  .bg-white{
    background-color: #fff !important;
  }
  .titles-div-min{
    height: 200px;
    width: auto;
    border: 7px solid #333;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    top: 0;
    margin-top: -200px;
    z-index: 100;
  }
  .font-weight-bold{
    font-weight: bold;
  }
  .footer{
    background-color: #212121 !important;
  }
  .text-white-cst{
    color: rgb(187, 187, 187);
  }
  .header-carousel.single-page.owl-carousel .header-carousel-item{
    height: 60vh !important;
  }
  /* Container to center the button */
.scroll-down-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Scroll down button styling */
  .scroll-down-btn {
    background: transparent;
    border: 1px solid white;
    border-radius: 20%;
    width: 50px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  /* Icon styling */
  .scroll-down-btn i {
    color: white;
    font-size: 20px;
  }
  
  /* Hover effect */
  .scroll-down-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
#PropertyDevelopmentHero{
  background: url('/frontend/images/real-estate.jpg') center no-repeat;
  background-size: cover;
  min-height: 400px;
}
.number-counter{
    margin-top: 20px;
    font-size: 5em;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: draw 2s linear forwards;
    fill: none;
    stroke: rgb(14, 59, 8);
    animation-delay: 1s;
    letter-spacing: 5px;
}
@keyframes draw {
  to {
      stroke-dashoffset: 0;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
  grid-auto-rows: 300px;
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item:nth-child(2n) {
  grid-row: span 2;
}
.gallery-item:nth-child(3n) {
  grid-column: span 2;
}


/* Loader Container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00a11b, #f4f4f9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeOut 1s ease-in 2s forwards;
}
/* Loader Animation */
.loader {
  text-align: center;
  color: #222;
}
.loader h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  animation: bounce 2s infinite;
}
.loader p {
  font-size: 1.2rem;
  color: #555;
  margin-top: 10px;
  animation: fade 2s infinite alternate;
}
.min-hero-section, .min-hero-section img{
  height: 70vh;
}

.min-hero-section img{
  object-fit: cover;
}
.min-hero-section{
  position: relative;
}
.min-hero-section .min-hero-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #0300138a;
}
/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/plot.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #f35525;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #f35525;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f35525;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}
.uppercase{
  text-transform: uppercase;
}
#HeroSectionTitleForMin{
  margin-top: 130px;
}
#MainAboutBGText{
  transform: rotate(-90deg);
  /* margin-top: 200px; */
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  margin-top: 10px;
}
@media(max-width:576px){
  #MainAboutBGText{
    font-size: 50px;
    left:0;
    margin-top: 40px !important;
    margin-left: 220px !important;

  }
  #MainAboutBGText::before{
    position: absolute;
    content:'';
    width: 100px;
    height: 5px;
    background: rgb(134, 134, 134);
    
  }
  #navbarCollapse{
    padding-left: 30px;
  }
}

.about-sp{
  background-color: #0e360c;
  color: #fff;
  padding: 10px;
}
.info-table i{
  font-size: 30px;
}
#WhoWeAre .card,.card-header,.card-body{
  border-radius: 0px !important;
}
#WhoWeAre .card{
  border: 1px solid #0e360c !important;
}
#PropertyDevelopment .card{
  border-radius: 0px !important;
}
#hire .hero-section {
  background: url('/frontend/images/Cat-heavy-equipment.jpg') no-repeat center center/cover;
  height: 400px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#hire .hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
}
#hire .hero-section p {
  font-size: 1.2rem;
}

.property-card {
  border: none;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff !important;
}

.property-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.274);
}

.card-img-top img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 210px !important;
  object-fit: cover;
}
#EnquireProperty {
  background-color: #005103; /* Materialize green */
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

#EnquireProperty:hover {
  background-color: #00ce0b; /* Darker green for hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#EnquireProperty:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5); /* Focus ring */
}
.badge {
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.card-footer {
  border-top: 1px solid #e9ecef;
}

.btn-warning {
  background-color: #FFC107;
  color: #333;
  font-weight: bold;
}

.btn-warning:hover {
  background-color: #e0a800;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.property-card img {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
  width: 100%;
}
.property-card:hover img {
  filter: brightness(1);
}
.pricing p{
  color: #000;
}
/* Styling for Sold Out Badge */
.badge-sold-out {
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 300px;
  padding: 10px;
  transform: rotate(-45deg);
  text-align: center;
  display: none;
  animation: showSoldOut 0.5s forwards;
  margin-left: -70px !important;
  margin-top: 70px !important;
}

/* Animation for Sold Out Badge */
@keyframes showSoldOut {
  0% {
      opacity: 0;
      transform: rotate(-45deg) scale(0);
  }
  100% {
      opacity: 1;
      transform: rotate(-45deg) scale(1);
  }
}

/* Optional: To show the badge based on a condition */
.card-img-top.sold-out .badge-sold-out {
  display: block;
}
.property-card .card-body table td{
  font-size: 14px;
}
.bg-success-cst{
  background-color: #058d00;
}
.plot-size-cst{
  margin-bottom: -13px !important;
  border: 2px solid #fff;
  color: #ffffff !important;
}
/* Sold Out Badge (Red background) */
.badge-sold-out {
  background-color: #dc3545; /* Red for sold-out */
}

/* Available Badge (Green background) */
.available {
  background-color: #028d07; /* Green for available */
  z-index: 100;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 300px;
  padding: 10px;
  transform: rotate(-45deg);
  text-align: center;
  /* animation: showSoldOut 0.5s forwards; */
  margin-left: -70px !important;
  margin-top: 70px !important;
}

.images-holder{
  height: 230px !important;
  overflow:hidden;
}
.other-overlay{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.327);
  z-index: 10;
}
#OtherSingleHero{
  /* height: 300px !important; */
  position: relative;
}
#OtherSingleHero .card,#OtherSingleHero .col-md-4{
  padding: 0px !important;
  margin: 0px !important;
}

#services .card-image img{
  height:300px;
  width: 100%;
  object-fit: cover;
}
#services .card{
  border: none;
  box-shadow: 4px 8px 15px rgba(153, 153, 153, 0.336);
  border-radius: 0px !important;
  transition: .6s;
}
#services .card:hover{
  box-shadow: 4px 8px 15px rgba(6, 63, 1, 0.452);

}
#services .card .card-content{
  padding-top: 20px;
  padding: 15px;

}
.bg-dark-cst{
  background-color: #0b2d02;
}
#services{
  padding-top: 100px;
  padding-bottom: 100px;
}
#process{
  padding-top: 100px;
  padding-bottom: 100px;
}
#RoadServices .card{
  position: relative;
}
#RoadServices .col-md-4:hover #RoadServices .card img{
  transform: scale(1.2) !important;
}
#RoadServices .card .card-overlay{
  background: #000000ab !important;
  position:absolute;
  transition: .4s;
  top:0;
  left:0;
  z-index: 2;
  height: 100%;
  border-radius: 15px !important;
  width: 100%;
}
#RoadServices .card .card-content{
  z-index: 10;
}
#RoadServices .card .card-content h5{
  color: #fff !important;
  font-weight: bold;
}
#RoadServices .card .card-content p{
  text-align: center;
}
#RoadServices .card .card-image img{
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  transition: .5s;
}
#RoadServices .card hr{
  border: 1px dotted #fff !important;
  /* background-color: #fff !important; */
  background-color: transparent;
  width: 100px;
  height: 2px;
  opacity: 1;
}
#RoadServices .card{
  border-radius: 15px !important;
}

#RoadServices .card .card-content{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  flex-direction: column;
  height: 100%;
}
#why-us .list-group{
  border-radius: 0px !important;
}
#why-us .list-group-item{
  border-bottom: 1px dotted #ffffffcc;
}

#RoadServices .card {
  position: relative;
  overflow: hidden;
  border: none;
  transition: transform 0.3s ease-in-out;
}

#RoadServices .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#RoadServices .card-image {
  position: relative;
  overflow: hidden;
}

#RoadServices .card-image img {
  transition: transform 0.4s ease-in-out;
}

#RoadServices .card:hover .card-image img {
  transform: scale(1.1);
}

#RoadServices .card-content {
  padding: 15px;
  /* background: #fff; */
  text-align: center;
}

#RoadServices .card h5 {
  font-size: 1.2rem;
  font-weight: bold;
}


#RoadServices .card:hover .card-overlay {
  opacity: 1;
}

.custom-heading {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  /* background-color: red; */
}

.custom-heading::before,
.custom-heading::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 13px;
  background: #005a00; /* Change color if needed */
}
.text-black{
  color: #000 !important;
}

/* Bottom left angle */
.custom-heading::before {
  bottom: -10px;
  left: 0;
  transform: skewX(-30deg);
}

/* Top right angle */
.custom-heading::after {
  top: -10px;
  right: 0;
  transform: skewX(30deg);
}
#PropertyDevelopment .card .card-body i{
  padding: 4px 7px;
  border: 2px dotted rgb(1, 100, 9);
  border-radius: 50%;
}
#PropertyDevelopment .shadow-sm{
  box-shadow: 2px 4px 15px rgba(128, 128, 128, 0.377) !important;
  border: none;
  padding: 10px;
}

#PropertyDevelopment .shadow-sm p{
  color: #000;
  font-size: 15px;
}

#PropertyDevelopment .shadow-sm h5{
  font-size: 18px;
  padding-top: 20px;
}
.cst-shadow{
  box-shadow: 2px 4px 15px rgba(128, 128, 128, 0.377) !important;
}
#DevelopmentCat li{
  font-size: 16px !important;
}
#DevelopmentCat2 p, #DevelopmentCat2 li{
  font-size: 16px !important;
}
.image-container{
  position: relative;
}
.image-holder-d{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.521);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#DevelopmentCat img{
  height: 400px;
  object-fit: cover;
  transition: .6s;
}
.image-holder-d p{
  border: 1px dotted #fff;
  padding: 10px;
  border-radius: 10px;
}
#DevelopmentCat .col-md-6:hover img{
  transform: scale(1.1);
}

#DevelopmentCat2 img{
  height: 400px;
  object-fit: cover;
  transition: .6s;
}
.image-holder-d p{
  border: 1px dotted #fff;
  padding: 10px;
  border-radius: 10px;
}
#DevelopmentCat2 .col-md-6:hover img{
  transform: scale(1.1);
}

.site-img-h{
  overflow: hidden;
}
.header-title-holder{
  background-color: #005103;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.min-gallery-pic{
  height: 350px;
  object-fit: cover;
  position: relative;
  border-radius: 12px;
}

.gallery-cst .card{
  border: none !important;
}
img.cst-shadow{
  border-radius: 10px;
}
.min-gallery-pic .image-holder-d{
  border-radius: 10px;
}

.video.section{
  position: relative;
}
.overlay-md{
  background-color: #000000ab;
  top: 0;
  left:0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.video.section .section-heading.text-center{
  position: relative;
}
.border-1-dotted-grey{
  border: 2px dotted #ffffff;
  width: 250px;
  border-radius: 10px;
}

/* Ensure the carousel items are positioned correctly */
.header-carousel-item {
  position: relative;
  
  width: 100%;
  
  height: 100vh !important;
 
}

/* 
/* Style for the text and button container */
.carousel-content {

}

/* Text Styling */
.carousel-content h3 {
  position: relative;
  font-weight: 300; /* Make the heading bold */
  font-size: 2.8em; /* Adjust font size as needed */
  margin-bottom: 20px;
  color: #000000;
  font-family: 'Quicksand',sans-serif !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.242); /* Optional: add text shadow for readability */
}

.carousel-content p {
  font-size: 1.3em; /* Adjust font size as needed */
  margin-bottom: 30px;
  font-family: 'Quicksand',sans-serif !important;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.295); /* Optional: add text shadow */
}

/* Button Styling (example, adjust colors/sizes to match your brand) */
.carousel-button {
  display: inline-block; /* Allows padding and width/height */
  padding: 10px 35px;
  background-color: #00ce0b; /* Example blue, change to your primary color */
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px; /* Pill shape */
  font-size: 1.1em;
  font-weight: 600; /* Slightly bolder text for the button */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.carousel-button:hover {
  background-color: #028d07; /* Darker blue on hover */
  transform: translateY(-2px); /* Slight lift effect */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .carousel-content h3 {
      font-size: 2em;
  }
  .carousel-content p {
      font-size: 1em;
  }
  .carousel-button {
      padding: 15px 30px;
      font-size: 1em;
  }
}

@media (max-width: 480px) {
  .carousel-content h3 {
      font-size: 1.5em;
  }
  .carousel-content p {
      font-size: 0.9em;
  }
  .carousel-button {
      padding: 12px 25px;
      font-size: 0.9em;
  }
}


/* 1. Define the animation keyframes */
@keyframes popInFade {
    from {
        opacity: 0;
        transform: scale(0.95); /* Start slightly smaller */
    }
    to {
        opacity: 1;
        transform: scale(1); /* End at original size */
    }
}

/* 2. Set initial state for animated elements */
.carousel-content h3,
.carousel-content p,
.carousel-button {
    opacity: 0; /* Initially hidden */
    /* Add a slight transform for the 'pop' effect's starting point */
    transform: scale(0.95);
    /* Ensure smooth transitions for subsequent animations, e.g. on hover */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    /* Performance hint for browsers */
    will-change: opacity, transform;
}

/* 3. Apply animation when the parent slide is active (visible) */
.slick-active .carousel-content h3 {
    animation: popInFade 0.8s ease-out forwards; /* 0.8s duration, ease-out timing */
    animation-delay: 0.3s; /* Heading appears after 0.3 seconds */
}

.slick-active .carousel-content p {
    animation: popInFade 0.8s ease-out forwards;
    animation-delay: 0.6s; /* Paragraph appears after 0.6 seconds */
}

.slick-active .carousel-button {
    animation: popInFade 0.8s ease-out forwards;
    animation-delay: 0.9s; /* Button appears after 0.9 seconds */
}

/*
   NOTE: Ensure your existing CSS for .carousel-content
   (which centers the content using position: absolute and transform: translate(-50%, -50%))
   is still present and correctly defined as provided in the previous answer.
   The 'popInFade' animation applies an additional scale transform that combines
   with the existing translate transform for centering.
*/
.property-hero-hover{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background-color: rgba(0, 3, 17, 0.719);
}

.header-carousel-item img{
  height: 100vh;
  object-fit: cover;
}

.hero-left {
  background: url('/frontend/banners/banner-bg.jpeg') center center / cover no-repeat;
  min-height: 100%;
}

.hero-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
  opacity: .5;
}

.carousel-content {
  z-index: 2;
}

.floating-img{
  height: 200px;
  width: 100%;
}

.scroll-down-container {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-down-btn {
  position: relative;
  width: 40px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
  text-decoration: none;
  z-index: 99;
}

.scroll-down-btn span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim {
  0% {
      opacity: 0;
      transform: translateX(-50%) translateY(0);
  }
  50% {
      opacity: 1;
      transform: translateX(-50%) translateY(15px);
  }
  100% {
      opacity: 0;
      transform: translateX(-50%) translateY(30px);
  }
}


.quicksand-300{
  font-family: "Quicksand", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.quicksand{
  font-family: "Quicksand", sans-serif !important;
}


.bg-gradient-custom {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
}

.text-gradient {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-main {
  background: linear-gradient(135deg, #004e04, #0a5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 3px 5px rgba(0, 128, 0, 0.616);

}

.vibrant-property-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vibrant-property-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.text-gradient {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-custom {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
}

.text-gradient {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-custom {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
  transition: background 0.3s ease;
}
.footer-bg-gradient{
  background: linear-gradient(135deg, #002902, #15570c, #15570c);

}
.no-border{
  border: none !important;
}
.bg-gradient-custom:hover {
  background: linear-gradient(135deg, #058d0b, #3db759) !important;
}

.each-service img{
  height: 300px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }
}
.bg-success-dark{
  background: #073400 !important;
}
.text-success-cst{
  color: #005103;
}

.text-gradient {
  background: linear-gradient(135deg, #00ce0b, #0a5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  @media (max-width: 768px) {
  .display-5 {
      font-size: 2rem;
  }

  .fs-4 {
      font-size: 1rem;
  }
  }

.bg-light-cst{
  background: #f2f2f2;
}

.gradient-text {
  background: linear-gradient(135deg, #00ce0b, #0a5500);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-light {
  background-color: #f9fafb !important;
}
.shadow-sm {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
}
.rounded-4 {
  border-radius: 1.25rem !important;
}
.strategy .each{
  border: 1px dashed #000;
}

.strategy .each h5{
  color: #000;
}
.faq-section {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  font-family: 'Segoe UI', sans-serif;
}
.faq-title h4 {
  color: #388e3c;
  font-weight: 700;
  letter-spacing: 1px;
}
.faq-title h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2e7d32;
}
.accordion-button {
  background-color: #ffffff;
  border: none;
  font-weight: 600;
  color: #2e7d32;
  font-size: 1.1rem;
  box-shadow: none;
  transition: background 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background-color: #c8e6c9;
  color: #1b5e20;
}
.accordion-body {
  background: #ffffff;
  border-left: 4px solid #66bb6a;
  font-size: 1rem;
  color: #424242;
}
.accordion-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.faq-img {
  border-radius: 12px;
  overflow: hidden;
}

.footer-bg-gradient {
  position: relative;
  background: url('/frontend/banners/banner-bg.jpeg') center center / cover no-repeat;
  z-index: 1;
  overflow: hidden;
}

.footer-bg-gradient::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom right, rgba(19, 19, 19, 0.9), rgba(0, 20, 9, 0.7));
  z-index: 2;
}

.footer-bg-gradient > .container {
  position: relative;
  z-index: 3;
}
footer h3{
  color: #fff !important;
}
footer li a{
  font-family: 'Quicksand', sans-serif !important;
}

.hero-section {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mid-prc p{
  color: #fff;
  font-size: 22px;
}

.mid-prc h5{
  font-size: 30px;
}
.bg-cover {
  position: relative;
  background: url('/frontend/banners/banner-bg.jpeg') center no-repeat !important;
}
.overlay {
  background-color: rgba(0, 19, 0, 0.6) !important;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.timeline-dot {
  width: 20px;
  height: 20px;
  background: #28a745;
  border-radius: 50%;
}
.timeline-line {
  width: 3px;
  background: #28a745;
  height: 100%;
}

.hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom right, rgba(15, 15, 15, 0.938), rgba(0, 7, 0, 0.7));
  z-index: 1;
}

.hero-section .z-2 {
  position: relative;
  z-index: 2;
}

.text-gradient {
  background: linear-gradient(90deg, #90ee90, #006400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-custom {
  background: linear-gradient(to right, #228B22, #006400);
  border: none;
}

/* 
    body {
        font-family: 'Poppins', sans-serif;
        background-color: #f8f9fa;
    }

    .hero-section {
        padding: 50px 0;
        background-color: #ffffff;
    } */
.title-handover img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.title-handover .col-md-4{
  margin-bottom: 20px;
  
}

#DiscoverProperties img{
  height:250px;
  width: 100%;
  object-fit: cover;
}

.whatsapp-chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border-radius: 50%;
    z-index: 9999;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(18, 140, 126, 0.4);
  }

  .whatsapp-chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(18, 140, 126, 0.6);
    text-decoration: none;
    color: white;
  }

  .whatsapp-chat-button i {
    animation: pulse 2.5s infinite;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
  }

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border-radius: 50px;
    padding: 0 20px 0 10px;
    height: 60px;
    font-size: 16px;
    z-index: 10000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(18, 140, 126, 0.4);
  }

  .whatsapp-float:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(18, 140, 126, 0.6);
    text-decoration: none;
    color: white;
  }

  .whatsapp-icon {
    background-color: white;
    color: #128C7E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 10px;
    transition: background 0.3s;
  }

  .whatsapp-float:hover .whatsapp-icon {
    background-color: #e6f9f1;
  }

  .whatsapp-text {
    font-weight: 600;
  }

  @media (max-width: 576px) {
    .whatsapp-text {
      display: none;
    }
    .whatsapp-float {
      border-radius: 50%;
      padding: 0;
      width: 60px;
      justify-content: center;
    }
  }