﻿body, html { margin: 0; font-family: Arial, sans-serif; }

.hero {
  background: url('images/spa-hero.jpg') center/cover no-repeat;
  text-align: center; padding: 60px 20px; color: #fff;
}

.hero h1 { font-size: 2.8rem; margin-bottom: 15px; }
.hero p { font-size: 1.4rem; margin-bottom: 25px; }

.btn {
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  background-color:#2F1A12;
  color: #fff;
  font-size: 18px;
  margin: 10px;
  display: inline-block;
}

.call-btn { background-color: #e63946; }
.whatsapp-btn { background-color: #25D366; }

.services, .why-us, .offers, .gallery, .testimonials, .contact-map {
  padding: 40px 20px;
  text-align: center;
}

.gallery .grid .card img
{
	width: 300px; border-radius: 15px;
}

.grid { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.card img { width: 300px; border-radius: 15px; }

.floating-buttons {
  position: fixed; right: 15px; bottom: 15px; z-index: 1000;
}

.floating {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.floating.call { background: #e63946; }
.floating.whatsapp { background: #25D366; }

.luxury-section {
    position: relative;
    background: url('images/spa-bg.jpg') center/cover no-repeat;
    padding: 90px 20px;
    color: #fff;
}

.luxury-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(46, 25, 18, 0.88),
        rgba(46, 25, 18, 0.88)
    );
}

.luxury-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
    z-index: 2;
}

/* LEFT SIDE */
.luxury-left {
    flex: 1;
}

.luxury-left h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #f3c892;
}

.luxury-left ul {
    list-style: none;
    padding: 0;
}

.luxury-left li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.luxury-left li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f3c892;
    font-weight: bold;
}

/* RIGHT SIDE */
.luxury-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.offer-card {
    background: linear-gradient(145deg, #3a1f15, #2a140d);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    text-align: center;
    max-width: 420px;
}

.offer-card h3 {
    font-size: 30px;
    color: #f3c892;
    margin-bottom: 20px;
}

.offer-card p {
    font-size: 20px;
    margin-bottom: 30px;
}

/* BUTTONS */
.luxury-btn {
    display: block;
    margin: 12px 0;
    padding: 14px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    color: #2e1912;
    background: #f3c892;
    transition: all 0.3s ease;
}

.luxury-btn:hover {
    background: #ffd9a0;
    transform: translateY(-2px);
}

.luxury-btn.whatsapp {
    background: #25d366;
    color: #fff;
}

.luxury-btn.whatsapp:hover {
    background: #1ebe5b;
}


/* MOBILE */
@media (max-width: 768px) {
    .luxury-container {
        flex-direction: column;
        text-align: center;
    }

    .luxury-left li {
        padding-left: 0;
    }

    .luxury-left li::before {
        display: none;
    }
}

.testimonial-section {
    position: relative;
    background: url('images/testimonial-bg.jpeg') center/cover no-repeat;
    padding: 90px 20px;
    color: #fff;
}

.testimonial-overlay {
    position: absolute;
    inset: 0;
}

.testimonial-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.testimonial-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-line {
    width: 60px;
    height: 3px;
    background: #ff5a8a;
    margin: 15px auto;
}

.testimonial-subtitle {
    font-size: 16px;
    margin-bottom: 50px;
    color: #000;
	font-weight:bold;
}

/* CARDS */
.testimonial-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #ffffff;
    color: #000;
    padding: 30px;
    border-radius: 8px;
    width: 250px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    text-align: justify;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* USER */
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-user h4 {
    margin: 0;
    font-size: 16px;
}

.testimonial-user span {
    font-size: 13px;
    color: #777;
}

/* MOBILE */
@media (max-width: 768px) {
    .testimonial-cards {
        flex-direction: column;
        align-items: center;
    }
}

.pricing-section {
    padding: 100px 20px;
    background: linear-gradient(to bottom, #fff, #f9f3ef);
}

.pricing-container, .about-container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

.pricing-title, .about-title {
    font-size: 40px;
    color: #ff4f8b;
}

.pricing-line, .about-line {
    width: 70px;
    height: 3px;
    background: #ff4f8b;
    margin: 15px auto;
}

.pricing-subtitle, .about-subtitle {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    color: #555;
	font-style:italic;
}

/* CARDS */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.price-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.4s ease;
}

.price-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.price-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.price {
    font-size: 36px;
    font-weight: 700;
    color: #2e1912;
}

.persons {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.price-card ul li {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px dashed #eee;
}

/* BUTTON */
.price-btn {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(135deg, #ff4f8b, #ff8fae);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.price-btn:hover {
    background: linear-gradient(135deg, #ff2f73, #ff6f9c);
}

/* FEATURED */
.featured {
    background: linear-gradient(145deg, #2e1912, #3a1f15);
    color: #fff;
    transform: scale(1.05);
}

.featured .price,
.featured h3,
.featured .persons,
.featured li {
    color: #fff;
}

.featured li {
    border-color: rgba(255,255,255,0.2);
}

.featured .price-btn {
    background: #ff4f8b;
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff4f8b;
    color: #fff;
    padding: 6px 18px;
    font-size: 12px;
    border-radius: 30px;
}

/* MOBILE */
@media (max-width: 768px) {
    .featured {
        transform: scale(1);
    }
}

        /* ===== FORCE TOP MENU ===== */
#mainMenu {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  background: linear-gradient(145deg, #3a1f15, #2a140d) !important;
  padding: 14px 0 !important;
  text-align: center !important;
  z-index: 99999 !important;
}

#mainMenu a {
  color: #ffffff !important;
  margin: 0 18px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

#mainMenu a:hover {
  color: #f9c349 !important;
}

/* PUSH HERO DOWN */
.hero {
  margin-top: 70px !important;
}

/* ===== FORCE FOOTER ===== */
#mainFooter {
  background: linear-gradient(145deg, #3a1f15, #2a140d) !important;
  color: #eee !important;
  padding: 40px 20px 20px !important;
  font-family: Arial !important;
}

.footerWrap {
  max-width: 1100px !important;
  margin: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  justify-content: space-between !important;
}

.footCol {
  min-width: 200px !important;
}

.footCol h3,
.footCol h4 {
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

.footCol a {
  display: block !important;
  color: #bbb !important;
  text-decoration: none !important;
  margin: 6px 0 !important;
}

.footCol a:hover {
  color: #f9c349 !important;
}

.footerBottom {
  text-align: center !important;
  border-top: 1px solid #333 !important;
  margin-top: 25px !important;
  padding-top: 15px !important;
  font-size: 13px !important;
  color: #aaa !important;
}

