/*
 Theme Name:   MT Industrial Solutions
 Theme URI:    https://mtindustrialsolutions.com
 Description:  Custom Divi child theme for MT Industrial Solutions website.
 Author:       Fronetics
 Author URI:   https://www.fronetics.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  mt-industrial
*/

/* ============================================================
   TABLE OF CONTENTS
   ============================================================
   1.  CSS Custom Properties (Design Tokens)
   2.  Global Reset & Base Typography
   3.  Divi Global Overrides
   4.  Navigation / Header
   5.  Buttons (Primary, Secondary, White, Submit)
   6.  Eyebrow & Section Title Components
   7.  Homepage Hero
   8.  Photo Band
   9.  Why MT / Feature Cards
   10. Dark Banners (Resilience, Stats, Tariff, Offer, Intro Strip)
   11. Capability Cards & Detail Sections
   12. Stats Banner & Cert Badges
   13. Industry Cards & List Items
   14. Testimonials
   15. Final CTA Sections
   16. Process / Timeline Steps (About)
   17. Origin & Asia Team Sections (About)
   18. Global Reach / Map (About)
   19. Partner Page Components
   20. Blog Cards & Category Bar
   21. Contact Forms & Sidebar
   22. Footer
   23. Scroll Animations
   24. Utility Classes
   25. Responsive Breakpoints
   ============================================================ */


/* ============================================================
   1. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================ */

:root {
    /* Brand Greens */
    --green-950: #0d3a1f;
    --green-900: #145231;
    --green-800: #1a6b3e;
    --green-700: #1f7d48;
    --green-600: #238f52;
    --green-500: #2a9d5c;
    --sage-500: #7cb687;
    --sage-400: #93c49c;
    --sage-300: #afd4b6;
    --sage-100: #e8f0ea;
    --off-white: #e8ede9;

    /* Charcoal Scale (replaces black) */
    --charcoal-900: #2b2f33;
    --charcoal-800: #363b41;
    --charcoal-700: #444a52;
    --charcoal-600: #515860;
    --charcoal-500: #6b7280;
    --charcoal-400: #8a919a;
    --charcoal-300: #b0b6be;
    --charcoal-200: #d1d5db;
    --charcoal-100: #e8eaed;
    --charcoal-50: #f5f6f7;
    --white: #ffffff;

    /* Placeholder (for development reference) */
    --placeholder-bg: #dfe3e0;
    --placeholder-icon: #a8b0ab;
}


/* ============================================================
   2. GLOBAL RESET & BASE TYPOGRAPHY
   ============================================================ */

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
#page-container {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
    color: var(--charcoal-600);
    line-height: 1.7;
    font-size: 17px;
    background: var(--white);
    overflow-x: hidden;
}

/* Headings default to Archivo */
h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.et_pb_slide_description .et_pb_slide_title {
    font-family: 'Archivo', sans-serif;
    color: var(--charcoal-900);
    line-height: 1.15;
}

/* Body text defaults */
p, li, td, th, span, a, label, input, textarea, select {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
}

/* Links */
a {
    color: var(--green-800);
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: var(--green-900);
}


/* ============================================================
   3. DIVI GLOBAL OVERRIDES
   ============================================================
   Override Divi's default styling to align with MT brand.
   Uses #page-container for specificity where needed.
   ============================================================ */

/* Remove Divi default max-widths where we set our own */
#page-container .et_pb_section .et_pb_row {
    max-width: 1200px;
    padding: 0 40px;
}

/* Divi section padding reset — we control via custom classes */
.et_pb_section {
    padding: 0;
}

/* Divi module header styling */
#page-container .et_pb_module h2,
#page-container .et_pb_module h3 {
    font-family: 'Archivo', sans-serif;
}

/* Override Divi blurb module icon backgrounds */
.et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
    color: var(--white);
    background: var(--green-900);
    border-radius: 8px;
    padding: 12px;
}

/* Override Divi text module defaults */
.et_pb_text {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
    color: var(--charcoal-600);
    line-height: 1.7;
}

/* Remove Divi default box shadows on sections */
.et_pb_section.et_pb_section_sticky {
    box-shadow: none;
}


/* ============================================================
   4. NAVIGATION / HEADER
   ============================================================ */

/* Fixed header with blur backdrop */
#main-header,
#top-header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--charcoal-100);
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

/* Header scroll shadow */
.et-fixed-header#main-header {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Nav container height */
#main-header .container {
    max-width: 1200px;
    padding: 0 40px;
}

