body {
  background: #f5f5f3;
  margin: 0%;
  padding: 0%;
}

/* ===== HERO SECTION ===== */
.hero-section {
  height: 100vh;
  background: url("/assests/new-pics/1772101666173.jpg")
    center center/cover no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* Dark Overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 40, 0.356);
  top: 0;
  left: 0;
}

/* Content */
.hero-content {
  z-index: 2;
}

/* Subtitle */
.subtitle {
  letter-spacing: 6px;
  font-size: 14px;
  color: #2dd4a3;
  margin-bottom: 20px;
}

/* Main Title */
.main-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

.italic-text {
  font-style: italic;
  font-weight: 500;
}

/* Buttons */
.btn-explore {
  background-color: #1a9c5e;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-explore:hover {
  background-color: #147a49;
}

.btn-story {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-story:hover {
  background-color: #fff;
  color: #000;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media (max-width: 991px) {
  .main-title {
    font-size: 60px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .main-title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .btn-explore,
  .btn-story {
    width: 100%;
  }
}

/* ===== SECTION BACKGROUND ===== */
.luxury-section {
  background: #f5f5f3;
  padding: 100px 0;
  margin-top: 5%;
}

/* ===== IMAGE ===== */
.image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.main-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

/* ===== FLOATING CARD ===== */
.floating-card {
  position: absolute;
  bottom: -40px;
  right: -20px;
  background: #e6d7c3;
  padding: 35px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 250px;
}

.floating-card h4 {
  font-family: serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.floating-card p {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  color: #666;
}

/* ===== RIGHT CONTENT ===== */
.section-tag {
  width: 40px;
  height: 3px;
  background: #1a9c5e;
  margin-bottom: 15px;
}

.small-title {
  font-size: 12px;
  letter-spacing: 3px;
  color: #1a9c5e;
  margin-bottom: 20px;
}

.main-heading {
  font-family: serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.italic-word {
  font-style: italic;
}

.description {
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.learn-more {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.learn-more .line {
  width: 40px;
  height: 1px;
  background: #000;
  display: inline-block;
  transition: 0.3s;
}

.learn-more:hover .line {
  width: 70px;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .main-heading {
    font-size: 36px;
  }

  .floating-card {
    bottom: -30px;
    right: 20px;
    padding: 25px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .main-heading {
    font-size: 28px;
  }

  .floating-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }

  .luxury-section {
    padding: 60px 0;
  }
}

/* ===== SECTION BACKGROUND ===== */
.choose-section {
  background: #e6d7c3;
  padding: 80px 0;
  margin-top: 5%;
}

/* Subtitle */
.section-subtitle {
  letter-spacing: 4px;
  font-size: 13px;
  color: #1a6f4f;
  margin-bottom: 15px;
}

/* Title */
.section-title {
  font-family: serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-title .italic {
  font-style: italic;
}

/* Description */
.section-description {
  max-width: 600px;
  margin: 0 auto;
  color: #333;
  line-height: 1.7;
}

/* ===== CARD STYLE ===== */
.feature-card {
  background: #f3f3f3;
  padding: 40px 25px;
  border-radius: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Icon */
.icon-box {
  width: 60px;
  height: 60px;
  background: #dde3df;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box i {
  font-size: 24px;
  color: #1a6f4f;
}

/* Card Heading */
.feature-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* Card Text */
.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
  }

  .choose-section {
    padding: 60px 0;
  }
}

/* ===== SECTION BACKGROUND ===== */
.home-section {
  background: #e6d7c3;
  padding: 100px 0;
}

/* Mini Text */
.section-mini {
  font-size: 13px;
  letter-spacing: 3px;
  color: #1a6f4f;
  margin-bottom: 15px;
}

/* Main Heading */
.section-heading {
  font-family: serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.italic-green {
  font-style: italic;
  color: #0f5f3e;
}

/* Right Text */
.section-desc {
  color: #333;
  font-size: 15px;
  margin-bottom: 15px;
}

.view-link {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  transition: 0.3s;
}

.view-link:hover {
  color: #0f5f3e;
}

/* ===== CARD STYLE ===== */
.suite-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}

.suite-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Overlay */
.suite-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  top: 0;
  left: 0;
}

/* Text on Image */
.card-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #fff;
}

.card-content h4 {
  font-family: serif;
  font-size: 24px;
}

/* Hover Effect */
.suite-card:hover img {
  transform: scale(1.08);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
  .section-heading {
    font-size: 42px;
  }

  .suite-card img {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 32px;
  }

  .suite-card img {
    height: 300px;
  }

  .home-section {
    padding: 60px 0;
  }
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: #0b0f0e;
  height: 80vh;
  padding: 100px 0;
  color: #fff;
}

/* Title */
.cta-title {
  font-family: serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-highlight {
  font-style: italic;
  color: #17b890;
}

/* Description */
.cta-description {
  max-width: 600px;
  margin: 0 auto;
  color: #aaa;
  font-size: 16px;
  line-height: 1.8;
}

/* Button */
.cta-btn {
  display: inline-block;
  background: #e8e8e8;
  color: #000;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #17b890;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .cta-section{
    height: 50vh;
  }
  .cta-title {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cta-title {
    font-size: 32px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-btn {
    padding: 15px 30px;
  }
}
