﻿
.process-item.style2 {
    background: #FFFFFF;
    padding: 35px 25px 35px;
    border: 1px solid #4a0de0;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 30px;
}

.process-item.style2 p {
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
}

.process-item.style2 h4 {
    margin-top: 25px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.process-item.style2:hover {
    background: #FBF7F4;
}

.process-wrap .process-item.style2 span {
    position: absolute !important;
    top: -25px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #4a0de0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.4s !important;
    border: none !important;
}

    .process-wrap .process-item.style2 span i,
    .process-wrap .process-item.style2 span [class^="flaticon-"],
    .process-wrap .process-item.style2 span [class^="fi-"] {
        color: #FFFFFF !important;
        font-size: 20px !important;
        line-height: 1 !important;
    }

.process-wrap .process-item.style2:hover span {
    background-color: #cc2379 !important;
  
}


    .process-wrap .process-item.style2:hover span i,
    .process-wrap .process-item.style2:hover span [class^="flaticon-"],
    .process-wrap .process-item.style2:hover span [class^="fi-"] {
        color: #ffffff !important;
    }

.why-choose-wrap .section-title p {
    color: #6B7280;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .why-choose-wrap .section-title h2 {
        font-size: 32px;
    }

    .process-item.style2 {
        margin-bottom: 45px !important;
    }

    .col-lg-4:last-child .process-item.style2 {
        margin-bottom: 0 !important;
    }

    .wh-item-wrap {
        margin-top: 30px;
    }
}


