::selection {
	color: #fff;
	background: #132f4c;
}
.navbar-brand .logo-img {
  max-height: 136px;
  max-width: 252px;
  margin: 20px;
}
.t4-megamenu.animate.slide .dropdown .dropdown-menu {
	background: #132f4c;
}
.tour-features-section {
  font-size: 12px;
}
 body.layout-home .t4-content {
    background-color: #132f4c;
}
/* Tablet */
@media (max-width: 900px) {
   .logo-img {
  max-height: 136px;
  max-width: 252px;
  margin-bottom: 20px;
}
}

/* Smartphone */
@media (max-width: 600px) {
 .logo-img {
  max-height: 60px;
   max-width: 200px;
  margin: 20px;
}
}
.navbar-brand .logo-img {
  max-height: 136px;
  max-width: 252px;
  margin: 20px;
}

.tour-features-section {
  width: 100%;
  
  padding: 35px 20px;
  box-sizing: border-box;
}

.tour-features-inner {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tour-feature-item {
  flex: 1;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.18);
  box-sizing: border-box;
}

.tour-feature-item:last-child {
  border-right: none;
}

.tour-feature-item img {
 height: 40px;
  width: auto;
  margin-bottom: 22px;
  display: inline-block;
}

.tour-feature-item div {
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .tour-features-inner {
    flex-wrap: wrap;
  }

  .tour-feature-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 22px 12px;
    border-right: none;
  }

  .tour-feature-item img {
    height: 52px;
    margin-bottom: 14px;
  }
}
.text-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff6b00), color-stop(30%, #00affa), color-stop(70%, #0190cd), color-stop(80%, #764ada));
  background: linear-gradient(to right, #ff7800 20%, #00affa 30%, #0190cd 70%, #d4a957 80%);
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  -webkit-animation: textShine 10s ease-in-out infinite alternate;
  animation: textShine 10s ease-in-out infinite alternate;
}



.fa-map-marker-alt::before {
	content: "\f276";
}
.tour-programma {
      max-width: 900px;
      margin: 0px;
      padding: 0px;
      font-family: inherit;
      color: #1f2933;
    }

    .tour-programma h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 10px;
      color: #0f4c5c;
    }

    .tour-programma .intro {
      text-align: center;
      font-size: 18px;
      margin-bottom: 35px;
      color: #5f6c72;
    }

    .tour-timeline {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .tour-timeline::before {
      content: "";
      position: absolute;
      left: 18px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #d8e6ea;
    }

    .tour-timeline li {
      position: relative;
      padding: 0 0 24px 55px;
      font-size: 18px;
      line-height: 1.5;
    }

    .tour-timeline li::before {
      content: "";
      position: absolute;
      left: 9px;
      top: 4px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #0f8b8d;
      border: 4px solid #eaf6f6;
      z-index: 1;
    }

    .tour-timeline li.panorama::before {
      background: #f4a261;
    }

    .tour-timeline li.start::before,
    .tour-timeline li.end::before {
      background: #0f4c5c;
    }

    .tour-timeline strong {
      color: #0f4c5c;
    }

    @media (max-width: 600px) {
      .tour-programma {
        padding: 25px 15px;
      }

      .tour-programma h2 {
        font-size: 26px;
      }

      .tour-timeline li {
        font-size: 16px;
        padding-left: 48px;
      }
    }
.tour-route-alert {
    position: relative;
    margin: 28px 0 45px;
    padding: 22px 28px 22px 34px;
    background: #12314d;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(18, 49, 77, 0.18);
    overflow: hidden;
}

.tour-route-alert::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #f2b84b;
}

.tour-route-alert::after {
    content: "≈";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 72px;
    line-height: 1;
    color: rgba(255,255,255,0.08);
    font-family: Georgia, serif;
}

.tour-route-alert-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #f2b84b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tour-route-alert p {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.6;
}
    .tour-notice-icon {
        font-size: 26px;
    }
}
.tour-stops-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 20px;
}

.tour-stops-hero {
    max-width: 780px;
    margin-bottom: 45px;
}

.tour-stops-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #d6a13a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tour-stops-hero h1 {
    margin: 0 0 18px;
    color: #12314d;
    font-size: 42px;
    line-height: 1.15;
}

.tour-stops-hero p {
    margin: 0;
    color: #34495e;
    font-size: 18px;
    line-height: 1.7;
}

