/**
Theme Name: Mobile Technology
Author: Netsteps S.A.
Author URI: https://netsteps.gr
Description: Astra child theme by Netsteps
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mt
Template: astra
*/

:root {
    --site-header-height: 125px;
}

html, body {
    width: 100dvw;
    max-width: 100dvw;
    overflow-x: hidden;
    overflow-y: auto;
}

body.ast-popup-nav-open {
    overflow: hidden;
    #mtChatbotToggle {
        display: none !important; /* Hide chatbot button when mobile menu is open */
    }
}

.ast-sticky-header-shrink .ast-primary-header-bar.ast-header-sticked,
.ast-sticky-header-shrink .ast-primary-header-bar.ast-header-sticked .site-primary-header-wrap,
.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap,
.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-primary-header-bar.ast-header-sticked,
.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-stick-primary-below-wrapper.ast-header-sticked .ast-below-header,
.ast-sticky-header-shrink .ast-stick-primary-below-wrapper.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 60px;
}

.ast-theme-transparent-header {
    #ast-mobile-header .ast-above-header.ast-above-header-bar,
    #ast-desktop-header .ast-above-header.ast-above-header-bar {
        background-color: rgba(0, 0, 0, 0.64);
    }

    #ast-mobile-header .main-header-bar,
    #ast-desktop-header .main-header-bar {
        backdrop-filter: blur(96px);
    }
}

body:not(.ast-theme-transparent-header) {
    #ast-mobile-header,
    #ast-desktop-header {
        .ast-above-header-bar,
        .ast-primary-header-bar {
            background-color: #000;
        }
    }
    /*.site .site-content #primary .page.ast-article-single {
        padding-top: 0;
    }*/
}

#ast-desktop-header {
    .ast-above-header-wrap .ast-builder-language-switcher-menu > li {position:relative;}
    .ast-above-header-wrap .ast-builder-language-switcher-menu > li:nth-child(odd):not(:only-of-type) {padding-right: 8px;}
    .ast-above-header-wrap .ast-builder-language-switcher-menu > li:nth-child(even):not(:only-of-type) {padding-left: 8px;}
    .ast-above-header-wrap .ast-builder-language-switcher-menu > li:not(:last-of-type)::after,
    .ast-above-header-wrap .main-header-menu > li::after {
        content: "";
        display: inline-block;
        position: absolute;
        top:0;right:0;bottom:0;
        margin: auto;
        height: 20px;
        border-right: 1px solid #fff;
    }
    .ast-above-header-wrap .ast-builder-language-switcher-menu > li:not(:last-of-type)::after {height:16px;}
    .main-header-menu > li .dropdown-menu-toggle.ast-header-navigation-arrow {
        display: none; /* Hide dropdown arrows for 1st level menu items */
    }

    .main-header-menu.submenu-with-border > .menu-item > .menu-link::before {
        content: none;
    }

    .ast-lswitcher-item-header,
    .main-header-menu.submenu-with-border > .menu-item .mtech-text-wrapper {
        display: inline;
        position: relative;
    }

    .ast-lswitcher-item-header::after,
    .main-header-menu.submenu-with-border > .menu-item .mtech-text-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 0;
        border-bottom: 1px solid #fff;
        transition: width 0.3s ease;
    }

    .ast-lswitcher-item-header:hover::after,
    .main-header-menu.submenu-with-border > .menu-item:hover .mtech-text-wrapper::after {
        width: 100%;
    }

    .ast-header-search .slide-search.ast-dropdown-active .icon-custom path {
        fill: #111;
    }

    .ast-header-search .slide-search form {
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .ast-header-search .slide-search input[type="search"] {
        border: none;
        border-radius: 24px;
    }
}

.ast-header-account-type-icon {
    .ahfb-svg-iconset svg {
        display: none;
    }

    .ahfb-svg-iconset {
        background-image: url('img/user@dark.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
        width: 24px;
        height: 24px;
    }
}

body:not(.logged-in) .ast-header-account .ast-header-account-link {
    border-radius: 24px;
    border: 1px solid #FFF;
    padding: 8px 17px;
    line-height: 1.4;
}

body.home {
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: right;
        padding: 0 35px 35px 35px;

        .swiper-pagination-bullet {
            --swiper-pagination-bullet-size: 24px;
            width: var(--swiper-pagination-bullet-size);
            height: calc(var(--swiper-pagination-bullet-size) / 2);
            border-radius: 32px;
            border: 1px solid white;
            transition: all 0.25s;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: calc(var(--swiper-pagination-bullet-size) * 2);
        }
    }
}