/* Logo styling */
#logo {
    max-height: 44px;
}

/* Logo text alternative (if using text logo) */
.mt-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.mt-logo-text-mt {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--green-800);
    letter-spacing: 1px;
}
.mt-logo-text-sub {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    font-size: 9.5px;
    color: var(--charcoal-500);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Nav link styling */
#top-menu li a,
.et_pb_menu__menu > nav > ul > li > a {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--charcoal-700) !important;
    letter-spacing: 0.3px;
    padding-bottom: 4px;
    transition: color 0.2s ease;
}

#top-menu li a:hover,
.et_pb_menu__menu > nav > ul > li > a:hover {
    color: var(--green-800) !important;
    opacity: 1;
}

/* Active nav link */
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: var(--green-800) !important;
}

/* Nav underline hover effect */
#top-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--green-800);
    transition: width 0.25s ease;
}
#top-menu li a:hover::after,
#top-menu li.current-menu-item > a::after {
    width: 100%;
}

/* Nav CTA button (applied via Divi menu module or custom class) */
.nav-cta a,
#top-menu li.mt-nav-cta > a,
.et_pb_menu__menu > nav > ul > li.mt-nav-cta > a {
    font-family: 'Archivo', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    background: var(--green-800) !important;
    padding: 10px 24px !important;
    border-radius: 5px !important;
    letter-spacing: 0.4px;
    transition: background 0.2s ease, transform 0.15s ease;
}
.nav-cta a:hover,
#top-menu li.mt-nav-cta > a:hover,
.et_pb_menu__menu > nav > ul > li.mt-nav-cta > a:hover {
    background: var(--green-900) !important;
    transform: translateY(-1px);
}
.nav-cta a::after,
#top-menu li.mt-nav-cta > a::after {
    display: none !important;
}

/* Remove Divi default dropdown styling if needed */
#top-menu li > ul {
    border-color: var(--charcoal-100);
}


/* ============================================================
   5. BUTTONS
   ============================================================ */

/* --- Primary Button (green fill) --- */
.mt-btn-primary,
.et_pb_button.mt-btn-primary,
.et_pb_module .et_pb_button.mt-btn-primary {
    font-family: 'Archivo', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    background-color: var(--green-800) !important;
    padding: 16px 36px !important;
    border: none !important;
    border-radius: 5px !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mt-btn-primary:hover,
.et_pb_button.mt-btn-primary:hover {
    background-color: var(--green-900) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 107, 62, 0.2);
}
/* Override Divi button icon defaults */
.mt-btn-primary::after,
.et_pb_button.mt-btn-primary::after {
    display: none !important;
}

/* --- Secondary Button (green outline) --- */
.mt-btn-secondary,
.et_pb_button.mt-btn-secondary {
    font-family: 'Archivo', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--green-800) !important;
    background-color: transparent !important;
    padding: 16px 36px !important;
    border: 2px solid var(--green-800) !important;
    border-radius: 5px !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mt-btn-secondary:hover,
.et_pb_button.mt-btn-secondary:hover {
    background-color: var(--green-800) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}
.mt-btn-secondary::after,
.et_pb_button.mt-btn-secondary::after {
    display: none !important;
}

/* --- White Button (for dark backgrounds) --- */
.mt-btn-white,
.et_pb_button.mt-btn-white {
    font-family: 'Archivo', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--green-900) !important;
    background-color: var(--white) !important;
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mt-btn-white:hover,
.et_pb_button.mt-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.mt-btn-white::after,
.et_pb_button.mt-btn-white::after {
    display: none !important;
}

/* --- Submit Button (form use) --- */
.mt-btn-submit,
.et_pb_contact_submit,
input[type="submit"].mt-btn-submit {
    font-family: 'Archivo', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    background-color: var(--green-800) !important;
    padding: 16px 36px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.mt-btn-submit:hover,
.et_pb_contact_submit:hover,
input[type="submit"].mt-btn-submit:hover {
    background-color: var(--green-900) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 107, 62, 0.2);
}

/* --- Arrow link (text with arrow) --- */
.mt-arrow-link,
.mt-arrow-link a {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--green-800);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s ease;
}
.mt-arrow-link:hover,
.mt-arrow-link a:hover {
    gap: 14px;
}


/* ============================================================
   6. EYEBROW & SECTION TITLE COMPONENTS
   ============================================================ */

/* Eyebrow (small uppercase label above titles) */
.mt-eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--green-800);
    margin-bottom: 16px;
    display: block;
}

