:root{
  --shire-cream: #f5f1e8;
  --shire-cream-deep: #ece4d4;
  --shire-parchment: #fbf8f2;
  --shire-moss: #4f6b3c;
  --shire-moss-dark: #3c532d;
  --shire-sage: #7b8f63;
  --shire-gold: #c9a55c;
  --shire-gold-soft: #e0c78b;
  --shire-bark: #5a4632;
  --shire-bark-dark: #3f3023;
  --shire-stone: #6d655b;
  --shire-shadow: 0 12px 30px rgba(63,48,35,.10);
  --shire-shadow-soft: 0 8px 20px rgba(63,48,35,.08);
  --shire-radius: 16px;
}

/* Base */
body,
main,
.bg_white{
  background: linear-gradient(180deg, var(--shire-parchment) 0%, var(--shire-cream) 100%);
  color: var(--shire-bark);
}

body {
    font-family: 'MedievalSharp';font-size: 22px;
}

.bg_gray{
  background: #efe7d9;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Morris Roman", "MyCustomFont", Georgia, serif;
  color: var(--shire-bark);
  letter-spacing: -.015em;
}

p,
body,
.form-control,
.nav-tabs#customTab .nav-link{
  font-family: "Montserrat", Helvetica, sans-serif;
  color: var(--shire-bark);
}

p{
  line-height: 1.8;
}

.title small,
a,
.box_item_info small,
.phone_element a span,
.box_facilities i,
.list_ok ul li:before{
  color: var(--shire-gold);
}

a:hover,
a:focus,
.phone_element a span em,
.accordion .card-header h5 a:hover{
  color: var(--shire-moss);
}

hr{
  border-color: #ddd2be;
}

/* Header */
header.fixed_header.sticky{
  background: rgba(251,248,242,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(90,70,50,.08);
  box-shadow: 0 6px 18px rgba(63,48,35,.06);
}

/* header.fixed_header.sticky nav ul li a,
.headroom--not-top .hamburger__inner,
.headroom--not-top .hamburger__inner::before,
.headroom--not-top .hamburger__inner::after,
header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner::after{
  color: var(--shire-bark);
  background-color: var(--shire-bark);
} */

header nav ul li a{
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .88rem;
}

header.fixed_header nav ul li a.animated_link:before{
  background-color: rgba(255,255,255,.92);
}
header.fixed_header.sticky nav ul li a.animated_link:before{
  background-color: var(--shire-gold);
}

.logo_panel img,
.logo_normal img,
.logo_sticky img {
  width: auto !important;
  height: auto !important;
  max-height: 72px;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

/* Hero */
.opacity-mask {
  background: transparent !important;
}

/* .opacity-mask {
  background: rgba(0, 0, 0, 0.2) !important;
} */

.hero .wrapper small,
.slide-text small,
.title.white small{
  color: var(--shire-gold-soft);
  letter-spacing: .28em;
}

.hero .wrapper h1,
.hero .wrapper h3,
.slide-text h2,
.slide-text h3{
  text-transform: none;
  letter-spacing: -.01em;
  text-shadow: 0 2px 18px rgba(0,0,0,.20);
}

.hero .wrapper p{
  font-size: 1.25rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.92);
  font-family: "Montserrat", Helvetica, sans-serif;
}

.opacity-mask{
  background:
    linear-gradient(180deg, rgba(37,28,20,.38) 0%, rgba(37,28,20,.45) 55%, rgba(37,28,20,.58) 100%);
}

/* Buttons */
a.btn_1,
.btn_1{
  background: linear-gradient(180deg, var(--shire-moss) 0%, var(--shire-moss-dark) 100%);
  color: #fff !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(79,107,60,.22);
  padding: 15px 28px;
  font-weight: 700;
  letter-spacing: .02em;
}

a.btn_1:hover,
.btn_1:hover{
  background: linear-gradient(180deg, #5d7b47 0%, var(--shire-moss) 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(79,107,60,.28);
}

a.btn_1.outline,
.btn_1.outline{
  border: 2px solid var(--shire-gold);
  color: var(--shire-bark);
  background: rgba(255,255,255,.45);
}

a.btn_1.outline:hover,
.btn_1.outline:hover{
  background: var(--shire-gold);
  color: var(--shire-bark);
}

/* Section titles */
.title h2,
.title h3{
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--shire-bark);
}

.title.center{
  max-width: 900px;
  margin-inline: auto;
}

/* Cards / boxes */
.box_item_info,
.accordion .card,
.contacts_wrapper,
.booking_wrapper,
.box_overlay{
  border-radius: var(--shire-radius);
  box-shadow: var(--shire-shadow);
}

.box_item_info{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(201,165,92,.16);
}

.booking_wrapper,
.contacts_wrapper{
  background: linear-gradient(180deg, rgba(201,165,92,.08) 0%, rgba(79,107,60,.06) 100%);
  border: 1px solid rgba(201,165,92,.12);
}

.accordion .card .card-header,
.accordion .card-body{
  background: #fffdf8;
}

.accordion .card-header h5,
.accordion .card-header h5 a,
.accordion .card-header h5 a i.indicator{
  color: var(--shire-bark);
}

/* Facilities */
.box_facilities{
  border-image: linear-gradient(to bottom, rgba(201,165,92,.45), transparent) 1 60%;
}

.box_facilities h3{
  color: var(--shire-bark);
}

.box_facilities i{
  text-shadow: 0 6px 16px rgba(201,165,92,.15);
}

/* Room cards */
a.box_cat_rooms{
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(63,48,35,.18);
}

a.box_cat_rooms .info{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 5%, rgba(30,22,16,.85) 100%);
}

