/* style/index-about-78wim.css */
.page-index-about-78wim {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-index-about-78wim .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-about-78wim .hero-section {
    background: linear-gradient(135deg, #0056B3, #003d80);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-about-78wim .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
}

.page-index-about-78wim .hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.8;
}

.page-index-about-78wim .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-index-about-78wim .btn-primary {
    background-color: #FFD700;
    color: #003d80;
    margin-top: 20px;
}

.page-index-about-78wim .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-about-78wim .btn-secondary {
    background-color: #0056B3;
    color: #fff;
    border: 2px solid #0056B3;
    margin-left: 15px;
}

.page-index-about-78wim .btn-secondary:hover {
    background-color: #003d80;
    transform: translateY(-2px);
}

.page-index-about-78wim .btn-tertiary {
    background-color: #555;
    color: #fff;
    border: 2px solid #555;
    margin-left: 15px;
}

.page-index-about-78wim .btn-tertiary:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.page-index-about-78wim .about-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-index-about-78wim .content-block {
    background-color: #fefefe;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-about-78wim h2 {
    font-size: 2.5em;
    color: #0056B3;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-index-about-78wim h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-index-about-78wim h3 {
    font-size: 1.8em;
    color: #003d80;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-about-78wim p {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #555;
}

.page-index-about-78wim a {
    color: #0056B3;
    text-decoration: none;
    font-weight: bold;
}

.page-index-about-78wim a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-index-about-78wim .image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-index-about-78wim .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-about-78wim .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-index-about-78wim .value-item {
    background-color: #f2f7fc;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-index-about-78wim .value-item:hover {
    transform: translateY(-5px);
}

.page-index-about-78wim .value-item h3 {
    color: #0056B3;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-index-about-78wim .value-item p {
    font-size: 1em;
    color: #666;
}

.page-index-about-78wim ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-index-about-78wim ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #555;
}

.page-index-about-78wim ul li strong {
    color: #003d80;
}

.page-index-about-78wim .cta-section {
    background-color: #0056B3;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-about-78wim .cta-section h2 {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-index-about-78wim .cta-section h2::after {
    background-color: #fff;
}

.page-index-about-78wim .cta-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #f0f0f0;
}

.page-index-about-78wim .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-index-about-78wim .hero-section h1 {
        font-size: 2.5em;
    }

    .page-index-about-78wim .hero-section p {
        font-size: 1em;
    }

    .page-index-about-78wim h2 {
        font-size: 2em;
    }

    .page-index-about-78wim h3 {
        font-size: 1.5em;
    }

    .page-index-about-78wim .content-block {
        padding: 25px;
    }

    .page-index-about-78wim .values-grid {
        grid-template-columns: 1fr;
    }

    .page-index-about-78wim .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-index-about-78wim .btn-secondary, .page-index-about-78wim .btn-tertiary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-index-about-78wim .hero-section {
        padding: 80px 0 50px;
    }

    .page-index-about-78wim .hero-section h1 {
        font-size: 2em;
    }

    .page-index-about-78wim .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-index-about-78wim .about-section {
        padding: 40px 0;
    }

    .page-index-about-78wim .content-block {
        padding: 20px;
    }
}