@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: #161616 !important;
}

.navbar-dark .navbar-brand svg {
    width: 98px;
    height: 79px;
    display: block;
}

.is-sticky .navbar-dark .navbar-brand svg {
    width: 72.294921875px;
    height: 57.622520446777344px;
}

.newsFilterGroup option {
    color: #000;
}

.is-sticky .navbar-brand svg path.logoLine {
    fill: #646466;
}

#main_navbar .navbar {
    padding: 0.1rem 0;
}

ul.navbar-nav li.nav-item:last-child,
ul.navbar-nav li.nav-item:last-child>.nav-link {
    padding-right: 0;
}

a.navbar-brand img {
    width: 100%;
    max-width: 100px;
}

ul.navbar-nav a {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: "Arial bold", sans-serif;
}

ul.navbar-nav li {
    padding: 0 30px;
    font-size: 18px;
}

.timeline-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}

.timeline-item.timelineitem_120 .tmInnerRow {
    display: flex;
    flex-direction: column-reverse;
}

.timeline-container::after {
    content: '';
    display: table;
    clear: both;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #FFC107;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    width: 50%;
    position: relative;
}

.timeline-item::after {
    content: '';
    display: table;
    clear: both;
}

.timeline-year {
    position: absolute;
    top: 0;
    background-color: #161616;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    z-index: 3;
}

.timeline-item:nth-child(odd) .timeline-year {
    right: 0;
    transform: translateX(50%);
}

.timeline-item:nth-child(even) .timeline-year {
    left: 0;
    transform: translateX(-50%);
}

/* Content wrapper */
.timeline-content {
    width: 100%;
    padding-top: 95px;
    position: relative;
    padding-bottom: 40px;
}

/* Horizontal Connector Line */
.timeline-content::before {
    content: '';
    position: absolute;
    top: 21px;
    height: 2px;
    background-color: #2B5B81;
    z-index: 0;
}

.timeline-section a.btn-site.btn-outlined {
    text-transform: none;
}

.timeline-buttons a.btn-site.btn-outlined {
    text-transform: none;
}

.mac {
    margin-top: 20px;
}

/* --- FLOAT & SPACING LOGIC FOR ODD/EVEN --- */

/* ODD ITEMS -> Floated Left */
.timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
    padding-right: 50px;
    float: left;
}

/* Connecting line goes from right of the content box to the center */
.timeline-item:nth-child(odd) .timeline-content::before {
    right: 0;
    width: 100%;
}

/* EVEN ITEMS -> Floated Right */
.timeline-item:nth-child(even) .timeline-content {
    text-align: left;
    padding-left: 50px;
}

.timeline-item:nth-child(even) {
    float: right;
    clear: right;
    margin-top: 150px;
    /* Staggered offset */
}

.timeline-item:nth-child(odd) {
    float: left;
    clear: left;
}

.timeline-item.timelineitem_122 {
    margin-top: 30px;
}

.timeline-item.timelineitem_125 {
    margin-top: 120px;
}

.timeline-item.timelineitem_127 {
    margin-top: 0;
}

.timeline-item.timelineitem_130 {
    margin-top: 150px;
}

/* Connecting line goes from left of the content box to the center */
.timeline-item:nth-child(even) .timeline-content::before {
    left: 0;
    width: 100%;
}

.timeline-content h2 {
    margin: 0 0 10px 0;
    font-size: clamp(1.5rem, 0.9286rem + 1.1905vw, 2rem);
    font-weight: 600;
    color: #ffffff;
    line-height: normal;
    max-width: 498px;
}

.timeline-content p {
    margin: 15px 0 15px 0;
    color: #ffff;
    line-height: 28px;
    font-size: clamp(1rem, 0.375rem + 1.0417vw, 1.3125rem);
    max-width: 498px;
}

/* Image Wrappers */
.timeline-image-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    max-width: 100%;
}

.timeline-content img {
    max-width: 205px;
}

.timeline-image-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    height: auto;
}

.timeline-item.timelineitem_116 .tmInnerRow {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    float: left;
}

.timeline-item.timelineitem_116 .timeline-content p {
    max-width: 287px;
}

.history-desc {
    max-width: 588px;
}

.history-desc p {
    font-size: clamp(1rem, 0.375rem + 1.0417vw, 1.3125rem);
    line-height: 28px;
    color: #DBDBDB;
}

.history-desc strong {
    font-size: clamp(1rem, 0.5893rem + 0.5952vw, 1.125rem);
    font-size: 18px;
}

.timeline-buttons .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.banner-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 90%) 0%, rgba(0, 0, 0, 40%) 100%);
    z-index: 1;
    pointer-events: none;
}

