@media screen and (min-width: 320px) and (max-width: 767px) {
    .career_img {
        max-width: 100%;
    }

    .information img {
        width: 100% !important;
    }

    .mobile-nav__contact li>i {
        background-color: #2f9640 !important;
    }

    ul.mobile-nav__contact.list-unstyled {
        display: block;
    }

    ul.mobile-nav__contact.list-unstyled li {
        width: 100%;
    }

    .list-unstyled {
        display: flex;
    }

    .list-unstyled li {
        display: inline-block;
        width: 33.33%;
    }

    .quick-links-title {
        margin-bottom: 15px !important;
    }
    .catalog-card {
    display: flex;
    flex-direction: column;
    min-height: 365px;
    padding: 7px 6px;
  
}

    footer.custom-footer .mb-3 {
        margin-bottom: 0 !important;
    }

    .list-unstyled {
        margin-bottom: 0;
    }

    .footer-bottom {
        margin-top: 0;
    }

    span.mobile-nav__toggler i {
        color: #000;
    }

    .logo-section {
        text-align: left;
    }

    a.custom_btn.about_btn.cust_ab_btn span {
        font-size: 14px !important;
    }

    .menu_area {
        display: inherit !important;
    }

    .custom_btn {
        padding: 1px 11px;
    }

    .topbar__right.mobile_hoteline_btn {
        display: block !important;
        margin-left: 10px;
    }


    .topbar__right.mobile_hoteline_btn.hot_line a {
        font-size: 11px;
    }

    .custom_btn .arrow_icon_area {
        width: 30px;
        display: flex;
        align-items: center;
    }

    .custom_btn span,
    i {
        font-size: 10px;
    }

    .custom_btn i {
        margin-left: 5px;
    }

    .logo-box a img {
        width: 80%;
    }

    .main-menu .logo-box {
        justify-content: space-between;
        width: 100%;
    }

    .video-content {
        position: absolute;
        bottom: 26%;
        left: 10%;
    }

    .content {
        position: absolute;
        top: 15%;
        left: -1%;
        width: 100%;
        height: auto;
    }

    .eco-section {

        height: 490px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 79% 76%, 57% 81%, 26% 68%, 0% 79%);
    }

    .section-header h2 {
        font-size: 33px;
    }

    .mgi-contact-box {
        background: rgba(255, 255, 255, 0.96);
        padding: 20px;
        width: 550px;
        /* border-radius: 6px; */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-right: 0px;
    }

    header {
        padding-left: 0 !important;
    }

    .logo-box img {
        height: 60px !important;
    }

    .mgi-contact-section {
        padding: 10px;
    }

    .eco-section .content {
        margin-top: 0;
    }

    .profile_section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .profile_card {
        background: #fff;
        padding: 7px;
        height: 290px;
        border-radius: 10px;
    }

    .card-text {
        height: 30px;
        margin: 5px;
        line-height: 15px;
        font-size: 13px;
        overflow: hidden;

    }

    .content .homepage-banner__inner {
        /* display: table-cell; */
        /* vertical-align: middle; */
        /* text-align: start; */
        padding-left: 0px;
        padding-right: 0px;
    }

    .homepage-banner__inner .short-heading p {
        color: #fff;
        font-size: 9px;
        font-weight: 200;
        display: none;
    }

    .homepage-banner__inner .field-heading .heading {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    /* .homepage-banner__inner {
        position: absolute;
        top: 50%;
        left: 20px;
    } */

    .video-content .homepage-banner__inner .field-heading h2 {
        font-size: 39px;
        color: white;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .search-icon i {
        color: white;
        font-size: 20px;
        margin-left: 20px;
    }

    .menu_search form input {
        width: 350px;
    }

    .prod-image {
        margin-top: 0em;
    }

    .breadcrumb_text {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0px;
    }

    .careers_breadcrumb {
        align-items: flex-start;
        text-align: left;
    }

    .careers_breadcrumb ul {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: auto;
    }

    /* about section start   */
    .home-about-showcase {
        padding: 58px 0 66px;
    }

    .home-about-showcase .container {
        padding: 0 18px;
    }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-about-content {
        max-width: 100%;
    }

    .home-about-badge {
        padding: 7px 13px;
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    .home-about-title {
        margin: 18px 0 14px;
        font-size: 31px;
        line-height: 1.2;
    }

    .home-about-copy {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .home-about-points {
        gap: 11px;
        margin-bottom: 26px;
    }

    .home-about-point {
        font-size: 14px;
    }

    .home-about-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 22px;
        font-size: 15px;
    }

    .home-about-visual {
        min-height: auto;
        padding: 0;
    }

    .home-about-image-frame {
        padding: 8px;
        border-radius: 22px;
    }

    .home-about-image-wrap {
        border-radius: 16px;
    }

    .home-about-image-wrap img {
        height: 330px;
    }

    .home-about-floating-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 14px;
        padding: 16px;
        animation: none;
    }

    .home-about-floating-card-two {
        left: auto;
        bottom: auto;
    }

    .home-about-orbit {
        display: none;
    }

    .about-page-showcase {
        padding: 58px 0 68px;
    }

    .about-page-showcase .container {
        padding: 0 18px;
    }

    .about-page-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-page-badge {
        padding: 7px 13px;
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    .about-page-content h2 {
        margin: 18px 0 16px;
        font-size: 31px;
        line-height: 1.2;
    }

    .about-page-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .about-page-points {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 26px;
    }

    .about-page-point {
        min-height: auto;
        padding: 16px;
    }

    .about-page-visual {
        min-height: auto;
        padding: 0;
    }

    .about-page-media-frame {
        padding: 8px;
        border-radius: 22px;
    }

    .about-page-video,
    .about-page-image {
        border-radius: 16px;
    }

    .about-page-video iframe,
    .about-page-image img {
        height: 260px !important;
    }

    .about-page-floating-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 14px;
        padding: 16px;
        animation: none;
    }

    .about-page-floating-card-two {
        left: auto;
        bottom: auto;
    }

    .about-page-orbit {
        display: none;
    }

    .about .name {
        font-size: 21px;
        color: #2f9640;
        font-weight: 700;
    }

    .service_title {
        text-align: center;
        margin-top: 0px;
    }

    section.about.about_section {
        padding: 10px 0;
    }

    .product_title h2 {
        font-size: 25px;
    }

    .product_title {
        text-align: center;
        margin-top: 20px;
    }

    .product-item {
        margin: 10px 0px;

    }

    .product_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-item .product_img img {
        width: 100%;
        height: 100%;
    }

    .service_title h2 {
        font-size: 25px;
        margin: 15px 0;
    }

    .notice_tab>.d-flex {
        gap: 10px;
        display: block !important;
    }

    .left_tab {
        width: 100%;
    }

    .right_tab {
        width: 100%;
    }


    .blog-card__content h3 {
        font-size: 13px !important;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .about .title {
        font-size: 52px;
        color: #000;
        font-weight: 700;
    }

    .custom-footer {
        padding: 0px 0 !important;
    }

    .about .custom_container p {
        font-size: 15px;
        font-weight: 600;
        color: black;
    }

    .about_btn {
        margin-bottom: 40px;
    }

    .custom_btn span,
    i {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
    }

    .search_menu_mobile i {
        color: #000 !important;
        display: block !important;
    }

    .header-quick-actions {
        display: none !important;
    }

    .quote-cart-mobile {
        display: inline-flex !important;
        align-items: center;
    }

    li.search_menu {
        display: none;
    }

    .close_search {
        top: -40px;

    }
     .product-detail-top {
        grid-template-columns: 1fr;
    }

    .product-detail-gallery {
        min-height: 360px;
    }
     .contact-divider {
        display: none;
    }
    .contact-experience {
                padding: 64px 0 46px;
            }

            .contact-map-intro {
                padding-top: 16px;
            }

            .contact-map-intro__heading {
                margin-bottom: 22px;
            }

            .contact-map-intro__heading h2 {
                font-size: 30px;
            }

            .contact-map-intro__map {
                width: calc(100% - 28px);
                height: 250px;
            }

            .contact-map-intro__map iframe {
                min-height: 250px;
            }

            .contact-info-grid {
                grid-template-columns: 1fr;
            }

            .contact-branch-panel {
                padding: 8px 0 10px;
            }

            .contact-branch-item h3 {
                font-size: 18px;
            }

            .contact-branch-details {
                font-size: 15px;
            }

            .contact-info-card {
                min-height: auto;
            }

            .contact-form-panel {
                padding: 24px 18px;
            }

            .contact-form-panel h2 {
                font-size: 24px;
            }

            .contact-map-wrap {
                padding-top: 36px;
            }

    /* about section end */

    .home-new-arrivals {
        padding: 50px 0 46px;
    }

    .home-new-arrivals .container {
        padding: 0 18px;
    }

    .new-arrivals-head,
    .new-arrivals-title-row {
        display: block;
    }

    .new-arrivals-head {
        margin-bottom: 28px;
    }

    .new-arrivals-title-row h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .new-arrivals-title-row p {
        max-width: 100%;
        padding-left: 0;
        border-left: 0;
        font-size: 13px;
    }

    .new-arrivals-link {
        margin-top: 18px;
        font-size: 14px;
    }

    .new-arrivals-track {
        grid-auto-columns: 86%;
        gap: 16px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .new-arrivals-card {
        min-height: 390px;
        padding: 12px;
    }

    .new-arrivals-media {
        height: 220px;
    }

    .new-arrivals-product-title {
        min-height: auto;
        font-size: 14px;
    }

    .new-arrivals-nav {
        width: 34px;
        height: 34px;
    }

    .new-arrivals-prev {
        left: -8px;
    }

    .new-arrivals-next {
        right: -8px;
    }

    .brand-header {
        margin-bottom: 34px;
    }

    .brand-header span {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.22em;
    }

    .brand-header h2 {
        font-size: 27px;
        line-height: 1.28;
        letter-spacing: 0.12em;
    }

    .brand-header p {
        font-size: 13px;
    }

    .brand-showcase::before,
    .brand-showcase::after {
        width: 44px;
    }

    .brand-track {
        gap: 18px;
        animation-duration: 18s;
    }

    .brand-item {
        flex-basis: 150px;
        min-height: 104px;
        padding: 14px;
        border-radius: 16px;
    }

    .brand-item img {
        max-width: 124px;
        max-height: 74px;
    }

    /* precision section start  */
    .precision_container {
        /* height: 233px; */
        padding: 0px 30px;
    }

    .precision_left p {
        font-size: 13px;
        font-weight: 500;
    }

    .precision_left .title {
        font-size: 36px;
        font-weight: 800;
    }


    /* precision section end */
    /* sustainiblity section start  */
    .biologicals_left .title {
        font-size: 33px;
        font-weight: 800;
        color: white;
    }

    /* sustainiblity section end */

    /* biology section start   */
    .biologicals_left p {
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .biologicals_btn {
        width: 239px;
        margin-top: 15px;
    }

    .biologicals_img {
        /* height: 300px; */
    }

    .precision_container {
        height: 0px;
        padding: 0px 30px;
    }

    /* biology section end */

    /* footer up nav links start  */
    .footer_up_navbar .navbar .navbar-nav {
        flex-direction: column;
    }

    .logo-divider {
        width: 100%;
    }

    .custom-footer {
        text-align: start;
    }

    .social_container {
        justify-content: start;
    }

    /* footer up nav links end */
    .sustainability_left .title span {
        font-size: 32px;
        line-height: 1.2;
    }

    .video-container {
        height: 185px;
    }

    .video-container .owl-carousel .owl-item img,
    .video-container .owl-carousel .owl-item video {
        height: 185px !important;
    }

    .about .container {
        padding: 10px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        right: 20px;
        bottom: 110px;
    }

    a.social-circle.linkedin i {
        color: #fff;
    }

    .eco-section h1 {
        font-size: 22px;
    }

    .eco-section p {
        font-size: 12px;
    }

    .stats-section {
        padding: 72px 16px 80px;
    }

    .stats-header {
        margin-bottom: 36px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .stat-card {
        width: 100%;
        min-height: 250px;
        padding: 22px 20px 24px;
    }

    .stats-header h2 {
        font-size: 32px;
    }

    .stats-header p {
        letter-spacing: 0.12em;
        font-size: 13px;
    }

    .stat-card-top {
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .stat-metric {
        gap: 6px;
        margin-bottom: 16px;
    }

    .stat-icon {
        width: 58px;
        height: 58px;
    }

    .stat-icon i {
        font-size: 24px;
    }

    .stat-metric h3 {
        font-size: 38px;
    }

    .stat-plus {
        font-size: 21px;
    }

    .catalog-page {
        padding: 44px 0 56px;
        background-attachment: scroll;
    }

    .catalog-heading {
        margin-bottom: 30px;
    }

    .catalog-heading h1 {
        font-size: 28px;
    }

    .catalog-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .catalog-sidebar {
        position: static;
    }

    .catalog-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-sort {
        min-width: 0;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-card {
        min-height: auto;
    }

    .catalog-card-media {
        height: 230px;
    }

  .catalog-card-title {
    min-height: 0;
    font-size: 12px;
}
.catalog-quote-btn {
    gap: 4px;
    min-height: 30px;
    padding: 6px 12px;

    font-size: 12px;
   
}
.catalog-card-media {
    margin-bottom: 0px;

}

    .stat-card-bottom p {
        font-size: 16px;
        line-height: 1.55;
        word-break: break-word;
    }

    .home-media-spotlight {
        padding: 72px 16px 82px;
    }

    .media-spotlight-header {
        margin-bottom: 42px;
    }

    .media-spotlight-header h2 {
        font-size: 32px;
    }

    .media-spotlight-header p {
        font-size: 15px;
    }

    .media-spotlight-row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 18px;
        border-radius: 20px;
    }

    .media-spotlight-row+.media-spotlight-row {
        margin-top: 28px;
    }

    .media-spotlight-event .media-spotlight-content,
    .media-spotlight-content {
        min-height: auto;
        padding: 8px 8px 18px;
    }

    .media-spotlight-event .media-spotlight-content {
        order: 2;
        padding: 8px 8px 18px;
    }

    .media-spotlight-event .media-spotlight-visual {
        order: 1;
    }

    .media-spotlight-image-wrap {
        max-width: 100%;
    }

    .media-spotlight-image-wrap img {
        height: 300px;
    }

    .media-spotlight-content h3 {
        font-size: 25px;
    }

    .media-spotlight-word {
        right: 16px;
        bottom: 12px;
        font-size: 44px;
    }

    .media-spotlight-news .accent-right {
        right: 18px;
        width: 10px;
        height: 170px;
    }

    .media-spotlight-event .accent-left {
        left: 18px;
        top: 26px;
        width: 10px;
        height: 170px;
    }

    .media-spotlight-event .accent-bottom,
    .media-spotlight-news .accent-top {
        width: 104px;
        height: 92px;
    }

    .media-spotlight-date {
        min-width: 70px;
        padding: 8px 6px 9px;
    }

    .media-spotlight-news .media-spotlight-word {
        right: 18px;
        bottom: 14px;
    }

    .media-spotlight-event .media-spotlight-word {
        left: auto;
        right: 18px;
        top: auto;
        bottom: 14px;
    }

    .media-spotlight-event .media-spotlight-date {
        left: 18px;
        top: 18px;
    }

    .media-spotlight-date strong {
        font-size: 18px;
    }

    @media (max-width: 576px) {
        .stats-section {
            padding: 64px 12px 72px;
        }

        .stats-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .stats-header h2 {
            font-size: 27px;
            line-height: 1.2;
        }

        .stats-header p {
            font-size: 12px;
            letter-spacing: 0.08em;
        }

        .stat-card {
            min-height: auto;
            padding: 20px 18px 22px;
            border-radius: 22px;
        }

        .stat-card-top {
            margin-bottom: 24px;
        }

        .stat-icon {
            width: 52px;
            height: 52px;
            border-radius: 16px;
        }

        .stat-icon i {
            font-size: 22px;
        }

        .stat-index {
            font-size: 12px;
            letter-spacing: 0.16em;
        }

        .stat-metric h3 {
            font-size: 34px;
        }

        .stat-card-bottom p {
            font-size: 15px;
        }

        .stat-line {
            width: 52px;
            margin-top: 18px;
        }

        .home-media-spotlight {
            padding: 58px 12px 66px;
        }

        .media-spotlight-header {
            margin-bottom: 32px;
        }

        .media-spotlight-eyebrow {
            font-size: 10px;
        }

        .media-spotlight-header h2 {
            font-size: 27px;
        }

        .media-spotlight-header p {
            font-size: 14px;
        }

        .media-spotlight-row {
            gap: 18px;
            padding: 14px;
        }

        .media-spotlight-row+.media-spotlight-row {
            margin-top: 22px;
        }

        .media-spotlight-image-wrap img {
            height: 220px;
        }

        .media-spotlight-content,
        .media-spotlight-event .media-spotlight-content {
            padding: 4px 4px 14px;
        }

        .media-spotlight-content h3 {
            margin-bottom: 16px;
            font-size: 20px;
            line-height: 1.35;
        }

        .media-spotlight-link {
            font-size: 12px;
            min-height: 36px;
            padding: 0 15px;
        }

        .media-spotlight-word {
            display: none;
        }

        .media-spotlight-news .accent-top {
            top: 8px;
            left: 8px;
            width: 78px;
            height: 62px;
        }

        .media-spotlight-news .accent-right {
            top: 24px;
            right: 12px;
            width: 12px;
            height: 112px;
        }

        .media-spotlight-event .accent-left {
            top: 24px;
            left: 12px;
            width: 12px;
            height: 112px;
        }

        .media-spotlight-event .accent-bottom {
            right: 8px;
            bottom: 8px;
            width: 78px;
            height: 62px;
        }

        .media-spotlight-date {
            right: 12px;
            bottom: 12px;
            min-width: 64px;
        }

        .media-spotlight-news .media-spotlight-word {
            right: 24px;
            bottom: 18px;
        }

        .media-spotlight-event .media-spotlight-date {
            right: auto;
            left: 12px;
            top: 12px;
        }

        .media-spotlight-date span {
            font-size: 11px;
        }

        .media-spotlight-date strong {
            font-size: 16px;
        }
    }

    .corporate-hero, .hero-inner {
    min-height: 185px;
}

    .hero-inner {
        padding: 30px 0;
    }

    .hero-copy {
        max-width: 100%;
        padding: 34px 26px;
        margin: 0 24px 0 70px;
    }

    .hero-copy h1 {
        font-size: 2.4rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-nav button {
        width: 52px;
        height: 52px;
    }



    .corporate-hero {
        margin-top: -35px;
    }

    .hero-copy {
        margin: 0 22px 0 30px;
        padding: 28px 22px;
    }

    .hero-copy h1 {
        font-size: 20px;
    }

    .hero-eyebrow {
        font-size: 12px;
    }

    .hero-prev {
        left: 10px;
    }

    .hero-next {
        right: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home-about-showcase {
        padding: 78px 0 86px;
    }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .home-about-content {
        max-width: 760px;
    }

    .home-about-title {
        font-size: 44px;
    }

    .home-about-visual {
        max-width: 720px;
        min-height: 560px;
        margin: 0 auto;
    }

    .home-about-image-wrap img {
        height: 520px;
    }

    .home-about-floating-card-one {
        right: -8px;
    }

    .home-about-floating-card-two {
        left: -8px;
    }

    .about-page-showcase {
        padding: 78px 0 88px;
    }

    .about-page-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-page-content {
        max-width: 820px;
    }

    .about-page-content h2 {
        font-size: 44px;
    }

    .about-page-visual {
        max-width: 760px;
        min-height: 560px;
        margin: 0 auto;
    }

    .about-page-video iframe,
    .about-page-image img {
        height: 430px !important;
    }

    .home-new-arrivals {
        padding: 64px 0 58px;
    }

    .new-arrivals-head {
        align-items: flex-start;
        gap: 18px;
    }

    .new-arrivals-title-row {
        gap: 20px;
    }

    .new-arrivals-title-row h2 {
        font-size: 32px;
    }

    .new-arrivals-title-row p {
        padding-left: 20px;
        font-size: 13px;
    }

    .new-arrivals-track {
        grid-auto-columns: calc((100% - 26px) / 2);
    }

    .new-arrivals-media {
        height: 240px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .new-arrivals-track {
        grid-auto-columns: calc((100% - 52px) / 3);
    }

    .brand-section {
        padding: 72px 0 78px;
    }

    .brand-header h2 {
        font-size: 32px;
        letter-spacing: 0.16em;
    }

    .brand-showcase::before,
    .brand-showcase::after {
        width: 88px;
    }

    .brand-track {
        gap: 30px;
    }

    .brand-item {
        flex-basis: 190px;
        min-height: 132px;
    }
}

   @media (prefers-reduced-motion: reduce) {
            .home-about-blob,
            .home-about-floating-card,
            .home-about-orbit,
            .shine-effect::after,
            .about-page-blob,
            .about-page-media-frame,
            .about-page-floating-card,
            .about-page-orbit,
            .brand-bg-shape,
            .brand-track,
            .stats-section::before,
            .stats-section::after,
            .stat-item::before,
            .stat-card,
            .stat-card::before,
            .stat-card::after,
            .stat-icon,
            .stat-line::after,
            .media-spotlight-bg,
            .media-spotlight-row::before,
            .media-spotlight-word,
            .media-spotlight-accent,
            .contact-float-shape,
            .contact-divider span::after,
            .contact-form-shell::before,
            .contact-submit::after {
                animation: none;
            }

            .home-about-image-frame,
            .home-about-image-wrap img,
            .home-about-btn,
            .media-spotlight-image-wrap img,
            .media-spotlight-link,
            .contact-reveal,
            .contact-info-card,
            .contact-submit,
            .contact-submit i {
                transition: none;
            }
        }

/* Notice pages */
@media (prefers-reduced-motion: reduce) {
            .notice-latest-card,
            .notice-card,
            .notice-latest-body::before {
                animation: none;
            }

            .notice-latest-card,
            .notice-card,
            .notice-tab,
            .notice-action,
            .notice-icon,
            .notice-latest-image img {
                transition: none;
            }
        }

@media (max-width: 991px) {
            .notice-hero,
            .notice-latest-card {
                grid-template-columns: 1fr;
            }

            .notice-filter-bar {
                align-items: stretch;
                flex-direction: column;
            }

            .notice-search {
                flex: 1 1 auto;
            }

            .notice-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

@media (max-width: 575px) {
            .notice-board-inner {
                padding: 54px 14px;
            }

            .notice-hero {
                gap: 24px;
            }

            .notice-latest-body {
                padding: 24px;
            }

            .notice-grid {
                grid-template-columns: 1fr;
            }

            .notice-card-footer {
                align-items: flex-start;
                flex-direction: column;
            }

            .notice-tab {
                flex: 1 1 auto;
                justify-content: center;
            }
            main.main_content {
    margin-top: 35px;
}
        }

/* Notice pages */
@media (max-width: 991px) {
            .notice-detail-layout {
                grid-template-columns: 1fr;
            }

            .notice-detail-side {
                position: static;
            }
        }

@media (max-width: 575px) {
            .notice-detail-inner {
                padding: 52px 14px;
            }

            .notice-detail-image {
                height: 250px;
            }

            .notice-detail-content,
            .notice-document-panel,
            .notice-detail-side {
                padding: 22px;
            }

            .notice-related-grid {
                grid-template-columns: 1fr;
            }

            .notice-document-frame,
            .notice-document-frame iframe,
            .notice-document-frame object {
                min-height: 420px;
                height: 420px;
            }
        }

/* Footer */
@media (max-width: 1199px) {
    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mgi-footer {
        padding-top: 58px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 38px;
    }

    .footer-brand-panel {
        padding: 22px;
    }

    .footer-logo-img {
        max-width: 190px;
        max-height: 74px;
    }

    .footer-about {
        font-size: 14px;
    }

    .footer-contact-item > span i,
    .footer-social a i,
    .footer-bottom a i {
        font-size: 15px;
    }

    .footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .footer-title {
        margin-bottom: 16px;
    }

    .footer-contact-item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .footer-contact-item > span {
        width: 36px;
        height: 36px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
    }
}

/* Product catalog */
@media (max-width: 1399px) {
    .catalog-shell {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-card-media {
        height: 220px;
    }
}

@media (max-width: 1199px) {
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .catalog-shell {
        grid-template-columns: 1fr;
    }

    .catalog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .catalog-sidebar {
        display: flex;
    }
}

/* Quote basket and checkout */
@media (max-width: 991px) {
    .quote-basket-item {
        grid-template-columns: 100px minmax(0, 1fr) auto;
    }

    .quote-basket-qty-form {
        grid-column: 2 / 3;
    }

    .quote-basket-remove {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
    }

    .quote-checkout-shell {
        grid-template-columns: 1fr;
    }

    .quote-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .quote-basket-page {
        padding: 42px 0 56px;
    }

    .quote-basket-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .quote-basket-head h1 {
        font-size: 28px;
    }

    .quote-basket-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
        padding: 16px;
    }

    .quote-basket-item img {
        height: 78px;
    }

    .quote-basket-title {
        font-size: 16px;
    }

    .quote-basket-qty-form {
        grid-column: 1 / -1;
    }

    .quote-basket-remove {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .quote-basket-qty,
    .quote-basket-remove button,
    .quote-basket-checkout {
        width: 100%;
    }

    .quote-basket-qty {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .quote-basket-actions {
        justify-content: stretch;
    }
}

@media (max-width: 575px) {
    .quote-checkout-page {
        padding: 40px 0 54px;
    }

    .quote-checkout-section,
    .quote-summary {
        padding: 18px;
    }

    .quote-checkout-grid {
        grid-template-columns: 1fr;
    }

    .quote-checkout-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quote-checkout-submit {
        width: 100%;
    }

    .quote-checkout-section-title h2,
    .quote-summary h3 {
        font-size: 18px;
    }

    .quote-summary-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .quote-summary-price {
        grid-column: 2 / 3;
    }
}

/* Sister concerns */
@media (max-width: 1199px) {
    .sister-concern-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sister-concert-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sister-concert-page {
        padding: 68px 0 78px;
    }

    .sister-concern-grid,
    .sister-concert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .sister-concert-page {
        padding: 54px 0 62px;
    }

    .sister-concern-header h2,
    .sister-concert-head h2 {
        font-size: 28px;
    }

    .sister-concern-grid,
    .sister-concert-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sister-concern-card {
        min-height: 165px;
    }
}

