/* About Page Custom Modern Design Styles */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.about-page-wrapper {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #334155;
    background-color: #fcfdfe;
    overflow-x: hidden;
}

/* =========================================================================
   PAGE HERO BREADCRUMB BANNER (Exact Style from Reference Image)
   ========================================================================= */
.inner-page-hero-banner {
    position: relative;
    width: 100%;
    min-height: 420px;
    padding: 145px 0 135px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inner-page-hero-title {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 14px 0;
    line-height: 1.15;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}
.inner-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #e2e8f0;
}
.inner-page-breadcrumb a {
    color: #ffffff;
    text-decoration: none !important;
    transition: color 0.2s ease;
    opacity: 0.9;
}
.inner-page-breadcrumb a:hover {
    color: #38bdf8;
    opacity: 1;
}
.inner-page-breadcrumb .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.inner-page-breadcrumb .breadcrumb-current {
    color: #ffffff;
    font-weight: 700;
}
@media (max-width: 991px) {
    .inner-page-hero-banner {
        min-height: 320px;
        padding: 100px 0 90px 0;
    }
    .inner-page-hero-title {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    .inner-page-hero-banner {
        min-height: 260px;
        padding: 75px 0 65px 0;
    }
    .inner-page-hero-title {
        font-size: 34px;
    }
    .inner-page-breadcrumb {
        font-size: 14px;
    }
}

/* Background Pattern */
.bg-dot-pattern {
    background-color: #fafbfc;
    background-image: radial-gradient(#cbd5e1 1.2px, transparent 1.2px);
    background-size: 28px 28px;
}

/* Typography */
.script-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 46px;
    line-height: 1.1;
    color: #1e293b;
    margin-bottom: 4px;
    display: block;
}

.about-section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 24px;
}

.about-lead-text {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.65;
    margin-bottom: 20px;
}

.about-body-paragraph {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 18px;
}

/* Photo Placeholder Box */
.photo-space-box {
    position: relative;
    width: 100%;
    border-radius: 28px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border: 2px dashed #cbd5e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    min-height: 380px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.photo-space-box:hover {
    border-color: #2563eb;
    box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.15);
}

.photo-space-icon {
    font-size: 48px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.photo-space-label {
    font-size: 16px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.photo-space-sublabel {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 4px;
}

/* Decorative Dot Grid Elements */
.decor-dots-wrapper {
    position: relative;
}

.decor-dots-bg {
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#2563eb 2px, transparent 2px);
    background-size: 16px 16px;
    opacity: 0.25;
    z-index: 0;
}

.decor-dots-bottom-right {
    bottom: -30px;
    right: -30px;
    border-radius: 50%;
}

.decor-dots-top-left {
    top: -20px;
    left: -20px;
}

.card-relative-z {
    position: relative;
    z-index: 1;
}

/* Director Section */
.director-section {
    position: relative;
    padding: 90px 0;
}

.quote-bg-icon {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 120px;
    font-family: Georgia, serif;
    color: #e2e8f0;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0.7;
}

.director-name {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 4px;
}

.director-title {
    font-size: 16px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 24px;
    display: inline-block;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 6px;
    padding-right: 40px;
}

.signature-text {
    font-family: 'Caveat', cursive;
    font-size: 42px;
    font-weight: 700;
    color: #2563eb;
    margin-top: 24px;
    margin-bottom: 20px;
    display: block;
}

/* Social Buttons */
.social-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    background-color: #2563eb;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.4);
}

.closing-quote-icon {
    font-size: 40px;
    font-family: Georgia, serif;
    color: #0f172a;
    display: block;
    margin-top: 10px;
}

/* Leaders Section */
.leaders-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.leaders-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 50px;
}

.leader-card {
    text-align: center;
    margin-bottom: 30px;
}

.leader-photo-space {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px dashed #cbd5e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
    margin-bottom: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.leader-card:hover .leader-photo-space {
    transform: translateY(-6px);
    border-color: #2563eb;
    box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

.leader-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.leader-designation {
    font-size: 14px;
    color: #2563eb;
    font-weight: 700;
}

.team-phone-badge {
    background-color: #eff6ff;
    color: #2563eb;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 1px solid #dbeafe;
}

.team-phone-badge:hover {
    background-color: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px -3px rgba(37, 99, 235, 0.3);
}

.team-member-bio {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-top: 6px;
    padding: 0 5px;
}

.team-card-inner {
    background: #ffffff;
    border-radius: 28px;
    padding: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.team-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12);
    border-color: #e2e8f0;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
    .script-subtitle {
        font-size: 38px;
    }
    .about-section-title {
        font-size: 30px;
    }
    .photo-space-box {
        min-height: 300px;
        margin-top: 30px;
    }
    .director-section {
        padding: 60px 0;
    }
    .leaders-section {
        padding: 60px 0;
    }
}