.banner-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 60%;
}

.banner-top {
    position: relative;
    overflow: hidden;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 24.5%;
}

.banner-top img,
.banner-top video {
    position: relative;
    z-index: 0;
    transition: transform 6s ease-out;
    transform-origin: right center;
    animation: banner-zoom 14s infinite alternate ease-in-out;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    height: 100% !important;
    max-height: 100%;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}

@keyframes banner-zoom {
    0% {
        transform: scale(1) translateX(0);
    }

    100% {
        transform: scale(1.2) translateX(5%);
    }
}

/* Banner media toggles (desktop vs mobile) */
.mobile-media {
    display: none !important;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

.custom-points-wrapper ul ul {
    padding-top: 10px;
    padding-bottom: 5px;
}

h1.page_title {
    font-size: clamp(2rem, -0.3214rem + 5.3571vw, 4.4rem);
    margin-bottom: 16px;
    margin-top: 16px;
}

h2.page_subtitle {
    font-size: clamp(0.8125rem, 0.0268rem + 1.6369vw, 1.5rem);
    line-height: clamp(1.25rem, 0.625rem + 0.5859vw, 2rem);
    text-transform: uppercase;
}

.banner_text h1.page_title,
.banner_text h2.page_subtitle {
    opacity: 0;
    transform: translateY(30px);
}

.banner_text h1.page_title {
    animation: figma-spring-entrance 0.8s forwards;
    animation-delay: 1ms;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.banner_text h2.page_subtitle {
    animation: figma-spring-entrance 0.8s forwards;
    animation-delay: 150ms;
}

@keyframes figma-spring-entrance {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.timeline-section {
    padding-bottom: 128px;
}

.timeline-buttons {
    margin-top: 75px;
}

.page_banner {
    position: relative;
}

/* Timeline Footer Buttons */
.timeline-footer-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.timeline-btn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border: 1px solid #ffffff;
    /* White outline */
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.timeline-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

.left-image-right-text h2 {
    font-size: clamp(1.5rem, 0.2143rem + 2.6786vw, 2.625rem);
}

.left-image-right-text p {
    font-size: clamp(1rem, 0.375rem + 1.0417vw, 1.3125rem);
    max-width: 588px;
    line-height: 28px;
}

span.contact-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
}

.contact-item a {
    text-decoration: underline !important;
}

.history-space {
    margin-bottom: clamp(1.5625rem, -3.0089rem + 9.5238vw, 5.5625rem);
}

.contact-item.phone a {
    text-decoration: unset !important;
}

.warranty-deatils li {
    font-size: 21px;
    line-height: 28px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}


.warranty-deatils ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.warranty-deatils li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../images/check.svg") no-repeat center;
    background-size: contain;
}

.warranty-deatils {
    margin: clamp(1.5625rem, -1.3661rem + 6.1012vw, 4.125rem) 0;
}

.warranty-desc {
    margin-bottom: 0 !important;
}

.warranty-deatils.num {
    padding-left: 0px;
}

.warranty-deatils.num li {
    list-style-position: outside;
    padding-left: 10px;
}

.warranty-deatils.num li::before {
    display: none !important;
}

.warranty-deatils.num ol {
    padding-left: 20px !important;
}

.warranty-wrapper {
    margin-top: clamp(1.5625rem, -1.2232rem + 5.8036vw, 4rem);
}

.category-item-link:hover {
    text-decoration: none;
}

@media (max-width: 1699px) {
    .banner-top {
        padding-bottom: 35%;
    }
}

/* General spacing adjustments */
@media (max-width: 768px) {

    /* Basic tablet/mobile adjustment if needed */
    .timeline-container::before {
        left: 0;
    }

    .timeline-year {
        left: 20px;
        transform: translateX(-50%);
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: 20px;
        width: calc(100% - 20px);
        right: auto;
    }

    .timeline-item:nth-child(odd) {
        float: none;
        margin-top: 50px;
    }

    .timeline-item:nth-child(even) {
        float: none;
        margin-top: 50px;
    }

    .timeline-item {
        width: 100%;
        position: relative;
    }

    .timeline-item:nth-child(even) .timeline-year {
        left: 5px;
        transform: translateX(0%);
    }

    .timeline-item:nth-child(odd) .timeline-year {
        right: auto;
        transform: translateX(0);
        left: 5px;
    }

    .timeline-buttons .wpb_wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .timeline-buttons .btn-site span {
        display: block;
        text-align: center;
    }

    .timeline-content img {
        max-width: 155px;
    }

    .timeline-image-wrapper img {
        max-width: 100%;
    }

    .banner-top.has-mobile-media .desktop-media {
        display: none !important;
    }

    .banner-top.has-mobile-media .mobile-media {
        display: block !important;
    }

    .banner-top {
        position: relative;
        overflow: hidden;
        display: block;
        overflow: hidden;
        position: relative;
        padding-bottom: 68%;
    }

    .banner-top img,
    .banner-top video {
        position: relative;
        z-index: 0;
        transition: transform 6s ease-out;
        transform-origin: right center;
        animation: banner-zoom 14s infinite alternate ease-in-out;
        position: absolute;
        top: 0;
        transform: translate(0, -50%);
        left: 0;
        right: 0;
        height: 100% !important;
        max-height: 100%;
        margin: 0 auto;
        object-fit: cover;
        width: 100%;
    }
}

.navbar-collapse {
    justify-content: end;
}

.megamenu-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}

