
.mega-header {
    position: relative;
    z-index: 99;
}

.mega-header-bg {
    background-color: #efefef;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.22) 100%),
        radial-gradient(circle at 15% 20%, rgba(0,0,0,0.03) 0, rgba(0,0,0,0.03) 18%, transparent 19%),
        radial-gradient(circle at 42% 10%, rgba(0,0,0,0.025) 0, rgba(0,0,0,0.025) 22%, transparent 23%),
        radial-gradient(circle at 75% 18%, rgba(0,0,0,0.02) 0, rgba(0,0,0,0.02) 20%, transparent 21%),
        linear-gradient(135deg, rgba(0,0,0,0.02) 25%, transparent 25%),
        linear-gradient(45deg, rgba(0,0,0,0.015) 25%, transparent 25%);
    background-size: cover, 520px 280px, 640px 320px, 560px 300px, 220px 220px, 220px 220px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 22px;
    padding-bottom: 24px;
}

.mega-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mega-logo-col {
    display: flex;
    align-items: center;
}

.mega-logo-link {
    display: inline-block;
}

.mega-logo-image {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.mega-right-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-top-row {
    margin-bottom: 28px;
    gap: 28px;
}

.mega-contact-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.mega-contact-item a i {
    color: #ef3340;
    font-size: 15px;
}

.mega-search-wrap {
    min-width: 300px;
}

.mega-search-wrap form,
.mega-search-wrap .search-form,
.mega-mobile-search form,
.mega-mobile-search .search-form {
    position: relative;
    margin: 0;
}

.mega-search-wrap input[type="search"],
.mega-search-wrap input[type="text"],
.mega-mobile-search input[type="search"],
.mega-mobile-search input[type="text"] {
    height: 62px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    padding: 0 56px 0 20px;
    font-size: 16px;
    color: #555;
    margin: 0;
}

.mega-search-wrap button,
.mega-search-wrap .button,
.mega-mobile-search button,
.mega-mobile-search .button {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #ef3340;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.mega-nav-row {
    justify-content: flex-end;
}

.mega-nav {
    background: transparent;
}

.mega-nav > li > a {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    padding: 0 22px;
    background: transparent !important;
    line-height: 1.2;
}

.mega-nav > li:last-child > a {
    padding-right: 0;
}

.mega-nav > li > a:hover,
.mega-nav > li.is-active > a {
    color: #ef3340;
}

.mega-nav .is-dropdown-submenu-parent > a::after {
    border-color: #333 transparent transparent;
}

.mega-mobile-toggle {
    text-align: right;
}

.mega-mobile-toggle a {
    color: #2f2f2f;
}

.mega-mobile-contact-wrap {
    padding: 1rem 1rem 0;
}

.mega-mobile-contact-wrap .mobile-contact-buttom-section {
    margin-bottom: 10px;
}

.mega-mobile-contact-wrap a {
    display: block;
    background: #ffffff;
    color: #333;
    border: 1px solid #dddddd;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 15px;
}

.mega-mobile-contact-wrap i {
    color: #ef3340;
    margin-right: 8px;
}
.mega-footer {
    background: #000000;
    color: #ffffff;
}

.mega-footer-topmenu {
    background: #4a4a4a;
    padding: 26px 0;
}

.mega-footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px;
    margin: 0;
}

.mega-footer-menu li {
    list-style: none;
    display: inline-block;
}

.mega-footer-menu li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}

.mega-footer-menu li a:hover {
    color: #ff1e1e;
}

.mega-footer-main {
    background: #000000;
}

.mega-footer-content {
    padding-top: 85px;
    padding-bottom: 85px;
    align-items: flex-start;
}

.mega-footer-brand {
    padding-right: 40px;
}

.mega-footer-logo {
    max-width: 410px;
    width: 100%;
    height: auto;
}

.mega-footer-mission {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.95;
    font-weight: 500;
    max-width: 560px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mega-footer-title {
    color: #ff1e1e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
}

.mega-footer-contact,
.mega-footer-hours {
    padding-top: 34px;
}

.mega-footer-hours {
    border-left: 1px solid rgba(255,255,255,0.65);
    padding-left: 52px;
}

.mega-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
}

.mega-footer-item i {
    color: #ff1e1e;
    font-size: 20px;
    min-width: 20px;
    margin-top: 4px;
}