a.box_cat_rooms .info h3,
a.box_cat_rooms .info small,
a.box_cat_rooms .info span{
  color: #fff;
}

a.box_cat_rooms .info span:before{
  background-color: var(--shire-gold-soft);
}

/* Footer */
.copy{
  background: linear-gradient(180deg, #433326 0%, #34261b 100%);
  color: rgba(255,255,255,.88);
}

.social ul li a{
  color: var(--shire-bark);
}
.social ul li a:hover{
  color: var(--shire-gold);
}

.socials_icons a {
  font-size: 24px;
  margin: 0 10px;
}

.form-control,
.styled-select,
.qty-buttons.version_2 .form-control{
  border-radius: 12px;
}

.form-control{
  border-color: #d8ccb6;
  background: rgba(255,255,255,.88);
}

.form-control:focus{
  border-color: var(--shire-gold);
  box-shadow: 0 0 0 .2rem rgba(201,165,92,.14);
}

.applyBtn.btn.btn-sm.btn-primary{
  background: var(--shire-moss);
}

/* Mobile menu */
@media only screen and (max-width: 991px){
  .main-menu{
    background: linear-gradient(180deg, #fbf8f2 0%, #f1e9dc 100%);
  }

  .main-menu #mainNav ul li a{
    color: var(--shire-bark) !important;
    border-radius: 10px;
  }

  .main-menu #mainNav ul li a:hover,
  .main-menu #mainNav ul li a.active{
    background: rgba(201,165,92,.12);
    color: var(--shire-moss) !important;
  }

  .logo_panel{
    background: #fbf8f2;
  }
}

/* Image treatment */
img.rounded-img,
.owl-carousel.border-radius .owl-item,
.pinned-image.rounded_container,
.pinned-image__container{
  border-radius: 18px;
}

.parallax_wrapper .img_over img{
  border: 6px solid rgba(255,255,255,.9);
  box-shadow: var(--shire-shadow-soft);
}

/* Nice little flourishes */
.title h2::after,
.title h3::after{
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--shire-gold), rgba(201,165,92,0));
  border-radius: 999px;
}

.title.center h2::after,
.title.center h3::after{
  margin-left: auto;
  margin-right: auto;
}

::selection{
  background: rgba(201,165,92,.28);
  color: var(--shire-bark-dark);
}

header.fixed_header.sticky {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
}

/* Nav links */
header.fixed_header.sticky nav ul li a {
  color: #000000 !important;
  font-weight: 600;
}

/* Hover state */
header.fixed_header.sticky nav ul li a:hover,
header.fixed_header.sticky nav ul li a.active {
  color: #4f6b3c !important; /* subtle green accent */
}

/* Underline animation */
header.fixed_header.sticky nav ul li a.animated_link:before {
  background-color: #000000;
}

/* Button stays readable */
header.fixed_header.sticky nav ul li a.btn_1 {
  background: #4f6b3c;
  color: #ffffff !important;
}

/* Hamburger icon */
/* header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner::after {
  background-color: #000000;
} */

/* Desktop + mobile nav links */
header nav ul li a,
.main-menu #mainNav ul li a {
  background: transparent !important;
}

/* Hover + active states */
header nav ul li a:hover,
header nav ul li a.active,
.main-menu #mainNav ul li a:hover,
.main-menu #mainNav ul li a.active {
  background: transparent !important;
  color: #000 !important;
}

/* Keep subtle hover color if you want */
header.fixed_header.sticky nav ul li a:hover {
  color: #4f6b3c !important;
}

/* Remove any button-like styling on nav links */
header nav ul li a.btn_1 {
  background: #4f6b3c !important; /* only real button stays styled */
}

/* Desktop (~20% zoom out from original) */
@media (min-width: 992px) {
  .kenburns .owl-item.active img,
  img.kenburns,
  img.jarallax-img {
    animation: none !important;
    transform: scale(1.2) !important;
  }
}

