.section-padding {
  padding: 60px 20px;
}
.section-bg {
  background: #fdbb2d;
  background: linear-gradient(
    0deg,
    rgba(253, 187, 45, 1) 0%,
    rgba(255, 235, 159, 1) 100%
  );
}
.section-img {
  background: url(../images/climpek.png);
}
.section-title h3 {
  color: var(--red-color);
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.section-title h3:before {
  content: attr(data-bigletter);
  position: absolute;
  font-size: 2em;
  opacity: 0.12;
 top: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: var(--red-color);
  margin-top: 15px !important;
  margin-right: auto;
  margin-left: auto;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  animation: animborder 2s linear infinite;
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.sub-section-title {
  font-size: 22px;
  color: var(--red-color);
  font-weight: 600;
  text-align: center;
  margin: 10px 0px 30px;
  padding: 10px;
  position: relative;
}

.sub-section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: var(--red-color);
  bottom: 1px;
  left: calc(50% - 60px);
}
.header-phone {
  font-family: auto;
  padding: 10px 12px !important;
}

.every-btn {
  margin: 20px 0px 0px;
}

/*---===== Banner =====*/
#top-section .carousel-inner {
  height: 50vh;
}
#top-section .slide-btn {
  display: none;
}
.banner-contents {
  padding: 30px 0px;
  background: #ffeea9;
  background: linear-gradient(
    90deg,
    rgba(255, 238, 169, 1) 0%,
    rgba(255, 214, 107, 1) 59%,
    rgba(255, 238, 169, 1) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#projectName {
    color: #3b060a;
    font-size: 23px;
    margin-top: 5%;
}
.banner-left-content{
        display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.book {
 color: var(--red-color);
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 500;
}
.number-font {
  font-family: auto;
}
.prelaunching {
  font-size: 20px;
  font-weight: 800;
}
.offer-info-text {
  font-size: 22px;
}
.price-sub-text {
  font-weight: 700;
  font-size: 28px;
}
.banner-location {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  background: #3b060a;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}
.banner-grid {
  margin-top: 3%;
}
.banner-right-content {
  border-left: 1px solid var(--red-color);
}
/*---===== Overview =====*/
.about-left-img img {
  transition: transform 0.5s ease, filter 0.5s ease;
  transform-origin: center center;
  object-fit: cover;
  height: 100%;
}
.about-left-img img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.about-left-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.about-right-content {
  padding: 10px 0px 25px 40px;
}
.about-right-content h1 {
  font-weight: bold;
}
.about-right-content {
  text-align: justify;
}
.bottom-about-content {
  margin-top: -11%;
  position: relative;
}
.bottom-about-content .btm-left-cnt {
  background-color: #fff;
}
.bottom-about-content .btm-left-cnt h4 {
  padding-top: 30px;
  padding-left: 25px;
  text-align: left;
  font-weight: bold;
}

.about-right-content {
  padding: 10px 0px 25px 40px;
  text-align: justify;
}
.abt-rera-number {
  text-align: left;
  font-size: 15px;
  color: #353535;
  font-weight: 600;
}
.abt-points {
  padding: 0px 20px 20px 20px;
  text-align: left;
}
.abt-points p {
  margin-bottom: 0;
}
.btm-left-cnt p i {
  font-size: 14px;
  color: #fdbd32;
}

/*---===== Highlights =====*/
.highlights-row {
  margin-top: 5%;
}
.highlights-row-second {
  margin-top: 3%;
}
.card.highlights {
  text-align: center;
  overflow: visible;
  padding: 30px 0px 30px;
  border-radius: 25px;
  margin-top: 0px;
  border-top: 4px solid #495057;
  border-bottom: 4px solid #495057;
}
.card.highlights .highlights-content {
  background: #fff;
  padding: 70px 5px 10px;
  position: relative;
  border-radius: 15px;
}
.card.highlights .highlights-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;

  padding: 10px 20px;
  border: 2px solid var(--Secondary-color);
  box-shadow: 0 0 0 4px #fff, 0 0 10px -2px #000;
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---===== Table =====*/
.pricing-table {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 30px 16px 30px;
  background: #fff;
  border-radius: 45px;
  margin-top: 2rem;
}
.table > :not(caption) > * > * {
  font-size: 18px;
}
/*---===== Slogan =====*/
#image-slogan {
  padding: 60px 50px 60px 50px;
  background: #fff6de;
}
#image-slogan p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
  text-shadow: 0 0.05rem 0.1rem rgb(0 0 0 / 50%);
  padding-bottom: 0px;
  background: #edf6f569;
  color: #000;
}
/*---===== Specification =====*/
.specification-accordion-style .accordion-button {
  background: #edf6f5;
  color: var(--red-color);
  border-radius: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 0.5;
  text-decoration: none;
}
#accordionExample1 {
  margin-top: 3%;
}
.specification-accordion-style .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome"; /* ← must match the font name provided in your CSS */
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  color: #fff;
}
.specification-accordion-style .accordion-button::after {
  content: " \2b";
  font-family: "Fontawesome";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 32px;
  background: var(--red-color);
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 0px;
  border-radius: 40px;
  right: -18px;
  transition: all 0.3s ease 0s;
}
.specification-accordion-style .accordion-body ul {
  padding-left: 2rem;
}
.specification-accordion-style .accordion-body ul li {
  margin-bottom: 8px;
}
.specification-accordion-style .accordion-body ul li i {
  padding-right: 5px;
  color: var(--primary-color);
}
.specification-accordion-style .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-radius: 10px;
}
/*---===== Gallery =====*/
.gallery-img img {
  transition: transform 0.5s ease, filter 0.5s ease;
  transform-origin: center center;
  object-fit: cover;
  height: 100%;
}
.gallery-img img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.gallery-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.gallery-section {
  margin-top: 3%;
}
/*---===== Amenities =====*/
.image-accordion {
  display: flex;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.5s ease;
  cursor: pointer;
  border: 1px solid #fff;
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.panel .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 16px;
  padding: 15px 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.panel:hover {
  flex: 3;
}

.panel:hover img {
  transform: scale(1.1);
}

.panel:hover .overlay-text {
  opacity: 1;
}
.panel.active {
  flex: 3;
}

.panel.active img {
  transform: scale(1.1);
}

.panel.active .overlay-text {
  opacity: 1;
}

.amenities-section {
  margin-top: 3%;
}
/* Responsive */
@media (max-width: 768px) {
  .image-accordion {
    flex-direction: column;
    height: auto;
  }

  .panel {
    flex: none;
    height: 300px;
  }

  .panel:hover {
    flex: none;
  }
}
 #map {
            height: 600px;
            width: 100%; /* Ensures the map displays correctly */
        }
        .bouncing-marker-icon {
            font-size: 30px; /* Adjust size as needed */
            color: #ff0000; /* Default blue color */
            animation: bounce 1s infinite; /* Changed to 'bounce' animation */
            transform-origin: bottom center; /* Ensures the bounce is from the bottom */
        }
        .bouncing-marker-icon.red {
            color: red; /* Red color for specific marker (Novotel) */
        }
        /* Bounce animation */
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0); /* Start and end at original position */
            }
            40% {
                transform: translateY(-20px); /* Move up */
            }
            60% {
                transform: translateY(-10px); /* Come down a bit */
            }
        }
        
        
        
        /* Responsive */
