.page-hero-banner {
    height: auto;
}

.input--box {
    margin-left: -15px;
}

.trip-container .form--fields {
    display: flex;
    gap: 14px;
}

@media (max-width: 991px) {
    .legal-nav-tabs {
        flex-direction: row;
        gap: 0;
        width: 100%;
    }

    .legal-tab-btn.active {
        padding: 0;
    }

    .legal-main-content {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
        padding: 9px;
        width: 94%;
    }

    .form-select {
        background-color: transparent;
        border: 1px solid #ddd;
    }
}

.service-content {
    text-align: left;
    padding: 30px 50px;
}



@media (max-width: 767px) {
    .step-indicator {
        gap: 10px;
        margin-bottom: 3px;
    }

    .breadcrumb-item+.breadcrumb-item::before {

        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 767px) {
    .tour-details-section.show {
        padding: 1rem 10px;
    }

    .price-card {
        max-width: 100% !important;
    }

    .feature-img-hotel img {
        height: 137px !important;
    }
}

.duration-select option:checked {
    color: #2c3e50;

}

.booking--card__i,
.booking--card__ic,
.booking--card__icn {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    background: #d0e2fe !important;
    ;
    color: #1a6ff9 !important;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    min-width: 24px !important;
}

.booking--card_box {
    gap: 0 !important;
}

.form-code {
    border: 1px solid #ddd !important;
}

.duration-select option:checked {
    color: #1e293b !important;
}


.text-area {
    display: block !important;
    ;
    gap: 30px;
    align-items: flex-start;
}

.text-area .image-box {
    flex: 0 0 auto;
    position: relative !important;
    ;
    top: 0;
    align-self: start !important;
}

.section-title .description {
    color: var(--deep-blue);
    margin-bottom: 10px;
    height: auto;
    overflow: scroll;
}

@media (max-width: 767px) {
    .section-title .description {
        color: var(--deep-blue);
        margin-bottom: 10px;
        height: 200px;
        overflow: scroll;
    }
}

.statistics {
    height: 80vh;
}


@media (max-width: 767px) {
    .hero-header .swiper-slide img {
        height: 70vh !important;
    }
}

@media (max-width: 767px) {
    .awards-section .swiper-slide {
        width: auto !important;
    }
}

.about-image {
    margin-left: 20px;
}

.travel-tab-btn.nav-link:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .feature {
        flex-direction: row;
        gap: 9px;
    }

    .feature svg {
        width: 93px !important;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .myname {
        font-size: 70px;
    }
}

.award-card {
    padding: 20px 5px 16px;
}

.travel-tour-second .tab-content .package-box {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 12px;
    overflow: hidden;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
    /* height: 434px; */
    position: relative;
}

.social-media-navbar li .google_review {







    background: linear-gradient(135deg,

            #4285F4 0%,

            #4285F4 25%,

            #34A853 50%,

            #FBBC05 75%,

            #EA4335 100%);







    border-radius: 50%;

    border: 2px solid rgba(33, 37, 41, 0);

    display: inline-block;

    border-radius: 50%;

    border: 2px solid #dddddd;

    text-align: center;

    width: 40px;

    height: 41px;

    line-height: 39px;

    font-size: 17px;

    color: #fff;







    border: 2px solid rgba(33, 37, 41, 0);







}















.social-media-navbar li .google_review:hover {







    background: linear-gradient(135deg,

            #4285F4 0%,

            #4285F4 25%,

            #34A853 50%,

            #FBBC05 75%,

            #EA4335 100%);







    color: rgb(255, 255, 255);







    transform: rotate(360deg);







}

.social-media-navbar li .youtube {



    background-color: rgb(230, 0, 35);

    border-radius: 50%;

    border: 2px solid rgba(33, 37, 41, 0);

    display: inline-block;

    border-radius: 50%;

    border: 2px solid #dddddd;

    text-align: center;

    width: 40px;

    height: 41px;

    line-height: 39px;

    font-size: 17px;

    color: #fff;



}







.social-media-navbar li .youtube:hover {



    background-color: rgb(230, 0, 35);



    color: rgb(255, 255, 255);



    transform: rotate(360deg);



}



.social-media-navbar li a.facebook {
    background-color: #1877f2;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #21252900;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li a.facebook:hover {
    background-color: #1877f2;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-media-navbar li .instagram {
    background: linear-gradient(45deg,
            #405de6,
            #5851db,
            #833ab4,
            #c13584,
            #e1306c,
            #fd1d1d);
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #dddddd;
    text-align: center;
    width: 40px;
    height: 41px;
    line-height: 39px;
    font-size: 17px;
}

.social-media-navbar li .instagram:hover {
    background: linear-gradient(45deg,
            #405de6,
            #5851db,
            #833ab4,
            #c13584,
            #e1306c,
            #fd1d1d);
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-media-navbar li .linkedin {
    background-color: #0a66c2;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #21252900;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li .linkedin:hover {
    background-color: #0a66c2;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-media-navbar li .twitter {
    background-color: #1d9bf0;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #21252900;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li .twitter:hover {
    background-color: #1d9bf0;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-media-navbar li .tripadvisor {
    background-color: #34e0a1;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #21252900;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li .tripadvisor:hover {
    background-color: #34e0a1;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.blog-card .blog-card-content h3 a {
    line-height: 1;
}

.swiper-horizontal {
    padding-bottom: 20px;
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 465px;
    border-radius: 20px;
}

/* =========================================================
   Accessibility Enhancements (WCAG AA & AAA Compliance)
========================================================= */

/* 1. High-Contrast Section Title Labels (Contrast ratio > 5.5:1 on light backgrounds) */
.section-title-span {
    color: #8C5D00 !important;
    font-weight: 500 !important;
}

/* 2. Blog Card Text Contrast */
.blog-card-content-top ul li {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.blog-card .bottom-area a {
    color: #1F5670 !important;
    font-weight: 700 !important;
}

.blog-card .bottom-area a:hover {
    color: #8C5D00 !important;
}

/* 3. Testimonial Card Text Contrast */
.testimonials-item .ti-profile-details .ti-name {
    color: #1F5670 !important;
    font-weight: 700 !important;
}

.testimonials-item .ti-profile-details span,
.testimonials-item .ti-profile-details .ti-date {
    color: #4b5563 !important;
}

/* 4. Accessible Touch Targets for all Swiper Pagination Bullets (Minimum 32px hit area) */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    padding: 10px !important;
    box-sizing: content-box !important;
    background-clip: content-box !important;
    margin: 0 4px !important;
    display: inline-block !important;
    cursor: pointer !important;
    opacity: 0.4 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--deep-blue) !important;
    transform: scale(1.15) !important;
}

/* 5. Sequential Heading Hierarchy for Accordions */
.faq-one__content-box .accrodion .accrodion-title h3,
.accrodion-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--deep-blue);
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    line-height: 28px;
}

.faq-one__content-box .accrodion .accrodion-title h3::before,
.accrodion-title h3::before {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--deep-blue);
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: transform 300ms ease, color 300ms ease;
    display: inline-block;
}

.faq-one__content-box .accrodion.active .accrodion-title h3::before,
.accrodion.active .accrodion-title h3::before {
    transform: translateY(-50%) rotate(90deg);
}

[dir="rtl"] .faq-one__content-box .accrodion .accrodion-title h3,
[dir="rtl"] .accrodion-title h3 {
    padding-right: 0;
    padding-left: 30px;
}

[dir="rtl"] .faq-one__content-box .accrodion .accrodion-title h3::before,
[dir="rtl"] .accrodion-title h3::before {
    right: auto;
    left: 0;
}

/* 6. Proportional Aspect Ratio for Tour Card Images */
.travel-tour-second .tab-content .package-box img,
.package-box img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 298 / 209 !important;
    object-fit: cover !important;
}

/* 7. Mobile Scroll-Top Button Position on the Left */
@media (max-width: 768px) {
    .scroll-top {
        right: auto !important;
        left: 15px !important;
    }

    .scroll-top.active {
        right: auto !important;
        left: 15px !important;
        bottom: 83px !important;
    }
}

/* 8. Mobile Header Enhancements */
@media (max-width: 767px) {
    .bg-gray {
        background-color: #ffffff !important;
        border-bottom: 1px solid #edf0f2 !important;
        padding: 4px 0 !important;
        min-height: 38px;
    }

    .bg-gray .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .bg-gray .upper-navbar-right {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }

    .bg-gray .language-select .lang-btn,
    .bg-gray .currency-select .currency-btn {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #1f3e66 !important;
        padding: 3px 8px !important;
        text-decoration: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
    }

    .main-navbar {
        background-color: #ffffff !important;
        padding: 6px 0 !important;
    }

    .main-navbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .main-navbar .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-navbar .navbar-brand img {
        max-height: 46px !important;
        width: auto !important;
        object-fit: contain !important;
    }

    .main-navbar .navbar-toggler {
        border: none !important;
        padding: 4px 8px !important;
        font-size: 22px !important;
        color: #1f3e66 !important;
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .main-navbar .navbar-toggler-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        height: auto !important;
    }

    .home-mobile-fixed-top {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: #ffffff !important;
    }

    .home-mobile-fixed-nav {
        position: fixed !important;
        top: 38px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1030 !important;
        background-color: #ffffff !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    }
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 992px) {

    .navbar>.container,
    .navbar>.container-fluid .px-lg-5 {
        padding-right: 0em !important;
        padding-left: 0rem !important;
    }
}

@media (max-width: 767px) {
    .Breadcrumb-cover {
        padding: 0 !important;
        margin-top: 0 !important;
    }
}


.category-preview h2 {
    font-size: 23px;
    font-weight: 500;
}

.nav-tabs .nav-link.nav-link.travel-tab-btn.active {
    color: var(--white-color) !important;
}

.travel-tab-btn.nav-link:hover {
    color: var(--second-color) !important;
}


p {
    margin-bottom: 10px;
}

.category-preview {
    /* top: 50%; */
    left: 50%;
    bottom: 20px;
    width: 95%;
    padding: 8px 16px;
    text-align: center;
    background-color: #fff;
    transform: translate(-50%, -55%) scale(1);
    text-align: center;
}

.category-preview h2 {
    font-size: 21px;
}


.blog-card .blog-card-content h3 {
    height: 62px;
}

.blog-card .blog-card-content {
    padding-right: 0;
}

.Provider_tour a {
    color: var(--deep-blue) !important;
}

p {
    color: #1b2b48;
}

.package-box p {

    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.blog__card-text {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.category-card:before {
    position: relative;
}

.blog-card.style-5 .blog-card-img-wrap .card-img::before {
    content: "";
    position: relative;
}

.blog-card.style-5 .blog-card-content {
    padding: 0 21px;
    width: auto;
}

.tour-details-section-subtitle {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 23px;
    text-transform: capitalize;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: var(--deep-blue) !important;
    font-weight: 700;
}

.travel-tour-second .tab-content .package-box {

    height: 453px;

}

.sidebar-price p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--deep-blue) !important;
    margin-bottom: 0;
}

.sidebar-price p span {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--main-color);
}

.sidebar--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar--content .theme-btn {
    color: var(--deep-blue);
}


.tour-details-section h3 {
    color: var(--deep-blue) !important;
}

.tour-details-section .accordion-item.active .accordion-body {
    max-height: max-content !important;

}

.category-card img {
    height: 330px;
}