/* seo page */
.seo-bg{
    background-image: url("../upload/static/new-design/seo-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.mobile-seo{
    background-image: url(../upload/static/new-design/mobile-seo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 50px auto 10px;

}
.primmary-key {
    position: relative;
    display: inline-block;

}

.primmary-key-button {
    padding: 10px 20px;
    background-color: #00428E;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    width: 150px;
}

.primmary-key-content {
    display: none;
    position: absolute;
    background-color: #001599;
    width: 150px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 1;
    border-radius: 5px;
    color:#FFF;
    margin-top: 10px;
}

.primmary-key.show .primmary-key-content {
    display: block;
}
.div-example-seo{
    height: 200px;
}
.brand-name{
    color: #003571;
    font-size: 20px;
    border-bottom: 4px solid #003571;
}
@media screen and (max-width:992px) {
    .img-example-seo{
        width: 80%;
        margin: auto;
        height: auto;
    }
}





/*
----------
seo services
----------
*/

.seo-container{
    background-color: #C6E1FF;
    height: 100%;

}

.seo-container p{
    color: #7D7D7D;
    font-size: 24px;
}
@media screen and (min-width:992px) {
    .des-seo-services{
        width: 75%;
        margin: auto;
    }

}

.seo-sevices-box{
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    width: 75%;
    margin: auto;
    justify-content: space-between !important;
    height: 300px;
}

.seo-sevices-box p{
    color: #000 !important;
}

.seo-sevices-box img{
    width: 90px;
    width: 90px;
}

@media screen and (max-width:768px) {
    .seo-sevices-box{
        width: 95%;
        height: 200px;
        justify-content: space-between !important;

    }
    .seo-sevices-box img{
        width: 45px !important;
        height: 35px !important;
        margin-top: 10px;
    }
    .seo-sevices-box h3{
        font-size: 13px;
        height: 105px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .seo-sevices-box p{
        font-size: 12px !important;
        height: 80px !important;

    }
    .seo-container p{
        font-size: 16px;
    }
    .seo-sevices-box{
        padding: 5px !important;
    }
}


/*
---------
steps of seo
---------
*/

.circle-steps{
    border: 3px solid #0020EE;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    font-size: 20px;
    color: #0020EE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}

.circle-steps span{
    background-color: #0020EE;
    color: #FFF !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

}
.row-step-seo{
    direction: ltr;
}
@media screen and (max-width:992px) {
    .circle-steps{
        font-size:14px;
        padding: 10px;
    }
}

/*
----------
why seo webhamrah
----------
*/
.bg-why-seo-web{
    background-image: url("../upload/static/new-design/seo-web.png");
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
    width: 100%;
    padding: 100px 0 10px;
}

.row-why-seo-web{
    width: 86%;
    margin: 100px auto;
    border-right: 4px solid #001599;
    margin: 100px;
    border-left:  4px solid #001599;
    border-radius: 8px;
}

.row-why-seo-web p{
    font-size: 24px;
    color:#7D7D7D
}

.ul-why-seo-web li img{
    width: 38px;
    height: 38px;
}
.ul-why-seo-web {
    font-size: 32px;
}
.hero-why-seo{
    width: 500px;
    height: auto;
    float: inline-end;
}

@media screen and (max-width:768px) {
    .bg-why-seo-web{
        padding: 50 px 0 50px;
    }
    .row-why-seo-web{
        width: 95% !important;
        margin:80px auto 10px;
    }
    .ul-why-seo-web li img{
        width: 10px;
        height: 10px;
    }
    .ul-why-seo-web {
        font-size: 14px;
    }
    .hero-why-seo{
        width: 100%;
        height: auto;
    }
    .row-why-seo-web p{
        font-size: 16px;

    }
}



/*
---------
important seo
---------
*/

.link-form{
    background-color: #0021F5;
    width: 80%;
    margin: auto;
    color: #FFF;
    font-size: 32px;
    border-radius: 30px;
}
.link-form a{
    background-color: #FFF;
    border-radius: 20px;
    color: #0021F5;
}
@media screen and (max-width:768px) {
    .link-form{
        width: 98%;
        font-size: 10px;
        padding:10px 5px !important;
    }
    .link-form a{
        padding: 5px;
    }

}

/*
----------
example why seo
----------
*/
.example-why-seo{
    background-image: url("../upload/static/new-design/example-why-seo-bg.png");
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
    width: 100%;
    padding: 100px 0 10px;
}
@media screen and (min-width:992px) {
    .example-why-seo img{
        padding: 0 !important;
    }
}
.des-example-why-seo{
    padding: 50px;
}
.des-example-why-seo p{
    font-size: 24px;
}

@media screen and (max-width:768px) {
    .des-example-why-seo{
        padding: 10px;
    }
    .des-example-why-seo h3{
        font-size: 20px;
    }
    .des-example-why-seo p{
        font-size: 16px;
    }
}
h3 , h2{
    color: #0021F5 !important;
}


/*
app design page
*/
.img-app-example{
    width:250px;
    height: 400px;
}
.name-app-examole{
    border: 2px solid #001599;
    color: #001599;
    border-radius: 15px;
}
.services-app-design{
    position: relative;
    height: 700px;
}
.services-app-design-image{
    position: absolute;
    right: 38%;
    left: 50%;
    top: 10%;
}
.services-app-design-deatail{
    background-color: #00428E;
    border-radius: 20px;
    width: fit-content;
}
.services-app-design-deatail img{
    width: 170px;
    height: 170px;
}
.services-app-design-deatail p {
    color: #FFFFFF;
    text-align: center;
    font-size: 36px;
}
.div-services-app{
    background-color: #C6E1FF;
}

@media screen and (max-width: 768px){
    .services-app-design{
        height: fit-content;
    }
    .services-app-design-deatail img{
        width: 45px;
        height: 45px;
    }
    .services-app-design-deatail p{
        font-size: 13px;
    }
    .services-app-design-image{
        top: 25%;
    }
}


.why-app {
    background-color: #0021F5;
    color: #FFF;
    width: 80%;
    margin: auto;
    border-radius: 15px;
    text-align: center;
    font-size: 36px;
}
.why-app-des{
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .why-app{
        width: 100%;
        font-size: 15px;
    }
    .why-app-des{
        font-size: 15px;
    }
}


/*
steps start app
*/
.steps-start-app{
    position: relative;
    height: 120px;
    background-color: #D9D9D9;
    border-radius: 10px;
    width:98%;
    margin: auto;
}
.steps-start-app span{
    position: absolute;
    bottom: 5px;
    left: 5px;
    border: 2px solid #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0;
}
.steps-start-app p{
    font-size: 24px;
    color: #000000;
}
#steps-start-app-primary{
    background-color: #0021F5 !important;
    color: #FFFFFF !important;
}
#steps-start-app-primary span{
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
}
#steps-start-app-primary p{
    color: #FFFFFF !important;
}
.des-step-start-app{
    font-size: 24px;
    color:#000000;
    width: 95%;
    margin: auto;
    line-height: 220%;
    letter-spacing: 20px;
}
@media screen AND (max-width: 768px){
    .steps-start-app p , #steps-start-app-primary p{
        font-size: 15px !important;
    }
    .steps-start-app span{
        font-size: 13px !important;
    }
    .des-step-start-app{
        font-size: 20px;
        text-align: center;
    }
}

/**/
.box-button-start-now{
    width: 85%;
    background-color: #0021F5;
    border-radius: 30px;
    margin:auto;
    justify-content: space-around;
    padding:3rem 1rem;
}
.box-button-start-now p{
    color: #FFFFFF;
    font-size: 30px;

}
.box-button-start-now a{
    color: #003571;
    font-size: 32px;
    background-color: #FFFFFF;
    border-radius: 25px;
    padding-right: 5rem;
    padding-left: 5rem;
}
@media screen and (max-width: 768px) {
    .box-button-start-now{
        width: 99%;
        justify-content: space-around;
        padding:1rem 0;

    }
    .box-button-start-now p{
        font-size: 10px;
    }
    .box-button-start-now a{
        font-size: 11px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

}

.bg-blue-benefits{
    background-color: #C6E1FF;
    --bs-backdrop-opacity: 60%;
}