@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
* {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
    
html{
  scroll-behavior: smooth;
}

.navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
  padding: 2px !important;
}
    
.navbar-brand img {
  max-height: 50px; 
}
    
@media(max-width: 1200px){
  .navbar-brand img {
    max-height: 35px; 
  }

  .navbar {
    padding: 0.4rem 0.4rem !important; 
    text-align: center;
  }
}
  
.navbar-toggler{
  color: #000 !important;
  font-size: 1.3rem;
  font-weight: bold;
}
      
.navbar-nav {
  margin-left: auto;
}
    
.nav-link{
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
    
.nav-link:hover{
  color: #183934;
}

/*---------------------Popup Form Code-------------------*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}
  
.popup-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  max-width: 450px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
  
.close-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
  
.popup-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
  color: #003020;
  font-size: 24px;
  text-align: center;
}
  
.popup-content .labelpara {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  margin-top: 10px;
}
  
.popup-content input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
  
.popup-content .form-group {
  margin-bottom: 20px;
}
  
.input-group-prepend .input-group-text {
  background-color: #003020;
  border: 1px solid #003020;
  border-radius: 4px;
  padding: 8px;
  color: #d6a64a;
}
  
.input-group-text i {
  font-size: 1.2rem; 
}
  
.submit-button {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 16px;
  background-color: #003020;
  color: #d6a64a;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
  
.submit-button:hover {
  background-color: #d6a64a;
  color: #003020;
}
  
@media (max-width: 600px) {
  .popup-content {
    margin: 20px;
  }
}
  
@media (max-width: 450px) {
  .popup-content h2 {
    font-size: 1.2rem;
  }
}

/*-----------------Home Page section---------------*/
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel img {
  height: 100%;
  object-fit: cover;
}

#homeeCarouselMobile img,
#homeeCarouselDesktop img {
  height: 100%;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: 60% 60%;
}

.homee-section {
  background: linear-gradient(to right, #205442, #0b5641);
  display: flex;
  align-items: center;
}

.project-name {
  font-weight: 700;
  font-size: 28px;
  color: #f1be5d;
  margin-bottom: 20px;
  text-align: center;
}

.homelocation {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.headline-text {
  font-size: 26px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.price-tag {
  background: #f1be5d;
  color: #003020;
  font-size: 26px;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}

.price-tag span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  color: #003020;
}

.layout-details .layout-tag {
  color: #fff;
  padding: 10px 14px;
  font-size: 18px;
  border: 1px solid #d6a64a;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .project-name {
    font-size: 16px;
  }

  .homelocation {
    font-size: 12px;
  }

  .headline-text {
    font-size: 16px;
  }

  .price-tag {
    font-size: 18px;
  }

  .price-tag span {
    font-size: 12px;
  }

  .layout-details .layout-tag {
    font-size: 10px;
  }

  #homeeCarouselMobile img {
    height: 300px;
    object-fit: cover;
  }
}

/*---------------overview section-----------------*/
.overview-section {
  background-color: #003D2C;
  padding: 60px 20px;
  border-top: 1px solid #ffeecf;
}

.over-image {
  border-radius: 40px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  border: 1px solid #d6a64a;
}