.tour-stops-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tour-stop-card {
    position: relative;
    min-height: 230px;
    padding: 30px 26px;
    background: #ffffff;
    border: 1px solid rgba(18, 49, 77, 0.12);
    border-radius: 6px;
    box-shadow: 0 14px 35px rgba(18, 49, 77, 0.08);
    overflow: hidden;
}

.tour-stop-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #12314d;
}

.tour-stop-number {
    display: block;
    margin-bottom: 18px;
    color: #d6a13a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
}

.tour-stop-card h2 {
    margin: 0 0 14px;
    color: #12314d;
    font-size: 24px;
    line-height: 1.25;
}

.tour-stop-card p {
    margin: 0;
    color: #4b5f70;
    font-size: 16px;
    line-height: 1.65;
}

.tour-stops-note {
    margin-top: 35px;
    padding: 22px 28px;
    background: #12314d;
    border-left: 6px solid #d6a13a;
    border-radius: 4px;
}

.tour-stops-note p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .tour-stops-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tour-stops-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .tour-stops-page {
        padding: 35px 16px;
    }

    .tour-stops-grid {
        grid-template-columns: 1fr;
    }

    .tour-stops-hero h1 {
        font-size: 30px;
    }

    .tour-stop-card {
        min-height: auto;
    }
}

/* START Layout experience */
.sr-experience .tour-name {
	line-height: 50px;
}

.sr-experience .tour-name {
  font-size: var(--h3-font-size);
}
@media (min-width: 768px) {
.sr-experience .tour-name {
    font-size: var(--h2-font-size);
  }
}
@media (min-width: 992px) {
.sr-experience .tour-name {
    font-size: var(--h1-font-size);
  }
}

.sr-experience .logo img, #sr-exp-slideshow .item img {
	border-radius: 0.5rem;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.sr-experience .box-border, .sr-experience .box-bg {
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 2rem;
	border-radius: 0.5rem;
}

.sr-experience .tour-info-box {
	border-radius: 0.5rem;
}
.sr-experience .header-title {
	text-transform: inherit;
	font-size: 1.6rem;
}
.form-control {
	max-width: 100%;
}
.sr-experience .tour-form .available {
	font-style: normal;
}
/* END Layout experience */
.sr-experience .box-border, .sr-experience .box-bg {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0 ;
  border-radius: none;
  }
.sr-experience .box-border {
  border: 0px;
  
}
.sr-experience .text-green {
  color: #132f4c;
}
.sr-experience .booking-header .tour-price {
  color: #fff;
  background-color: #132f4c;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
}
.sr-experience .tour-info .fa {
  color: #a0a0a0;
  text-align: center;
  width: 20px;
}
.tour-info-block {
  margin: 15px;
}
.sr-experience .tour-price-info .info-header {
  color: #616061;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
}
.sr-experience .tour-price-info .header-title {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}
.sr-experience .tour-info-box {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}
.price-exclude {
  padding-left: 20px;
}
.cancel-policy {
  padding-left: 20px;
}
joomla-tab > joomla-tab-element {
  background-color: #fefefe;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 .25rem .25rem;
  padding: 25px;
}
joomla-tab button[aria-expanded="true"]::after, joomla-tab button[aria-selected="true"]::after {
  background-color: #cb9d1f;
}
.alert-info, .contact .contact-miscinfo {
  --t4-alert-bg: #fff7d9;
  --t4-alert-border-color: #f6e4ae;
}
.item-page.type-tour .entry-meta {
 margin-top: 0rem;
  margin-bottom: 0rem;
}



/* START OFF CANVAS */
.t4-offcanvas .t4-off-canvas-header a img {
	max-height: 4rem;
}
.t4-offcanvas, .t4-offcanvas .t4-off-canvas-header, .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item .dropdown-menu {
	background: #132F4C;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator, .t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back, .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back i, .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
	color: #fff;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item:hover {
	color: var(--color-primary);
}

