/* WordPress blog layout tweaks */
.site-content {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .site-content {
        padding-top: 100px;
    }
}

/* Header styling for blog pages */
.safari-header {
    background: #21362C;
}

.header-top-bar {
    background: #21362C;
    border-bottom: 1px solid rgba(189, 149, 92, 0.3);
}

.main-nav {
    background: #21362C;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.main-nav.scrolled {
    background: #21362C !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #BD955C;
}

.nav-link i {
    color: #BD955C;
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-header h1 {
    font-family: "BigCaslonFB-Regular", Georgia, serif;
    font-size: 42px;
    color: #BD955C;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blog-header p {
    color: #4a4a4a;
    font-size: 15px;
    margin: 0;
}

.blog-page {
    background: #FFFFF0;
    padding: 60px 0;
}

.blog-search {
    max-width: 520px;
    margin: 20px auto 40px;
}

.blog-grid > [class*="col-"] {
    margin-bottom: 30px;
}

.post-slide-blog {
    height: auto !important;
    min-height: 0 !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 30px;
}

.post-slide-blog .post-img-blog img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-title-blog {
    font-family: "BigCaslonFB-Regular", Georgia, serif;
    color: #21362C;
    margin: 16px 16px 6px;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-date-blog {
    color: #BD955C;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 16px 8px;
    display: block;
}

.post-description-blog {
    color: #4a4a4a;
    margin: 0 16px 16px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_btn-blog {
    background: linear-gradient(135deg, #BD955C 0%, #d4a76a 100%);
    border: none;
    color: #21362C;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(189, 149, 92, 0.3);
    margin: 0 16px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.blog_btn-blog:hover {
    background: linear-gradient(135deg, #d4a76a 0%, #e8c088 100%);
    color: #21362C;
    transform: translateY(-1px);
}

.entry-meta {
    font-size: 13px;
    color: #21362C;
    margin-bottom: 15px;
}

.entry-meta a {
    color: #21362C;
}

.entry-content p {
    margin-bottom: 18px;
    line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 18px 20px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.single-post-slide-blog {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.single-post-slide-blog .post-img-blog img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-post-slide-blog h1 {
    font-family: "BigCaslonFB-Regular", Georgia, serif;
    color: #BD955C;
    margin-top: 0;
}

.endless-pagination {
    margin-top: 30px;
}

.endless-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.endless-pagination ul li {
    margin: 0 4px 8px 0;
}

.blog-widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(189, 149, 92, 0.2);
    border-top: 3px solid #BD955C;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.blog_search {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.blog_search .blog_sidebar_title {
    margin-bottom: 10px;
}

.blog_sidebar_title {
    color: #21362C;
    letter-spacing: 1px;
}

.blog_search input {
    background: #fff;
    border: 1px solid rgba(189, 149, 92, 0.3);
    border-radius: 50px;
    padding: 12px 18px;
    height: auto;
}

.blog_search .blog_btn-blog {
    margin: 0;
    padding: 10px 22px;
}

/* Ensure blog header matches footer color */
.safari-header,
.main-nav,
.main-nav.scrolled {
    background: #21362C !important;
}

.safari-header.scrolled .header-top-bar {
    background: #21362C !important;
}

.blog_search .search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog_search .search-field {
    flex: 1;
}

@media (max-width: 767px) {
    .blog_search .search-form {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ===========================================
       PREMIUM NAVBAR STYLES
       =========================================== */

    /* Header Container */
    .safari-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        transition: all 0.3s ease;
    }

    /* Top Bar - Always visible with subtle background */
    /* Top Bar - Always visible with transparent background initially */
    .header-top-bar {
        background: rgba(26, 43, 35, 0.2);
        /* Very subtle tint for readability or fully transparent */
        padding: 5px 0;
        border-bottom: 1px solid rgba(189, 149, 92, 0.2);
        transition: all 0.3s ease;
    }

    .safari-header.scrolled .header-top-bar {
        background: rgba(26, 43, 35, 0.98) !important;
    }

    .top-bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-bar-left {
        display: flex;
        gap: 25px;
    }

    .top-contact {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .top-contact:hover {
        color: #BD955C;
    }

    .top-contact i {
        color: #BD955C;
        font-size: 12px;
    }

    .social-links {
        display: flex;
        gap: 12px;
    }

    .social-links a {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(189, 149, 92, 0.15);
        color: #BD955C;
        font-size: 12px;
        transition: all 0.3s ease;
    }

    .social-links a:hover {
        background: #BD955C;
        color: #1a2b23;
        transform: translateY(-2px);
    }

    /* Main Navigation - Transparent initially */
    .main-nav {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 10px 0;
        transition: all 0.3s ease;
    }

    /* Scrolled state - More solid with stronger blur */
    .main-nav.scrolled {
        background: rgba(33, 54, 44, 0.95) !important;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        padding: 8px 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .nav-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-links {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1;
    }

    .nav-left {
        justify-content: flex-end;
        padding-right: 40px;
    }

    .nav-right {
        justify-content: flex-start;
        padding-left: 40px;
    }

    .nav-link {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        color: #ffffff;
        font-family: "Gotham Light", "Helvetica Neue", Arial, sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        transition: all 0.3s ease;
        position: relative;
        white-space: nowrap;
    }

    .nav-link:hover {
        color: #BD955C;
    }

    .nav-link i {
        font-size: 8px;
        transition: transform 0.3s ease;
    }

    .has-dropdown:hover .nav-link i {
        transform: rotate(180deg);
    }

    /* Center Logo */
    .nav-logo {
        flex-shrink: 0;
    }

    .nav-logo img {
        height: 70px;
        width: auto;
        transition: height 0.3s ease;
    }

    .main-nav.scrolled .nav-logo img {
        height: 55px;
    }

    /* CTA Button */
    .cta-button {
        background: linear-gradient(135deg, #BD955C 0%, #d4a76a 100%);
        color: #21362C !important;
        padding: 10px 20px !important;
        border-radius: 50px;
        font-weight: 600 !important;
        box-shadow: 0 4px 15px rgba(189, 149, 92, 0.3);
    }

    .cta-button:hover {
        background: linear-gradient(135deg, #d4a76a 0%, #e8c088 100%);
        color: #21362C !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(189, 149, 92, 0.4);
    }

    /* Dropdown Menu */
    .has-dropdown {
        position: relative;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #21362C;
        border-radius: 8px;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        list-style: none;
        z-index: 100;
    }

    .has-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .dropdown-menu li a:hover {
        background: rgba(189, 149, 92, 0.1);
        color: #BD955C;
        padding-left: 25px;
    }

    /* Mega Menu */
    .mega-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        width: 850px;
        background: #21362C;
        border-radius: 12px;
        padding: 30px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
        z-index: 100;
    }

    .has-dropdown:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .mega-menu-content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .mega-menu-section h4 {
        color: #BD955C;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(189, 149, 92, 0.3);
    }

    .mega-menu-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mega-menu-section ul li a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mega-menu-section ul li a i {
        color: #BD955C;
        font-size: 10px;
        transition: transform 0.3s ease;
    }

    .mega-menu-section ul li a:hover {
        color: #BD955C;
    }

    .mega-menu-section ul li a:hover i {
        transform: translateX(3px);
    }

    /* Featured Destination in Mega Menu */
    .mega-menu-featured {
        grid-column: span 1;
    }

    .featured-destination {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        min-height: 200px;
    }

    .featured-destination img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .featured-destination:hover img {
        transform: scale(1.1);
    }

    .featured-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    }

    .featured-overlay span {
        display: inline-block;
        background: #BD955C;
        color: #21362C;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 20px;
        margin-bottom: 8px;
    }

    .featured-overlay h5 {
        color: #fff;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .featured-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #BD955C;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        transition: gap 0.3s ease;
    }

    .featured-link:hover {
        gap: 10px;
        color: #d4a76a;
    }

    /* Mobile Menu Button - Premium Design */
    .mobile-menu-btn {
        display: none;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: rgba(189, 149, 92, 0.1);
        border: 2px solid rgba(189, 149, 92, 0.4);
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        z-index: 10001;
        transition: all 0.3s ease;
    }

    .mobile-menu-btn:hover {
        background: rgba(189, 149, 92, 0.2);
        border-color: #BD955C;
    }

    .hamburger-icon {
        width: 22px;
        height: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-line {
        display: block;
        width: 100%;
        height: 2.5px;
        background: #BD955C;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
    }

    .hamburger-line:nth-child(2) {
        width: 70%;
        margin-left: auto;
    }

    .mobile-menu-btn.active {
        background: #BD955C;
        border-color: #BD955C;
    }

    .mobile-menu-btn.active .hamburger-line {
        background: #21362C;
    }

    .mobile-menu-btn.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-btn.active .hamburger-line:nth-child(2) {
        opacity: 0;
        width: 0;
    }

    .mobile-menu-btn.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Mobile Navigation Overlay */
    .mobile-nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mobile-nav-overlay.active {
        display: block;
        opacity: 1;
    }

    /* Mobile Navigation Panel */
    .mobile-nav {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: 100%;
        height: 100vh;
        background: #21362C;
        z-index: 10000;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    .mobile-nav.active {
        right: 0;
    }

    .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(189, 149, 92, 0.2);
    }

    .mobile-logo img {
        height: 50px;
        width: auto;
    }

    .mobile-close-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(189, 149, 92, 0.1);
        border: none;
        border-radius: 50%;
        color: #BD955C;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .mobile-close-btn:hover {
        background: #BD955C;
        color: #21362C;
    }

    .mobile-nav-content {
        padding: 20px;
    }

    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }

    .mobile-menu>li>a,
    .mobile-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: color 0.3s ease;
    }

    .mobile-menu>li>a:hover,
    .mobile-submenu-toggle:hover {
        color: #BD955C;
    }

    .mobile-submenu-toggle i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .mobile-has-submenu.active .mobile-submenu-toggle i {
        transform: rotate(180deg);
    }

    .mobile-submenu {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .mobile-has-submenu.active .mobile-submenu {
        max-height: 500px;
    }

    .mobile-submenu li a {
        display: block;
        padding: 12px 20px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mobile-submenu li a:hover {
        color: #BD955C;
        padding-left: 25px;
    }

    .mobile-cta {
        display: block;
        width: 100%;
        padding: 15px;
        background: linear-gradient(135deg, #BD955C 0%, #d4a76a 100%);
        color: #21362C;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 50px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }

    .mobile-cta:hover {
        background: linear-gradient(135deg, #d4a76a 0%, #e8c088 100%);
        color: #21362C;
    }

    .mobile-contact {
        margin-bottom: 20px;
    }

    .mobile-contact a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-contact a:hover {
        color: #BD955C;
    }

    .mobile-contact a i {
        color: #BD955C;
        width: 20px;
    }

    .mobile-social {
        display: flex;
        gap: 12px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-social a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(189, 149, 92, 0.1);
        border-radius: 50%;
        color: #BD955C;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mobile-social a:hover {
        background: #BD955C;
        color: #21362C;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .mega-menu {
            width: 750px;
        }

        .nav-link {
            padding: 12px 14px;
            font-size: 13px;
        }

        .nav-left {
            padding-right: 30px;
        }

        .nav-right {
            padding-left: 30px;
        }
    }

    @media (max-width: 991px) {
        .header-top-bar {
            display: none;
        }

        .main-nav {
            padding: 12px 0;
        }

        .nav-links {
            display: none;
        }

        .mobile-menu-btn {
            display: flex;
            order: 2;
            /* Move hamburger to the right */
        }

        .nav-wrapper {
            justify-content: space-between;
            align-items: center;
        }

        .nav-logo {
            flex: 1;
            display: flex;
            justify-content: center;
            order: 1;
            /* Logo stays in center */
        }

        .nav-logo img {
            height: 60px;
        }

        /* Add invisible spacer on left to balance the hamburger on right */
        .nav-wrapper::before {
            content: '';
            width: 48px;
            /* Same as hamburger button width */
            order: 0;
        }
    }

    @media (max-width: 576px) {
        .nav-logo img {
            height: 50px;
        }

        .mobile-nav {
            width: 100%;
            right: -100%;
        }
    }

/* ===========================================
   PREMIUM FOOTER STYLES
   =========================================== */

    .premium-footer {
        background: #21362C;
    }

    /* Newsletter Section */
    .newsletter-section {
        background: linear-gradient(135deg, #21362C 0%, #2d4a3e 100%);
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

    .newsletter-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/images/legacy/A02I3936-scaled.webp') center center / cover no-repeat;
        opacity: 0.08;
    }

    .newsletter-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        position: relative;
        z-index: 1;
    }

    .newsletter-content h3 {
        font-family: "BigCaslonFB-Regular", Georgia, serif;
        font-size: 32px;
        color: #ffffff;
        margin: 0 0 10px;
    }

    .newsletter-content p {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
        max-width: 400px;
    }

    .newsletter-form {
        display: flex;
        gap: 12px;
        flex: 1;
        max-width: 500px;
    }

    .newsletter-form input {
        flex: 1;
        padding: 16px 24px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(189, 149, 92, 0.3);
        border-radius: 50px;
        color: #ffffff;
        font-size: 15px;
        outline: none;
        transition: all 0.3s ease;
    }

    .newsletter-form input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .newsletter-form input:focus {
        background: rgba(255, 255, 255, 0.15);
        border-color: #BD955C;
    }

    .newsletter-form button {
        padding: 16px 32px;
        background: linear-gradient(135deg, #BD955C 0%, #d4a76a 100%);
        border: none;
        border-radius: 50px;
        color: #21362C;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .newsletter-form button:hover {
        background: linear-gradient(135deg, #d4a76a 0%, #e8c088 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(189, 149, 92, 0.35);
    }

    /* Main Footer */
    .footer-main {
        padding: 80px 0 60px;
        border-bottom: 1px solid rgba(189, 149, 92, 0.15);
    }

    .footer-col {
        margin-bottom: 40px;
    }

    /* Brand Column */
    .footer-brand img {
        height: 100px;
        width: auto;
        margin-bottom: 20px;
    }

    .brand-tagline {
        color: #BD955C;
        font-size: 16px;
        font-style: italic;
        margin-bottom: 15px;
    }

    .brand-description {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .trust-badges {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .trust-badges .badge {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: rgba(189, 149, 92, 0.1);
        border: 1px solid rgba(189, 149, 92, 0.2);
        border-radius: 8px;
        max-width: 100%;
    }

    .trust-badges .badge i {
        color: #BD955C;
        font-size: 14px;
        flex-shrink: 0;
    }

    .trust-badges .badge span {
        color: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    /* Footer Titles */
    .footer-title {
        color: #BD955C;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(189, 149, 92, 0.3);
    }

    /* Footer Links */
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links li a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-links li a i {
        color: #BD955C;
        font-size: 10px;
        transition: transform 0.3s ease;
    }

    .footer-links li a:hover {
        color: #BD955C;
    }

    .footer-links li a:hover i {
        transform: translateX(3px);
    }

    /* Contact Info */
    .contact-info {
        margin-bottom: 25px;
    }

    .contact-item {
        display: flex;
        gap: 15px;
        margin-bottom: 18px;
    }

    .contact-item>i {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(189, 149, 92, 0.1);
        border-radius: 50%;
        color: #BD955C;
        font-size: 16px;
        flex-shrink: 0;
    }

    .contact-item .label {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        /* Improved contrast */
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }

    .contact-item .value,
    .contact-item a.value {
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .contact-item a.value:hover {
        color: #BD955C;
    }

    /* Footer Social */
    .footer-social {
        display: flex;
        gap: 12px;
    }

    .footer-social a {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(189, 149, 92, 0.1);
        border: 1px solid rgba(189, 149, 92, 0.3);
        border-radius: 50%;
        color: #BD955C;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-social a:hover {
        background: #BD955C;
        border-color: #BD955C;
        color: #21362C;
        transform: translateY(-3px);
    }

    /* Footer Bottom */
    .footer-bottom {
        padding: 25px 0;
    }

    .footer-bottom-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .copyright {
        color: rgba(255, 255, 255, 0.8);
        /* Improved contrast */
        font-size: 13px;
        margin: 0;
    }

    .footer-bottom-links {
        display: flex;
        gap: 30px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-bottom-links li a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-bottom-links li a:hover {
        color: #BD955C;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .footer-main {
            padding: 50px 0 30px;
        }

        .footer-col {
            margin-bottom: 30px;
        }

        .newsletter-wrapper {
            flex-direction: column;
            text-align: center;
            gap: 20px;
        }

        .newsletter-content p {
            max-width: none;
        }

        .newsletter-form {
            max-width: 100%;
            width: 100%;
        }

        .trust-badges {
            justify-content: flex-start;
        }
    }

    @media (max-width: 767px) {
        .newsletter-section {
            padding: 40px 0;
        }

        .newsletter-content h3 {
            font-size: 26px;
        }

        .footer-col {
            text-align: center;
        }

        .footer-title {
            text-align: center;
            padding-bottom: 10px;
            margin-bottom: 20px;
            display: inline-block;
        }

        .footer-links li a {
            justify-content: center;
        }

        .footer-brand {
            text-align: center;
            margin-bottom: 20px;
        }

        .footer-brand img {
            margin: 0 auto 20px;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contact-item {
            justify-content: center;
            text-align: left;
            width: 100%;
            max-width: 300px;
        }

        .footer-social {
            justify-content: center;
            margin-top: 20px;
        }

        .trust-badges {
            justify-content: center;
            margin-top: 20px;
        }

        .footer-bottom-content {
            flex-direction: column;
            gap: 15px;
            text-align: center;
        }

        .footer-bottom-links {
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }
    }

/* Timeline container */
    .timeline {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
    }

    /* Timeline item */
    .timeline-item {
        display: flex;
        align-items: flex-start;
        position: relative;
        margin-bottom: 30px;
    }

    /* Day label */
    .day-label {
        flex: 0 0 100px;
        text-align: center;
        padding-top: 1px;
    }

    .day-label-text {
        font-family: "Gotham Light", sans-serif;
        font-size: 16px;
        color: #BD955C;
        font-weight: bold;
    }

    /* Timeline line (dot and vertical line) */
    .timeline-line {
        position: relative;
        width: 5px;
        margin: 0 auto;
        text-align: center;
    }

    .timeline-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 12px;
        height: 12px;
        background-color: #BD955C;
        border-radius: 50%;
        border: 1px solid #fff;
        transform: translateX(-50%);
        z-index: 2;
    }

    .timeline-line::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        width: 1px;
        height: 350px;
        background-color: #BD955C;
        transform: translateX(-50%);
        z-index: 1;
    }

    /* Timeline content */
    .timeline-content {
        flex: 1;
        padding-left: 20px;
    }

    .exp-head {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .exp-end {
        margin-top: 5px;
        font-style: italic;
    }

    .view-gallery {
        display: inline-block;
        margin-top: 10px;
        color: #BD955C;
        font-weight: bold;
        text-decoration: none;
    }

    .view-gallery:hover {
        color: #092E20;
    }

/* Related safaris on blog posts */
    .related-safaris {
        margin-top: 40px;
        padding: 24px;
        border-radius: 16px;
        background: #fdf8f2;
        border: 1px solid rgba(189, 149, 92, 0.2);
    }

    .related-safaris h3 {
        margin: 0 0 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #21362C;
    }

    .related-safaris ul {
        list-style: none;
        padding: 0;
        margin: 0 0 16px;
    }

    .related-safaris li + li {
        margin-top: 8px;
    }

    .related-safaris a {
        color: #BD955C;
        font-weight: 600;
        text-decoration: none;
    }

    .related-safaris a:hover {
        text-decoration: underline;
    }

    .related-safaris-cta {
        display: inline-block;
        padding: 10px 22px;
        border-radius: 999px;
        background: #BD955C;
        color: #21362C;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .related-safaris-cta:hover {
        background: #d4a76a;
        color: #21362C;
    }
