@media only screen and (min-width:1920px) {
    .banner-area {
        background-size: 100% 100%, 120px 120px, 120px 120px;
    }
}

@media only screen and (max-width:1600px) {
    .clients-say-area .slider-wapper {
        margin: 0 60px
    }

    .projects-area .slider-wapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:1199px) {
    .banner-area {
        background-size: 100% 100%, 100px 100px, 100px 100px;
        padding-bottom: 60px;
    }

    .section-title h2 br,
    .section-title p br,
    .banner-content p br {
        display: none
    }
}

/* Removed empty max-width:1196px media query (no rules inside) */

/* Tablet (768px - 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .leader-board-main{
        height: 30vh;
        margin-top: 80px !important;
        background-size: contain;
    }
    
    .profile-rank {
        text-align: center;
        position: relative;
        top: -40px;
    }
    
    .mb-mobile-80{
        margin-bottom: 60px;
    }
    
    /* Fix overflow for about section feature box */
    .right-side-bottom{
        margin-top: 20px;
    }
    
    .about-section {
        overflow-x: hidden;
        padding: 60px 0;
    }
    
    /* removed duplicate overflow/img rules (covered in common blocks) */
    
    .about-section h2 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .about-section h2 + p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .about-section p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .about-section ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .about-section .button-style {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    /* removed duplicate slider-wapper margin (covered in common blocks) */
    
    .mobile-space{
        margin-top: 20px;
    }
    
    .one-two-three{
        margin-bottom: 30px;
    }
    
    .hr{
        margin: 15px 0;
    }
    
    .banner-area {
        background-size: 100% 100%, 100px 100px, 100px 100px;
        padding-bottom: 60px;
    }
    
    .casestudy-area {
        padding: 20px;
    }
    
    .button-style{
        text-align: center;
        font-size: 16px;
        padding: 12px 24px;
    }
    
    /* Banner Typography */
    .banner-content h1 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .banner-content p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    /* Scrolling Ticker Typography */
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p {
        font-size: 15px;
        line-height: 1.4;
    }
    
    /* Meet Section Typography */
    .meet-section h6 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    
    .meet-section h3 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 18px;
    }
    
    .meet-section p {
        font-size: 16px;
        line-height: 1.6;
    }
    
  
    
    /* What Area Typography */
    .what-area h3 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .what-area .text-des h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .what-area .text-des p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    /* Case Study Typography */
    .casestudy-area h3 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    
    .casestudy-area h4 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .casestudy-area h5 {
        font-size: 17px;
        line-height: 1.3;
    }
    
    .casestudy-area p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    /* Testimonial Typography */
    .testimonail-area h3 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .testimonail-area h6 {
        font-size: 16px;
    }
    
    /* Pricing Typography */
    .pricing-area h3 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
}

/* Common rules for tablets and below */
@media only screen and (max-width: 1023px) {
    .slider-wapper{
        margin: auto;
    }
    /* Fixed layout for about feature box across <=1023px; margins vary per breakpoint */
    .right-side-bottom{
        position: static !important;
        width: 100% !important;
        bottom: auto !important;
        right: auto !important;
        background-position: center;
    }
}

