/* ENLACES DEL FOOTER */
.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #c59b27;
}

/* ESTILOS PARA PAGINAS DE SERVICIO */
.service-hero {
    background: url('consultoria-contable-fiscal-reforma-cdmx.webp') no-repeat center center/cover;
    height: 35vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-hero-overlay {
    background: rgba(13, 30, 58, 0.85);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.service-hero h1 {
    font-size: 36px;
    color: #c59b27;
    margin-bottom: 5px;
}

.service-detail {
    padding: 60px 10%;
    background: #fff;
}

.service-content h2 {
    color: #0d1e3a;
    margin-bottom: 15px;
    font-size: 24px;
}

.service-content h3 {
    color: #c59b27;
    margin: 25px 0 10px 0;
    font-size: 18px;
}

.service-content ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.service-content ul li {
    margin-bottom: 8px;
}

.cta-box {
    background: #f8f9fa;
    border-left: 4px solid #c59b27;
    padding: 25px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-box h3 {
    margin: 0;
    color: #0d1e3a;
}