/* ==================== [ 1200px ] ==================== */
@media (min-width: 1200px) {

    /* ==================== [ Header Start ] ==================== */
    .header .mega-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: 0 !important;
        padding: 40px 0;
        border-radius: 0;
        display: block;
        pointer-events: none;
        opacity: 0;
        transform: translateY(20px);
        visibility: hidden;
        animation: megaMenuOut 0.25s ease forwards;
        -webkit-animation: megaMenuOut 0.25s ease forwards;
    }

    .header .mega-dropdown.show .mega-menu,
    .header .mega-dropdown .dropdown-menu.show {
        pointer-events: auto;
        animation: megaMenuIn 0.25s ease forwards;
        -webkit-animation: megaMenuIn 0.25s ease forwards;
    }

    /* ==================== [ Header End ] ==================== */
}

/* ==================== [ 1500px ] ==================== */
@media (min-width: 1500px) {

    /* ==================== [ Common Start ] ==================== */
    .container-fluid,
    .container {
        max-width: calc(var(--container) + (var(--container-padding) * 2));
    }

    /* ==================== [ Common End ] ==================== */
}

/* ==================== [ 1499px ] ==================== */
@media (max-width:1499px) {

    /* ==================== [ Who-We-Are Start ] ==================== */
    .who-we-are-link {
        margin-top: 40px;
        gap: 30px;
    }

    .who-we-are-content .section-heading .title br {
        display: none;
    }

    .tab-content .tab-content-wrapper .right-detail {
        gap: 0;
    }

    /* ==================== [ Who-We-Are End ] ==================== */
}

/* ==================== [ 1399px ] ==================== */
@media (max-width: 1399px) {

    /* ==================== [ Headings Start ] ==================== */
    :root {
        --h1-fs: 58px;
        --h2-fs: 46px;
        --h3-fs: 38px;
        --h4-fs: 30px;
        --h5-fs: 22px;
        --h6-fs: 18px;
    }

    /* ==================== [ Headings End ] ==================== */

    /* ==================== [ Font Size Start ] ==================== */
    .fs-28 {
        font-size: 26px;
    }

    .fs-36 {
        font-size: 30px;
    }

    /* ==================== [ Font Size End ] ==================== */

    /* ==================== [ Cooperation Start ] ==================== */
    .cooperation-block .number * {
        font-size: 84px;
        letter-spacing: -1.8px;
        margin-bottom: 10px;
    }

    /* ==================== [ Cooperation End ] ==================== */

    /* ==================== [ Our Network Start ] ==================== */
    .our-network {
        min-height: 850px;
    }

    /* ==================== [ Our Network End ] ==================== */
}

