
.hp_service_sec {
    padding: 50px 0;
}

.container {
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.header h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.2em;
    line-height: 1.5;
}

.hp_service_sec-text {
    max-width: 900px;
    padding: 10px 0 20px;
    margin: 0 auto;
}
.home-main-two-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.more-services {
    background-color: #3763f4;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    padding: 8px 18px;
    text-decoration: none;
    font-weight: 600;
    font-family: var(--primary-font);
    display: flex;
    font-size: 16px;
    align-items: center;
    width: max-content;
    /* margin: 20px auto; */
    gap: 10px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* .service-card {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: calc(30% - 30px * 3 / 4);
    text-align: center;
} */

.service-card {
    background-color: rgba(28, 28, 28, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: calc(30% - 30px * 3 / 4);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card .icon {
    margin-bottom: 10px;
    color: #fe5000;
    display: flex;
    justify-content: center;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 1em;
    color: #aaa;
}

@media screen and (max-width: 981px) {
    .services {
        gap: 10px;
    }

    .service-card {
        padding: 10px;
        max-width: calc(50% - 10px * 1 / 2);
    }
}

@media (max-width: 768px) {
    .home-grp-section-1 .container {
        padding: 16px;
    }

    .service-card {
        padding: 10px;
        max-width: calc(100%);
    }

    h1.hp_service_sec-heading {
        font-size: 30px;
    }
    .hp_service_sec {
        padding: 30px 0;
    }
}
