@media screen and (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}



@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar {
        padding-left: calc((100% - 1140px) / 2);
        padding-right: 70px;
    }
    .work-area {
        padding: 130px 30px;
    }
    .single-works-box h2 {
        font-size: 20px;
    }
    .sigle-faq h4 {
        font-size: 20px;
    }
}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar {
        padding-left: calc((100% - 960px) / 2);
        padding-right: 40px;
    }
    .nav-contact-btn a {
        width: 145px;
        height: 45px;
    }
    .navbar-nav li {
        margin: 0 15px;
    }
    .navbar a {
        font-size: 17px;
    }
    .action-btn a {
        padding: 10px 25px;
    }
    /* about us area responsive  */
    .about-content p {
        font-size: 32px;
    }
    .about-us-area {
        padding-top: 170px;
        padding-bottom: 70px;
    }
    .sigle-service .serive-des h4 {
        font-size: 22px;
    }
    /* work area responsive start hare  */
    .work-area {
        padding: 100px 20px;
    }
    .work-top h2 {
        font-size: 40px;
    }
    .single-works-box h2 {
        font-size: 25px;
    }
    .single-works-box p {
        font-size: 18px;
    }
    /* contact us page start hare  */
    .contact-info h4 {
        font-size: 21px;
    }
    .footer-block h3 {
        font-size: 22px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding-left: calc((100% - 720px) / 2);
        padding-right: 40px;
    }
    .nav-contact-btn a {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        /* Change border color */
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .header-wapper h2 {
        font-size: 38px;
        margin: 20px 0;
    }
    .header-wapper {
        max-width: 600px;
    }
    .action-btn a {
        padding: 10px 20px;
        font-size: 17px;
    }
    .header-wapper p {
        max-width: 550pxpx;
        font-size: 17px;
    }
    /* C&R Capitals area responsive  */
    .sigle-expertise img {
        max-width: 100px;
    }
    .projects-number h2 {
        font-size: 30px;
    }
    .sigle-expertise .expertise-des p {
        font-size: 17px;
    }
    .top-header h2 {
        font-size: 31px;
    }
    .capitals-area {
        padding: 50px 0;
    }
    /* about us area responsive  */
    .about-content p {
        font-size: 25px;
        margin-top: 20px;
    }
    .about-us-area {
        padding-top: 150px;
        padding-bottom: 60px;
    }
    /* project area responsive start hare  */
    .project-wp-top h2 {
        margin: 25px 0;
        font-size: 26px;
    }
    .sigle-project .sigle-project-cnt p {
        font-size: 17px;
    }
    .sigle-project .sigle-project-cnt h3 {
        font-size: 26px;
    }
    /* service area responsive start hare  */
    .service-top h2 {
        font-size: 28px;
    }
    .service-area {
        padding-top: 60px;
    }
    /* work area responsive start hare  */
    .work-area {
        padding: 70px 20px;
    }
    .work-top h2 {
        font-size: 26px;
    }
    .single-works-box h2 {
        font-size: 22px;
    }
    .single-works-box p {
        font-size: 17px;
    }
    .work-top p {
        padding-top: 20px;
        font-size: 17px;
    }
    /* faq area responsive  */
    .faq-area {
        padding: 60px 0;
    }
    .sigle-faq h4 {
        font-size: 20px;
    }
    .sigle-faq p {
        font-size: 17px;
        margin-top: 10px;
    }
    /* contact us area responsive  */
    .contact-us-top h2 {
        font-size: 26px;
        padding: 18px 0;
    }
    .contact-form form input,
    .contact-form form textarea {
        padding: 8px 15px;
        font-size: 17px;
    }
    .contact-info h4 br {
        display: none;
    }
    .contact-form form button {
        padding: 10px 15px;
    }
    .footer-nav ul {
        justify-content: center;
    }
    .copyright-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
    }
    .faq-top h2 {
        font-size: 26px;
    }
    .faq-top p {
        font-size: 18px;
    }

    .project-wp-top p {
        font-size: 18px;
    }
    .faq-cnt-box {
        margin-top: 60px;
    }
    .contact-info h4 {
        font-size: 20px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

@media screen and (min-width: 576px) and (max-width: 767px) {
    .navbar {
        padding-left: calc((100% - 540px) / 2);
        padding-right: 40px;
    }
    .nav-contact-btn a {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        /* Change border color */
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .header-wapper h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .header-wapper {
        max-width: 600px;
    }
    .action-btn a {
        padding: 10px 20px;
        font-size: 17px;
    }
    .header-wapper p {
        max-width: 550pxpx;
        font-size: 17px;
    }
    /* C&R Capitals area responsive  */
    .sigle-expertise img {
        max-width: 100px;
    }
    .projects-number h2 {
        font-size: 30px;
    }
    .sigle-expertise .expertise-des p {
        font-size: 18px;
    }
    .top-header h2 {
        font-size: 28px;
    }
    .capitals-area {
        padding: 50px 0;
    }
    /* about us area responsive  */
    .about-content p {
        font-size: 20px;
        margin-top: 20px;
    }
    .about-us-area {
        padding-top: 130px;
        padding-bottom: 60px;
    }
    /* project area responsive start hare  */
    .project-wp-top h2 {
        margin: 20px 0;
        font-size: 26px;
    }
    .sigle-project .sigle-project-cnt p {
        font-size: 17px;
    }
    .sigle-project .sigle-project-cnt h3 {
        font-size: 24px;
    }
    /* service area responsive start hare  */
    .service-top h2 {
        font-size: 26px;
    }
    .service-area {
        padding-top: 60px;
    }
    .service-top p {
        margin-top: 15px;
        font-size: 18px;
    }
    .sigle-service {
        align-items: center;
    }
    .sigle-service .serive-des {
        text-align: center;
    }
    /* work area responsive start hare  */
    .work-area {
        padding: 60px 20px;
    }
    .work-top h2 {
        font-size: 25px;
    }
    .single-works-box h2 {
        font-size: 23px;
    }
    .single-works-box p {
        font-size: 18px;
    }
    .work-top p {
        padding-top: 25px;
        font-size: 18px;
    }
    /* faq area responsive  */
    .faq-area {
        padding: 50px 0;
    }
    .sigle-faq h4 {
        font-size: 20px;
    }
    .sigle-faq p {
        font-size: 17px;
    }
    .faq-top h2 {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .faq-cnt-box {
        margin-top: 55px;
    }
    .faq-top p {
        font-size: 19px;
    }
    /* contact us area responsive  */
    .contact-us-top h2 {
        font-size: 26px;
        padding: 20px 0;
    }
    .contact-form form input,
    .contact-form form textarea {
        padding: 9px 15px;
        font-size: 17px;
    }
    .contact-info h4 br {
        display: none;
    }
    .contact-form form button {
        padding: 10px 15px;
    }
    .contact-us-area {
        padding: 40px 0;
    }
    .footer-nav ul {
        justify-content: center;
    }
    .copyright-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
    }
    .footer-area {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .works-content-box {
        margin-top: 60px;
    }
    .contact-info h4 {
        font-size: 20px;
    }
    .footer-block h3 {
        font-size: 19px;
    }
    .footer-block p {
        font-size: 14px;
    }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 576px) {
    .navbar {
        padding-left: calc((100% - 540px) / 2);
        padding-right: 10px;
    }
    .nav-contact-btn a {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        /* Change border color */
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .header-wapper h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .header-wapper {
        max-width: 600px;
    }
    .action-btn a {
        padding: 8px 16px; /* Réduit l'espace autour du texte */
        font-size: 14px;   /* Diminue légèrement la taille du texte */
        position: relative;
    top: -20px;
    }    
    }
    .header-wapper p {
        max-width: 550px;
        font-size: 16px;
    }
    /* C&R Capitals area responsive  */
    .sigle-expertise img {
        max-width: 100px;
    }
    .projects-number h2 {
        font-size: 26px;
    }
    .sigle-expertise .expertise-des p {
        font-size: 19px;
    }
    .top-header h2 {
        font-size: 25px;
    }
    .capitals-area {
        padding: 50px 0;
    }
    .top-header h4 {
        font-size: 20px;
    }
    /* about us area responsive  */
    .about-content p {
        font-size: 20px;
        margin-top: 15px;
    }
    .about-us-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .capitals-asset p {
        font-size: 20px;
    }
    /* project area responsive start hare  */
    .project-wp-top h2 {
        margin: 20px 0;
        font-size: 22px;
    }
    .project-wp-top h2 br {
        display: none;
    }
    .sigle-project .sigle-project-cnt p {
        font-size: 16px;
    }
    .sigle-project .sigle-project-cnt h3 {
        font-size: 22px;
    }
    .project-wp-top p {
        font-size: 16px;
    }
    .project-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* service area responsive start hare  */
    .service-top h2 {
        font-size: 22px;
    }
    .service-area {
        padding-top: 40px;
        overflow: hidden;
    }
    .service-top p {
        margin-top: 15px;
        font-size: 17px;
    }
    .sigle-service {
        align-items: center;
    }
    .sigle-service .serive-des {
        text-align: center;
    }
    .sigle-service .icons img {
        max-width: 100px;
    }
    /* work area responsive start hare  */
    .work-area {
        padding: 35px 10px;
    }
    .work-top h2 {
        font-size: 24px;
    }
    .single-works-box h2 {
        font-size: 20px;
    }
    .single-works-box p {
        font-size: 16px;
    }
    .work-top p {
        padding-top: 20px;
        font-size: 16px;
    }
    /* faq area responsive  */
    .faq-area {
        padding: 30px 0;
    }
    .sigle-faq h4 {
        font-size: 18px;
    }
    .sigle-faq p {
        font-size: 16px;
        margin-top: 20px;
    }
    .faq-top h2 {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .faq-cnt-box {
        margin-top: 55px;
    }
    .faq-top p {
        font-size: 16px;
    }
    /* contact us area responsive  */
    .contact-us-top h2 {
        font-size: 22px;
        padding: 15px 0;
    }
    .contact-form form input,
    .contact-form form textarea {
        padding: 9px 15px;
        font-size: 16px;
    }
    .contact-info h4 br {
        display: none;
    }
    .contact-form form button {
        padding: 10px 15px;
    }
    .contact-us-area {
        padding: 40px 0;
    }
    .contact-us-top p {
        font-size: 18px;
    }
    .contact-info h4 {
        font-size: 18px;
    }
    .footer-nav ul {
        justify-content: center;
        gap: 10px;
    }
    .copyright-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
    }
    .footer-area {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .copyright-box p {
        font-size: 14px;
        text-align: center;
    }
    .works-content-box {
        margin-top: 40px;
    }
    .service-top h4 {
        font-size: 18px;
        padding-bottom: 15x;
    }