/* ============================================
   ARTICLE DETAIL PAGE STYLES
   ============================================ */

/* Article Detail Hero Banner */
.article-detail-hero-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .article-detail-hero-banner {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .article-detail-hero-banner {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .article-detail-hero-banner {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .article-detail-hero-banner {
        height: 400px;
    }
}

.article-detail-hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.article-detail-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail-hero-overlay {
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, rgba(3, 141, 181, 0.4) 0%, rgba(3, 141, 181, 0.4) 100%), linear-gradient(90deg, rgba(37, 55, 75, 0.5) 0%, rgba(37, 55, 75, 0.5) 100%);
}

.article-detail-hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.article-detail-hero-title {
    color: #FFF;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 16px;
}

@media (min-width: 576px) {
    .article-detail-hero-title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .article-detail-hero-title {
        font-size: 48px;
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    .article-detail-hero-title {
        font-size: 64px;
        padding: 0 32px;
    }
}

@media (min-width: 1200px) {
    .article-detail-hero-title {
        font-size: 60px;
    }
}

/* Article Content Section */
.article-content-section {
    padding: 60px 0;
    background-color: #FFF;
}




.article-main-content {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .article-main-content {
        padding-right: 0;
        margin-bottom: 60px;
    }
}

.article-main-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .article-main-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .article-main-title {
        font-size: 48px;
        margin-bottom: 48px;
    }
}

.article-body {
    margin-bottom: 48px;
}

.article-body p {
    color: #4A5568;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .article-body p {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.article-body ol,
.article-body ul {
    padding-left: 24px;
    margin-bottom: 24px;
}

.article-body ol li,
.article-body ul li {
    color: #4A5568;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .article-body ol li,
    .article-body ul li {
        font-size: 18px;
    }
}

.article-body h3 {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .article-body h3 {
        font-size: 28px;
        margin-top: 48px;
        margin-bottom: 24px;
    }
}

.article-closing-note {
    margin-top: 32px;
    font-style: italic;
    color: #4A5568;
}

.article-image-container {
    margin: 40px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .article-image-container {
        margin: 48px 0;
    }
}
h3.related-articles-title.reveal-element.reveal-element-visible

 {
    padding-bottom: 10px;
}
.article-main-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

/* Characteristics Section */
.article-characteristics-section {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 2px solid #E0E0E0;
}

@media (min-width: 768px) {
    .article-characteristics-section {
        margin-top: 60px;
        padding-top: 60px;
    }
}

.article-characteristics-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .article-characteristics-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

.characteristic-item {
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .characteristic-item {
        margin-bottom: 40px;
    }
}

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

.characteristic-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.characteristic-feature {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .characteristic-feature {
        font-size: 20px;
    }
}

.characteristic-reflection {
    color: #4A5568;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 768px) {
    .characteristic-reflection {
        font-size: 17px;
    }
}

.characteristic-reflection strong {
    color: #25374B;
    font-weight: 600;
}

/* Related Articles Sidebar */
.related-articles-sidebar {
    position: sticky;
    top: 100px;
    background-color: #E8FAFF;
    padding: 20px 20px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .related-articles-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .related-articles-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
    h3.related-articles-title.reveal-element.reveal-element-visible
 {
    padding-left: 15px;
    margin-bottom: 0px;
}
}
.article-content-section .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.related-articles-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .related-articles-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.related-articles-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .related-articles-list {
        gap: 15px;
    }
}

.related-article-item {
    display: flex;
    gap: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
    padding: 12px;
    border-radius: 8px;
}

.related-article-item:hover {
    transform: translateX(5px);
    background-color: #FFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.related-article-item.active {
    background-color: #FFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #038DB5;
}

.related-article-item.active .related-article-title {
    color: #038DB5;
}

.related-article-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .related-article-thumbnail {
        width: 100px;
        height: 100px;
    }
}

.related-article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-article-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.related-article-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .related-article-title {
        font-size: 15px;
    }
}

.related-article-item:hover .related-article-title {
    color: #038DB5;
}

/* Article CTA Section */
.article-cta-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-color: #25374B;
}

@media (min-width: 768px) {
    .article-cta-section {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .article-cta-section {
        padding: 60px 0;
    }
}

.article-cta-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.article-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-cta-overlay {
    position: absolute;
    inset: 0;
}

.article-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF;
}

.article-cta-text {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .article-cta-text {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .article-cta-text {
        font-size: 32px;
        margin-bottom: 24px;
    }
}

.article-cta-subtext {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .article-cta-subtext {
        font-size: 24px;
        margin-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .article-cta-subtext {
        font-size: 28px;
        margin-bottom: 56px;
    }
}

.article-cta-btn-wrapper {
    display: flex;
    justify-content: center;
}

.article-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background-color: transparent;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.article-cta-btn:hover {
    background-color: #FFF;
    color: #038DB5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.article-cta-btn i {
    font-size: 20px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .article-content-section {
        padding: 40px 0;
    }
    
    .article-main-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    
    .article-body p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .article-image-container {
        margin: 32px 0;
    }
    
    .article-characteristics-section {
        margin-top: 32px;
        padding-top: 32px;
    }
    
    .article-characteristics-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .characteristic-item {
        margin-bottom: 24px;
    }
    
    .characteristic-feature {
        font-size: 16px;
    }
    
    .characteristic-reflection {
        font-size: 14px;
    }
    
    .related-articles-sidebar {
        padding: 24px 0;
    }
    
    .related-articles-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .related-articles-list {
        gap: 16px;
    }
    
    .related-article-thumbnail {
        width: 70px;
        height: 70px;
    }
    
    .related-article-title {
        font-size: 12px;
    }
    
    .article-cta-section {
        padding: 60px 0;
    }
    
    .article-cta-text {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .article-cta-subtext {
        font-size: 18px;
        margin-bottom: 32px;
    }
    
    .article-cta-btn {
        padding: 14px 32px;
        font-size: 16px;
    }
}