/* Eyebrow with line prefix (hero variant) */
.mt-eyebrow-line {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--green-800);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.mt-eyebrow-line::before {
    content: '';
    width: 32px;
    height: 2px;
    background: var(--green-800);
    flex-shrink: 0;
}

/* Eyebrow on dark backgrounds */
.mt-eyebrow-light {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--off-white);
    text-align: center;
    opacity: 0.7;
}

/* Section title */
.mt-section-title,
.mt-section-title h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(30px, 3.5vw, 40px);
    font-weight: 800;
    color: var(--charcoal-900);
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

/* Section title with more bottom margin (when followed by grid) */
.mt-section-title-spaced,
.mt-section-title-spaced h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(30px, 3.5vw, 40px);
    font-weight: 800;
    color: var(--charcoal-900);
    line-height: 1.15;
    margin-bottom: 56px;
    letter-spacing: -0.8px;
}

/* Intro / subtitle paragraph under section title */
.mt-section-intro,
.mt-section-intro p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--charcoal-500);
    max-width: 620px;
}


/* ============================================================
   7. HOMEPAGE HERO
   ============================================================ */

.mt-hero-section {
    padding: 160px 40px 100px;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* Subtle grid background texture */
.mt-hero-section::after,
.mt-grid-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(26, 107, 62, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 107, 62, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.mt-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mt-hero-title,
.mt-hero-title h1 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(38px, 4.2vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    color: var(--charcoal-900);
    margin-bottom: 28px;
    letter-spacing: -1.5px;
}

/* Green accent text in hero */
.mt-hero-title span,
.mt-text-green {
    color: var(--green-800);
}

.mt-hero-sub,
.mt-hero-sub p {
    font-size: 19px;
    line-height: 1.75;
    color: var(--charcoal-500);
    max-width: 660px;
    margin-bottom: 44px;
    font-weight: 400;
}

.mt-hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}


/* ============================================================
   7b. PAGE HERO (Interior Pages)
   ============================================================ */

.mt-page-hero {
    padding: 150px 40px 80px;
    background: var(--charcoal-50);
    position: relative;
    overflow: hidden;
}

.mt-page-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(26, 107, 62, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 107, 62, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.mt-page-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mt-page-hero-title,
.mt-page-hero-title h1 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    color: var(--charcoal-900);
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.mt-page-hero-sub,
.mt-page-hero-sub p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--charcoal-500);
    font-weight: 400;
}

/* Centered page hero variant (blog, contact) */
.mt-page-hero-centered {
    padding: 150px 40px 60px;
    background: var(--charcoal-50);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.mt-page-hero-centered .mt-page-hero-inner {
    max-width: 700px;
}
.mt-page-hero-centered .mt-eyebrow-line {
    justify-content: center;
}


/* ============================================================
   8. PHOTO BAND
   ============================================================ */

.mt-photo-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.mt-photo-band-item {
    height: 220px;
    overflow: hidden;
}

.mt-photo-band-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ============================================================
   9. WHY MT / FEATURE CARDS
   ============================================================ */

/* Section background */
.mt-section-gray {
    padding: 100px 40px;
    background: var(--charcoal-50);
    position: relative;
}
.mt-section-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--charcoal-200), transparent);
}

.mt-section-white {
    padding: 100px 40px;
    background: var(--white);
}

/* Card grid (2-column) */
.mt-card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* Card grid (3-column) */
.mt-card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Feature card (white bg, used in "Why MT" etc.) */
.mt-feature-card {
    background: var(--white);
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    padding: 40px 36px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    position: relative;
}

/* Green top-bar on hover */
.mt-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 36px;
    right: 36px;
    height: 3px;
    background: var(--green-800);
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mt-feature-card:hover {
    border-color: var(--green-800);
    box-shadow: 0 8px 32px rgba(26, 107, 62, 0.08);
    transform: translateY(-3px);
}

.mt-feature-card:hover::before {
    opacity: 1;
}

/* Feature card on gray bg variant */
.mt-feature-card-gray {
    background: var(--charcoal-50);
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    padding: 36px 32px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    position: relative;
}
.mt-feature-card-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 3px;
    background: var(--green-800);
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.mt-feature-card-gray:hover {
    border-color: var(--green-800);
    box-shadow: 0 8px 32px rgba(26, 107, 62, 0.08);
    transform: translateY(-3px);
}
.mt-feature-card-gray:hover::before {
    opacity: 1;
}

