:root {
  --font-heading: "Dancing Script", cursive;
  --font-body: "Nunito", Arial, sans-serif;
  --color-accent: #8a6f52;
  --color-accent-dark: #654c34;
  --color-placeholder-bg: #f6f1e8;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.subheading {
  font-family: var(--font-heading);
}

.btn.btn-primary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
}

.template-label {
  color: #36a614;
  font-weight: 700;
}

.template-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.template-contact-icon {
  color: var(--color-accent);
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.template-contact-link .text {
  display: inline-block;
  padding-left: 2px;
}

.template-user-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.room-slider .item img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}

.review-slider .item,
.room-slider .item {
  padding: 0 10px;
}

.template-placeholder-page {
  background: linear-gradient(180deg, #f6f1e8 0%, #fff 100%);
  min-height: 100vh;
}

.template-placeholder-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 96px 24px;
  text-align: center;
}

.template-placeholder-logo {
  max-width: 88px;
  margin-bottom: 20px;
}

.template-call-link {
  text-decoration: none;
}

.template-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ftco-footer-social li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ftco-footer-social li a:hover {
  color: #ffffff;
  background: var(--color-accent);
  transform: translateY(-2px);
}

.ftco-footer-social li a i {
  font-size: 20px;
}


.template-objectives-hero,
.template-gallery-hero,
.template-hero {
  background-position: center;
}

.template-objectives-section {
  background: linear-gradient(rgba(246, 241, 232, 0.92), rgba(255, 255, 255, 0.96)),
    url("../img/beatrice/pensiuneabeatrice-imprejurimi.jpg") center / cover fixed;
}

.template-objectives-section h3,
.template-objectives-section h4 {
  font-family: var(--font-heading);
}

.template-gallery-section {
  padding: 72px 0;
}

.template-gallery-card {
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: block;
  overflow: hidden;
}

.template-gallery-card img,
.template-gallery-card video {
  aspect-ratio: 21 / 25;
  display: block;
  object-fit: cover;
  width: 100%;
}

.template-gallery-link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.template-gallery-link:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