@media (max-width: 991px) {
      [data-aos] {
      pointer-events: auto !important;
      opacity: 1 !important;
      transform: none !important;
 }
     .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .section-title h3{
        font-size: 18px;
        
        
    }
    .section-padding {
    padding: 30px 0px;
}
    .section-title{
        margin-bottom: 5%;
    }
   
    #header-logo{
            font-size: 23px !important;
    }
    
    #top-section .carousel-inner {
    height: 100%;
}
    
    .book{
            font-size: 28px;
    }
    
    .prelaunching{
           margin-top: 2%; 
    }
    
    .banner-right-content{
        border: 0px ;
    }
    .price-sub-text {
  
    font-size: 30px;
}
    
    .price-text {
    font-size: 25px;
    margin-bottom: 2%;
    }
    .banner-grid{
        margin-bottom: 3%;
    }
   
    
    .mbl-check{
        text-align: left;
    }
    
    .acceptance .text{
       color: #000;
    }
    
    
    .preRegisterBtn{
        font-size: 20px;
    }
    
    
     .about-right-content {
      padding: 0px 15px;
 }
  .bottom-about-content{
      margin-top: 0;
 }
    .card.highlights{
        margin-top: 20px;
    }
    
    #image-slogan {
    padding: 15px;}
    
    
    #image-slogan p{
        font-size: 15px;
        background: #ffeb9fc2;
    }
    
    .specification-accordion-style .accordion-button::after{
        width: 35px;
    height: 35px;
    line-height: 27px;
   right: -6px;
    }
    
    
    .footer-enquiryBtn a{
        color: #3b060a;
        font-size: 18px;
        font-weight: 800;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media (min-width: 992px) {
    
       .desktop-view{
        display: block;
    }
    .mobile-view{
        display: none;
    }
    
    
    
    
    
    
    
    
    
}


  @media only screen and (max-width:1359px) and (min-width: 1024px) {
       #header-logo{
            font-size: 17px;
        }
         .navbar-light .navbar-nav .nav-link{
           font-size: 16px !important;
        }
        .navbar-nav .call-back-section .callBackBtn{
            font-size:12px;
        }
        .navbar-light .navbar-nav .nav-link{
            padding: 0px 4px;
        }p {
    font-size: 17px;}
        .bottom-about-content {
        margin-top: -5%;
    }
    .navbar-brand  img{
        width:190px;
        
    }.offer-info-text {
    font-size: 21px;
}
.book {
    font-size: 28px;
}
  }
 @media only screen and (max-width:1550px) and (min-width: 1360px) {
     p {
    font-size: 18px;}
        #header-logo{
            font-size: 19px;
        }
        .navbar-light .navbar-nav .nav-link{
           font-size: 17px !important;
        }
        .navbar-nav .call-back-section .callBackBtn{
            font-size:13px;
        }
        .navbar-light .navbar-nav .nav-link{
            padding: 0px 6px;
        }
    }
 

.enquire-modal .form-select{

background-color: #fff !important;
}
    
    
    
    
    
    
    
    
    
