:root {
  --black: #000000;

  --primary: #CEB4A9;

  --secondary: #44443C;

  --bs-body-color: #212529;

  --border-radius: 2px;

}

.bg-grey {
  background: #F7F7F5;
}

.bg-brown {
  background: #D3B5A3;
}



@font-face {
  font-family: 'Gill-Sans';
  src: url('../fonts/GillSansMTPro-Book.woff2') format('woff2'),
    url('../fonts/GillSansMTPro-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill-Sans';
  src: url('../fonts/GillSansMTPro-BookItalic.woff2') format('woff2'),
    url('../fonts/GillSansMTPro-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gill-Sans';
  src: url('../fonts/GillSansMTPro-Medium.woff2') format('woff2'),
    url('../fonts/GillSansMTPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill-Sans';
  src: url('../fonts/GillSansMTPro-Light.woff2') format('woff2'),
    url('../fonts/GillSansMTPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/BaskervilleNo2BT-Roman.woff2') format('woff2'),
    url('../fonts/BaskervilleNo2BT-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville Old Face';
  src: url('../fonts/BaskOldFace.woff2') format('woff2'),
    url('../fonts/BaskOldFace.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




html {
  scroll-behavior: unset;
}


body,
html {
  width: 100%;
  height: 100%;
  color: #44443C;

  font-size: 14px;
  line-height: 1.2rem;

  font-family: 'Gill-Sans';
  font-weight: normal;
  font-style: normal;

}

main {
  overflow: hidden;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}



hr {
  border-top: 1px solid #e9e9e9;
  opacity: 1;
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #44443C;
  text-decoration: none;
}

a:hover {
  color: #44443C;
}

.color-primary {
  color: var(--primary);
}

.text-white a,
.text-white a:hover {
  color: #fff;
}


strong {
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-family: 'Baskerville';
  font-weight: 400;
  font-style: normal;
}


.text-white h2 {
  color: #fff;
}

/* h1 {
  font-size: 3rem;
  line-height: 3rem;
} */


h1, h2 {
  font-size: 2.875rem;
  line-height: 3.5rem;

}



h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}


h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}


h6 {
  font-size: 1.25rem;
}



p,
div {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

p.large {
  font-size: 1.875rem;
  line-height: 2.25rem;

}

p.small {
  font-size: 1.2rem;
  line-height: 1.8rem;
}


figure {
  margin: 0px;
  overflow: hidden;
}


.content-list {
  list-style: none;
  padding-left: 0;
  line-height: 2rem;
  margin: 0;
}

.content-list a {
  text-decoration: none;
}


/* figure.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
} */

.side-curve {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  position: relative;
}

.side-curve::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.order-md-last .side-curve {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.order-md-last .side-curve::after {
  border-right: unset;
  border-left: 20px solid #fff;
  right: auto;
  left: 0;

}



.shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--primary);
  border-color: var(--primary);
}

.letter-spacing {
  letter-spacing: 2px;
}


.text-white .btn-primary,
.text-white .btn-primary:hover {
  color: #000;
}



.btn-primary {
  background: var(--primary);
  font-size: 1rem;
  line-height: 1rem;
  padding: 18px 24px;
  color: #ffffff;
  border-radius: var(--border-radius);
  border: 1px solid var(--primary);
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-primary:hover {
  color: #44443C;
  background: #fff;
  text-decoration: none;
  border: 1px solid var(--primary);

}



.btn-secondary {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  border-radius: var(--border-radius);
  text-transform: uppercase;
  border: 1px solid #bbb;
  background: var(--secondary);
  letter-spacing: 1px;
}

.btn-secondary:hover {
  border: 1px solid var(--secondary);
  background: #fff;
  color: var(--secondary);
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}

.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 10;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}


.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 1%;
  background: #dbc04d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 28px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 48px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.widget-form-section .row .media-block {
  padding: 0 !important;
}

.widget-form-section .row .content-block {
  padding: 3rem;
}

.widget-form-section .row {
  background-color: #f5f5f5;
}

.widget-form-section .row .media-block {
  padding: 0;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 46px;
  background-color: var(--primary);
  z-index: 5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


.btn-fixed-right {
  position: fixed;
  right: -44px;
  top: 50%;
  z-index: 5;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  transform: rotate(-90deg);
  padding: 14px 25px;
  border-radius: 3px;
  border: 1px solid var(--primary);
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1rem;
  font-weight: 500;
}


.btn-fixed-right:hover {
  background: #fff;
}



/*----------------- Header -------------------*/

header {
  position: relative;
  width: 100%;
  z-index: 6;
}

header.fixedTop {
  animation: smoothScroll 0.5s forwards;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  position: fixed;
}

header.fixedTop .header-left {
  opacity: 0;
  pointer-events: none;
}

header.fixedTop .navbar-expand-xl .navbar-nav .nav-link {
  padding: 10px 15px;
}

header.fixedTop .logo {
  max-width: 120px;
  padding: 10px 0
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.fixedTop-padding {
  padding-top: 137px;
}

/* --------------- header -------------------- */

.header-left {
  align-items: center;
  display: flex;
}

.header-left ul {
  list-style: none;
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
}

.header-left i {
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 9px 9px;
  border-radius: var(--border-radius);
}

.header-left a {
  font-family: 'Baskerville';
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.header-left ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-left a small {
  display: block;
  font-family: 'Gill-Sans';
  color: var(--primary);
}

.logo {
  max-width: 200px;
  padding: 25px 0;
}

.header-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
}

.header-right .dropdown a {
  color: var(--primary);
  text-decoration: navajowhite;
  font-size: 1.2rem;
}

.header-right .dropdown a.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
}

.navbar-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}


.navbar {
  background: #fff;
}

.navbar-nav {
  padding: 0;
}

.navbar-collapse {
  max-height: calc(-122px + 100vh);
}


.navbar-expand-xl .navbar-nav .nav-link {
  font-family: 'Baskerville';
  font-size: 1rem;
  padding: 18px 15px;
  color: #353638;
}

.navbar a.active,
.navbar a:hover {
  color: #000;
  background: var(--primary);

}

.navbar .nav-item {
  padding: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .nav-item:last-child {
  border-right: 0;
}





.banner-slider .slick-slide {
  position: relative;
  color: #fff;
  height: auto;
}


.banner-slider div {
  position: relative;
}




.banner-slider figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  gap: 15px;
  background: rgba(0, 0, 0, 0.25);
}


.banner-slider .slick-active figcaption div {

  animation-name: fade-Up;
  animation-duration: 2s;
  opacity: 1;

}
.banner-slider figcaption h1,
.banner-slider figcaption h2,
.banner-slider figcaption p {
  width: 60%;
  margin: 20px auto;
}

.banner-slider figcaption h1.letter-spacing,
.banner-slider figcaption h2.letter-spacing {
  letter-spacing: 5px;
}

.banner-slider img {
  /* height: 580px; */
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 8/3;
}


.fade-Up {
  -webkit-animation-name: fade-Up;
  animation-name: fade-Up;
}

@keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -60px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}



@-webkit-keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -40px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}

/* .subpage-banner img {
  aspect-ratio: 10/2.2;
  object-fit: cover;
} */

.subpage-banner figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  gap: 15px;
  background: rgba(0, 0, 0, 0.30);

}