.mega-footer-item a,
.mega-footer-hour-text {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.mega-footer-item a:hover {
    color: #ff1e1e;
}

.mega-footer-bottom-line {
    border-color: #d9d9d9;
    margin: 0;
}

.mega-footer-copyright-wrap {
    background: #f3f3f3;
}

.mega-footer-copyright {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.mega-footer-copyright a {
    color: #111111;
    text-decoration: none;
}

.mega-footer-copyright a:hover {
    color: #ff1e1e;
}

.mega-footer-mobile-divider {
    border-color: rgba(255,255,255,0.2);
    margin: 20px 0;
}
.product-grid-sec {
    margin: 0;
}

.product-card-wrap {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    transition: all .35s ease;
}

.product-card-image img {
    width: 100%;
    display: block;
    height: auto;
}

.product-card-bottom {
    display: flex;
    align-items: stretch;
    background: #efefef;
    min-height: 104px;
    position: relative;
    z-index: 2;
}

.product-card-icon-box {
    width: 104px;
    min-width: 104px;
    background: #ff1d25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-icon-box i {
    color: #ffffff;
    font-size: 36px;
}

.product-card-title-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 28px;
}

.product-card-title-wrap h3 {
    margin: 0;
    color: #333333;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.product-card-hover {
    position: absolute;
    left: 104px;
    right: 0;
    bottom: 0;
    background: rgba(58,58,58,0.96);
    padding: 34px 28px 30px;
    min-height: 205px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .35s ease;
    z-index: 3;
}

.product-card-hover h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 14px;
}

.product-card-hover p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
}

.product-card-hover a {
    color: #ff2c2c;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.product-card-hover a span {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
}

.product-card-wrap:hover .product-card-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-card-wrap:hover {
    transform: translateY(-3px);
}

.product-card-hover.active-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mega-work-section {
    background: #333333;
    padding-top: 70px;
    padding-bottom: 70px;
}

.mega-work-heading-wrap {
    margin-bottom: 25px;
}

.mega-work-main-heading {
    color: #ffffff;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 16px;
}

.mega-work-main-heading span {
    color: #ff1d25;
}

.mega-work-subheading {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px;
}

.mega-work-intro {
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.85;
    max-width: 860px;
    margin: 0 auto;
}

.mega-work-content-row {
    margin-top: 20px;
}

.mega-work-steps {
    padding-right: 28px;
}

.mega-work-step {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 26px 26px;
    margin-bottom: 20px;
    background: transparent;
    transition: all .3s ease;
}

.mega-work-step.active-step {
    background: #262626;
    box-shadow: 0 8px 20px rgba(0,0,0,0.28);
}

.mega-work-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    background: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-work-icon i {
    color: #ff1d25;
    font-size: 28px;
}

.mega-work-text h3 {
    color: #ff1d25;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 10px;
}

.mega-work-text p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.mega-work-image-wrap {
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}

.mega-work-image {
    width: 100%;
    display: block;
    height: auto;
}
.mega-work-step:hover {
    background: #262626;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}
.mega-industries-section {
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 60px;
}

.mega-industries-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(125deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 30%),
        linear-gradient(45deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 35%),
        linear-gradient(135deg, rgba(255,255,255,0.015) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.01) 25%, transparent 25%);
    background-size: cover, cover, 220px 220px, 220px 220px;
    background-position: center, center, left top, left top;
    pointer-events: none;
    opacity: 1;
}

.mega-industries-container {
    position: relative;
    z-index: 2;
}

.mega-industries-heading-wrap {
    margin-bottom: 24px;
}

.mega-industries-title {
    color: #ffffff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 20px;
}

.mega-industries-title span {
    color: #ff1d25;
}

.mega-industries-intro {
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
}

.mega-industries-grid {
    margin-top: 18px;
    margin-bottom: 18px;
}

.mega-industry-card {
    background: #545454;
    min-height: 172px;
    padding: 36px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all .3s ease;
}

.mega-industry-card-active {
    border: 2px solid #ff1d25;
    background: rgba(84,84,84,0.2);
}

.mega-industry-icon {
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-industry-icon i {
    color: #ff1d25;
    font-size: 42px;
}

.mega-industry-divider {
    width: 1px;
    height: 54px;
    background: rgba(255,255,255,0.45);
}

.mega-industry-text h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

.mega-industries-bottom-text {
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    line-height: 1.8;
    margin-top: 10px;
}

.mega-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}
.mega-industry-card:hover {
    border: 2px solid #ff1d25;
    background: rgba(84, 84, 84, 0.2);
}
.mega-leadership-section {
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

.mega-leadership-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(125deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 32%),
        linear-gradient(45deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 35%),
        linear-gradient(135deg, rgba(255,255,255,0.015) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.01) 25%, transparent 25%);
    background-size: cover, cover, 220px 220px, 220px 220px;
    background-position: center, center, left top, left top;
    pointer-events: none;
    opacity: 1;
}