body.search-results #content {
    margin-top: calc(var(--site-header-height, 125px) + 40px);
}

body.blog,
body.archive.category {
    .site-main  {
        padding-top: calc(var(--site-header-height, 125px) + 30px);
    }
}

body.blog,
body.archive.category {
    .site-main article.post .ast-article-inner {
        background-color: white;
    }
}

body.wp-singular.post-template-default.single.single-post .entry-header {
    max-width: var(--wp--custom--ast-content-width-size, 1200px);
    margin-left: auto;
    margin-right: auto;
}

body.wp-singular.post-template-default.single.single-post .entry-header.ast-no-thumbnail {
    padding-top: calc(var(--site-header-height, 125px) + 30px);
}

body.page-template.page-template-template-industry .number-series .number-stack-prefix,
body.page-template.page-template-template-industry .number-series .number-stack-suffix,
body.page-template.page-template-template-industry .number-series .number-item,
body.solution-template-default.single.single-solution .number-series .number-stack-prefix,
body.solution-template-default.single.single-solution .number-series .number-stack-suffix,
body.solution-template-default.single.single-solution .number-series .number-item {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.error404 .site-content,
body.error-404 .site-content {
    min-height: 50vh;
    section.error-404 {
        margin: 150px auto 150px auto;
        [type="search"] {border-radius: 24px;}
    }
}

#secondary_menu-site-navigation-desktop {
    ul.main-header-menu {
        li:has(a[href$="/cart/"]),
        li:has(a[href$="/cart"]) {
            order: 100; /* show cart link last */
        }
    }
}

.mt-cart-menu-item .mt-cart-menu-item-inner {
    position: relative;
}

.mt-cart-menu-item .mt-cart-menu-item-inner::after {
    content: attr(data-count);
    background-color: #e94b35;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 16px;
}

.woosc-menu-item .woosc-menu-item-inner[data-count="0"]::after,
.woosw-menu-item .woosw-menu-item-inner[data-count="0"]::after,
.mt-cart-menu-item .mt-cart-menu-item-inner[data-count="0"]::after {
    visibility: hidden;
}

