/* Mobile devices (≤768px) */
@media (max-width: 768px) {

    header .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    header nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #031116ee;
        z-index: 999;
        padding: 0;
    }

    header nav ul li {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    .menu-toggle {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1000;
    }

    nav ul {
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #031116ee;
        display: none;
        z-index: 999;
    }

    header nav ul.active {
        display: flex;
    }

    nav ul li {
        margin: 10px 0;
        text-align: center;
    }


    .home-img h1 {
        font-size: 2.5rem;
        margin-top: 20px;
    }

    .home-img p {
        font-size: 1.2rem;
        margin: 20px;
    }

    .home-img{
        width: 100%;
        height: 50vh;
    }

    .about-us h2 {
        padding-left: 8px;
        text-align: center;
    }

    .abt {
        flex-direction: column;
        align-items: center;
    }

    .abt img {
        width: 90%;
        margin: 20px auto;
    }

    .abt p {
        margin: 20px;
        padding: 20px;
        font-size: 1.02rem;
    }

    .vision-cont {
        flex-direction: column;
    }

    .vision-img, .mission-img {
        width: 90%;
        margin: 20px auto;
        height: 200px;
        border-radius: 0%;
    }
    .vision-content>h2{
        color:#005bb5;
        margin-bottom: 30px;
        margin-left: 80px;
    }

    .mission-content>h2{
        color:#005bb5;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .vision-content, .mission-content {
        width: 90%;
        margin: 20px auto;
        font-size: 1.1rem;
        text-align: justify;
    }

    .src-container {
        flex-direction: column;
        align-items: center;
    }

    .service-card h2 {
        padding-left: 20px;
        text-align: center;
    }
    

    .card {
        width: 90%;
        margin: 20px 0;
    }

    .digital-row {
        flex-direction: column;
    }

    .img, .digital-content {
        width: 90%;
        margin: 20px auto;
        
    }
    .digital-content>h1{
        font-size: 40px;
        text-align: left;
    }
    #digital>h1{
        font-size: 25px;
        font-weight: 300;
        margin: 0%;
        
        margin-top: 30px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-shadow: 2px 2px 8px gray;
    }
    

    .digital-content {
        font-size: 1rem;
    }

    .card-row {
        flex-direction: column;
        align-items: center;
    }

    .card-container {
        width: 90%;
        padding: 20px;
    }


   
    /* webdevelopment */
    .web-container>h1{
    margin-left: 50px;
    color: black;
    margin-top: 30px;
    font-weight:600;
    font-size: 1.5rem;
    }
    .web-img{
        background: url("images/web-design-4875187_1280.webp") center center no-repeat;
    background-size: cover;
    width: 80%;
    height: 150px;
    }

    .web-row{
        display: block;
    }
   .content {
    margin: 0%;
    width: 100%;
    margin-left: 10px;
    margin-top: 40px;
    font-size: 1rem;
    
}
.web-btn{
    margin-left: 60px;
}

/* footer */
    .footer-row {
    display: block;
}

.first-row {

    width: 90%;
    margin-left: 30px;
    margin-right: 50px;
}
.first-row>h2{
    margin-top: 10px;
}
.first-row>p{
    margin-top: 10px;
}
.second-row>h3{
    margin-top: 25px;
}

.second-row {
    width: 90%;
    margin-left: 30px;
}
.second-row>ul>li>a {
    text-decoration: none;
    color: white;
}
.fa-facebook,
.fa-instagram,
.fa-youtube,
.fa-linkedin,
.fa-square-twitter {
    margin-right: 25px;
}

.third-row {

    width: 90%;
    margin-left: 30px;
}
.third-row>h3 {
    color: white;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}
.footer-container>p {
    color: white;
    margin-left: 10px;
    padding-bottom: 20px;
   
}

/* Choos section */
.choose-container {
    width: 100%;

    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0%;

}
video {
    width: 90%;
    height: 250px;
    margin: 0%;
    margin-left: 20px;
}
.choose-cnt>.cnt-1 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.choose-cnt>.cnt-2 {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}

.choose-cnt>p>span {
    color: #0073e6;
    font-weight: 400;
    margin-left: 20px;
}

.fa-solid {
    color: green;
    font-size: 30px;
}
.choose-cnt>h1 {
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
}

.choose-cnt>h1>span {
    font-size: 2rem;
    color: #0073e6;
}

.cn-btn {
  margin-top: 20px;
  margin-left: 145px;
}

.cn-btn>a{
text-decoration: none;
background-color: #164adb;
color: white;
padding: 10px;
border-radius: 10px;

} 

/* steps start */

.step-container{
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    width: 100%;
    padding: 20px;
    

}
.step-container>h1{
    color: white;
    text-align: center;
    font-size: 1.5rem;
}
.step-container>h1>span{
    color: #0073e6;
}
.num-row{
    display: block;
    
}
.num{
    width: 90%;
    
}
.num>h1{
    color: white;
    font-size: 2.5rem;
}
.num>h2{
    color: white;
    font-size: 1.4rem;
    text-align: center; 
}
.num>p{
    color: white;
    text-align: center;
    padding: 0 25px;
    padding-bottom: 25px;
    font-size: 0.8rem;
}
    
}