.megamenu-col {
    position: relative;
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
    aspect-ratio: 1 / 1;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
    padding: 8px;
    /* grid-template-rows: repeat(5, minmax(0px, 1fr)); */
}

.megamenu-col.megamenu-col--full {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
    aspect-ratio: 1 / 2;
}

ul.megamenu-sub-links {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.megamenu-col:hover ul.megamenu-sub-links {
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav ul.megamenu-sub-links li {
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

ul.megamenu-sub-links li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

ul.megamenu-sub-links li a:hover {
    opacity: 0.8;
}

.megamenu-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu-card__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.megamenu-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.64) 45%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.megamenu-card__overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.megamenu-col:hover .megamenu-card__overlay::after {
    opacity: 1;
}

span.megamenu-card__title {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: "Arial bold", sans-serif;
}

.megamenu-cardbox {
    position: absolute;
    top: 24px;
    z-index: 2;
    left: 20px;
    right: 24px;
}

.megamenu-col:hover span.megamenu-card__title::after {
    opacity: 1;
}

.megamenu-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ncmt-megamenu-dropdown {
    display: none;
    position: fixed;
    top: 104px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 30px;
    transition: background-color 0.3s ease;
}

header#header.is-sticky .ncmt-megamenu-dropdown {
    position: fixed;
    top: 40px;
    padding-top: 30px;
}

.megamenu-inner-wrap {
    background-color: #000;
    padding-bottom: 30px;
}

/* .nav-item:hover .ncmt-megamenu-dropdown {
    display: block;
} */

span.megamenu-arrow img {
    transition: opacity 0.3s ease;
    width: 13px;
    height: 13px;
}

.nav-link:hover span.megamenu-arrow img,
.nav-item:hover span.megamenu-arrow img {
    opacity: 1;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.service-menu .megamenu-inner {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.service-menu .megamenu-col {
    aspect-ratio: unset;
}

.news-menu .megamenu-inner {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}

.about-menu .megamenu-inner {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.news-menu .megamenu-col:first-child {
    grid-column: span 3 / span 3;
    grid-row: span 1 / span 1;
    aspect-ratio: 3 / 1;
}

.news-menu .megamenu-col:last-child {
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
    aspect-ratio: 2 / 1;
}

.about-menu .megamenu-col.megamenu-col--full {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
    aspect-ratio: 2 / 2;
}

header.top_header.no_banner {
    border-bottom: 1px solid #ffffff4a;
}

.header-menu {
    position: relative;
    padding-top: 25px;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
}

.top-menu ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
}

a.top-nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

a.top-nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

li.top-nav-item {
    list-style: none;
}

header#header.is-sticky .top-menu {
    display: none;
}

header#header.is-sticky .header-menu {
    padding-top: 0;
}

/* Sticky Header Styles */
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

header#header:hover {
    background-color: #000;
}

header#header.is-sticky {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


header#header.is-sticky span.megamenu-arrow img {
    filter: brightness(0);
    opacity: 1;
}

.navbar-toggler svg {
    height: 29px;
    width: 39px;
    display: block;
}

