/* Section Four */
.section-four{margin-bottom: 30px;margin-top: 20px;}
.section-four .fx-section-four{
    gap: 90px;
    align-items: center;
}
.section-four h1{
    margin-bottom: 30px;
}
.section-four p{width: 100%;}
.section-four .btn-blue{
    padding: 0 32px;
    height: 55px;
    margin-top: 40px;
}
.section-four .section-four-texts{width: 42%;}
.section-four .section-four-cards{width: 58%;gap: 30px;}
.section-four .section-four-cards .fx-general-cards{
    gap: 30px;
}
.section-four .section-four-cards .fx-general-card-st{
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 0px);
    gap: 30px;
}
.section-four .card-work{
    padding: 0 24px;
    height: 137px;
    gap: 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}
.section-four .card-work1{background: #F1EBFF;}
.section-four .card-work2{background: #E7F5E8;margin-top: 43px;}
.section-four .card-work3{background:#FFF9EE;}
.section-four .card-work4{background:#FEEDFA;}
.section-four .card-work img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.section-four .card-work h3{
    color: #061C3D;
    line-height: 100%;
    letter-spacing: -0.36px;
}
.section-four .card-work p{
    color: #42526B;
    font-size: 18px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
@media (min-width:1706.67px) {
    .section-four .card-work{height: 170px;}
    .section-four .btn-blue{height: 65px;}
    .section-four .card-work p{font-size: 21px;}
    .section-four .card-work img { width: 70px;height: 70px;}
}
@media (min-width:1920px) {
     .section-four .card-work{height: 190px;}
    .section-four .btn-blue{height: 65px;margin-top: 56px;}
    .section-four .card-work p{font-size: 24px;}
    .section-four .card-work img { width: 70px;height: 70px;}
}
@media (max-width:1288.8px) {
    .section-four .card-work p{font-size: 15px;}
    .section-four .card-work{height: 125px;}
    .section-four .fx-section-four{gap: 60px;}
    .section-four .section-four-texts{width: 43%;}
    .section-four .section-four-cards{width: 57%;}
    .section-four h1{font-size: 55px;}
    .section-four p{font-size: 16px;}
}
@media (max-width:1024px) {
    .section-four .card-work p{font-size: 11px;}
    .section-four .card-work{height: 115px;padding: 0 16px;}
    .section-four .fx-section-four{gap: 50px;}
    .section-four .btn-blue{padding: 0 24px;height: 50px;font-size: 15px;}
    .section-four h1{font-size: 45px;}
    .section-four p{font-size: 15px;}
}
@media (max-width:877.71px) {
    .section-four .card-work p{font-size: 10px;}
    .section-four .card-work{height: 95px;}
    .section-four .fx-section-four{gap: 40px;}
    .section-four .btn-blue{height: 40px;font-size: 13px;}
    .section-four h1{font-size: 37px;margin-bottom: 15px;}
    .section-four p{font-size: 15px;margin-bottom: 15px;}
    .section-four .card-work img{width: 40px;height: 40px; }
}
@media (max-width:614.4px) {
    .section-four .fx-section-four{flex-direction: column;}
    .section-four .section-four-texts{width: 100%;}
    .section-four .section-four-cards{width: 100%;}
    .section-four p{margin-bottom: 0px;}
    .section-four .btn-blue{margin-top: 24px;}
    .section-four .card-work img {
        width: 25px;
        height: 25px;
    }
    .section-four .section-four-cards .fx-general-card-st{gap: 20px;}
    .section-four .section-four-cards{gap: 18px;}
    .section-four .card-work{
        height: 100%;
        gap: 10px;
        padding: 16px;
        flex-direction: column;
        align-items: start;
    }
    .section-four .card-work p{font-size: 12px;}
}


/* Section Four Style  */
.section-four .section-four-texts{width: 100%;}
.section-four h1{width: 70%;}
.section-four p{width: 40%;}
.section-four .btn-blue{width: max-content;}
.letsWorkTogather-img{
    position: relative;
    width: 50%;
}
.letsWorkTogather-video{
    position: relative;
    width: 50%;
}
.section-four .section-four-cards{
    width: 50%;
}
.letsWorkTogather-img img,
.letsWorkTogather-video .plyr--video{
    width: 100%;
    height: 100%;
    border-radius: 62.204px;
    display: block;
}
.letsWorkTogather-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 33, 102, 0.32) 0%, rgba(16, 33, 102, 0.80) 100%);
    z-index: 1;
    border-radius: 62.204px;
}
.section-four .card-work{
    height: max-content;
    padding: 40px 32px;
    border-radius: 62.204px;
    border: 0.321px solid #DEDEDE;
}
.section-four .section-four-cards .card-work .card-work-texts{
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8.847px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.section-four .card-work p{
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 1;
}
.section-four .section-four-cards{gap: 20px;}
.section-four .section-four-cards .fx-general-card-st {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 0px);
}
.section-four .fx-section-four{
    gap: 20px;
   margin-top: 40px;
   align-items: normal;
}
.section-four .fx-section-four .letsWorkTogather-img .logoWhite-eta{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 width: 64%;
 z-index: 10;
}
.section-four .cardWorkYellow h3{color: #FFB600;}
.section-four .cardWorkYellow img{
    filter: brightness(0) saturate(100%) invert(70%) sepia(75%) saturate(2565%) hue-rotate(5deg) brightness(93%) contrast(87%);
}
.section-four .cardWorkBlue img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(24%) saturate(5437%) hue-rotate(208deg) brightness(91%) contrast(88%);
}
.section-four .cardWorkBlue h3{color: #141CAF;}
@media (min-width:1706.67px) {
    .section-four .card-work{padding: 50px 32px;}
}
@media (min-width:1920px) {
    .section-four .card-work img {width: 80px;height: 80px;}
    .section-four .section-four-cards .card-work .card-work-texts{gap: 16px;}
}
@media (min-width:2048px) {
    .section-four .card-work{padding: 70px 32px;}
    .section-four .card-work img {width: 90px;height: 90px;}
}
@media (max-width:1396.36px) {
    .section-four .card-work{padding:35px 32px ;}
}
@media (max-width:1228.8px) {
    .section-four .card-work{padding:30px 24px ;border-radius: 40px;}
}
@media (max-width:1024px) {
    .section-four .card-work{padding:24px 24px ;}
    .section-four p{width: 60%;}
    .section-four h1{width: 90%;}
}
@media (max-width:877.71px) {
    .section-four .fx-section-four{margin-top: 24px;}
}
@media (max-width:768px) {
    .section-four .card-work{padding:20px 24px ;}
    .section-four .card-work img {width: 32px;height: 32px;}
}
@media (max-width:614.4px) {
    .section-four h1{width: 100%;}
    .section-four p{width: 100%;}
    .section-four .fx-section-four,
    .section-four .section-four-texts{
        flex-direction: column;
    }
    .letsWorkTogather-video{order: 1;width: 100%;}
    .letsWorkTogather-img{order: 1;width: 100%;}
    .section-four .section-four-cards{order: 2;align-items: normal; width: 100%;}
    .section-four .section-four-cards{gap: 16px;}
    .section-four .section-four-cards .fx-general-card-st {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 0px);
    }
    .section-four .section-four-cards,
    .letsWorkTogather-img img,
    .letsWorkTogather-video .plyr--video{border-radius: 30px;}
    .letsWorkTogather-img::before{border-radius: 30px;}
    .section-four .card-work{height: 100%;padding:24px 16px ;}
    .section-four .card-work p {-webkit-line-clamp: 3;font-size: 14px;line-height: 120%;}
    .section-four .card-work h3{font-size: 40px;}
    .section-four .card-work img {width: 40px;height: 40px;}
}
