
/*=============================
    02. background
===============================*/
.tg-blue-bg {
    background: #f5faff;
}

.tg-grey-bg-2 {
    background: #f5faff;
}

.tg-primary-bg {
    background: #0072b9;
}


.tg-hero-tu-2-wrapper {
    padding-top: 210px;
    padding-bottom: 170px;
}


/* Media Queries */
@media (max-width: 1199px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }

        .scroll__top.open {
            bottom: 30px;
        }
}

@media (max-width: 991px) {
    .scroll__top {
        right: 30px;
    }
}

@media (max-width: 575px) {
    .scroll__top {
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

        .scroll__top.open {
            bottom: 15px;
        }
}


/*=============================
    13. Section Title
===============================*/
.tg-section-subtitle {
    font-family: var(--tg-ff-segoepr);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
}

.tg-section-su-subtitle {
    font-family: var(--tg-ff-outfit);
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
    background: #f5efff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
}

    .tg-section-su-subtitle.su-subtitle-2 {
        background: #ebe5fa;
    }

.tg-section-su-title {
    font-size: 36px;
    font-family: var(--tg-ff-outfit);
}

.tg-section-su-para {
    font-family: var(--tg-ff-outfit);
    font-weight: 400;
    color: var(--tg-common-black);
    line-height: 28px;
    text-transform: capitalize;
}

@media (max-width: 1200px), (max-width: 992px), (max-width: 768px), (max-width: 576px), (max-width: 480px) {
    .tg-section-su-para br {
        display: none;
    }
}

.tg-section-su-para-2 {
    color: var(--tg-grey-1);
    line-height: 26px;
}

/*=============================
    1. Homepage & Global Styles
===============================*/

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Top header small font size */
.top-header span,
.top-header a {
    font-size: 0.9rem;
}

.top-header i {
    vertical-align: middle;
}

.main-navbar .nav-link {
    font-weight: 500;
    color: #000;
}

    .main-navbar .nav-link:hover,
    .main-navbar .nav-link:focus {
        color: #007bff;
    }

.navbar-brand img {
    max-height: 50px;
}

@media (max-width: 991.98px) {
    .desktop-nav {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-toggler {
        display: none !important;
    }
}

/* Hero Background Section */
.hero-wrapper {
    position: relative;
    height: 640px;
    overflow: hidden;
    background-color: rgb(0 0 0 / 80%);
}

.slideshow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}


/* Enquiry Bar */

.tg-booking-tu-wrapper {
    background: #fff;
    text-align: left;
    padding: 13px 14px 3px 26px;
    border-radius: 1000px;
}

.enquiry-bar {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    gap: 0.75rem;
    flex-wrap: wrap;
}

    .enquiry-bar .form-group {
        min-width: 180px;
        border: 1px solid #e7e7e7;
        border-radius: 6px;
    }

    .enquiry-bar select,
    .enquiry-bar input[type="date"] {
        font-size: 0.9rem;
        color: #000;
    }

        .enquiry-bar select:focus,
        .enquiry-bar input[type="date"]:focus {
            box-shadow: none;
        }

    .enquiry-bar .btn {
        font-weight: 600;
    }

/* Responsive Fixes */
@media (max-width: 768px) {
    .enquiry-bar {
        flex-direction: column;
        border-radius: 1rem;
    }

        .enquiry-bar .form-group {
            
            width: 100%;
            justify-content: flex-start;
        }

    .tg-booking-tu-wrapper {
        padding: 20px 20px 20px 20px !important;
        border-radius: 10px;
    }
}


/*====================================
    1. Featured Tour section Styles
======================================*/

.fixed-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.equal-height-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .equal-height-card .card-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.package-card img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.package-card .card-body {
    background: #fff;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #007bff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swiper-controls-top {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    top: -28px;
    bottom: auto;
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    border-radius: 50%;
    color: #333;
    z-index: 10;
}

.swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-next {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }

.top-destination-section {
    background: url('../assets/images/bg-pattern.png') no-repeat center center;
    background-size: 100% 100%;
}

.destination-img-wrapper {
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

    .destination-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.destination-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    text-decoration: none;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

    .destination-overlay:hover {
        background-color: #0d6efd;
        color: #fff;
        transform: translateY(-3px);
    }

        .destination-overlay:hover i {
            color: #fff;
        }

/*====================================
    1. Who we are section Styles
======================================*/

.who-we-are-section {
    /*background-color: #f5faff;*/
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

    .who-we-are-section::before,
    .who-we-are-section::after {
        content: '';
        position: absolute;
        opacity: 0.08;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .who-we-are-section::before {
        background-image: url('https://cdn-icons-png.flaticon.com/128/833/833472.png'); /* camera */
        width: 80px;
        height: 80px;
        left: 20px;
        top: 20px;
    }

    .who-we-are-section::after {
        background-image: url('https://cdn-icons-png.flaticon.com/128/159/159472.png'); /* palm tree */
        width: 100px;
        height: 100px;
        right: 30px;
        bottom: 30px;
    }

.image-wrapper {
    background: none;
    border-radius: 20px;
    padding: 20px;
}

    .image-wrapper img {
        border-radius: 20px;
        width: 100%;
        height: auto;
    }

.who-we-are-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a0a0a;
}

.who-we-are-section .stats i {
    font-size: 2rem;
    color: #007bff;
    transition: transform 0.3s ease;
}

    .who-we-are-section .stats i:hover {
        transform: scale(1.1);
    }

.who-we-are-section .stats h5 {
    font-weight: 700;
    margin-top: 10px;
}

.who-we-are-section .btn-primary {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

/*====================================
    1. Our Services section Styles
======================================*/
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header .badge {
        background-color: #e6f0ff;
        color: #0080ff;
        font-size: 14px;
        padding: 6px 12px;
        border-radius: 8px;
    }

    .section-header h2 {
        font-weight: 700;
        font-size: 32px;
        margin-top: 15px;
    }

    .section-header p {
        color: #555;
        font-size: 15px;
        margin-top: 10px;
    }

.service-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);*/
    height: 285px;
}

    .service-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-card-body {
    background-color: #ebf5ff;
    padding: 30px 20px;
    height: 100%;
}

    .service-card-body h5 {
        font-weight: 700;
        margin-top: 15px;
        font-size: 18px;
    }

    .service-card-body p {
        font-size: 14px;
        color: #555;
        margin-bottom: 0;
    }

.service-icon {
    font-size: 60px;
    color: #4a00e0;
}

/*====================================
    1. Testimonial section Styles
======================================*/

.testimonial-section {
    background-color: #0070c9;
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
}

#testimonialCarousel {
    cursor: grab;
    user-select: none;
}

.testimonial-quote {
    line-height: 1;
    margin-bottom: 20px;
}

.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin: 0 auto 20px;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 700;
}

