/* WebSiteGenius Base Theme — Paradise-inspired */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');

/* ====== Typography ====== */
body {
  font-family: var(--wg-font-body, 'Montserrat', sans-serif);
  color: var(--wg-secondary, #24262d);
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wg-font-heading, 'Montserrat', sans-serif);
  font-weight: 600;
}

/* ====== Header ====== */
.header {
  position: relative;
  z-index: 100;
}

.header .navbar {
  padding: 1rem 0;
  transition: all 0.3s;
}

.header .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wg-primary, #978667);
}

.header .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem !important;
  color: var(--wg-secondary, #24262d);
  transition: color 0.3s;
}

.header .nav-link:hover,
.header .nav-link.active {
  color: var(--wg-primary, #978667);
}

/* ====== Hero ====== */
.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section p.lead {
  font-size: 1.25rem;
  opacity: 0.9;
}

/* ====== Room Cards ====== */
.room-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 2rem;
}

.room-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.room-card img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.room-card .card-body {
  padding: 1.5rem;
}

.room-card .room-price {
  color: var(--wg-primary, #978667);
  font-weight: 700;
  font-size: 1.25rem;
}

/* ====== Facilities ====== */
.facility-item {
  text-align: center;
  padding: 2rem 1rem;
}

.facility-item .icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--wg-accent, #faf8f5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.facility-item .icon-wrapper i {
  font-size: 2rem;
  color: var(--wg-primary, #978667);
}

/* ====== Gallery ====== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

/* ====== CTA Banner ====== */
.cta-banner {
  background: var(--wg-primary, #978667);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.cta-banner h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.cta-banner .btn {
  background: #fff;
  color: var(--wg-primary, #978667);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
}

/* ====== Testimonials ====== */
.testimonial-card {
  background: var(--wg-accent, #faf8f5);
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}

.testimonial-card .stars {
  color: #f5c518;
  margin-bottom: 1rem;
}

.testimonial-card blockquote {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* ====== Contact ====== */
.contact-form .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
}

.contact-form .btn {
  background: var(--wg-primary, #978667);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0;
}

/* ====== Restaurant Menu ====== */
.menu-section .nav-tabs .nav-link {
  color: var(--wg-secondary, #24262d);
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

.menu-section .nav-tabs .nav-link.active {
  color: var(--wg-primary, #978667);
  border-bottom-color: var(--wg-primary, #978667);
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px dotted #ddd;
}

.menu-item .item-name {
  font-weight: 500;
}

.menu-item .item-price {
  color: var(--wg-primary, #978667);
  font-weight: 600;
  white-space: nowrap;
  margin-left: 1rem;
}

/* ====== Booking Widget ====== */
.booking-widget {
  background: var(--wg-accent, #faf8f5);
  padding: 1.5rem;
  border-radius: 4px;
}

.booking-widget .btn-book {
  background: var(--wg-primary, #978667);
  color: #fff;
  border: none;
  width: 100%;
  padding: 0.75rem;
  font-weight: 600;
}

/* ====== Marquee ====== */
.marquee-section {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
  background: var(--wg-accent, #faf8f5);
}

.marquee-section .marquee-inner {
  display: inline-block;
  animation: marquee 20s linear infinite;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--wg-primary, #978667);
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* ====== Image + Text ====== */
.image-text-section {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 4rem 0;
}

.image-text-section img {
  width: 50%;
  object-fit: cover;
}

.image-text-section .text-content {
  flex: 1;
}

@media (max-width: 768px) {
  .image-text-section {
    flex-direction: column;
  }
  .image-text-section img {
    width: 100%;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
}

/* ====== Divider ====== */
.wg-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--wg-primary, #978667), transparent);
  margin: 3rem 0;
}

/* ====== Footer ====== */
.footer-wg {
  background: var(--wg-secondary, #24262d) !important;
}

.footer-wg a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-wg a:hover {
  color: var(--wg-primary, #978667) !important;
}
