* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f5f1eb;
}

/* ===== HEADER PREMIUM STYLE ===== */
.cursor-dot {
  width: 10px;
  height: 10px;
  background: #c5a47e;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 50px;
  background: #0f0f0f; /* deep black */
  border-bottom: 1px solid rgba(197, 164, 126, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}
/* REMOVE TEXT CURSOR IN HEADER */
header {
  user-select: none; /* text select avvakunda */
}

/* FIX CURSOR TYPE */
header * {
  cursor: default;
}
/* LOGO */
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #c5a47e; /* gold */
  letter-spacing: 2px;
}

/* NAV LINKS */
nav a {
  margin: 0 18px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #e5e5e5;
  position: relative;
  transition: 0.3s;
}

/* Hover underline effect */
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #c5a47e;
  transition: 0.3s;
}

nav a:hover {
  color: #c5a47e;
}

nav a:hover::after {
  width: 100%;
}

/* SEARCH */
.search input {
  padding: 8px 12px;
  background: transparent;
  border: 1px solid rgba(197, 164, 126, 0.3);
  color: #fff;
  border-radius: 5px;
  outline: none;
}

/* ICONS */
.icons span {
  margin-left: 18px;
  font-size: 18px;
  color: #e5e5e5;
  cursor: pointer;
  transition: 0.3s;
}

.icons span:hover {
  color: #c5a47e;
  transform: scale(1.2);
}
/* HERO */
.hero {
  position: relative;
  height: 100vh;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  font-family: 'Playfair Display';
}

.hero button {
  padding: 10px 25px;
  background: #c5a47e;
  border: none;
  color: white;
  margin-top: 20px;
  cursor: pointer;
}

/* SECTIONS */
.section {
  padding: 60px 40px;
}
.section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #111;
  letter-spacing: 1px;
  position: relative;
}

/* GOLD LINE UNDER HEADING */
.section h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #c5a47e;
  display: block;
  margin: 10px auto 0;
}
.card h3 {
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
}

.product {
  position: relative;
}

/* IMAGE */
.product-img {
  position: relative;
  z-index: 1;
}

/* TEXT */
.product-info {
  position: relative;
  z-index: 2; /* 🔥 FIX */
  background: #fff;
}
/* ===== PRODUCTS GRID PERFECT FIX ===== */

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.product {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

/* IMAGE WRAPPER */
.product-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

/* IMAGE */
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* 🔥 KEY FIX */
  transition: 0.4s;
}

/* TEXT */
.product-info {
  padding: 12px;
}

.product-info p {
  font-size: 14px;
}

.product-info span {
  font-weight: bold;
}

/* HOVER */
.product:hover img {
  transform: scale(1.08);
}
/* BOOKING */
.booking {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.booking-box {
  background:#c5a47e;
  padding: 30px;
  border-radius: 10px;
}
.back-btn {
  background: transparent;
  border: none;
  color: #c5a47e;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}

.back-btn:hover {
  color: #000;
}
/* HEADER ALIGN */
.booking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* CLOSE BUTTON */
.close-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}

.close-btn:hover {
  color: #fff;
  transform: scale(1.2);
}
/* ===== REVIEWS SECTION ===== */

.reviews-section {
  padding: 80px 40px;
  background: #fff;
  text-align: center;
}

.reviews-section h2 {
  font-family: 'Playfair Display';
  font-size: 32px;
  margin-bottom: 40px;
}

/* GRID */
.reviews-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.review-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

/* STARS */
.stars {
  color: #c5a47e;
  font-size: 18px;
  margin-bottom: 10px;
}

/* TEXT */
.review-card p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

/* NAME */
.review-card h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

/* LOCATION */
.review-card span {
  font-size: 12px;
  color: #888;
}

/* HOVER */
.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/* ===== FOOTER PREMIUM ===== */
.footer {
  background:  #f0d3b262;
  color: #1d0202;
  padding: 60px 50px 20px;
}

/* GRID */
.footer-container {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 40px;
}

/* BRAND */
.footer-brand h2 {
  font-family: 'Playfair Display';
  color: #c5a47e;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 13px;
  color: #131212;
}

/* COLUMNS */
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #252222;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #130808;
  font-size: 13px;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #c5a47e;
}

/* CONTACT */
.footer-col p {
  font-size: 13px;
}

/* SOCIAL */
.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(197, 164, 126, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f70f0f;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #c5a47e;
  color: #000;
  transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 15px;
  font-size: 12px;
  color: #0e0101;
}
/* MOBILE */
@media (max-width: 768px) {
  header {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 28px;
  }
}