/* Card icon circle */
.mt-card-icon {
    width: 48px;
    height: 48px;
    background: var(--green-900);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.mt-card-icon svg,
.mt-card-icon img {
    width: 24px;
    height: 24px;
}
.mt-card-icon svg {
    stroke: var(--white);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Smaller card icon variant */
.mt-card-icon-sm {
    width: 44px;
    height: 44px;
    background: var(--green-900);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mt-card-icon-sm svg {
    width: 22px;
    height: 22px;
    stroke: var(--white);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Card heading */
.mt-card-heading,
.mt-feature-card h3,
.mt-feature-card-gray h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--charcoal-900);
    margin-bottom: 14px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

/* Card body text */
.mt-card-body,
.mt-feature-card p,
.mt-feature-card-gray p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--charcoal-500);
}


/* ============================================================
   10. DARK BANNERS (Resilience, Stats, Tariff, Offer, Intro Strip)
   ============================================================ */

/* Base dark section with subtle grid texture */
.mt-dark-section {
    padding: 72px 40px;
    background: var(--green-900);
    position: relative;
    overflow: hidden;
}

.mt-dark-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.mt-dark-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Dark section headings */
.mt-dark-heading,
.mt-dark-section h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

/* Dark section body text */
.mt-dark-text,
.mt-dark-section p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--off-white);
}

/* Dark section 2-column layout */
.mt-dark-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

/* Intro strip (full-width centered text on dark bg) */
.mt-intro-strip {
    padding: 56px 40px;
    background: var(--green-900);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.mt-intro-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.mt-intro-strip p {
    font-size: 19px;
    line-height: 1.7;
    color: var(--white);
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

/* Offer items (dark section cards) */
.mt-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.mt-offer-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 28px 24px;
}
.mt-offer-item h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}
.mt-offer-item p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--off-white);
    opacity: 0.8;
}

/* Dark image placeholder (for images on dark backgrounds) */
.mt-dark-image {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}


/* ============================================================
   11. CAPABILITY CARDS & DETAIL SECTIONS
   ============================================================ */

/* Capability overview card (homepage) */
.mt-cap-card {
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.25s ease;
    position: relative;
}

.mt-cap-card:hover {
    border-color: var(--green-800);
    box-shadow: 0 4px 20px rgba(26, 107, 62, 0.07);
    transform: translateY(-2px);
}

.mt-cap-card-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.mt-cap-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-cap-card-body {
    padding: 24px 24px 28px;
}

.mt-cap-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--charcoal-900);
    margin-bottom: 8px;
    line-height: 1.3;
}

.mt-cap-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--charcoal-500);
}

/* Capability detail section (full-width with image) */
.mt-cap-detail {
    padding: 80px 40px;
    border-bottom: 1px solid var(--charcoal-100);
}
.mt-cap-detail:nth-child(even) {
    background: var(--charcoal-50);
}
.mt-cap-detail:nth-child(odd) {
    background: var(--white);
}

.mt-cap-detail-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

/* Alternate layout (image on left for even sections) */
.mt-cap-detail-reverse .mt-cap-detail-inner {
    direction: rtl;
}
.mt-cap-detail-reverse .mt-cap-detail-inner > * {
    direction: ltr;
}

.mt-cap-detail h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 800;
    color: var(--charcoal-900);
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
}

.mt-cap-tagline {
    font-size: 17px;
    line-height: 1.7;
    color: var(--charcoal-500);
    margin-bottom: 20px;
    font-style: italic;
}

.mt-cap-label {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--charcoal-800);
    margin-top: 18px;
    margin-bottom: 6px;
}


/* ============================================================
   12. STATS BANNER & CERT BADGES
   ============================================================ */

.mt-stats-banner {
    padding: 72px 40px;
    background: var(--green-900);
    position: relative;
    overflow: hidden;
}

.mt-stats-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(124, 182, 135, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(124, 182, 135, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.mt-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mt-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 48px;
}

.mt-stat-item {
    text-align: center;
}

.mt-stat-number {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.mt-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--off-white);
    line-height: 1.5;
    opacity: 0.8;
}

/* Certifications */
.mt-certs-section {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mt-certs-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--off-white);
    opacity: 0.6;
    margin-bottom: 20px;
}

.mt-certs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.mt-cert-badge {
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
}


/* ============================================================
   13. INDUSTRY CARDS & LIST ITEMS
   ============================================================ */

