/* Custom Styles Extracted from Inline Admin/PHP Files */

/* Global Utilities */
.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-32 {
    font-size: 32px;
}

.fs-4rem {
    font-size: 4rem;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-minus-1 {
    z-index: -1;
}

.bg-cover-center {
    background-size: cover;
    background-position: center;
}

/* Index Page - Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: blur(4px);
    transform: scale(1.1);
    opacity: 0.6;
}

.hero-content-container {
    padding-top: 80px;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.hero-description {
    color: #fff;
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 1.6;
}

/* Why Choose Us */
.feature-icon-circle {
    width: 60px;
    height: 60px;
}

/* Antarctica Banner */
.promo-card-content {
    z-index: 2;
}

/* Offers Section */
.offer-image {
    max-height: 500px;
    object-fit: cover;
}

/* How It Works */
.step-number-circle {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Tour Packages */
.package-image-wrapper {
    height: 250px;
    overflow: hidden;
}

.package-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-meta-icon {
    font-size: 16px;
}

/* Client Logos (Homepage partners slider) */
#clients .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#clients .client-logo {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    transition: all 0.3s ease;
}

#clients .client-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    #clients .client-logo {
        width: 170px;
        height: 110px;
    }
}

/* Footer Floating Buttons */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    width: 46px;
    height: 46px;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.1);
}

.phone-float {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background-color: #007bff;
    color: #FFF;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    width: 46px;
    height: 46px;
    transition: all 0.3s ease;
}

.phone-float:hover {
    background-color: #0056b3;
    color: #FFF;
    transform: scale(1.1);
}

/* Contact Page */
.page-title-contact {
    background-image: url(../img/travel/showcase-8.webp);
}