.search-panel.home {
  position: absolute;
  inset: 0;
  top: auto;
  bottom: -56px;
  padding: 10px 25px;
  width: 75%;

  border-radius: 5px;

  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);

  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;

}

.search-panel label {
  text-transform: uppercase;
  color: var(--secondary);
}

/* .search-panel.home .btn-primary {
    background: var(--primary);
  } */




/* .search-panel label {
  color: #fff;
} */


.search-panel .btn-primary {
  margin-bottom: 0;
  min-width: 130px;
  padding: 12px 24px;
  color: #fff;
}

.search-panel .btn-primary:hover {
  color: #44443C;
}


/* .plus-minus i {
  color: #fff;
}

.t-datepicker {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}*/

.t-datepicker {
  margin-top: 15px;
}

.t-dates,
.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  opacity: 1;
  top: 9px;
  font-size: 1.1rem;
  font-family: 'Gill-Sans';
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  margin-left: 5px;
}

.t-check-in,
.t-check-out {
  border-color: var(--secondary);
}

.t-check-in {
  border-right-color: var(--secondary);
}


.btn-white {
  background: #fff;
}

.btn-white:hover {
  background: var(--primary);
  border-color: #fff;
}

.guests {
  position: relative;
}

.guests i {
  position: absolute;
  z-index: 3;
  top: 6px;
  right: 20px;
  font-size: 1.5rem;
  padding: 10px 10px 10px 5px;
}

