

.about-page {
    background-color: var(--bg-primary, #ffffff) !important;
    color: var(--text-color, #333333) !important;
    padding-top: 80px !important;
}

.about-page .hero-section {
    padding: 120px 0 80px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%) !important;
    color: #ffffff !important;
}

.about-page .hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    opacity: 0.3;
    pointer-events: none;
}

.about-page .hero-section h1 {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1.2rem !important;
}

.about-page .hero-section p {
    font-size: 1.3rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 800px;
    margin: 0 auto 2.5rem !important;
}

/* Hero CTA Buttons */
.about-page .btn-primary-custom {
    background-color: #1abc9c !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3) !important;
}

.about-page .btn-primary-custom:hover {
    background-color: #16a085 !important;
    transform: translateY(-3px) !important;
    color: #ffffff !important;
}

.about-page .btn-secondary-custom {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 11px 32px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    border: 2px solid #ffffff !important;
}

.about-page .btn-secondary-custom:hover {
    background-color: #ffffff !important;
    color: #2c3e50 !important;
    transform: translateY(-3px) !important;
}

.about-page .team-card {
    background: var(--card-bg, #ffffff) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-shadow: 0 10px 30px var(--shadow, rgba(0, 0, 0, 0.08)) !important;
    border-left: 5px solid #1abc9c !important;
    max-width: 900px;
    margin: 0 auto !important;
}

.about-page .value-card {
    background: var(--card-bg, #ffffff) !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    text-align: center;
    box-shadow: 0 8px 25px var(--shadow, rgba(0, 0, 0, 0.08)) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border-top: 4px solid #3498db !important;
    margin-bottom: 30px !important;
}

.about-page .value-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 15px 35px var(--shadow-hover, rgba(0, 0, 0, 0.12)) !important;
}

.about-page .value-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #3498db, #1abc9c) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    font-size: 1.6rem !important;
    color: #ffffff !important;
}

.about-page .value-card h4 {
    color: var(--primary-color, #2c3e50) !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.about-page .value-card p {
    color: var(--text-light, #6c757d) !important;
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important;
}

.about-page .btn-know-more {
    background: linear-gradient(135deg, #3498db, #1abc9c) !important;
    color: #ffffff !important;
    padding: 10px 28px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: auto !important;
    transition: all 0.3s ease !important;
}

.about-page .btn-know-more:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3) !important;
    color: #ffffff !important;
}

.about-page .btn-back {
    background-color: #3498db !important;
    color: #ffffff !important;
    padding: 12px 36px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.about-page .btn-back:hover {
    background-color: #1abc9c !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

body.page-template-page-about,
.about-page,
main.about-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.navbar,
.navbar.fixed-top {
    margin-bottom: 0 !important;
}

.about-page .hero-section {
    margin-top: 0 !important;
    padding-top: 120px !important; 
}