.mega-leadership-container {
    position: relative;
    z-index: 2;
}

.mega-leadership-heading-wrap {
    margin-bottom: 30px;
}

.mega-leadership-title {
    color: #ffffff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 24px;
}

.mega-leadership-title span {
    color: #ff1d25;
}

.mega-leadership-intro {
    color: rgba(255,255,255,0.84);
    font-size: 18px;
    line-height: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.mega-leadership-content-row {
    margin-top: 10px;
}

.mega-leadership-side-title {
    color: #ff1d25;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 24px;
}

.mega-leadership-point-list {
    position: relative;
}

.mega-leadership-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding-bottom: 26px;
}

.mega-leadership-point:last-child {
    padding-bottom: 0;
}

.mega-leadership-point:not(:last-child):after {
    content: "";
    position: absolute;
    left: 18px;
    top: 42px;
    width: 1px;
    height: calc(100% - 10px);
    border-left: 1px dotted rgba(255,255,255,0.45);
}

.mega-leadership-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-leadership-icon i {
    color: #ffffff;
    font-size: 16px;
}

.mega-leadership-icon.gray-icon {
    background: #5a5a5a;
}

.mega-leadership-icon.red-icon {
    background: #ff1d25;
}

.mega-leadership-point-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
}

.mega-leadership-image-row {
    align-items: center;
}

