/********** Template CSS **********/



:root {
    --primary: #E88F2A;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}

.font-secondary {
    font-family: 'Pacifico', cursive;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

/* .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transition: .5s;
} */


.border-inner * {
    position: relative;
    z-index: 1;
}

.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px; /* lifted above the edge */
    border-radius: 0;
    z-index: 99;
}


.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/bg.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
    filter: blur(5px)
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}


.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


.input-file-container{
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  font-family: 'Montserrat', sans-serif;

  input[type="file"]{
    display: block;
    width: 100%;
    padding: 0.75rem;
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }

  button.file-button, span.carousel-button{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    background-color: #0054ff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  span.file-name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    position: absolute;
    left: 185px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}


.image-wrapper{
    max-width: 600px;
    min-width: 200px;
}
img{
    max-width: 100%;
}

#image-4-wrapper .rcrop-outer-wrapper{
    opacity: .75;
}
#image-4-wrapper .rcrop-outer{
    background: #000
}
#image-4-wrapper .rcrop-croparea-inner{
    border: 1px dashed #fff;
}

#image-4-wrapper .rcrop-handler-corner{
    width:12px;
    height: 12px;
    background: none;
    border : 0 solid #51aeff;
}
#image-4-wrapper .rcrop-handler-top-left{
    border-top-width: 4px;
    border-left-width: 4px;
    top:-2px;
    left:-2px
}
#image-4-wrapper .rcrop-handler-top-right{
    border-top-width: 4px;
    border-right-width: 4px;
    top:-2px;
    right:-2px
}
#image-4-wrapper .rcrop-handler-bottom-right{
    border-bottom-width: 4px;
    border-right-width: 4px;
    bottom:-2px;
    right:-2px
}
#image-4-wrapper .rcrop-handler-bottom-left{
    border-bottom-width: 4px;
    border-left-width: 4px;
    bottom:-2px;
    left:-2px
}
/*#image-4-wrapper .rcrop-handler-border{*/
/*    display: none;*/
/*}*/

#image-4-wrapper .clayfy-touch-device.clayfy-handler{
    background: none;
    border : 0 solid #51aeff;
    border-bottom-width: 6px;
    border-right-width: 6px;
}

.btn_search{
    display: none;
    margin-right: 8px;
}