/* Common rules for mobile (<=767px) */
@media only screen and (max-width: 767px) {
    /* removed duplicate one-box display (covered in common blocks) */
    /* removed duplicate right-test width (covered in common blocks) */
    .desc-testi {
        padding-left: 0;
    }
    .banner-content .btn-all {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .banner-content .button-style {
        width: 100%;
        display: block;
        text-align: center;
    }
    .scrolling-ticker-area {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    /* removed duplicate: handled in common <=767px block */
    .about-section .col-12,
    .about-section .col-lg-6 {
        overflow-x: hidden;
    }
    .about-section img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobile L (426px - 767px) */
@media only screen and (min-width: 426px) and (max-width: 767px) {
    .leader-board-main{
        height: 27vh;
        margin-top: 100px !important;
        background-size: contain;
    }
    
    .profile-rank {
        text-align: center;
        position: relative;
        top: -50px;
    }
    
    .mb-mobile-80{
        margin-bottom: 50px;
    }
    
    /* Fix overflow for about section feature box */
    .right-side-bottom{
        position: static !important;
        width: 100% !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: 20px;
        background-position: center;
    }
    
    .about-section {
        overflow-x: hidden;
        padding: 50px 0;
    }
    
    .about-section .col-12,
    .about-section .col-lg-6 {
        overflow-x: hidden;
    }
    
    .about-section img {
        max-width: 100%;
        height: auto;
    }
    
    .about-section h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .about-section h2 + p {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    
    .about-section p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .about-section ul li {
        font-size: 15px;
        margin-bottom: 11px;
    }
    
    .about-section .button-style {
        width: 100%;
        justify-content: center;
        font-size: 15px;
        padding: 12px 20px;
    }
    
    .slider-wapper{
        margin: auto;
    }
    
    .mobile-space{
        margin-top: 20px;
    }
    
    .mobile-bottom-space{
        margin-bottom: 20px;
    }
    
    .one-two-three{
        margin-bottom: 30px;
    }
    
    .hr{
        margin: 15px 0;
    }
    
    .one-box{
        display: grid;
    }
    
    .main-testimonial{
        display: grid;
        gap: 30px;
    }
    
    .left-test{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .right-test{
        width: 100%;
    }
    
    .right-test .prfile-img{
        left: -10px;
    }
    
    .banner-area {
        background-size: 100% 100%, 100px 100px, 100px 100px;
        padding-bottom: 60px;
    }
    
    .casestudy-area {
        padding: 15px;
    }
    
    
    .btn-all {
        display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;  
    }
    
    .button-style{
        text-align: center;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 20px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p {
        font-size: 14px;
    }
    
    /* removed duplicate p br hide (covered in common <=767px block) */
    
    .case-studi-list .one-box {
        flex-direction: column !important;
    }
    
    .case-studi-list .one-box .image {
        width: 100% !important;
        height: 200px !important;
    }
    
    .casestudy-left{
        margin-bottom: 20px;
    }
    
    .casestudy-left img {
        height: 300px !important;
    }
    
    .testimonail-area {
        padding: 50px 15px;
    }
    
    .left-test h3 {
        font-size: 24px;
    }
    
    .desc-testi {
        gap: 15px;
    }
    
    .desc-testi p {
        font-size: 15px;
    }
    
    /* Full width buttons for Mobile L */
    .banner-content .btn-all {
        gap: 16px;
    }
    
    .banner-content .button-style {
        font-size: 15px;
        padding: 12px 20px;
    }
    
    /* Scrolling Ticker Typography */
    .scrolling-text h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .scrolling-text p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Meet Section Typography */
    .meet-section h6 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .meet-section h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .meet-section p {
        font-size: 15px;
        line-height: 1.6;
    }
    
   
    
    /* What Area Typography */
    .what-area h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .what-area .text-des h3 {
        font-size: 17px;
        line-height: 1.3;
    }
    
    .what-area .text-des p {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* Case Study Typography */
    .casestudy-area h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    
    .casestudy-area h4 {
        font-size: 19px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .casestudy-area h5 {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .casestudy-area p {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* Testimonial Typography */
    .testimonail-area h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .testimonail-area h6 {
        font-size: 15px;
    }
    
    /* Pricing Typography */
    .pricing-area h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    
    /* Ensure scrolling ticker is visible */
    .scrolling-ticker-area {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Mobile M (376px - 425px) */
@media only screen and (min-width: 376px) and (max-width: 425px) {
    .leader-board-main{
        height: 25vh;
        margin-top: 80px !important;
        background-size: contain;
    }
    
    .profile-rank {
        text-align: center;
        position: relative;
        top: -45px;
    }
    
    .mb-mobile-80{
        margin-bottom: 40px;
    }
    
    /* Fix overflow for about section feature box */
    .right-side-bottom{
        position: static !important;
        width: 100% !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: 15px;
        background-position: center;
    }
    
    .about-section {
        overflow-x: hidden;
        padding: 40px 0;
    }
    
    .about-section .col-12,
    .about-section .col-lg-6 {
        overflow-x: hidden;
    }
    
    .about-section img {
        max-width: 100%;
        height: auto;
    }
    
    .about-section h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .about-section h2 + p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    
    .about-section p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .about-section ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .about-section .button-style {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 11px 18px;
    }
    
    .slider-wapper{
        margin: auto;
    }
    
    .mobile-space{
        margin-top: 15px;
    }
    
    .mobile-bottom-space{
        margin-bottom: 15px;
    }
    
    .one-two-three{
        margin-bottom: 20px;
    }
    
    .hr{
        margin: 12px 0;
    }
    
    .one-box{
        display: grid;
    }
    
    .main-testimonial{
        display: grid;
        gap: 20px;
    }
    
    .left-test{
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 20px;
        gap: 16px;
    }
    
    .left-test h3 {
        font-size: 22px;
    }
    
    .right-test{
        width: 100%;
    }
    
    .right-test .prfile-img{
        left: -10px;
        width: 30%;
    }
    
    .banner-area {
        background-size: 100% 100%, 90px 90px, 90px 90px;
        padding: 120px 0 60px 0;
    }
    
    .casestudy-area {
        padding: 15px;
    }
    
    
    .leader-right h1{
        font-size: 26px;
        line-height: 1.3;
    }
    
    .btn-all {
        display: flex;
        gap: 15px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;  
    }
    
    .button-style{
        text-align: center;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 18px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p {
        font-size: 13px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p br {
        display: none;
    }
    
    .case-studi-list .one-box {
        flex-direction: column !important;
    }
    
    .case-studi-list .one-box .image {
        width: 100% !important;
        height: 180px !important;
    }
    
    .casestudy-left{
        margin-bottom: 20px;
    }
    
    .casestudy-left img {
        height: 250px !important;
    }
    
    .testimonail-area {
        padding: 40px 15px;
    }
    
    .desc-testi {
        gap: 12px;
    }
    
    .desc-testi p {
        font-size: 14px;
    }
    
    .star-name h6 {
        font-size: 15px;
    }
    
    .banner-content h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    
    .banner-content p {
        font-size: 16px;
    }
    
    .banner-content {
        padding: 0 15px;
    }
    
    /* Full width buttons for Mobile M */
    .banner-content .btn-all {
        gap: 12px;
    }
    
    .banner-content .button-style {
        font-size: 14px;
        padding: 11px 18px;
    }
    
    /* Ensure scrolling ticker is visible */
    .scrolling-ticker-area {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 20px 0;
    }
    
    /* Scrolling Ticker Typography */
    .scrolling-text h2 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .scrolling-text p {
        font-size: 13px;
        line-height: 1.4;
    }
    
    /* Meet Section Typography */
    .meet-section h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .meet-section h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .meet-section p {
        font-size: 14px;
        line-height: 1.6;
    }
    
   
    
    /* What Area Typography */
    .what-area h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .what-area .text-des h3 {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .what-area .text-des p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Case Study Typography */
    .casestudy-area h3 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    
    .casestudy-area h4 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .casestudy-area h5 {
        font-size: 15px;
        line-height: 1.3;
    }
    
    .casestudy-area p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Testimonial Typography */
    .testimonail-area h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .testimonail-area h6 {
        font-size: 14px;
    }
    
    /* Pricing Typography */
    .pricing-area h3 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
}

/* Mobile (320px - 375px) */
@media only screen and (min-width: 320px) and (max-width: 375px) {
    /* Global word breaking for small screens */
    body {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .leader-board-main{
        height: 23vh;
        margin-top: 70px !important;
        background-size: contain;
    }
    
    .profile-rank {
        text-align: center;
        position: relative;
        top: -40px;
    }
    
    .mb-mobile-80{
        margin-bottom: 30px;
    }
    
    /* Fix overflow for about section feature box */
    .right-side-bottom{
        position: static !important;
        width: 100% !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: 12px;
        background-position: center;
    }
    
    .right-side-bottom-under h5 {
        font-size: 13px !important;
    }
    
    .about-section {
        overflow-x: hidden;
        padding: 35px 0;
    }
    
    .about-section .col-12,
    .about-section .col-lg-6 {
        overflow-x: hidden;
    }
    
    .about-section img {
        max-width: 100%;
        height: auto;
    }
    
    .about-section h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    
    .about-section h2 + p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .about-section p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .about-section ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .about-section .button-style {
        width: 100%;
        justify-content: center;
        font-size: 13px;
        padding: 10px 16px;
    }
    
    .slider-wapper{
        margin: auto;
    }
    
    .mobile-space{
        margin-top: 12px;
    }
    
    .mobile-bottom-space{
        margin-bottom: 12px;
    }
    
    .one-two-three{
        margin-bottom: 16px;
    }
    
    .hr{
        margin: 10px 0;
    }
    
    .one-box{
        display: grid;
    }
    
    .main-testimonial{
        display: grid;
        gap: 16px;
    }
    
    .left-test{
        width: 100%;
        margin-bottom: 12px;
        padding: 12px 16px;
        gap: 12px;
    }
    
    .left-test h3 {
        font-size: 20px;
    }
    
    .right-test{
        width: 100%;
    }
    
    .right-test .prfile-img{
        left: -10px;
        width: 35%;
    }
    
    .banner-area {
        background-size: 100% 100%, 80px 80px, 80px 80px;
        background-position: center center;
        padding: 120px 0 60px 0;
        height: auto;
        min-height: 70vh;
    }
    
    .casestudy-area {
        padding: 12px;
    }
    
    
    .leader-right h1{
        font-size: 22px;
        line-height: 1.2;
    }
    
    .btn-all {
        display: flex;
        gap: 12px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;  
    }
    
    .button-style{
        text-align: center;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 14px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p {
        font-size: 11px;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content p br {
        display: none;
    }
    
    .scrolling-ticker-area .portal-icon {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }
    
    .scrolling-ticker-area .img-text-main {
        padding: 10px;
        min-width: 280px;
    }
    
    .scrolling-ticker-area .scrolling-text {
        flex: 1;
        min-width: 0;
    }
    
    /* Ensure scrolling ticker is visible */
    .scrolling-ticker-area {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 20px 0;
        background-color: var(--bg-grey);
        overflow: hidden;
    }
    
    .scrolling-ticker-box {
        display: flex !important;
        overflow: hidden;
    }
    
    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content {
        display: flex !important;
        gap: 20px;
        animation: scroll 45s linear infinite;
    }
    
    .case-studi-list .one-box {
        flex-direction: column !important;
    }
    
    .case-studi-list .one-box .image {
        width: 100% !important;
        height: 160px !important;
    }
    
    .casestudy-left{
        margin-bottom: 16px;
    }
    
    .casestudy-left img {
        height: 220px !important;
    }
    
    .testimonail-area {
        padding: 35px 12px;
    }
    
    .desc-testi {
        gap: 10px;
    }
    
    .desc-testi p {
        font-size: 13px;
    }
    
    .star-name h6 {
        font-size: 14px;
    }
    
    .banner-content h1 {
        font-size: 24px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
    }
    
    .banner-content p {
        font-size: 14px;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .banner-content {
        padding: 0 16px;
        margin-bottom: 40px;
    }
    
    .banner-content .btn-all {
        gap: 12px;
    }
    
    .banner-content .button-style {
        font-size: 12px;
        padding: 12px 16px;
        white-space: normal;
        word-wrap: break-word;
    }
    
    /* Scrolling Ticker Typography */
    .scrolling-text h2 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    
    .scrolling-text p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    /* Meet Section Typography */
    .meet-section h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .meet-section h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .meet-section p {
        font-size: 13px;
        line-height: 1.6;
    }
    
   
    
    /* What Area Typography */
    .what-area h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .what-area .text-des h3 {
        font-size: 15px;
        line-height: 1.3;
    }
    
    .what-area .text-des p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* Case Study Typography */
    .casestudy-area h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    
    .casestudy-area h4 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .casestudy-area h5 {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .casestudy-area p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* Testimonial Typography */
    .testimonail-area h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .testimonail-area h6 {
        font-size: 13px;
    }
    
    /* Pricing Typography */
    .pricing-area h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .header-right-button a {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .navbar-brand img.desktop-logo {
        width: 100px;
    }
    
    .header-right-button {
        gap: 4px;
    }
    
    .header-right-button a {
        font-size: 11px;
        padding: 6px 10px;
    }
    
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Legacy media query for backwards compatibility */
@media only screen and (max-width:991px) {
    .navbar-collapse.show {
        transform: translate(0, 0);
        padding: 20px 0
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: var(--color-1);
        width: calc(100% - 65px);
        left: 0;
        right: 0;
        height: 100%;
        z-index: 9999;
        transition: transform .3s ease-in-out;
        transform: translate(-282px, 0)
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none
    }

    .navbar .navbar-nav .nav-link {
        color: var(--white-color);
        padding: 10px;
        background-color: var(--color-3);
        margin: 5px
    }

    .navbar-toggler {
        height: 45px;
        width: 45px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .navbar-toggler[aria-expanded="true"] svg.menus {
        display: none
    }

    .navbar-toggler[aria-expanded="true"] svg.close {
        display: block
    }

    .showcase-image {
        border-radius: 15px;
        margin-bottom: 15px
    }

    .showcase-content {
        margin: 0 !important
    }

    .show-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }

    .showcase-content h3 {
        font-size: 28px
    }

    .showcase-content h3 br {
        display: none
    }

    .showcase-content p {
        font-size: 16px
    }

    .section-title {
        margin-bottom: 30px !important
    }

    .clients-patten,
    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .clients-say-area .slider-wapper {
        margin: 0
    }

    .swiper.testimonials-slider {
        margin-left: 20px;
        margin-right: 20px
    }

    .clients-say-area {
        padding: 50px 0 20px 0
    }

    .services-area,
    .projects-area,
    .showcase-area {
        padding: 50px 0
    }

    .banner-content h1 {
        font-size: 46px;
        text-align: left;
    }

    .banner-area {
        padding: 120px 0 60px 0;
        border-radius: 0;
        height: auto;
        margin-bottom: 0;
        background-position: center;
        background-size: 100% 100%, 90px 90px, 90px 90px;
        z-index: 2;
    }

    .bg-shape-10 {
        display: none;
    }

    .what-is-area {
        padding: 80px 0;
    }

    .what-is-area img {
        margin: 30px auto;
        text-align: center;
        display: table;
    }

    .hire-area p {
        padding: 0;
    }

    .hire-area .right-main-img {
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    .case-study-area .industry-left p {
        margin-bottom: 20px;
    }

    .back-btn-trans {
        background-color: transparent;
    }

    .main-box-plan .button-style {
        padding: 15px;
    }

    .right-plan-area h2 {
        font-size: 20px;
        color: #fff;
    }

    .right-plan-area ul li {
        font-size: 14px;
    }

    .right-plan-area p {
        font-size: 14px;
    }

    .main-box-plan h5 {
        font-size: 20px;
    }

    .bg-shape-1 {
        opacity: .2
    }

    .banner-content p {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: left;
    }

    .banner-content {
        text-align: left;
        margin-bottom: 60px;
        padding: 0 20px;
    }

    .video-box {
        margin: 0 auto;
        width: 70%;
    }

    header.header {
        top: 10px
    }

    .services-image {
        height: 300px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px
    }

    .services-image img {
        max-height: 300px;
        max-width: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        object-fit: cover;
        border-radius: 10px
    }

    .accordion-body {
        padding: 15px
    }

    .accordion-body-icon svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px
    }

    .accordion-body-content p {
        font-size: 15px;
        line-height: normal
    }

    .accordion-button {
        font-size: 18px;
        line-height: normal
    }

    .accordion-item {
        margin-bottom: 15px
    }

    .accordion-button .title-icon {
        width: 40px;
        height: 50px;
        margin-right: 15px
    }

    .accordion-button .arrow-icon {
        width: 35px
    }

    .single-projects-item,
    .single-projects-item .single-projects-image {
        overflow: hidden;
        border-radius: 15px
    }

    .projects-area .swiper-wrapper {
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width:767px) {
    .leader-right h1{
        font-size: 36px;
    }
    .casestudy-left{
        margin-bottom: 15px;
    }
    .banner-content .form-group {
        width: 100%;
    }

    .banner-content .form-group input {
        width: 50%;
    }

    .main-rule {
        align-content: flex-end;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .banner-content {
        text-align: left;
        margin-bottom: 30px;
    }

    .banner-area {
        padding: 120px 0 60px 0;
        border-radius: 0;
        height: auto;
        margin-bottom: 0;
        background-position: center;
        background-size: 100% 100%, 80px 80px, 80px 80px;
        z-index: 2;
    }

    .accordion .accordion-button {
        padding: 15px 62px 15px 25px;
    }

    .about-us-area .btn-all {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pt-25px {
        padding-top: 25px;
    }

    .about-us-hero {
        height: 700px;
    }

    .video-box {
        margin: 0 auto;
        width: 100%;
    }

    .plr-50-90 {
        padding: 15px;
    }

    .what-is-area h1 {
        font-size: 26px;
        color: #fff;
    }

    .what-is-area p {
        font-size: 16px;
        color: #969EBD;
    }

    .plr-30-50 {
        padding: 15px;
    }

    .hire-area h2 {
        font-size: 26px;
    }

    .hire-area .nav-tabs .nav-link {
        padding: 8px 11px;
        font-size: 15px;
    }

    .hire-area .tab-pane h3 {
        font-size: 23px;
    }

    .hire-area .tab-pane p {
        font-size: 18px;
    }

    .case-study-area h4 {
        font-size: 16px;
    }

    .case-study-area .industry-left h6 {
        font-size: 20px;
    }

    .case-study-area .line {
        display: none;
    }

    .case-study-area .line-boreder {
        margin-bottom: 25px;
    }

    .case-study-area h3 {
        font-size: 26px;
    }

    .right-plan-area h1 {
        font-size: 26px;
        color: #fff;
    }

    .main-box-plan {
        display: flex;
        justify-content: space-between;
        min-height: 210px;
        flex-direction: column;
        gap: 20px;
        align-items: normal;
    }

    .dollar-box {
        text-align: left;
    }

    .main-box-plan .button-style {
        width: 100%;
        text-align: center;
    }

    .heading-btn h5 img {
        position: relative;
        top: -13px;
        left: 64px;
    }

    .heading-btn {
        border-radius: 5px;
    }

    .heading-btn h5 {
        margin: 0px;
        font-size: 11px;
    }

    .build-area h1 {
        font-size: 26px;
    }

    .build-area p {
        font-size: 14px;
    }

    .bg-shape-11 {
        width: auto;
        height: auto;
    }

    .heading-btn h5 img {
        position: relative;
        top: 0px;
        left: 0;
        width: 16px;
    }

    .pr-58 {
        padding: 0px;
    }

    .bg-shape-1,
    .bg-shape-2,
    .bg-shape-3,
    .bg-shape-4,
    .bg-shape-5,
    .bg-shape-6,
    .bg-shape-7 {
        display: none;
    }

    .apply-area .calling-img {
        width: 200px;
        margin-bottom: 35px;
    }

    .socialmedia-icon {
        justify-content: left;
    }

    .button-style {
        font-size: 14px;
    }

    .it-area .main-box {
        margin-bottom: 15px;
    }

    .main-voice-box {
        margin-bottom: 15px;
    }

    .voice-area {
        padding: 40px 0;
    }

    .it-area {
        padding: 40px 0;
    }

    .about-us-area {
        padding: 40px 0;
    }

    .ml-160 {
        margin-left: 0px;
    }

    .card.loved-box {
        min-height: 400px;
    }

    .loved-box h3 {
        font-size: 22px;
    }

    .profile-content img {
        width: 60px;
    }

    .loved-box .content-profile h6 {

        font-size: 18px;
    }

    .pricing-area h2 {
        line-height: 40px;
    }

    .price-tabls ul li a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .plan-mobile {
        display: block;
    }

    .plan-month {
        display: none;
    }

    .shap-items1,
    .shap-items2,
    .shap-items3,
    .shap-items4 {
        display: none
    }

    .header-right-button a {
        padding: 10px 15px;
        font-size: 14px;
        box-shadow: none;
        border-radius: 50px
    }

    .swiper-slide {
        margin-top: 0 !important
    }

    .cta-wapper .section-title .tags:before {
        height: 5px;
        width: 18px;
        top: 7px;
        left: -30px
    }

    .cta-wapper .section-title .tags::after {
        height: 4px;
        width: 18px;
        top: 7px;
        right: -30px
    }

    .cta-wapper .section-title .tags {
        font-size: 14px
    }

    .cta-wapper .section-title {
        padding: 20px
    }

    .cta-area {
        padding: 50px 0 50px 0
    }

    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 26px
    }

    .portal-icon {
        width: 25px
    }

    .footer-widget-about .widget-content {
        margin-right: 0
    }

    .footer-widget {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

@media only screen and (max-width:480px) {
    .header-right-button a {
        padding: 10px 10px;
        font-size: 12px;
        box-shadow: none;
        border-radius: 50px;
    }
    .banner-content h1 {
        font-size: 38px
    }
    .header-right-button {
        display: flex    ;
        align-items: center;
        gap: 5px;
    }
    .navbar-brand img.desktop-logo {
        width: 115px
    }
}

@media only screen and (min-width:481px) and (max-width:550px) {
    .navbar-brand img.desktop-logo {
        width: 220px;
    }
}

@media (min-width: 576px) {

    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}