.elementor-6091 .elementor-element.elementor-element-23619b52{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-586b405 */.what-i-do-section {
    background-color: #000;
    color: #fff;
    padding: 80px 2rem 100px;
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.what-i-do-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.what-i-do-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
}

.view-all-button {
    border: 2px solid #D4AF37;
    color: #D4AF37;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.view-all-button:hover {
    background-color: #D4AF37;
    color: #000;
}

.what-i-do-description {
    max-width: 700px;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #ccc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 1.8rem;
}

.service-card {
    background-color: #111;
    padding: 2.2rem 2rem 2rem;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(212,175,55,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    position: relative;
}

.service-icon {
    font-size: 1.8rem;
    color: #D4AF37;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.7rem;
}

.service-card p {
    font-size: 0.95rem;
    color: #bbb;
    flex-grow: 1;
    margin-bottom: 0.7rem;
}

.service-arrow {
    color: #D4AF37;
    font-weight: 900;
    font-size: 1.6rem;
    text-decoration: none;
    align-self: flex-start;
    transition: color 0.3s ease;
}

.service-arrow:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .what-i-do-header {
        flex-direction: column;
        gap: 12px;
    }
    .view-all-button {
        align-self: flex-start;
    }
}
/* FIXED: About Image - FULL COVER CENTER */
.elementor-6091 .elementor-element.elementor-element-586b405 .about-image {
    width: 100% !important;
    height: 500px !important;
    background-image: url('https://kolaadisa.qonscience.online/wp-content/uploads/2026/03/admin-ajax.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .elementor-6091 .elementor-element.elementor-element-586b405 .about-image {
        height: 350px !important;
        max-width: 400px;
        margin: 0 auto !important;
    }
}/* End custom CSS */