/* --- Blog Details Styles --- */
html.blog-page,
body.blog-page {
    overflow-y: auto !important;
    height: auto;
    min-height: 100vh;
}

.blog-details-wrapper {
    background-color: #080808;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
    min-height: 50vh;
    padding-bottom: 60px;
}

/* Hero Section */
.blog-hero {
    padding: 180px 0 80px;
    text-align: center;
}

.blog-meta-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
}
a{
    color:white;
    text-decoration: underline;
}a:hover{
    color:white;
}
.blog-meta-top .category {
    color: #c5a059;
    font-weight: 700;
}

.blog-meta-top .dot {
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 50%;
}

.blog-main-title {
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.1;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 300;
}

.blog-main-title .gold {
    color: #c5a059;
}

/* Featured Media */
.featured-media {
    margin: 60px 0 100px;
}

.media-container {
    
    width: 100%;
    overflow: hidden;
}

.media-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 10s linear;
}



/* Blog Body Typography */
.blog-article {
    /* font-family: 'TT Drugs', sans-serif; */
    font-size: 18px;
    line-height: 1.8;
    color: #bbb;
}

.blog-article .lead {
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: 300;
}

.blog-article h2 {
    color: #fff;
    font-size: 32px;
    margin: 20px 0 50px;
    line-height: 1.2;
}

.blog-article h3 {
    color: white;
    font-size: 24px;
    margin: 40px 0 20px;
}

.blog-article h4 {
    color: #c5a059;
    font-size: 18px;
    margin: 24px 0 12px;
    letter-spacing: 0.06em;
}

.blog-article p {
    margin-bottom: 25px;
    font-size: 16px;
}

.blog-article ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-article ul li {
    margin-bottom: 12px;
    position: relative;
    list-style: none;
}

.blog-article ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 12px;
    width: 8px;
    height: 1px;
    background: #c5a059;
}

/* Highlight Box */
.highlight-box {
    background: #111;
    padding: 40px;
    border-left: 3px solid #c5a059;
    margin: 60px 0;
}

.highlight-box h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
}

/* Quote Box */
.quote-box {
    margin: 60px 0;
    padding: 40px;
    text-align: center;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.quote-box p {
    font-family: 'TT Ricordi Allegria Trl', serif;
    font-size: 28px;
    color: #c5a059;
    line-height: 1.4;
    margin: 0;
    font-style: italic;
}

/* Comparison Table */
.blog-comparison-table-wrap {
    overflow-x: auto;
    margin: 40px 0 60px;
    -webkit-overflow-scrolling: touch;
}

.blog-comparison-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 15px;
}

.blog-comparison-table th,
.blog-comparison-table td {
    padding: 14px 18px;
    border: 1px solid #222;
    text-align: left;
    vertical-align: top;
}

.blog-comparison-table thead th {
    background: #111;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-comparison-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.blog-comparison-table tbody td:first-child {
    color: #c5a059;
    font-weight: 600;
}

/* FAQ Section — Bootstrap accordion (blog detail pages) */
.faq-section {
    margin-top: 100px;
    padding-top: 72px;
    border-top: 1px solid rgba(197, 160, 89, 0.25);
}

.faq-section__eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #c5a059;
    margin-bottom: 14px;
}

.faq-section__title {
    color: #fff;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 300;
    margin-bottom: 28px;
}

/* Reset .blog-article h3 rules on accordion headers (they were adding huge height) */
.blog-article .blog-accordion .accordion-header {
    margin: 0;
    padding: 0;
    border: none;
    font-size: inherit;
    color: inherit;
}

.blog-accordion {
    --bs-accordion-border-color: #1f1f1f;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-padding-y: 0.65rem;
    --bs-accordion-body-padding-x: 1rem;
    --bs-accordion-body-padding-y: 0.85rem;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #111;
    --bs-accordion-btn-focus-border-color: rgba(197, 160, 89, 0.45);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.15);
}

.blog-accordion .accordion-item {
    background: #0a0a0a;
    border: 1px solid #1f1f1f;
    margin-bottom: 8px;
    overflow: hidden;
}

.blog-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.blog-accordion .accordion-button {
    background: #0f0f0f;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    min-height: 0;
    padding: 0.65rem 2.5rem 0.65rem 1rem;
    box-shadow: none;
    padding:18px 16px;
}

.blog-accordion .accordion-button:not(.collapsed) {
    background: #111;
    color: #c5a059;
    box-shadow: inset 0 -1px 0 rgba(197, 160, 89, 0.2);
    padding:18px 16px;
}

.blog-accordion .accordion-button::after {
    width: 0.85rem;
    height: 0.85rem;
    background-size: 0.85rem;
    filter: brightness(0) saturate(100%) invert(72%) sepia(28%) saturate(627%) hue-rotate(6deg) brightness(92%) contrast(89%);
    transform: scale(0.85);
}

.blog-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(28%) saturate(627%) hue-rotate(6deg) brightness(92%) contrast(89%);
}

.blog-accordion .accordion-body {
    background: #080808;
    color: #a8a8a8;
    font-size: 15px;
    line-height: 1.6;
    padding: 0.75rem 1rem 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.blog-accordion .accordion-button:hover {
    background: #141414;
    color: #e8d5b5;
}

@media (max-width: 767px) {
    .blog-accordion .accordion-button {
        font-size: 14px;
        padding: 0.6rem 2.25rem 0.6rem 0.85rem;
    }

    .blog-accordion .accordion-body {
        font-size: 14px;
        padding: 0.65rem 0.85rem 0.8rem;
    }
}

/* CTA Section */
.cta-section {
    margin: 100px 0;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../images/news2.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
    border: 1px solid #222;
}

.cta-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.k-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #c5a059;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 30px;
    transition: all 0.3s;
}

.k-btn:hover {
    background: #fff;
    transform: translateY(-5px);
}

/* Related Blogs */
.related-blogs {
    padding: 100px 0;
    background: #050505;
}

.blog-card-mini {
    margin-bottom: 30px;
    background: #000;
    border: 1px solid #111;
    transition: 0.3s;
}

.blog-card-mini img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mini-content {
    padding: 25px;
}

.mini-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #c5a059;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.blog-card-mini h4 {
    font-size: 20px;
    line-height: 1.4;
    transition: 0.3s;
}

.blog-card-mini:hover {
    border-color: #c5a059;
}

/* Reveal Animation — visible by default so content always shows */
.blog-details-wrapper .reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

html.blog-reveal-init .blog-details-wrapper .reveal:not(.active) {
    opacity: 0;
    transform: translateY(30px);
}

.blog-details-wrapper .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.blog-back-link a {
    color: #c5a059;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-back-link a:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .blog-hero { padding: 120px 0 60px; }
    .blog-main-title { font-size: 40px; }
    
    .cta-section h2 { font-size: 32px; }
}
