    .page-header {
        background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
        padding: 40px 0 60px;
        color: white;
        text-align: center;
    }

    .page-header h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        animation: fadeInUp 0.6s ease;
    }

    .breadcrumb {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        opacity: 0.9;
    }

    .breadcrumb a {
        color: white;
        text-decoration: none;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .about-section {
        padding: 80px 0;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .about-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        margin-bottom: 80px;
    }

    .about-text h2 {
        font-size: 2rem;
        color: #333;
        margin-bottom: 20px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        margin-bottom: 20px;
    }

    .about-image {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
        border-radius: 20px;
        height: 400px;
    }

    .about-image i {
        font-size: 150px;
        color: white;
        opacity: 0.9;
    }

    .mission-vision {
        background: #f8f9fa;
        padding: 60px;
        border-radius: 20px;
        margin-bottom: 60px;
    }

    .mission-vision-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .mv-card {
        background: white;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .mv-card h3 {
        font-size: 1.5rem;
        color: #43abdd;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .mv-card i {
        font-size: 30px;
    }

    .values-section {
        margin-bottom: 60px;
    }

    .values-section h2 {
        text-align: center;
        font-size: 2rem;
        color: #333;
        margin-bottom: 50px;
    }

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

    .value-card {
        text-align: center;
        padding: 30px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease;
    }

    .value-card:hover {
        transform: translateY(-5px);
    }

    .value-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .value-icon i {
        font-size: 30px;
        color: white;
    }

    .value-card h4 {
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 15px;
    }

    .value-card p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
    }

    .cta-section {
        background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
        padding: 60px;
        border-radius: 20px;
        text-align: center;
        color: white;
    }

    .cta-section h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .cta-section p {
        font-size: 18px;
        margin-bottom: 30px;
        opacity: 0.95;
    }

    .btn {
        display: inline-block;
        padding: 12px 30px;
        background: white;
        color: #667eea;
        text-decoration: none;
        border-radius: 30px;
        font-weight: 600;
        transition: transform 0.3s ease;
    }

    .btn:hover {
        transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 768px) {

        .about-content,
        .mission-vision-grid,
        .values-grid {
            grid-template-columns: 1fr;
        }

        .page-header h1 {
            font-size: 2rem;
        }
    }

    .header-logo-container {
        text-align: center;
        margin-top: 10px;
    }

    .header-logo {
        max-height: 75px;
        margin-bottom: 20px;
        position: absolute;
        top: 60px;
        left: 150px;
    }

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
    color: white;
    padding: 60px 0 0;
    margin-top: 100px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.footer-logo-img {
    height: 40px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.payment-text {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.payment-img {
    height: 40px;
    background: linear-gradient(135deg, #43abdd 0%, #5eb3d6 100%);
    padding: 8px 12px;
    border-radius: 8px;
    object-fit: contain;
}

.security-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    width: fit-content;
}

.security-badges i {
    color: #4ade80;
}

.footer-bottom {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: white;
}

.separator {
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .security-badges {
        margin: 0 auto;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .payment-methods {
        justify-content: center;
    }
}
