/* Breadcrumb start */
@media (max-width: 768px) {
    .breadcrumb-items {
        margin-top: 5px;
    }

    .breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
        font-size: 10px;
    }

    .breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active::before {
        transform: unset;
    }
}

@media (min-width: 500px) and (max-width:768px) {
    .breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
        font-size: 13px;
    }
}

/* Breadcrumb end */
@media (max-width: 575px) {
    .featured-video {
        display: none;
    }
}

/* fix padding and margin */
@media (max-width:1299px) {
    .package-details-wrapper {
        padding-top: 2rem;
    }

    .tour-package-details .pd-header {
        margin-bottom: 20px;
    }

    .tour-package-details .pd-header .header-bottom {
        padding: 30px 0 5px 0;
    }

    .tour-package-details .package-details-tabs .tab-switchers {
        margin-bottom: 35px;
    }

    /* .tour-package-details .package-info-tab .p-info-featured-img .featured-video {
        display: none;
    } */

    .tour-package-details .package-info-tab .package-info-table {
        margin-top: 2.5rem;
    }
}

@media (min-width: 575px) and (max-width: 1300px) {
    .tour-package-details .package-info-tab .package-info-table {
        margin-top: 2.5rem;
    }

    .tour-package-details .package-info-tab .p-info-featured-img .featured-video {
        width: 12rem;
    }

    .tour-package-details .package-info-tab .p-info-featured-img .featured-video img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .tour-package-details .package-info-tab .p-info-featured-img .featured-video {
        width: 15rem;
    }
}

/* Get a Question? Help Box Start */
/* Box UI */
#get_ques_main {
    border-radius: 15px;
}

.qa-box {
    background: #fff7f5;
    border: 1px solid #ff483834;
    max-width: 420px;
    margin: 0 auto;
}

/* Heading */
.qa-title {
    color: #2d373c;
    font-weight: 700;
    font-size: 2rem;
}

/* Text */
.qa-subtext {
    color: #556066;
    font-size: 1rem;
    margin-top: 10px;
}

/* Highlight Color */
.text-highlight {
    color: #ff4838;
}

/* WhatsApp Button */
.qa-wbtn {
    background: #ff4838;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.qa-wbtn:hover {
    opacity: 0.8;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .qa-box {
        padding: 1.5rem;
    }

    .qa-title {
        font-size: 1.3rem;
    }

    .qa-wbtn {
        width: 100%;
        justify-content: center;
    }
}

/* Get a Question? Help Box End */




/* video reviews start */
.video-review-wrapper {
    padding: 60px 0;
    background-color: #f9fafb;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h3 {
    color: #ff4838;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.section-title h2 {
    color: #2d373c;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-title p {
    color: #6b7280;
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
}

.video-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #e5e7eb;
    overflow: hidden;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #ff4838;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(255, 72, 56, 0.4);
}

.play-button:hover {
    background-color: #e63e2e;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    width: 30px;
    height: 30px;
    color: white;
    margin-left: 5px;
}

.video-info {
    padding: 1.5rem;
}

.reviewer-profile {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e5e7eb;
    margin-right: 1rem;
    overflow: hidden;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details h4 {
    color: #2d373c;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.reviewer-details p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.rating {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.star {
    color: #fbbf24;
    font-size: 1rem;
    margin-right: 2px;
}

.rating-text {
    color: #6b7280;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.review-text {
    color: #6b7280;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.close-modal:hover {
    transform: scale(1.2);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-review-prev,
.video-review-next {
    background: #ff4838;
    color: white;
    padding: 2rem;
    border-radius: 50%;
    transition: transform 0.3s;
}

.video-review-prev:hover,
.video-review-next:hover {
    transform: scale(1.1);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 1rem;
    background: #ff4838;
    transform: scale(1.5);
}

@media (max-width: 768px) {

    .video-review-prev,
    .video-review-next {
        transform: scale(0.9) !important;
    }
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .video-thumbnail {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .video-review-wrapper {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }

    .video-thumbnail {
        height: 200px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button svg {
        width: 24px;
        height: 24px;
    }
}

/* video reviews end */

.package-sidebar-wrapper{
    padding-bottom: 2rem;
}

/* For Bootstrap select (form-select) placeholder option */
#booking-form select.form-select {
    font-size: 16px;   /* font size of selected text */
}