.blog-article {
    /* max-width: 860px; */
    margin: 0 auto;
}
.blog-article h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}
.blog-article h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.blog-article h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #B59449;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.blog-article p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}
.blog-article ul, .blog-article ol {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}
.blog-article ul li, .blog-article ol li {
    margin-bottom: 0.4rem;
}
.blog-article strong {
    color: #1a1a1a;
}
.blog-meta {
    font-size: 14px;
    color: #B59449;
    margin-bottom: 1.5rem;
}
.hero-banner { position: relative; overflow: hidden; }
.hero-banner::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.85) 100%);
    z-index: 1; pointer-events: none;
}
.href{

  color:#B89243 !important;
}
.hero-banner .container, .hero-banner .hero-content { position: relative; z-index: 2; }
.blog-breadcrumb-bar {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #ede8df;
}
.blog-breadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    gap: 2px;
    margin-bottom: 0;
}
.blog-breadcrumb .breadcrumb-item a {
    color: #CEA446;
    text-decoration: none;
    transition: color 0.2s;
}
.blog-breadcrumb .breadcrumb-item a:hover {
    color: #a07830;
}
.blog-breadcrumb .breadcrumb-item.active {
    color: #555;
    font-weight: 400;
}
.blog-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #CEA446;
    font-weight: 300;
    padding: 0 8px;
}
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #CEA446;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 999;
    transition: background 0.2s ease, transform 0.2s ease;
}
.back-to-top:hover { background: #b08930; transform: translateY(-3px); }
@media (max-width: 767px) {
    .blog-article h1 { font-size: 26px; }
    .blog-article h2 { font-size: 20px; }
    .blog-article h3 { font-size: 18px; }
}
