
/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #3a4094;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff6600;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Selection Colors */
::selection {
    background: #ff6600; /* marisar-gold */
    color: white;
}

/* Utility for hiding views */
.view-section {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.view-section.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Loader */
#loader {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}

/* --- Owl Carousel Customization --- */

/* Hero Slider */
#hero-slider-container .owl-dots {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

#hero-slider-container .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    margin: 5px;
    transition: all 0.3s;
}

#hero-slider-container .owl-dot.active span {
    background: #ff6600; /* marisar-gold */
    width: 30px;
}

/* Weekend Carousel AND Voyage Carousel Arrows */
#weekend-grid .owl-nav,
#voyage-carousel .owl-nav, #voyagelow-carousel .owl-nav{
    display: block !important;
}

#weekend-grid .owl-prev, #weekend-grid .owl-next,
#voyage-carousel .owl-prev, #voyage-carousel .owl-next,  
#voyagelow-carousel .owl-prev, #voyagelow-carousel .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #3a4094 !important;
    font-size: 24px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

#weekend-grid .owl-prev:hover, #weekend-grid .owl-next:hover,
#voyage-carousel .owl-prev:hover, #voyage-carousel .owl-next:hover,
#voyagelow-carousel .owl-prev:hover, #voyagelow-carousel .owl-next:hover {
    background: #ff6600 !important;
    color: white !important;
}

#weekend-grid .owl-prev, #voyage-carousel .owl-prev, #voyagelow-carousel .owl-prev { left: -20px; }
#weekend-grid .owl-next, #voyage-carousel .owl-next , #voyagelow-carousel  .owl-next { right: -20px; }

@media (max-width: 768px) {
    #weekend-grid .owl-nav, #voyage-carousel .owl-nav { display: none !important; }
}

/* --- Google Translate Overrides --- */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-te-gadget-icon {
    display: none !important;
}

.pagination{
      display: block;
    margin-top: 3rem;
    text-align: center;
}
.pagination li{
          display: inline-block;
    width: 30px;
    height: 30px;
    background: #f1900f;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    margin-right: 6px;
    font-weight: bold;
}
.pagination li:last-child{
  margin: 0;
}
#histats_counter{
  display: none;
}
#detail-itinerary h3{
  margin: 20px 0;
      color: #f1900f;
      font-weight: bold;
}
#detail-itinerary h3:before{
  content: "J";
      font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: Playfair Display, serif;
        border-radius: 9999px;
        width: 3rem;
        height: 3rem;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        background-color: rgb(58 64 148);
        color: #fff;
        text-align: center;
        line-height: 3rem;
        margin-right: 20px;
}
#detail-itinerary h3 *{
  color: #f1900f!important;
      font-size: 1.25rem!important;
    line-height: 1.75rem!important;
    font-weight: 700!important;
}
#detail-itinerary ul{
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  list-style-type: disc;
  margin-left: 4rem;
}
#detail-itinerary ul li{
  line-height: 1.625;
  color: #000;
  font-size: 1rem!important;
}
#detail-itinerary ul li *{
  color: #000!important;
      font-size: 1rem!important;
      font-weight: normal!important;
}
    
    
footer .social-list li{
    display: inline-block;
    font-weight: bold;
}
footer ul li{
    font-weight: bold;
    color: #fff;
}
footer ul li strong{
    color: #f1900f;
}
footer .social-list li a{
        width: 2rem;
    display: block;
    height: 2rem;
    line-height: 2rem;
    background: #f1900f;
    border-radius: 50%;
    text-align: center;
}
header nav a.active{
    color: #f1900f;
}
header .logo-text img{
    width: 138px;
    margin: auto;
}
.gtranslate_wrapper a.gt_switcher-popup{
        background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 2px 9px;
    display: block;
}
.gtranslate_wrapper .gt_switcher-popup span{
      display: none;
}
footer h4{
    color: #f1900f;
}
footer p{
    font-weight: bold;
}
footer .img-footer{
    margin-top: 40px;
    max-width: 100%;
}
.wrap-inculdes h4{
    color: #f1900f;
}
.wrap-inculdes ul{
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    list-style-type: disc;
    margin-left: 4rem;
}