
.automation-need-section {
    background: #f2f2f266;
}



.automation-need-section .row img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.automation-need-section {
    background: #f2f2f266;
}

.automation-need-section .row {
    flex-direction: row-reverse;
    align-items: center;
}

.automation-need-section .row img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.market-box {
    background: #F7F7F7;
    padding: 20px;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    color: rgb(2,39,65);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.4s ease-out;
    position: relative;
}
.marketing-service .market-box p{
    margin: 0;
}
.marketing-service .market-box p, .marketing-service  .market-box a {

    font-size: 15px !important;
}
.marketing-service .market-box a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.market-box .flip-card-back {
    background-color: #168b9a;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out;
}
.market-box h3 {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
}
.market-box:hover .flip-card-back {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.market-box p{
    margin: 0;
    font-size: 16px;
}
.market-box:hover {
    box-shadow: #00000045 0 0 20px;
}
.automation-need-section.automation-work {
    background: #afb6e51c;
}
.automation-need-section p {
    margin-bottom: 16px;
}

/* plateforms start */
.squarespace-services .card-icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: #00a0af33;
    border-radius: 23%;
    transform: rotate(46deg);
}
.squarespace-services .squarspace-card {
    padding: 25px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    text-align: center;
    min-height: 100%;
    transition: all .4s ease-out;
    background: #fff;
}
.squarespace-services .card-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 24px;
}
.squarespace-services .card-icon img {
    max-width: 45px;
}
.squarespace-services .squarspace-card h4 {
    margin-bottom: 15px;
    color: #00a0af;
}
.squarespace-services .squarspace-card:hover {
    box-shadow: #0000003d 0 0 20px;
}
/* end */
section.customised-content-section.marketing-offers {
    background: #b4d2fa61;
}

section.customised-content-section.marketing-offers .icon-awareness {
    background: #fff;
}
section.customised-content-section.marketing-offers .no-space .col-lg-4 {
    margin-top: -38px;
}
/* why-hire */
.automation-hire.keapdeveloper-section {
    background: rgb(221,229,250);
    background: linear-gradient(86deg, rgb(220 230 255) 0%, rgb(168 207 253) 100%);
}
.automation-hire.keapdeveloper-section  .developer-box {
    box-shadow: 0 1px 9px 3px rgba(125,125,125,.25098039215686274);
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 7px;
    transition: all .3s ease-out;
    background: #fff;
}
.automation-hire.keapdeveloper-section  .developer-img {
    width: 100%;
    max-width: 90px;
    height: 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #0000003d 0 0 10px;
    margin: 0 auto;
    margin-top: -59px;
    background: #fff;
}

.automation-hire.keapdeveloper-section .developer-box h4 {
    margin: 0;
    font-size: 35px;
    color: #00a0af;
}
.automation-hire.keapdeveloper-section .developer-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 33%;
    background: #f6d9b8b5;
    z-index: -1;
    transition: all .3s ease-out;
    border-radius: 50px;
    opacity: 0;
    overflow: hidden;
}
.automation-hire.keapdeveloper-section .developer-box:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    transform: translateX(0);
}
.automation-hire.keapdeveloper-section .row.developer-row {
    row-gap: 25px;
}


@media(min-width:768px){
    .automation-need-section .row {
        flex-direction: row-reverse;
        align-items: center;
    }
    .market-box.two {
        min-height: 390px;
    }
}
@media(max-width:1199px){
    .automation-hire.keapdeveloper-section .developer-box p {
        margin: 0;
    }
    .marketing-service .market-box p, .marketing-service  .market-box a {
        font-size: 14px !important;
    }
    .marketing-service .market-box p {
        line-height: 1.5;
    }
}
@media(max-width:991px){


}
@media(max-width:767px){
    .automation-why-section , .automation-need-section{
        text-align: center;
    }

}
@media(max-width:576px){

    
}