.mega-leadership-image-box {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.mega-leadership-image {
    width: 100%;
    display: block;
    height: auto;
}
.mega-leadership-point:hover .gray-icon {
    background: #ff1d25;
}
.mega-reviews-section {
    background: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mega-reviews-heading-wrap {
    margin-bottom: 28px;
}

.mega-reviews-title {
    color: #ffffff;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 0;
}

.mega-reviews-row {
    margin-top: 6px;
}

.mega-review-card {
    background: #000000;
    border: 1px solid rgba(255,255,255,0.05);
    min-height: 440px;
    padding: 46px 38px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mega-review-card-alt {
    background: #353535;
}

.mega-review-quote {
    color: #ffffff;
    font-size: 88px;
    line-height: 0.9;
    font-weight: 700;
    margin-bottom: 16px;
}

.mega-review-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin: 0 0 38px;
    min-height: 170px;
}

.mega-review-divider {
    border-top: 1px dotted rgba(255,255,255,0.45);
    margin-top: auto;
    margin-bottom: 28px;
}

.mega-review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mega-review-name {
    color: #ff1d25;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.mega-review-stars {
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}
.mega-review-card:hover {
    background: #353535;
}
@media screen and (max-width: 1199px) {
    .mega-logo-image {
        max-width: 360px;
    }

    .mega-top-row {
        gap: 18px;
    }

    .mega-search-wrap {
        min-width: 240px;
    }

    .mega-nav > li > a {
        padding: 0 14px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1023.5px) {
    .mega-reviews-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mega-reviews-title {
        font-size: 42px;
    }

    .mega-review-card {
        min-height: 390px;
        padding: 34px 26px 28px;
    }

    .mega-review-quote {
        font-size: 72px;
    }

    .mega-review-text {
        font-size: 16px;
        line-height: 1.85;
        min-height: 140px;
    }

    .mega-review-name {
        font-size: 16px;
    }

    .mega-review-stars {
        font-size: 20px;
    }
    .mega-leadership-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .mega-leadership-title {
        font-size: 42px;
    }

    .mega-leadership-intro {
        font-size: 16px;
        line-height: 1.85;
    }

    .mega-leadership-side-title {
        font-size: 20px;
    }

    .mega-leadership-point-text p {
        font-size: 16px;
    }

    .mega-leadership-points-wrap {
        margin-bottom: 20px;
    }
      .mega-industries-section {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .mega-industries-title {
        font-size: 42px;
    }

    .mega-industries-intro {
        font-size: 16px;
        line-height: 1.8;
    }

    .mega-industry-card {
        min-height: 150px;
        padding: 28px 22px;
        gap: 18px;
    }

    .mega-industry-icon i {
        font-size: 34px;
    }

    .mega-industry-text h3 {
        font-size: 18px;
    }
    .mega-work-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .mega-work-main-heading {
        font-size: 44px;
    }

    .mega-work-subheading {
        font-size: 24px;
    }

    .mega-work-intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .mega-work-steps {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .mega-work-text h3 {
        font-size: 18px;
    }

    .mega-work-text p {
        font-size: 16px;
    }
     .product-card-title-wrap h3,
    .product-card-hover h3 {
        font-size: 20px;
    }

    .product-card-hover {
        min-height: 190px;
        padding: 28px 22px 24px;
    }

    .product-card-icon-box {
        width: 90px;
        min-width: 90px;
    }

    .product-card-hover {
        left: 90px;
    }
    .mega-header-bg {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mega-header-inner {
        align-items: center;
    }

    .mega-logo-col {
        max-width: calc(100% - 60px);
    }

    .mega-logo-image {
        max-width: 260px;
    }

    .mega-mobile-toggle {
        max-width: 60px;
    }

    svg.step.social-icon {
        width: 35px;
        height: 35px;
        fill: #5C8374;
    }
    .mega-footer-topmenu {
        padding: 18px 0;
    }

    .mega-footer-menu {
        gap: 18px;
    }

    .mega-footer-menu li a {
        font-size: 15px;
    }

    .mega-footer-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .mega-footer-brand,
    .mega-footer-contact,
    .mega-footer-hours {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

    .mega-footer-logo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .mega-footer-mission {
        font-size: 17px;
        line-height: 1.8;
        margin-left: auto;
        margin-right: auto;
    }

    .mega-footer-hours {
        border-left: 0;
    }

    footer p.align-top.flex-container.icon-div,
    footer p.align-middle.flex-container.icon-div,
    .mega-footer-item {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .mega-reviews-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mega-reviews-title {
        font-size: 32px;
    }

    .mega-review-card {
        min-height: auto;
        padding: 28px 20px 24px;
    }

    .mega-review-quote {
        font-size: 58px;
        margin-bottom: 10px;
    }

    .mega-review-text {
        font-size: 15px;
        line-height: 1.8;
        min-height: auto;
        margin-bottom: 24px;
    }

    .mega-review-bottom {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mega-review-name {
        font-size: 15px;
    }

    .mega-review-stars {
        font-size: 18px;
    }
     .mega-leadership-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mega-leadership-title {
        font-size: 31px;
    }

    .mega-leadership-intro {
        font-size: 15px;
        line-height: 1.75;
    }

    .mega-leadership-side-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .mega-leadership-point {
        gap: 12px;
        padding-bottom: 20px;
    }

    .mega-leadership-point:not(:last-child):after {
        left: 17px;
        top: 38px;
    }

    .mega-leadership-icon {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .mega-leadership-point-text p {
        font-size: 15px;
        line-height: 1.65;
    }
    .mega-industries-section {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .mega-industries-title {
        font-size: 31px;
    }

    .mega-industries-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .mega-industry-card {
        min-height: auto;
        padding: 24px 18px;
        gap: 16px;
        align-items: flex-start;
    }

    .mega-industry-icon {
        min-width: 44px;
    }

    .mega-industry-icon i {
        font-size: 28px;
    }

    .mega-industry-divider {
        height: 46px;
    }

    .mega-industry-text h3 {
        font-size: 17px;
        line-height: 1.4;
    }

    .mega-industries-bottom-text {
        font-size: 15px;
        line-height: 1.7;
    }
     .mega-work-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mega-work-main-heading {
        font-size: 34px;
    }

    .mega-work-subheading {
        font-size: 20px;
    }

    .mega-work-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .mega-work-step {
        gap: 16px;
        padding: 20px 18px;
    }

    .mega-work-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }

    .mega-work-icon i {
        font-size: 22px;
    }

    .mega-work-text h3 {
        font-size: 17px;
    }

    .mega-work-text p {
        font-size: 15px;
        line-height: 1.7;
    }
}
     .product-card-bottom {
        min-height: 88px;
    }

    .product-card-icon-box {
        width: 82px;
        min-width: 82px;
    }

    .product-card-icon-box i {
        font-size: 28px;
    }

    .product-card-title-wrap {
        padding: 16px 18px;
    }

    .product-card-title-wrap h3 {
        font-size: 18px;
    }

    .product-card-hover {
        left: 0;
        right: 0;
        min-height: 100%;
        padding: 24px 20px;
    }

    .product-card-hover h3 {
        font-size: 20px;
    }

    .product-card-hover p {
        font-size: 15px;
        line-height: 1.7;
    }
    .mega-footer-menu {
        gap: 12px 20px;
    }

    .mega-footer-menu li {
        width: auto;
    }

    .mega-footer-menu li a {
        font-size: 14px;
    }

    .mega-footer-logo {
        max-width: 260px;
    }

    .mega-footer-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mega-footer-item a,
    .mega-footer-hour-text,
    .mega-footer-mission {
        font-size: 16px;
    }

    .mega-footer-copyright {
        font-size: 14px;
        line-height: 1.7;
    }
}