.t-check-in {
  border-right-width: 1px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.t-check-out {
  border-left-width: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}


.guests-dropdown {
  display: flex;
  justify-content: center;
}

.search-panel label,
.guests-dropdown a {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.guests-dropdown ul a {
  color: var(--primary);
}

.guests-dropdown .dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  border: 0px;
  margin-top: 10px !important;

  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) !important;
}

.guests-dropdown .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  align-items: center;
}

.guests-dropdown .dropdown-menu li:last-child {
  border: 0px;
}

.guests-dropdown .dropdown-menu li h4 {
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.guests-dropdown .dropdown-menu li h4 small {
  display: block;
  color: #777;
  font-family: 'Gill-Sans';
}

/* .guests-dropdown .dropdown-menu li span {
  width: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  border-radius: 18px;
  padding: 4px;
}


.guests-dropdown .dropdown-menu li span i {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  justify-content: center;
  align-items: center;
  background: #fff;
} */

.guests-dropdown .dropdown-menu li span p {
  margin: 0;
}

.rooms {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.plus-minus,
.guests-dropdown .dropdown-menu li span {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  border-radius: 2px;
}

.plus-minus a,
.guests-dropdown .dropdown-menu li span a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--border-radius);
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  font-size: 1rem;
  background-color: var(--primary);
  color: #fff;
  padding: 12px;
}




#bookingWidget .t-check-in {
  border-right-color: rgba(0, 0, 0, 0.2);
}

#bookingWidget .t-check-in,
#bookingWidget .t-check-out {
  border-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
}

#bookingWidget .t-datepicker {
  border-right: 0px;
}

#bookingWidget .t-check-in {
  border-right-width: 1px;
  border-radius: 3px 0 0 3px;
}

#bookingWidget .t-check-out {
  border-left-width: 0;
  border-radius: 0 3px 3px 0;
}




.rooms-types {
  position: relative;
}

.rooms-types>figure {
  background: #000;
}

.rooms-types>figure img {
  opacity: 0.6;
}

.rooms-types figure img {
  aspect-ratio: 8/3;
  object-fit: cover;
  object-position: center;
}

.rooms-types ul {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.rooms-types ul li figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.rooms-types ul li figcaption {
  position: relative;
  z-index: 2;
}

.rooms-types ul li a {
  color: #fff;
  text-decoration: none;
}

.rooms-types h3 {
  min-width: 195px;
}

.rooms-types h4 {
  font-family: 'Gill-Sans';
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 10px;
}

.rooms-types h4 span {
  font-size: 1.2rem;
  margin-left: 5px;
}

.rooms-types a:hover h4 span {
  margin-left: 15px;
}

.rooms-types ul li figure {
  opacity: 0;
  background: #000;
  pointer-events: none;
}

.rooms-types ul li a:hover figure {
  opacity: 1;
}

.rooms-types ul li figure img {
  opacity: 0.6;
}


/* --------------- Content -------------- */



.customBlock .content {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.customBlock .swap-content {
  flex-direction: row-reverse
}


.customBlock .media-block {
  flex-shrink: 0;
  position: relative;
}

.customBlock .content-block {
  flex-grow: 1;
}


/* 1/11 and 11/1 layouts */
.customBlock.layout1x11 .media-block {
  width: 8.33%;
}

.customBlock.layout1x11.swap-width .media-block {
  flex-direction: row-reverse;
}

/* 2/10 and 10/2 layouts */
.customBlock.layout2x10 .media-block {
  width: 16.67%;
}

.customBlock.layout2x10.swap-width .media-block {
  width: 83.33%;
}

/* 3/9 and 9/3 layouts */
.customBlock.layout3x9 .media-block {
  width: 25%;
}

.customBlock.layout3x9.swap-width .media-block {
  width: 75%;
}

/* 4/8 and 8/4 layouts */
.customBlock.layout4x8 .media-block {
  width: 33.33%;
}

.customBlock.layout4x8.swap-width .media-block {
  width: 66.67%;
}

/* 5/7 and 7/5 layouts */
.customBlock.layout5x7 .media-block {
  width: 41.67%;
}

.customBlock.layout5x7.swap-width .media-block {
  width: 58.33%;
}

/* 6/6 layout */
.customBlock.layout6x6 .media-block {
  width: 50%;
}


.customBlock .media-block figure img {
  aspect-ratio: 4/2.6;
  object-fit: cover;
}

.arrow .media-block::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.arrow .swap-content .media-block::after {
  border-right: unset;
  border-left: 20px solid #fff;
  right: auto;
  left: 0;
}

.custom-table .table{
  text-align: left;
}

.custom-table .table>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg)
}

