/* Resources Article Page Styles */

#navbar-template {
    background-color: #051A2F !important;
    padding-bottom: 10px;
}

.landing-page-drk {
    background-color: #fff !important;
}

.resources-article-page {
    padding: 0;
    margin-top: -135px !important;
}

/* Header Section Styles */
.resources-article-page .landing-page-drk.container-fluid.pb-2 {
    background-color: #051A2F;
    padding-top: 150px;
}

.resources-article-page .main-heading {
    max-width: 1200px;
}

/* Breadcrumb Styles */
.resources-article-page .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #1a1a1a;
    padding: 0 0.5rem 0 0;
}

.breadcrumb-item a {
    color: #7e7e7e;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #1a1a1a !important;
    text-decoration: underline !important;
}

.breadcrumb-item.active {
    color: #1a1a1a;
    font-family: poppins;
    font-weight: 500;
}

/* Article Heading Styles */
.resources-article-page .main-heading h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #1a1a1a;
}

.resources-article-page .main-heading p {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.6em;
    color: #1a1a1a;
}

/* Article Content Styles */
.resources-article-page .row.mx-auto.justify-content-center {
    max-width: 1200px;
}

.article-content {
    color: #333;
}

.article-intro .lead {
    font-size: 1.25rem;
    line-height: 1.7em;
    color: #333;
    font-weight: 400;
}

.section-heading {
    /* font-size: 2rem; */
    font-weight: 600;
    line-height: 1.3em;
    color: #051a2f;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f2f5;
}

.article-section {
    margin-bottom: 3rem;
}
h2.section-heading{
    font-size: clamp(22px, 3vw, 2rem);
}
.article-section p {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.8em;
    color: #444;
    margin-bottom: 1.5rem;
}

.article-section ul {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.8em;
    color: #444;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-section li {
    margin-bottom: 0.75rem;
}

.article-section li span {
    text-decoration: underline;
}

/* Feature List Styles */
.feature-item {
    padding: 1.5rem;
    background-color: #f9fafb;
    border-radius: 8px;
    border-left: 3px solid #7098e0;
}

.feature-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #051a2f;
    margin-bottom: 1rem;
}

.feature-item p {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.8em;
    color: #444;
    margin-bottom: 0;
}

.feature-item p:not(:first-child) {
    margin-top: 1rem;
}

.feature-item ul {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.8em;
    color: #444;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.feature-item li {
    margin-bottom: 0.5rem;
}

/* CTA Section */
.article-cta {
    background-color: #f1f2f5;
    border-left: 4px solid #7098e0;
    padding: 2rem;
    border-radius: 12px;
}

.article-cta h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #051a2f;
    margin-bottom: 1rem;
}

.article-cta p {
    font-size: clamp(16px, 1.5vw, 1.1rem);
    line-height: 1.8em;
    color: #444;
    margin-bottom: 1.5rem;
}

.article-cta .btn-primary {
    background-color: #7098e0;
    border-color: #7098e0;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.article-cta .btn-primary:hover {
    background-color: #5a7bc4;
    border-color: #5a7bc4;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
    .resources-article-page .main-heading h1 {
        font-size: 2rem;
    }

    .resources-article-page .main-heading p {
        font-size: clamp(16px, 1.5vw, 1.1rem);
    }

    .section-heading {
        font-size: 1.75rem;
    }

    .article-intro .lead {
        font-size: 1.15rem;
    }

    .article-section p,
    .feature-item p {
        font-size: clamp(16px, 1.5vw, 1.1rem);
    }

    .feature-item h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 576px) {
    .resources-article-page .main-heading h1 {
        font-size: 1.75rem;
    }

    .resources-article-page .main-heading p {
        font-size: clamp(16px, 1.5vw, 1.1rem);
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .article-intro .lead {
        font-size: 1.05rem;
    }

    .feature-item {
        padding: 1rem;
    }

    .article-cta {
        padding: 1.5rem;
    }

    .article-cta h3 {
        font-size: 1.3rem;
    }
}
