/* ==========================================
   ABOUT US PAGE - PAFDA
   Matching Figma Design Specifications
   ========================================== */

/* ==========================================
   Navbar Styles
   ========================================== */

.about-navbar {
    background: #FFFFFF;
    padding: 39px var(--spacing-3xl) 40px;
    box-shadow: none;
    position: relative;
    top:0;
}
.about-navbar .navbar-container{
    padding: 0px;
    max-width: 1440px;
}

.container{
    padding: 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.about-navbar .navbar-menu a {
    color: var(--color-text-primary);
    font-size: 17.5px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-right: 30px;
}

.about-navbar .navbar-menu a.nav-active {
    color: var(--color-secondary);
    font-weight: 600;
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 2px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.about-navbar .navbar-menu a svg {
    width: 16px;
    height: 16px;
}
.about-navbar .navbar-menu .nav-active svg {
    stroke: var(--color-secondary);
}

.about-navbar .navbar-menu a:hover {
    color: var(--color-secondary);
}

.about-us-page .container{
    padding: 0px;
}
.about-us-page .container-row{
    padding: 0px;
}
/* ==========================================
   Hero Section
   ========================================== */

.about-hero {
    background: var(--color-secondary);
    padding: 60px 112px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}
.about-bg {
	background-image: url('./assets/images/about-banner-new.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 80%;
}

.about-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
}
.about-hero.no-mask::before {
    display: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.breadcrumb-item {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.408;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.breadcrumb-separator {
    width: 16px;
    height: 16px;
    position: relative;
}

.breadcrumb-separator::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: rotate(-45deg);
    top: 5px;
    left: 5px;
}
.container-row{
    padding: 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.about-hero h1 {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.025em;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}
.about-description{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    margin-top: 64px;
    padding: 0 64px;
}
.about-description p {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin-bottom: 16px;
}

.about-hero p {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.408;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.hero-pattern-left,
.hero-pattern-right {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.hero-pattern-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-pattern-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ==========================================
   Background & Mandate Section
   ========================================== */

.background-section {
    padding: 120px 112px;
    background: #FFFFFF;
}

.background-grid {
    display: flex;
    gap: 64px;
    margin-top: 64px;
}

.background-image {
    flex: 0 0 auto;
}

.background-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.background-content {
    flex: 1;
    display: flex;
    gap: 64px;
    align-items: center;
}

.background-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.background-header h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.111;
    letter-spacing: -0.025em;
    color: var(--color-primary);
    margin: 0;
}

.background-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.background-text p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin: 0;
}

/* Stats Cards */
.stats-cards {
    display: grid;
    gap: 0;
    border-radius: 16px;
    grid-template-columns: 1fr 1fr;
}

.stat-card-small {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
    min-width: 200px;
    transition: transform 0.3s ease;
}

.stat-card-small:hover {
    transform: translateY(-4px);
}

.stat-icon {
    width: 32px;
    height: 32px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
}

.stat-value {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 0.583;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color-primary);
}

.stat-label {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.143;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-text-primary);
    opacity: 0.8;
}

/* ==========================================
   Vision Mission Values Section
   ========================================== */

.vision-mission-values-section {
    padding: 96px 60px;
    background: #FFFFFF;
}

.vmv-grid {
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: space-around;
}

.vmv-card {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 283px;
}
/* .vmv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
} */

.vmv-icon {
    width: 196px;
    height: 196px;
    margin-bottom: 68px;
}

.vmv-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vmv-card h3 {
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.vmv-underline {
    width: 164px;
    height: 9px;
    margin-bottom: 64px;
}

.vmv-underline img {
    width: 100%;
    height: 100%;
}

.vmv-card p {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin: 0;
}

.vmv-card li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    text-align: center;
}


/* ==========================================
   Vision & Mission Section
   ========================================== */

.vision-mission-section {
    padding: 96px 112px;
    background-image: url('assets/images/vision-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.vision-mission-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #13386C 0%, #13386C 100%);
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDUpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+'); */
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}
.vision-mission-section .container{
    position: relative;
    z-index: 1;
}

.vision-mission-grid {
    display: flex;
    gap: 44px;
    align-items: stretch;
}

.vision-card,
.mission-card {
    flex: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(249, 252, 255, 1) 100%);
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 44px 44px 66px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.vision-card:hover,
.mission-card:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.vm-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.vm-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vm-header h3 {
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    margin: 0;
}

.vision-card p,
.mission-card p {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.444;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin: 0;
}

/* ==========================================
   Core Functions Section
   ========================================== */

.core-functions-section {
    padding: 96px 112px;
    background: #FFFFFF;
}

.section-header-center {
    text-align: center;
    margin-bottom: 64px;
}

/*.section-header-center h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.111;
    letter-spacing: -0.025em;
    color: var(--color-primary);
    margin: 0 0 16px 0;
}

.section-header-center p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    max-width: 584px;
    margin: 0 auto;
}
*/
.core-functions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.function-card {
    background: var(--color-bg-light);
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.function-card:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.function-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.function-card h3 {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    margin: 0;
}

.function-card p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin: 0;
    opacity: 0.8;
}

.function-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.function-link:hover {
    gap: 12px;
}

.function-link span {
    transition: transform 0.3s ease;
}

.function-link:hover span {
    transform: translateX(4px);
}

/* ==========================================
   Key Milestones Section
   ========================================== */

.milestones-section {
    padding: 120px 112px;
    background: var(--color-bg-light);
}

.milestones-section .section-header-center {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.milestones-section .section-header-center.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-container {
    position: relative;
    max-width: 1208px;
    margin: 0 auto;
    padding: 0px 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(11, 59, 46, 0.12);
    transform: translateX(-50%);
}

.milestone {
    position: relative;
    width: 564px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 32px 24px;
    margin-bottom: 13px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.milestone:last-child {
    margin-bottom: 0;
}

.milestone-right {
    margin-left: 0;
    text-align: right;
    transform: translateX(-50px);
}

.milestone-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.milestone-left {
    margin-left: auto;
    text-align: left;
    transform: translateX(50px);
}

.milestone-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.milestone::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--color-secondary);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.milestone-right::before {
    right: -47px;
}

.milestone-left::before {
    left: -47px;
}

.milestone-year {
    display: inline-block;
    background: rgba(29, 78, 216, 0.05);
    border-radius: 4px;
    padding: 8px 16px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 12px;
}

.milestone h3 {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    margin: 0 0 12px 0;
}

.milestone p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    margin: 0;
}

/* ==========================================
   Learn More Section
   ========================================== */

.learn-more-section {
    padding: 96px 112px;
    background: var(--color-secondary);
}

.learn-more-section .section-header-center h2,
.learn-more-section .section-header-center p {
    color: #FFFFFF;
}

.learn-more-grid {
    display: flex;
    gap: 20px;
	max-width: 860px;
    margin: 0px auto;
}

.learn-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 17px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.learn-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}


/* .learn-icon {
    width: 56px;
    height: 56px;
    padding: 16.8px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} */

.learn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.learn-content {
    flex: 1;
}

.learn-content h3 {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.302;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 4px 0;
}

.learn-content p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.302;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

.learn-arrow {
    font-size: 24px;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* ==========================================
   Responsive Styles
   ========================================== */

@media (max-width: 1440px) {
    .about-navbar {
        padding: 39px 150px 40px;
    }
    
    .about-hero {
        padding: 60px 150px;
    }
    
    .background-section {
        padding: 96px 150px;
    }
    
    .core-functions-section {
        padding: 96px 150px;
    }
}

@media (max-width: 1200px) {
    .about-navbar {
        padding: 39px 80px 40px;
    }
    
    .about-hero {
        padding: 60px 80px;
    }
    
    .background-section {
        padding: 96px 80px;
    }
    
    .vision-mission-values-section {
        padding: 96px 80px;
    }
    
    .background-grid, .background-content {
        flex-direction: column;
    }
    
    .background-image {
        max-width: 100%;
    }
    
    
    .core-functions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .core-functions-section {
        padding: 96px 80px;
    }
    
    .vision-mission-section {
        padding: 96px 80px;
    }
    
    .milestones-section {
        padding: 96px 80px;
    }
    
    .learn-more-section {
        padding: 96px 80px;
    }
}

@media (max-width: 968px) {
    .about-navbar .navbar-container {
        padding: 0px;
    }
    .about-navbar {
        padding: 24px 40px;
    }

    
    .about-hero {
        padding: 48px 40px;
    }
    
    .about-hero h1 {
        font-size: 36px;
    }
    
    .about-hero p {
        font-size: 18px;
    }
    .breadcrumb-item{
        font-size: 16px;
    }
    
    .background-section {
        padding: 64px 40px;
    }
    
    .vision-mission-values-section {
        padding: 64px 40px;
    }
    
    .vmv-grid {
        flex-direction: column;
        gap: 80px;
    }
    
    .vmv-card {
        max-width: 100%;
    }
    
    .vmv-icon {
        width: 160px;
        height: 160px;
        margin-bottom: 48px;
    }
    
    .vmv-card h3 {
        font-size: 28px;
    }
    
    .vmv-underline {
        margin-bottom: 48px;
    }
    
    .vmv-card p {
        font-size: 18px;
    }
    
    .vmv-values-list {
        font-size: 18px;
    }
    
    .background-header h2 {
        font-size: 28px;
    }
    .stat-card-small{
        min-width: 150px;
    }
    
    .stats-cards {
        gap: 0px;
    }
    
    .stat-card-small {
        flex: 1 1 100%;
    }
    
    .vision-mission-section {
        padding: 64px 40px;
    }
    
    .vision-mission-grid {
        flex-direction: column;
        gap: 32px;
    }
    
    .core-functions-section {
        padding: 64px 40px;
    }
    
    .section-header-center h2 {
        font-size: 28px;
    }
    
    .core-functions-grid {
        grid-template-columns: 1fr;
    }
    
    .milestones-section {
        padding: 64px 40px;
    }
    
    .timeline-container {
        padding: 0px 0;
    }
    
    .timeline-line {
        left: -19px;
    }
    
    .milestone {
        width: 100%;
        margin-left: 48px;
        text-align: left;
        margin-bottom: 96px;
    }
    
    .milestone-right,
    .milestone-left {
        margin-left: 48px;
        text-align: left;
        transform: translateY(30px);
    }
    
    .milestone-right.animate,
    .milestone-left.animate {
        opacity: 1;
        transform: translateY(0);
    }
    
    .milestone::before {
        left: -36px;
    }
    
    .milestone-right::before {
        left: -36px;
        right: auto;
    }
    
    .learn-more-section {
        padding: 64px 40px;
    }
    
    .learn-more-grid {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .about-navbar {
        padding: 16px 24px;
    }
    
    .about-hero {
        padding: 32px 24px;
    }
    
    .about-hero h1 {
        font-size: 28px;
    }
    
    .about-hero p {
        font-size: 16px;
    }
    
    .background-section {
        padding: 40px 0px;
    }
    
    .vision-mission-values-section {
        padding: 48px 24px;
    }
    
    .vmv-grid {
        gap: 64px;
    }
    
    .vmv-icon {
        width: 140px;
        height: 140px;
        margin-bottom: 32px;
    }
    
    .vmv-card h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .vmv-underline {
        margin-bottom: 32px;
        width: 140px;
    }
    
    .vmv-card p {
        font-size: 16px;
    }
    
    .vmv-values-list {
        font-size: 16px;
    }
    
    .background-header h2 {
        font-size: 24px;
    }
    
    .vision-mission-section {
        padding: 48px 0px;
    }
    
    .vision-card,
    .mission-card {
        padding: 32px 24px;
    }
    
    .vm-header h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .core-functions-section {
        padding: 48px 24px;
    }
    
    .section-header-center h2 {
        font-size: 24px;
    }
    
    .function-card {
        padding: 24px;
    }
    
    .milestones-section {
        padding: 48px 24px;
    }
    
    .milestone {
        margin-left: 32px;
        padding: 24px 16px;
        margin-bottom: 64px;
    }
    
    .milestone-right,
    .milestone-left {
        margin-left: 10px;
    }
    
    .learn-more-section {
        padding: 48px 0px;
    }
    
    .learn-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .learn-arrow {
        align-self: flex-end;
    }
}

