:root {
  --accent-color: rgb(237, 247, 44);
  --primary-color: #cda274;
  --secondary-color: #cda274;
  --price-color: #de543e;
  --background-cookiebar: var(--secondary-color);
  --link-hover-color: var(--primary-color);
}

.accent-color {
  color: var(--accent-color);
}

.img-box-chi-siamo .img-one {
  top: 150px !important;
}

.img-box-chi-siamo .img-two {
  bottom: 150px !important;
  right: 30px !important;
  box-shadow: 30px 25px 30px 50px #f7f7f7 !important;
}

.contact-info .single-item .icon-box.contact-icon {
  top: 0px !important;
}

.service-section .tab-title li .single-btn {
  height: 180px;
}

.contact-info .single-item:hover .icon-box i:before {
  color: var(--primary-color);
}

.contact-text a {
  color: #0f3a4a;
}

.contact-text:hover a {
  color: var(--primary-color) !important;
}

.three-column-carousel .testimonial-content .text p {
  min-height: 270px;
}

.img-box {
  width: 100%;
  overflow: hidden;
}

.img-box.img-box-service {
  max-height: 400px;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.room-price {
  margin-bottom: 3.5rem;
}

.room-price span {
  color: var(--price-color);
}

.map-content {
 z-index: 9;/* pointer-events: none;*/
}

.google-map-area div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.google-map-area div iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: bold;
}

/* Cookies  */

@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
  }
}

.cookiebar {
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  max-width: 832px;
  width: 90%;
  z-index: 1100;
  background-color: var(--secondary-color);
  padding: 24px 32px;
  text-align: center;
}

.cookiebar-buttons a,
.cookiebar-buttons button {
  color: #fff !important;
}

.cookiebar.show {
  display: block;
}

.cookiebar .cookiebar-buttons {
  margin-top: 32px;
  padding: 0;
  line-height: 1.25em;
}
.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: rgb(230.1375, 236.19375, 242.25);
}

.cookiebar .cookiebar-btn {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1em;
}
.cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}

.cookiebar p,
.cookiebar div a {
  color: #fff;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 769px) {
  .cookiebar {
    padding: 32px 48px;
  }

  .cookiebar.show {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
  }

  .cookiebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}

@media (min-width: 576px) {
  .cookiebar .cookiebar-btn {
    font-size: 0.75rem;
  }
}

/* COOKIES MODAL  */
#cookieModal {
  z-index: 99999;
}

/* .modal {
  display: block;
} */

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  background-color: transparent;
  background-image: none;
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 162, 116, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 162, 116, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 162, 116, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 162, 116, 0.5);
}

#cookieModal {
  .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
  }
}

.text-muted {
  color: hsl(211, 13%, 59%) !important;
}

.controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

#cookieModal {
  .tog-btn {
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 14px;
    width: 46px;
    height: 26px;
    position: relative;
    background: #eee;
    cursor: pointer;
  }
}

#cookieModal {
  .tog-btn[aria-pressed="true"] {
    background: var(--primary-color);
    border-color: var(--secondary-color);
  }
}

#cookieModal {
  .tog-btn {
    appearance: none;
    border: 1px solid #bbbbbb9a;
    border-radius: 14px;
    width: 46px;
    height: 26px;
    position: relative;
    background: #eee;
    cursor: pointer;
  }
}

#cookieModal {
  .tog-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.18s;
  }
}

#cookieModal {
  .tog-btn[aria-pressed="true"] .tog-knob {
    transform: translateX(20px);
  }
}

@media (min-width: 991px) {
  .sticky-header .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .model-footer {
    justify-content: space-around !important;
  }

  .modal-footer div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