/* splide  */
.videos{
    width: 100%;
    color: transparent;
  }

  .video-box {
    /* display: flex; */
    align-items: center;
    scroll-snap-align: start; /* Define snapping target. Can also be "center" or "end". */

  }

  .video-box video {
    box-sizing: border-box;
    padding: 8px;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 100%;
    border-radius: 25px;
  }

  @media (min-height: 667px) {
    .video-box, img {
      height: 667px; /* Set the height to 667 pixels */

    }
  }

  img {
      object-fit: contain;
      width: 100%;
      height: 80vh;
  }

  .ctrl{
      display: none;
  }

  /* upload button  */

  .input-file {
    width: 0.1px;
    height: 0.1px;
    z-index: -1;
    position: relative;
    overflow: hidden;
    opacity: hidden;
  }

  .input-file + label {
    color:#fff;
    background-color:black;
    display:block ;
  }

  /* .input-file:focus + label,
  .input-file + label:hover {
    background:#0d6efd;;
  } */

  .input-file + label {
    cursor:pointer;
  }
  .input-file:focus + label {
    cursor:pointer;
    outline : 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }

  .input-file + label + * {
    pointer-events:none;
  }

  /* .btn-upload {
    background-color: #0d6efd !important;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 3px;
    box-shadow: 1px 1px 5px 1px rgba(105, 105, 105, 0.3);
    color:#fff;
    &:hover {
      color: #fff!important;
    }
  } */


  .dashboard-body {
    overflow: hidden; /* Hide scrollbars */
  }

  .videos{
    width: 100%;
    color: transparent;
  }      

  .img-box.splide__slide__container {
      text-align: center;
  }

  .slide0 img {
    box-sizing: border-box;
    padding: 8px;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 100%;
    border-radius: 25px;
  }

  @media (min-height: 667px) {
    .video-box, img {
      height: 667px; /* Set the height to 667 pixels */

    }
  }


  img {
      object-fit: contain;
      width: 100%;
      height: 80vh;
  }

  .ctrl{
      display: none;
  }

  .btn_search{
      display: none;
  }

  .overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    padding: .2em .2em;
    background-color: #fefefe;
    z-index: 999;
  }

  .video-box {
    /* display: flex; */
    align-items: center;
    /* scroll-snap-align: start; Define snapping target. Can also be "center" or "end". */

  }

  .video-box video {
    box-sizing: border-box;
    padding: 8px;
    margin: 0 auto;
    max-height: 90vh;
    width: 100%;
    border-radius: 25px;
  }

  .btn_dashboard,.ctrl {
    z-index: 10;
  }
  
  .superNav a {
    font-size:14px;
    font-weight:700
  }
  .superNav {
    font-size:13px;
  }
  .form-control {
    outline:none !important;
    box-shadow: none !important;
  }
  @media screen and (max-width:540px){
    .centerOnMobile {
      text-align:center
    }
  }

  .my_profile{
    float:right !important;
  }

  .bg_heart {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden
  }

  .heart {
      position: absolute;
      top: -50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -m-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }

  .heart:before {
      position: absolute;
      top: -50%;
      left: 0;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: 100%;
  }

  .heart:after {
      position: absolute;
      top: 0;
      right: -50%;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: 100%;
  }

  @-webkit-keyframes love {
    0%{top:110%}
  }
  @-moz-keyframes love {
    0%{top:110%}
  }
  @-ms-keyframes love {
    0%{top:110%}
  }
  @keyframes love {
    0%{top:110%}
  }
  
:root {
    --primary: #E88F2A;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}
.btn-primary {
    color: #FFFFFF;
}

.bg-primary {
    background-color: #E88F2A !important;
}

.btn-primary {
    color: #000;
    background-color: #E88F2A;
    border-color: #E88F2A;
}

.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #eda555;
    border-color: #ea9a3f;
}

.btn:hover {
    color: #000;
    background-color: #eda555;
    border-color: #ea9a3f;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.border-inner {
    position: relative;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #E88F2A;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #E88F2A;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a {
    color: #E88F2A;
    text-decoration: none;
}

