
/* services // start */
.service_advantages_section .nm-choose-2-sec-title{
    max-width: 100%;
}
.service_advantages_section .nm-choose-2-wrap {
    display: flex;
    /* grid-template-columns: 1fr 1.045fr 1fr; */
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
    /* align-content: flex-start; */
    justify-content: flex-start;
}
.service_advantages_section .nm-choose-2-left{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.service_advantages_section .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
    margin-left: 0;
}
.service_advantages_section .nm-choose-2-card:not(:last-child) {
    margin-bottom: 0;
}
.service_advantages_section .nm-choose-2-sec-title.mb-110 {
    margin-bottom: 50px;
}
/********/
.serviceDescriptionSection .nm-steps-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 15px;
}
.serviceDescriptionSection .nm-steps-2-card{
    padding: 30px;
    background: transparent;
    background-size: 300% 100%;
    border-radius: 24px;
    transition: all 0.4s ease;
    cursor:pointer;
    position: relative;
}
/* .serviceDescriptionSection .nm-steps-2-card:hover{
    background: var(--nm-clr-gd-3);
    background-size: 500% 100%;
    transition: all 0.4s ease;
} */
.serviceDescriptionSection .nm-steps-2-card::after{
    content: "";
    background: var(--nm-clr-gd-3);
    background-size: 500% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s var(--nm-cube-1);
    animation: prBtn3kf 3s linear infinite;
}    
.serviceDescriptionSection .nm-steps-2-card:hover::after{
    opacity: 1;
    transition: all 0.3s var(--nm-cube-1);
}
.serviceDescriptionSection .nm-steps-2-card .padding-wrap {
    margin: 0;
}
.serviceDescriptionSection .nm-steps-2-card .title {
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgb(255 255 255 / 20%);
    font-size: 24px;
    margin-top: 34px;
    transition: all 0.4s ease;
}
.serviceDescriptionSection .nm-steps-2-card .line{display: none;}
.serviceDescriptionSection .nm-steps-2-card .card-icon{
    width: 72px;
    height: 72px;
}
.serviceDescriptionSection .nm-steps-2-sec-title-2{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    justify-content: center;
}
.serviceDescriptionSection .nm-steps-2-sec-title-2.mb-90 {
    margin-bottom: 40px;
}
.serviceKeyPoints .nm-marquee-1-counter-wrap {
    display: flex;
    justify-content: center;
}
.serviceKeyPoints .nm-marquee-1-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
    padding: 16px 30px;
    position: relative;
    z-index: 1;
}
.serviceKeyPoints .nm-marquee-1-counter .disc{
    max-width: 150px;
}
.serviceKeyPoints .nm-marquee-1-area{
    background: linear-gradient(90deg, #ff4925 21%, #770025 58%, #421313 100%);
    background-size: 200% 100%;
}
.serviceKeyPoints .nm-marquee-1-counter .number{
    color: #fff;
}
.serviceKeyPoints .nm-marquee-1-counter .disc{
    color: #ffffff !important;
    line-height: 1.3;
    font-weight: 500;
    font-size: 16px;
}

/**/