/* Tablet (~30% zoom out) */
@media (max-width: 991px) {
  .kenburns .owl-item.active img,
  img.kenburns,
  img.jarallax-img {
    animation: none !important;
    transform: scale(1.1) !important;
  }
}

/* Mobile (~50% zoom out) */
@media (max-width: 767px) {
  .kenburns .owl-item.active img,
  img.kenburns,
  img.jarallax-img {
    animation: none !important;
    transform: scale(1.0) !important;
  }
}

@media (max-width: 991px) {
  .kenburns .owl-item.active .item img {
    animation: none !important;
    transform: scale(2) !important;
  }
}

/* Hero height tuning so mobile crops less */
@media (max-width: 991px) {
  .hero.full-height {
    min-height: 0 !important;
    height: 72vh !important;
  }
}

@media (max-width: 767px) {
  .hero.full-height {
    height: 58vh !important;
  }
}

h1, h2, h3,
.hero .wrapper h1,
.title h2,
.title h3 {
  font-family: 'MedievalSharp', serif !important;
}

body, p, li, input, textarea, button {
  font-family: "Montserrat", Helvetica, sans-serif !important;
}

.parchment-img,
.owl-carousel .item img,
.parallax_wrapper img,
.pinned-image__container img {
  border: 10px solid transparent;
  border-radius: 14px;

  /* parchment texture effect */
  background:
    linear-gradient(#f5e6c8, #e8d3a5) padding-box,
    radial-gradient(circle at top left, rgba(120,80,40,0.4), transparent 60%) border-box,
    radial-gradient(circle at bottom right, rgba(120,80,40,0.35), transparent 60%) border-box;

  box-shadow:
    0 0 0 1px rgba(80, 55, 25, 0.25),
    0 8px 22px rgba(50, 30, 10, 0.25),
    inset 0 0 25px rgba(120, 80, 40, 0.15);

  filter: contrast(1.02) saturate(0.95);
}

.box_cat_rooms,
.pinned-image__container,
.parallax_wrapper,
.owl-carousel .item,
.room_facilities_list ul li figure {
  position: relative;
  border: solid 14px transparent;
  border-radius: 12px;
  background-color: #ead7b0;
  background-clip: padding-box;
  box-shadow: 0 10px 26px rgba(45, 28, 12, 0.22);
}

/* Parchment border image inspired by the CodePen approach */
/* .box_cat_rooms,
.pinned-image__container,
.parallax_wrapper,
.owl-carousel .item {
  border-image-source: url("https://res.cloudinary.com/ez-nettools/image/upload/v1635183100/parchment-hand-painted_zfdfpt.avif");
  border-image-slice: 32 fill;
  border-image-repeat: stretch;
}

.box_cat_rooms img,
.pinned-image__container img,
.parallax_wrapper img,
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.box_cat_rooms::after,
.pinned-image__container::after,
.parallax_wrapper::after,
.owl-carousel .item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
  box-shadow:
    inset 0 0 25px rgba(110, 72, 34, 0.12),
    inset 0 0 60px rgba(70, 44, 20, 0.08);
} */

.box_cat_rooms,
.pinned-image__container,
.parallax_wrapper,
.owl-carousel .item {
  position: relative;
  padding: 10px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #f6e7c8 0%, #ead3a3 100%);
  box-shadow:
    0 0 0 1px rgba(95, 63, 30, 0.25),
    0 10px 26px rgba(45, 28, 12, 0.22),
    inset 0 0 18px rgba(255, 248, 220, 0.35);
}

.box_cat_rooms::before,
.pinned-image__container::before,
.parallax_wrapper::before,
.owl-carousel .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(110,72,34,0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(110,72,34,0.16), transparent 34%),
    radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 50%);
  mix-blend-mode: multiply;
}

.box_cat_rooms img,
.pinned-image__container img,
.parallax_wrapper img,
.owl-carousel .item img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

#gallery .carousel_item_centered .owl-item {
  padding: 14px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #f6e7c8 0%, #e7cf9e 100%) !important;
  box-shadow:
    0 0 0 1px rgba(95, 63, 30, 0.22),
    0 10px 24px rgba(45, 28, 12, 0.22),
    inset 0 0 20px rgba(255, 245, 220, 0.20) !important;
  overflow: hidden !important;
}

#gallery .carousel_item_centered .owl-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(110,72,34,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(110,72,34,0.14), transparent 34%);
  z-index: 2;
}

#gallery .carousel_item_centered .owl-item .item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#gallery .carousel_item_centered .owl-item .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Hide the hamburger icon on mobile */
@media (max-width: 991px) {
  .hamburger_2 { display: none !important; }
}
