/* Jeep Safari Package Page Styles */

/* Professional Minimalistic Design */
.safari-packages-section {
    background: #fafafa;
    padding: 80px 0;
}

/* Reduced gap between cards */


.package-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.package-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border-color: #d0d0d0;
}

.package-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
}

.package-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.package-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Image Slider Styles */
.package-gallery {
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.package-gallery-slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
    padding-bottom: 8px;
}

.package-gallery-slider::-webkit-scrollbar {
    height: 4px;
}

.package-gallery-slider::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}

.package-gallery-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.package-gallery-slider::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.gallery-thumbnail {
    min-width: 140px;
    width: 140px;
    height: 105px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.gallery-thumbnail:hover {
    border-color: #5a8f7b;
    transform: translateY(-2px);
}

.gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.package-features li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.package-features li:before {
    content: "✓";
    color: #5a8f7b;
    font-weight: 600;
    margin-right: 12px;
    font-size: 14px;
    flex-shrink: 0;
}

.btn-inquire {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background: #198754;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border: none;
}

.btn-inquire:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

/* Editorial Section - Article Feel */
.trekking-routes-area {
    background: #ffffff;
}

.trek-article {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 48px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.trek-article-header {
    margin-bottom: 24px;
}

.trek-article-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.trek-article-subtitle {
    font-size: 15px;
    color: #888;
    font-weight: 400;
    font-style: italic;
}

.trek-description p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.trek-description p strong {
    font-weight: 600;
    color: #1a1a1a;
}

.section-title.text-center {
    margin-bottom: 56px;
}

.section-title .sub-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.section-title p {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
}

.section-heading {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.section-description {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .package-card {
        margin-bottom: 0;
    }

    .safari-packages-section .row {
        row-gap: 24px;
    }

    .section-heading {
        font-size: 28px;
    }

    .trek-article-title {
        font-size: 26px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    .safari-packages-section,
    .trekking-routes-area {
        padding: 48px 0;
    }

    .package-card {
        padding: 32px 24px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .trek-article-title {
        font-size: 24px;
    }

    .trek-description p {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .gallery-thumbnail {
        min-width: 70px;
        width: 70px;
        height: 52px;
    }
}

/* Specific Banner Centering Fix - Aggressive */
.banner-inner.centered-banner-content {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.banner-inner.centered-banner-content .page-title {
    text-align: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.banner-inner.centered-banner-content .breadcrumb {
    justify-content: center !important;
    display: flex !important;
    width: 100% !important;
}