.contact-icon-circle {
    width: 60px;
    height: 60px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.bg-cyan {
    background-color: #22d3ee !important;
}

.text-dark-blue {
    color: #2c3e50;
}

.text-gray-blue {
    color: #34495e;
}

.service-card-img {
    height: 220px;
    object-fit: cover;
}

.service-placeholder-img {
    height: 220px;
}

.tour-card-img {
    height: 250px;
    object-fit: cover;
}

/* Package Details Page */
.gallery-main-img {
    min-height: 400px;
    object-fit: cover;
}

.gallery-video-container {
    min-height: 400px;
}

.gallery-video {
    min-height: 400px;
    object-fit: contain;
}

.play-icon-circle {
    width: 80px;
    height: 80px;
}

.play-icon-fs-4 {
    font-size: 4rem;
    line-height: 1;
}

.gallery-grid-img {
    height: 379px;
    object-fit: cover;
}

.itinerary-icon-circle {
    width: 40px;
    height: 40px;
}

.payment-icon-circle {
    width: 80px;
    height: 80px;
}

.sticky-sidebar-custom {
    top: 100px;
    z-index: 10;
}

.bg-accent-red {
    background-color: #f95e4d;
}

/* Itinerary Accordion Styles */
.itinerary-accordion .accordion-button::after {
    margin-left: auto;
}

.itinerary-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: inherit;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.itinerary-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-item {
    background: transparent;
}

/* Terms, Privacy, FAQ, Booking, Clients Pages */
.page-title-terms,
.page-title-privacy,
.page-title-faq,
.page-title-booking,
.page-title-clients,
.page-title-about,
.page-title-blog,
.page-title-tours {
    background-image: url(../img/hero/page-title-bg.webp);
}

.page-title-group-tours,
.page-title-services {
    background-image: url(../img/hero/services-bg.webp);
}

.page-title-destinations {
    background-image: url(../img/travel/destination-5.webp);
}

/* Contact Page Unique Design */
.page-title-contact-unique {
    background-image: url('../img/travel/showcase-8.webp');
    /* Ensure this path is correct */
    height: 60vh;
    /* Taller banner */
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-title-contact-unique::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-title-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.contact-section-unique {
    margin-top: -100px;
    /* Overlap effect */
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
}

.contact-card-unique {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: hidden;
}

.contact-info-side {
    background: linear-gradient(135deg, #0ea2bd 0%, #0d6efd 100%);
    /* Cyan to Blue gradient */
    color: #fff;
    padding: 60px 40px;
    height: 100%;
}

.contact-info-item-unique {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-item-unique:hover .contact-icon-box {
    background: #fff;
    color: #0d6efd;
    transform: scale(1.1);
}

.contact-form-side {
    padding: 60px 40px;
    background: #fff;
}

.form-control-unique {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 15px 0;
    background: transparent;
    transition: all 0.3s ease;
}

.form-control-unique:focus {
    box-shadow: none;
    border-color: #0d6efd;
    background: transparent;
}

.form-label-unique {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}

.btn-submit-unique {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
}

.btn-submit-unique:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(13, 110, 253, 0.3);
}

@media (max-width: 991px) {
    .page-title-contact-unique {
        height: 50vh;
    }

    .contact-section-unique {
        margin-top: -50px;
    }

    .contact-info-side {
        padding: 40px 20px;
        height: 40px;
    }

    .payment-icon-circle {
        width: 80px;
        height: 80px;
    }

    .sticky-sidebar-custom {
        top: 100px;
        z-index: 10;
    }

    .bg-accent-red {
        background-color: #f95e4d;
    }

    /* Itinerary Accordion Styles */
    .itinerary-accordion .accordion-button::after {
        margin-left: auto;
    }

    .itinerary-accordion .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: inherit;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .itinerary-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }

    .accordion-item {
        background: transparent;
    }

    /* Terms, Privacy, FAQ, Booking, Clients Pages */
    .page-title-terms,
    .page-title-privacy,
    .page-title-faq,
    .page-title-booking,
    .page-title-clients,
    .page-title-about,
    .page-title-blog,
    .page-title-tours {
        background-image: url(../img/hero/page-title-bg.webp);
    }

    .page-title-group-tours,
    .page-title-services {
        background-image: url(../img/hero/services-bg.webp);
    }

    .page-title-destinations {
        background-image: url(../img/travel/destination-5.webp);
    }

    /* Contact Page Unique Design */
    .page-title-contact-unique {
        background-image: url('../img/travel/showcase-8.webp');
        /* Ensure this path is correct */
        height: 60vh;
        /* Taller banner */
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-size: cover;
        background-position: center;
    }

    .page-title-contact-unique::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .page-title-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
    }

    .contact-section-unique {
        margin-top: -100px;
        /* Overlap effect */
        position: relative;
        z-index: 10;
        padding-bottom: 80px;
    }

    .contact-card-unique {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border: none;
        overflow: hidden;
    }

    .contact-info-side {
        background: linear-gradient(135deg, #0ea2bd 0%, #0d6efd 100%);
        /* Cyan to Blue gradient */
        color: #fff;
        padding: 60px 40px;
        height: 100%;
    }

    .contact-info-item-unique {
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .contact-icon-box {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .contact-info-item-unique:hover .contact-icon-box {
        background: #fff;
        color: #0d6efd;
        transform: scale(1.1);
    }

    .contact-form-side {
        padding: 60px 40px;
        background: #fff;
    }

    .form-control-unique {
        border: none;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0;
        padding: 15px 0;
        background: transparent;
        transition: all 0.3s ease;
    }

    .form-control-unique:focus {
        box-shadow: none;
        border-color: #0d6efd;
        background: transparent;
    }

    .form-label-unique {
        font-size: 0.85rem;
        color: #6c757d;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .btn-submit-unique {
        background: #0d6efd;
        color: #fff;
        border: none;
        padding: 15px 40px;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
    }

    .btn-submit-unique:hover {
        background: #0b5ed7;
        transform: translateY(-2px);
        box-shadow: 0 15px 25px rgba(13, 110, 253, 0.3);
    }

    @media (max-width: 991px) {
        .page-title-contact-unique {
            height: 50vh;
        }

        .contact-section-unique {
            margin-top: -50px;
        }

        .contact-info-side {
            padding: 40px 20px;
        }

        .contact-form-side {
            padding: 40px 20px;
        }
    }