/* ==========================================================================
   Blog Details Page Specific Styles
   ========================================================================== */

/* ==========================================================================
   Blog Navigation Active State
   ========================================================================== */

.nav-links li a.active {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12%;
    text-underline-offset: 24%;
    text-underline-position: from-font;
}

.nav-links li a.active svg {
    color: #C9A961;
}

/* ==========================================================================
   Blog Details Hero Section
   ========================================================================== */

.blog-details-hero-section {
    position: relative;
}

.blog-details-hero {
    width: 100%;
    height: 541px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.60) 50%, rgba(0, 0, 0, 0.40) 100%), url('Assets/BlogDetailsPage/BlogDetailsHeroBgImg.jpg') lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Breadcrumb centered above card */
.blog-details-breadcrumb-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    z-index: 20;
}

.blog-breadcrumb {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.blog-breadcrumb a {
    color: #FFF;
    font-weight: 300;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.blog-breadcrumb a:hover {
    opacity: 1;
}

.blog-breadcrumb .current {
    font-weight: 500;
}

.blog-details-card-wrapper {
    display: flex;
    width: 100%;
    margin-top: -120px;
    /* Pull it up to overlap the hero */
    padding: 0 20px 80px 20px;
    flex-direction: column;
    align-items: center;
    /* Center the container inside */
    background: linear-gradient(0deg, #FFF 0%, #FFF 33.33%, #FFF 78.18%, rgba(250, 249, 246, 0.00) 100%);
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

/* The floating card container */
.blog-details-card-container {
    display: flex;
    width: 100%;
    max-width: 1345px;
    /* Restricts max width on huge screens */
    margin: 0 auto;
    height: auto;
    min-height: 352px;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.blog-details-card {
    height: auto;
    min-height: 352px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px;
    box-sizing: border-box;
}

.blog-details-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 650px;
}

.blog-details-badge {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.31px;
    display: inline-flex;
    padding: 3px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    background: #C9A961;
    margin-bottom: 16px;
    align-self: flex-start;
}

.blog-details-hero-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
    margin-top: 0;
}

.blog-details-hero-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.312px;
    margin-bottom: 24px;
    margin-top: 0;
}

.blog-details-author-boxes {
    display: flex;
    gap: 16px;
}

.blog-details-author-box {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #FFF;
}

.blog-details-author-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-details-author-box-text {
    display: flex;
    flex-direction: column;
}

.blog-details-author-label {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.blog-details-author-value {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.15px;
    white-space: nowrap;
}

.blog-details-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-details-price-area {
    display: flex;
    flex-direction: column;
}

.blog-details-price-label {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.15px;
}

.blog-details-price-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.blog-details-price-amount {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
}

.blog-details-price-suffix {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
}

.blog-details-book-btn {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    display: flex;
    width: 240px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1A4D2E;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.blog-details-book-btn:hover {
    background-color: #143d24;
}

.blog-details-image-right {
    width: 440px;
    height: 272px;
    border-radius: 16px;
    background: url('Assets/BlogDetailsPage/blogHeroRightImg.png') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .blog-details-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-details-content-left {
        max-width: 100%;
    }

    .blog-details-image-right {
        width: 100%;
        max-width: 440px;
    }

    .blog-details-breadcrumb-wrapper {
        position: relative;
        /* Stop using absolute positioning */
        top: auto;
        left: auto;
        transform: none;
        padding: 0 20px;
    }

    .blog-details-card-wrapper {
        margin-top: 0px;
        padding: 40px 20px;
        padding-top: 0px !important;
    }

    .blog-details-card-container {
        height: auto;
        /* Fixes overlap with footer */
    }

    .blog-details-info-boxes {
        flex-direction: column;
        gap: 16px;
    }

    .blog-details-box {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .blog-details-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .blog-details-book-btn {
        width: 100%;
    }

    .blog-details-title {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-details-card {
        padding: 32px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 768px) {
    .blog-details-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .blog-details-author-boxes {
        flex-direction: column;
    }

    .blog-details-author-box {
        width: 100%;
    }

    .blog-details-card {
        flex-direction: column;
    }

    .blog-details-content-left {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .blog-details-hero {
        min-height: 550px;
        padding-top: 350px;
        /* Pushes content below the huge mobile header */
        padding-bottom: 40px;
    }

    .blog-details-breadcrumb-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .blog-details-card-wrapper {
        padding: 24px 16px;
    }

    .blog-details-card-container {
        height: auto;
        /* Fixes overlap with footer */
    }

    .blog-details-card {
        padding: 24px;
        border-radius: 16px;
    }

    .blog-details-price-amount {
        font-size: 28px;
    }

    .blog-details-price-suffix {
        font-size: 20px;
    }

    .blog-details-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .blog-details-image-right {
        height: 240px;
        border-radius: 12px;
    }
}

/* ==========================================================================
   Overview & Highlights Section
   ========================================================================== */

.blog-details-overview-section {
    width: 100%;
    background: #FFF;
    padding: 60px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.blog-details-overview-container {
    display: flex;
    width: 100%;
    max-width: 1345px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.blog-details-overview-content-left {
    display: flex;
    flex-direction: column;
    max-width: 987px;
    width: 100%;
}

.blog-details-overview-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 24px;
}

.blog-details-overview-route {
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: flex-start;
    gap: 42px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #F5F2ED;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.blog-details-route-loc,
.blog-details-route-dash {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.blog-details-overview-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 20px;
}

.blog-details-read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 10px;
    align-self: flex-end;
}

.blog-details-read-more-btn img {
    width: 20px;
    height: 20px;
}

.blog-details-read-more-btn span {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.blog-details-section-image {
    width: 100%;
    max-width: 987px;
    height: 400px;
    border-radius: 16px;
    background: url('Assets/BlogDetailsPage/BlogDetailSecction2Img1.png') lightgray 50% / cover no-repeat;
    margin-top: 24px;
}

.blog-details-section-image-2 {
    width: 100%;
    max-width: 987px;
    height: 400px;
    border-radius: 16px;
    background: url('Assets/BlogDetailsPage/BlogDetailSecction2Img2.png') lightgray 50% / cover no-repeat;
    margin-top: 24px;
}

/* Itinerary Section (Continuation) */
.blog-details-itinerary-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    /* Gap from the overview text */
    width: 100%;
}

.blog-details-itinerary-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.blog-details-itinerary-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 32px;
}

.blog-details-itinerary-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.blog-details-accordion-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.blog-details-accordion-item.active {
    background: #F5F2ED;
    gap: 24px;
}

.blog-details-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.blog-details-accordion-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-details-day-badge {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    width: auto;
    min-width: 64px;
    white-space: nowrap;
    height: 28px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #C9A961;
    box-sizing: border-box;
    flex-shrink: 0;
}

.blog-details-accordion-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.369px;
}

.blog-details-accordion-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.blog-details-accordion-content {
    display: none;
    width: 100%;
}

.blog-details-accordion-item.active .blog-details-accordion-content {
    display: block;
}

.blog-details-accordion-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-details-accordion-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.blog-details-accordion-checklist img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.blog-details-accordion-checklist span {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
}

/* Notes Section */
.blog-details-notes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
    width: 100%;
}

.blog-details-note-text {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.blog-details-note-bold {
    color: #2A2A2A;
    font-weight: 600;
}

/* Inclusions Section */
.blog-details-inclusions-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.blog-details-inclusions-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
    margin-top: 0;
}

.blog-details-inclusions-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 32px;
    margin-top: 0;
}

.blog-details-inclusions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-details-inclusions-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.blog-details-inclusions-list img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.blog-details-inclusions-list span {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
}

/* Other Info Section */
.blog-details-other-info-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.blog-details-other-info-subtitle {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
    margin-top: 0;
}

.blog-details-other-info-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-details-other-info-list li {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
    padding-left: 8px;
}

.blog-details-read-more-right {
    align-self: flex-end;
    margin-top: 24px;
}

/* Travel Essentials Section */
.blog-details-travel-essentials-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.blog-details-essentials-category {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.blog-details-essentials-cat-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 16px;
    margin-top: 0;
}

.blog-details-overview-content-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 318px;
    flex-shrink: 0;
    position: sticky;
    top: 5px;
}

/* Form Card */
.blog-details-overview-form-card {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}

/* Club Card */
.blog-details-club-card {
    width: 100%;
    height: auto;
    border-radius: 16px;
    background: linear-gradient(90deg, #1A4D2E 0%, rgba(26, 77, 46, 0.80) 100%);
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.blog-details-club-title {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.07px;
    margin: 0;
}

.blog-details-club-desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.312px;
    margin: 0;
}

.blog-details-club-btn {
    color: #1A4D2E;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    padding: 11px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.blog-details-club-btn:hover {
    background-color: #f5f5f5;
}

.blog-details-overview-form-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
}

.blog-details-overview-form-header img {
    width: 20px;
    height: 20px;
}

.blog-details-overview-form-header h3 {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.blog-details-overview-form-line {
    width: 100%;
    height: 1px;
    background: rgba(26, 77, 46, 0.16);
    margin-bottom: 20px;
}

.blog-details-callback-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.blog-details-overview-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.blog-details-overview-form-group label {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.blog-details-overview-form-group input {
    display: flex;
    width: 100%;
    padding: 13px 16px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.312px;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
}

.blog-details-overview-form-group input::placeholder {
    color: #9CA3AF;
}

.blog-details-overview-form-group input:focus {
    border-color: #1A4D2E;
}

.blog-details-overview-submit-btn {
    display: flex;
    width: 100%;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1A4D2E;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.blog-details-overview-submit-btn:hover {
    background-color: #e0b85c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}


@media (max-width: 1024px) {
    .blog-details-overview-container {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    .blog-details-overview-content-left {
        max-width: 100%;
    }

    .blog-details-overview-content-right {
        width: 100%;
        max-width: 400px;
        position: static;
    }
}

@media (max-width: 768px) {
    .blog-details-overview-section {
        padding: 40px 20px;
    }

    .blog-details-overview-route {
        gap: 16px;
        padding: 14px;
        justify-content: flex-start;
    }

    .blog-details-route-loc,
    .blog-details-route-dash {
        font-size: 14px;
    }

    .blog-details-accordion-item {
        padding: 16px;
    }

    .blog-details-accordion-title {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-details-accordion-header-left {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .blog-details-accordion-title {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-details-accordion-header-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .blog-details-accordion-checklist span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-details-note-text,
    .blog-details-inclusions-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-details-inclusions-title {
        font-size: 28px;
        line-height: 34px;
    }

    .blog-details-inclusions-list span,
    .blog-details-other-info-list li {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-details-other-info-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-details-essentials-cat-title {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ==========================================================================
   You May Also Like Our Related Posts
   ========================================================================== */
.blog-details-page-section-2 {
    padding: 80px 0;
    background-color: #fff;
}

.blog-details-page-guides-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}

.blog-details-page-guides-header-text {
    max-width: 800px;
}

.blog-details-page-guides-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.blog-details-page-guides-subtitle {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
}

.blog-details-page-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-details-page-guide-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    height: 100%;
}

.blog-details-page-guide-img {
    position: relative;
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-details-page-guide-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    padding: 4px 12px;
    align-items: flex-start;
    border-radius: 100px;
    background: #C9A961;
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    z-index: 10;
}

.blog-details-page-guide-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.blog-details-page-guide-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.449px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.blog-details-page-guide-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.312px;
    margin-bottom: 24px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
}

.blog-details-page-guide-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F4F6;
    width: 100%;
}

.blog-details-page-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-details-page-meta-item img {
    width: 16px;
    height: 16px;
}

.blog-details-page-meta-item span {
    color: #6A7282;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.blog-details-page-btn-read-more {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.blog-details-page-btn-read-more:hover {
    color: #11331E;
}

/* Responsive CSS for Travel Guides */
@media (max-width: 1024px) {
    .blog-details-page-guides-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-details-page-section-2 {
        padding: 60px 0;
    }

    .blog-details-page-guides-grid {
        grid-template-columns: 1fr;
    }
}