.testimonial-role {
    font-size: 14px;
    color: #cde7ff;
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
    margin: 20px auto;
    max-width: 800px;
    color: #e0f0ff;
}

.testimonial-rating {
    color: gold;
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: #0070c9;
    border-radius: 50%;
    opacity: 1;
    line-height: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

@media (max-width: 768px) {
    .carousel-control-next {
        right: -15px;
    }

    .carousel-control-prev {
        left: -15px;
    }
}

/*=============================
    11. Latest News Styles
===============================*/
.news-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

    .news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .news-card .badge {
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 6px;
    }

.news-img-wrapper {
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);*/
    height: 275px;
}

.news-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card .card-body a,
.package-card h6 a{
    color: #212529;
    text-decoration: none;
}
    /*=============================
    11. Footer Styles
===============================*/
    .footer {
    background-color: #023f5c;
    color: #fff;
    padding: 50px 20px 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-col {
    flex: 1 1 200px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .footer-logo img {
        width: 140px;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .footer-logo h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .footer-logo p {
        font-size: 14px;
        margin-top: 2px;
        color: #d0ecff;
    }

.footer-desc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #d0ecff;
}


/* Subscribe */
.subscribe-form {
    display: flex;
    margin-bottom: 20px;
}

    .subscribe-form input {
        flex: 1;
        padding: 8px 12px;
        border: none;
        border-radius: 30px 0 0 30px;
        font-size: 14px;
        outline: none;
    }

    .subscribe-form button {
        background-color: #0092d1;
        border: none;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 30px 30px 0;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .subscribe-form button:hover {
            background-color: #007bb5;
        }

    .subscribe-form i {
        font-size: 16px;
    }

/* Social Icons */
.footer .social-icons {
    margin-top: 10px;
}

    .footer .social-icons a {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 6px 8px;
        border-radius: 50%;
        margin-right: 6px;
        display: inline-block;
        color: #d2e0e6;
        transition: 0.3s;
        line-height: 1;
    }

        .footer .social-icons a:hover {
            transform: scale(1.2);
        }

/* Links */
.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
}

    .footer-col ul li {
        margin-bottom: 10px;
    }

        .footer-col ul li a {
            text-decoration: none;
            color: #d0ecff;
            transition: color 0.3s ease;
        }

            .footer-col ul li a:hover {
                color: #fff;
            }

/* Info Text with Icons */
.footer-col p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #d0ecff;
}

.footer-col i {
    margin-right: 0;
    color: #c7dde7;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #09506f;
    text-align: center;
    padding-top: 15px;
    margin-top: 30px;
    font-size: 14px;
    color: #d0ecff;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
    }

    .subscribe-form input {
        border-radius: 30px;
    }

    .subscribe-form {
        flex-direction: column;
        position: relative;
        height: 42px;
    }
        
        .subscribe-form button {
            border-radius: 30px;
            width: 100%;
            margin: 5px 0;

        }

        .subscribe-form button {
            border-radius: 30px;
            width: 100%;
            margin: 5px 0;
            top: -2px;
            width: 46px;
            right: 3px;
            height: 35px;
            position: absolute;
        }
}

/*=============================
    11. Scroll Top
===============================*/
#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    /* hidden by default */
    opacity: .85;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

    #scrollToTopBtn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* Modal input styling */
.quick-enquiry-modal .form-control {
    margin-bottom: 10px;
    border-radius: 0.4rem;
}

.quick-enquiry-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.quick-enquiry-modal .modal-footer {
    border-top: none;
}

.quick-enquiry-modal .form-select {
    margin-bottom: 10px;
}

.quick-enquiry-modal .submit-btn {
    margin-top: 10px;
}

.quick-enquiry-modal .form-label {
    font-weight: 500;
}

/* Icon on submit */
.submit-btn i {
    margin-right: 5px;
}