/* ---------- CREATIVE MEMBER LAYOUT ---------- */

.member-hero{
    background: linear-gradient(135deg, #f3f6ff, #ffffff);
    padding:80px 20px;
}

.member-card{
    max-width:1100px;
    margin:auto;
    display:flex;
    gap:50px;
    background:white;
    padding:50px;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

/* Accent color strip on left */
.member-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:8px;
    background:#156730;
}

/* Left section */
.member-left{
    width:35%;
    text-align:center;
}

.member-photo-wrapper {
    width: 350px;
    /* height: 240px; */
    margin: auto;
    border-radius: 5%;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.member-photo-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.member-name{
    margin-top:20px;
    font-size:28px;
    font-weight:700;
}

/* Right section */
.member-right{
    width:65%;
    font-size:17px;
    line-height:1.8;
}

/* ----- Responsive ----- */
@media (max-width: 900px){
    .member-card{
        flex-direction:column;
        text-align:center;
        padding:40px 25px;
    }

    .member-left,
    .member-right{
        width:100%;
    }

    .member-photo-wrapper{
        width:200px;
       
    }
}
.member-card{
    max-width:1200px;   /* YOUR REQUEST */
    margin:auto;
    display:flex;
    gap:50px;
    background:white;
    padding:50px;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}
.member-content{
    width:100%;
}


/***********Blog details**************/
/* ===== BEAUTIFUL BLOG SINGLE PAGE ===== */

.blog-single-wrapper{
    background:#f6f7fb;
    padding:60px 20px;
}

.blog-single-card{
    max-width:1100px;
    margin:auto;
    background:white;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.blog-thumb{
    height: 350px;
}
.blog-thumb img{
    width:100%;
    height: inherit;
    object-fit: cover;
    border-radius:15px;
   
}

.blog-title{
    margin-top:25px;
    font-size:32px;
    font-weight:700;
}

.blog-meta{
    margin:15px 0 25px;
    color:#666;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.blog-content{
    font-size:17px;
    line-height:1.8;
}

/* ----- Next & Previous Buttons ----- */
.blog-navigation{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
    border-top:1px solid #eee;
    padding-top:25px;
}

.blog-navigation a{
    text-decoration:none;
    background:#156730;
    color:white;
    padding:10px 18px;
    border-radius:5px;
    font-weight:600;
}

.blog-navigation a:hover{
    background:#156730;
}

/* Responsive */
@media (max-width:768px){
    .blog-navigation{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }
}
.blog-single-card{
    max-width:1200px;   /* YOUR REQUEST */
    margin:auto;
    background:white;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.wp-block-list li a{
    text-decoration: none !important;
}

.astra-dark-mode-enable .wpforms-field-container .wpforms-field-label, .astra-dark-mode-enable .wpforms-field-sublabel {
    font-weight: 500;
}
button#wpforms-submit-8:hover{
    color:#fff !important;
}