/* Forza il menu a tendina a non superare mai la larghezza dello schermo */
.t4-offcanvas .dropdown-menu {
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Costringe i testi lunghi dei link ad andare a capo se non c'è spazio */
.t4-offcanvas .dropdown-menu .dropdown-item {
    white-space: normal !important; /* Annulla il blocco del ritorno a capo di Bootstrap */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Sistema lo span "Giro dell'isola" inserito fuori posto */
.t4-offcanvas.dropdown-menu .sub-menu-back {
    display: block;
    padding: 0.25rem 1.5rem;
    white-space: normal;
}
/* END OFF CANVAS */

.mod-languages {
	margin-left: 10px;
}

.pull-left.item-image, .item-image.pull-left {
  margin-right: 2.5rem;
}
.t4-megamenu .navbar-nav > li > a .item-caret::before, .t4-megamenu .navbar-nav > li > .nav-link .item-caret::before {
  border-top-color: #fff;
}
.sr-experience .tour-base-price {
  padding: 20px;
  text-align: left;
}
.sr-experience .booking-header {
  text-align: left;
}
.sr-experience .booking-header .tour-price {
  padding: 15px 25px;
}
.form-select:focus {
  width: 200px;
}
.mb-3, .t4-masthead .t4-masthead-title, .blog-list .item-meta {
  width: 200px;
}

/* cerca experience in home */
.solidres-module-experience-search .mb-3 {
	width:100%;
}
.acm-features.style-1 .features-mod {
	width: 320px;
	margin: 0 auto;
}

.acm-features.style-1 .form-select {
	width: 100% !important;
}
/* ============================
   TOUR CARD
============================ */

.solidres-module-experience-item .item {
    position: relative;
    overflow: hidden;
}

.solidres-module-experience-item .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .45s ease;
}

/* Overlay */
.solidres-module-experience-item .item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, .08) 0%,
        rgba(0, 0, 0, .18) 40%,
        rgba(0, 0, 0, .65) 100%
    );
}

.solidres-module-experience-item .item:hover img {
    transform: scale(1.05);
}

/* Titolo */
.solidres-module-experience-item .item-name {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;

    width: 70%;
    margin: 0;
    transform: translate(-50%, -50%);

    color: #fff !important;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
    text-wrap: balance;
}

/* Prezzo */
.solidres-module-experience-item .base-price {
    position: absolute;
    left: 50%;
    bottom: 38px;
    z-index: 5;

    width: 85%;
    transform: translateX(-50%);

    color: #fff !important;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

/* Durata */
.solidres-module-experience-item .duration,
.solidres-module-experience-item .duration *,
.solidres-module-experience-item .base-price * {
    color: #fff !important;
}

.solidres-module-experience-item .duration {
    margin-top: 8px;
    font-size: 1rem;
}

/* Elimina i tre puntini */
.solidres-module-experience-item .item-desc {
    display: none;
}

/* Tablet */
@media (max-width: 991px) {

    .solidres-module-experience-item .item-name {
        width: 88%;
        font-size: 1.75rem;
    }

    .solidres-module-experience-item .base-price {
        bottom: 28px;
        font-size: 1rem;
    }

    .solidres-module-experience-item .duration {
        font-size: .95rem;
    }
}

/* Smartphone */
@media (max-width: 575px) {

    .solidres-module-experience-item .item-name {
        width: 90%;
        font-size: 1.45rem;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .solidres-module-experience-item .base-price {
        width: 90%;
        bottom: 22px;
        font-size: .95rem;
    }

    .solidres-module-experience-item .duration {
        margin-top: 4px;
        font-size: .9rem;
    }
}

/* ============================
   ICONE HOME
============================ */

.tour-features-inner {
    display: flex;
    width: 100%;
}

.tour-feature-item {
    text-align: center;
    text-transform: none;
}

.tour-feature-item img {
    width: 34px;
    height: auto;
}

.tour-feature-item a,
.tour-feature-item div {
    text-transform: none;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}

/* ============================
   MOBILE: 3 COLONNE / 2 RIGHE
============================ */

@media (max-width: 767px) {

    .tour-features-section {
        padding: 35px 12px !important;
    }

    .tour-features-inner {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 10px !important;
        row-gap: 34px !important;
        width: 100% !important;
        align-items: start !important;
    }

    .tour-feature-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 3px !important;
        border: 0 !important;

        box-sizing: border-box !important;
        text-align: center !important;
    }

    .tour-feature-item > a:first-child {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 42px !important;
        margin: 0 0 12px !important;
    }

    .tour-feature-item img {
        display: block !important;
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
    }

    .tour-feature-item > div {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;

        width: 100% !important;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .tour-feature-item > div > a,
    .tour-feature-item > div:not(:has(a)) {
        display: block !important;
        width: 100% !important;
        max-width: 135px !important;
        margin: 0 auto !important;

        color: #fff !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-transform: none !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
}