.custom-table .table tr:first-child td {
  background: var(--primary);
  color: #fff;
  font-weight: 500;
}

/* .awards-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 20px;
}
.awards-list img {
  width: 100%;
}
.awards-list li {
  background: #eee;
  border: 1px solid #ddd;
  padding: 6px;
  display: flex;
  align-items: center;
} */


.awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0px;
  justify-content: center;
}

.awards-list li {
  background-color: #eee;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
}

.awards-list img {
  width: 150px;
}

.detail-box {
  padding: 7px;
  border: 1px solid #DDDFDB;
  border-bottom: 5px solid var(--primary);
  border-radius: var(--border-radius);
}

.detail-box aside {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}



.detail-box figure img,
.detail-box-2 figure img {
  aspect-ratio: 2/1.5;
  object-fit: cover;
}


.detail-box .icon-arrow-right {
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  padding-left: 4px;
  margin-right: 4px;
  border: 2px solid var(--primary);
}


.detail-box a:hover .icon-arrow-right {
  background: #fff;
}

.detail-box a {
  text-decoration: none;
}


.detail-box ul {
  padding: 0;
  display: flex;
  font-size: 1rem;
  gap: 9px;
  color: var(--primary);
  list-style: none;
}

.detail-box ul li {
  display: flex;
  align-items: center;
  gap: 3px;
}

.detail-box ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: var(--primary);
  border-radius: 50%;
}

.detail-box h3 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 0px;
}

.detail-box li::marker {
  color: var(--primary);
}

.detail-box ul span {
  font-size: 1rem;
}

.detail-box ul li:first-child::before {
  display: none;
}

.mid-panel-center .panel img {
  aspect-ratio: 8/2.6;
  object-fit: cover;
}

.mid-panel-center .panel figcaption {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  color: #fff;
}

.mid-panel-center .panel {
  position: relative;
}

.mid-img-panel a {
  color: #fff;
}

/* .mid-img-panel .btn-primary {
  color: #000;
} */


.mid-gallery-panel .slick-slide {
  position: relative;
}

.mid-gallery-panel figure {
  background: #000;
}

.mid-gallery-panel img {
  width: 100%;
  aspect-ratio: 4/2.5;
  object-fit: cover;
  opacity: 0.8;
}

.mid-gallery-panel .slick-active img {
  opacity: 1;
}

.mid-gallery-panel .slick-slide div {
  padding: 0 2px;
}

.mid-gallery-panel aside {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius);
  padding: 5px;
}

.mid-gallery-panel aside img {
  max-width: 70px;
  object-fit: contain;

}

.about-us-custom .pe-md-5,
.about-us-sec2 .ps-md-5 {
  padding: 0 !important;
}




.social-media {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 10px;
  margin: 20px auto;
  justify-content: center;
  list-style: none;
}


