 /* Container and Typographic Settings */
 .professional-message-container {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     color: #333333;
     line-height: 1.7;
 }

 /* Header Styling */
 .message-subtitle {
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #B1040E;
     /* Classic institutional deep blue */
     font-weight: 600;
     display: block;
 }

 .message-main-title {
     font-size: 2.5rem;
     font-weight: 700;
     color: #111111;
     margin-top: 5px;
     margin-bottom: 15px;
 }

 .message-accent-line {
     width: 60px;
     height: 4px;
     background-color: #B1040E;
     /* Primary Brand Color */
     border-radius: 2px;
 }

 /* Intelligent Text Wrap & Image Frame */
 .professional-layout-body {
     overflow: hidden;
     /* Clears floating elements */
 }

 .director-portrait-wrapper {
     float: left;
     margin-right: 30px;
     margin-bottom: 20px;
     max-width: 260px;
     border: 1px solid #e0e0e0;
     padding: 10px;
     background-color: #ffffff;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
     border-radius: 4px;
 }

 .director-img-fluid {
     width: 100%;
     height: auto;
     border-radius: 2px;
     display: block;
 }

 .portrait-caption {
     font-size: 12px;
     text-align: center;
     color: #666;
     margin-top: 8px;
     font-weight: 500;
 }

 /* Responsive fixes for image placement on mobile screens */
 @media (max-width: 767px) {
     .director-portrait-wrapper {
         float: none;
         margin: 0 auto 25px auto;
         max-width: 100%;
     }
 }

 /* Content Text Styling */
 .salutation-text {
     font-weight: 600;
     font-size: 1.1rem;
     color: #111;
     margin-bottom: 15px;
 }

 .lead-text-highlight {
     font-weight: 600;
     color: #B1040E;
 }

 .professional-layout-body p {
     margin-bottom: 15px;
     text-align: justify;
     font-size: 15px;
 }

 /* Premium Pull Quote Styles */
 .institutional-pull-quote {
     border-left: 4px solid #B1040E;
     padding: 10px 20px;
     margin: 25px 0;
     font-style: italic;
     font-size: 1.15rem;
     color: #444;
     background-color: #f8f9fa;
     font-weight: 500;
 }

 /* Executive Sign-off Block */
 .executive-sign-off {
     display: inline-block;
     min-width: 200px;
 }

 .signature-divider {
     border-top: 1px solid #dcdcdc;
     width: 80px;
     margin-bottom: 10px;
 }

 .signature-details .valediction {
     font-style: italic;
     color: #555;
 }

 .signature-details .designation {
     font-size: 16px;
     color: #111;
 }

 .signature-details .institution {
     font-size: 13px;
     color: #777;
     font-weight: 500;
 }

 /* Action Button Adjustments */
 .professional-action-btn {
     display: inline-flex;
     align-items: center;
     text-decoration: none;
     font-weight: 600;
     color: #B1040E;
     transition: color 0.2s ease;
 }

 .professional-action-btn:hover {
     color: #0056b3;
 }

 .professional-action-btn .inner-btn {
     margin-left: 8px;
     transition: transform 0.2s ease;
 }

 .professional-action-btn:hover .inner-btn {
     transform: translateX(4px);
 }


 /* Custom Profile Feature Modifiers */
 .school-features-section {
     background-color: #fafbfc;
 }

 .features-subtitle {
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #B1040E;
     /* deep institutional profile blue */
     display: inline-block;
     margin-bottom: 8px;
 }

 .school-features-section .section-title {
     font-size: 2.3rem;
     color: #111;
 }

 .school-features-section .section-text {
     font-size: 15px;
     max-width: 650px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .h10_category-item p {
     font-size: 14px;
     color: #555;
     line-height: 1.5;
     margin-top: 10px;
 }


 .sr_feature-card {
     background: #ffffff;
     padding: 30px 25px;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
     text-align: center;
     transition: all 0.3s ease-in-out;
     border: 1px solid #edf2f7;
     height: calc(100% - 30px);
 }

 .sr_feature-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 12px 30px rgba(72, 70, 171, 0.1);
     border-color: rgba(72, 70, 171, 0.2);
 }

 .sr_feature-icon-box {
     width: 65px;
     height: 65px;
     background: rgba(72, 70, 171, 0.08);
     color: #B1040E;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
     font-size: 26px;
     transition: all 0.3s ease;
 }

 .sr_feature-card:hover .sr_feature-icon-box {
     background: #B1040E;
     color: #ffffff;
 }

 .sr_feature-card h4 {
     font-size: 18px;
     font-weight: 700;
     color: #B1040E;
     margin-bottom: 12px;
 }

 .sr_feature-card p {
     font-size: 14px;
     color: #64748b;
     line-height: 1.6;
     margin-bottom: 0;
 }