.navbar-toggler svg.menuLineClose {
    height: 40px;
    width: 40px;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-toggler .menuLineClose {
    display: none;
}

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

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

.is-sticky .navbar-toggler svg rect,
.is-sticky .navbar-toggler svg path {
    fill: rgb(0, 0, 0) !important;
}

.is-sticky .navbar-toggler svg path {
    fill: rgb(255, 255, 255) !important;
}

.megamenu-titleBack {
    display: none;
}

.top-nav-itemInner {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

@media (min-width: 1199.5px) {
    .nav-item:hover .ncmt-megamenu-dropdown {
        display: block;
    }

    header#header.is-sticky ul.navbar-nav>li>a.nav-link {
        color: #000;
    }

    header#header.is-sticky .navbar-dark .navbar-nav .nav-link:focus,
    header#header.is-sticky .navbar-dark .navbar-nav .nav-link:hover {
        color: #000 !important;
    }

    .service-menu .megamenu-card__img-wrap {
        display: block;
        overflow: hidden;
        position: relative;
        padding-bottom: 70%;
        height: auto;
    }

    .service-menu .megamenu-card__img-wrap img {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        height: 100% !important;
        max-height: 100%;
        margin: 0 auto;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 1600px) {
    ul.navbar-nav li {
        font-size: 16px;
    }

}

@media (max-width: 1499px) {
    ul.navbar-nav li {
        padding: 0 16px;
    }

    header.top_header.no_banner {
        border-bottom: unset;
    }

    span.megamenu-card__title {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 1199px) {
    .top-menu {
        display: none;
    }

    .header-menu {
        padding-top: 24px;
    }

    .top-nav-itemInner {
        display: block;
    }

    header#header.top_header.menu-open-mobo {
        background: #000;
        bottom: 0;
    }

    .ncmt-megamenu .nav-item {
        display: block;
        padding: 0 0;
    }

    .ncmt-megamenu .nav-item a {
        font-size: 18px;
        font-weight: 700;
    }

    .ncmt-megamenu .nav-item:not(.has-megamenu) {
        text-align: center;
    }

    .ncmt-megamenu .nav-item {
        display: block;
        padding: 0 0;
        border-top: 1px solid #262626;
    }

    .ncmt-megamenu .nav-item a.nav-link {
        padding: 20px 0;
        display: block;
    }

    .top-nav-itemInner.nav-item.hCInfo {
        background: #161616;
        text-align: left;
        padding: 20px;
        margin-bottom: 15px;
    }

    .top-nav-itemInner.nav-item.hCInfo a {
        font-weight: 400;
        font-size: 14px;
        padding: 4px 0;
        display: inline-block;
    }

    .nav-item.has-megamenu .megamenu-arrow {
        display: none;
    }

    .nav-item.has-megamenu::after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjEwNTQ3IDUuMzIwMzFMMCAwSDEuNzQ2MDlMNS4zMDg1OSA1LjI1TDEuNzQ2MDkgMTAuNjg3NUgwTDMuMTA1NDcgNS4zMjAzMVoiIGZpbGw9IiNGRkNEMDAiLz4KPC9zdmc+Cg==);
        position: absolute;
        right: 0;
        height: 62px;
        width: 62px;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .nav-item.has-megamenu {
        position: relative;
    }

    .ncmt-megamenu-dropdown {
        top: 0;
        bottom: 0;
        background: #161616;
        overflow: scroll;
        padding-top: 0 !important;
    }

    .megamenu-inner-wrap {
        background-color: transparent;
    }

    .openMegamenu .ncmt-megamenu-dropdown {
        display: block;
    }

    .megamenu-titleBack {
        display: block;
        background: #000;
    }

    .megamenu-inner.container {
        display: block;
    }

    ul.megamenu-sub-links {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    .megamenu-col.megamenu-col--half,
    .megamenu-col.megamenu-col--full {
        aspect-ratio: unset !important;
        padding: 0;
    }

    header#header.is-sticky .ncmt-megamenu-dropdown {
        top: 0;
    }

    .megamenu-cardbox {
        position: unset;
    }

    .megamenu-card__overlay {
        display: none;
    }

    .megamenu-titleBack a {
        font-size: 20px !important;
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 28px 0;
    }

    .megamenu-card {
        display: block;
    }

    .megamenu-card__img-wrap .megamenu-card__img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .megamenu-card__img-wrap {
        overflow: hidden;
        height: auto;
        padding-top: 20vw;
    }

    .megamenuCardImage {
        margin: 0 0;
    }

    .megamenu-col {
        overflow: visible;
    }

    span.megamenu-card__title {
        font-size: 15px;
        line-height: 1.4;
        border: 0;
        padding: 0;
        padding-top: 16px;
        padding-bottom: 8px;
        position: relative;
        text-transform: none;
    }

    .menu-products span.megamenu-card__title {
        color: #FFCD00;
        text-transform: uppercase;
    }

    span.megamenu-card__title::after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjEwNTQ3IDUuMzIwMzFMMCAwSDEuNzQ2MDlMNS4zMDg1OSA1LjI1TDEuNzQ2MDkgMTAuNjg3NUgwTDMuMTA1NDcgNS4zMjAzMVoiIGZpbGw9IiNGRkNEMDAiLz4KPC9zdmc+Cg==);
        right: 0;
        height: 22px;
        width: 15px;
    }

    .menu-products span.megamenu-card__title::after {
        display: none;
    }

    ul.navbar-nav ul.megamenu-sub-links li {
        margin-bottom: 0;
    }

    .ncmt-megamenu ul.megamenu-sub-links li a {
        font-size: 14px;
        font-weight: 400;
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .ncmt-megamenu ul.megamenu-sub-links li a::after {
        content: '';
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0MDhfMjIwNzApIj4KPHBhdGggZD0iTTcuNTg0OTYgMC4zMDc5MjJDOS43MTgyOCAwLjMwNzk5MiAxMS42NDIzIDEuMjE4OTYgMTIuOTkxMiAyLjY3MTJMMTIuMTcwOSAzLjI1OTA5QzExLjAxIDIuMDU3NzIgOS4zODQxIDEuMzA3OTkgNy41ODQ5NiAxLjMwNzkyQzQuMDY2NDEgMS4zMDc5MiAxLjIwMzEyIDQuMTcxMjEgMS4yMDMxMiA3LjY4OTc2QzEuMjAzMzEgMTEuMjA4MiA0LjA2NjUyIDE0LjA3MDYgNy41ODQ5NiAxNC4wNzA2QzExLjEwMzMgMTQuMDcwNSAxMy45NjU2IDExLjIwODEgMTMuOTY1OCA3LjY4OTc2QzEzLjk2NTggNy40MzAzOSAxMy45NDgyIDcuMTc0NTEgMTMuOTE4IDYuOTIzMTZMMTQuODIzMiA2LjI0MjQ5QzE0LjkxNjcgNi43MTA1NiAxNC45NjY4IDcuMTk0NjYgMTQuOTY2OCA3LjY4OTc2QzE0Ljk2NjYgMTEuNzU5MyAxMS42NTU0IDE1LjA3MDUgNy41ODQ5NiAxNS4wNzA2QzMuNTE1MzMgMTUuMDcwNiAwLjIwMzMwNyAxMS43NTkzIDAuMjAzMTI1IDcuNjg5NzZDMC4yMDMxMjUgMy42MjAwMiAzLjUxNDI4IDAuMzA3OTIyIDcuNTg0OTYgMC4zMDc5MjJaIiBmaWxsPSIjRkZDRDAwIi8+CjxwYXRoIGQ9Ik01LjQ2NjggNy40NDQ3N0w3LjE4ODE4IDkuNDc5MTNMMTQuOTA4MyAzLjc0MTIxIiBzdHJva2U9IiNGRkNEMDAiIHN0cm9rZS13aWR0aD0iMS40MjIzNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQwOF8yMjA3MCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
    }

    .megamenu-inner.container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .megamenu-inner.container .megamenu-col {
        width: calc(50% - 20px);
        overflow: hidden;
    }

    ul.navbar-nav .hEmail a {
        color: #FFCD00;
    }


    /* Machine Tools */
    .megamenu-inner .megamenu-col:nth-child(1) {
        order: 1;
    }

    /* EDM */
    .megamenu-inner .megamenu-col:nth-child(2) {
        order: 2;
    }

    /* Additive Manufacturing → should be 4 */
    .megamenu-inner .megamenu-col:nth-child(3) {
        order: 4;
    }

    /* Workholding → 5 */
    .megamenu-inner .megamenu-col:nth-child(4) {
        order: 5;
    }

    /* Automation → 7 */
    .megamenu-inner .megamenu-col:nth-child(5) {
        order: 7;
    }

    /* Grinding → 3 */
    .megamenu-inner .megamenu-col:nth-child(6) {
        order: 3;
    }

    /* Technology → 6 */
    .megamenu-inner .megamenu-col:nth-child(7) {
        order: 6;
    }

    /* Turnkey → 8 */
    .megamenu-inner .megamenu-col:nth-child(8) {
        order: 8;
    }

}

