section.first-banner {
    height: 90vh;
    margin: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 55%), url(https://megaworld-bgc.com/wp-content/uploads/2025/08/Township-bg.png) lightgray 50% / cover no-repeat;
    background-size: cover;
    /* ✅ Fixes zooming and respects image ratio */
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    border-radius: 24px;
}

.hr-2 {
    height: 1.5px;
}

section.first-banner p {
    color: white;
    text-align: center;
    font-weight: 200 !important;
}

section.first-banner .share-article {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 36px;
    /* 180% */
    text-transform: uppercase;
}

section.first-banner .row {
    --bs-gutter-x: 3.75rem;
}

section.blogs-section {
    border-radius: 60px 60px 0 0;
    border-top: 1px solid #C5C5C5;
    background: #FFF;
    padding: 100px 50px;
}

section.blogs-section .return a {
    display: flex;
    gap: 14px;
    align-items: center;
    text-decoration: none;
}

section.blogs-section img {
    object-fit: cover;
    aspect-ratio: 1/1;
    max-height: 600px;
    border-radius: 12px;
}

section.blogs-section ol>li,
sections.blogs-section p {
    color: #64635D;
}

section.blogs-section .content p>a {
    text-decoration: none;
    background: var(--Gold-2, linear-gradient(90deg, #DFBD69 0%, #E0AA3E 50%, #926F34 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


section.blogs-section ul>li {
    color: var(--Brown, #432C07);
}

section.blogs-section ul>li:not(:last-child) {
    margin-bottom: 24px;
}

section.blogs-section .content h2 {
    margin-top: 40px;

}

section.blogs-section blockquote h2 {
    margin-top: 0px !important;
}

section.blogs-section blockquote {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 24px;
    border-radius: 12px;
    background: var(--Gold-1, linear-gradient(90deg, #AE8625 0%, #F7EF8A 25%, #D2AC47 75%, #EDC967 100%));
}

section.blogs-ection blockquote li {
    margin-bottom: 24px;
}

section.blogs-section .featured-article {
    height: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid var(--Gold-2, #DFBD69);
}

section.blogs-section .featured-article-cta {
    color: #59421C;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

section.blogs-section .featured-article-cta {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.blogs-section .featured-article img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    align-self: stretch;
    border-radius: 12px;
}

section.blogs-section .other-featured {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

section.blogs-section .contact-card {
    padding: 24px;
    border-radius: 12px;
    border: 2px solid var(--Gold-2, #DFBD69);
    background: var(--Blck, #141311);
    gap: 24px;
}

section.blogs-section .circle-link-avatar {
    z-index: 2;
    margin-left: -15px;
    display: flex;
    border-radius: 1367.647px;
    border: 1.368px solid var(--Gold-2, #DFBD69);
    background: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.5)), #EEE;
}

section.blogs-section .circle-link-number {
    z-index: 3;
    display: flex;
    width: 60px;
    padding: 19px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 1367.647px;
    border: 1.368px solid var(--Gold-2, #DFBD69);
    background: var(--Gold-1, linear-gradient(90deg, #AE8625 0%, #F7EF8A 25%, #D2AC47 75%, #EDC967 100%));
}

.circle-link-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.row {
    --bs-gutter-x: 3.75rem !important;
}


@media screen and (max-width: 575px) {

    section .featured-article-cta {
        display: flex;
        flex-direction: column !important;
    }

}