@import url('https://smc.org.in/fonts/meera.css'); 
@import url('https://smc.org.in/fonts/chilanka.css');
body {
    line-height: 1;
}

@font-face { 
    font-family: lora-regular; 
    src: url('../../assets/fonts/Arvo-Regular.ttf'); 
} 

header {
    border-bottom: 2px solid #28a74547;
}

.header-title {
    color: #007bff;
    font-weight: bold;
    font-size: 60px;
    font-family: 'Arvo', serif;
}

.header-subtitle {
    color: #28a745;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.header-title-inner {
    font-size: 24px;
}

.header-subtitle-inner {
    font-size: 14px;
}

.mainhead-bot {
    color:#555;
    font-size: 12px;
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
    background-color: #efefef;
}

.logo-placeholder {
    /* background-color: #f8f9fa; */
    /* Light gray background */
    /* height: 120px; */
    /* width: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-weight: bold;
    margin-right: 15px;
    /* Added space between logo and title */
}
.logo-placeholder img {
    width:120px;
}
.newsletter-meta {
    font-style: italic;
    color: #343a40;
    /* Example color */
}

.footer {
    color: #353535;
    padding: 12px;
    text-align: center;
    background: #e5e5e5c2;
}

/* Additional styling to vertically center the items in the header */
.align-items-center {
    align-items: center;
}
.quote {
    background-color: #ff980085;
    font-family: 'Chilanka', sans-serif !important;
    float: left;
}
.quote-cnt {
    color: #a5170d;
    font-size: 24px;
}
.quote-sig {
    color: #a5170d;
}
.content {
    text-align: justify;
    font-family: 'Meera', sans-serif !important;
    /* font-size:16px; */
}

.content-title {
    padding: 8px;
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Meera', sans-serif !important;
}
.l-ml {
    font-family: 'Meera',  sans-serif !important;
}
.l-en{
    font-family: 'lora-regular', sans-serif !important;
}
.bg-y {
    background: #ffd53f85;
    color: #361e1e;
}
.bg-g {
    background: #79a1625c;
    color: #184522;
}

.bg-pn {
    background: #e91e6338;
    color: #511b2e;
}
.bg-gry {
    background: #d7d6d65d;
    color: #454344;
}

.bg-b {
    background: #a7bdfa5d;
    color: #0646f7;
}
.profile-picture-wrapper {
    display: inline-block;
    padding: 4px;
    border: 3px solid #f8f9fa;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
}

.profile-picture {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-picture-1 {
    width: 200px;
    height: 200px;
    border-radius: 5%;
    object-fit: cover;
}

.none {
    margin: 0;
    padding: 0;
    border: 0;
}

.bg-quote {
    background: #9e9e9e30;
    padding: 10px;
}

.l-en-1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
}

.home-col-2 {
    background-color: #edcaef36;
}

.page5-quote {
    width: 45%;
}
.p5-author-title {
    float:right;
    margin-top:54px;
}
.p5-author-img {
    float:right;margin:5px;
}

.p5-author-img img {
    width: 128px;
    height: 128px;
}

@media (max-width: 575.98px)  and (max-width: 767.98px) { 
    .home-col-2 {
        order: -1;
    }
    .director-pic {
        order:-1;
    }

    .mars {
        padding:0;
    }

    .last-ele {
        margin-bottom: 5rem !important;
    }

    .footer{
        font-size:.6rem;
    }

    .header-mobile-fix {
        margin-top: 3rem !important;
    }

    .top-page-nums {
        top: -1rem;
    }
    
    .page5-quote {
        width: 100%;;
    }
    .p5-author-title {
        float:left;
        margin-top:32px;
        width:54%;
    }
    .p5-author-img {
        float:right;margin:5px;
    }
    
    .p5-author-img img {
        width: 96px;
        height: 96px;
    }
 }