/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Outfit:wght@100..900&display=swap');

.events-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;


}
.solution-item {
    padding: 30px 24px;
    border: 1px solid #eee;
    max-width: 309px;
    
}
.home_solutions_posts{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.member_image {
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
}

.member-name {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0px;
    font-family: "Newsreader", serif;
    color: '#063E5D';
    text-align: center;
   
}

.member-position {
    color: #2799CA;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
     font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

.member-description {
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    font-family: "Outfit";
    opacity: 64%;
    margin: 0 !important;
    text-align: center;
   
} 

.read_more_btn {
    display: inline-block;
    color: #2799CA;
    text-decoration: none !important;
     font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.button-arrow .hfe-infocard-cta-link {
    display: flex;
    gap: 5px;
    align-items: center;
}

.button-arrow a.hfe-infocard-cta-link::after {
    content: "";
    display: block;
    background-image: url(https://staging.nhcfrg.org/wp-content/uploads/2026/04/Line-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
}

.stickyposition{
    position: sticky;
    top: 0;
    z-index: 9;
}

/* Single Board Member Template - Beautiful Design */
.single-board-member-wrapper {
    padding: 60px 0;
    max-width: 1296px;
    margin: 0 auto;
    width: 100%;
}

.member-single-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}



/* Featured Image Styles */
.member-single-image {
    border-radius: 15px;
    overflow: hidden;
   
    width: 15%;
    position: sticky;
    top: 0;
}
.single-board-member-wrapper .board-member-single {
   background-color: transparent !important;
   padding: 0 !important;

}
.member-featured-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.member-featured-image:hover {
    transform: scale(1.02);
}

/* Title Styles */
.member-single-name {
    font-size: 34px;
    font-weight: 700;
    color: #063E5D;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
    font-family: 'Newsreader';
}

.member-single-name:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2799CA, #5bb4df);
    border-radius: 2px;
}

/* Position Styles */
.member-single-position {
    font-size: 16px;
    color: #2799CA;
    font-weight: 500;
    margin: 10px 0 10px 10px;
    background: #ECF0F4;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    border : 1px solid #DFE6EB;
    font-family: "DM Sans";
}

/* Description/Content Styles */
.member-single-description {
    margin-top: 30px;
    line-height: 1.8;
    color: #121212;
    font-size: 16px;
    font-family: "Outfit";
    opacity: 80%;
}

.member-single-description p {
    margin-bottom: 20px;
}

.member-single-description h2,
.member-single-description h3,
.member-single-description h4 {
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.member-single-description h2 {
    font-size: 1.8rem;
    border-left: 4px solid #2799CA;
    padding-left: 15px;
}

.member-single-description h3 {
    font-size: 1.5rem;
}

.member-single-description ul,
.member-single-description ol {
    margin: 15px 0;
    padding-left: 25px;
}

.member-single-description li {
    margin: 8px 0;
}

.member-single-description blockquote {
    margin: 20px 0;
    padding: 20px 30px;
    background: #f8f9fa;
    border-left: 4px solid #2799CA;
    font-style: italic;
    color: #555;
}

.member-single-description img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.member-content{
   width: 85%;

}
.custom-blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.custom-blog-listing .blog-item:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.custom-blog-listing .blog-item {
    background: #fff;
    padding: 40px;
    transition: 0.3s all 
ease-in-out;
}
.custom-blog-listing .blog-item .cat-date {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-item .cat-date .blog-category span {
    color: #2799CA;
    font-size: 12px;
    font-family: Dm sans;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-blog-listing .blog-item .cat-date .blog-date {
    color: #B5B5B5;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0;
}
.custom-blog-listing .blog-item h2.blog-title a {
    color: #063E5D;
    font-size: 24px;
    font-family: Newsreader;
    font-weight: 500;
    line-height: 57px;
}
.custom-blog-listing .blog-item .blog-excerpt {
    color: rgb(33 33 33 / 64%);
    font-size: 16px;
    font-family: Outfit;
    line-height: 28px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}
.custom-blog-listing .blog-item a.read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2799CA;
    font-size: 16px;
    line-height: 28px;
    font-family: 'DM Sans';
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}
.custom-blog-listing .blog-item a.read-more:hover{
    color: #053655;
}
.custom-blog-listing .blog-item a.read-more:hover svg path {
    fill: #053b5a;
}
.page-id-774 .custom-pagination {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.page-id-774 .custom-pagination .page-numbers {
    background: #063d5c;
    height: 30px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
}
.single-post .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}
.blog-detail-content {
    width: 100%;
    max-width: 100%;
}
section.blog-banner .banner-image {
    position: relative;
    padding-bottom: 35%;
}
section.blog-banner .banner-image img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.blog-contents {
    padding: 64px 20px 100px 20px;
    max-width: 920px;
    margin: auto;
    width: 100%;
}
section.blog-contents .banner-title h1 {
    color: #063E5D;
    font-size: 48px;
    font-family: Newsreader;
    font-weight: 600;
    line-height: 77px;
}
section.blog-contents .cat-date {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}
section.blog-contents .cat-date a {
    color: #2799CA;
    font-size: 12px;
    font-family: Dm sans;
    font-weight: 700;
    text-transform: uppercase;
}
section.blog-contents .cat-date p.blog-date {
    margin: 0px;
    color: #B5B5B5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: -1px;
}
section.blog-contents .content-all p {
    color: rgb(33 33 33 / 80%);
    font-size: 17px;
    line-height: 28px;
    font-family: 'DM Sans';
    font-weight: 400;
    margin-bottom: 10px;
}
section.blog-contents .content-all h2 {
    color: #063E5D;
    font-size: 24px;
    font-family: Newsreader;
    font-weight: 500;
    line-height: 35px;
    margin-top: 48px;
}

section.blog-contents .content-all h3 {
    color: #063E5D;
    font-size: 17px;
    font-family: Newsreader;
    font-weight: 600;
    line-height: 28px;
    margin-top: 8px;
}
section.blog-contents .content-all ul li {
    color: rgb(33 33 33 / 80%);
    font-size: 17px;
    line-height: 28px;
    font-family: 'DM Sans';
    font-weight: 400;
}

section.blog-contents .content-all ul {
    margin-left: 20px;
}
section.blog-contents .content-all h2 span {
    font-size: 24px !important;
}

.single-post .menu-item:last-child {
       font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    border-style: solid;
    border-color: #1B6893;
    border-radius: 0px 0px 0px 0px;
    transition: 0.3s all 
ease-in-out;
}
.single-post .menu-item:last-child:hover {
    background: transparent;
}
.single-post .menu-item:last-child a{
    color: #fff !important;
}

.single-post .menu-item:last-child:hover a{
    color: #1B6893 !important;
}
.footer-links ul li a:hover {
    border-bottom: 1px solid #fff;
    width: fit-content;
}
.footer-links ul li a{
    transition: 0.3s all ease-in-out;
}






.member-single-image img {
    max-width: 200px;
    border-radius: 15px;
    box-shadow: unset !important;
}



/* Responsive Design */
@media (max-width: 768px) {
    .member-single-image{
        width: 100%;
        position: static;
    }
    .single-board-member-wrapper {
        padding: 30px 0;
    }
    .member-single-container{
        flex-direction: column;
        gap: 15px;
    }
    
    .member-single-name {
        font-size: 2rem;
    }
    
    .member-single-name:after {
        width: 40px;
        height: 3px;
    }
    
    .member-single-position {
        font-size: 1rem;
        padding: 6px 16px;
    }
    
    .member-single-description {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .member-single-description h2 {
        font-size: 1.5rem;
    }
    .custom-blog-listing {
    grid-template-columns: 1fr;
}
.custom-blog-listing .blog-item h2.blog-title a {
    font-size: 20px;
    line-height: 25px;
}
.custom-blog-listing .blog-item {
    padding: 20px;
}
section.blog-contents .banner-title h1 {
    font-size: 25px;
    line-height: 35px;
}
section.blog-contents {
    padding: 50px 20px 50px 20px;
}
section.blog-contents .cat-date {
    margin-bottom: 16px;
    margin-top: 15px;
}
section.blog-contents .content-all h2 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
}
.member-content{
        width: 100%;
    }
}

@media (max-width: 480px) {
    
    .member-single-container{
        
        gap: 10px;
    }
    .member-single-name {
        font-size: 1.6rem;
    }
    
    .member-single-description {
        font-size: 0.95rem;
    }
    
    .member-single-description blockquote {
        padding: 15px 20px;
    }
}

/* Print Styles */
@media print {
    .single-board-member-wrapper {
        padding: 0;
    }
    
    .board-member-single {
        box-shadow: none;
    }
    
    .member-featured-image:hover {
        transform: none;
    }
}
