/* Responsive overrides loaded after main stylesheet
   Breakpoint: <= 991px
*/
@media (max-width: 1920px) and (min-width: 1400px) {
    body{
        font-size: 0.8rem;
    }
    .footer-logo img {
        width: 9rem;
        height: 8rem;
    }
    .footer-sec {
        font-size: 0.7rem;
    }
    .values-section h3{
        font-size: 1.5rem;
    }
    .hero-section .banner-slider .banner-item .banner-content .banner-inner-content .banner-title{
        line-height: 1.2;
    }
    .project-detail-sec .about-stats .stats-number{
        font-size: 1.5rem;
        line-height: 1.2;
    }
}
@media (max-width: 991px) {
    html{
        font-size: 0.9rem;
        overflow-x: hidden;
    }
    .common-spacing{
        padding: 2rem 0rem;
    }
    .main-heading{
        font-size: 2rem;
    }
    nav{
        position: fixed;
        right: -100%;
        width: 20rem;
        min-width: 8rem;
        height: 100%;
        top: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: -10px 0 10px rgb(0 0 0 / 30%);
        transition: 0.6s;
        overflow-y: auto;
    }
    #primary-menu{
        display: block;
    }
    .navbar nav > ul > li{
        padding: 0;
    }
    .navbar nav > ul > li > a {
        color: var(--secondary);
        padding: 0.6rem 1rem;
        display: block;
    }
    .navbar{
        align-items: baseline;
        flex-direction: row;
    }
    .megamenu{
        position: relative;
        top:0;
        display: none;
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .navbar nav > ul > li.menu-item-has-children > a {
        background-image: url(../images/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: 95% center;
        padding-right: 0;
        filter: none;
    }
    .open-nav-menu {
        width: auto;
        margin-right: 15px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        float: right;
        position: relative;
        display: none;
        top: -42px;
        display: block;
    }
    .open-nav-menu span {
        display: block;
        height: 3px;
        width: 24px;
        background-color: #fff;
        position: relative;
    }
    .open-nav-menu span:after, .open-nav-menu span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }
    .open-nav-menu span:before {
        top: -7px;
    }
    .open-nav-menu span:after {
        top: 7px;
    }
    .hero-section .banner-slider{
        height: 90vh;
    }
    .nav.active{
        right: 0;
    }
    .hero-section .banner-img video, .hero-section .banner-img img{
        height: 95vh;
        object-fit: cover;
    }
    .hero-section .banner-slider .banner-item .banner-content .banner-inner-content .banner-title{
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    .hero-section .banner-slider .banner-item .banner-content .banner-inner-content p{
        font-size: 0.9rem;
    }
    .about-sec .about-left, .about-right{
        width: 100%;
    }
    .about-sec > .container > .flex{
        flex-wrap: wrap;
    }
    .about-content .section-title, .main-heading-2{
        font-size: 2rem;
    }
    .about-stats ul li{
        width: 50%;
        border: 0.1rem solid var(--primary) !important;
    }
    .about-content .about-btns {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .about-stats .stats-number{
        font-size: 1.6rem;
    }
    .about-stats .stats-content{
        font-size: 0.9rem;
    }
    .service-slider .slide-item, .slide-item:first-child{
        height: 130vh;
        position: relative;
        min-height: 80vh;
    }
    .service-box{
        flex-wrap: wrap;
    }
    .service-slider .slide-item{
        background-attachment: scroll !important;
    }
    .service-inner-block {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.1s ease;
        z-index: 1111111111111;
        height: 80vh;
        flex-wrap: wrap;
    }
    .service-inner-block .service-content {
        transform: none;
        opacity: 1;
        transition: all 0.2s ease;
        width: 100%;
    }
    .service-main-title{
        font-size: 2rem;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }
    .service-item {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .service-flex-content{
        width: 100%;
        text-align: center;
    }
    .geographical-sec > .container > .flex, .business-sec > .container > .flex{
        flex-wrap: wrap;
    }
    .geographical-sec .tab-list li a img{
        width: 2rem;
        height: 3rem;
    }
    .graphic-content{
        margin-top: 1rem;
    }
    .business-sec .left {
        width: 100%;
        position: relative;
    }
    .business-sec .right{
        width: 100%;
    }
    .powerful-teams .flex{
        flex-wrap: wrap;
    }
    .powerful-teams .right, .powerful-teams .left{
        width: 100%;
    }
    .footer-sec > .container > .flex{
        flex-wrap: wrap;
    }
    .footer-sec .item{
        width: 50%;
        margin-bottom: 1rem;
    }
    .footer-sec .item:first-child, .footer-sec .item:last-child {
        width: 100%;
    }
    .footer-bottom > .flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-left {
        display: flex;
        gap: 0.2rem;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .footer-sec .item:last-child{
        padding-top: 1rem;
        border-top: 0.1rem solid #FFFFFF33;
    }
    .footer-sec .item:last-child ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        justify-content: center;
    }
    .footer-sec .item:last-child ul li a{
        padding-bottom: 0;
    }
    .business-sec .swiper-button-prev {
        top: 150%;
        left: 0;
    }
    .business-sec .swiper-button-next {
        left: auto;
        top: 150%;
    }
    .about-geographical > .flex{
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .about-geographical .left, .about-geographical .right{
        width: 100%;
    }
    .mission-vision-wrapper .left-block, .mission-vision-wrapper .overlay-content{
        padding: 2rem;
    }
    .media-left{
        width: 100%;
    }
    .media-flex .left, .media-flex .right {
        width: 100%;
    }
    .media-post .banner-slider{
        height: 18vh;
    }
    .media-detail > .container > .flex{
        flex-flow: wrap-reverse;
    }
    .media-detail .breadcrumbs{
        display: none;
    }
    .parallax-light .inner-content{
        max-width: 100%;
    }
    .parallax-light{
        background-position: 100% 106%;
        background-size: 60%;
    }
    .project-row .left {
        width: 100%;
    }
    .project-row .tab-list{
        padding-top: 0;
        width: 100%;
    }
    .project-card{
        width: 100%;
    }
    .project-flex .project-content{
        min-height: auto;
    }
    .contact-email{
        gap: 0.5rem;
    }
    .partner-inner .tab-list ul {
        flex-wrap: wrap;
    }
    .partner-inner .tab-list ul li a img{
        width: 100%;
        height: 100%;
    }
    .dev-list .dev-row {
        flex-direction: column-reverse !important;
    }
    .dev-list .dev-row .text{
        padding: 1rem;
    }
    .project-row {
        gap: 1rem;  
    }
    .feature-switcher .feature-inner{
        padding: 0rem 1.5rem;
    }
    .feature-switcher .col .col-content p{
        color: var(--secondary);
        font-weight: 400;
    }
    .feature-switcher .col .col-content .btn{
        opacity: 1;
    }
    .feature-switcher .col {
        padding: 1.25rem;
        color: var(--secondary);
        border: 0.1rem solid #ccc;
        margin-bottom: 1rem;
        border-radius: 1rem;
    }
    .feature-switcher .bg-layer{
        height: 0;
    }
    .feature-switcher .col .col-content h4{
        font-weight: 400;
    }
    .services-template-default .breadcrumbs li + li::before, .solutions-template-default .breadcrumbs li + li::before{
        width: 1rem;
    }
    .solutions-template-default .breadcrumbs li a, .solutions-template-default .breadcrumbs li{
        font-size: 0.8rem;
    }
    .solutions-template-default .business-slider2 .business-slide > img {
        min-height: 26rem;
    }
    .sustainble-sec .flex{
        flex-wrap: wrap;
    }
    .sustainble-sec .left, .sustainble-sec .right {
        width: 100%;
        max-height: inherit;
    }
    .sustainble-sec .left .inner-content{
        padding: 1rem;
    }
}
