/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1761453013
Updated: 2025-10-26 04:30:13

*/

.top-menu .menu-item {
    font-weight: 300;
}
.sub-menu a {
    line-height: 1.3;
    font-style: normal !important;
}
.learn-more-icon {
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 11px;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 16px;
    color: #ff5400;
}

.learn-more-link img {
    width: 32px;
    height: 32px;
}

#montex-service-page-card-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #000000,
        #2563ea
    );
}

#montex-service-page-card-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.04) 0,
            rgba(255,255,255,.04) 1px,
            transparent 1px,
            transparent 12px
        );

    pointer-events: none;
}

#montex-service-page-card-section > * {
    position: relative;
    z-index: 1;
}

