
/*** Spinner Start ***/
/*** Spinner ***/
/* .bg-primary{
    background-color: #003b1f !important;
}
 */
 /* Class to hide elements on mobile view */
.hide-on-mobile {
    display: block; /* Default: visible on larger screens */
}

/* Hide when screen width is 768px or less */
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-light);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-light);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-dark .navbar-brand img {
    max-height: 50px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
    .sticky-top .navbar-dark .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 1200px;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.7); 
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/*** Feature End ***/


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    /* background-image: url(../img/carousel-1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .7); */
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-white);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
    color: var(--bs-white);
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: var(--bs-primary);
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-primary);
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* background: var(--bs-dark); */
    background: #003b1f;
}
/*** copyright end ***/



/* =============================================
   XPLORIAA - MOBILE FRIENDLY & UI IMPROVEMENTS
   ============================================= */

/* --- Navbar mobile toggler visibility fix --- */
.navbar-toggler {
    border: 2px solid var(--bs-primary);
    padding: .4rem .65rem;
    border-radius: 8px;
}
.navbar-toggler .fa-bars {
    color: var(--bs-primary);
    font-size: 1.1rem;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0.6);
}
.navbar-dark .navbar-toggler .fa-bars {
    color: #fff;
}

/* --- Dropdown menu on mobile --- */
@media (max-width: 991.98px) {
    .navbar-nav {
        padding: .5rem 0;
    }
    .navbar-light .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link {
        padding: .6rem 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .dropdown-menu {
        border: none;
        background: #f8f9fa;
        padding-left: 1rem;
    }
    .nav-bar .navbar-collapse,
    .sticky-top .navbar-collapse {
        background: #fff;
        padding: .75rem 1rem;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,.1);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .navbar-dark .navbar-collapse {
        background: #0a2540;
    }
    .navbar-dark .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .team-icon {
        display: none !important;
    }
    .navbar .btn.btn-primary {
        margin-top: .5rem;
        width: 100%;
        text-align: center;
    }
}

/* --- Hero / Carousel mobile fix --- */
@media (max-width: 767.98px) {
    .header-carousel-item {
        height: 85vh !important;
    }
    .carousel-caption h1 {
        font-size: 1.6rem !important;
    }
    .carousel-caption h4 {
        font-size: 1rem !important;
    }
    .carousel-caption p.fs-5 {
        font-size: .9rem !important;
        display: none;
    }
    .carousel-caption .d-flex {
        flex-direction: column;
        gap: .5rem;
    }
    .carousel-caption .btn {
        width: 100%;
        text-align: center;
        padding: .7rem 1rem;
    }
}

/* --- Feature cards mobile --- */
@media (max-width: 767.98px) {
    .feature-item {
        margin-bottom: 1rem;
    }
    .feature-content {
        padding: 1rem !important;
    }
    .feature-content h4 {
        font-size: 1.1rem;
    }
    .feature-content p {
        font-size: .85rem;
    }
}

/* --- About section mobile --- */
@media (max-width: 767.98px) {
    .about .col-xl-6:last-child {
        margin-top: 3rem;
    }
    .counter-item {
        padding: 1rem !important;
    }
    .counter-item .h1 {
        font-size: 1.5rem;
    }
}

/* --- Ticket/Booking form mobile --- */
.ticket-form {
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .ticket-form {
        padding: 1.5rem !important;
    }
    .ticket-form h2 {
        font-size: 1.3rem;
    }
}

/* --- Service items mobile --- */
@media (max-width: 575.98px) {
    .service-item {
        padding: 1.2rem !important;
    }
    .service-item i {
        font-size: 2.5rem !important;
    }
}

/* --- Footer mobile --- */
@media (max-width: 767.98px) {
    .footer .col-md-6 {
        margin-bottom: .5rem;
    }
    .footer img[alt="Logo"] {
        max-width: 160px !important;
    }
    .footer .footer-item .opening-date {
        font-size: .88rem;
    }
}

/* --- Back to top button --- */
.back-to-top {
    width: 44px;
    height: 44px;
    right: 16px;
    bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/* --- Package promo modal improvements --- */
#packageModal .modal-content {
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
#packageModal .modal-body ul li {
    padding: .15rem 0;
}

/* --- Improved form controls --- */
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), .15);
    border-color: var(--bs-primary);
}

/* --- General mobile spacing --- */
@media (max-width: 767.98px) {
    section,
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .display-4 {
        font-size: 1.75rem !important;
    }
    .display-5 {
        font-size: 1.5rem !important;
    }
    h1 { font-size: 1.6rem !important; }
    h2 { font-size: 1.35rem !important; }
    .fs-5 { font-size: .95rem !important; }
    .container { padding-left: 1rem; padding-right: 1rem; }
}

/* --- Breadcrumb header mobile --- */
@media (max-width: 767.98px) {
    .bg-breadcrumb .display-4 {
        font-size: 1.6rem !important;
    }
}

/* --- WhatsApp float button --- */
.whatsapp-float {
    position: fixed;
    bottom: 72px;
    right: 16px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    z-index: 999;
    text-decoration: none;
    transition: transform .2s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

/* --- Professional sales-focused refresh --- */
body {
    background: linear-gradient(180deg, #f4f1eb 0%, #fbf8f4 100%);
}

.nav-bar {
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 40px rgba(10, 37, 64, 0.08);
}

.dropdown-menu {
    border-radius: 18px;
    border: 1px solid rgba(10, 37, 64, 0.08);
    box-shadow: 0 18px 40px rgba(10, 37, 64, 0.12);
    padding: .55rem;
}

.dropdown-menu .dropdown-item {
    border-radius: 12px;
    padding: .75rem .9rem;
}

.btn.btn-primary,
.btn.btn-light,
.btn.btn-dark {
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(10, 37, 64, 0.10);
}

.feature-item,
.service-item,
.blog .blog-item,
.counter-item,
.team-item,
.testimonial-item {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(17, 29, 38, 0.08);
    border: 1px solid rgba(10, 37, 64, 0.06);
    transition: transform .28s ease, box-shadow .28s ease;
}

.feature-item:hover,
.service-item:hover,
.blog .blog-item:hover,
.team-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17, 29, 38, 0.12);
}

.ticket-form {
    border-radius: 28px;
    border: 1px solid rgba(10, 37, 64, 0.08);
    box-shadow: 0 28px 60px rgba(17, 29, 38, 0.12);
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(249,245,239,.98));
}

.ticket-form .form-control,
.ticket-form .form-select,
.shared-booking-form .form-control,
.shared-booking-form .form-select {
    border-radius: 16px;
    border: 1px solid rgba(10, 37, 64, 0.08) !important;
    background: #fff;
}

.ticket-form textarea.form-control {
    min-height: 120px;
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(205,124,47,.14), transparent 32%);
    pointer-events: none;
}

.footer .footer-item {
    position: relative;
    z-index: 1;
}