/* ==================== [ 1440px ] ==================== */
@media (max-width: 1440px) {
    .category-page .category-product-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ==================== [ 1199px ] ==================== */
@media (max-width: 1200px) {
    .category-page .category-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {

    /* ==================== [ Category Page Start ] ==================== */
    .category-page .category-layout {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .category-page .filter-group {
        max-width: 260px;
        padding-right: 20px;
    }

    .category-page .category-products {
        padding-left: 28px;
    }

    /* ==================== [ Category Page End ] ==================== */

    /* ==================== [ Headings Start ] ==================== */
    :root {
        --h1-fs: 52px;
        --h1-lh: 118%;
        --h1-ls: -1px;

        --h2-fs: 42px;
        --h2-lh: 118%;
        --h2-ls: -0.8px;

        --h3-fs: 34px;
        --h3-lh: 122%;
        --h3-ls: -0.6px;

        --h4-fs: 28px;
        --h4-lh: 128%;
        --h4-ls: -0.4px;
    }

    /* ==================== [ Headings End ] ==================== */

    /* ==================== [ Font Size Start ] ==================== */
    .fs-28 {
        font-size: 24px;
    }

    .fs-36 {
        font-size: 28px;
    }

    /* ==================== [ Font Size End ] ==================== */

    /* ==================== [ Header Start ] ==================== */
    .header .navbar .navbar-nav {
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }

    .header .navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 16px 0;
        border-bottom: 1px solid var(--border);
        width: 100%;
        justify-content: space-between;
    }

    .header .navbar .navbar-nav .nav-item .nav-link [class*="arrow"] {
        transform: rotate(-90deg);
    }

    .header .mega-menu {
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none !important;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        animation: none;
        pointer-events: auto;
    }

    .header .mega-dropdown.show .mega-menu,
    .header .mega-dropdown .dropdown-menu.show {
        display: block;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Cooperation Start ] ==================== */

    .py-100 {
        padding-block: 80px;
    }

    .cooperation-block-container .cooperation-block:is(:nth-child(even))::after {
        opacity: 0;
    }

    .cooperation-block .number * {
        font-size: 72px;
        letter-spacing: -1.5px;
        margin-bottom: 10px;
    }

    /* ==================== [ Cooperation End ] ==================== */

    /* ==================== [ Our Network Start ] ==================== */
    .our-network {
        min-height: 730px;
    }

    /* ==================== [ Our Network End ] ==================== */

    /* ==================== [ Who-We-Are Start ] ==================== */
    .who-we-are-link {
        margin-top: 40px;
        gap: 30px;
    }

    .tab-content .tab-content-wrapper .right-detail {
        gap: 40px;
    }

    .who-we-are-video {
        max-width: 100%;
        aspect-ratio: 770 / 585;
    }

    /* ==================== [ Who-We-Are End ] ==================== */
}

/* ==================== [ 991px ] ==================== */
@media (max-width: 991px) {

    /* ==================== [ Category Page Start ] ==================== */
    .category-page .category-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .category-page .category-mobile-filter-bar {
        display: flex;
        justify-content: flex-end;
        padding-top: 32px;
    }

    .category-page .category-filter-offcanvas .filter-group {
        max-width: none;
        padding: 0;
        border-right: 0;
    }

    .category-page .category-products {
        padding: 44px 0 56px;
    }

    .category-page .category-filter-offcanvas .offcanvas-body {
        padding: 24px 24px;
    }

    /* ==================== [ Category Page End ] ==================== */

    /* ==================== [ Headings Start ] ==================== */
    :root {
        --h1-fs: 44px;
        --h1-lh: 120%;
        --h1-ls: -0.8px;

        --h2-fs: 36px;
        --h2-lh: 120%;
        --h2-ls: -0.6px;

        --h3-fs: 30px;
        --h3-lh: 125%;
        --h3-ls: -0.4px;

        --h4-fs: 26px;
        --h4-lh: 130%;
        --h4-ls: -0.3px;

        --h5-fs: 20px;
        --h5-lh: 135%;
        --h5-ls: -0.2px;
    }

    /* ==================== [ Headings End ] ==================== */

    /* ==================== [ Font Size Start ] ==================== */
    .fs-28 {
        font-size: 22px;
    }

    .fs-36 {
        font-size: 26px;
    }

    /* ==================== [ Font Size End ] ==================== */

    /* ==================== [ Home-banner CSS Start ] ==================== */
    .home-banner {
        padding-top: 120px;
    }

    .home-banner .heading-disc {
        max-width: 100%;
    }

    /* ==================== [ Home-banner CSS End ] ==================== */

    /* ==================== [ Cooperation Start ] ==================== */

    .py-100 {
        padding-block: 60px;
    }

    .cooperation-block .number * {
        font-size: 65px;
        letter-spacing: -1.2px;
        margin-bottom: 8px;
    }

    .cooperation-block .number .badge {
        font-size: 14px;
    }

    /* ==================== [ Cooperation End ] ==================== */

    /* ==================== [ Our Network Start ] ==================== */
    .our-network {
        min-height: 620px;
    }

    /* ==================== [ Our Network End ] ==================== */

    /* ==================== Footer Start ==================== */
    .footer .footer-container .container-fluid {
        max-width: 720px;
    }

    .footer .footer-container .footer-row .footer-column {
        padding: 16px 0;
        /* border-style: dashed !important;
		border-color: rgba(0, 0, 0, 0.15) !important;  */
        border-width: 0px 0px 0px 0px !important;
    }

    .footer .footer-container .footer-row {
        flex-direction: column;
        padding-block: 16px;
    }

    .footer .footer-container .footer-row:first-child .footer-column {
        text-align: left;
    }

    .footer .footer-container .footer-row .footer-column:first-child::before,
    .footer .footer-container .footer-row .footer-column:nth-child(2)::before {
        display: none;
    }

    /* ==================== Footer End ==================== */
}

/* ==================== [ 767px ] ==================== */
@media (max-width: 767px) {

    /* ==================== [ Category Page Start ] ==================== */
    .category-page .category-product-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .category-page .category-products-heading {
        margin-bottom: 32px;
    }

    .category-page .category-products-heading h2 {
        font-size: 28px;
        letter-spacing: -0.4px;
    }

    /* ==================== [ Category Page End ] ==================== */

    /* ==================== [ Headings Start ] ==================== */
    :root {
        --h1-fs: 36px;
        --h1-lh: 125%;
        --h1-ls: -0.6px;

        --h2-fs: 30px;
        --h2-lh: 125%;
        --h2-ls: -0.4px;

        --h3-fs: 26px;
        --h3-lh: 130%;
        --h3-ls: -0.3px;

        --h4-fs: 22px;
        --h4-lh: 135%;
        --h4-ls: -0.2px;

        --h5-fs: 20px;
        --h5-lh: 140%;
        --h5-ls: -0.1px;

        --h6-fs: 18px;
        --h6-lh: 145%;
        --h6-ls: 0;
    }

    /* ==================== [ Headings End ] ==================== */

    /* ==================== [ Font Size Start ] ==================== */
    .fs-36 {
        font-size: 24px;
    }

    /* ==================== [ Font Size End ] ==================== */

    /* ==================== [ Home-banner CSS Start ] ==================== */
    .home-banner .banner-extra>* {
        text-align: left;
    }

    /* ==================== [ Home-banner CSS End ] ==================== */

    /* ==================== [ Cooperation CSS Start ] ==================== */
    .showreel-video {
        height: 420px;
    }

    /* ==================== [ Cooperation CSS End ] ==================== */

    /* ==================== [ Cooperation Start ] ==================== */

    .py-100 {
        padding-block: 35px;
    }

    .cooperation-block-container .cooperation-block {
        padding-bottom: 6px;
    }

    .cooperation-block-container .cooperation-block::after {
        top: unset;
        bottom: 0;
        background: url("../images/svgs/border-dash-mobile.svg");
        background-repeat: repeat-x;
        width: 100%;
        height: 1px;
    }

    .cooperation-block-container .cooperation-block:is(:nth-child(even))::after {
        opacity: 1;
    }

    .cooperation-block-container .cooperation-block:is(:last-child)::after {
        opacity: 0;
    }

    /* ==================== [ Cooperation End ] ==================== */

    /* ==================== [ Who-We-Are Start ] ==================== */
    .tab-content .tab-content-wrapper .tab-inner {
        flex-direction: column !important;
    }

    .tab-content .tab-content-wrapper .right-detail {
        margin: 30px 0 0 0 !important;
        gap: 20px;
    }

    .nav-pills .nav-link {
        padding: 8px 12px;
    }

    /* ==================== [ Who-We-Are End ] ==================== */

    /* ==================== [ Start-project Start ] ==================== */
    .start-project-wrp {
        padding: 35px;
    }

    /* ==================== [ Start-project End ] ==================== */

    /* ==================== [ Footer Start ] ==================== */
    .footer .footer-container .container-fluid {
        max-width: 540px;
    }

    /* ==================== [ Footer End ] ==================== */

    /* ==================== Contact Social Start ==================== */
    .contact-social .cooperation-block::after {
        bottom: -24px;
    }

    /* ==================== Contact Social End ==================== */
}

/* ==================== [ 575px ] ==================== */
@media (max-width: 575px) {

    /* ==================== [ Category Page Start ] ==================== */
    .category-page .category-product-card {
        min-height: 420px;
    }

    /* ==================== [ Category Page End ] ==================== */
}