/* Industry grid cards (homepage) */
.mt-ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mt-ind-card {
    background: var(--white);
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.mt-ind-card:hover {
    border-color: var(--green-800);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(26, 107, 62, 0.06);
}

.mt-ind-card-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.mt-ind-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-ind-card-body {
    padding: 16px 20px 20px;
    text-align: center;
}

.mt-ind-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--charcoal-800);
    line-height: 1.3;
}

/* Industry list items (capabilities page) */
.mt-ind-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.mt-ind-list-item {
    background: var(--white);
    border: 1px solid var(--charcoal-100);
    border-radius: 6px;
    padding: 16px 20px;
    display: flex;
    align-items: start;
    gap: 12px;
}
.mt-ind-dot {
    width: 8px;
    height: 8px;
    background: var(--green-800);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}
.mt-ind-list-item h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--charcoal-900);
}
.mt-ind-list-item p {
    font-size: 14px;
    color: var(--charcoal-500);
    line-height: 1.5;
}


/* ============================================================
   14. TESTIMONIALS
   ============================================================ */

.mt-test-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.mt-test-card {
    background: var(--charcoal-50);
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    padding: 40px 36px;
    position: relative;
}

/* Large decorative quote mark */
.mt-test-card::before {
    content: '\201C';
    font-family: 'Archivo', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: var(--green-800);
    opacity: 0.1;
    position: absolute;
    top: 16px;
    left: 28px;
    line-height: 1;
}

.mt-test-type {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-800);
    margin-bottom: 20px;
}

.mt-test-quote,
.mt-test-card .et_pb_text_inner {
    font-size: 17px;
    line-height: 1.7;
    color: var(--charcoal-600);
    font-style: italic;
}

.mt-test-attribution {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--charcoal-200);
    display: flex;
    align-items: center;
    gap: 14px;
}

.mt-test-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.mt-test-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-test-name {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--charcoal-700);
}

.mt-test-role {
    font-size: 14px;
    color: var(--charcoal-400);
}


/* ============================================================
   15. FINAL CTA SECTIONS
   ============================================================ */

.mt-final-cta {
    padding: 100px 40px;
    background: var(--green-900);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mt-final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.mt-final-cta-inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mt-final-cta h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.mt-final-cta p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--off-white);
    margin-bottom: 36px;
    opacity: 0.85;
}


/* ============================================================
   16. PROCESS / TIMELINE STEPS (About Page)
   ============================================================ */

.mt-process-steps {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Vertical timeline line */
.mt-process-steps::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 32px;
    bottom: 32px;
    width: 2px;
    background: var(--charcoal-200);
}

.mt-process-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    align-items: start;
    padding: 28px 0;
    position: relative;
}

.mt-step-number {
    width: 64px;
    height: 64px;
    background: var(--green-800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.mt-step-content h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: var(--charcoal-900);
    margin-bottom: 8px;
    margin-top: 6px;
}

.mt-step-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--charcoal-500);
    max-width: 560px;
}


/* ============================================================
   17. ORIGIN & ASIA TEAM SECTIONS (About Page)
   ============================================================ */

.mt-origin-section {
    padding: 80px 40px;
    background: var(--charcoal-50);
    border-top: 1px solid var(--charcoal-100);
    border-bottom: 1px solid var(--charcoal-100);
}

.mt-origin-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.mt-origin-inner h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: var(--charcoal-900);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.mt-origin-inner p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--charcoal-500);
}

/* Asia team section */
.mt-split-section {
    padding: 80px 40px;
    background: var(--charcoal-50);
}

.mt-split-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.mt-split-inner h2 {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(24px, 2.8vw, 30px);
    font-weight: 800;
    color: var(--charcoal-900);
    line-height: 1.2;
    margin-bottom: 16px;
}

.mt-split-inner p {
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--charcoal-500);
}


/* ============================================================
   18. GLOBAL REACH / MAP (About Page)
   ============================================================ */

.mt-global-reach {
    padding: 80px 40px;
    background: var(--charcoal-50);
    border-top: 1px solid var(--charcoal-100);
}

.mt-global-reach-desc {
    font-size: 17px;
    line-height: 1.75;
    color: var(--charcoal-500);
    max-width: 680px;
    margin-bottom: 40px;
}


/* ============================================================
   19. PARTNER PAGE COMPONENTS
   ============================================================ */