@media (max-width: 767px) {
    .megamenu-inner.container .megamenu-col {
        width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
    }

    ul.megamenu-sub-links {
        margin-bottom: 0;
    }

    .megamenu-inner.container {
        display: block;
    }

    .megamenu-card__img-wrap {
        padding-top: 32vw;
    }

    .menu-no-image-mobile img {
        display: none;
    }

    .menu-no-image-mobile .megamenu-card__img-wrap {
        padding-top: 0;
    }

    .menu-no-image-mobile .megamenu-col {
        padding-bottom: 0 !important;
    }

    .menu-no-image-mobile span.megamenu-card__title {
        padding: 19.5px 20px;
    }

    .menu-no-image-mobile .megamenu-col {
        background-color: rgba(22, 22, 22, 1);
    }

    .menu-no-image-mobile .megamenu-col:nth-child(2n) {
        background-color: rgba(27, 27, 27, 1);
    }

    .menu-no-image-mobile .megamenu-inner.container {
        padding-left: 0;
        padding-right: 0;

    }

    .menu-no-image-mobile span.megamenu-card__title::after {
        right: 20px;
    }

    .menu-products .megamenu-inner.container {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .megamenuCardImage {
        margin: 0 -15px;
    }

    .megamenu-inner.container .megamenu-col {
        overflow: visible;
    }

    .megamenu-card__img-wrap {
        padding-top: 42vw;
    }
}

/* Events Section Styles */
.ncmt-events-section {
    padding: 0;
    background-color: #161616;
}

.ncmt-events-section.past-events {
    padding-top: 74px;
}

.ncmt-events-section .section-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.eventVideo .container {
    padding: 0;
}

section.ncmt-video-section.eventVideo {
    padding: 0;
}


.event-slide {
    padding: 0 8px;
    margin: 15px 0;
    height: inherit;
}

.events-slider {
    margin: 0 -15px;
}

.event-card {
    background: #EBEBEB;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    border: none;
}

.event-thumb {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.event-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    margin: auto !important;
}

.event-content {
    padding: 32px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 340px;
}

.event-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.event-tag {
    font-size: 11px;
    font-weight: 800;
    padding: 6px 10px;
    text-transform: uppercase;
    display: inline-block;
}

.tag-yellow {
    background-color: #FFCD00;
    color: #000;
}

.tag-gray {
    background-color: #D6D6D6;
    color: #000;
}

.turnkey-text {
    max-width: 1094px;
    margin: 0 auto;
}

.event-title {
    font-size: 18.75px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
    line-height: 24px;
}

.event-desc {
    font-size: 21px;
    line-height: 28px;
    color: #3F444B;
    margin-bottom: 30px;
}

.event-footer {
    margin-top: auto;
    text-align: center;
}

.btn-black-details {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    min-width: 180px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-black-details:hover {
    background-color: #FFCD00;
    color: #000;
}

.events-divider {
    border-top: 1px solid #333;
    opacity: 0.5;
}

/* Slick Arrows for Events Slider */
.events-slider .slick-prev,
.events-slider .slick-next {
    width: clamp(1.875rem, -3.0398rem + 10.2526vw, 6.1875rem);
    height: clamp(1.875rem, -3.0398rem + 10.2526vw, 6.1875rem);
    z-index: 10;
}

.events-slider .slick-prev {
    left: -100px;
}

.events-slider .slick-next {
    right: -100px;
}

.events-slider .slick-prev::before,
.events-slider .slick-next::before {
    display: none;
}

.events-slider .slick-prev::after,
.events-slider .slick-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../images/Arrow1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 3px solid rgba(255, 205, 0, 0);
    border-radius: 50%;
}

.product-catGrid .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}