.overview-subtitle {
  color: #d6a64a;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.overview-main-title {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.overview-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.overview-highlight {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}

@media(max-width: 768px){
  .overview-section {
    padding: 20px 1px;
  }

  .overview-subtitle {
    font-size: 1.5rem;
  }

  .overview-main-title {
    font-size: 1.4rem;
  }

  .overview-text {
    font-size: 13px;
  }

  .overview-highlight {
    font-size: 13px;
    margin-top: 5px;
  }

}

/*--------------------Project Higlights------------------*/
.project-highlights-section {
  background-color: #b89f5a;
  padding: 60px 20px;
  border-top: 1px solid #ffeecf;
}

.highlight-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.highlight-frame {
  background-color: transparent;
  border: 2px solid #8b7d4f;
  padding: 8px;
}

.highlight-box {
  background-color: #003D2C;
  padding: 40px 20px;
  height: 100%;
}

.highlight-icon {
  font-size: 32px;
  color: #ffffff;
}

.highlight-text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .highlight-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .highlight-box {
    padding: 30px 15px;
  }

  .highlight-icon {
    font-size: 28px;
  }

  .highlight-text {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .highlight-box {
    padding: 25px 12px;
  }

  .highlight-icon {
    font-size: 26px;
  }

  .highlight-text {
    font-size: 14px;
  }

  .project-highlights-section {
    padding: 20px 10px;
  }
}

@media (max-width: 575.98px) {
  .highlight-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .highlight-box {
    padding: 20px 10px;
  }

  .highlight-icon {
    font-size: 24px;
  }

  .highlight-text {
    font-size: 13px;
  }

  .highlight-frame {
    padding: 6px;
  }
}

/*-------------------Amenities Section-----------------------*/
.amenities-section {
  background: linear-gradient(to bottom, #004030, #003020);
  padding: 80px 15px;
  color: #fff;
}

.amenities-title {
  font-size: 36px;
  color: #d9a74f;
  font-weight: 700;
  margin-bottom: 20px;
}

.amenities-subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #ffffff;
}

.amenities-slider-wrapper {
  position: relative;
  padding: 0 60px;
}

.amenities-slider {
  display: flex;
  align-items: stretch;
}

.amenity-item {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 20px 10px;
  min-height: 160px;
  box-sizing: border-box;
}

.amenity-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.amenity-item p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  max-width: 110px;
}

.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #003020;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background: #d9a74f;
  color: #004030;
  transform: translateY(-50%) scale(1.1);
}

.slick-prev-custom { left: 10px; }
.slick-next-custom { right: 10px; }

@media (max-width: 768px) {
  .amenities-section {
    padding: 20px 15px;
  }

  .amenities-title {
    font-size: 1.5rem;
  }

  .amenities-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .amenity-item img {
    width: 60px;
    height: 60px;
  }
  
  .amenity-item p {
    font-size: 12px;
    max-width: 100px;
  }

  .slick-prev-custom,
  .slick-next-custom {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .amenities-slider-wrapper {
    padding: 0 40px;
  }

}

@media (max-width: 480px) {
  .amenities-slider-wrapper {
    padding: 0 30px;
  }

  .slick-prev-custom { left: 0; }
  .slick-next-custom { right: 0; }
}


/*--------------------Configuration Section-------------------*/
.configuration-section {
  position: relative;
  background: url('images/config-back.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  border-top: 1px solid #ffeecf;
}

.config-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 60px 15px;
}

.config-content {
  position: relative;
  z-index: 2;
}

.config-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.config-box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 30px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}

.config-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.config-box p {
  font-size: 20px;
  color: #1a1919;
}

.config-btn {
  background-color: #004e3a;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 2px;
  margin-top: 5px;
  text-transform: uppercase;
}

.config-btn:hover {
  background-color: #003f2e;
  color: #fff;
}

