/* ================================================
   BLOG DETAILS PAGE SPECIFIC STYLES
================================================ */

.bd-hero {
    position: relative;
    padding: 140px 0 120px;
    background-size: cover !important;
    background-position: center center !important;
    color: #fff;
}

.bd-content-container {
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 32px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.bd-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(4, 18, 52, 0.95) 0%, rgba(13, 42, 94, 0.70) 50%, rgba(4, 18, 52, 0.40) 100%);
    z-index: 1;
}

.bd-hero .container {
    position: relative;
    z-index: 2;
}

/* Breadcrumbs */
.bd-breadcrumb {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
}

.bd-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.bd-breadcrumb a:hover {
    color: #FDBB2D;
}

.bd-breadcrumb .sep {
    font-size: 10px;
    color: #FDBB2D;
}

/* Destination Badge */
.bd-badge {
    background: #FDBB2D;
    color: #0d2a5e;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* Title */
.bd-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    max-width: 900px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Meta */
.bd-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
}

.bd-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-meta-divider {
    width: 1px;
    height: 16px;
    background-color: rgba(255,255,255,0.3);
}

.bd-meta-item i {
    color: #FDBB2D;
    font-size: 16px;
}

.bd-author-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.2);
}

/* ================================================
   MAIN CONTENT AREA
================================================ */

.bd-main {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.8;
}

.bd-main-img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.bd-main p {
    margin-bottom: 20px;
}

.bd-main h2, .bd-main h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d2a5e;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

/* Highlight Box (Best Time) */
.bd-highlight-box {
    background: #fff5e6;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 20px;
    margin: 30px 0;
    align-items: flex-start;
}

.bd-highlight-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(253, 187, 45, 0.15);
}

.bd-highlight-icon i {
    font-size: 24px;
    color: #FDBB2D;
}

.bd-highlight-text {
    flex-grow: 1;
}

.bd-highlight-text p {
    margin-bottom: 4px;
    font-weight: 500;
    color: #2d3748;
}

.bd-highlight-text p:last-child {
    margin-bottom: 0;
}

/* How to Reach List */
.bd-icon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.bd-icon-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.bd-icon-list-icon {
    width: 24px;
    height: 24px;
    background: #FDBB2D;
    color: #0d2a5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 4px;
}

.bd-icon-list strong {
    color: #0d2a5e;
    font-weight: 600;
}

/* Things to Do Grid */
.bd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.bd-gallery-item {
    text-align: center;
}

.bd-gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.bd-gallery-item p {
    font-size: 13px;
    font-weight: 600;
    color: #0d2a5e;
    line-height: 1.4;
    margin: 0;
}

/* Nearby Attractions */
.bd-nearby-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.bd-nearby-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #edf2f7;
}

.bd-nearby-list li:last-child {
    border-bottom: none;
}

.bd-nearby-name {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2d3748;
    font-weight: 500;
}

.bd-nearby-name i {
    color: #FDBB2D;
    font-size: 18px;
}

.bd-nearby-dist {
    color: #718096;
    font-size: 14px;
    font-weight: 500;
}

/* Travel Tips Box */
.bd-tips-box {
    background: #fffcf0;
    border-left: 4px solid #FDBB2D;
    padding: 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 30px;
}

.bd-tips-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-tips-box li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #4a5568;
}

.bd-tips-box li:last-child {
    margin-bottom: 0;
}

.bd-tips-box li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #FDBB2D;
    font-size: 14px;
}

/* Share Article */
.bd-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #edf2f7;
}

.bd-share span {
    font-weight: 600;
    color: #0d2a5e;
    font-size: 15px;
}

.bd-share-links {
    display: flex;
    gap: 10px;
}

.bd-share-links a {
    width: 40px;
    height: 40px;
    background: #f7fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s;
}

.bd-share-links a:hover {
    background: #0d2a5e;
    color: #fff;
    transform: translateY(-3px);
}