.woosc_table {
    table-layout: fixed;
    min-width: 680px;
    font-size: 14px;
}
.woosc_table * {word-break: break-word;}
.woosc_table a:not(.woosc-remove) {
    text-decoration: none !important;
}
.woosc_table tbody td {
    vertical-align: top;
}
.woosc_table .mt-specs-wrapper,
.woosc_table #mt-load-more-attributes,
.woosc_table .mt-product-card-view-more,
.woosc_table .mt-load-more-btn,
.woosc_table tr.tr-weight,
.woosc_table tr.tr-dimensions,
.woosc_table tr.tr-content {
    display: none !important; /* Hide weight dimensions and content from compare table */
}
.woosc_table img[class*="attachment-woosc"] {
    display: block;
    margin: auto;
    max-height: 180px;
    width: auto;
    border-radius: 8px;
    object-fit: contain;
}
.woosc_table thead,
.woosc_table tr:has(img[class*="attachment-woosc"]) {
    background-color: white;
}
.woosw-btn-icon.woosw-icon-5::before { /* .woosw-icon-5 -> empty heart from settings */
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5048 0C16.3788 0.0175149 15.2773 0.331853 14.3116 0.911271C13.3459 1.49069 12.5502 2.31467 12.0048 3.3C11.4595 2.31467 10.6638 1.49069 9.69808 0.911271C8.73238 0.331853 7.63089 0.0175149 6.50484 0C4.70978 0.0779907 3.01855 0.863254 1.80062 2.18423C0.582701 3.50521 -0.0629094 5.25453 0.0048411 7.05C0.0048411 13.825 10.9608 21.65 11.4268 21.982L12.0048 22.391L12.5828 21.982C13.0488 21.652 24.0048 13.825 24.0048 7.05C24.0726 5.25453 23.427 3.50521 22.2091 2.18423C20.9911 0.863254 19.2999 0.0779907 17.5048 0ZM12.0048 19.929C8.75184 17.499 2.00484 11.529 2.00484 7.05C1.93648 5.78472 2.37121 4.54373 3.2142 3.5977C4.0572 2.65167 5.24008 2.07735 6.50484 2C7.76961 2.07735 8.95248 2.65167 9.79548 3.5977C10.6385 4.54373 11.0732 5.78472 11.0048 7.05H13.0048C12.9365 5.78472 13.3712 4.54373 14.2142 3.5977C15.0572 2.65167 16.2401 2.07735 17.5048 2C18.7696 2.07735 19.9525 2.65167 20.7955 3.5977C21.6385 4.54373 22.0732 5.78472 22.0048 7.05C22.0048 11.531 15.2578 17.499 12.0048 19.929Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.woosw-btn-added.woosw-added .woosw-btn-icon.woosw-icon-8::before { /* .woosw-icon-8 -> filled heart from settings */
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M17.505,0C16.379,0.018 15.277,0.332 14.312,0.911C13.346,1.491 12.55,2.315 12.005,3.3C11.46,2.315 10.664,1.491 9.698,0.911C8.732,0.332 7.631,0.018 6.505,0C4.71,0.078 3.019,0.863 1.801,2.184C0.583,3.505 -0.063,5.255 0.005,7.05C0.005,13.825 10.961,21.65 11.427,21.982L12.005,22.391L12.583,21.982C13.049,21.652 24.005,13.825 24.005,7.05C24.073,5.255 23.427,3.505 22.209,2.184C20.991,0.863 19.3,0.078 17.505,0Z" style="fill-rule:nonzero;"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}


.ast-breadcrumbs .trail-items li::after {
    padding: 0 0.3em;
    content: "\203A";
}

.gutenberg-content .elementor-element h2:first-of-type,
.gutenberg-content .elementor-element h3:first-of-type,
.gutenberg-content .elementor-element h4:first-of-type {
    margin-top: 0;
}
.gutenberg-content .elementor-element h2:first-of-type {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 1279px) {
        font-size: 20px;
    }
}

.elementor-widget-text-editor > p:last-child,
.elementor-widget-text-editor > p:last-of-type {
    margin-bottom: 0;
}

a.clone-ui,
button.clone-ui,
.elementor-button.clone-ui {
    overflow: hidden !important;
    text-decoration: none !important;
    &:hover {
        .mt-button-text--wrapper,
        .elementor-button-text--wrapper {
            .mt-button-text--clone,
            .elementor-button-text--clone {
                transform: translateY(0);
            }
            .mt-button-text,
            .elementor-button-text {
                transform: translateY(calc(100% + var(--padding-top)));
            }
        }
    }
    * {text-decoration: none !important;}
    .mt-button-text--wrapper,
    .elementor-button-text--wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .mt-button-text--wrapper > *,
    .elementor-button-text--wrapper > * {
        transition: transform 0.3s ease;
    }
    .mt-button-text--clone,
    .elementor-button-text--clone {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        transform: translateY(calc((125% + var(--padding-top)) * -1));
    }
}

a[href="#0"] {
    cursor: default !important;
}

.widget p:empty {display: none;}

.mt-plain-text {
    font-size: 14px; font-weight: 300; line-height: 1;
}

.site-content {
    .in-page-carousel {
        position: relative;
        padding: 26px 0;
        background-color: #ccc;
    }
    .in-page-carousel::before,
    .in-page-carousel::after {
        content: "";
        display: block;
        position: absolute;
        top:0;bottom:0;
        width: 80px;
        background-color: inherit;
    }
    .in-page-carousel::before {
        left:0;
        transform: translateX(-100%);
    }
    .in-page-carousel::after {
        right:0;
        transform: translateX(100%);
    }
    .elementor-element .elementor-shortcode:empty,
    .elementor-element:has(.elementor-shortcode:empty) {
        margin: 0 !important;
        padding: 0 !important;
    }
    .overflowed {
        .elementor-loop-container.elementor-grid {
            white-space: nowrap;
            overflow: auto;
            .e-loop-item[data-elementor-type="loop-item"] {
                min-width: 200px;
                .elementor-element.elementor-element-147c2ab3:not(.elementor-motion-effects-element-type-background) {
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }
            }
        }
    }
}

.site-footer {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 12px;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu {
        max-width: 246px;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .widget-title {
        text-align: left;
        margin-bottom: 24px;
        line-height: normal;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item {
        margin-bottom: 16px;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item a {
        position: relative;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 0;
        border-bottom: 1px solid #000;
        transition: width 0.3s ease;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item:hover a::after {
        width: 100%;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.map,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.tel,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.mail,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.clock {
        display: flex;
        column-gap: 8px;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.map::before,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.tel::before,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.mail::before,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.clock::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: 3px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-size: contain;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.map::before {
        background-image: url("/wp-content/uploads/2025/11/icon-marker.svg");
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.tel::before {
        background-image: url("/wp-content/uploads/2025/11/phone.svg");
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.mail::before {
        background-image: url("/wp-content/uploads/2025/11/mail-1.svg");
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu .menu-item.clock::before {
        background-image: url("/wp-content/uploads/2025/11/clock.svg");
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu a[href*="#visitinghours"] {
        cursor: default;
    }

    .widget_nav_menu nav {
        transition-property: opacity, display, height;
        transition-duration: 0.25s;
        interpolate-size: allow-keywords;
    }

    img[src*="netsteps-logo.svg"] {
        position: relative;
        transform: translateY(-5px);
    }

    .wp-block-social-links .wp-block-social-link.wp-social-link {
        line-height: 1;
        background: transparent;
    }

    .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
        color: rgb(0 0 0);
        fill: rgb(0 0 0);
        padding: 0;
    }

    .wp-block-social-links .wp-social-link svg {
        height: 38px;
        width: 38px;
    }

    .footer-widget-area:has(.mc4wp-form) {
        padding: 24px 20px 16px 20px;
        border-radius: 0 100px 0 100px;
        border-bottom: 1px solid rgba(250, 252, 255, 0.20);
        background: #B5B5B5;
        > *, p {margin-bottom: 0;}
        .mc4wp-form {
            margin-bottom: 24px;
        }
        h3.wp-block-heading:not(.widget-title) {
            margin-bottom: 32px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.1;
            max-width: 667px;
        }
    }

    .mt-newsletter-wrapper {
        display: flex;
        gap: 32px;
        label[for="email"] {
            flex-grow: 1;
        }
        [type="email"] {
            height: 52px;
            border: none;
            border-radius: 100px;
            background: #FFF;
            font-size: 14px;
            font-weight: 300;
            &::placeholder {
                color: #666;
                font-weight: 300;
            }
        }
        [type="submit"] {
            height: 52px;
            display: inline-flex;
            align-items: center;
            gap: 22px;
            border-radius: 24px;
            background: transparent;
            font-weight: 400;
        }
        .mt-button-icon {
            transform: translateY(2px);
        }
    }
}

#ast-scroll-top {
    right: 20px;
    width: 56px;
    height: 56px;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.06);
    .ast-icon.icon-arrow,
    .ast-icon.icon-arrow svg {
        position: absolute;
        top:0;right:0;bottom:0;left:0;
        margin: auto;
    }
}

@media (min-width: 1280px) {
    .site-footer .site-footer-primary-section-1 .footer-widget-area:has(.widget_elementor-library) {
        display: none;
    }
    .site-footer .footer-widget-area:has(.mc4wp-form) {
        padding: 30px 40px;
    }
    .mt-plain-text {
        font-size: 20px;
    }
}

@media (min-width: 1580px) {
    .site-footer .footer-widget-area:has(.mc4wp-form) {
        padding: 130px 80px 30px 80px;
        border-radius: 0 280px 0 100px;
        h3.wp-block-heading:not(.widget-title) {
            margin-bottom: 64px;
            font-size: 28px;
        }
    }
    .ast-builder-grid-row-2-lheavy .ast-builder-grid-row:has(.mc4wp-form) {
        grid-template-columns: 2fr 680px;
        gap: 32px;
        padding-right: 0;
    }
    .site-footer .mt-newsletter-wrapper {
        [type="submit"] {
            min-width: 160px;
        }
    }
}

@media (min-width: 1800px) {
    .site-footer .footer-widget-area:has(.mc4wp-form) {
        padding: 130px 92px 30px 80px;
        h3.wp-block-heading:not(.widget-title) {
            font-size: 32px;
        }
    }
    .ast-builder-grid-row-2-lheavy .ast-builder-grid-row:has(.mc4wp-form) {
        grid-template-columns: 2fr 876px;
    }
    .site-footer .mt-newsletter-wrapper [type="email"] {
        padding-left: 56px;
        padding-right: 32px;
    }
}

@media (min-width: 2560px) {
    #page.site,
    #page.site .ast-primary-header {
        width: 100%;
        max-width: 2560px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1280px) {
    body.page-template-template-solution,
    body.page-template-template-industry {
        #colophon.site-footer {
            margin-top: 146px;
        }
    }
}

@media (max-width: 1279px) {
    .site-content {
        .in-page-carousel::before,
        .in-page-carousel::after {
            width: 40px;
        }
    }
    .site-footer {
        .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .site-primary-footer-inner-wrap.ast-builder-grid-row {
            grid-template-columns: inherit;
            padding: 0;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
            margin-bottom: 0;
        }

        .site-footer-section {
            padding-right: 24px;
            padding-left: 24px;
        }

        .site-footer-section:has(.mc4wp-form) {
            order: -1;
            margin: 0 !important;
            padding: 0 0 0 24px; !important;
            > .footer-widget-area:not(:has(.mc4wp-form)) {
                display: none !important;
            }
            > .footer-widget-area {margin: 0;}
        }

        .footer-widget-area:has(.mc4wp-form) {
            p {
                line-height: 1;
            }
            h3.wp-block-heading:not(.widget-title) {
                padding-right: 15px;
            }
        }

        .mt-newsletter-wrapper {
            flex-direction: column;
            gap: 16px;
            [type="email"] {
                height: 36px;
                font-size: 12px;
            }
            [type="submit"] {
                justify-content: center;
                height: 36px;
                font-size: 12px;
            }
        }

        .wp-block-social-links,
        .widget_block:has(.mt-plain-text) {
            justify-content: flex-end;
            text-align: right;
        }

        .wp-block-social-links .wp-social-link svg {
            height: 24px;
            width: 24px;
        }

        .wp-block-spacer {
            height: 0 !important;
        }
    }
}

@media (max-width: 1023px) {
    body.home {
        .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
            padding: 0 12px 14px 14px;

            .swiper-pagination-bullet {
                --swiper-pagination-bullet-size: 20px;
            }

        }
    }
    .site-content {
        .in-page-carousel::before,
        .in-page-carousel::after {
            width: 16px;
        }
    }
    .site-footer {
        .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
            display: flex;
            flex-direction: column;
            row-gap: 32px;

            .widget_nav_menu:not(.active) nav {
                opacity: 0;
                height: 0;
                overflow: clip;
            }

            .widget_nav_menu {
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .widget_nav_menu .widget-title {
                display: flex;
                align-items: center;
                gap: 5px;
                margin: 0;
                padding: 4px 0;
                cursor: pointer;
                border-bottom: 1px solid #9C9C9C;
            }

            .collapsible .widget-title::after {
                content: "";
                display: inline-block;
                width: 12px;
                height: 12px;
                margin-left: auto;
                padding: 4px;
                background-image: url("./img/chevron_right@light.svg");
                background-repeat: no-repeat;
                background-position: center center;
                background-color: transparent;
                background-size: contain;
                transition: transform 0.25s ease;
            }

            .collapsible.active .widget-title::after {
                transform: rotate(90deg);
            }

            .collapsible nav {
                padding-top: 15px;
            }
        }
        img[src*="mobiletechnology.svg"] {
            max-width: 160px;
        }
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    body:not(.logged-in) .ast-header-account .ast-header-account-link .ast-header-account-text {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1579px) {
    #ast-desktop-header .site-branding.ast-site-identity {
        max-width: 200px;
    }
    #ast-desktop-header .site-branding.ast-site-identity .custom-logo-link img {
        max-width: 100%;
    }
    .site-footer {
        .mt-newsletter-wrapper {
            flex-direction: column;
            gap: 16px;
            [type="submit"] {
                justify-content: center;
            }
        }
    }
}

/* =========================================
   WooCommerce Cart (Blocks) Customization
   ========================================= */

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    display: none;
}

.b2bking_add_cart_to_purchase_list_button {
    display: none !important;
}

.woocommerce-Address-title a.edit {
    display: none !important;
}

.wc-block-components-quantity-selector__button:disabled {
    visibility: hidden;
}

body.woocommerce-cart .astra-advanced-hook-1227 {
    display: none;
}

body.woocommerce-cart .wc-block-cart {
    margin-bottom: 10px;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
    margin-top: 30px;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 20px !important;
}

body.woocommerce-cart table.wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items tbody {
    display: block !important;
    width: 100% !important;
    border: none !important;
}

body.woocommerce-cart .wc-block-cart-items__header {
    display: none !important;
}

body.woocommerce-cart .wc-block-cart-items__row {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    width: 100% !important;
    align-items: stretch !important;
    padding: 0 !important;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-cart-items__row:first-child {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

body.woocommerce-cart .wc-block-cart-items__row:last-child {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    margin-bottom: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items__row:only-child {
    border-radius: 24px !important;
    margin-bottom: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items__row td {
    background: transparent !important;
    border: none !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

body.woocommerce-cart .wc-block-cart-item__image {
    width: 110px !important;
    flex: 0 0 110px !important;
    margin-right: 20px !important;
    padding-right: 0 !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}

body.woocommerce-cart .wc-block-cart-item__product {
    flex: 1 !important;
}

body.woocommerce-cart td.wc-block-cart-item__total {
    display: none !important;
}

body.woocommerce-cart .wc-block-components-product-name {
    font-weight: 600 !important;
    color: #111 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    margin-bottom: 8px;
}

body.woocommerce-cart .wc-block-components-product-price {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin-bottom: 10px;
    display: block;
}

body.woocommerce-cart .wc-block-components-product-badge {
    background-color: #f1f1f1 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    display: inline-block;
    margin-bottom: 8px;
}

body.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
    border-radius: 24px !important;
    border: 1px solid #ccc !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
    border: none !important;
    background: transparent !important;
    height: 100%;
    padding: 0 !important;
    font-weight: 600;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
    color: #999 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-left: 20px;
    transition: color 0.2s;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
    color: #d63638 !important;
    text-decoration: underline !important;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 24px;
    border: 1px solid #eee;
}

body.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 22px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px !important;
}

body.woocommerce-cart .wc-block-components-totals-item {
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
    border-top: 2px solid #111;
    border-bottom: none;
    margin-top: 10px;
    padding-top: 20px !important;
}

body.woocommerce-cart .wc-block-cart__submit-button {
    border-radius: 24px !important;
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    padding: 16px 32px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover {
    background-color: transparent !important;
    color: #111 !important;
}

body.woocommerce-cart .b2bking_add_cart_to_purchase_list_button {
        border-radius: 24px !important;
    background-color: transparent !important;
    color: #555 !important;
    border: 1px solid #ccc !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    transition: all 0.3s ease !important;
    width: 35% !important;
    display: none !important;
    text-align: center !important;
    margin: 15px 0 0 0 !important;
}

body.woocommerce-cart .b2bking_add_cart_to_purchase_list_button:hover {
    border-color: #111 !important;
    color: #111 !important;
    background-color: transparent !important;
}

body.woocommerce-cart .wc-block-cart__submit-container {
    background: transparent !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    body.woocommerce-cart .wc-block-cart-items__header {
        display: none !important;
    }

    body.woocommerce-cart .wc-block-cart-items__row {
        flex-direction: column !important;
        padding: 20px !important;
    }

    body.woocommerce-cart .wc-block-cart-items__row td {
        width: 100% !important;
        flex: none !important;
        padding: 10px 0 !important;
        text-align: left !important;
        align-items: flex-start !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image {
        text-align: center !important;
        align-items: center !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 120px !important;
    }
    body.woocommerce-cart .wc-block-cart__sidebar {
        margin-top: 20px;
    }
    body.woocommerce-cart .b2bking_add_cart_to_purchase_list_button {
        width: 100% !important;
    }
}

/* =========================================
   Registration Form Customization
   ========================================= */

.woocommerce-form-register {
    width: 60%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.woocommerce-form-register .b2bking_custom_registration_container {
    grid-column: span 1;
}

.woocommerce-privacy-policy-text,
.woocommerce-form-row.form-row.ast-animate-input,
.woocommerce-form-register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    grid-column: span 2;
}

.b2bking_b2bregistration_only_register_header {
    display: none !important;
}

@media (max-width: 1023px) {
    .woocommerce-form-register {
        width: 90%;
        grid-template-columns: 1fr;
    }
    .woocommerce-form-register .woocommerce-form-row--wide,
    .woocommerce-form-register .woocommerce-privacy-policy-text,
    .woocommerce-form-register .form-row.ast-animate-input,
    .woocommerce-form-register .b2bking_custom_registration_container,
    .woocommerce-form-register .b2bking_custom_registration_container_field_701 {
        grid-column: span 1;
    }
}

.woocommerce-form-register .woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-register .form-row.ast-animate-input label,
.woocommerce-form-register .form-row label {
    position: static !important;
    display: block !important;
    margin-bottom: 8px !important;
    pointer-events: all !important;
    font-size: 14px !important;
    text-transform: none;
    letter-spacing: normal;
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce-form-register .input-text,
.woocommerce-form-register select,
.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="tel"] {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    color: #111;
    display: block;
    padding: 0.9em 0.8em !important;
}
.woocommerce-form-register textarea {
    padding: 0.9em 0.8em !important;
}

.woocommerce-form-register select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    padding-right: 45px;
}

.woocommerce-form-register .input-text:focus,
.woocommerce-form-register select:focus,
.woocommerce-form-register input:focus {
    border-color: #111;
}

.woocommerce-form-register .password-input {
    position: relative;
    display: block;
    width: 100%;
}

.woocommerce-form-register .show-password-input {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.woocommerce-form-register .show-password-input.display-password {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'%3E%3C/path%3E%3Cline x1='1' y1='1' x2='23' y2='23'%3E%3C/line%3E%3C/svg%3E");
}

.woocommerce-form-register .show-password-input:hover {
    background-color: transparent !important;
    opacity: 1;
}

.woocommerce-form-register .woocommerce-form-register__submit {
    border-radius: 24px !important;
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    padding: 16px 32px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.woocommerce-form-register .woocommerce-form-register__submit:hover {
    background-color: transparent !important;
    color: #111 !important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
    margin: 20px 0;
    color: #666;
    line-height: 1.5;
}

.woocommerce-privacy-policy-link {
    text-decoration: underline;
    color: #111;
}

.b2bking_custom_registration_container {
    margin-bottom: 0;
}

body .b2bking_b2bregistration_only_register_header,
body .woocommerce-form-register .b2bking_b2bregistration_only_register_header {
    display: none !important;
}

/* =========================================
   WooCommerce Account Page Customization
   ========================================= */

/* Guest / Login / Reset Pages */
body.woocommerce-account:not(.logged-in) .entry-content {
    max-width: 500px;
    margin: var(--site-header-height, 140px) auto 40px auto;
    padding: 0 20px;
}

body.woocommerce-account .entry-content .woocommerce {
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #eee;
}

body.woocommerce-account.logged-in .woocommerce {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: row;
}
body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after {
    content: none;
}

body.woocommerce-account.logged-in body.woocommerce-account h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 27px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(1, 1fr);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    float: none;
    flex: 0 0 280px;
    transition: flex 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    float: none;
    flex: 1;
    transition: max-width 0.3s ease;
}

/* Nav toggle button */
.mt-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    margin-bottom: 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background 0.2s;
}

.mt-nav-toggle:hover {
    background: #e8e8e8;
}

/* Collapsed state — class on parent .woocommerce wrapper */
.mt-nav-hidden {
    gap: 10px !important;
}
.mt-nav-hidden .woocommerce-MyAccount-navigation {
    flex: 0 0 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.mt-nav-hidden .woocommerce-MyAccount-content {
    max-width: 100% !important;
}

@media (min-width: 921px) {
    body.woocommerce-account.logged-in .woocommerce:not(.mt-nav-hidden) .woocommerce-MyAccount-content {
        max-width: calc(100% - 320px) !important; /* woocommerce-MyAccount-navigation + gap */
    }

}
@media (max-width: 920px) {
    body.woocommerce-account.logged-in .woocommerce {
        flex-direction: column;
    }
    body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
        flex: 1;
        width: 100%;
    }
    body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
        max-width: 100%;
    }
}

body.woocommerce-account h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-ResetPassword {
    display: flex;
    flex-direction: column;
}

body.woocommerce-account .woocommerce-form-row {
    margin-bottom: 20px;
    width: 100%;
}

body.woocommerce-account .woocommerce-ResetPassword > p:first-child {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #666;
}

body.woocommerce-account .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #111;
}

body.woocommerce-account .input-text {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #111;
    outline: none;
    transition: border-color 0.3s ease;
}

body.woocommerce-account .input-text:focus {
    border-color: #111;
}

body.woocommerce-account .password-input {
    position: relative;
    width: 100%;
    display: block;
}

body.woocommerce-account .show-password-input {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-ResetPassword .button {
    border-radius: 24px;
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    padding: 16px 32px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

body.woocommerce-account .woocommerce-form-login__submit:hover,
body.woocommerce-account .woocommerce-ResetPassword .button:hover {
    background-color: transparent;
    color: #111;
}

/* =========================================
   Password Strength Meter Customization
   ========================================= */
.mt-password-strength-meter {
    list-style: none;
    padding-left: 0;
}

.mt-password-rule {
    position: relative;
    padding-left: 28px;
    opacity: 0.6;
}

/* default = cross */
.mt-password-rule::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #d63638;
    font-weight: 700;
}

/* valid = tick */
.mt-password-rule.valid {
    opacity: 1;
}

.mt-password-rule.valid::before {
    content: "✔";
    color: #2ea44f;
}

body.woocommerce-account .entry-content {
    margin-top: var(--site-header-height, 140px);
}

/*body.woocommerce-account .woocommerce-address-fields input,*/
/*body.woocommerce-account .woocommerce-address-fields select,*/
/*body.woocommerce-account .woocommerce-address-fields textarea,*/
/*body.woocommerce-account .woocommerce-address-fields .select2-container {*/
/*    pointer-events: none !important;   !* blocks typing/clicking *!*/
/*    opacity: 0.65;*/
/*}*/

/*body.woocommerce-account .woocommerce-address-fields .select2-selection {*/
/*    pointer-events: none !important;*/
/*    opacity: 0.65;*/
/*}*/

/*!* Hide the dropdown arrow to avoid “looks clickable” *!*/
/*body.woocommerce-account .woocommerce-address-fields .select2-selection__arrow {*/
/*    display: none !important;*/
/*}*/

/*!* Disable the save button (visible but unclickable) *!*/
/*body.woocommerce-account .woocommerce-address-fields button[name="save_address"] {*/
/*    pointer-events: none !important;*/
/*    opacity: 0.5;*/
/*}*/


/* ── Quote popup ─────────────────────────────────────────────────────────── */
#mt-quote-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#mt-quote-popup.active {
    opacity: 1;
    pointer-events: all;
}

#mt-quote-popup-inner {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

#mt-quote-popup-title {
    margin: 0 0 24px;
    font-size: 1.2rem;
}

#mt-quote-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    line-height: 0;
    color: #666;
}

#mt-quote-popup-close:hover {
    color: #000;
}

#mt-quote-popup-inner .b2bking_custom_quote_field_container {
    margin-bottom: 16px;
}

#mt-quote-popup-inner .b2bking_request_custom_quote_text_label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}

#mt-quote-popup-inner .b2bking_custom_quote_field {
    width: 100% !important;
    box-sizing: border-box;
}

#mt-quote-popup-inner #b2bking_request_custom_quote_textarea_abovetext {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}

#mt-quote-popup-inner #b2bking_request_custom_quote_textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    min-height: 100px;
}

#mt-quote-popup-inner #b2bking_request_custom_quote_button {
    width: 100%;
}

/* Hide order item meta (e.g. erpGID) on thank you page and account order view */
.woocommerce-order-details .wc-item-meta {
    display: none;
}

/* Search overlay */
#mt-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 200px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
}

#mt-search-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#mt-search-overlay-inner {
    position: relative;
    width: 100%;
    max-width: 680px;
    padding: 0 20px;
}

#mt-search-close {
    position: absolute;
    top: -48px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 4px;
    line-height: 1;
}

#mt-search-overlay-inner form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    gap: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

#mt-search-icon {
    display: flex;
    align-items: center;
    color: #888;
    flex-shrink: 0;
}

#mt-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    padding: 4px 0;
    min-width: 0;
}

#mt-search-submit {
    background: #111;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.fade-text h2 {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
