: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 3000ms 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;

  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;
}


/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height);
  overflow: hidden;
  position: relative;
}

/* Container for the entire carousel */
.multi-carousel-container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  --carousel-height: 80vh; /* JS can override per container */
}

/* While dragging */
/* .multi-carousel-container.dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
} */

/* Optional wrapper (for clipping if you want) */
.multi-carousel-viewport {
  overflow: hidden;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}

/* Individual slide */
.multi-carousel-item,
.multi-carousel-item.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative;
}

/* 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: #fff;
  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 { left: 10px; }
.multi-carousel-control-next { right: 10px; }
.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover { background-color: rgba(0,0,0,0.7); }

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height);
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
.multi-carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Optional item number badge */
.item-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px; height: 35px;
  border-radius: 50%;
  background: rgba(255,255,255,0.75);
  font-weight: bold;
  font-size: 120%;
  isolation: isolate;
}

/* Force 1 per view on narrow screens */
@media (max-width: 45em) {
  .multi-carousel-item,
  .multi-carousel-item.clone {
    flex: 0 0 100%;
  }
}

.carousel {
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  min-width: 200px;
  flex: 0 0 auto;
  background: #ddd;
  margin: 0 5px;
  text-align: center;
  padding: 40px 0;
}

/* Example fixed heights if you want them */
.multi-carousel-item, .testimonial-item { height: 300px; }

.flight, .alliance-card, #carousel2{ 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;
}


    .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;
}

.empty-splitflap {
display: flex;
justify-content: center;
align-items: center;
overflow-x: auto;
max-width: 100%;
margin: 0 auto;
white-space: nowrap;
}

@media (max-width: 768px) {
.empty-splitflap canvas {
    transform: scale(0.50);
    transform-origin: left;
}
}

.flip-clock {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.form-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.input-group-box {
  width: 45%;
  min-width: 250px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  margin: 0 1rem;
  position: relative;
}

.form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #6c757d;
}

.selected-tag {
  background-color: #e9ecef;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
}

.selected-tag i {
  margin-left: 0.5rem;
  cursor: pointer;
}

.dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

.swap-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #0d6efd;
    color: #0d6efd;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    }

@media (max-width: 768px) {
    .swap-float {
        top: 0.75rem;
        left: auto;
        right: 1rem;
        transform: none;
    }
}

@media (max-width: 768px) {
    .form-box {
        width: 90% !important;
        margin: 0 auto;
    }
}    

/* Fixed position buttons in lower right corner */
.upgrade-btn,
.help-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50% !important; /* Make them perfectly round */
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Stack the buttons with spacing */
.upgrade-btn {
    bottom: 90px; /* Position above the help button */
    font-size: 1.5rem; 
    letter-spacing: 2px; 
    font-weight: 900; 
    text-transform: uppercase; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.help-btn {
    bottom: 20px;
    font-size: 1.5rem !important; 
    letter-spacing: 2px; 
    font-weight: 900; 
    text-transform: uppercase; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Hover effects */
.upgrade-btn:hover,
.help-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .upgrade-btn,
    .help-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        bottom: 15px;
        right: 15px;
    }
    
    .upgrade-btn {
        bottom: 75px;
    }
}

#searchBtn {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

#searchBtn:hover {
    letter-spacing: 3px; /* Expand spacing on hover */
    transform: scale(1.05); /* Slight grow effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
}

.floating-msg {
  position: fixed;  /* Position the element relative to the viewport */
  bottom: 0;        /* Set the bottom position to 0, placing it at the bottom */
  left: 50%;        /* Set the left position to 50% */
  transform: translateX(-50%); /* Offset by half its width to center horizontally */
  z-index: 9999; /* Ensure it appears above other content */
  display: none;
}

.btn_background2{
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  width: 100%;
  padding:10px;
  margin-top:10px;
  color:white;
}

.invalid-input {
  border: 3px solid red !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1050; /* Z-index to overlay everything */
  display: flex;
  align-items: center;
  justify-content: center;
}

.seatbelt_warning {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 3000ms infinite;
  -moz-animation: glowing 3000ms infinite;
  -o-animation: glowing 3000ms infinite;
  animation: glowing 3000ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.promo-toolbar {
    position: fixed;
    bottom: 30%;
    left: 0;
    width: 100%;
    z-index: 1050;
  }

  .cta,.upgrade-btn,#searchBtn,.btn_your_guides{
    visibility: hidden;
  }

.floating-buttons {
  position: fixed;  /* Position the element relative to the viewport */
  bottom: 0px;        /* Set the bottom position to 0, placing it at the bottom */
  right: 5px;
  z-index: 1000; /* Ensure it appears above other content */
}

/* Fix dropdown text wrapping on mobile */
.dropdown-item {
    white-space: normal !important;
    word-wrap: break-word;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .dropdown-item {
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0.75rem 1rem;
    }
}

.p80{
  padding-top: 80px;
}