.bd-share-links a.btn-copy:hover {
    background: #FDBB2D;
    color: #0d2a5e;
}

/* Ready to Explore CTA Banner */
.bd-cta-banner {
    background: #0d2a5e;
    border-radius: 16px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(13, 42, 94, 0.15);
}

.bd-cta-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.bd-cta-text p {
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-size: 15px;
}

.bd-cta-actions {
    display: flex;
    gap: 16px;
}

.bd-btn-yellow {
    background: #FDBB2D;
    color: #0d2a5e;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.bd-btn-yellow:hover {
    background: #e5a522;
    color: #0d2a5e;
    transform: translateY(-2px);
}

.bd-btn-green {
    background: #25D366;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.bd-btn-green:hover {
    background: #20bd5a;
    color: #fff;
    transform: translateY(-2px);
}

.bd-btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.bd-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}


/* ================================================
   SIDEBAR
================================================ */

.bd-sidebar {
    padding-left: 20px;
}

.bd-widget {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.bd-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #0d2a5e;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.bd-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #FDBB2D;
    border-radius: 2px;
}

/* About Author */
.bd-author-widget {
    text-align: center;
}

.bd-author-widget img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid #f0f4fb;
}

.bd-author-widget h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0d2a5e;
    margin-bottom: 4px;
}

.bd-author-widget .role {
    font-size: 13px;
    color: #718096;
    display: block;
    margin-bottom: 16px;
}

.bd-author-widget p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.bd-author-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.bd-author-social a {
    width: 36px;
    height: 36px;
    background: #f7fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s;
}

.bd-author-social a:hover {
    background: #0d2a5e;
    color: #fff;
}

/* Table of Contents */
.bd-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-toc-list li {
    margin-bottom: 14px;
}

.bd-toc-list li:last-child {
    margin-bottom: 0;
}

.bd-toc-list a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
    line-height: 1.5;
}

.bd-toc-list a:hover {
    color: #0d2a5e;
}

.bd-toc-num {
    width: 24px;
    height: 24px;
    background: #fff5e6;
    color: #d99a1c;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: -2px;
}

/* Related Posts */
.bd-related-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.bd-related-item {
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    group: related;
}

.bd-related-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.bd-related-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0d2a5e;
    line-height: 1.4;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.bd-related-item:hover h4 {
    color: #FDBB2D;
}

.bd-related-meta {
    font-size: 12px;
    color: #a0aec0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-btn-full-outline {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    color: #4a5568;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.bd-btn-full-outline:hover {
    background: #0d2a5e;
    color: #fff;
    border-color: #0d2a5e;
}

/* Sticky CTA Widget */
.bd-widget-cta {
    background: #0d2a5e;
    color: #fff;
    position: sticky;
    top: 100px;
    border: none;
    box-shadow: 0 15px 40px rgba(13, 42, 94, 0.2);
}

.bd-widget-cta .bd-widget-title {
    color: #fff;
}

.bd-widget-cta p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 24px;
    line-height: 1.6;
}

.bd-widget-cta .bd-btn-yellow {
    width: 100%;
    justify-content: center;
}


/* ================================================
   MEDIA QUERIES
================================================ */

@media (max-width: 1200px) {
    .bd-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .bd-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
    .bd-widget-cta {
        position: relative;
        top: 0;
    }
    .bd-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bd-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .bd-hero {
        padding: 100px 0 60px;
    }
    .bd-title {
        font-size: 28px;
    }
    .bd-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .bd-cta-actions .bd-btn-yellow,
    .bd-cta-actions .bd-btn-green,
    .bd-cta-actions .bd-btn-outline {
        width: 100%;
        justify-content: center;
    }
    .bd-highlight-box {
        flex-direction: column;
        gap: 16px;
    }
    .bd-meta {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .bd-gallery-grid {
        grid-template-columns: 1fr;
    }
}
