/* ========== ABOUT HERO SECTION STYLES ========== */
.container-abt {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-hero-abt {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #0f172a 100%);
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Animated Background Overlay */
.about-hero-overlay-abt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" opacity="0.06"><path fill="white" d="M769 229L1037 260.9M927 880L731 737 520 660 309 737 113 880 113 158 309 81 520 158 731 81 927 158 927 880z"/><circle cx="200" cy="200" r="100" fill="white"/><circle cx="600" cy="500" r="150" fill="white"/></svg>');
    background-repeat: repeat;
    background-size: 300px;
    animation: aboutDriftAbt 40s linear infinite;
}

@keyframes aboutDriftAbt {
    0% { background-position: 0 0; }
    100% { background-position: 300px 300px; }
}

/* Floating Particles */
.about-hero-particles-abt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.about-hero-particles-abt::before,
.about-hero-particles-abt::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: aboutFloatAbt 20s ease-in-out infinite;
}

.about-hero-particles-abt::before {
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.about-hero-particles-abt::after {
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    animation-delay: 5s;
    animation-duration: 25s;
}

@keyframes aboutFloatAbt {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(50px, 50px) scale(1.2); opacity: 0.8; }
}

/* Hero Content */
.about-hero-content-abt {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.about-hero-badge-abt {
    display: inline-block;
    background: rgba(59, 130, 246, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #60a5fa;
    margin-bottom: 24px;
    border: 1px solid rgba(59, 130, 246, 0.4);
    animation: aboutFadeInUpAbt 0.6s ease;
}

.about-hero-title-abt {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: aboutFadeInUpAbt 0.6s ease 0.1s backwards;
}

.about-highlight-abt {
    color: #60a5fa;
    position: relative;
    display: inline-block;
}

.about-highlight-abt::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #60a5fa, transparent);
    border-radius: 3px;
}

.about-hero-subtitle-abt {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    animation: aboutFadeInUpAbt 0.6s ease 0.2s backwards;
}

/* Buttons */
.about-hero-buttons-abt {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    animation: aboutFadeInUpAbt 0.6s ease 0.3s backwards;
}

.about-btn-primary-abt,
.about-btn-outline-abt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.about-btn-primary-abt {
    background: #2563eb;
    color: white;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.about-btn-primary-abt:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.about-btn-outline-abt {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
}

.about-btn-outline-abt:hover {
    border-color: #60a5fa;
    background: rgba(96, 165, 250, 0.1);
    transform: translateY(-3px);
}

/* Statistics */
.about-hero-stats-abt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: aboutFadeInUpAbt 0.6s ease 0.4s backwards;
}

.about-stat-item-abt {
    text-align: center;
}

.about-stat-number-abt {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 5px;
}

.about-stat-label-abt {
    font-size: 0.85rem;
    color: #cbd5e1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-stat-divider-abt {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

/* Wave Divider */
.about-hero-wave-abt {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

/* Animations */
@keyframes aboutFadeInUpAbt {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero-title-abt {
        font-size: 2.2rem;
    }
    
    .about-hero-subtitle-abt {
        font-size: 1rem;
    }
    
    .about-hero-stats-abt {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
        border-radius: 30px;
    }
    
    .about-stat-divider-abt {
        width: 60px;
        height: 1px;
    }
    
    .about-hero-buttons-abt {
        gap: 15px;
    }
    
    .about-btn-primary-abt,
    .about-btn-outline-abt {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .about-hero-title-abt {
        font-size: 1.8rem;
    }
    
    .about-hero-badge-abt {
        font-size: 0.75rem;
    }
}






















/* ========== ABOUT SBTTI SECTION STYLES ========== */
.about-sbtti-abt {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.about-sbtti-grid-abt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* ========== IMAGE COLUMN STYLES ========== */
.about-sbtti-image-col-abt {
    position: relative;
}

.about-image-wrapper-abt {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-main-image-abt {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.about-image-wrapper-abt:hover .about-main-image-abt {
    transform: scale(1.05);
}

.about-experience-badge-abt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.about-exp-number-abt {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.about-exp-text-abt {
    font-size: 0.8rem;
    font-weight: 500;
}

.about-image-stats-abt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.about-image-stat-abt {
    flex: 1;
    background: #f8fafc;
    padding: 20px 15px;
    text-align: center;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.about-image-stat-abt:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #bfdbfe;
}

.about-image-stat-abt i {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 10px;
}

.about-image-stat-abt span {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.about-image-stat-abt p {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 5px;
}

/* ========== CONTENT COLUMN STYLES ========== */
.about-section-tag-abt {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section-title-abt {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.about-title-highlight-abt {
    color: #2563eb;
    position: relative;
}

.about-section-subtitle-abt {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.5;
}

.about-description-abt {
    margin-bottom: 28px;
}

.about-description-abt p {
    color: #334155;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-description-abt p:last-child {
    margin-bottom: 0;
}

/* Features List */
.about-features-list-abt {
    margin: 30px 0;
}

.about-feature-abt {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.about-feature-icon-abt {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-feature-icon-abt i {
    font-size: 1.2rem;
    color: #2563eb;
}

.about-feature-text-abt h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.about-feature-text-abt p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}


/* Learn More Button */
.about-learn-more-abt {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.about-learn-more-abt:hover {
    background: #1d4ed8;
    gap: 16px;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .about-sbtti-grid-abt {
        gap: 40px;
    }
    
    .about-section-title-abt {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-sbtti-abt {
        padding: 60px 0;
    }
    
    .about-sbtti-grid-abt {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-section-title-abt {
        font-size: 1.8rem;
    }
    

    .about-image-stats-abt {
        flex-wrap: wrap;
    }
    
    .about-image-stat-abt {
        flex: 1;
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .about-section-title-abt {
        font-size: 1.6rem;
    }
    
    .about-feature-abt {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
   
}
















/* ========== MISSION, VISION & CORE VALUES SECTION ========== */
.about-mvv-section-abt {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about-mvv-section-abt::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37,99,235,0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-mvv-section-abt::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.02) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Section Header */
.about-mvv-header-abt {
    text-align: center;
    margin-bottom: 60px;
}

/* Mission & Vision Highlight Cards */
.about-mission-vision-highlight-abt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.about-mv-card-abt {
    position: relative;
    background: white;
    border-radius: 30px;
    padding: 45px 35px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    z-index: 1;
}

.about-mission-card-abt {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
}

.about-vision-card-abt {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: white;
}

.about-mv-card-abt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.about-mv-card-abt:hover::before {
    opacity: 1;
}

.about-mv-card-abt:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.about-mv-icon-abt {
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.about-mv-icon-abt i {
    font-size: 2.5rem;
    color: white;
}

.about-mv-glow-abt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-mv-card-abt:hover .about-mv-glow-abt {
    opacity: 1;
}

.about-mv-card-abt h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-mv-card-abt p {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
}

.about-mv-footer-abt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    font-weight: 500;
}

.about-mv-footer-abt i {
    transition: transform 0.3s ease;
}

.about-mv-card-abt:hover .about-mv-footer-abt i {
    transform: translateX(5px);
}

/* Core Values Section */
.about-values-header-abt {
    text-align: center;
    margin-bottom: 50px;
}

.about-value-badge-abt {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-values-header-abt h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.about-values-header-abt p {
    color: #64748b;
    font-size: 1rem;
}

.about-values-grid-abt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.about-value-card-abt {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 35px 28px;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    z-index: 1;
}

.about-value-card-abt:hover {
    transform: translateY(-8px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}

.about-value-icon-abt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.about-value-icon-abt i {
    font-size: 2.8rem;
    color: #2563eb;
}

.about-value-number-abt {
    font-size: 3rem;
    font-weight: 800;
    color: #e2e8f0;
    line-height: 1;
    transition: all 0.3s ease;
}

.about-value-card-abt:hover .about-value-number-abt {
    color: #bfdbfe;
    transform: scale(1.05);
}

.about-value-card-abt h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.about-value-card-abt p {
    color: #475569;
    line-height: 1.6;
}

.about-value-hover-bg-abt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    transition: height 0.4s ease;
    z-index: -1;
}

.about-value-card-abt:hover .about-value-hover-bg-abt {
    height: 100%;
}

/* Strategic Objectives Section */
.about-objectives-section-abt {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 40px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

.about-objectives-section-abt::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.about-objectives-header-abt {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.about-objective-badge-abt {
    display: inline-block;
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-objectives-header-abt h3 {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}

.about-objectives-header-abt p {
    color: #94a3b8;
    font-size: 1rem;
}

.about-objectives-grid-abt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;
    z-index: 1;
}

.about-objective-card-abt {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-objective-card-abt:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(37, 99, 235, 0.5);
}

.about-obj-number-abt {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    opacity: 0.5;
    min-width: 60px;
}

.about-obj-content-abt {
    flex: 1;
}

.about-obj-content-abt i {
    font-size: 1.8rem;
    color: #3b82f6;
    margin-bottom: 12px;
    display: inline-block;
}

.about-obj-content-abt h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.about-obj-content-abt p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 12px;
}

.about-obj-progress-abt {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.about-obj-progress-bar-abt {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 4px;
    width: 0%;
    transition: width 1s ease;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-mission-vision-highlight-abt {
        gap: 30px;
    }
    
    .about-values-grid-abt {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .about-mvv-section-abt {
        padding: 60px 0;
    }
    
    .about-mission-vision-highlight-abt {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .about-mv-card-abt {
        padding: 35px 25px;
    }
    
    .about-mv-card-abt h3 {
        font-size: 1.5rem;
    }
    
    .about-values-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-objectives-section-abt {
        padding: 40px 25px;
    }
    
    .about-objectives-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-objective-card-abt {
        padding: 20px;
    }
    
    .about-obj-number-abt {
        font-size: 2rem;
        min-width: 50px;
    }
}

@media (max-width: 480px) {
    .about-values-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-value-card-abt {
        padding: 25px 20px;
    }
}


















/* ========== PRINCIPAL'S MESSAGE SECTION ========== */
.about-principal-section-abt {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about-principal-section-abt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.03"><path fill="%232563eb" d="M100 0L200 100L100 200L0 100L100 0Z"/></svg>');
    background-size: 60px;
    pointer-events: none;
}

.about-principal-grid-abt {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* ========== IMAGE COLUMN STYLES ========== */
.about-principal-image-col-abt {
    position: relative;
}

.about-principal-image-wrapper-abt {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.about-principal-image-wrapper-abt:hover {
    transform: translateY(-5px);
}

.about-principal-image-abt {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.about-principal-image-wrapper-abt:hover .about-principal-image-abt {
    transform: scale(1.02);
}

.about-principal-signature-abt {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 20px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-principal-signature-abt img {
    height: 40px;
    width: auto;
    opacity: 0.8;
}

/* Quick Info Cards */
.about-principal-quick-info-abt {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.about-principal-info-card-abt {
    flex: 1;
    background: white;
    padding: 18px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.about-principal-info-card-abt:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-principal-info-card-abt i {
    font-size: 1.8rem;
    color: #2563eb;
}

.about-principal-info-card-abt div {
    display: flex;
    flex-direction: column;
}

.about-principal-info-card-abt strong {
    font-size: 0.9rem;
    color: #0f172a;
    margin-bottom: 3px;
}

.about-principal-info-card-abt span {
    font-size: 0.75rem;
    color: #64748b;
}

/* ========== MESSAGE COLUMN STYLES ========== */
.about-principal-message-col-abt {
    padding: 20px 0;
}

.about-section-tag-abt {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section-title-abt {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-title-highlight-abt {
    color: #2563eb;
    position: relative;
}

/* Quote Block */
.about-principal-quote-abt {
    background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    padding: 30px 35px;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    border-left: 4px solid #2563eb;
}

.about-principal-quote-abt i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 3rem;
    color: #2563eb;
    opacity: 0.15;
}

.about-principal-quote-abt p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #1e293b;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Message Text */
.about-principal-message-text-abt {
    margin-bottom: 30px;
}

.about-principal-message-text-abt p {
    color: #334155;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 0.98rem;
}

.about-principal-message-text-abt p:last-child {
    margin-bottom: 0;
}

/* Footer with Name & Social */
.about-principal-footer-abt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 2px solid #e2e8f0;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.about-principal-name-abt h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.about-principal-name-abt p {
    font-size: 0.85rem;
    color: #2563eb;
    font-weight: 500;
}

.about-principal-social-abt {
    display: flex;
    gap: 12px;
}

.about-principal-social-abt a {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-principal-social-abt a:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-3px);
}

/* CTA Button */
.about-principal-cta-abt {
    margin-top: 10px;
}

.about-principal-btn-abt {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #2563eb;
    color: #2563eb;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-principal-btn-abt:hover {
    background: #2563eb;
    color: white;
    gap: 16px;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .about-principal-grid-abt {
        gap: 40px;
    }
    
    .about-section-title-abt {
        font-size: 2rem;
    }
    
    .about-principal-quote-abt p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .about-principal-section-abt {
        padding: 60px 0;
    }
    
    .about-principal-grid-abt {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .about-principal-message-col-abt {
        order: 1;
    }
    
    .about-principal-image-col-abt {
        order: 2;
    }
    
    .about-section-title-abt {
        font-size: 1.8rem;
    }
    
    .about-principal-quote-abt {
        padding: 25px;
    }
    
    .about-principal-footer-abt {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .about-principal-quick-info-abt {
        flex-direction: column;
    }
    
    .about-principal-info-card-abt {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .about-principal-quote-abt {
        padding: 20px;
    }
    
    .about-principal-quote-abt i {
        font-size: 2rem;
    }
    
    .about-principal-quote-abt p {
        font-size: 0.9rem;
    }
    
    .about-principal-message-text-abt p {
        font-size: 0.9rem;
    }
    
    .about-principal-name-abt h4 {
        font-size: 1.1rem;
    }
}


















/* ========== SBTTI PROFILE SECTION ========== */
.about-profile-section-abt {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.about-profile-header-abt {
    text-align: center;
    margin-bottom: 60px;
}

.about-section-subtitle-abt {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Main Stats Grid */
.about-profile-stats-grid-abt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.about-profile-stat-card-abt {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 24px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.about-profile-stat-card-abt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.about-profile-stat-card-abt:hover::before {
    transform: scaleX(1);
}

.about-profile-stat-card-abt:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    border-color: #bfdbfe;
}

.about-profile-stat-icon-abt {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.about-profile-stat-icon-abt i {
    font-size: 2.2rem;
    color: #2563eb;
}

.about-profile-stat-number-abt {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 10px;
}

.about-profile-stat-label-abt {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 5px;
}

.about-profile-stat-trend-abt {
    font-size: 0.75rem;
    color: #64748b;
}

/* Accreditation Section */
.about-accreditation-section-abt {
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
    border-radius: 32px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.about-accreditation-title-abt,
.about-infrastructure-title-abt,
.about-partners-title-abt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-accreditation-title-abt i,
.about-infrastructure-title-abt i,
.about-partners-title-abt i {
    color: #2563eb;
    font-size: 1.8rem;
}

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

.about-accred-card-abt {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.about-accred-card-abt:hover {
    transform: translateX(8px);
    border-color: #bfdbfe;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.about-accred-icon-abt i {
    font-size: 1.8rem;
    color: #22c55e;
}

.about-accred-content-abt h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.about-accred-content-abt p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

/* Infrastructure Section */
.about-infrastructure-section-abt {
    margin-bottom: 60px;
}

.about-infrastructure-grid-abt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.about-infra-card-abt {
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.about-infra-card-abt:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: #bfdbfe;
}

.about-infra-icon-abt i {
    font-size: 2.5rem;
    color: #2563eb;
    margin-bottom: 15px;
}

.about-infra-number-abt {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.about-infra-label-abt {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 5px;
}

.about-infra-detail-abt {
    font-size: 0.8rem;
    color: #64748b;
}

/* Partners Section */
.about-partners-section-abt {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 32px;
    padding: 50px 40px;
    margin-bottom: 50px;
}

.about-partners-grid-abt {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.about-partner-card-abt {
    background: white;
    border-radius: 16px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    cursor: pointer;
}

.about-partner-card-abt:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.about-partner-card-abt i {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 10px;
    display: block;
}

.about-partner-card-abt span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
}

/* Download Button */
.about-profile-download-abt {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 32px;
    margin-top: 20px;
}

.about-download-btn-abt {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 16px 40px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.about-download-btn-abt:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    gap: 20px;
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
}

.about-profile-download-abt p {
    color: #94a3b8;
    font-size: 0.85rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .about-profile-stats-grid-abt {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .about-accreditation-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-infrastructure-grid-abt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-partners-grid-abt {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .about-profile-section-abt {
        padding: 60px 0;
    }
    
    .about-profile-stats-grid-abt {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .about-accreditation-section-abt,
    .about-partners-section-abt {
        padding: 30px 20px;
    }
    
    .about-accreditation-title-abt,
    .about-infrastructure-title-abt,
    .about-partners-title-abt {
        font-size: 1.4rem;
    }
    
    .about-infrastructure-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-partners-grid-abt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-download-btn-abt {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .about-profile-stat-number-abt {
        font-size: 2rem;
    }
    
    .about-partners-grid-abt {
        grid-template-columns: 1fr;
    }
    
    .about-partner-card-abt {
        padding: 15px;
    }
    
    .about-accred-card-abt {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}