/*
Theme Name: The Jungle Homestay and Resort
Theme URI: https://thejunglehomestay.in
Author: The Jungle Homestay and Resort
Description: Warm earthy multi-page block theme for The Jungle Homestay and Resort near Sarhi Gate, Kanha National Park. Includes Home, Rooms, Safari, Gallery, About, Contact, Book and all legal pages required for Google Ads.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-jungle-homestay-theme
Tags: full-site-editing, block-patterns, one-column, custom-colors, hotel
*/

body {
  -webkit-font-smoothing: antialiased;
}

.jungle-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.jungle-card {
  background: var(--wp--preset--color--ivory);
  border: 1px solid rgba(107, 74, 43, 0.16);
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 18px;
  box-shadow: 0 14px 30px -24px rgba(42, 35, 28, 0.6);
}

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

.jungle-card h3,
.jungle-card p {
  padding-inline: 18px;
}

.jungle-hero h1 {
  line-height: 1.08;
}

.jungle-topbar a,
.jungle-topbar p {
  margin: 0;
}

.jungle-legal p,
.jungle-legal li {
  line-height: 1.75;
}

.wp-block-site-logo img {
  border-radius: 50%;
}

.jungle-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}

@media (max-width: 781px) {
  .jungle-sticky-bar {
    display: block;
  }
  body {
    padding-bottom: 68px;
  }
  .jungle-card img {
    height: 200px;
  }
}