@media (max-width: 767.98px) {
  .config-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .config-box {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .config-box h4 {
    font-size: 22px;
  }

  .config-box p {
    font-size: 16px;
  }

  .config-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/*------------------------Plans Section-----------------*/
.unit-plans-section {
  background: linear-gradient(to bottom, #004030, #003020);
  padding: 40px 20px;
  border-top: 1px solid #ffeecf;
}

.unit-plans-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.unit-plans-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.unit-plan-box {
  border: 1px solid #d6a64a;
  padding: 10px;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
  background: #fff;
}

.unit-plan-box:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.unit-plan-img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: contain;
  filter: blur(2px);
}

.unit-plan-name {
  font-size: 16px;
  font-weight: 600;
  color: #183934;
  margin-top: 15px;
}

.unit-plan-btn {
  margin-top: 10px;
  padding: 8px 20px;
  background: #d9a74f;
  border: none;
  border-radius: 25px;
  color: #003020;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s ease;
}

.unit-plan-btn:hover {
  background: #b68b3f;
  color: #fff;
}

@media(max-width: 768px){
  .unit-plans-section {
    padding: 20px 5px;
  }

  .unit-plans-title {
    font-size: 1.5rem;
  }

  .unit-plans-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*-----------------Location Section--------------------*/
.location-section {
  background: #f7f0de;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.location-heading {
  text-align: center;
  margin-bottom: 40px;
}

.location-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #003020;
}

.location-subtext {
  font-size: 22px;
  color: #555;
  margin-top: 5px;
  font-weight: 500;
}

.location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  align-items: stretch;
}

.location-left,
.location-right {
  flex: 1 1 48%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.map-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.location-box {
  background: #dbbb6a;
  border: 3px solid #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #002915;
}

.location-list li i {
  margin-right: 10px;
  color: #003020;
  font-size: 16px;
}

.location-list li span {
  display: flex;
  align-items: center;
}

.location-list li strong {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 768px) {
  .location-section {
    padding: 20px 10px;
  }

  .location-container {
    flex-direction: column;
  }

  .location-left, .location-right {
    width: 100%;
  }

  .location-heading h2 {
    font-size: 24px;
  }

  .location-subtext {
    font-size: 20px;
  }

  .map-wrapper iframe {
    min-height: 300px;
  }

  .location-list li {
    font-size: 12px;
  }

  .location-list li strong {
    font-size: 12px;
  }

}

/*------------------------Contact section---------------*/
.contact-footer-section {
  background-color: #011e14;
  color: #eee;
}

.bg-dark-form {
  border-radius: 10px;
  border: 1px solid #d6a64a;
}

.form-field {
  border-radius: 6px;
  padding: 12px 15px;
  border: 1px solid #fff;
  background-color: #1b1b1b;
  color: #eee;
  font-weight: 500;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-field::placeholder {
  color: #888;
  font-weight: 400;
}

.form-field:focus {
  border-color: #d6a64a;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
  background-color: #222;
  color: #fff;
  outline: none;
}

.contact-title, .address-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.3rem;
  transition: border-color 0.3s ease;
}

.address-title{
  border-color: #d4af37;
}

.btn-cnt {
  background-color: #01513a;
  color: #fff;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 25px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  box-shadow: none;
}

.btn-cnt:hover,
.btn-cnt:focus {
  background-color: #004e3a;
  color: #fff;
  box-shadow: 0 0 10px #d6a64a;
}

.rera-title {
  font-weight: 600;
  font-size: 1.15rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.disclaimer-box {
  padding: 20px 30px;
  font-size: 16px;
  color: #d0d0d0 !important;
  border-top: 1px solid #333;
}

.privacylink {
  color: #d6a64a;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacylink:hover,
.privacylink:focus {
  color: #fff;
  text-decoration: underline;
}

.mob-text {
  color: #d6a64a !important;
}

@media (max-width: 767px) {
  .disclaimer-box {
    font-size: 13px;
  }
}

/*-----------------------------------whatsapp, phone code-----------------------*/
#desktop-view {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 9999; 
}
  
.icn {
  margin: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: zoomIcons 0.6s ease-in-out infinite; 
}
  
@keyframes zoomIcons {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
  100% {
    transform: scale(1);
  }
}
  
.icn:hover {
  animation-play-state: paused; 
}
  
@keyframes gradient {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}
  
@media(max-width: 768px){
  .icn{
    width: 20px;
    height: 20px;
  }
}
  
@media(max-width: 991px){
  #desktop-view{
    display: none;
  }
}
  
/*-------------------------mobile section contact-----------------------*/
.mob-action {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #927652;
  box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
  z-index: 1030;
}
  
.mob-action ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: space-around;
  align-items: center;
}
  
.mobile-view {
  display: none;
} 

@media (max-width: 991px) {
  .mobile-view {
    display: block;
  } 
}
  
  
 