/* Regular */
@font-face {
  font-family: "Regan";
  src: url("./fonts/The\ Northern\ Block\ -\ Regan-Black.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Regan";
  src: url("./fonts/The\ Northern\ Block\ -\ Regan-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Regan";
  src: url("./fonts/The\ Northern\ Block\ -\ Regan-DemiBoldItalic.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: "Regan";
  src: url("./fonts/The\ Northern\ Block\ -\ Regan-ExtraBold.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Regan", sans-serif !important;
  line-height: 1.6;
  /* overflow: hidden; */
  background-color: #103c3b;
  scroll-behavior: smooth;
}

/* Navbar Base */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0d3a39;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Expanded Navbar (when scrolling up) */
.navbar.expanded {
  padding: 25px 50px;
}

/* Logo */
.logo {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 1001;
}

/* Menu Container */
.menu {
  display: flex;
  gap: 30px;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
  padding: 5px 0;
  text-align: center;
}

.menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #69bc8a;
  transition: width 0.3s ease;
}

.menu a:hover::after {
  width: 100%;
}

.menu a:hover {
  color: #ffffff;
}

/* Button */
.btn {
  background-color: #69bc8a;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  background-color: #69bc8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #69bc8a46;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1001;
  gap: 5px;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
  border-radius: 3px;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Demo Content */
.demo-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  color: #0d3a39;
}

.demo-section:nth-child(even) {
  background-color: #f5f5f5;
}

/* Tablet Responsive (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 15px 30px;
  }

  .navbar.expanded {
    padding: 20px 30px;
  }

  .menu {
    gap: 20px;
  }

  .menu a {
    font-size: 14px;
  }

  .btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  .logo {
    font-size: 22px;
  }
}

/* Mobile Responsive (below 768px) */
@media screen and (max-width: 768px) {
  .navbar {
    padding: 15px 20px;
  }

  .navbar.expanded {
    padding: 25px 45px;
  }

  .hamburger {
    display: flex;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #0d3a39;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: right 0.4s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  }

  .menu.active {
    right: 0;
  }

  .menu a {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
  }

  .btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  .logo {
    font-size: 20px;
  }
}

/* Small Mobile (below 480px) */
@media screen and (max-width: 480px) {
  .navbar {
    padding: 20px 45px;
  }

  .logo {
    font-size: 18px;
  }

  .menu {
    width: 100%;
  }

  .btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .hamburger span {
    width: 25px;
  }
}

/* hero section */

.slider-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.slider-container-main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*background-image: url(./Website-Villa-Offer-Landing-page/Website-Villa-Offer-Creative-Desktop.jpg);*/
  background-image: url(./Tver_Web.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4rem;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4rem;
}

.slide1-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./images/Website\ Villa\ Offer\ Creative\ 628.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./images/Website\ Villa\ Offer\ Creative\ 628.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  margin-top: 4rem;
}

.content-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  flex: 1;
  color: white;
}

.hero-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.btn {
  padding: 0.875rem 1.5rem !important;
  border: none;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary {
  background-color: #69bc8a;
  color: white;
}

.btn-primary:hover {
  background-color: #69bc8a;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.property-badges {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.badge i {
  color: #4ade80;
  font-size: 1.1rem;
}

.badge strong {
  color: #69bc8a;
  font-size: 1.2rem;
}

.form-container {
  flex: 0 0 400px;
  background: rgba(0, 50, 50, 0.95);
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.consultation-form h3 {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #69bc8a;
  background: rgba(255, 255, 255, 0.15);
}

.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b5cf6;
  font-size: 1.1rem;
}

.phone-input {
  display: flex;
  gap: 0.5rem;
}

.country-code {
  flex: 0 0 100px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  cursor: pointer;
  line-height: 1.4;
}

.checkbox-group input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin-right: 0.75rem;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.checkbox-group input[type="checkbox"]:checked + .checkmark {
  background-color: #69bc8a;
  border-color: #69bc8a;
}

.checkbox-group input[type="checkbox"]:checked + .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-form {
  width: 100%;
  background-color: #69bc8a;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.btn-form:hover {
  background-color: #69bc8a;
}

.form-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  text-align: center;
  margin: 0;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.nav-arrow:hover {
  background: #69bc8abe;
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow-left {
  left: 2rem;
}

.nav-arrow-right {
  right: 2rem;
}

.slide-indicators {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #69bc8a;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .content-wrapper {
    gap: 2rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .form-container {
    flex: 0 0 350px;
  }
}

@media (max-width: 968px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .hero-content {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .form-container {
    flex: none;
    width: 100%;
    max-width: 400px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .slide-content {
    padding: 2rem 1rem;
    overflow-y: auto;
  }

  .nav-arrow-left {
    left: 1rem;
  }

  .nav-arrow-right {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
  }

  .property-badges {
    justify-content: center;
    gap: 1rem;
  }

  .badge {
    font-size: 0.85rem;
  }

  .form-container {
    padding: 1.5rem;
  }

  .nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .slide-content {
    padding: 1rem 0.75rem;
  }

  .hero-title {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    /* width: 280px; */
    max-width: 100%;
    background-color: #69bc8a;
  }

  .property-badges {
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }

  .form-container {
    padding: 1.25rem;
  }

  .phone-input {
    flex-direction: column;
  }

  .country-code {
    flex: none;
  }

  .nav-arrow-left {
    left: 0.5rem;
  }

  .nav-arrow-right {
    right: 0.5rem;
  }

  .slide-indicators {
    bottom: 1rem;
  }
}

@media (max-height: 600px) {
  .slide-content {
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .form-container {
    padding: 1rem;
  }
}
.prop-main-section {
  /* background: linear-gradient(135deg, #1a3e3e 0%, #0f1419 100%); */
  background-color: #103c3b;
  padding: 60px 20px 40px;
  min-height: 100vh;
}

.prop-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Toggle Buttons at Top */
.prop-toggle-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.prop-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prop-toggle-btn.prop-active {
  background: linear-gradient(135deg, #69bc8a 0%, #69bc8a 100%);
  color: white;
  border-color: #69bc8a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #69bc8a57;
}

.prop-toggle-btn:hover:not(.prop-active) {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Content Section */
.prop-content {
  text-align: center;
}

.prop-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.prop-main-title {
  font-size: clamp(2.5rem, 6vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prop-description {
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto 60px;
}

.prop-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.prop-feature {
  text-align: center;
}

.prop-feature-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.prop-feature-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.prop-feature-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #69bc8a;
}

.prop-view-btn {
  background: linear-gradient(135deg, #69bc8a 0%, #69bc8a 100%);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(201, 169, 110, 0.3);
  margin-bottom: 40px;
}

.prop-view-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201, 169, 110, 0.4);
}

/* Expanded Details Grid */
.prop-details-section {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.prop-details-section.prop-active {
  display: block;
  opacity: 1;
}

.prop-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.prop-details-grid-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.prop-detail-item {
  text-align: center;
}

.prop-detail-category {
  font-size: 14px;
  color: #c9a96e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 600;
}

.prop-detail-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #c9a96e;
}

.prop-detail-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .prop-toggle-buttons {
    /* flex-direction: column; */
    align-items: center;
  }

  .prop-toggle-btn {
    width: 200px;
    font-size: 0.9rem;
  }

  .prop-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .prop-details-grid,
  .prop-details-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .prop-features-grid,
  .prop-details-grid,
  .prop-details-grid-bottom {
    /* grid-template-columns: 1fr; */
    gap: 20px;
  }
}

/* Fade animation */
@keyframes propFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prop-content {
  animation: propFadeIn 0.6s ease;
}

/* galary section */
/* gallery section unique styles */
.gallery-interior-showcase {
  max-width: 1400px;
  margin: 4rem auto;
}

.gallery-showcase-header {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-showcase-title {
  color: white;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gallery-face-toggle {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 6px;
  gap: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-top: 3rem;
}

.gallery-face-btn {
  padding: 16px 36px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.gallery-face-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s;
}

.gallery-face-btn:hover::before {
  left: 100%;
}

.gallery-face-btn.gallery-active {
  background: linear-gradient(135deg, #69bc8a, #69bc8a);
  color: white;
  box-shadow: 0 8px 25px #69bc8a65;
}

.gallery-face-btn:not(.gallery-active) {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.gallery-face-btn:not(.gallery-active):hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  transform: translateY(-1px);
}

.gallery-carousel-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.gallery-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.gallery-carousel-slide {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}

.gallery-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.gallery-carousel-slide:hover .gallery-slide-image {
  transform: scale(1.05);
}

.gallery-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(44, 85, 48, 0.3) 0%,
    transparent 50%,
    rgba(212, 147, 62, 0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}

.gallery-carousel-slide:hover .gallery-slide-overlay {
  opacity: 1;
}

.gallery-slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: white;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-carousel-slide:hover .gallery-slide-content {
  transform: translateY(0);
  opacity: 1;
}

.gallery-slide-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.gallery-slide-description {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 600px;
}

.gallery-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #103c3b;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-carousel-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.gallery-carousel-nav.gallery-prev {
  left: 30px;
}

.gallery-carousel-nav.gallery-next {
  right: 30px;
}

.gallery-carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.gallery-pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.gallery-pagination-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-pagination-dot:hover::before {
  opacity: 1;
}

.gallery-pagination-dot.gallery-active {
  background: #69bc8a;
  transform: scale(1.3);
  box-shadow: 0 4px 12px rgba(212, 147, 62, 0.4);
}

.gallery-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #69bc8a, #69bc8a);
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0 2px 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-showcase-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .gallery-face-toggle {
    flex-wrap: wrap;
    width: fit-content;
  }

  .gallery-carousel-container {
    height: 350px;
    margin: 0 -20px;
    border-radius: 0;
  }

  .gallery-slide-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .gallery-slide-title {
    font-size: 1.8rem;
  }

  .gallery-slide-description {
    font-size: 1rem;
  }

  .gallery-carousel-nav {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .gallery-carousel-nav.gallery-prev {
    left: 15px;
  }

  .gallery-carousel-nav.gallery-next {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .gallery-showcase-title {
    font-size: 2rem;
  }

  .gallery-carousel-container {
    height: 300px;
  }

  .gallery-slide-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .gallery-face-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Animation for slide transitions */
@keyframes gallerySlideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes gallerySlideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.gallery-slide-enter-right {
  animation: gallerySlideInFromRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-slide-enter-left {
  animation: gallerySlideInFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* masterplan section */

.mp-container {
  max-width: 1400px;
  margin: 0 auto;
}

.mp-header {
  text-align: center;
  margin-bottom: 50px;
}

.mp-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.mp-toggle-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.mp-toggle-btn {
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.mp-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.mp-toggle-btn.mp-active {
  background: #ffffff;
  color: #0a3d3d;
  border-color: #ffffff;
}

.mp-content {
  position: relative;
}

.mp-plan-view {
  display: none;
  animation: mpFadeIn 0.5s ease-in-out;
}

.mp-plan-view.mp-active {
  display: block;
}

@keyframes mpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mp-image-container {
  width: 100%;
  /* margin-bottom: 60px; */
  background-image: url(./images/master\ plan.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mp-image {
  width: 100%;
  height: 70vh;
  display: block;
  background-color: #00000019;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mp-points-section {
  padding: 0 20px;
}

.mp-points-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.mp-point-item {
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 10px;
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.mp-point-number {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.mp-point-name {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .mp-points-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 40px 15px;
  }

  .mp-title {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }

  .mp-toggle-btn {
    padding: 10px 30px;
    font-size: 0.95rem;
  }

  .mp-image-container {
    margin-bottom: 40px;
  }

  .mp-points-section {
    padding: 0 10px;
    display: none;
  }

  .mp-points-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mp-point-number {
    font-size: 1rem;
  }

  .mp-point-name {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .mp-toggle-buttons {
    gap: 10px;
  }

  .mp-toggle-btn {
    padding: 8px 24px;
    font-size: 0.9rem;
  }

  .mp-points-grid {
    gap: 12px;
  }

  .mp-point-item {
    padding: 12px 16px;
  }

  .mp-point-number {
    font-size: 0.95rem;
  }

  .mp-point-name {
    font-size: 0.9rem;
  }
}
/* floor plan style */

.floor-plans-container {
  max-width: 1200px;
  margin: 0 auto;
  /* background: rgba(255, 255, 255, 0.05); */
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 5rem 0px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.discover-badge {
  text-align: center;
  margin-bottom: 20px;
}

.discover-badge span {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-title {
  text-align: center;
  color: white;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.facing-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 3rem;
}

.facing-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.facing-btn.active {
  background: #69bc8a;
  color: white;
  box-shadow: 0 5px 15px #69bc8a4c;
}

.facing-btn:not(.active) {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.facing-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.floor-plan-slider-container {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.floor-plan-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.floor-plan-slider {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.floor-plan-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 0 10px;
}

.floor-plan-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  flex: 1;
  max-width: 280px;
}

.floor-plan-card:hover {
  transform: translateY(-10px);
}

.floor-plan-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.floor-plan-image:hover {
  transform: scale(1.05);
}

.floor-plan-info {
  padding: 20px;
  text-align: center;
}

.floor-plan-title {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.floor-plan-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #103c3b;
  transition: all 0.3s ease;
  z-index: 10;
}

.floor-plan-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.floor-plan-nav.prev {
  left: 0px;
}

.floor-plan-nav.next {
  right: 0px;
}

.home-selection {
  text-align: center;
  margin-bottom: 40px;
}

.selection-title {
  color: white;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.pricing-table {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.table-header {
  background: linear-gradient(135deg, #103c3b, #3a6b3f);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  border-bottom: 1px solid rgba(44, 85, 48, 0.1);
  transition: background-color 0.3s ease;
}

.table-row:hover {
  background-color: rgba(44, 85, 48, 0.05);
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  color: #103c3b;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.get-pricing-btn {
  background: linear-gradient(135deg, #69bc8a, #69bc8a);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px #69bc8a42;
}

.get-pricing-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 147, 62, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .floor-plans-container {
    padding: 20px;
  }

  .main-title {
    font-size: 2rem;
  }

  .selection-title {
    font-size: 1.5rem;
  }

  .facing-buttons {
    /* flex-direction: column; */
    align-items: center;
  }

  .floor-plan-slide {
    flex-direction: column;
    gap: 15px;
  }

  .floor-plan-card {
    max-width: 100%;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .table-header div,
  .table-cell {
    padding: 10px;
    border-bottom: 1px solid rgba(44, 85, 48, 0.1);
  }

  .floor-plan-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 1.8rem;
  }

  .floor-plans-container {
    padding: 15px;
  }

  .floor-plan-slider-container {
    padding: 15px;
  }
}

/* Slide indicators */
.floor-plan-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.floor-plan-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.floor-plan-indicator.active {
  background: #69bc8a;
  transform: scale(1.2);
}

/* location advantages */
.la-location-advantages {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
}

.la-section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.la-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
  margin-top: 3rem;
}

.la-map-container {
  background: transparent;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  height: 100%;
  width: 100%;
  /* background-image: url(./images/Location\ map.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.la-map-image {
  width: 100%;
  /* height: 320px; */
  display: block;
  object-fit: cover;
  /* background: linear-gradient(135deg, #e8f4fd 0%, #b8e6b8 100%); */
}

.la-map-info {
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.la-map-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 6px;
}

.la-map-address {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-bottom: 12px;
}

.la-view-map-btn {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 12px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.la-view-map-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.la-amenities-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.la-amenity-section {
  background: white;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.la-amenity-section:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.la-amenity-section:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.la-amenity-header {
  background: #69bc8a;
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

.la-amenity-header:hover {
  background: #69bc8a;
}

.la-amenity-header.la-active {
  background: linear-gradient(135deg, #69bc8a 0%, #69bc8a 100%);
}

.la-amenity-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.la-dropdown-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.la-dropdown-icon.la-rotated {
  transform: rotate(180deg);
}

.la-amenity-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: #fafafa;
  opacity: 0;
}

.la-amenity-content.la-active {
  max-height: 400px;
  opacity: 1;
}

.la-amenity-list {
  padding: 15px;
}

.la-amenity-item {
  padding: 8px 0;
  color: #000;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transform: translateX(0);
  opacity: 0;
  animation: none;
}

.la-amenity-item:last-child {
  border-bottom: none;
}

.la-amenity-item:hover {
  color: #000;
  transform: translateX(5px);
}

.la-amenity-content.la-active .la-amenity-item {
  opacity: 1;
  animation: la-slideInLeft 0.3s ease forwards;
}

.la-amenity-content.la-active .la-amenity-item:nth-child(1) {
  animation-delay: 0.05s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(2) {
  animation-delay: 0.1s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(3) {
  animation-delay: 0.15s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(4) {
  animation-delay: 0.2s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(5) {
  animation-delay: 0.25s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(6) {
  animation-delay: 0.3s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(7) {
  animation-delay: 0.35s;
}
.la-amenity-content.la-active .la-amenity-item:nth-child(8) {
  animation-delay: 0.4s;
}

@keyframes la-slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .la-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .la-location-advantages {
    padding: 20px 15px;
  }

  .la-section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .la-amenity-header {
    padding: 12px 15px;
  }

  .la-amenity-title {
    font-size: 0.9rem;
  }

  .la-amenity-list {
    padding: 15px;
  }

  .la-map-info {
    padding: 12px;
  }

  .la-map-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .la-section-title {
    font-size: 1.3rem;
  }

  .la-amenity-header {
    padding: 10px 12px;
  }

  .la-amenity-list {
    padding: 12px;
  }

  .la-map-info {
    padding: 10px;
  }

  .la-map-image {
    height: 180px;
  }
}

/* booking coding */
/* booking style unique */

.booking-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 0;
}
.booking-header-section {
  text-align: center;
  margin-bottom: 40px;
}
.booking-property-toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 3rem;
}
.booking-toggle-btn {
  padding: 10px 30px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.booking-toggle-btn.active {
  background: #69bc8a;
  border-color: #69bc8a;
  color: #2c5f5a;
}
.booking-toggle-btn:hover {
  background: rgba(200, 152, 107, 0.2);
  border-color: #ffffff;
}
.booking-main-title {
  font-size: 3.3rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.booking-property-section {
  display: none;
}
.booking-property-section.active {
  display: block;
}
.booking-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: booking-slideIn 0.6s ease-out;
}
@keyframes booking-slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.booking-map-section {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.booking-map-container {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 15px;
}
.booking-form-section {
  padding: 20px;
}
.booking-location-badge {
  display: inline-block;
  background: linear-gradient(135deg, #69bc8a 0%, #69bc8a 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.booking-form-group {
  margin-bottom: 25px;
}
.booking-form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
}
.booking-form-input {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}
.booking-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.booking-form-input:focus {
  outline: none;
  border-color: #69bc8a;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(200, 152, 107, 0.3);
}
.booking-phone-group {
  display: flex;
  gap: 10px;
}
.booking-country-code {
  width: 120px;
  flex-shrink: 0;
}
.booking-date-time-group {
  display: flex;
  gap: 15px;
}
.booking-date-input,
.booking-time-input {
  flex: 1;
}
.booking-submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #69bc8a 0%, #69bc8a 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px #69bc8a56;
}
.booking-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px #69bc8a3f;
}
.booking-submit-btn:active {
  transform: translateY(0);
}
.booking-success-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.booking-success-popup.show {
  opacity: 1;
  transform: translateX(0);
}
.booking-success-popup .booking-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-left: 15px;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .booking-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }
  .booking-main-title {
    font-size: 36px;
  }
  .booking-property-toggle {
    /* flex-direction: column; */
    align-items: center;
  }
  .booking-toggle-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
  .booking-date-time-group {
    flex-direction: column;
  }
  .booking-phone-group {
    flex-direction: column;
  }
  .booking-country-code {
    width: 100%;
  }
}
/* Custom calendar styling */
input[type="date"] {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2369BC8A' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 50px;
}
input[type="time"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2369BC8A' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12,6 12,12 16,14'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 50px;
}

/* Mobile Responsive for Pricing Table */
@media (max-width: 768px) {
  .pricing-table {
    border-radius: 12px;
    overflow: visible;
  }

  .table-header {
    display: none;
  }

  .table-row {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid rgba(44, 85, 48, 0.2);
    background: white;
  }

  .table-row:last-child {
    margin-bottom: 0;
  }

  .table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(44, 85, 48, 0.1);
    text-align: left;
  }

  .table-cell:last-child {
    border-bottom: none;
  }

  .table-cell::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: uppercase;
    color: #103c3b;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .selection-title {
    font-size: 1.5rem;
  }

  .get-pricing-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .selection-title {
    font-size: 1.3rem;
  }

  .table-cell {
    font-size: 0.9rem;
  }
}

.special-icons {
  height: 55px;
  width: 55px;
}
.logo-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.logo {
  height: 50px;
  width: 50px;
}
.logo-long {
  height: 60px;
  width: 150px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  display: flex;
  opacity: 1;
}

/* Popup Container */
.popup-container {
  background: rgba(0, 50, 50, 0.95);
  padding: 2.5rem;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.popup-overlay.active .popup-container {
  transform: scale(1);
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close:hover {
  background: #69bc8a;
  transform: rotate(90deg);
}

/* Popup Form Styling */
.popup-form h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.popup-form .form-group {
  margin-bottom: 1.2rem;
}

.popup-form .form-group input,
.popup-form .form-group select {
  width: 100%;
  padding: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.popup-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-form .form-group input:focus,
.popup-form .form-group select:focus {
  outline: none;
  border-color: #69bc8a;
  background: rgba(255, 255, 255, 0.15);
}

.popup-form .phone-input {
  display: flex;
  gap: 0.5rem;
}

.popup-form .country-code {
  flex: 0 0 100px;
}

.popup-form .checkbox-group {
  margin-bottom: 1.5rem;
}

.popup-form .btn-form {
  width: 100%;
  background-color: #69bc8a;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-form .btn-form:hover {
  background-color: #69bc8a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #69bc8a;
}

@media (max-width: 768px) {
  .popup-container {
    padding: 2rem;
  }

  .popup-form h3 {
    font-size: 1.3rem;
  }

  .popup-form .phone-input {
    flex-direction: column;
  }

  .popup-form .country-code {
    flex: none;
    width: 100%;
  }
  .mp-image {
    height: 40vh;
  }
  .slide1-bg {
    background-image: url(./Website-Villa-Offer-Landing-page/Website-Villa\ -Offer-Creative-Mobile-View.jpg);
  }
  .slide2-bg {
    background-image: url(./Website-Villa-Offer-Landing-page/Website-Villa\ -Offer-Creative-Mobile-View.jpg);
  }
  .slide-background {
    margin-top: 0rem;
  }
  .hero-title {
    background-color: #00000069;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 0.5rem;
  }
  .hero-subtitle {
    background-color: #00000069;
    backdrop-filter: blur(10px);
    border-radius: 10px;
  }
}

.overiew-section {
  width: 100%;
  background-color: #103c3b;
  padding: 4rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.property-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.hero-title {
  text-align: center;
}
.hero-subtitle {
  text-align: center;
}
.overiew-title {
  /* background-color: #fff; */
  width: auto;
}

.amenities-section {
  /* max-width: 1400px; */
  margin: 0 auto;
  /* background: white; */
  /* border-radius: 20px; */
  /* padding: 60px 40px; */
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

.amenities-header {
  text-align: center;
  margin-bottom: 50px;
}

.amenities-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.amenities-subtitle {
  font-size: 1.5rem;
  color: #69bc8a;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.6;
}

.phase-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 3rem;
}

.phase-btn {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: 0.5px solid #ffffff;
  background: #103c3b;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.phase-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(16, 60, 59, 0.3);
}

.phase-btn.active {
  background: #69bc8a;
  color: white;
  border: none;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* gap: 40px; */
  padding: 20px;
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amenity-item span{
  color: #69bc8a;
}

.amenity-item:hover {
  background: linear-gradient(
    135deg,
    rgba(16, 60, 59, 0.1),
    rgba(212, 147, 62, 0.1)
  );
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.amenity-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.amenity-item:hover .amenity-icon {
  transform: scale(1.1);
}

.amenity-name {
  font-size: 1rem;
  font-weight: 400;
  color: #69bc8a;
  line-height: 1.4;
  margin-top: 1rem;
}

.phase-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.phase-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .amenities-section {
    padding: 40px 20px;
  }

  .amenities-title {
    font-size: 2rem;
  }

  .amenities-subtitle {
    font-size: 1.2rem;
  }

  .phase-btn {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
  }

  .amenity-icon {
    width: 60px;
    height: 60px;
  }

  .amenity-name {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .amenities-title {
    font-size: 1.5rem;
  }

  .amenities-subtitle {
    font-size: 1rem;
  }

  .phase-buttons {
    gap: 10px;
  }

  .phase-btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .amenity-item {
    padding: 15px;
  }
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* height: 100vh; */
  overflow: hidden;
  /* margin: 4rem auto; */
  margin-top: 2rem;
}

.left-section {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  color: white;
  /* height: 100vh; */
  overflow: hidden;
}

.title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
  opacity: 0.95;
  line-height: 1.6;
  font-weight: 300;
}

.amenities-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.3); */
}

.marquee-container {
  background: rgba(255, 255, 255, 0.1);
  /* padding: 15px 0; */
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.marquee {
  display: flex;
  animation: scroll 40s linear infinite;
  white-space: nowrap;
}

.amenity-item {
  display: inline-flex;
  align-items: center;
  /* margin: 0 20px; */
  font-size: 0.75rem;
  font-weight: 400;
}

.amenity-item i {
  font-size: 1rem;
  margin-right: 6px;
  color: #ffffff;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}

.right-section {
  position: relative;
  overflow: hidden;
  background: #000;
  /* height: 100vh; */
}

.right-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 40px;
  background-color: #103c3b;
}

@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
  }

  .left-section {
    padding: 40px 30px;
  }

  .title {
    font-size: 2.5rem;
  }

  .right-section {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .left-section {
    padding: 30px 25px;
  }

  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .amenities-title {
    font-size: 1.3rem;
  }

  .amenity-item {
    font-size: 0.85rem;
    margin: 0 20px;
  }

  .amenity-item i {
    font-size: 1.2rem;
  }

  .right-section {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 1.6rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .amenities-title {
    font-size: 1.1rem;
  }

  .amenity-item {
    font-size: 0.75rem;
    margin: 0 15px;
  }

  .right-section {
    min-height: 300px;
  }
}

.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.footer {
  /* background: #ffffff; */
  /* border: 1px solid #d0d0d0; */
  /* border-radius: 4px; */
  padding: 20px 30px;
  /* max-width: 1400px; */
  margin: 0 auto;
  color: white;
}

.footer-container {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  gap: 40px;
  align-items: start;
}

/* Left Section - Logo & Address */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-logo {
  margin-bottom: 8px;
}

.logo-title {
  font-size: 20px;
  font-weight: 400;
  color: #2d5016;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.logo-subtitle {
  font-size: 14px;
  color: #6b8e4e;
  font-style: italic;
  margin-top: 2px;
}

.address {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 1rem;
}

/* Center Section - Disclaimer */
.footer-center {
  /* border-left: 1px solid #e0e0e0; */
  /* border-right: 1px solid #e0e0e0; */
  padding: 0 30px;
}

.disclaimer-title {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 12px;
}

.disclaimer-text {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #ffffff;
  text-align: justify;
  margin-bottom: 12px;
  font-weight: 400;
  margin-top: 2rem;
}

.rera-info {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #ffffff;
}

.rera-phase {
  margin-bottom: 6px;
}

.rera-phase strong {
  font-weight: 400;
  color: #69bc8a;
}

/* Right Section - Logos */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.logos-container {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.credai-logo {
  width: 80px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #c41e3a;
}

.company-logo {
  width: 100px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #1a5f7a;
}

.rera-numbers {
  font-size: 8px;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  width: 100%;
}

.rera-numbers div {
  margin-bottom: 4px;
  font-size: 0.6rem;
  color: white;
}

.rera-numbers strong {
  font-weight: 400;
  color: #69bc8a;
}

/* Website Link */
.website-link {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

/* Responsive */
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-center {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 15px;
  }

  .logos-container {
    flex-direction: column;
    gap: 10px;
  }
}

/* ============================================
   MOBILE RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Tablets and Small Laptops (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 15px 30px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .prop-toggle-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .mp-image {
    height: 50vh;
  }
}

/* Mobile Landscape and Portrait (max-width: 768px) */
@media screen and (max-width: 768px) {
  /* Navbar */
  .navbar {
    padding: 12px 20px;
  }

  .logo-wrapper {
    gap: 1rem;
  }

  .logo {
    height: 40px;
    width: 40px;
  }

  .logo-long {
    height: 40px;
    width: 80px;
  }

  /* Hero Section */
  .slider-container-main {
    height: auto;
    min-height: 70vh;
    margin-top: 3.5rem;
  }

  .overiew-section {
    padding: 3rem 1.5rem;
  }

  .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }

  .btn {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px !important;
    font-size: 0.85rem;
  }

  .property-badges {
    flex-direction: column;
    gap: 0.8rem;
  }

  /* Property Toggle Section */
  .prop-main-section {
    padding: 40px 15px;
  }

  .prop-toggle-buttons {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 40px;
  }

  .prop-toggle-btn {
    padding: 10px 20px;
    font-size: 13px;
    width: auto;
  }

  .prop-main-title {
    font-size: 2rem;
  }

  .prop-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .prop-details-grid,
  .prop-details-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Master Plan */
  .mp-container {
    padding: 0 15px;
  }

  .mp-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .mp-image {
    height: 40vh;
  }

  .mp-toggle-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  /* Floor Plans */
  .floor-plans-container {
    padding: 30px 15px;
  }

  .main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .facing-buttons {
    gap: 10px;
  }

  .facing-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .floor-plan-slide {
    flex-direction: column;
    padding: 0;
  }

  .floor-plan-card {
    max-width: 100%;
  }

  .floor-plan-nav {
    display: none;
  }

  /* Gallery */
  .gallery-showcase-title {
    font-size: 2rem;
  }

  .gallery-face-toggle {
    flex-wrap: wrap;
    padding: 4px;
  }

  .gallery-face-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .gallery-carousel-container {
    height: 350px;
    border-radius: 10px;
  }

  .gallery-carousel-nav {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  /* Amenities */
  .amenities-title {
    font-size: 2rem;
  }

  .amenities-subtitle {
    font-size: 1.2rem;
  }

  .phase-buttons {
    gap: 10px;
  }

  .phase-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }

  .amenity-icon {
    width: 60px;
    height: 60px;
  }

  .amenity-name {
    font-size: 0.85rem;
  }

  /* Clubhouse */
  .container {
    grid-template-columns: 1fr;
    margin: 3rem auto;
  }

  .left-section {
    padding: 40px 25px;
  }

  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .amenities-title {
    font-size: 1.3rem;
  }

  .right-section img {
    width: 100%;
  }

  /* Location */
  .la-location-advantages {
    /* padding: 4rem 0; */
    max-width: 95%;
  }

  .la-section-title {
    font-size: 2rem;
  }

  .la-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .la-map-image {
    height: 250px;
  }

  /* Booking */
  .booking-container {
    padding: 10px 15px;
  }

  .booking-main-title {
    font-size: 2rem;
  }

  .booking-toggle-buttons {
    gap: 10px;
  }

  .booking-toggle-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .booking-content-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 15px;
  }

  .booking-phone-group,
  .booking-date-time-group {
    flex-direction: column;
  }

  .booking-country-code {
    width: 100%;
  }

  /* Footer */
  .footer {
    padding: 20px 15px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-center {
    border: none;
    padding: 20px 0;
  }

  .disclaimer-text {
    margin-top: 1rem;
  }

  .logos-container {
    flex-direction: row;
    /* justify-content: center; */
  }
}

/* Small Mobile Devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  /* Navbar */
  .navbar {
    padding: 20px 15px;
    width: 100vw;
  }

  .logo {
    height: 35px;
    width: 35px;
  }

  .logo-long {
    height: 35px;
    width: 70px;
  }

  /* Hero Section */
  .slider-container-main {
    height: auto;
    /* min-height: 60vh; */
    /*margin-top: 0rem;*/
    padding: 0;
  }
  .slider-container-main {
    background-image: url(./Tver_Mobile.jpg);
    min-height: 90vh;
  }

  .overiew-section {
    padding: 3rem 1rem;
  }

  .hero-title {
    font-size: 1.4rem;
    padding: 0.4rem;
    width: 90vw;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    padding: 0.4rem;
  }

  .btn {
    padding: 10px 16px !important;
    font-size: 0.8rem;
  }

  .badge {
    font-size: 0.75rem;
  }
  .mobile-res {
    width: 100vw !important;
  }
  .mobi-res{
    width: 50vw !important;
    text-align: center;
  }

  /* Property Section */
  .prop-main-section {
    padding: 30px 10px;
  }

  .prop-toggle-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .prop-main-title {
    font-size: 1.6rem;
  }

  .prop-features-grid,
  .prop-details-grid,
  .prop-details-grid-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* Master Plan */
  .mp-title {
    font-size: 1.6rem;
  }

  .mp-image {
    height: 30vh;
  }

  .mp-toggle-btn {
    padding: 8px 20px;
    font-size: 0.85rem;
  }

  /* Floor Plans */
  .floor-plans-container {
    padding: 20px 10px;
  }

  .main-title {
    font-size: 1.6rem;
  }

  .facing-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .selection-title {
    font-size: 1.3rem;
  }

  .get-pricing-btn {
    padding: 12px 25px;
    font-size: 13px;
  }

  /* Gallery */
  .gallery-showcase-title {
    font-size: 1.6rem;
  }

  .gallery-face-btn {
    padding: 10px 18px;
    font-size: 12px;
  }

  .gallery-carousel-container {
    height: 280px;
  }

  .gallery-carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .gallery-carousel-nav.gallery-prev {
    left: 10px;
  }

  .gallery-carousel-nav.gallery-next {
    right: 10px;
  }

  /* Amenities */
  .amenities-section {
    padding: 30px 10px;
  }

  .amenities-title {
    font-size: 1.6rem;
  }

  .amenities-subtitle {
    font-size: 1rem;
  }

  .phase-btn {
    padding: 8px 15px;
    font-size: 0.8rem;
  }

  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
    justify-content: center;
  }

  .amenity-item {
    padding: 15px 10px;
  }

  .amenity-icon {
    width: 50px;
    height: 50px;
  }

  .amenity-name {
    font-size: 0.75rem;
  }

  /* Clubhouse */
  .container {
    margin: 2rem auto;
  }

  .left-section {
    padding: 30px 20px;
  }

  .title {
    font-size: 1.6rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .amenity-item {
    font-size: 0.7rem;
  }

  /* Location */
  .la-section-title {
    font-size: 1.6rem;
  }

  .la-map-image {
    height: 200px;
  }

  .la-amenity-title {
    font-size: 0.85rem;
  }

  .la-amenity-item {
    font-size: 0.8rem;
  }

  /* Booking */
  .booking-main-title {
    font-size: 1.6rem;
  }

  .booking-toggle-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .booking-form-label {
    font-size: 11px;
  }

  .booking-form-input {
    padding: 8px 12px;
    font-size: 14px;
  }

  .booking-submit-btn {
    padding: 10px;
    font-size: 15px;
  }

  /* Footer */
  .footer {
    padding: 15px 10px;
    margin-bottom: 2rem;
  }

  .address {
    font-size: 0.85rem;
  }

  .disclaimer-title {
    font-size: 0.9rem;
  }

  .disclaimer-text {
    font-size: 0.75rem;
  }

  .rera-numbers div {
    font-size: 0.55rem;
  }

  .website-link {
    font-size: 0.7rem;
  }

  /* Popup */
  .popup-container {
    width: 95%;
    padding: 1.5rem;
  }

  .popup-form h3 {
    font-size: 1.2rem;
  }

  .floating {
    bottom: 25px;
    right: 15px;
    width: auto;
    display: none;
  }
  .floating-left {
    bottom: 25px;
    left: 15px;
    width: auto;
    display: none;
  }

  .floating .btn {
    padding: 10px 15px !important;
    font-size: 0.75rem;
  }
  .section-title{
    font-size: 2rem;
    line-height: 1.2;
  }
  .image-placeholder{
    padding: 1rem 0.5rem;
  }
}

/* Extra Small Devices (max-width: 360px) */
@media screen and (max-width: 360px) {
  .hero-title {
    font-size: 1.2rem;
  }

  .prop-main-title {
    font-size: 1.4rem;
  }

  .main-title,
  .gallery-showcase-title,
  .amenities-title,
  .la-section-title,
  .booking-main-title {
    font-size: 1.4rem;
  }

  .btn {
    font-size: 0.75rem;
    padding: 8px 14px !important;
  }
}

.icons-amenities {
  height: 50px;
  width: 50px;
}

.section-title {
  font-size: 3rem;
  /* font-weight: 400; */
  line-height: 1.3;
  color: white;
  text-align: center;
}
.sub-title {
  font-size: 1.8rem;
  /* font-weight: 400; */
  line-height: 1.3;
  margin-top: 2rem;
  color: white;
}
.sub-subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2rem;
  color: #69bc8a;
}

/* #69BC8A */

@media screen and (max-width: 480px) {
  .mobile-phone-number {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: white;
    text-decoration: none;
  }
  .mobile-number {
    color: white;
    text-decoration: none;
    z-index: 99999;
    font-size: 1.2rem;
  }
  .sub-title {
  font-size: 1.8rem;
  /* font-weight: 100; */
  line-height: 1.2;
  margin-top: 2rem;
  color: white;
}
}

/* Fullscreen overlay styles */
.mp-fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  cursor: zoom-out;
  animation: fadeIn 0.3s ease;
}

.mp-fullscreen-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-fullscreen-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}

.mp-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: black;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mp-close-btn:hover {
  transform: scale(1.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Prevent body scroll when fullscreen is active */
body.mp-no-scroll {
  overflow: hidden;
}

/* Fullscreen overlay styles for location map */
.la-fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  cursor: zoom-out;
  animation: fadeIn 0.3s ease;
}

.la-fullscreen-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.la-fullscreen-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}

.la-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.la-close-btn:hover {
  transform: scale(1.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Prevent body scroll when fullscreen is active */
body.la-no-scroll {
  overflow: hidden;
}






/* exclusives section */

.exclusives-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  /* padding: auto 4rem; */
}
.exclusives-icons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 2rem;
  max-width: 85%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.exclusives-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.exclusives-icons {
  height: 85px;
  width: 85px;
}
.exclusives-text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  color: #69bc8a;
  text-align: center;
}
.exclusives-second-line {
  /* margin-top: -3rem; */
}

.section-gap {
  /* padding: 4rem 0; */
  margin-bottom: 5rem;
}
/* Exclusives Section Media Queries */

/* Large Desktop (1440px and above) */
@media (min-width: 1440px) {
  .exclusives-icons-wrapper {
    max-width: 80%;
    gap: 6rem;
  }
  .exclusives-icons {
    height: 95px;
    width: 95px;
  }
  .exclusives-text {
    font-size: 1rem;
  }
}

/* Desktop (1024px - 1439px) */
@media (max-width: 1439px) {
  .exclusives-icons-wrapper {
    max-width: 90%;
    gap: 4rem;
  }
}

/* Tablet Landscape (768px - 1023px) */
@media (max-width: 1023px) {
  .exclusives-icons-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 90%;
  }
  .exclusives-icons {
    height: 75px;
    width: 75px;
  }
  .exclusives-text {
    font-size: 0.85rem;
  }
  .section-gap {
    padding: 3rem 0;
  }
.call-icons{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
}

/* Tablet Portrait (600px - 767px) */
@media (max-width: 767px) {
  .exclusives-icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 85%;
  }
  .exclusives-wrapper {
    gap: 0.8rem;
  }
  .exclusives-icons {
    height: 70px;
    width: 70px;
  }
  .exclusives-text {
    font-size: 0.8rem;
  }
  .mp-close-btn{
    color: white;
  }
.call-icons{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
}

/* Mobile Landscape (480px - 599px) */
@media (max-width: 599px) {
  .exclusives-section {
    gap: 1.5rem;
  }
  .exclusives-icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 90%;
    margin-top: 1.5rem;
  }
  .exclusives-icons {
    height: 65px;
    width: 65px;
  }
  .exclusives-text {
    font-size: 0.75rem;
  }
  .section-gap {
    padding: 2.5rem 0;
  }
  .mp-close-btn{
    color: white;
  }
  .popup-form .btn-form{
    margin-left: 2rem;
  }
  .gallery-interior-showcase{
    margin: 0;
  }
.call-icons{
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
}
}

/* Mobile Portrait (up to 479px) */
@media (max-width: 479px) {
  .exclusives-section {
    gap: 1rem;
  }
  .exclusives-icons-wrapper {
    /* grid-template-columns: 1fr; */
    gap: 2rem;
    max-width: 85%;
    margin-top: 1rem;
  }
  .exclusives-wrapper {
    gap: 0.7rem;
  }
  .exclusives-icons {
    height: 60px;
    width: 60px;
  }
  .exclusives-text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .section-gap {
    padding: 2rem 0;
  }
  .mp-close-btn{
    color: white;
  }
  .popup-form .btn-form{
    margin-left: 2rem;
  }
  .gallery-interior-showcase{
    margin: 0;
  }
.call-icons{
  height: 60px !important;
  width: 60px !important;
  border-radius: 50% !important;
}
}

/* Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .exclusives-icons {
    height: 55px;
    width: 55px;
  }
  .exclusives-text {
    font-size: 0.75rem;
  }
  .exclusives-icons-wrapper {
    gap: 1.5rem;
  }
  .mp-close-btn{
    color: white;
  }
  .popup-form .btn-form{
    margin-left: 0rem;
  }
  .gallery-interior-showcase{
    margin: 0;
  }
.call-icons{
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
}
}
.call-icons{
  height: 0px;
  width: 0px;
  border-radius: 50%;
}
.floating-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.mobile-bottom-btns{
  height: 0;
  width: 0;
  display: none;
}
/* Small Mobile Devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  .section-title{
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .sub-title {
    font-size: 1.2rem;
    /* font-weight: 100; */
    line-height: 1.3;
    margin-top: 2rem;
    color: white;
  }
  body{
    width: 100vw;
    overflow-x: hidden;
  }
  .mobile-bottom-btns{
    width: 100%;
    height: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #103c3b;
    z-index: 999999;
  }
  .mobile-btns{
    width: 100%;
    background-color: #69bc8a;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 200;
  }
}
.mobi-res{
  width: 15rem;
  text-align: center;
}