.landing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 700px;
    background-image: url('../../../img/servises-bg.jpeg');
    background-position: center;
    background-size: 100% 100%;
    transform: scaleX(-1);
}

 

.landing .imges {
    /* max-width: 450px; */
    background-color: gainsboro;
    padding: 5px;
    border-radius: 10px;
    transform: scaleX(-1);
}

.landing .custom-1  {
    flex-direction: row-reverse;
}
.landing .info-text  {
    transform: scaleX(-1);
}
.landing .info-text h3 {
    background-color: var(--primary);
    padding: 6px 60px;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
}

.landing .info-text h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -12px;
    left: 0;
    background-color: #EBD50C;
}
.landing .info-text .deec {
    color: #fff !important;
    background-color: var(--primary);
    padding: 5px 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.landing .info-text h3,
.landing .info-text p {
    letter-spacing: 2;
    line-height: 1.5;
    width: fit-content;
    color: #fff;
}





.text-Automation p {
    position: relative;
    background-color: #eee;
    padding: 20px 30px;
    border-radius: 25px;
    border-bottom: 5px solid var(--primary);
}

.text-Automation p::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #EBD50C;
    left: 8px;
    top: 25px;
}
@media (min-width : 320px) and (max-width :767px) {
    .landing{
        height: 400px;
        background-size: cover;
    }    
    .other-services img{
        height: auto !important;
    }
    .landing .custom-2  {
        justify-content: end !important;
    }
}
@media (max-width:586px) {
    .text-Automation .contant {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* other-services */


.other-services h2 {
    padding: 0 20px;
    font-weight: bold;
    position: relative;
}

.other-services h2::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 130%;
    background-color: #EBD50C;
    left: 0;
    right: 0;
}


.other-services .text-contant i {
    display: block;
    margin: 29px 70px;
    font-size: 30px;
    color: var(--yellow);
}

.other-services .text-contant h3 {
    width: fit-content;
    position: relative;
    background-color: var(--primary);
    color: #fff;
    padding: 7px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-services img {
    height: 450px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.other-services .text-contant h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    left: 14px;
    right: 0;
    z-index: -1;
    transform: skewX(30deg);
}

.other-services .text-contant h3::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 15px);
    background-color: transparent;
    border: 3px solid var(--yellow);
    border-left: transparent;
    border-radius: 2px;
    left: 20px;
    right: 0;
    z-index: -1;
    transform: skewX(30deg);
}

.other-services .text-contant p {
    margin: 20px 0;
}


.other-services .text-contant .links a {
    display: flex;
    border: 1px solid var(--primary);
    font-weight: bold;
    padding: 8px 25px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.other-services .text-contant .links a:hover {
    color: #fff;
    background-color: var(--primary);
}

/* .other-services .text-contant .links a {
    text-decoration: none;
} */

/* .other-services .text-contant .links a i {
    font-size: 17px;
    width: 20px;
    height: 20px;
    border: 4px solid var(--yellow);
    border-radius: 50%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
} */

.other-services .text-contant-spchal {
    flex-direction: row-reverse;
}

.other-services .text-contant-spchal img {
    transform: scaleX(-1);
}

@media (max-width:768px) {
    .text-contant {
        flex-direction: column-reverse;
    }

    .heed {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 18px;
    }

    .other-services .text-contant h3 {
        padding: 7px 12px;
    }

    .other-services .text-contant-spchal {
        flex-direction: column-reverse;
    }

    .other-services .text-contant i {
        margin: 12px 70px;
    }
}
