.elementor-kit-255{--e-global-color-primary:#FC603B;--e-global-color-secondary:#F9B640;--e-global-color-text:#2E3B4A;--e-global-color-accent:#54D9E3;--e-global-color-e02eb82:#50A8F6;--e-global-color-ac6eb5b:#FF6E5B;--e-global-color-7267927:#FAFAFA;--e-global-color-c4aa4c3:#A5D6A7;--e-global-color-background:#FDFDFD;--e-global-color-backgroundAccent:#F5E9E2;--e-global-color-transparent:#00000000;--e-global-color-a44468c:#EC2098;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-letter-spacing:0.1px;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Playfair Display SC";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-54a9192-font-family:"Merriweather";--e-global-typography-54a9192-font-size:24px;--e-global-typography-54a9192-font-weight:900;--e-global-typography-54a9192-letter-spacing:3.2px;--e-global-typography-3e2e39a-font-family:"Open Sans";--e-global-typography-3e2e39a-font-size:14px;--e-global-typography-3e2e39a-font-weight:400;--e-global-typography-3e2e39a-font-style:italic;--e-global-typography-419e49e-font-family:"Dancing Script";--e-global-typography-419e49e-font-size:54px;--e-global-typography-419e49e-font-weight:500;background-color:var( --e-global-color-background );}.elementor-kit-255 button,.elementor-kit-255 input[type="button"],.elementor-kit-255 input[type="submit"],.elementor-kit-255 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-7267927 );}.elementor-kit-255 e-page-transition{background-color:#FFBC7D;}.elementor-kit-255 a{color:var( --e-global-color-e02eb82 );}.elementor-kit-255 input:not([type="button"]):not([type="submit"]),.elementor-kit-255 textarea,.elementor-kit-255 .elementor-field-textual{color:var( --e-global-color-7267927 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-text );}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-255{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-255{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-nav-menu a[href*="/cruises"] {
  pointer-events: auto;
}
/* desktop: pin only the tab-buttons 96px below header */
#my-tabs .elementor-tabs-wrapper {
  position: sticky;
  top: 96px;      /* 91 + 5px extra */
  z-index: 999;   /* above your panels */
  background: #fff; /* keep nav background opaque */
}

/* mobile: pin 126px below header */
@media (max-width: 767px) {
  #my-tabs .elementor-tabs-wrapper {
    top: 126px;  /* 121 + 5px extra */
  }
}

/* make sure the panels themselves behave normally */
#my-tabs .elementor-tabs-content-wrapper {
  overflow: visible;
}
/* make any card with this class clickable without layout shifts */
.cruise-card { position: relative; }

/* full-box invisible link */
.cruise-card .card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}

/* optional feedback, remove if you do not want it */
.cruise-card .card-link:focus-visible {
  outline: 2px solid #2ea3f2;
  outline-offset: 2px;
}
.cruise-card:hover { cursor: pointer; }
.cruise-box:hover h2,     /* main heading inside */
.cruise-box:hover .date { /* date strip */
    color: #ffffff !important;
    opacity: 1 !important;
}

.cruise-box:hover p {     /* country list */
    color: #000000 !important; /* force it to stay black */
    opacity: 1 !important;
}
.elementor-menu-anchor {
  position: relative;
  top: -100px; /* adjust number to your header height */
  visibility: hidden;
}/* End custom CSS */