header .navbar .navbar-brand img,
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
  max-height: 55px;
}

.bg-gradient-tan-geraldine {
  background-image: linear-gradient(to right top,
      #7f8b93,
      #88949d,
      #95a2ab,
      #a3afb7,
      #b1bcc3);
}

.btn-gradient-shamrock-green-light-orange {
  background-image: linear-gradient(to right,
      #7f8b93,
      #b1bcc3,
      #7f8b93);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.bg-gradient-sky-blue-pink {
  background-image: linear-gradient(to right top,
      #7f8b93,
      #88949d,
      #95a2ab,
      #a3afb7,
      #b1bcc3);
}

.text-shamrock-green,
.btn-link.text-shamrock-green,
a.text-shamrock-green-hover:hover {
  color: #7f8b93;
}

.btn.btn-transparent-dark-gray {
  background: transparent;
  border-color: #7f8b93;
  color: #7f8b93;
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:focus {
  background: #7f8b93;
  border-color: #7f8b93;
  color: #ffffff;
}

.text-fast-blue,
.btn-link.text-fast-blue,
a.text-fast-blue-hover:hover {
  color: #7f8b93;
}

.padding-200px-tb {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.bg-shamrock-green {
  background-color: #3fd07f;
  /* verde termale */
  color: #ffffff;
}

.text-neon-orange,
.btn-link.text-neon-orange,
a.text-neon-orange-hover:hover {
  color: #3fd07f;
}

footer .padding-six-tb {
  padding-bottom: 3%;
}

footer .footer-logo img {
  max-height: 50px;
}

div.terme .rm-rotate-box .front,
.rm-rotate-box .back {
  min-height: 300px;
}

section.generic-txt h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}

section.gallery-generic {
  padding-top: 0;
}

div.generica-3 h2 {
  font-size: 1.8rem !important;
  line-height: 2.5rem;
}

.hotel-info .ele-ricettiva {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* Dettaglio struttura*/

.hotel-info .ele-ricettiva:last-child {
  margin-bottom: 0;
}

.hotel-info .ele-ricettiva i {
  font-size: 20px;
  min-width: 25px;
}

.hotel-info .ele-ricettiva p,
.hotel-info .ele-ricettiva a {
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  line-height: 1.5;
}

.hotel-info .ele-ricettiva a {
  text-decoration: none;
}

.hotel-info .ele-ricettiva a:hover {
  text-decoration: underline;
}

/* Mappa dettaglio struttura*/

.hotel-map {
  margin-top: 40px;
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 28%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right, #6f7a82, #7f8b93, #8f9aa2) !important;
  color: #fff !important;
  background-size: 200% auto !important;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
  border: 0;
}

.text-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.d-flex.gap-3 {
  gap: 1rem !important;
}

.d-flex.gap-5 {
  gap: 3rem !important;
}


.max-height-sm {
  max-height: 50px;
}

@media (max-width: 767px) {
  .max-height-sm {
    max-height: 40px
  }
}

@media (max-width: 575px) {
  .max-height-sm {
    max-height: 30px
  }
}

.numero-utile-title-text:hover {
  color: #ff8776 !important;
  opacity: 1 !important;
  text-decoration: none;
}

.link-utili:hover {
  color: #ff8776 !important;
  opacity: 1 !important;
  text-decoration: none;
}

.link-utili:visited,
.numero-utile-sub:visited,
.numero-utile-sub:active {
  color: #ffffff !important;
  text-decoration: none;
  opacity: 1 !important;
}

.text-ig-link:hover {
  color: #db9c54 !important;
  opacity: 1 !important;
  text-decoration: none;
}

.text-fb-link:hover {
  color: #3655aa !important;
  opacity: 1 !important;
  text-decoration: none;
}

.text-fb-link:active,
.text-ig-link:active {
  color: #8890A4 !important;
  text-decoration: none;
  opacity: 1 !important;
}


.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 15px;
  position: fixed;
  left: 45px;
  bottom: 45px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  z-index: 9999;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}


.whatsapp-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  margin-left: 0;
}

@media (min-width: 768px) {
  .whatsapp-btn:hover {
    max-width: 500px;
  }

  .whatsapp-btn:hover .whatsapp-text {
    max-width: 300px;
    opacity: 1;
    margin-left: 10px;
  }
}


@media (max-width: 767px) {
  .whatsapp-btn {
    left: 15px;
    bottom: 15px;
  }

  .whatsapp-btn:hover {
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {
  .whatsapp-btn:hover {
    transform: scale(1.1);
    color: #ffffff !important;
    background-color: #25D366 !important;
    width: auto;
    height: 50px;
    border-radius: 50px !important;
  }

  .whatsapp-btn:hover .whatsapp-text {
    width: auto;
    opacity: 1;
    margin-left: 10px;
    margin-right: 20px;
  }

  .margin-md-20px-top {
    margin-top: 20px !important;
  }
}

.container-custom-footer {
  margin: 0 auto !important;
}

.dlab-thum img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.map-style {
  width: 55%;
  height: 80%
}

@media (max-width: 767px) {

  .container-custom-footer {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-start {
    text-align: start !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobile-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobile-center .d-flex,
  .mobile-center [style*="display: flex"],
  .mobile-center .feature-box-icon {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }


  .mobile-center .col,
  .mobile-center [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .dlab-thum img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

  .map-style {
    width: 80vw !important
  }
}


.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
  line-height: 1.2;
}

.numero-utile-title-text {
  font-weight: 350;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.numero-utile-sub {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-top: 2px;
}


.footer-flex-custom {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -15px;
  margin-right: -15px;
  width: auto !important;
}


.footer-flex-item {
  padding: 0 15px !important;
  margin-bottom: 30px;
}

.footer-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  white-space: normal;
}


.footer-title-row span:first-child {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.title-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}


@media(max-width: 576px) {
  .footer-title-row {
    justify-content: center;
    text-align: center !important;
  }
}

.btn-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  left: 35px;
  bottom: 35px;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 24px;
  z-index: 9999;
  border-radius: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-share.fb {
  background-color: #3655aa;
}

.btn-share.ig {
  background-color: #E1306C;
}

.btn-share.whatsapp {
  background-color: #25D366;
}

.btn-share.email {
  background-color: #7f8b93;
}

.btn-share.phone {
  background-color: #ff8776;
}

.btn-share:hover {
  transform: scale(1.1);
  color: #ffffff !important;
}

.img-responsive {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.iframe-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.iframe-wrapper.outdoor {
  height: 470px !important;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-fraction,
.swiper-pagination-progressbar {
  bottom: 0px !important;
}

@media(max-width: 576px) {
  .mobile-center img {
    max-width: 50px !important;
  }
}