.services-hero {
    background: #fff;
    text-align: center;
}

.services-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.services-hero p {
    font-size: 1.15rem;
    color: #555;
}

.services-features {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.services-feature {
    flex: 1 1 200px;
    max-width: 260px;
    background: #fff;
    padding: 32px 18px;
    text-align: center;
}

.services-feature i {
    font-size: 2.2rem;
    color: #775F9C;
    margin-bottom: 1rem;
}

.services-feature h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.services-feature p {
    font-size: 14px;
    color: #454551;
}

.services-overview {
    padding: 48px 0 24px 0;
    text-align: center;
}

.services-cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.service-card {
    height: fit-content;
    background: #fff;
    border-radius: 18px;
    flex: 1 1 220px;
    max-width: 320px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

.service-description {
    background: #F6F6F6;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
    width: 100%;
    min-height: 135px;
}

.service-card img {
    width: 100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 200px;
}

.service-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.service-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.service-card a {
    color: #009D89;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.service-card a:hover {
    text-decoration: underline;
}

.service-card:hover, .service-card:focus {
    box-shadow: none !important;
    transform: none !important;
    background: inherit !important;
    color: inherit !important;
}

.services-section {
    padding: 48px 0;
}

.services-section h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
}

.services-row.reverse {
    flex-direction: row-reverse;
}

.services-col-text {
    flex: 1 1 320px;
    min-width: 280px;
}

.services-col-img {
    flex: 1 1 420px;
    min-width: 420px;
    text-align: center;
}

.services-col-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 18px;
    max-height: 420px;
}

.services-key-features {
    margin-top: 1.2rem;
    padding-left: 0;
    list-style: none;
}

.services-key-features li {
    font-size: 1rem;
    color: #23242a;
    margin-bottom: 0.7rem;
    position: relative;
}

.contact-support-section {
    background: #fff;
    padding: 48px 0 64px 0;
    text-align: center;
}

.contact-support-section h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.contact-support-section .btn {
    background: #775F9C;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    border: none;
    margin-top: 1.2rem;
}

.contact-support-section .btn:hover {
    background: #6B4A9C;
}

@media (max-width: 991px) {
    .services-col-img img {
        max-width: 98vw;
    }

    .services-col-img {
        flex: 1 1 220px;
        min-width: 220px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .services-features, .services-cards, .services-row {
        flex-direction: column;
        gap: 24px;
    }

    .services-feature {
        flex: 1 1 160px;
        max-width: 360px;
        align-self: center;
        padding: 8px 0 0 0;
    }

    .services-cards {
        align-items: center;
    }

    .services-section {
        padding: 0;
    }
}


.services-features .icon-container {
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.17);
    width: 48px;
    height: 48px;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
    display: flex;

    justify-self: center;
    margin-bottom: 10px;
}

.services-key-features {
    padding-right: 0px;
}

.icon-center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
