
    .dr-about-section {
    padding: 0px 24px;
    background-color: #fafbfc;
}

.dr-about-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* Profile Layout Split */
.dr-profile-grid {

    display: flex;
    gap: 64px;
   /* align-items: center;*/
    margin-bottom: 80px;
    padding-top: 80px;
}
.dr-profile-grid p{font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 20px; 
    text-align:justify; font-size: 16px;
}

.dr-image-box {
    flex:0.8;
}

.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(27, 94, 32, 0.08);
}

.image-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position:top;
}
.image-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    
}

.dr-text-box {
      flex:2.2;
}

.dr-badge {
    display: inline-block;
    background: var(--brand-accent);
    color: var(--brand-primary);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dr-text-box h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #111d28;
    margin-bottom: 24px;
}

.dr-intro-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 20px;
}

.dr-body-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 32px;
}

.dr-signature {
    border-left: 3px solid var(--brand-primary);
    padding-left: 16px;
}

.dr-signature p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.signature-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--brand-primary);
    display: block;
    margin-top: 4px;
}

/* Credentials Bar */
.dr-credentials-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);;
    border: 1px solid #b7bdc3;
}

.credential-item {
    text-align: center;
}

.cred-icon-wrapper {
    font-size: 2rem;
    margin-bottom: 12px;
}

.credential-item h3 {
    font-size: 1.1rem;
    margin: 0 0 6px 0;
    color: #111d28;
}

.credential-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Philosophy Section */
.dr-pillars-wrapper {
    border-top: 1px solid #fff;
    padding-top: 80px;
}

.pillar-header {
    text-align: center;
    margin-bottom: 48px;
}

.pillar-header h2 {
    font-size: 2rem;
    margin-bottom: 8px;
}

.pillar-header p {
    color: var(--text-muted);
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.pillar-card {
    background: var(--white);
    padding: 32px;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    border: 1px solid #b7bdc3;
    transition: transform 0.2s ease;
}

.pillar-card:hover {
    transform: translateY(-4px);
}

.pillar-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(27, 94, 32, 0.1);
    display: block;
    line-height: 1;
    margin-bottom: 16px;
}

.pillar-card h4 {
    font-size: 1.2rem;
    margin: 0 0 12px 0;
    color: #111d28;
}

.pillar-card p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}
.awards-section{
    padding:100px 0;
    background:#fff;
}
/*
.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#eef5ea;
    color:#4a7c37;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}
*/

.awards-section h2{
    font-size:48px;
    margin:0px 0 10px;
    color:#1f2937;
}

.section-desc{
    color:#666;
    max-width:650px;
    margin:auto;
}

.awards-wrapper{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    margin-top:50px;
}

.awards-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.award-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}

.award-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.award-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.award-card h4{
    padding:15px 20px 5px;
}

.award-card span{
    padding:0 20px 20px;
    display:block;
    color:#5d9b45;
    font-weight:600;
}

.achievement-banner{
    background:linear-gradient(135deg,#2f6d2e,#5b963d);
    color:#fff;
    border-radius:24px;
    padding:50px 35px;
    text-align:center;
}
.achievement-banner img{ width: 100%;  }
.year{
    font-size:90px;
    font-weight:700;
    line-height:1;
}

.achievement-banner h3{
    margin:20px 0;
}
.moments-section{
    padding:100px 0;
    background:#f9faf7;
}

.moments-grid{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:30px;
    margin-top:50px;
}

.featured-moment{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #eee;
}

.featured-moment img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.moment-content{
    padding:20px;
    text-align:center;
}

.small-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.moment-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #eee;
    transition:.3s;
}

.moment-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.moment-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.moment-card span{
    display:block;
    padding:15px;
    text-align:center;
    font-weight:600;
}
/* Responsive Overrides */
@media (max-width: 992px) {
    .dr-profile-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .dr-credentials-strip, 
    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .dr-text-box h2 {
        font-size: 1.85rem;
    }
    .small-gallery{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 1200px){

.awards-wrapper{
    grid-template-columns:1fr;
}

.achievement-banner{
    min-height:350px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.moments-grid{ grid-template-columns:1fr; } .featured-moment{ max-width:500px; margin:auto; }

}

@media (max-width: 768px){

.awards-section{
    padding:70px 0;
}

.awards-section h2{
    font-size:34px;
    line-height:1.2;
}

.awards-grid{
    grid-template-columns:1fr;
}

.award-card img{
    height:250px;
}

.achievement-banner{
    padding:40px 25px;
}

.year{
    font-size:70px;
}

.achievement-banner h3{
    font-size:28px;
    line-height:1.3;
}

.section-desc{
    font-size:15px;
}
.moments-section{ padding:70px 0; } .moments-section h2{ font-size:34px; line-height:1.2; } .featured-moment img{ height:400px; } .small-gallery{ grid-template-columns:1fr; } .moment-card img{ height:250px; } .moment-content{ padding:18px; }

@media (max-width: 480px){

.awards-section h2,
.moments-section h2{
    font-size:30px;
}

.section-tag{
    font-size:13px;
    padding:7px 14px;
}

.achievement-banner{
    border-radius:18px;
}

.featured-moment{
    border-radius:18px;
}

.award-card,
.moment-card{
    border-radius:16px;
}

.featured-moment img{
    height:320px;
}

/*.moment-card img{
    height:220px;
}*/
.moment-card img{    object-fit: contain!important; height: 100%!important; }


}

