/*
|--------------------------------------------------------------------------
| NAVBAR DROPDOWN
|--------------------------------------------------------------------------
*/

.navbar .dropdown-menu
{
    display:none;
    margin-top:0;
}

.navbar .nav-item:hover > .dropdown-menu
{
    display:block;
}

.dropdown-submenu
{
    position:relative;
}

.dropdown-submenu .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-1px;
}

.dropdown-submenu:hover > .dropdown-menu
{
    display:block;
}

.dropdown-submenu > .dropdown-item::after
{
    content:"›";
    float:right;
    font-size:14px;
}


/* =========================================================
   EXPERIENCE DETAILS
========================================================= */




.experiences-page-spinner {
    width: 3rem;
    height: 3rem;
}


.experience-detail-intro {
    max-width: 760px;
    line-height: 1.8;
}


/* =========================================================
   EXPERIENCE GALLERY
========================================================= */

.experience-gallery {
    width: 100%;
}

.experience-gallery .carousel-inner {
    background: #f8f9fa;
}

.experience-main-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.experience-gallery .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0)
    );
}

.experience-gallery .carousel-caption p {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.experience-gallery .carousel-control-prev,
.experience-gallery .carousel-control-next {
    width: 10%;
}

.experience-gallery .carousel-indicators {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {

    .experience-main-image {
        height: 280px;
    }

}


/* =========================================================
   EXPERIENCE VIDEO
========================================================= */

.experience-video-card {
    overflow: hidden;
    border-radius: 1rem;
    background: #000;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

.experience-video-card iframe {
    border: 0;
}

/* =========================================================
   CONTENT
========================================================= */

.experience-content {
    line-height: 1.85;
}

.experience-content h2,
.experience-itinerary h2,
.experience-video h2,
.experience-author h2 {
    font-weight: 700;
}

.experience-content-text {
    color: #555;
    font-size: 1.05rem;
}


/* =========================================================
   ITINERARY TIMELINE
========================================================= */

.experience-itinerary {
    position: relative;
}

.experience-itinerary-item {
    display: flex;
    position: relative;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
}

.experience-itinerary-item:last-child {
    padding-bottom: 0;
}


/* Timeline line */

.experience-itinerary-item::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 46px;
    bottom: 0;
    width: 2px;
    background: rgba(13, 202, 240, 0.25);
}


/* Remove line after final item */

.experience-itinerary-item:last-child::before {
    display: none;
}


/* Timeline dot */

.experience-day-number {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;
    border: 3px solid var(--bs-info);

    color: var(--bs-info);

    font-weight: 700;

    position: relative;
    z-index: 2;

    box-shadow: 0 0 0 5px rgba(13, 202, 240, 0.08);
}


/* Day content */

.experience-day-content {
    flex: 1;

    padding: 0.15rem 0 1.5rem;
}

.experience-day-content h4 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #212529;
}

.experience-day-content .text-muted {
    line-height: 1.8;
}


/* Itinerary image */

.experience-itinerary-image {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-top: 1rem;
}


/* Mobile */

@media (max-width: 767.98px) {

    .experience-itinerary-item {
        gap: 1rem;
    }

    .experience-day-number {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .experience-itinerary-item::before {
        left: 19px;
        top: 40px;
    }

}

/* =========================================================
   SIDEBAR
========================================================= */

.experience-sidebar-card,
.experience-inquiry-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
}

.experience-sidebar-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(13, 202, 240, 0.1);
    color: var(--bs-info);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.experience-sidebar-card h5 {
    font-weight: 700;
}

.experience-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.experience-price-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/* =========================================================
   INQUIRY
========================================================= */

.experience-inquiry-card {
    background: #f8f9fa;
}


/* =========================================================
   VIDEO
========================================================= */

.experience-video .ratio {
    overflow: hidden;
    border-radius: 1rem;
}


/* =========================================================
   AUTHOR
========================================================= */

.experience-author {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.experience-author-card {
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.experience-author-icon {
    font-size: 3.5rem;
    color: var(--bs-info);
}

.experience-author-card h4 {
    font-weight: 700;
}

.experience-author-bio {
    max-width: 650px;
    line-height: 1.7;
}

.experience-author-social {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
}

.experience-author-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--bs-info);
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.experience-author-social a:hover {
    transform: translateY(-2px);
    background-color: var(--bs-info);
    color: #fff;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.experience-bottom-cta {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #f8f9fa;
}

.experience-bottom-cta h2 {
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .experience-main-image {
        height: 420px;
    }

}


@media (max-width: 767.98px) {

    .experience-main-image {
        height: 280px;
    }

    .experience-gallery .carousel-caption {
        display: none;
    }

    .experience-detail-intro {
        font-size: 0.95rem;
    }

    .experience-itinerary-item {
        gap: 1rem;
    }

    .experience-day-number {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .experience-itinerary-item:not(:last-child)::before {
        left: 19px;
        top: 40px;
    }

    .experience-author-card {
        padding: 2rem 1rem;
    }

}