.featured-section-1-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.featured-section-1-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.featured-section-1-header {
  text-align: center;
  margin-bottom: 50px;
}

.featured-section-1-subtitle {
  color: rgb(212, 175, 55);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.featured-section-1-title {
  color: rgb(11, 42, 61);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0px;
}

/* 3-Column Row Layout */
.featured-section-1-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.featured-section-1-col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
}

/* Card Design */
.featured-section-1-card {
  background: #fff;
  border: 1px dashed #d7ba59;
  border-radius: 5px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.featured-section-1-card:hover {
  box-shadow: 0 15px 40px rgba(11, 42, 61, 0.15);
  border-color: #cfab35;
  transform: translateY(-5px);
}

.f1-img-area {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.f1-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.featured-section-1-card:hover .f1-img-area img {
  transform: scale(1.1);
}

/* Badges */
.f1-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

.ongoing {
  background: #cfab35;
  color: #0b2a3d;
}
.completed {
  background: #0b2a3d;
  color: #cfab35;
  border: 1px solid #cfab35;
}

/* Content Details */
.f1-details {
  padding: 25px;
}

.f1-meta {
  display: flex;
  justify-content: space-between;
  color: #cfab35;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.f1-name {
  color: #0b2a3d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.f1-text {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  height: 45px;
  overflow: hidden;
}

.f1-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.f1-tag {
  font-size: 12px;
  font-weight: 600;
  background: #f8f4e8;
  color: #0b2a3d;
  padding: 4px 10px;
}

.featured-section-1-btn {
  color: #0b2a3d;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.featured-section-1-btn:hover {
  color: #cfab35;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .featured-section-1-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .featured-section-1-col {
    flex: 0 0 100%;

    max-width: 100%;
  }
  .featured-section-1-wrapper {
    padding: 20px 0;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
  }

  .featured-section-1-title {
    font-size: 28px;
  }
}
.browcher-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0b2a3d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-top: 15px;
  text-transform: uppercase;
}

.browcher-btn i {
  font-size: 18px;
}

.browcher-btn:hover {
  background-color: transparent;
  border-color: #caa073;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Container spacing ke liye */
.central-park-banner-actions {
  margin-top: 20px;
}

.header-area.header-sticky.is-sticky .custom-logo,
.header-area.header-sticky.sticky .custom-logo {
  content: url("../img1/Logo.png") !important;
  max-height: 85px;
}
.header-area.header-sticky.is-sticky .main-menu-ex ul li a,
.header-area.header-sticky.sticky .main-menu-ex ul li a {
  color: #fff !important;
}

.header-area.header-sticky.is-sticky .main-menu-ex ul li a:hover,
.header-area.header-sticky.sticky .main-menu-ex ul li a:hover {
  color: #d4af37 !important;
}
.header-area.header-sticky.is-sticky,
.header-area.header-sticky.sticky {
  background: #071a25 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: slideDown 0.4s ease-in-out;
}

.header-area.header-sticky.is-sticky .header-elements,
.header-area.header-sticky.sticky .header-elements,
.header-area.header-sticky.is-sticky .header-top-area,
.header-area.header-sticky.sticky .header-top-area {
  background: #071a25 !important;
}

.header-area.header-sticky.is-sticky
  .header
  .header-area.homepage7
  .main-menu-ex.homepage6
  ul
  li
  a {
  color: #222;
}

.header.d-none.d-lg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}

.header-area,
.header-top-area,
.header-elements {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.header .header-area.homepage7 .main-menu-ex.homepage6 ul li a {
  color: #e8e9ea;
}
/* Contact Now Button Styling */
.central-park-header-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #206046 !important;
  color: #ffffff;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(24, 24, 24, 0.2);
  font-family: "Poppins", sans-serif;
  border: 2px solid #206046;
}

/* Button Hover Effect */
.central-park-header-contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Arrow Icon Animation */
.central-park-header-contact-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.central-park-header-contact-btn:hover i {
  transform: translateX(5px);
}
.header .header-area.homepage7 .main-menu-ex.homepage6 ul li a:hover {
  color: #d4af37 !important;
}
.central-park-banner-wrapper {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #0b2a3d;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

/* Force Swiper to take full height */
.central-park-banner-swiper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100% !important; /* 🔥 Fix: Slider ko height deni zaroori thi */
}

.central-park-banner-slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark Overlay for better Text Readability */
.central-park-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 2;
}