.events-slider .slick-next::after {
    transform: rotate(180deg);
}

.events-slider .slick-prev:hover::after,
.events-slider .slick-next:hover::after {
    border-color: rgba(255, 205, 0, 1);
}

h2.vc_custom_heading.vc_do_custom_heading.event-title {
    font-size: clamp(1rem, 0.1607rem + 1.4881vw, 1.5rem);
    color: #fff;
    line-height: clamp(1.375rem, 0.6607rem + 1.4881vw, 2rem);
}

.event-small-title {
    font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
    line-height: clamp(1.125rem, 0.6964rem + 0.8929vw, 1.5rem);
    text-transform: uppercase;
}

.event-description {
    margin-bottom: 30px !important;
    padding: 30px 0;
}

.mac .wpb_wrapper {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.left-image-right-text.custom {
    margin-top: 30px;
}

.event-full-image {
    margin-top: 64px;
}

.event_content {
    padding-top: 50px;
}

.featured-events {
    padding-top: 64px;
}

.event-countdown-wrap {
    padding: clamp(1.875rem, -2.6964rem + 9.5238vw, 5.875rem);
    text-align: center;
    font-family: inherit;
}

.ecd-header {
    margin-bottom: 0;
}

.ecd-title {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ecd-line {
    width: 260px;
    height: 2px;
    background: #D8CECE;
    margin: 0 auto 0;
}

.ecd-top-border,
.ecd-boxes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.ecd-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    margin: 30px 0;
    min-width: 140px;
}

.ecd-number {
    font-size: clamp(1.5rem, -3.2143rem + 9.8214vw, 5.625rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    font-family: inherit;
}

.ecd-label {
    font-size: clamp(1.125rem, -0.5179rem + 3.4226vw, 2.5625rem);
    color: #f5c518;
    margin-top: 8px;
    letter-spacing: 1px;
}

.ecd-footer {
    margin-top: 29px;
}

.ecd-register-btn {
    display: inline-block;
    background: #f5c518;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.2s ease, color 0.2s ease;
}

.ecd-register-btn:hover {
    background: #e0b000;
    color: #000;
    text-decoration: none;
}

/* Product Grid */
.product-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.product-grid.product-listGrid {
    gap: 0;
    justify-content: flex-start !important;
}

.product-grid.product-listGrid:has(> div:nth-child(1):last-child),
.product-grid.product-listGrid:has(> div:nth-child(2):last-child) {
    justify-content: center !important;
}

.listing-product-item {
    width: calc(50% - 16px);
    max-width: 535px;
}

.listing-product-card {
    background: #EBEBEB;
    padding: 40px;
    /* Slightly more padding */
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.listing-product-card .product-image-wrapper {
    background: transparent;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}

.listing-product-card .product-image-wrapper img {
    max-height: 100%;
    object-fit: contain;
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.listing-product-card .category-badge {
    background: #FFC107;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 12px;
    display: inline-block;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0 !important;
}

.category-thumb img {
    width: 100%;
}

.listing-product-card h3.product-title {
    color: #000;
    font-size: clamp(28px, 2.5vw, 40px);
    font-weight: 800;
    text-align: left;
    margin: 0 0 35px 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.view-details-btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    align-self: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.view-details-btn:hover {
    background: #FFC107;
    color: #000;
    text-decoration: none;
}

@media (max-width: 991px) {
    .listing-product-item {
        width: 100%;
        max-width: 100%;
    }
}

h3.product-title {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 21px;
}

.category-header {
    margin-top: 64px;
    margin-bottom: 64px;
}

.product-category-section .section-cmn-heading {
    margin-bottom: 40px !important;
}

.product-item a:hover {
    text-decoration: unset;
}

.product-grid.product-catGrid .product-item {
    max-width: calc(33.33% - 32px);
    width: 100%;
}

div#breadcrumbs a[href="https://www.ncmt.co.uk/"]::before,
div#breadcrumbs a[href="https://www.staging.ncmt.co.uk/"]::before,
div#breadcrumbs a[href="https://alttest.co.uk/ncmt/"]::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/home-small.svg') no-repeat center;
    background-size: contain;
}

div#breadcrumbs a[href="https://www.ncmt.co.uk/"],
div#breadcrumbs a[href="https://www.staging.ncmt.co.uk/"],
div#breadcrumbs a[href="https://alttest.co.uk/ncmt/"] {
    position: relative;
}

section.product_content {
    padding-top: 67px;
}

.product-image-text {
    padding-top: 64px;
}

.product-title {
    /* font-size: clamp(1.875rem, 1.0179rem + 1.7857vw, 2.625rem); */
    font-size: clamp(1.25rem, -0.3171rem + 3.2689vw, 2.625rem);
}

.spec-header h2 {
    font-size: clamp(1.125rem, 0.6964rem + 0.8929vw, 1.5rem);
    line-height: clamp(1.625rem, 1.1964rem + 0.8929vw, 2rem);
}

@media (max-width: 1499px) {
    .event-content {
        min-height: 400px;
    }
}

@media (max-width: 1400px) {
    .events-slider .slick-prev {
        left: -50px;
    }

    .events-slider .slick-next {
        right: -50px;
    }
}

@media (max-width: 1200px) {
    .events-slider .slick-prev {
        left: -40px;
    }

    .events-slider .slick-next {
        right: -40px;
    }
}

@media (max-width: 767px) {
    .event-thumb {
        height: 220px;
    }

    .ncmt-events-section.past-events {
        padding-top: 40px;
    }

}

@media (max-width: 600px) {
    .ecd-box {
        padding: 14px 20px;
        min-width: 80px;
    }

    .ecd-number {
        font-size: 36px;
    }

    .ecd-label {
        font-size: 16px;
    }
}

/* Product Brochures Section */
.spec-header .title-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 50px;
}

.brochure-item {
    margin-bottom: 40px;
}

.brochure-thumb img {
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.brochure-download .btn-site {
    padding: 10px 23px;
    font-size: 15px;
}

.side-desc p {
    font-size: 18px;
    line-height: 24px;
}

.brochure-side-info {
    max-width: 383px;
    margin: 0 auto;
}

.brochure-side-image img {
    max-width: 205px;
    margin: 0 auto;
}

.ncmt-video-content-section {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .brochure-col {
        margin-bottom: 30px;
    }
}

/* Brochure Modal Styles */
.ncmt-brochure-modal .modal-content {
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.modal-body-content {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    background-image: url('../images/vv.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
}

.ncmt-brochure-modal .modal-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.ncmt-form .form-group {
    margin-bottom: 25px;
}

.ncmt-form input[type="text"],
.ncmt-form input[type="email"] {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #888;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    outline: none;
}

.ncmt-form input::placeholder {
    color: #eee;
}

.form-footer {
    text-align: left;
    margin-top: 35px;
}

.btn-submit-now {
    background-color: #FFC107;
    color: #000;
    border: none;
    padding: 15px 40px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-now:hover {
    background-color: #e0a800;
    transform: scale(1.05);
}

.ncmt-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #FFC107 !important;
    opacity: 1;
    z-index: 10;
    text-shadow: none;
    font-weight: 300;
    line-height: 1;
}

.ncmt-modal-close:hover {
    color: #fff !important;
}

@media (max-width: 576px) {
    .modal-body-content {
        padding: 40px 20px;
    }

    .ncmt-brochure-modal .modal-title {
        font-size: 24px;
    }
}

/* Product Video Section */
.ncmt-video-section {
    padding: 80px 0;
    background-color: #161616;
}

.video-header h3 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.video-header .title-line {
    width: 200px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 50px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.category-item-col {
    margin-bottom: 92px;
}

h4.category-title {
    color: #fff;
    font-size: 21px;
    margin-top: 10px;
    line-height: 28px;
}

.product-solutions {
    padding-top: 64px;
}

.product-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

section.ncmt-product-categories-section {
    padding-top: 40px;
}

/* Product Left-Right Image Section */
.product-image-box {
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.product-text-box {
    font-size: clamp(1rem, 0.9rem + 0.3vw, 1.25rem);
    line-height: 1.6;
    color: #dbdbdb;
}

.product-info-wrap {
    text-align: center;
}

.product-text-box p:last-child {
    margin-bottom: 0;
}

section.product-left-right-image.py-80 .row {
    margin: 64px 0;
}

.category-description.text-white.text-left {
    max-width: 1094px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .product-left-right-image .row {
        margin-bottom: 40px !important;
    }

    .product-left-right-image .row:last-child {
        margin-bottom: 0 !important;
    }

    .event-tags-row {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .event-small-title {
        margin-bottom: 20px;
    }

    .event-title {
        margin-top: 15px;
    }

    .ecd-footer {
        margin-top: 0;
    }

    .ncmt-events-section {
        padding: 0;
    }

    .ncmt-events-section.past-events {
        padding-top: 50px;
    }

    .event-slide {
        padding: 10px 8px;
    }

    .timeline-container::before {
        left: -13px;
    }

    #page-id-94 .section-cmn-heading {
        text-align: center !important;
    }

    .timeline-section {
        padding-bottom: 50px;
    }

    .timeline-buttons {
        margin-top: 30px;
    }

    .warranty-deatils {
        margin: 25px 0;
    }

    .warranty-deatils li {
        font-size: 16px;
        line-height: 18px;
    }

    .warranty-deatils h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .product-grid {
        display: block;
    }

    .product-grid.product-catGrid .product-item {
        max-width: 288px;
        margin: 50px auto;
    }

    .product-image-text {
        padding-top: 40px;
    }

    .product-title {
        margin-top: 15px !important;
    }

    .product-content-box h2 {
        font-size: 24px;
    }

    .product-content-box.px-md-4 {
        margin-bottom: 32px;
    }

    section.product-left-right-image.py-80 .row {
        margin: 20px 0;
    }

    section.product-left-right-image .col-md-6 {
        padding: 0;
    }

    .left-image-right-text.reverse {
        flex-direction: column-reverse;
        display: flex;
    }

    .single-product .product-title {
        margin-top: 40px !important;
        margin-bottom: 40px;
    }

    .single-product .product-image-text {
        padding-top: 0;
    }

    .left-image-right-text.custom.smart {
        flex-direction: column-reverse;
    }

    .left-image-right-text h2 {
        font-size: 20px;
    }

    .left-image-right-text p {
        line-height: 18px;
        font-size: 16px;
    }

    .ecd-footer a {
        text-transform: uppercase;
    }

    .ecd-footer span {
        text-transform: uppercase;
    }

    .ncmt-about-img {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    h4.category-title {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .category-item-col {
        padding: 0 5px;
        margin-bottom: 16px;
    }

    .product-solutions {
        padding-top: 30px;
    }

    .ncmt-product-categories-section {
        padding-top: 0;
    }

    .banner-top {
        padding-bottom: 80%;
    }

    .banner-top {
        padding-bottom: 100%;
    }

    h2.vc_custom_heading.vc_do_custom_heading.section-cmn-heading.about-center {
        text-align: center !important;
        font-size: 24px;
        line-height: 32px;
    }
}