:root {
        --sr-crimson: #B1040E;
        --sr-crimson-rgb: 177, 4, 14;
        --sr-slate: #1F252C;
        --sr-gray-bg: #F8F9FA;
        --sr-text-muted: #4A525A;
    }

    .sr-school-section {
        background-color: #ffffff;
        font-family: 'Inter', sans-serif;
    }

    /* Section Typography */
    .sr-section-subtitle {
        color: var(--sr-crimson);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: block;
        margin-bottom: 10px;
    }

    .sr-section-heading {
        font-size: 32px;
        font-weight: 800;
        color: var(--sr-slate);
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    .sr-section-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 4px;
        background-color: var(--sr-crimson);
        border-radius: 2px;
    }

    .sr-section-heading.text-center::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* About Cards / Highlights Grid */
    .sr-about-highlight-card {
        background: var(--sr-gray-bg);
        border: 1px solid #EAECEF;
        border-radius: 8px;
        padding: 20px;
        transition: all 0.3s ease;
    }
    
    .sr-about-highlight-card:hover {
        background: #ffffff;
        border-color: rgba(var(--sr-crimson-rgb), 0.3);
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

    /* Motto Banner */
    .sr-motto-wrapper {
        background: linear-gradient(135deg, rgba(var(--sr-crimson-rgb), 0.03) 0%, rgba(var(--sr-crimson-rgb), 0.08) 100%);
        border-left: 4px solid var(--sr-crimson);
        border-radius: 4px;
        padding: 20px 25px;
    }

    .sr-motto-title {
        color: var(--sr-crimson);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .sr-motto-text {
        font-size: 22px;
        color: var(--sr-slate);
        font-weight: 700;
        margin-bottom: 4px;
    }

    .sr-motto-translation {
        font-size: 15px;
        color: #555555;
        font-style: italic;
    }

    /* Shared Content Cards */
    .sr-mv-card {
        background: #ffffff;
        border: 1px solid #EAECEF;
        border-radius: 12px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .sr-mv-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(var(--sr-crimson-rgb), 0.06);
        border-color: rgba(var(--sr-crimson-rgb), 0.15);
    }

    .sr-mv-badge {
        display: inline-block;
        background-color: rgba(var(--sr-crimson-rgb), 0.1);
        color: var(--sr-crimson);
        padding: 6px 16px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .sr-mv-title {
        color: var(--sr-slate);
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .sr-mv-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .sr-mv-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 15px;
        color: var(--sr-text-muted);
        line-height: 1.6;
        font-size: 15px;
    }

    .sr-mv-list li::before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 2px;
        color: var(--sr-crimson);
        font-size: 14px;
    }

    .sr-feature-box {
        background: var(--sr-gray-bg);
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 20px;
        border-left: 4px solid var(--sr-crimson);
    }

    .sr-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }

    .sr-table th {
        background-color: var(--sr-crimson);
        color: #ffffff;
        padding: 14px 20px;
        font-weight: 600;
        text-align: left;
    }

    .sr-table td {
        padding: 12px 20px;
        border-bottom: 1px solid #EAECEF;
        color: var(--sr-slate);
    }

    .sr-table tr:last-child td {
        border-bottom: none;
    }

    .sr-table tr:nth-child(even) {
        background-color: rgba(var(--sr-crimson-rgb), 0.02);
    }