/* ===== 996px Breakpoint ===== */
@media screen and (max-width: 996px) {
    .banner {
        height: auto;
        padding-top: 50px;
    }
    .banner h1 {
        font-size: 40px;
        font-weight: 500 !important;
    }

    .feature {
        margin-top: 70px;
    }

    /* Top header styles */
    .top-head {
        padding: 5px 0;
    }
    .top-head-right {
        gap: 0.6rem;
    }
    .social-icon {
        width: 26px;
        height: 26px;
        font-size: 0.72rem;
    }

    /* Use cases responsive */
    .use-cases .use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 260px);
    }
    .use-cases .uc-card.uc-tall {
        grid-row: span 1;
    }
    .product-grid .col-sm-4 {
        flex: 0 0 33.333%;
    }
    .prod-img {
        height: 140px;
    }
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ===== 768px Breakpoint ===== */
@media screen and (max-width: 768px) {
    .top-head-right {
        justify-content: center;
    }
    .lang-btn {
        padding: 0.28rem 0.6rem;
        font-size: 0.78rem;
    }
}

/* ===== 480px Breakpoint ===== */
@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .nav {
        top: 30px;
    }

    .sticky.nav {
        top: 0px;
    }

    .banner {
        height: auto;
        padding-top: 50px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: 0;
        border: 0;
    }

    .navbar-toggler {
        color: #fff;
    }

    .sticky .navbar-toggler {
        color: #000;
    }

    .navbar-nav {
        background-color: #110050;
        position: relative;
        z-index: 9;
    }

    .sticky .navbar-nav {
        background-color: #fff;
    }

    .banner h1 {
        font-size: 40px;
        font-weight: 500 !important;
    }

    .feature {
        margin-top: 70px;
    }

    .about .img-box .two {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .about .img-box .one {
        display: none;
    }

    .process-card {
        position: relative;
        padding-left: 20px;
    }

    .about .img-box-two .two {
        display: none;
    }

    .video-box::before {
        border-bottom: 350px solid #110050;
        border-right: 380px solid transparent;
    }

    .case-details .case-img .case-info {
        position: relative;
    }

    .contact-card {
        padding: 30px;
    }

    .protflio .button {
        font-size: 14px;
        padding: 6px 12px;
        margin: 4px;
    }

    .element-item {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        position: relative !important;
        top: inherit !important;
    }

    .protflio {
        margin-bottom: 100px;
    }

    .top-head .top-content {
        display: flex !important;
        justify-content: space-between !important;
    }

    /* Home-3 responsive styles */
    .home-3 .services-bg {
        height: auto;
    }

    .flip-box-front,
    .flip-box-back {
        width: 100%;
    }

    .flip-box .inner {
        padding: 0;
    }

    .home-3 .subscribe-bg {
        width: 100%;
    }

    .home-3 .input-bg {
        width: 100%;
        background-color: transparent;
    }

    .home-3 .join input {
        width: 90%;
        margin-bottom: 10px;
    }

    .bg-1222 {
        height: auto;
    }

    /* Use cases single column */
    .use-cases .use-cases-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 18px;
    }
    .use-cases .uc-card {
        height: 240px;
    }
    .use-cases .uc-card.uc-tall {
        grid-row: span 1;
    }
    .use-cases .uc-content {
        padding: 22px;
    }
    .use-cases .uc-content h4 {
        font-size: 21px;
    }

    .product-grid .col-6 {
        flex: 0 0 50%;
    }
    .prod-img {
        height: 130px;
    }
    .product-tabs {
        flex-wrap: wrap;
    }
    .product-tabs .nav-item {
        margin-bottom: 8px;
    }
}