.service-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
    padding: 70px 0 70px 0;
}

.service-area__sec-title {
    text-align: center;
}

.service-area__sec-title .sub-title {
    justify-content: center;
}

.service-area .row:has(> .col-lg-12) .service-area__content-box {
    width: 100%;
}

.azure {
    background: #38BDF8 !important;
}

.agua {
    background: #14B8A6 !important;
}
.orange {
    background: #F97316 !important;
}

.yellow {
    background: #F59E0B !important;
}

.violet {
    background: #6366F1 !important;
}

.service-area__content-box>ul>li>a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
}

.service-area__content-box>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: white;
}

.service-area__content-box {
    position: relative;
    padding: 50px 40px 68px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.service-area__content-box .shape-bg {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
}

.service-area__content-box .icon {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.service-area__content-box .icon span:before {
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}

.service-area__content-box .icon .icon-svg {
    display: inline-flex;
    color: #ffffff;
}

.service-area__content-box .icon .icon-svg svg {
    width: 65px;
    height: 65px;
    fill: currentColor;
}

.service-area__content-box .icon .icon-svg svg path,
.service-area__content-box .icon .icon-svg svg circle,
.service-area__content-box .icon .icon-svg svg line {
    stroke: currentColor;
    stroke-width: 10;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.service-area__content-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.service-area__content-box ul {
    position: relative;
    display: block;
    padding-top: 39px;
}

.service-area__content-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

.service-area__content-box ul li:before {
    font-family: flaticon !important;
    position: absolute;
    content: "\f11b";
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area__content-box {
        max-width: 550px;
        width: 100%;
        margin: 30px auto 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area__content-box {
        max-width: 550px;
        width: 100%;
        margin: 30px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .service-area__content-box {
        padding: 50px 30px 68px;
        max-width: 550px;
        width: 100%;
        margin: 30px auto 0;
    }
}


.service-area .row:has(> .col-lg-12) > .col-lg-12 {
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .service-area .row:has(> .col-lg-12) {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
    }
}

.service-area__content-box .shape-bg {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
