/* navbar start*/
#navbar_main {
    position: relative;
    z-index: 50;
}

#nav-logo-unique {
    height: 5rem !important;
    max-width: unset;
}

@media (max-width: 600px) {
    .header-area .book_button {
        top: 1rem;
    }

    .header-area .book_button button {
        font-size: 12px;
    }
}

/* navbar end */

/* Slider Start*/
#slider_main {
    display: none;
}

@media (min-width:1350px) {
    #slider_main {
        display: block;
    }
}

@media (max-width: 600px) {
    .hero-style-three {
        height: 25rem;
    }

    .hero3-content {
        top: 3rem;
    }

    .golden_slide_content {
        top: 2rem;
    }

    .hero-style-three .swiper-slide-active h1 {
        font-size: 2rem;
        width: 80%;
        margin: auto;
        margin-bottom: 1rem;
    }

    /* .hero-style-three .slider-bg-1,
    .hero-style-four .slider-bg-2,
    .hero-style-three .slider-bg-3,
    .hero-style-three .slider-bg-4,
    .hero-style-three .slider-bg-5 {
        background-image: url("https://kahluradventures.com/wp-content/uploads/2023/04/Taj-Mahal-tour-kahlur-Adventures-India-.jpg") !important;
        background-repeat: no-repeat;
    } */

    /* .hero-style-three .slider-bg-1,
    .hero-style-three .slider-bg-2,
    .hero-style-three .slider-bg-3 {
    padding: 230px 0px;
    } */
    .hero-style-three .slider-bg-3 {
        background-size: contain;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .header-style-one .main-nav ul li a {
        font-size: 16px;
    }

    .has-child-menu>a {
        margin-right: 5px;
    }

    header .header-style-one .main-nav ul li {
        padding: 0px 15px;
    }

    .topbar-style-one .topbar-contact-left .contact-list li a {
        font-size: 1rem;
    }
}

/* Slider end*/

/* responsive slider start*/

/* Hide ABOVE 1349px */
/* @media (min-width: 1350px) {
    #xsMobileSlider {
        display: none !important;
    }
} */

#xsMobileSlider {
    margin-top: 0rem !important;
}

/* Slider box */
.xs-slider-box {
    position: relative;
    height: 20rem;
    overflow: hidden;
}

/* Slide Images */
.xs-slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.7s ease;
    filter: brightness(70%);
    /* Dark effect */
}

.xs-active {
    opacity: 1 !important;
}

/* Dark overlay for professional look */
.xs-slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Text container */
.xs-text-box {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

/* Heading */
.xs-slide-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 1rem;
}

.xs-active-heading {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Button */
.xs-view-btn {
    background: #ff4838;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.xs-view-btn:hover {
    background: #e33e30;
}

/* Navigation buttons */
.xs-slider-btn {
    position: absolute;
    right: 15px;
    z-index: 20;
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid white;
}

.xs-slider-btn:hover {
    background: #ff4838;
    border-color: #ff4838;
}

#xsBtnUp {
    top: 15px;
}

#xsBtnDown {
    top: 65px;
}

@media (min-width:800px) and (max-width: 999px) {
    .xs-slider-box {
        height: 24rem;
    }

    .xs-slide-heading {
        font-size: 1.5rem;
    }
}

@media (min-width:1000px) and (max-width: 1150px) {
    .xs-slider-box {
        height: 28rem;
    }

    .xs-slide-heading {
        font-size: 2rem;
    }

    .xs-text-box {
        bottom: 30px;
    }

    .xs-view-btn {
        font-size: 16px;
    }
}

@media (min-width:1151px) {
    .xs-slider-box {
        height: 30rem;
    }

    .xs-slide-heading {
        font-size: 2rem;
    }

    .xs-text-box {
        bottom: 30px;
    }

    .xs-view-btn {
        font-size: 18px;
    }
}

@media (min-width:1400px) {
    .xs-slider-box {
        height: 35rem;
    }

    .xs-text-box {
        bottom: 50px;
    }
}

/* responsive slider end */

/* popular tour section start*/
@media (max-width: 1349px) {
    .package-area {
        padding-top: 2rem;
    }
}

@media (min-width: 1350px) and (max-width: 1399px) {
    .package-area {
        padding-top: 3.75rem;
    }
}

@media (max-width:991px) {
    .section-head-alpha {
        padding-bottom: 25px;
    }
}

@media (max-width:550px) {
    .package-area {
        padding-top: 1.5rem;
    }
}

/* popular tour section end*/

/* explore destination section start*/
@media (max-width: 1349px) {
    .destination-area {
        padding-top: 3rem;
    }
}

@media (min-width: 1350px) and (max-width: 1399px) {
    .destination-area {
        padding-top: 3.75rem;
    }
}

@media (max-width:550px) {
    .destination-area {
        padding-top: 2.5rem;
    }
}

/* explore destination section end*/


/* counter start */
.newslatter-wrapper .newslatter-side h2 {
    font-size: 4rem;
    line-height: 4rem;
}

.newslatter-wrapper .newslatter-side p {
    color: #c4c4c4;
}

@media (max-width: 600px) {
    .newslatter-wrapper .newslatter-side h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin: 0rem 1rem;
    }
}

/* counter end */

/* about section start */
.about-wrapper {
    padding: 80px 0;
}

.about-content h3 {
    color: #ff4838;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content h2 {
    color: #2d373c;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-content p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.feature-list {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: start;
    margin-bottom: 1.25rem;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background-color: #ff4838;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-icon svg {
    width: 14px;
    height: 14px;
    color: white;
}

.feature-text {
    color: #2d373c;
    font-size: 1rem;
    font-weight: 500;
}

.about-btn {
    background-color: #ff4838;
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: none;
}

.about-btn:hover {
    background-color: #e63e2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 72, 56, 0.3);
    color: white;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    height: 500px;
    background-color: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 1.25rem;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #ff4838;
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(255, 72, 56, 0.3);
}

.experience-badge h4 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.experience-badge p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

@media (min-width:1024px) {
    #xsBtnUp {
        top: 10rem;
        transform: scale(1.5);
        right: 3rem;
    }

    #xsBtnDown {
        top: 15.5rem;
        transform: scale(1.5);
        right: 3rem;
    }
}

@media (max-width: 991px) {
    .about-content h2 {
        font-size: 2rem;
    }

    .about-image {
        height: 400px;
    }

    .experience-badge {
        bottom: 20px;
        right: 20px;
        padding: 20px;
    }

    .experience-badge h4 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .about-wrapper {
        padding: 60px 0;
    }

    .about-content h2 {
        font-size: 1.75rem;
    }

    .about-image {
        height: 350px;
    }

    .experience-badge {
        bottom: 15px;
        right: 15px;
        padding: 15px 20px;
    }

    .experience-badge h4 {
        font-size: 1.5rem;
    }

    .experience-badge p {
        font-size: 0.875rem;
    }
}

/* about section end */

/* video reviews start */
.video-review-wrapper {
    padding: 80px 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 */

/* footer start */
/* .footer-about{
    transform: translateY(-3rem); 
} */
#footer_logo {
    height: 7rem;
}

/* footer end */



/* Toast Start */
/* Toast Start */
#txToastContainer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tx-toast {
    min-width: 220px;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: txFadeIn 0.4s ease, txFadeOut 0.4s ease 3s forwards;
}

.tx-toast.tx-loading { background: #333; }
.tx-toast.tx-success { background: #28a745; }
.tx-toast.tx-error   { background: #dc3545; }

@keyframes txFadeIn {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes txFadeOut {
    to { opacity: 0; transform: translateY(25px); }
}

/* Toast end */