.text-primary {
    color: #E88F2A !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 700;
    line-height: 1.2;
    min-width: 75px;
}
h1, h2, .font-weight-bold {
    font-weight: 700 !important;
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #2B2825;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.card-custom2 {
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom {
  overflow: hidden;
  height: 450px;
  border: 0;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.card-custom-avatar img {
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}


/* Carousel heading */
.heading {
  display: block;
  text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item, .flight-guide-item, .clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height, 80vh);
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .flight-guide-item,
  .clone {
    flex: 0 0 100%;
  }
}


.multi-carousel-item, .testimonial-item{
    height: 300px;
}

.flight-guide-item{
    height: 400px;
}

  .marina { margin-bottom: 40px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
  .hidden-gem { background: #f0f7ff; padding: 15px; border-left: 4px solid #3a7ca5; margin: 15px 0; }
  .review { background: #f9f9f9; padding: 10px; margin: 10px 0; border-left: 3px solid #ddd; }
  .keyword-highlight { color: #2a5885; font-weight: bold; }
  .footer-section { background: #fafafa; padding: 10px; margin-top: 20px; border-left: 3px solid #ccc; }
  .footer-section h4 { margin-bottom: 5px; }
  .photo-credit { font-size: 0.75em; color: #999; margin-top: 5px; }

  nav.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: top 0.3s ease-in-out; /* added easing for smoother motion */
  }


  .empty-splitflap {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    max-width: 100%;
    margin: 1rem auto;
    white-space: nowrap;
    }

    @media (max-width: 768px) {
    .empty-splitflap canvas {
        transform: scale(0.50);
        transform-origin: left;
    }
    }

  .date_text{
    min-width: 150px;
  }

  /* Optional styling for better visual feedback */
  .date-input[readonly] {
      background-color: white;
      cursor: pointer;
  }

  .input-group-text {
      cursor: pointer;
  }

.segment {
    background-color: #f9f9f9;
}
.card-body::-webkit-scrollbar {
    width: 6px;
}
.card-body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}

.div_results .card-header{
  min-height: 100px;
}

.interactive-text {
        font-size: 2rem !important;
        font-weight: 300 !important;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        padding: 0 5px;
        z-index: 1;
    }

    /* Sharpie marker effect */
    .sharpie-underline {
        position: relative;
        display: inline-block;
    }

    .sharpie-underline::after {
        content: "";
        position: absolute;
        left: -5%;
        bottom: 0;
        width: 110%;
        height: 12px;
        background: linear-gradient(75deg, transparent 0%, transparent 15%, #ff3b30 15%, #ff3b30 85%, transparent 85%, transparent 100%);
        transform: skew(-15deg);
        z-index: -1;
        opacity: 0.9;
        border-radius: 2px;
    }

    .circle-sketch-highlight{
      position:relative;
      left:0.5em;
      font-family: Libre Franklin;
      font-weight: 500;
    }
    .circle-sketch-highlight:before{
      content:"";
      z-index:-1;
      left:-0.5em;
      top:-0.1em;
      border-width:2px;
      border-style:solid;
      border-color:#ef8c22;
      position:absolute;
      border-right-color:transparent;
      width:100%;
      height:1em;
      transform:rotate(2deg);
      opacity:0.7;
      border-radius:50%;
      padding:0.1em 0.25em;
    }
    .circle-sketch-highlight:after{
      content:"";
      z-index:-1;
      left:-0.5em;
      top:0.1em;
      padding:0.1em 0.25em;
      border-width:2px;
      border-style:solid;
      border-color:#ef8c22;
      border-left-color:transparent;
      border-top-color:transparent;
      position:absolute;
      width:100%;
      height:1em;
      transform:rotate(-1deg);
      opacity:0.7;
      border-radius:50%;
    }

    .seatbelt_warning_orange {
      background-color: #FF6A00; /* base orange */
      border-radius: 10px;
      border: none;
      color: #FFFFFF;
      cursor: pointer;
      display: inline-block;
      font-family: Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      text-decoration: none;
      animation: glowing 3000ms infinite;
    }

    @-webkit-keyframes glowing {
      0%   { background-color: #FF6A00; -webkit-box-shadow: 0 0 3px #FF6A00; }
      50%  { background-color: #FFA500; -webkit-box-shadow: 0 0 40px #FFA500; }
      100% { background-color: #FF6A00; -webkit-box-shadow: 0 0 3px #FF6A00; }
    }

    @-moz-keyframes glowing {
      0%   { background-color: #FF6A00; -moz-box-shadow: 0 0 3px #FF6A00; }
      50%  { background-color: #FFA500; -moz-box-shadow: 0 0 40px #FFA500; }
      100% { background-color: #FF6A00; -moz-box-shadow: 0 0 3px #FF6A00; }
    }

    @-o-keyframes glowing {
      0%   { background-color: #FF6A00; box-shadow: 0 0 3px #FF6A00; }
      50%  { background-color: #FFA500; box-shadow: 0 0 40px #FFA500; }
      100% { background-color: #FF6A00; box-shadow: 0 0 3px #FF6A00; }
    }

    @keyframes glowing {
      0%   { background-color: #FF6A00; box-shadow: 0 0 3px #FF6A00; }
      50%  { background-color: #FFA500; box-shadow: 0 0 40px #FFA500; }
      100% { background-color: #FF6A00; box-shadow: 0 0 3px #FF6A00; }
    }

.box-highlight {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-left: 4px solid #ffc107;
    z-index: 999;
    border-radius: 10px;
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}