/* Who section (with list) */
.mt-who-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt-who-list li {
    padding: 8px 0;
    font-size: 15.5px;
    color: var(--charcoal-600);
    display: flex;
    align-items: center;
    gap: 10px;
}
.mt-who-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--green-800);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Quality list (capabilities page) */
.mt-quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt-quality-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--charcoal-100);
    font-size: 15.5px;
    color: var(--charcoal-600);
    display: flex;
    align-items: center;
    gap: 10px;
}
.mt-quality-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--green-800);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Cert detail item */
.mt-cert-item {
    display: flex;
    gap: 8px;
    padding: 8px 0;
    font-size: 15px;
    color: var(--charcoal-600);
}
.mt-cert-item strong {
    color: var(--charcoal-800);
    font-weight: 600;
    min-width: 120px;
}


/* ============================================================
   20. BLOG CARDS & CATEGORY BAR
   ============================================================ */

/* Category filter bar */
.mt-cat-bar {
    padding: 24px 40px;
    background: var(--white);
    border-bottom: 1px solid var(--charcoal-100);
    position: sticky;
    top: 72px;
    z-index: 50;
}

.mt-cat-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.mt-cat-tag,
.mt-cat-tag a {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid var(--charcoal-200);
    color: var(--charcoal-600);
    background: var(--white);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.mt-cat-tag:hover,
.mt-cat-tag.active,
.mt-cat-tag a:hover {
    background: var(--green-800);
    color: var(--white);
    border-color: var(--green-800);
}

/* Blog card grid */
.mt-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mt-blog-card {
    border: 1px solid var(--charcoal-100);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.mt-blog-card:hover {
    border-color: var(--green-800);
    box-shadow: 0 8px 24px rgba(26, 107, 62, 0.06);
    transform: translateY(-3px);
}

.mt-blog-card-image {
    height: 180px;
    overflow: hidden;
}
.mt-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-blog-card-body {
    padding: 24px;
}

.mt-blog-card-cat {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-800);
    margin-bottom: 10px;
}

.mt-blog-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--charcoal-900);
    line-height: 1.3;
    margin-bottom: 10px;
}

.mt-blog-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--charcoal-500);
    margin-bottom: 16px;
}

.mt-blog-card-meta {
    font-size: 13px;
    color: var(--charcoal-400);
}

/* Blog note / placeholder */
.mt-blog-note {
    text-align: center;
    margin-top: 56px;
    padding: 32px;
    background: var(--charcoal-50);
    border-radius: 8px;
    border: 1px dashed var(--charcoal-200);
}
.mt-blog-note p {
    font-size: 15px;
    color: var(--charcoal-400);
    font-style: italic;
}


/* ============================================================
   21. CONTACT FORMS & SIDEBAR
   ============================================================ */

/* Form tabs */
.mt-form-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 48px;
    background: var(--charcoal-50);
    border-radius: 8px;
    padding: 4px;
    max-width: 500px;
}
.mt-form-tab {
    flex: 1;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: var(--charcoal-500);
    cursor: pointer;
    transition: all 0.2s ease;
}
.mt-form-tab.active {
    background: var(--white);
    color: var(--green-800);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Form card container */
.mt-form-card {
    background: var(--charcoal-50);
    border: 1px solid var(--charcoal-100);
    border-radius: 10px;
    padding: 40px;
}
.mt-form-card h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--charcoal-900);
    margin-bottom: 8px;
}
.mt-form-desc {
    font-size: 16px;
    color: var(--charcoal-500);
    margin-bottom: 32px;
}

/* Form fields */
.mt-form-row {
    margin-bottom: 20px;
}
.mt-form-row-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

/* Labels */
.mt-form-card label,
.et_pb_contact_form label {
    display: block;
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--charcoal-800);
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.mt-required {
    color: var(--green-800);
}

/* Input fields */
.mt-form-card input[type="text"],
.mt-form-card input[type="email"],
.mt-form-card input[type="tel"],
.mt-form-card select,
.mt-form-card textarea,
.et_pb_contact_form input[type="text"],
.et_pb_contact_form input[type="email"],
.et_pb_contact_form input[type="tel"],
.et_pb_contact_form select,
.et_pb_contact_form textarea {
    width: 100%;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    color: var(--charcoal-800);
    padding: 12px 16px;
    border: 1px solid var(--charcoal-200);
    border-radius: 6px;
    background: var(--white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.mt-form-card input:focus,
.mt-form-card select:focus,
.mt-form-card textarea:focus,
.et_pb_contact_form input:focus,
.et_pb_contact_form select:focus,
.et_pb_contact_form textarea:focus {
    border-color: var(--green-800);
    box-shadow: 0 0 0 3px rgba(26, 107, 62, 0.08);
}

.mt-form-card textarea,
.et_pb_contact_form textarea {
    resize: vertical;
    min-height: 120px;
}

.mt-form-card select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

/* File upload */
.mt-file-upload {
    border: 2px dashed var(--charcoal-200);
    border-radius: 6px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: var(--white);
}
.mt-file-upload:hover {
    border-color: var(--green-800);
}
.mt-file-upload p {
    font-size: 14px;
    color: var(--charcoal-400);
}
.mt-file-upload strong {
    color: var(--green-800);
}

/* Contact sidebar */
.mt-contact-info-card {
    background: var(--charcoal-50);
    border: 1px solid var(--charcoal-100);
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 24px;
}
.mt-contact-info-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--charcoal-900);
    margin-bottom: 20px;
}

