@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Hind+Siliguri:wght@300;400;500;600;700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Playwrite+DE+Grund:wght@100..400&family=Sahitya:wght@400;700&display=swap');
* {
  font-family: "Outfit", sans-serif;
  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: 0 !important;
}
    
.navbar-brand img {
  max-height: 50px; 
}
    
@media(max-width: 1200px){
    .navbar-brand img {
        max-height: 35px; 
    }

    .navbar {
        padding: 0.2rem 0.2rem !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;
    letter-spacing: 1px;
    color: #000;
}
    
.nav-link:hover{
    color: #23500e;
}

/*---------------------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;
    color: #23500e;
    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: #23500e;
    border: 1px solid #23500e;
    border-radius: 4px;
    padding: 8px;
    color: #d4af37;
  }
  
  .input-group-text i {
    font-size: 1.2rem; 
  }
  
  .submit-button {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 8px 16px;
    background-color: #297903;
    color: #fff;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .submit-button:hover {
    background-color: #23500e;
    color: #fff;
  }
  
  @media (max-width: 600px) {
    .popup-content {
      margin: 20px;
    }
  }
  
  @media (max-width: 450px) {
    .popup-content h2 {
      font-size: 1.2rem;
    }
}

/*-----------------Home Page section---------------*/
.video-banner {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  max-width: 90%;
  z-index: 2;
}

.video-overlay-text h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.video-overlay-text .banner-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.price-box {
  display: inline-block;
  background: rgba(0,0,0,0.45);
  padding: 12px 28px;
  border-radius: 8px;
  margin-bottom: 15px;
  backdrop-filter: blur(4px);
}

.price-box p {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.home-project-highlights {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.home-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 40px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.home-highlight-item i {
  color: #ffca06;
}

.location-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.location-box i {
  color: #ffca06;
}

.location-box span {
  font-size: 20px;
  font-weight: 600;
}

.actual-view {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 11px;
  color: #fff;
}

@media (max-width: 768px){

  .video-banner{
    height:auto;
    overflow:hidden;
  }

  .banner-video{
    width:100%;
    height:50vh;
    object-fit:cover;
  }

  .video-overlay-text{
    position:static;
    transform:none;
    max-width:95%;
    margin:15px auto;
    padding:22px 14px;
    background:#f8ead9;
    border-radius:12px;
    color:#000;
  }

  .video-overlay-text h1{
    font-size:24px;
    color:#000;
    margin-bottom:8px;
  }

  .video-overlay-text .banner-subtitle{
    font-size:15px;
    color:#000;
    margin-bottom:14px;
  }

  .price-box{
    background:#23500e;
    width:100%;
    text-align:center;
    border-radius:10px;
    margin-bottom:12px;
    padding:10px;
  }

  .price-box p{
    font-size:18px;
    color:#fff;
  }

  .home-project-highlights{
    gap:8px;
    margin-top:10px;
    margin-bottom:12px;
  }

  .home-highlight-item{
    background:#fff;
    color:#000;
    border:1px solid #e6e6e6;
    font-size:12px;
    padding:7px 12px;
    border-radius:25px;
  }

  .home-highlight-item i{
    color:#23500e;
  }

  .location-box{
    background:#fff;
    padding:10px 16px;
    border:1px solid #c9a84c;
    margin-top:10px;
  }

  .location-box i{
    color:#23500e;
  }

  .location-box span{
    color:#000;
    font-size:14px;
  }

  .actual-view{
    top:calc(50vh - 20px);
    bottom:auto;
    font-size:10px;
  }
}


/*-----------------------Popup Form after every 10 sec----------------*/
.premium-modal {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  margin: 10px;
}
.premium-header {
  background: #0f2318;
  padding: 22px 22px 20px;
  position: relative;
}
.gold-line {
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin-bottom: 12px;
}
.badge-pill {
  display: inline-block;
  border: 1px solid rgba(201,168,76,0.55);
  color: #c9a84c;
  font-size: 9px;
  letter-spacing: 1.5px;
  padding: 3px 12px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.premium-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 6px;
}
.premium-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}
.premium-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: rgba(255,255,255,0.7);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.premium-close:hover { background: rgba(255,255,255,0.2); }
.premium-body {
  padding: 18px 22px 22px;
  background: #fff;
}
.gold-accent-line {
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin-bottom: 16px;
}
.input-wrap {
  position: relative;
  margin-bottom: 10px;
}
.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  pointer-events: none;
  z-index: 2;
}
.fancy-input {
  border-radius: 9px !important;
  border: 1.5px solid #e8e8e8 !important;
  padding: 11px 12px 11px 38px !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
  color: #1a1a1a !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
}
.fancy-input:focus {
  border-color: #396920 !important;
  box-shadow: 0 0 0 3px rgba(57,105,32,0.07) !important;
}
.fancy-input::placeholder { color: #c5c5c5; font-size: 12px; }
.submit-btn {
  background: #0f2318 !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 13px !important;
  border-radius: 9px !important;
  border: none !important;
  letter-spacing: 0.3px !important;
  transition: background 0.25s !important;
  margin-top: 4px;
}
.submit-btn:hover {
  background: #396920 !important;
  color: #fff !important;
}
.privacy-note {
  text-align: center;
  font-size: 10px;
  color: #ccc;
  font-family: 'Inter', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}

/*-------------------Overview Section------------------*/  
.overview-section{
  padding: 50px 20px;
  background-color: #f5ece0;
}

.overview-text {
  color: #333;
}

.overview-text .overhead {
  margin-bottom: 20px;
  color: #23500e;
  font-size: 26px;
}

.overview-text p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.overview-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px){
  .overview-section {
    padding: 20px 10px;
  }

  .overview-text .overhead {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .overview-text p {
    font-size: 15px;
    margin-bottom: 10px;
  }

}

/*---------------Highlights Section-----------------*/
.content-wrapper {
  font-family: Arial, sans-serif;
  padding: 40px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
  
.section-title-wrapper {
  flex: 0 0 20%;
  text-align: left;
  position: relative;
}
  
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
  
.title-underline {
  width: 50px;
  height: 2px;
  background-color: #23500e;
  margin-top: 5px;
}
  
.section-text {
  flex: 1;
  font-size: 18px;
  color: #555;
  max-width: 600px;
  line-height: 1.6;
}
  
.highlights-section {
  background-image: url('images/sections-bg.png'); 
  background-size: cover;
  background-position: center;
  padding: 40px;
  border-radius: 5px;
  position: relative;
}
  
.highlights-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
  
.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
  
.highlights-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
  
.checkmark {
  color: #23500e;
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .highlights-section {
    padding: 10px 10px;
  }

  .section {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrapper {
    padding: 5px 0;
  }

  .section-title-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .section-text {
    width: 100%;
  }

  .title-underline {
    display: none;
  }

  .section-title {
    font-size: 22px;
  }
}

/*---------------Amenities Section------------*/
.amenity-section {
  padding: 30px 0;
  text-align: center;
  background-image: url('images/amenities-background.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  width: 100%;
  overflow-x: hidden;
}

.amenitieshead {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 20px;
}

.amenity-card {
  margin: 20px 0;
}

.amenity-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.amenity-icon img {
  max-width: 50px;
  max-height: 50px;
}

.amenity-name {
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 991px) {
  .amenity-card {
    flex: 0 0 50%; 
    max-width: 50%;
  }
}

/*------------------Configuration Section------------*/
.configuration-section {
  position: relative;
  background-image: url('images/gallery8.webp');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #fff;
}

.configuration-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.configuration-section .container {
  position: relative;
  z-index: 2;
}

.section-heading {
  text-align: left;
  margin-bottom: 30px;
}

.config-title {
  font-size: 32px;
  color: #fff;
}

.underline {
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
}

.price-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card h3 {
  font-size: 18px;
  color: #23500e;
}

.card p {
  font-size: 16px;
  margin: 10px 0;
  color: #000;
}

.price-btn {
  background-color: #23500e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.price-btn:hover {
  background-color: #2e7a0b;
}

@media (max-width: 768px) {
  .configuration-section {
    padding: 20px 0;
  }

  .config-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .underline {
    margin: 0 auto;
  }

  .price-cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }

  .price-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .configuration-section {
    padding: 20px 0;
  }

  .config-title {
    font-size: 24px;
  }

  .card h3 {
    font-size: 16px;
  }

  .card p {
    font-size: 14px;
  }

  .price-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/*-----------------Configuration Section--------------*/
.unit-plans-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.unit-plan {
  margin-bottom: 30px;
}

.unit-plan-card {
  border: none;
  border-radius: 12px;
  border: 1px solid #7c7c7c;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unit-plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.unit-plan-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: blur(2px);
  border-bottom: 3px solid #23500e;
}

.unit-plan-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 20px 0;
  color: #333;
}

.btn-primary {
  background-color: #23500e;
  border-color: #23500e;
  padding: 8px 20px;
  font-size: 16px;
  width: 100%;
}

.btn-primary:hover {
  background-color: #297903;
  border-color: #297903;
}
@media (max-width: 768px) {
  .unit-plan-card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .section-heading {
    font-size: 1.8rem;
  }

}

/*------------Gallery Section--------------*/
.gallery-section {
  position: relative;
  background-image: url('images/gallery7.webp'); 
  background-size: cover;
  background-position: center;
}

.gallery-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 1;
}

.gallery-section .container {
  position: relative;
  z-index: 2;
}

.gallery-section .gallery-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

.gallery-section .underline {
  width: 80px;
  height: 4px;
  background-color: #fff;
  margin: 10px auto;
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #5e7155;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}


/*--------------Location Section--------------*/
.game-section .common-title {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  margin-top: 2%;
}

.location-container {
  position: relative;
  padding: 50px;
  background-color: #f1f1f1;
}

.location-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/map-bg.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
}

.inner-projects {
  position: relative;
  z-index: 2;
}

.game-section .common-title::before {
  border-bottom: 5px solid #23500e;
  width: 30%;
  bottom: -2px;
  z-index: 1;
  left: 14px;
}

.game-section .common-title::after, .common-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 1px solid #757575;
}

.location-container .lsit_li::after, .location-container .lsit_li::before {
  position: absolute;
  content: "";
  height: 2px;
  background: #769c64;
  top: -30px;
  left: 0;
  width: 100%;
}

.location-container .lsit_li::before {
  height: 28px;
  width: 3px;
  left: 30px;
}

.location-container .lsit_li {
  font-size: 19px;
  padding-bottom: 44px;
  position: relative;
}

@media (max-width: 768px) {
  .location-container {
    padding: 20px;
  }

  .common-title {
    font-size: 1.8rem;
  }

  .inner-projects .row {
    display: flex;
    flex-wrap: wrap;
  }

  .inner-projects ul, 
  .inner-projects .imgdiv {
    width: 100%;
    margin-top: 20px;
  }

  .imgdiv iframe {
    height: 300px;
  }

  .lsit_li {
    font-size: 16px;
    padding-bottom: 30px;
  }
}

/*-------------- Contact Section ---------------*/
.footer-form {
  background-color: #f1f1f1;
  padding: 60px 0;
  border-top: 1px solid #a6c498;
}

.footer-form h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.footer-form .input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.footer-form .input-group .input-group-text {
  background-color: #49653c;
  color: #ecc433;
  border: none;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-form .form-control {
  padding: 12px;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

.submit-btn {
  background-color: #23500e;
  color: #fff;
  padding: 12px 50px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}

.submit-btn:hover {
  background-color: #266409;
}

@media (max-width: 768px) {
  .footer-form .row {
    flex-direction: column;
    align-items: center;
  }

  .footer-form {
    padding: 20px 0;
  }

  .footer-form .col-md-4 {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-form {
    padding: 30px 0;
  }

  .footer-form h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .submit-btn {
    width: 100%;  
    padding: 12px 0; 
  }

}


/*------------------ Footer Section --------------*/
.footer {
  background-color: #222;
  color: #fff;
  padding: 20px 0;
}

.footer .rera-image img {
  margin-bottom: 10px;
}

.footer .disclaimer {
  font-size: 14px;
  color: #bbb;
  margin-top: 20px;
}

.footer .privacy-policy-link{
  color: #bbb;
}

@media(max-width: 768px){
  .footer{
    margin-bottom: 40px;
  }
}

/*-----------------------------------whatsapp, phone, and enquiry 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: #23500e;
    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 screen for mobile view----------------------*/
  @media (max-width: 991px) {
    .mobile-view {
      display: block;
    } 
  }
  
  
 