.social-media a {
  display: block;
  background: var(--primary);
  width: 42px;
  height: 42px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.social-media a:hover {
  background: #fff;
  color: var(--primary);
}


.rooms-gallery figure img {
  aspect-ratio: 4/2;
  object-fit: cover;
}

.rooms-gallery .slick-prev::before,
.rooms-gallery .slick-next::before {
  color: var(--primary);
}

.rooms-gallery .slick-next {
  left: auto;
  right: -40px;
}

.rooms-gallery .slick-prev {
  right: auto;
  left: -40px;
}


.features-list {
  padding-left: 20px;
  margin: 20px 0 0 0;
}

.features-list li {
  margin-bottom: 8px;
}

.features-list li::marker {
  color: var(--primary);
  font-size: 1.6rem;
}


.exclusive-deals img {
  width: 100%;
  aspect-ratio: 4/2.5;
  object-fit: cover;
  opacity: 0.8;
}

.exclusive-deals figure {
  background: #000;
}

.exclusive-deals .slick-active img {
  opacity: 1;
}

.exclusive-deals figcaption {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: end;
  color: #fff;
  flex-direction: column;
  padding: 15px 25px;
  width: 80%;
  text-transform: uppercase;
}

.exclusive-deals .slick-slide div {
  margin: 0 3px;
  position: relative;
}

.exclusive-deals a {
  color: #fff;
  float: left;
}

.exclusive-deals span {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0px;
  bottom: 0px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  z-index: 1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8083566190147934) 0%, rgba(0, 0, 0, 0) 54%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8083566190147934) 0%, rgba(0, 0, 0, 0) 54%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8083566190147934) 0%, rgba(0, 0, 0, 0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.btn-view-details {
  font-weight: 500;
  font-size: 1.1rem;
}

.btn-view-details a {
  text-decoration: none;
}

.btn-view-details a:hover {
  text-decoration: underline;
}

.btn-view-details i {
  font-size: 0.9rem;
  margin-left: 6px;
}


.detail-box-2 a {
  margin-top: auto;
}

/* .detail-box-2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
} */

.detail-box-2 {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.home-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gallery .h100 img {
  aspect-ratio: 4/6;
  width: 100%;
  object-fit: cover;
}

.home-gallery .h50 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/2.86;
}

.home-gallery .h50 figure:first-child {
  margin-bottom: 7%;

}

.explore-panel .panel {
  position: relative;
  color: #fff;
}

.explore-panel .panel figure {
  position: relative;
}

.explore-panel .panel figure img {
  aspect-ratio: 8/2.5;
  object-fit: cover;
}

.explore-panel .panel figure::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  border-radius: var(--border-radius);
  background: #003143;
  background: -webkit-linear-gradient(90deg, rgba(0, 49, 67, 0.5) 0%, rgba(0, 49, 67, 0.5) 30%, rgba(0, 49, 67, 0) 70%, rgba(0, 49, 67, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 49, 67, 0.5) 0%, rgba(0, 49, 67, 0.5) 30%, rgba(0, 49, 67, 0) 70%, rgba(0, 49, 67, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 49, 67, 0.5) 0%, rgba(0, 49, 67, 0.5) 30%, rgba(0, 49, 67, 0) 70%, rgba(0, 49, 67, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003143", endColorstr="#003143", GradientType=1);
}

.explore-panel .panel h6 {
  font-family: 'Baskerville';
}

.explore-panel .panel figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  align-items: start;
  width: 40%;
}

.map iframe {
  height: 500px;
}


.custom-width {
  width: 640px;
}



/* ------------------ Offer Listing ---------------- */


.contentTabs-container .nav-tabs {
  border-bottom: none;
}

.contentTabs-container .scrtabs-tab-scroll-arrow {
  border: 0px;
  padding-top: 7px;
  width: 27px;
}

.contentTabs-container .scrtabs-tab-scroll-arrow-right {
  text-align: right;
}

.contentTabs-container .scrtabs-tab-scroll-arrow {
  color: var(--primary);
}

/* .contentTabs .nav-item a {
    color: #333;
    background: #fff;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 0;
    margin-right: 1px;
    font-weight: 600;
}

.contentTabs .nav-item a.active{
    color: #fff;
    background-color: #c3273c;
	position: relative;
}

.contentTabs .nav-item a.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #c3273c;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-right: 8px solid transparent;
    margin-left: -8px;
} */


.offer-tabs {
  font-family: 'Baskerville';
  border: 0px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.offer-tabs .nav-link.active {
  color: var(--primary);
  text-decoration: underline;
  font-weight: bold;
}

.offer-tabs .nav-link {
  border: 0px;
  color: #44443C;
  font-size: 1.5rem;
}

/* .offer-tabs li {
  display: inline-block;
  margin: 0 10px;
} */






.slidePlaceholder {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.slidePlaceholder img {
  position: absolute;
  width: 50px;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}




.icon-plane-container {
  background: var(--primary);
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.newsletter {
  width: 500px;
  margin: 0 auto;
}


.reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  padding: 10px 15px;
  justify-content: space-between;
}

.reviews h4 {
  font-size: 1.5rem;
}

.reviews h5 {
  font-size: 1.2rem;
}

.reviews .fa-star {
  color: #FFE500;
}

.reviews-logos {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}


.reviews-logos img:first-child {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.ihg-hotels {
  border: 1px solid #000;
  position: relative;
  padding: 35px 15px;
}

.ihg-hotels ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;

}

.ihg-hotels ul li {
  padding: 0;
  margin: 2px 8px;
  text-align: center;
}


.ihg-hotels ul li img {
  max-width: 100px;
  filter: grayscale(1);
}

.ihg-hotels ul li a:hover img {
  filter: grayscale(0);
}


.ihg-hotels .first {
  position: absolute;
  left: 20px;
  top: -20px;
  background: #fff;
  padding: 0 15px;
}

.ihg-hotels .last {
  right: 20px;
  position: absolute;
  bottom: -20px;
  padding: 0 15px;
  background: #fff;
}



.breadCrumbs {
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
  text-transform: uppercase;
}


.breadCrumbs ul {
  padding: 0;
  font-size: 1rem;
  color: #AFAFAF;
}

.breadCrumbs li {
  position: relative;
  padding-right: 1em
}

.breadCrumbs li:not(:last-child):after {
  content: "\f105";
  position: absolute;
  right: -2px;
  top: 0px;
  font-family: 'font awesome 5 free', fontawesome;
  text-transform: none
}

.breadCrumbs li a {
  text-decoration: none;
  color: #AFAFAF;
}

.breadCrumbs li:last-child {
  font-weight: 500;
  color: var(--primary);
}




.slick-prev::before,
.slick-next::before {
  color: var(--primary);
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

.slick-prev::before,
.slick-next::before {
  font-size: 2.2rem;
  opacity: 1;
}

.slick-prev {
  left: 40px;
  z-index: 2;
}

.slick-next {
  right: 40px;
  z-index: 2;
}




.slick-dots {
  left: 0;
  bottom: 0px;
}

.slick-dots {
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 17px;
  padding: 0px 4px 3px 7px;
}


.slick-dots li button::before {
  background: #fff;
  content: "";
  font-size: 10px;
  opacity: 1;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}



.slick-dots li.slick-active button::before {
  background: var(--primary);
  opacity: 1;
}

.homeGallerySlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homeGallerySlider.slick-slider>.slick-dots,
.tab-content .homeGallerySlider.slick-slider>.slick-dots {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 24px auto 0;
  padding: 5px 9px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  line-height: 0;
  transform: none;
  scrollbar-width: none;
}

.homeGallerySlider.slick-slider>.slick-dots::-webkit-scrollbar {
  display: none;
}

.homeGallerySlider.slick-slider>.slick-dots li {
  flex: 0 0 20px;
  margin: 0;
}

.homeGallerySlider.slick-slider>.slick-dots li button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.dining-venue {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #F7F7F5;
  padding-bottom: 5px;
}

.dining-venue figcaption {
  padding: 0 15px;
}

.dining-venue figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/*



.dining-venue h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

 .dining-venue figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  text-align: left;
  align-items: end;
  color: #fff;
  padding: 20px;
  border-radius: var(--border-radius);
  pointer-events: none;

  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.dining-venue span {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
  border-radius: var(--border-radius);
  padding: 10px;

  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;

}

.dining-venue span img {
  max-height: 50px;
}

*/




.form label {
  font-family: 'Baskerville';
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.form-control {
  padding: .8rem 1rem;
  border: 1px solid #d9d9d9;
}

.form-control::placeholder {
  color: #999;
}




.features ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  /* Distribute the items with equal gaps between and around them so short
     values (e.g. "Garden") sit evenly spaced rather than clustered next to a
     longer neighbour. Row-gap keeps wrapped rows separated on small screens. */
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0;
}

.features ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Size each item to its content so the longest value ("King Bed + Twin Bed")
     stays on a single line; on narrower screens the row wraps to fewer items
     per row rather than breaking the text mid-value. */
  flex-basis: auto;
}

.features ul li span {
  background-color: var(--primary);
  width: 65px;
  height: 65px;
  /* Keep the round icon from being squashed into an oval when the value text
     wraps to two lines (e.g. "King Bed + Twin Bed"). */
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  border: 7px solid #f2e9e4;
  color: #44443C;
}

.features ul li h3 {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.features ul li h3 small {
  display: block;
  font-family: 'Gill-Sans';
  font-size: 1.2rem;
}



.listing-img-size figure img {
  aspect-ratio: 4/2.8;
  object-fit: cover;
}

.gallery-img-size figure img {
  aspect-ratio: 4/4;
  width: 100%;
  object-fit: cover;
}


.line-clamp-5 {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.contact-addresses {
  list-style: none;
  padding: 0;
}

.contact-addresses h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.contact-addresses h4::before {
  content: "";
  position: absolute;
  background: var(--primary);
  height: 100%;
  width: 3px;
  display: block;
  left: -15px;
}

.contact-addresses li {
  border-bottom: 1px solid #ddd;
  padding: 1.2rem;
}

.contact-addresses p {
  margin: 0;
}

.contact-map iframe {
  border: 1px solid #ccc;
}


.shadow {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
}





.clients-logos {
  margin: 0 -8px;
}


.clients-logos .slick-prev {
  left: 0;
}

.clients-logos .slick-next {
  right: 0;
}


.clients-logos img {
  width: 100%;
}



.clients-logos .slick-track {
  display: flex;
  padding-bottom: 5px;
}


.clients-logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #dcdcdc;
  margin: 0 8px;
}





.btn:focus-visible {
  background-color: var(--primary);
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

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



.logo-restaurant {
  max-width: 200px;
  max-height: 100px;
}

.restaurant-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.restaurant-features li {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.restaurant-features li span {
  background: var(--primary);
  border: 4px solid #ede1da;
  border-radius: var(--border-radius);
  font-size: 2rem;
  padding: 5px;
}

.restaurant-features h4 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin: 0;
}

.restaurant-features h4 small {
  font-family: 'Gill-Sans';
  display: block;
  font-size: 1.2rem;
}

.restaurant-socialmedia {
  display: flex;
  gap: 10px;
  align-items: center;
}

.restaurant-socialmedia h5 {
  margin-bottom: 0;
}

.restaurant-socialmedia ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.restaurant-socialmedia a {
  text-decoration: none;
}

.restaurant-socialmedia i {
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.restaurant-socialmedia a:hover i {
  background: var(--primary);
  color: #fff;
}




/*------------ footer --------------*/

footer {
  background: #44443C;
}


footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer a,
footer p,
footer a:hover {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
}


footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}


footer h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

/* footer h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #AA8453;
  margin-top: 10px;
} */

footer ul.footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  text-transform: uppercase;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-links a {
  font-size: 1.5rem;
}

.social-links a:hover {
  font-size: 1.6rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: end;
  padding: 0;
  margin: 0;
}

.flex-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.flex-icon span {
  background-color: var(--primary);
  color: #44443C;
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
}







/*----cookie---*/

#gdpr {
  padding: 20px;
  background: #161616;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#gdpr p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

#gdpr_btn:hover {
  color: var(--primary);
}

#gdpr p a {
  color: #fff;
}




figure img,
.zoom:hover img,
.btn-primary::after,
.rooms-types ul li figure,
.rooms-types h4 span {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s
}

#search-rooms {
    /* scroll top margin */
    scroll-margin-top: 250px;
}

/* DROPDOWN & SUBMENU STYLES */

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 0;
    width: fit-content !important;
    max-width: 350px !important;
}

.dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Baskerville';
}

.dropdown-item:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 8px;
    text-align: left;
  }
}

@media (min-width: 1200px) {

    .dining-hover:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;

    }


    .dropdown-submenu:hover>.submenu {
    display: block;
    }


    .submenu {
    position: static;
    left: auto;
    top: auto;
    display: none;
    width: 100%;
    box-shadow: none;
    border: none;
    background: #f9f9f9;
    padding-left: 20px;
    }

    .dropdown-menu {
    transition: all 0.2s ease;
    }
}


@media (max-width: 1199px) {

    .dropdown-menu .submenu {
    position: static;
    display: none;
    margin-left: 0;
    padding-left: 20px;
    border: none;
    background: #f9f9f9;
    box-shadow: none;
    width: 100%;
    }

    .dropdown-menu .submenu.show {
    display: block;
    }
    .dropdown-item {
    white-space: normal;
    }
}
.arrow-trigger {
    cursor: pointer;
    font-size: 1.2em;
    transition: transform 0.2s ease;
}
.arrow-trigger.rotate-down {
    transform: rotate(-90deg);
}

.-mt-3 {
    margin-top: -1rem !important;
}

@media (min-width: 768px) {
    .-mt-md-5 {
        margin-top: -3rem !important;
    }
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--primary);
}