.mt-contact-item {
    display: flex;
    gap: 14px;
    align-items: start;
    margin-bottom: 20px;
}
.mt-contact-item:last-child {
    margin-bottom: 0;
}

.mt-contact-icon {
    width: 40px;
    height: 40px;
    background: var(--green-900);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mt-contact-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--white);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mt-contact-item-label {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--charcoal-800);
    letter-spacing: 0.3px;
}

.mt-contact-item-value {
    font-size: 15px;
    color: var(--charcoal-500);
}
.mt-contact-item-value a {
    color: var(--green-800);
    text-decoration: none;
}
.mt-contact-item-value a:hover {
    text-decoration: underline;
}

/* Social card */
.mt-social-card {
    background: var(--charcoal-50);
    border: 1px solid var(--charcoal-100);
    border-radius: 10px;
    padding: 24px 32px;
}
.mt-social-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--charcoal-900);
    margin-bottom: 12px;
}
.mt-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--green-800);
    text-decoration: none;
    transition: gap 0.2s ease;
}
.mt-social-link:hover {
    gap: 12px;
}


/* ============================================================
   22. FOOTER
   ============================================================ */

#main-footer,
.mt-footer {
    padding: 60px 40px 40px;
    background: var(--charcoal-900) !important;
}

.mt-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
}

/* Footer brand */
.mt-footer-brand .mt-logo-text-mt {
    color: var(--white);
}
.mt-footer-brand .mt-logo-text-sub {
    color: var(--charcoal-400);
}
.mt-footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--charcoal-400);
    margin-top: 16px;
    max-width: 280px;
}

/* Footer columns */
.mt-footer-col h4,
#footer-widgets .footer-widget h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
}

.mt-footer-col ul,
#footer-widgets .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mt-footer-col li,
#footer-widgets .footer-widget li {
    margin-bottom: 10px;
}

.mt-footer-col a,
#footer-widgets .footer-widget a {
    font-size: 14px;
    color: var(--charcoal-400);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mt-footer-col a:hover,
#footer-widgets .footer-widget a:hover {
    color: var(--white);
}

/* Footer bottom bar */
.mt-footer-bottom,
#footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt-footer-bottom p,
#footer-bottom p,
#footer-info {
    font-size: 13px;
    color: var(--charcoal-500);
}


/* ============================================================
   23. SCROLL ANIMATIONS
   ============================================================
   Apply .mt-fade-up to any element you want to animate on scroll.
   Use .mt-stagger-N to delay sequential items.
   Requires IntersectionObserver JS (see functions.php).
   ============================================================ */

.mt-fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.mt-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.mt-stagger-1 { transition-delay: 0.05s; }
.mt-stagger-2 { transition-delay: 0.12s; }
.mt-stagger-3 { transition-delay: 0.19s; }
.mt-stagger-4 { transition-delay: 0.26s; }
.mt-stagger-5 { transition-delay: 0.33s; }
.mt-stagger-6 { transition-delay: 0.40s; }
.mt-stagger-7 { transition-delay: 0.47s; }
.mt-stagger-8 { transition-delay: 0.54s; }


/* ============================================================
   24. UTILITY CLASSES
   ============================================================ */

/* Backgrounds */
.mt-bg-white { background-color: var(--white); }
.mt-bg-gray { background-color: var(--charcoal-50); }
.mt-bg-dark { background-color: var(--green-900); }
.mt-bg-charcoal { background-color: var(--charcoal-900); }

/* Text colors */
.mt-text-green { color: var(--green-800); }
.mt-text-dark { color: var(--charcoal-900); }
.mt-text-body { color: var(--charcoal-600); }
.mt-text-muted { color: var(--charcoal-500); }
.mt-text-light { color: var(--charcoal-400); }
.mt-text-white { color: var(--white); }
.mt-text-offwhite { color: var(--off-white); }

