
.about-three__content__text {
    margin: 0 0 12px;
}
    .sec-title-two__title {
        font-size: 35px;
        line-height: 44px;
    }
.why-choose-three__content__list li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    background-color: var(--tolak-white, #fff);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: var(--tolak-black, #051d1f);
    font-family: var(--tolak-heading-font);
    counter-increment: count;
    padding: 19px 0;
    max-width: 87%;
    transition: all 300ms ease;
}    

section.service-four .sec-title-three.text-center p {
    font-size: 19px;
    line-height: 30px;
    color: #001853;
    padding-top: 10px;
}
.service-four {
    position: relative;
    background-color: var(--tolak-gray, #ecf2fc);
    padding: 67px 0 100px 0;
}
.service-four__item {
    position: relative;
    z-index: 1;
    background-color: var(--tolak-white, #fff);
    padding: 0;
    text-align: center;
    border-radius: 0 0 50% 50%;
    max-width: 335px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.service-four__item__content {
    position: relative;
    z-index: 2;
    padding: 0 20px 13px;
    min-height: 215px;
}
section.service-five .sec-title-three.text-center p {
    font-size: 17px;
    line-height: 24px;
    color: #001853;
}
    .service-five__item__text {
        padding: 0 0px;
    }
    
    
    
    
    
    
    
    
/*Services  Page  */

section.zc-hero-sec {
    text-align: center;
    padding: 55px 0 40px 0;
}
section.zc-hero-sec p {
    color: #000;
    margin-bottom: 3px;
    padding: 0 163px;
}
section.wwd-ayn {
    padding-bottom: 53px;
}
section.wwd-ayn h4 {
    font-size: 17px;
}
.ap-sw .col-md-6 {
    padding: 30px;
    border: 1px solid #000000b3;
    border-radius: 8px;
    transition: all 0.4s ease;
    background: #ffffff;
    width: 47%;
    margin: 0 23px 61px 0;
}

.ap-sw .col-md-6:hover {
    background-color: #0093e2;
    border-color: #001853;
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.35);
}

/* Text color change on hover */
.ap-sw .col-md-6:hover h3,
.ap-sw .col-md-6:hover p,
.ap-sw .col-md-6:hover li {
  color: #ffffff;
}

/* Optional: list spacing */
.ap-sw ul {
  padding-left: 20px;
}

.ap-sw ul li {
  margin-bottom: 0px;
  transition: color 0.3s ease;
}

/* Smooth text appearance */
.ap-sw h3,
.ap-sw p,
.ap-sw li {
  transition: color 0.3s ease;
  margin-bottom: 3px;
}
.service-five__item__content {
    position: relative;
    z-index: 2;
    padding: 20px 20px 32px;
}


    
    
    
    
    