/* Content Container */
.central-park-banner-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; /* Thoda padding badhaya upar-neeche */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* --- Left Side Content --- */
.central-park-banner-content {
  flex: 1;
}

.central-park-banner-badge {
  display: inline-block;
  background-color: #d4af37;
  color: #000;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Text Colors Forced to White */
.central-park-banner-title {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #ffffff !important;
  text-shadow: none;
}

.central-park-banner-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #e0e0e0 !important;
}

.central-park-banner-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.central-park-banner-feature-item {
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.central-park-banner-feature-item.highlight {
  background: rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
  color: #d4af37;
}

/* --- Right Side Form --- */
.central-park-banner-form-box {
  width: 100%;
  margin-top: 100px;
  max-width: 400px;
  background: #ffffff; /* Transparent ki jagah solid white */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #0b2a3d;
}

.central-park-banner-form-title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #0b2a3d;
  margin: 0 0 20px 0;
}

.central-park-banner-input-group {
  position: relative;
  margin-bottom: 15px;
}

.central-park-banner-input-group i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #3e3d3d;
  font-size: 14px;
}

.central-park-banner-input-group svg {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #3e3d3d;
  font-size: 14px;
}
.central-park-banner-input-group input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box; /* Ensures padding doesn't break width */
}

.central-park-banner-input-group input:focus {
  border-color: #0b2a3d;
}
/* Textarea Styling (Input jaisa hi look) */
.central-park-banner-input-group textarea {
  width: 100%;
  padding: 12px 15px 12px 40px; /* Padding left icon ke liye */
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
  resize: vertical;
  min-height: 80px;
}

.central-park-banner-input-group textarea:focus {
  border-color: #0b2a3d;
}

.central-park-banner-input-group svg.central-park-banner-textarea-icon {
  top: 20px;
  transform: none;
}
.central-park-banner-disclaimer {
  font-size: 11px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.central-park-banner-submit-btn {
  width: 100%;
  background-color: #0b2a3d;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.central-park-banner-submit-btn:hover {
  background-color: #d4af37;
}

.about-us-central-park-wrapper {
  padding: 40px 20px;
  background-color: #e5dcc7;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.about-us-central-park-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

.about-us-central-park-image-col {
  flex: 1;
  position: relative;
}

.about-us-central-park-image-wrapper {
  position: relative;
  border-radius: 12px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.about-us-central-park-image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 85%;
  background-color: #d4af37;
  border-radius: 12px;
  z-index: 0;
}

.about-us-central-park-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: block;
}

.about-us-central-park-experience-badge {
  position: absolute;
  bottom: 60px;
  left: -30px;
  background-color: #0b2a3d;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(11, 42, 61, 0.3);
  display: flex;
  flex-direction: column;
  border-left: 4px solid #d4af37;
}

.about-us-central-park-experience-badge span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
}

.about-us-central-park-experience-badge strong {
  font-size: 26px;
  font-weight: 700;
}

.about-us-central-park-text-col {
  flex: 1;
}

.about-us-central-park-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 12px;
}

.about-us-central-park-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px 0;
}

.about-us-central-park-description {
  color: #131313;
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-us-central-park-features {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.about-us-central-park-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0b2a3d;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
}

.about-us-central-park-feature i {
  color: #d4af37;
  font-size: 16px;
}

.about-us-central-park-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0b2a3d;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about-us-central-park-btn:hover {
  background-color: #d4af37;
  color: #ffffff;

  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.central-park-highlights-wrapper {
  padding: 40px 20px;
  background-color: #0b2a3d;
  font-family: "Poppins", sans-serif;
}

.central-park-highlights-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.central-park-highlights-text-col {
  flex: 1;
}

.central-park-highlights-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.central-park-highlights-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 35px 0;
}

.central-park-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.central-park-highlights-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.central-park-highlights-item:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #d4af37;
  transform: translateX(5px);
}

.central-park-highlights-num {
  font-size: 28px;
  font-weight: 700;
  color: #7a8e9c;
  line-height: 1;
  transition: color 0.3s ease;
}

.central-park-highlights-item:hover .central-park-highlights-num {
  color: #d4af37;
}

.central-park-highlights-desc {
  font-size: 16px;
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 3px;
}

.central-park-highlights-image-col {
  flex: 1;
}

.central-park-highlights-image-inner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.central-park-highlights-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.central-park-highlights-image-inner:hover .central-park-highlights-img {
  transform: scale(1.05);
}

.animites-wrapper {
  padding: 40px 20px;
  background-color: #fcfcfc;
  font-family: "Poppins", sans-serif;
}