/* Max widths */
.mt-max-w-narrow { max-width: 640px; }
.mt-max-w-medium { max-width: 800px; }
.mt-max-w-standard { max-width: 900px; }
.mt-max-w-wide { max-width: 1200px; }

/* Section padding */
.mt-section-pad { padding: 100px 40px; }
.mt-section-pad-sm { padding: 80px 40px; }
.mt-section-pad-xs { padding: 56px 40px; }

/* Borders */
.mt-border-top { border-top: 1px solid var(--charcoal-100); }
.mt-border-bottom { border-bottom: 1px solid var(--charcoal-100); }
.mt-border-gradient-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--charcoal-200), transparent);
}

/* Rounded image */
.mt-rounded-img {
    border-radius: 10px;
    overflow: hidden;
}
.mt-rounded-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sticky element */
.mt-sticky {
    position: sticky;
    top: 100px;
}

/* Centered text */
.mt-text-center {
    text-align: center;
}

/* Container */
.mt-container {
    max-width: 1200px;
    margin: 0 auto;
}


/* ============================================================
   25. RESPONSIVE BREAKPOINTS
   ============================================================ */

/* ---------- Tablet (1024px) ---------- */
@media (max-width: 1024px) {

    /* Hero */
    .mt-hero-section .et_pb_row,
    .mt-page-hero .et_pb_row {
        grid-template-columns: 1fr;
    }

    /* Card grids */
    .mt-card-grid-2 { grid-template-columns: 1fr 1fr; }
    .mt-card-grid-3 { grid-template-columns: 1fr 1fr; }
    .mt-ind-grid { grid-template-columns: repeat(2, 1fr); }
    .mt-offer-grid { grid-template-columns: 1fr 1fr; }
    .mt-blog-grid { grid-template-columns: 1fr 1fr; }
    .mt-ind-list { grid-template-columns: 1fr; }
    .mt-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

    /* Split layouts */
    .mt-cap-detail-inner,
    .mt-dark-grid-2,
    .mt-split-inner {
        grid-template-columns: 1fr;
    }
    .mt-cap-detail-reverse .mt-cap-detail-inner {
        direction: ltr;
    }

    /* Photo band */
    .mt-photo-band { grid-template-columns: repeat(2, 1fr); }

    /* Footer */
    .mt-footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }

    /* Contact */
    .mt-form-layout { grid-template-columns: 1fr; }
}


/* ---------- Mobile (768px) ---------- */
@media (max-width: 768px) {

    /* Section padding reduction */
    .mt-hero-section { padding: 130px 24px 72px; }
    .mt-page-hero,
    .mt-page-hero-centered { padding: 130px 24px 60px; }
    .mt-section-white,
    .mt-section-gray { padding: 72px 24px; }
    .mt-dark-section,
    .mt-stats-banner,
    .mt-final-cta,
    .mt-intro-strip,
    .mt-origin-section,
    .mt-split-section,
    .mt-global-reach { padding: 56px 24px; }

    /* Row padding */
    #page-container .et_pb_section .et_pb_row {
        padding: 0 24px;
    }

    /* Grid collapses */
    .mt-card-grid-2,
    .mt-card-grid-3,
    .mt-test-grid { grid-template-columns: 1fr; }
    .mt-ind-grid { grid-template-columns: 1fr 1fr; }
    .mt-blog-grid { grid-template-columns: 1fr; }
    .mt-offer-grid { grid-template-columns: 1fr; }
    .mt-stats-grid { grid-template-columns: 1fr 1fr; }

    /* Footer */
    .mt-footer-inner { grid-template-columns: 1fr; gap: 32px; }

    /* Photo band */
    .mt-photo-band { grid-template-columns: 1fr 1fr; }
    .mt-photo-band-item { height: 160px; }

    /* Hero actions stack */
    .mt-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Form rows */
    .mt-form-row-half { grid-template-columns: 1fr; }
    .mt-form-tabs { max-width: 100%; }

    /* Category bar */
    .mt-cat-bar { padding: 16px 24px; }

    /* Process steps timeline */
    .mt-process-steps::before { left: 28px; }
}


/* ---------- Small Mobile (480px) ---------- */
@media (max-width: 480px) {
    .mt-stats-grid { grid-template-columns: 1fr; }
    .mt-ind-grid { grid-template-columns: 1fr; }
    .mt-photo-band { grid-template-columns: 1fr; }
}
