.suite-section {
  background: #ffffff;
  height: 140vh;
}

.suite-title {
  font-size: 48px;
  font-weight: 700;
  color: #1c1b4d;
  margin-bottom: 10px;
}

.suite-subtitle {
  font-size: 18px;
  color: #2f2f8f;
  max-width: 700px;
  margin: auto;
}

/* Image Card Styling */
.suite-img {
  background: #fff;
  border-radius: 28px;
  padding: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.suite-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

/* Size Control */
.large-img {
  height: 60%;
}

.small-img {
  height: 100%;
}

.wide-img {
  height: 40%;
}

/* Responsive */
@media (max-width: 991px) {
  .suite-title {
    font-size: 36px;
  }
}

.room-details-section {
  background: #f8f9fc;
}

.white-card {
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-weight: 700;
  color: #1c1b4d;
}

/* Configuration Boxes */
.config-box {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.config-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.config-box h6 {
  font-weight: 700;
  margin: 5px 0;
}

.config-box small {
  font-weight: 600;
}

/* Color Variants */
.bg-blue {
  background: #eef2ff;
  color: #3f51ff;
}
.bg-pink {
  background: #fff1f2;
  color: #e11d48;
}
.bg-mint {
  background: #ecfeff;
  color: #0891b2;
}
.bg-green {
  background: #ecfdf5;
  color: #059669;
}

/* Amenities */
.amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-weight: 600;
}

.amenity-item i {
  background: #ecfeff;
  color: #0891b2;
  padding: 10px;
  border-radius: 12px;
  font-size: 20px;
}

/* Price Card */
.price-card {
  background: #1c1b4d;
  border-radius: 32px;
  padding: 35px;
  color: #fff;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.price-card h2 {
  color: #ff7a90;
  font-size: 42px;
  margin: 10px 0 20px;
}

.price-card h2 span {
  font-size: 16px;
  color: #fff;
}

.check-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin-bottom: 25px;
}

.check-info div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.book-suite-btn {
  background: #14b8a6;
  color: #fff;
  border-radius: 40px;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.book-suite-btn:hover {
  background: #0d9488;
}

.note {
  font-size: 13px;
  margin-top: 20px;
  color: #c7c9ff;
}

/* =========================
   MOBILE & TABLET RESPONSIVE
   ========================= */

/* Tablets & below */
@media (max-width: 991px) {
  .suite-section {
    height: auto;
    padding-bottom: 40px;
  }

  .large-img {
    height: 350px;
  }

  .small-img {
    height: 180px;
  }

  .wide-img {
    height: 220px;
  }

  .suite-img {
    padding: 6px;
  }

  .suite-title {
    font-size: 34px;
  }

  .suite-subtitle {
    font-size: 16px;
  }

  .price-card {
    margin-top: 30px;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  .suite-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .suite-subtitle {
    font-size: 15px;
    padding: 0 10px;
  }

  .large-img {
    height: 260px;
  }

  .small-img {
    height: 150px;
  }

  .wide-img {
    height: 180px;
  }

  .white-card {
    padding: 20px;
  }

  .config-box {
    padding: 15px;
  }

  .config-box i {
    font-size: 22px;
  }

  .config-box h6 {
    font-size: 14px;
  }

  .amenity-item {
    font-size: 14px;
  }

  .price-card {
    padding: 25px;
    border-radius: 24px;
  }

  .price-card h2 {
    font-size: 34px;
  }

  .book-suite-btn {
    font-size: 16px;
    padding: 12px;
  }

  .check-info div {
    font-size: 14px;
  }
}

/* =========================
   SPECIAL REQUEST SECTION
   ========================= */

.special-request-section {
  background: #ffffff;
}

.special-card {
  background: #0f9488;
  border-radius: 40px;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
}

.special-content h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.special-content p {
  color: #e6fffa;
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 30px;
}

.concierge-btn {
  background: #ff6b81;
  color: #1c1b4d;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 700;
}

.concierge-btn:hover {
  background: #ff4d67;
  color: #1c1b4d;
}

/* Heart Outline */
.heart-shape {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 200px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.heart-shape::before,
.heart-shape::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 180px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px 100px 0 0;
  top: -40px;
}

.heart-shape::before {
  left: 0;
  transform: rotate(-45deg);
}

.heart-shape::after {
  right: 0;
  transform: rotate(45deg);
}


@media (max-width: 768px) {
  .special-card {
    padding: 50px 25px;
  }

  .special-content h2 {
    font-size: 26px;
  }

  .special-content p {
    font-size: 15px;
  }

  .heart-shape {
    display: none;
  }
}