.animites-container {
  max-width: 1200px;
  margin: 0 auto;
}

.animites-header {
  text-align: center;
  margin-bottom: 50px;
}

.animites-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.animites-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.animites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.animites-card {
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.animites-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.animites-card:hover .animites-card-bg {
  transform: scale(1.1);
}

.animites-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(11, 42, 61, 0.9) 0%,
    rgba(11, 42, 61, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: background 0.4s ease;
}

.animites-card:hover .animites-card-overlay {
  background: linear-gradient(
    to top,
    rgba(212, 175, 55, 0.9) 0%,
    rgba(11, 42, 61, 0.4) 70%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.animites-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  z-index: 2;
  transform: translateY(10px);
  transition: transform 0.4s ease;
}

.animites-card:hover .animites-card-content {
  transform: translateY(0);
}

.animites-card-icon {
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 12px;
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.animites-card:hover .animites-card-icon {
  color: #ffffff;
  transform: scale(1.1);
}

.animites-card-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.pricing-wrapper {
  padding: 40px 20px;
  background-color: #f4f7f6;
  font-family: "Poppins", sans-serif;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.pricing-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.4s ease;
  border-top: 5px solid #0b2a3d;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-top-color: #d4af37;
}

.pricing-card-type {
  background: #0b2a3d;
  color: #ffffff;
  text-align: center;
  padding: 22px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.4s ease;
  letter-spacing: 1px;
}

.pricing-card:hover .pricing-card-type {
  background: #d4af37;
  color: #0b2a3d;
}

.pricing-card-details {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-grow: 1;
}

.pricing-detail-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pricing-detail-item i {
  font-size: 26px;
  color: #d4af37;
  width: 35px;
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-card:hover .pricing-detail-item i {
  transform: scale(1.1);
}

.pricing-detail-text {
  display: flex;
  flex-direction: column;
}

.pricing-detail-text span {
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.pricing-detail-text strong {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.pricing-highlight {
  font-size: 20px !important;
  color: #0b2a3d !important;
  font-weight: 700 !important;
}

.pricing-btn-wrap {
  padding: 0 25px 35px;
}

.pricing-btn {
  width: 100%;
  background: transparent;
  border: 2px solid #0b2a3d;
  color: #0b2a3d;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-card:hover .pricing-btn {
  background: #0b2a3d;
  color: #ffffff;
}

.floor-plan-wrapper {
  padding: 50px 20px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.floor-plan-container {
  max-width: 1200px;
  margin: 0 auto;
}

.floor-plan-header {
  text-align: center;
  margin-bottom: 50px;
}

.floor-plan-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.floor-plan-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.floor-plan-card {
  position: relative;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.floor-plan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.floor-plan-card:hover .floor-plan-bg {
  transform: scale(1.1);
}

.floor-plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(11, 42, 61, 0.95) 0%,
    rgba(11, 42, 61, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
  transition: background 0.4s ease;
}

.floor-plan-card:hover .floor-plan-overlay {
  background: linear-gradient(
    to top,
    rgba(212, 175, 55, 0.95) 0%,
    rgba(11, 42, 61, 0.7) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.floor-plan-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floor-plan-icon {
  font-size: 36px;
  color: #d4af37;
  margin-bottom: 15px;
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.floor-plan-card:hover .floor-plan-icon {
  color: #ffffff;
  transform: translateY(-5px);
}

.floor-plan-card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  transition: transform 0.4s ease;
}

.floor-plan-card:hover .floor-plan-card-title {
  transform: translateY(-5px);
}

.floor-plan-view-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.floor-plan-card:hover .floor-plan-view-btn {
  opacity: 1;
  transform: translateY(0);
  background: #ffffff;
  color: #0b2a3d;
}

.location-advantage-wrapper {
  padding: 40px 20px;
  background-color: #e5dcc7;
  font-family: "Poppins", sans-serif;
}

.location-advantage-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.location-advantage-image-col {
  flex: 1;
}

.location-advantage-image-inner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.location-advantage-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.location-advantage-image-inner:hover .location-advantage-img {
  transform: scale(1.05);
}

.location-advantage-map-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.location-advantage-map-btn {
  background: #0b2a3d;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(11, 42, 61, 0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-advantage-map-btn:hover {
  background: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
}

.location-advantage-content-col {
  flex: 1;
}

.location-advantage-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.location-advantage-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.location-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.location-advantage-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.location-advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #d4af37;
}

.location-advantage-icon-box {
  width: 50px;
  height: 50px;
  background: #0b2a3d;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: background 0.3s ease;
}

.location-advantage-item:hover .location-advantage-icon-box {
  background: #d4af37;
}

.location-advantage-text {
  display: flex;
  flex-direction: column;
}

.location-advantage-text strong {
  font-size: 18px;
  color: #0b2a3d;
  font-weight: 700;
  margin-bottom: 2px;
}

.location-advantage-text span {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
}

.central-park-gallery-wrapper {
  padding: 40px 20px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.central-park-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}

.central-park-gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.central-park-gallery-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.central-park-gallery-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.central-park-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.central-park-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.central-park-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.central-park-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 42, 61, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.central-park-gallery-overlay i {
  color: #ffffff;
  font-size: 32px;
  transform: scale(0.5);
  transition: transform 0.4s ease;
}

.central-park-gallery-item:hover .central-park-gallery-img {
  transform: scale(1.1);
}

.central-park-gallery-item:hover .central-park-gallery-overlay {
  opacity: 1;
}

.central-park-gallery-item:hover .central-park-gallery-overlay i {
  transform: scale(1);
}

.central-park-contact-wrapper {
  padding: 40px 20px;
  background-color: #e5dcc7;
  font-family: "Poppins", sans-serif;
}

.central-park-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.central-park-contact-info-col {
  flex: 1;
}

.central-park-contact-subtitle {
  color: #d4af37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.central-park-contact-title {
  color: #0b2a3d;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.central-park-contact-desc {
  color: #292828;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 40px;
}

.central-park-contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.central-park-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.central-park-contact-icon-box {
  width: 55px;
  height: 55px;
  background: #ffffff;
  color: #d4af37;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.central-park-contact-item:hover .central-park-contact-icon-box {
  background: #0b2a3d;
  color: #ffffff;
  transform: translateY(-5px);
}

.central-park-contact-text {
  display: flex;
  flex-direction: column;
}

.central-park-contact-text span {
  font-size: 13px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.central-park-contact-text strong {
  font-size: 16px;
  color: #181818;
  font-weight: 600;
}

.central-park-contact-form-col {
  flex: 1;
}

.central-park-contact-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #d4af37;
}

.central-park-contact-input-group {
  position: relative;
  margin-bottom: 20px;
}

.central-park-contact-input-group svg {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #303030;
  font-size: 14px;
}

.central-park-contact-input-group svg.central-park-contact-textarea-icon {
  top: 20px;
  transform: none;
}

.central-park-contact-input-group input,
.central-park-contact-input-group textarea {
  width: 100%;
  padding: 14px 15px 14px 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
  background-color: #fcfcfc;
}

.central-park-contact-input-group textarea {
  resize: vertical;
  min-height: 120px;
}

.central-park-contact-input-group input:focus,
.central-park-contact-input-group textarea:focus {
  border-color: #0b2a3d;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(11, 42, 61, 0.05);
}

.central-park-contact-submit-btn {
  width: 100%;
  background-color: #0b2a3d;
  color: #ffffff;
  border: none;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.central-park-contact-submit-btn:hover {
  background-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.central-park-footer-about-wrapper {
  padding: 40px 20px;
  background-color: #0b2a3d;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.central-park-footer-about-container {
  max-width: 900px;
  margin: 0 auto;
}

.central-park-footer-about-icon {
  font-size: 40px;
  color: #d4af37;
  margin-bottom: 20px;
}

.central-park-footer-about-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.central-park-footer-about-desc {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
  margin: 0 0 35px 0;
  text-align: justify;
}

.central-park-footer-about-divider {
  width: 80px;
  height: 3px;
  background-color: #d4af37;
  margin: 0 auto;
  border-radius: 2px;
}

.central-park-footer-wrapper {
  background-color: #071a25;
  color: #e0e0e0;
  padding: 60px 20px 30px;
  font-family: "Poppins", sans-serif;
}

.central-park-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.central-park-footer-rera-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 4px solid #d4af37;
}

.central-park-footer-rera-item {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  word-break: break-word;
}

.central-park-footer-rera-item strong {
  color: #ffffff;
  font-weight: 600;
  margin-right: 8px;
  letter-spacing: 0.5px;
}

.central-park-footer-disclaimer {
  margin-bottom: 30px;
}

.central-park-footer-disclaimer p {
  font-size: 13px;
  line-height: 1.8;
  color: #888888;
  margin: 0;
  text-align: justify;
}

.central-park-footer-disclaimer strong {
  color: #aaaaaa;
}

.central-park-footer-read-more {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.central-park-footer-read-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.central-park-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.central-park-footer-copyright {
  font-size: 14px;
  color: #888888;
}

.central-park-footer-links a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.central-park-footer-links a:hover {
  color: #d4af37;
}
@media (max-width: 1200px) {
  .floor-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us-central-park-container {
    flex-direction: column;
    gap: 50px;
  }

  .about-us-central-park-image-wrapper {
    padding-right: 15px;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
  }

  .about-us-central-park-experience-badge {
    left: -15px;
    bottom: -15px;
  }

  .about-us-central-park-title {
    font-size: 36px;
  }

  .central-park-banner-title {
    font-size: 40px;
  }
  .central-park-banner-container {
    gap: 20px;
  }

  .central-park-highlights-container {
    flex-direction: column;
    gap: 50px;
  }

  .central-park-highlights-title {
    font-size: 36px;
  }

  .central-park-contact-container {
    flex-direction: column;
  }
  .central-park-contact-box {
    padding: 30px 20px;
  }

  .central-park-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-advantage-container {
    flex-direction: column;
    gap: 50px;
  }
  .location-advantage-title {
    font-size: 36px;
  }

  .animites-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .animites-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .central-park-banner-container {
    flex-direction: column;
    text-align: center;
    padding-top: 94px;
  }
  .central-park-banner-title {
    font-size: 34px;
  }
  .central-park-banner-features {
    justify-content: center;
  }

  .central-park-footer-wrapper {
    padding: 50px 15px 20px;
  }

  .central-park-footer-rera-box {
    padding: 15px;
  }

  .central-park-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .central-park-banner-form-box {
    margin-top: 11px;
  }
  .pricing-wrapper {
    padding: 20px 20px;
  }
  .location-advantage-map-btn {
    padding: 10px 25px;
    font-size: 10px;
    font-weight: 500;
  }

  .central-park-footer-about-wrapper {
    padding: 30px 15px;
  }
  .central-park-footer-about-title {
    font-size: 28px;
  }
  .central-park-footer-about-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .floor-plan-grid {
    grid-template-columns: 1fr;
  }

  .floor-plan-title {
    font-size: 28px;
  }
  .floor-plan-wrapper {
    padding: 30px 15px;
  }
  .floor-plan-view-btn {
    opacity: 1;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-title {
    font-size: 28px;
  }
  .pricing-wrapper {
    padding: 60px 15px;
  }
}

@media (max-width: 576px) {
  .animites-grid {
    grid-template-columns: 1fr;
  }
  .animites-wrapper {
    padding: 30px 15px;
  }
  .animites-title {
    font-size: 28px;
  }
  .animites-card-title {
    font-size: 16px;
  }
  .animites-card {
    height: 250px;
  }

  .location-advantage-wrapper {
    padding: 60px 15px;
  }
  .location-advantage-title {
    font-size: 28px;
  }
  .location-advantage-grid {
    grid-template-columns: 1fr;
  }

  .about-us-central-park-wrapper {
    padding: 40px 15px;
  }

  .about-us-central-park-image-wrapper {
    width: 100%;
  }

  .about-us-central-park-experience-badge {
    padding: 15px 20px;
    left: 10px;
    bottom: 10px;
  }

  .about-us-central-park-experience-badge strong {
    font-size: 20px;
  }

  .about-us-central-park-title {
    font-size: 28px;
  }
  .about-us-central-park-description {
    font-size: 16px;
  }
  .about-us-central-park-features {
    gap: 10px;
  }

  .about-us-central-park-feature {
    width: 100%;
    justify-content: center;
  }

  .central-park-highlights-wrapper {
    padding: 40px 15px;
  }

  .central-park-highlights-title {
    font-size: 28px;
  }

  .central-park-highlights-item {
    padding: 15px;
    gap: 15px;
  }

  .central-park-highlights-num {
    font-size: 24px;
  }

  .central-park-highlights-desc {
    font-size: 14px;
  }

  .central-park-contact-wrapper {
    padding: 30px 15px;
  }
  .central-park-contact-title {
    font-size: 28px;
  }

  .central-park-gallery-wrapper {
    padding: 30px 15px;
  }
  .central-park-gallery-title {
    font-size: 28px;
  }
  .central-park-gallery-grid {
    grid-template-columns: 1fr;
  }
  .central-park-gallery-item {
    height: 250px;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
