/* --------------------------------------------- */
/*-------------Max-Widht 1000px----------------*/
/* --------------------------------------------- */
@media screen and (max-width:1000px) {
    .ceo-content h2{
        text-align: center;
    }
    .ceo-content {        
        width: 100%;
        margin-top: 20px;
    }

    .container-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* --------------------------------------------- */
/*-------------Max-Widht 900px----------------*/
/* --------------------------------------------- */
@media screen and (max-width:900px) {
    .nav-links a {
        display: none;
    }

    #listbar {
        display: block;
    }

    /*------------ service-page section --------------*/
    .service-box {
        width: 100%;
    }

    /*----------- contact-page section ------------*/
    .contact-container {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    /*------------- career page form-------------- */
    .Enquiry-box1 {
        width: 100%;
    }

    .form {
        width: 100%;
        padding: 10px;
    }

    .footer-address {
        margin-top: 10%;
    }

}

/* --------------------------------------------- */
/*-------------Max-Widht 768px----------------*/
/* --------------------------------------------- */
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card-1 {
        flex-basis: auto;
        width: 90%;
        margin-bottom: 15px;
    }

    .overlay-text {
        font-size: 16px;
    }

    /*------------- about-section ---------------*/
    .about-section {
        padding: 10px;
    }

    .about2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .content1,
    .content2 {
        width: 100%;
        margin-top: 20px;
    }

    .sub-1 {
        width: 100%;
        margin-top: 20px;
    }

}

/* --------------------------------------------- */
/*-------------Max-Widht 600px----------------*/
/* --------------------------------------------- */
@media (max-width: 600px) {

    /*------------- header-section ----------------*/
    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    /*------------- about-section ---------------*/
    .about-image img {
        width: 350px;
        height: 300px;

    }

    /*------------- service-page section ----------------*/
    .service-container {
        padding: 20px;
    }

    .service-icon i {
        font-size: 30px;
        color: var(--maincolor);
    }

    /*-------------- career-page ---------------*/
    .career-para {
        width: 100%;
        margin-top: 10px;
    }

    /*------------ career-form -------------*/
    .Enquiry-form {
        width: 90%;
    }

    /*-------------- footer --------------*/
    .footer-section {
        align-items: start;
        flex-direction: column;
    }

    .footer-about {
        width: 100%;
    }

    .address-map {
        width: 100%;
        z-index: 50;
    }


    .footer-nav {
        margin-top: 10%;
    }

}

/* --------------------------------------------- */
/*-------------Max-Widht 540px----------------*/
/* --------------------------------------------- */
@media (max-width: 540px) {
    .box-2 {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*--------- contact-page ----------*/
    .box1 {
        width: 100%;
    }

    /*---------- ceo section -----------*/
    .ceo-img img {
        width: 300px;
        height: 300px;
    }
    .footer-finish p{
        font-size: 14px;
    }
}

/* --------------------------------------------- */
/*-------------Max-Widht 480px-------------------*/
/* --------------------------------------------- */
@media (max-width: 480px) {
    .overlay-text {
        font-size: 14px;
    }

    /*--------- tesimonial-section ----------*/
    .testimonial-container {
        width: 100%;
        height: 450px;
    }
    /*---------------- service-box--------------- */
    .service-container {
        gap: 30px;
        padding: 5px;
    }
    .service-icon i {
       font-size: 25px;
    }
    .service-box {
        width: 100%;
    }
     /*------------ career-form -------------*/
     .Enquiry-form {
        width: 100%;
    }

}