:root {
    --brand-orange: #E55A25;
    --brand-dark: #1a2332;
    --brand-navy: #0c1421;
    --text-gray: #69727d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
    font-family: 'Poppins', sans-serif;
    color: #2b2b2b;
    padding-top: 88px;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
#au-journey-wrap { scroll-margin-top: 100px; }

a { text-decoration: none; }

/* ===== Header ===== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.top-bar { background: rgba(26, 35, 50, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: #fff; padding: 6px 0; font-size: 13px; }
.top-bar-info span { margin-right: 20px; }
.top-bar-social a { color: #fff; margin-left: 12px; }
.main-navbar { padding: 8px 0; }
.navbar-toggler {
    border: none;
    box-shadow: none !important;
    padding: 4px 8px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23888888' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22'/%3e%3cpath stroke='%23E55A25' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 15h22'/%3e%3cpath stroke='%23888888' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand { font-weight: 800; font-size: 24px; color: var(--brand-dark); letter-spacing: 1px; }
.navbar-brand span { color: var(--brand-orange); }
.navbar-logo { height: 34px; width: auto; }
.nav-link { font-weight: 500; color: var(--brand-dark) !important; margin: 0 10px; }
.nav-link:hover { color: var(--brand-orange) !important; }
.btn-brand { background: var(--brand-orange); color: #fff !important; padding: 8px 22px; border-radius: 4px; font-weight: 600; }
.btn-brand:hover { background: #c94a1a; color: #fff; }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; color: #fff; padding: 180px 0 40px; min-height: 750px; }
.hero-video-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.5);
    border: none;
    pointer-events: none;
}
@media (max-width: 991px) {
    .hero-video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        transform: none;
        object-fit: cover;
    }
}
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(12,20,33,.75); z-index: 1; }
.hero .container { position: relative; z-index: 2; }
.hero h1 { font-size: 36px; font-weight: 800; margin-bottom: 16px; }
.hero p { font-size: 18px; color: #d7dbe2; max-width: 620px; margin-bottom: 30px; }
.hero .tagline { color: var(--brand-orange); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.hero-brand-title { font-size: 5rem; }

/* ===== Section titles ===== */
.section-title { text-align: center; margin-bottom: 50px; }
.section-title span { color: var(--brand-orange); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; }
.section-title h2 { font-weight: 800; color: var(--brand-dark); margin-top: 8px; }

section { padding: 80px 0; }
.bg-light-gray { background: #f7f8fa; }

/* ===== Cards ===== */
.category-card { background: #fff; border-radius: 8px; text-align: center; box-shadow: 0 2px 15px rgba(0,0,0,.06); transition: .3s; height: 100%; display: flex; flex-direction: column; overflow: hidden; padding-bottom: 24px; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,.1); }
.category-card h5 { font-weight: 700; color: var(--brand-dark); font-size: 15px; margin: 16px 20px 10px; padding: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 46px; }
.category-card p { display: none; }
@media (max-width: 767px) {
    .category-card-img { height: 110px; }
    .category-card h5 { font-size: 13px; min-height: auto; margin: 10px 10px 8px; -webkit-line-clamp: 2; }
    .category-card-btn { padding: 6px 14px; font-size: 11px; margin: 0 10px 12px; }
    .category-card { padding-bottom: 10px; }
}
.category-card-btn { display: inline-block; margin: 0 20px; padding: 9px 22px; background: var(--brand-orange); color: #fff !important; border-radius: 40px; font-weight: 600; font-size: 13px; text-decoration: none !important; transition: .25s; align-self: center; }
.category-card-btn:hover { background: var(--brand-dark); color: #fff !important; }

/* ===== Stats ===== */
.stats-section-new { position: relative; padding: 0 0 90px; margin-top: -30px; z-index: 2; }
.stats-box {
    position: relative;
    background: var(--brand-navy);
    border-radius: 24px;
    padding: 40px 50px;
    box-shadow: 0 25px 60px rgba(0,0,0,.28);
}
.stats-box::before, .stats-box::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: var(--brand-orange);
    border-radius: 10px;
    z-index: -1;
}
.stats-box::before { bottom: -8px; left: -8px; }
.stats-box::after { top: -8px; right: -8px; }

.stat-item-new { display: flex; align-items: center; gap: 16px; }
.stat-icon-ring {
    position: relative;
    width: 62px; height: 62px;
    border-radius: 50%;
    border: 2px solid rgba(229,90,37,.35);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.stat-icon-ring::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: rgba(229,90,37,.15);
}
.stat-icon-ring i { position: relative; z-index: 1; color: var(--brand-orange); font-size: 22px; }
.stat-value { font-size: 32px; font-weight: 800; color: #fff; margin: 0; line-height: 1.1; }
.stat-label { color: #c3c8d1; font-size: 14px; margin: 4px 0 0; }

@media (max-width: 767px) {
    .stats-box { padding: 30px 22px; border-radius: 18px; }
    .stat-item-new { gap: 12px; margin-bottom: 14px; }
    .stat-icon-ring { width: 50px; height: 50px; }
    .stat-value { font-size: 24px; }
}

/* ===== Mission / Vision ===== */
.mission-vision-section { position: relative; background: #eef0f3; overflow: hidden; padding: 90px 0; isolation: isolate; }
.mission-vision-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../assets/images/hero-bg.png') center/cover no-repeat;
    background-color: #eef0f3;
    background-blend-mode: luminosity;
    opacity: .4;
    z-index: 0;
    pointer-events: none;
}
.mission-vision-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(238,240,243,.55), rgba(238,240,243,.75));
    z-index: 0;
    pointer-events: none;
}
.mission-vision-section .container { position: relative; z-index: 1; }
.mv-eyebrow-label { display: block; text-align: center; color: var(--brand-orange); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 14px; }
.mv-heading { text-align: center; font-weight: 800; color: var(--brand-dark); font-size: 42px; margin: 10px 0 16px; }
.mv-heading .amp { color: var(--brand-orange); }
.mv-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 50px; }
.mv-divider span { width: 40px; height: 2px; background: #c7cbd1; display: inline-block; }
.mv-divider i { color: var(--brand-orange); font-size: 10px; }

.mv-card-new {
    position: relative;
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0,0,0,.12);
    padding: 50px 40px 100px;
    overflow: hidden;
    height: 100%;
    transition: .3s;
}
.mv-card-new:hover { transform: translatey(-4px); box-shadow: 0 20px 55px rgba(0,0,0,.16); }
.mv-card-new > * { position: relative; z-index: 1; }
.mv-left-bar { position: absolute; left: 0; top: 16px; bottom: 16px; width: 6px; border-radius: 4px; z-index: 1; }
.mv-card-mission .mv-left-bar { background: var(--brand-orange); }
.mv-card-vision .mv-left-bar { background: var(--brand-dark); }
.mv-dots { position: absolute; top: 24px; right: 24px; width: 110px; height: 90px; background-image: radial-gradient(circle, #e3e5e9 1.5px, transparent 1.6px); background-size: 12px 12px; opacity: .9; z-index: 0; }

.mv-icon-hex { position: relative; width: 110px; height: 110px; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); display: flex; align-items: center; justify-content: center; margin-bottom: 26px; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.mv-icon-hex.orange { background: linear-gradient(145deg, #f07a3d, var(--brand-orange)); }
.mv-icon-hex.dark { background: linear-gradient(145deg, #2a3547, var(--brand-navy)); }
.mv-icon-hex i { color: #fff; font-size: 38px; line-height: 1; display: flex; align-items: center; justify-content: center; }

.mv-eyebrow { font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; color: #8a8f98; }
.mv-title { font-weight: 800; font-size: 28px; color: var(--brand-dark); margin: 2px 0 14px; }
.mv-underline { width: 50px; height: 3px; margin-bottom: 16px; }
.mv-card-mission .mv-underline { background: var(--brand-orange); }
.mv-card-vision .mv-underline { background: var(--brand-dark); }
.mv-text { color: var(--text-gray); font-size: 15px; line-height: 1.8; max-width: 100%; }

.mv-wave { position: absolute; left: 0; right: 0; bottom: 0; height: 110px; z-index: 0; }
.mv-card-mission .mv-wave { background: linear-gradient(100deg, rgba(229,90,37,.14), rgba(229,90,37,.03)); border-radius: 60px 60px 0 0; }
.mv-card-vision .mv-wave { background: linear-gradient(100deg, rgba(26,35,50,.12), rgba(26,35,50,.02)); border-radius: 60px 60px 0 0; }

.mv-footer { position: absolute; left: 40px; right: 40px; bottom: 26px; display: flex; align-items: center; justify-content: space-between; z-index: 2; }
.mv-footer-left { display: flex; align-items: center; gap: 12px; }
.mv-footer-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.85); backdrop-filter: blur(6px); box-shadow: 0 4px 12px rgba(0,0,0,.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mv-footer-icon i { font-size: 17px; line-height: 1; }
.mv-card-mission .mv-footer-icon i { color: var(--brand-orange); }
.mv-card-vision .mv-footer-icon i { color: var(--brand-dark); }
.mv-footer-text { font-weight: 600; font-size: 14px; color: var(--brand-dark); }

.mv-arrow-btn { width: 58px; height: 52px; border-radius: 26px 26px 26px 6px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; line-height: 1; flex-shrink: 0; transition: .3s; }
.mv-card-mission .mv-arrow-btn { background: var(--brand-orange); }
.mv-card-vision .mv-arrow-btn { background: var(--brand-dark); }
.mv-arrow-btn:hover { filter: brightness(1.1); }

@media (max-width: 767px) {
    .mv-heading { font-size: 30px; }
    .mv-card-new { padding: 40px 24px 40px; }
    .mv-wave { display: none; }
    .mv-footer {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 24px;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: center;
    }
    .mv-footer-left {
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }
    .mv-footer-icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
    .mv-footer-icon i { font-size: 12px; }
    .mv-footer-text {
        font-size: 10.5px;
        line-height: 1.25;
    }
    .mv-arrow-btn {
        width: 38px;
        height: 34px;
        font-size: 13px;
        flex-shrink: 0;
    }
}

/* ===== News ===== */
.news-item { padding: 18px 0; border-bottom: 1px solid #e6e6e6; }
.news-item:last-child { border-bottom: none; }

/* ===== Contact ===== */
.contact-info-box { background: var(--brand-dark); color: #fff; border-radius: 8px; padding: 40px; height: 100%; }
.contact-info-box .icon-box { width: 46px; height: 46px; background: var(--brand-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.form-control { padding: 12px 14px; border-radius: 6px; border: 1px solid #dcdfe4; }
.form-control:focus { border-color: var(--brand-orange); box-shadow: 0 0 0 .2rem rgba(229,90,37,.15); }

/* ===== Footer ===== */
.site-footer { background: var(--brand-navy); color: #c3c8d1; padding-top: 0; font-size: 13px; }
.site-footer > .container { padding-top: 40px; }
.site-footer h5 { font-size: 14px; font-weight: 700; color: var(--brand-orange); margin-bottom: 18px; }
.footer-logo-img { height: 42px; width: auto; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 18px; display: block; }
.footer-logo-top { margin-bottom: 30px; }
.site-footer .col-lg-3 p { font-size: 12.5px; margin-bottom: 8px; line-height: 1.6; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #c3c8d1; font-size: 12.5px; }
.footer-links a:hover { color: var(--brand-orange); }
.footer-social a { display: inline-block; width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 50%; text-align: center; line-height: 34px; color: #fff; margin-right: 8px; font-size: 13px; transition: .2s; }
.footer-social a:hover { background: var(--brand-orange); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 50px; padding: 28px 0; font-size: 12px; }

/* ===== Back to top ===== */
.back-to-top { position: fixed; bottom: 25px; right: 25px; width: 44px; height: 44px; background: var(--brand-orange); color: #fff; border-radius: 50%; display: none; align-items: center; justify-content: center; z-index: 999; }

/* ===== Breadcrumb / page header ===== */
.page-header { background: var(--brand-dark); color: #fff; padding: 60px 0; text-align: center; position: relative; overflow: hidden; }
.page-header .container { position: relative; z-index: 2; }
.page-header-bg-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.15; z-index: 1; pointer-events: none; }
.page-header h1 { font-weight: 800; }
.page-header .breadcrumb-nav a { color: #c3c8d1; }
.page-header .breadcrumb-nav span { color: var(--brand-orange); }

@media (max-width: 991px) {
    body { padding-top: 70px; }
    .hero { padding: 90px 0 60px; margin-top: -70px; }
    .hero-brand-title { font-size: 2.6rem; }
    .hero-brand-tagline { font-size: 1rem; }
}
/* ===== Category Carousel ===== */
.category-card-img { width: 100%; height: 180px; object-fit: cover; margin-bottom: 0; }

/* Smaller cards for Products index — 5 per row, no description */
.category-card-sm .category-card-img { height: 120px; }
.category-card-sm h5 { font-size: 14px; line-height: 1.3; margin: 12px 12px 14px; min-height: 38px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.category-card-sm .category-card-btn { padding: 6px 16px; font-size: 12px; margin: 0 12px; }
.category-card-sm { padding-bottom: 16px; }
#categoryCarousel { padding-bottom: 50px; }
#categoryCarousel .carousel-item { padding: 6px 4px; }
.carousel-control-prev, .carousel-control-next { width: auto; opacity: 1; top: 40%; }
.carousel-arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; background: #fff; color: var(--brand-orange);
    border-radius: 50%; box-shadow: 0 4px 15px rgba(0,0,0,.15); font-size: 16px;
    transition: .2s;
}
.carousel-arrow:hover { background: var(--brand-orange); color: #fff; }
.carousel-control-prev { left: -20px; }
.carousel-control-next { right: -20px; }
.carousel-indicators-custom { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.carousel-indicators-custom button { width: 10px; height: 10px; border-radius: 50%; border: none; background: #d9dce1; padding: 0; }
.carousel-indicators-custom button.active { background: var(--brand-orange); width: 24px; border-radius: 5px; }

@media (max-width: 991px) {
    .carousel-control-prev { left: 5px; }
    .carousel-control-next { right: 5px; }
}

/* ===== Dark Carousels (Machinery / Services / Spare Parts) ===== */
.dark-carousels-wrap {
    background: linear-gradient(rgba(12,20,33,.88), rgba(12,20,33,.88)), url('../assets/images/hero-bg.png') center/cover fixed;
    padding: 15px 0 20px;
}
.dark-carousel-section { padding: 10px 0 30px; }
.dark-carousel-title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(255,255,255,.25);
    display: inline-block;
}
.dark-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.2);
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dark-card:hover { transform: translateY(-5px); }
.dark-card img { width: 100%; height: 150px; object-fit: cover; flex-shrink: 0; }
.dark-card h6 {
    color: var(--brand-dark);
    font-weight: 600;
    padding: 14px 10px;
    margin: 0;
    font-size: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.dark-carousel-section .carousel-control-prev,
.dark-carousel-section .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translatey(-50%);
}
.dark-carousel-section .carousel-control-prev { left: -55px; }
.dark-carousel-section .carousel-control-next { right: -55px; }

@media (max-width: 1300px) {
    .dark-carousel-section .carousel-control-prev { left: -10px; }
    .dark-carousel-section .carousel-control-next { right: -10px; }
}

@media (max-width: 767px) {
    .dark-carousel-section .carousel-control-prev { left: 5px; }
    .dark-carousel-section .carousel-control-next { right: 5px; }
}

@media (max-width: 767px) {
    .dark-carousel-title { font-size: 22px; }
    .dark-card img { height: 110px; }
    .dark-card h6 { font-size: 12.5px; padding: 10px 8px; }
}



/* ===== sustainable development goals ===== */
.sdg-section {
    position: relative;
    background-color: #0a0c11;
    background-image: url('../assets/images/our-commitment.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 0 90px;
    isolation: isolate;
}
.sdg-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10,12,17,.82);
    z-index: 0;
    pointer-events: none;
}
.sdg-section .container { position: relative; z-index: 2; }

.sdg-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 14px; }
.sdg-eyebrow-row .line { width: 50px; height: 2px; background: var(--brand-orange); display: inline-block; }
.sdg-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 14px; }
.sdg-heading { text-align: center; color: #fff; font-weight: 800; font-size: 44px; margin-bottom: 16px; }
.sdg-underline { width: 50px; height: 3px; background: var(--brand-orange); margin: 0 auto 26px; }
.sdg-subtext { text-align: center; color: #b7bcc5; max-width: 650px; margin: 0 auto 60px; font-size: 16px; line-height: 1.8; }

.sdg-card { background: #14171e; border: 1px solid rgba(255,255,255,.06); border-radius: 20px; padding: 40px 34px 100px; position: relative; overflow: hidden; height: 100%; }
.sdg-dots { position: absolute; top: 24px; right: 24px; width: 90px; height: 80px; background-image: radial-gradient(circle, var(--accent) 1.5px, transparent 1.6px); background-size: 12px 12px; opacity: .35; }
.sdg-icon-wrap { position: relative; width: 76px; height: 76px; margin-bottom: 26px; }
.sdg-icon-ring { position: absolute; inset: -8px; border-radius: 50%; border: 2px solid var(--accent); opacity: .35; }
.sdg-icon-circle { width: 76px; height: 76px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.sdg-icon-circle i { color: #fff; font-size: 28px; }
.sdg-card-title { color: #fff; font-weight: 800; font-size: 22px; line-height: 1.3; margin-bottom: 14px; }
.sdg-card-underline { width: 40px; height: 3px; background: var(--accent); margin-bottom: 20px; }
.sdg-card-text { color: #9aa0ab; font-size: 15px; line-height: 1.8; }

.sdg-number-shape { position: absolute; right: 0; bottom: 0; width: 120px; height: 100px; background: var(--accent); border-top-left-radius: 70px; z-index: 0; }
.sdg-number { position: absolute; right: 26px; bottom: 22px; font-size: 30px; font-weight: 800; color: #fff; z-index: 1; }

.sdg-card-1 { --accent: #8c1f45; }
.sdg-card-2 { --accent: #e55a25; }
.sdg-card-3 { --accent: #1f5fa8; }


@media (max-width: 767px) {
    .sdg-heading { font-size: 30px; }
    .sdg-card { padding: 32px 24px 90px; margin-bottom: 24px; }
}

/* ===== news & events ===== */
.news-events-section { position: relative; background: #f4f6f9; overflow: hidden; padding: 40px 0 30px; }
.news-dots-bg { position: absolute; top: 20px; left: 0; width: 120px; height: 100px; background-image: radial-gradient(circle, #d7dbe2 1.4px, transparent 1.5px); background-size: 12px 12px; z-index: 0; }
.news-circle-deco { position: absolute; top: 90px; right: -50px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #ffffff, #e6e9ee); opacity: .8; z-index: 0; }
.news-events-section .container { position: relative; z-index: 1; }

.ne-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 8px; }
.ne-eyebrow-row .line { width: 34px; height: 2px; background: var(--brand-orange); display: inline-block; }
.ne-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 12px; }
.ne-heading { text-align: center; font-weight: 800; color: var(--brand-dark); font-size: 30px; margin-bottom: 8px; }
.ne-heading .amp { color: var(--brand-orange); }
.ne-subtext { text-align: center; color: var(--text-gray); max-width: 480px; margin: 0 auto 20px; font-size: 13px; line-height: 1.5; }

.ne-tabs { display: flex; align-items: center; justify-content: center; gap: 4px; background: #fff; border-radius: 50px; padding: 5px; max-width: 560px; margin: 0 auto 24px; box-shadow: 0 6px 20px rgba(0,0,0,.06); flex-wrap: wrap; }
.ne-tab { display: flex; align-items: center; gap: 6px; border: none; background: transparent; padding: 7px 14px; border-radius: 40px; font-weight: 600; font-size: 12px; color: var(--brand-dark); transition: .25s; }
.ne-tab i { font-size: 11px; }
.ne-tab.active { background: var(--brand-orange); color: #fff; }
.ne-tab:not(.active):hover { background: #f4f6f9; }

.ne-card { display: flex; gap: 12px; background: #fff; border-radius: 10px; padding: 10px; margin-bottom: 10px; box-shadow: 0 3px 14px rgba(0,0,0,.05); }
.ne-card-img-wrap { position: relative; width: 78px; height: 78px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.ne-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ne-date-badge { position: absolute; left: 4px; bottom: 4px; background: #fff; border-radius: 5px; padding: 2px 5px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.15); line-height: 1; }
.ne-date-badge .ne-day { display: block; font-size: 11px; font-weight: 800; color: var(--brand-orange); }
.ne-date-badge .ne-month, .ne-date-badge .ne-year { display: block; font-size: 6px; font-weight: 700; letter-spacing: .3px; color: var(--brand-dark); text-transform: uppercase; }
.ne-card-body { flex: 1; min-width: 0; }
.ne-category { display: block; color: var(--brand-orange); font-weight: 700; font-size: 10px; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 2px; }
.ne-card-title { font-weight: 700; font-size: 13px; color: var(--brand-dark); margin-bottom: 3px; line-height: 1.25; }
.ne-card-text { display: none; }
.ne-readmore { color: var(--brand-orange); font-weight: 700; font-size: 12px; display: inline-flex; align-items: center; gap: 4px; }
.ne-readmore i { font-size: 10px; transition: .25s; }
.ne-readmore:hover i { transform: translatex(4px); }

.ne-viewall { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--brand-orange); color: var(--brand-orange); font-weight: 700; font-size: 13px; padding: 7px 18px; border-radius: 40px; background: transparent; margin-top: 4px; }
.ne-viewall:hover { background: var(--brand-orange); color: #fff; }

.ne-left-col { display: flex; flex-direction: column; height: 420px; }
.ne-left-col .ne-list-scroll { flex: 1 1 auto; max-height: none; }
.ne-left-col .ne-viewall { flex-shrink: 0; align-self: flex-start; }

.ne-featured { position: relative; height: 420px; min-height: 300px; border-radius: 12px; overflow: hidden; }
.ne-featured-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ne-featured-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,20,33,.15) 0%, rgba(12,20,33,.35) 45%, rgba(12,20,33,.92) 100%); }
.ne-featured-badge { position: absolute; top: 14px; left: 14px; background: var(--brand-orange); color: #fff; font-weight: 700; font-size: 10px; letter-spacing: .5px; text-transform: uppercase; padding: 5px 12px; border-radius: 30px; z-index: 2; }
.ne-featured-nav { position: absolute; top: 14px; right: 14px; display: flex; gap: 8px; z-index: 2; }
.ne-nav-btn { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.9); border: none; display: flex; align-items: center; justify-content: center; color: var(--brand-dark); font-size: 12px; transition: .25s; }
.ne-nav-btn:hover { background: var(--brand-orange); color: #fff; }
.ne-featured-content { position: absolute; left: 18px; right: 18px; bottom: 26px; z-index: 2; }
.ne-featured-content h3 { color: #fff; font-weight: 800; font-size: 17px; margin-bottom: 6px; line-height: 1.25; }
.ne-featured-content p { display: none; }
.ne-readfull { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--brand-dark); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 40px; }
.ne-readfull:hover { background: var(--brand-orange); color: #fff; }
.ne-featured-dots { position: absolute; left: 18px; bottom: 12px; display: flex; gap: 6px; z-index: 2; }
.ne-featured-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.5); }
.ne-featured-dots span.active { background: var(--brand-orange); width: 16px; border-radius: 4px; }

@media (max-width: 991px) {
    .ne-left-col { height: auto; }
    .ne-left-col .ne-list-scroll { max-height: 345px; }
    .ne-featured { height: 280px; min-height: 280px; margin-top: 16px; }
}
@media (max-width: 575px) {
    .ne-heading { font-size: 24px; }
    .ne-card { flex-direction: row; }
    .ne-tabs { justify-content: flex-start; overflow-x: auto; }
}

/* ===== Global Partners ===== */
.partners-section { position: relative; background: #f8f9fb; overflow: hidden; padding: 90px 0; }
.partners-map-bg {
    position: absolute;
    inset: 0;
    background-image: url('../assets/images/world-map.jpg');
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: 85% auto;
    opacity: .07;
    z-index: 0;
}
.partners-section .container { position: relative; z-index: 1; }
.partners-eyebrow-row { text-align: center; margin-bottom: 10px; }
.partners-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 14px; }
.partners-heading { text-align: center; font-weight: 800; color: var(--brand-dark); font-size: 40px; margin-bottom: 14px; }
.partners-heading .highlight { color: var(--brand-orange); }
.partners-subtext { text-align: center; color: var(--text-gray); max-width: 620px; margin: 0 auto 50px; font-size: 16px; line-height: 1.8; }

.partners-carousel-wrap { position: relative; display: flex; align-items: center; }
#partnersCarouselDesktop, #partnersCarouselMobile { flex: 1 1 auto; overflow: hidden; }
.partner-logo-card { background: #fff; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,.06); padding: 30px 20px; display: flex; align-items: center; justify-content: center; height: 110px; transition: .3s; }
.partner-logo-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.1); }
.partner-logo-card img { max-width: 100%; max-height: 55px; object-fit: contain; }

.partners-nav-btn { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: var(--brand-dark); color: #fff; border: 0; display: flex; align-items: center; justify-content: center; font-size: 15px; z-index: 2; transition: .3s; cursor: pointer; }
.partners-nav-btn:hover { background: var(--brand-orange); }
.partners-nav-prev { margin-right: 20px; }
.partners-nav-next { margin-left: 20px; }

.partners-indicators { position: static; margin-top: 34px; }
.partners-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; background: #d7dbe2; opacity: 1; border: 0; margin: 0 5px; }
.partners-indicators .active { background: var(--brand-orange); }

@media (max-width: 767px) {
    .partners-heading { font-size: 28px; }
    .partner-logo-card { height: 90px; padding: 18px 14px; }
    .partners-nav-btn { width: 38px; height: 38px; }
}

/* ===== Our Certifications (home) ===== */
.certifications-section { position: relative; background: #0a0c11; overflow: hidden; padding: 100px 0 90px; isolation: isolate; }
.certifications-dots-bg { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.05) 1.5px, transparent 1.6px); background-size: 26px 26px; z-index: 0; }
.certifications-section::before,
.certifications-section::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 220px;
    background: linear-gradient(180deg, transparent, var(--brand-orange), transparent);
    opacity: .5;
    z-index: 0;
}
.certifications-section::before { top: -40px; left: 6%; transform: rotate(35deg); }
.certifications-section::after { bottom: -40px; right: 6%; transform: rotate(35deg); }
.certifications-section .container { position: relative; z-index: 1; }
.sdg-highlight-gold { color: var(--brand-orange); }

.cert-card { position: relative; background: linear-gradient(155deg,#1b1b1b,#0e0e0e); border: 1px solid rgba(255,255,255,.06); padding: 40px 24px 30px; text-align: center; clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%); transition: .3s; height: 100%; }
.cert-card:hover { transform: translateY(-6px); border-color: rgba(229,90,37,.4); }
.cert-logo-wrap { width: 96px; height: 96px; background: #fff; border-radius: 14px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.35); }
.cert-logo-wrap img { max-width: 70%; max-height: 70%; object-fit: contain; }
.cert-title { color: var(--brand-orange); font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.cert-underline { width: 30px; height: 2px; background: rgba(255,255,255,.15); margin: 0 auto 14px; }
.cert-subtitle { color: #9aa0ab; font-size: 13.5px; line-height: 1.7; padding: 0 6px; }

@media (max-width: 767px) {
    .cert-card { padding: 32px 16px 24px; clip-path: none; }
}


.cert-col { flex: 0 0 50%; max-width: 50%; }
@media (min-width: 992px) {
    .cert-col { flex: 0 0 20%; max-width: 20%; }
}

/* ===== about us - company overview hero ===== */
.au-hero { position: relative; background: #fff; padding: 0; overflow: hidden; }
.au-hero .row { align-items: center !important; }
.au-hero-text-col { padding-top: 0; }

@media (max-width: 991px) {
    .au-hero-text-col { padding-top: 40px; }
}
.au-eyebrow-row { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.au-eyebrow-row .line { width: 26px; height: 1px; background: var(--brand-orange); display: inline-block; }
.au-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }
.au-hero-title { font-size: 52px; font-weight: 800; line-height: 1.1; color: var(--brand-dark); margin-bottom: 12px; }
.au-hero-title .orange { color: var(--brand-orange); display: block; }
.au-hero-text { color: var(--text-gray); font-size: 16px; line-height: 1.9; max-width: 620px; margin-bottom: 26px; }
.au-hero-underline { width: 46px; height: 3px; background: var(--brand-orange); }
.au-readmore-link { color: var(--brand-orange); font-weight: 600; white-space: nowrap; }
.au-readmore-link:hover { text-decoration: underline; }

.au-hero-img-col { padding-right: 0; }
.au-hero-visual {
    position: relative;
    margin-right: calc(-50vw + 50%);
    width: calc(100% + (50vw - 50%));
}
.au-hero-clip {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        calc(20% + 20px) 100%,
        20% calc(100% - 20px)
    );
    height: 350px;
    border-radius: 0 0 20px 0;
}
.au-hero-clip img { width: 100%; height: 100%; object-fit: cover; display: block; }

.au-hero-badge {
    position: absolute;
    top: 40%;
    left: 6%;
    background: var(--brand-navy);
    color: #fff;
    border-radius: 12px;
    padding: 18px 22px;
    max-width: 240px;
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
}
.au-hero-badge-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.au-badge-icon { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--brand-orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.au-badge-icon i { color: var(--brand-orange); font-size: 16px; }
.au-hero-badge h3 { font-size: 19px; font-weight: 800; margin: 0; line-height: 1.1; }
.au-hero-badge .au-badge-sub { font-size: 12px; font-weight: 600; color: #fff; margin: 2px 0 0; }
.au-badge-underline { width: 24px; height: 2px; background: var(--brand-orange); margin-bottom: 8px; }
.au-hero-badge p { font-size: 11.5px; color: #b7bcc5; line-height: 1.6; margin: 0; }

@media (max-width: 991px) {
    .au-hero-img-col { padding-right: 12px; }
    .au-hero-visual { margin-right: 0; width: 100%; }
    .au-hero-clip { clip-path: none; margin-top: 40px; }
    .au-hero-badge { position: static; margin-top: -30px; margin-left: 16px; margin-right: 16px; max-width: none; }
    .au-hero-title { font-size: 38px; }
}

/* ===== about us - stats bar ===== */
.au-stats-wrap { position: relative; z-index: 3; margin-top: -34px; padding-bottom: 70px; }
.au-stats-box { background: #fff; border-radius: 18px; box-shadow: 0 20px 55px rgba(20,30,45,.12); padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.au-stat-item { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 200px; padding: 6px 20px; }
.au-stat-item + .au-stat-item { border-left: 1px solid #ebedf1; }
.au-stat-icon { width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid rgba(229,90,37,.4); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.au-stat-icon i { color: var(--brand-orange); font-size: 20px; }
.au-stat-copy .au-stat-top { font-size: 13px; color: #8a8f98; margin: 0; }
.au-stat-copy .au-stat-num { font-size: 26px; font-weight: 800; color: var(--brand-orange); margin: 2px 0; line-height: 1; }
.au-stat-copy .au-stat-bottom { font-size: 13px; color: var(--brand-dark); font-weight: 600; margin: 0; }

@media (max-width: 991px) {
    .au-stat-item + .au-stat-item { border-left: none; border-top: 1px solid #ebedf1; }
    .au-stats-box { padding: 24px; }
}

/* ===== about us - what we do (dark) ===== */
.au-whatwedo {
    background-image: url('../assets/images/what-we-do-bg.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.au-whatwedo .container { position: relative; z-index: 1; }
.au-whatwedo-title { color: #fff; font-weight: 800; font-size: 26px; line-height: 1.3; margin-bottom: 14px; }
.au-whatwedo-underline { width: 36px; height: 3px; background: var(--brand-orange); margin-bottom: 16px; }
.au-whatwedo-text { color: #b7bcc5; font-size: 13.5px; line-height: 1.7; max-width: 340px; margin-bottom: 20px; text-align: justify; }
.au-btn-orange { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-orange); color: #fff !important; font-weight: 600; font-size: 13.5px; padding: 10px 20px; border-radius: 5px; }
.au-btn-orange:hover { background: #c94a1a; }

.au-services-heading { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; color: var(--brand-orange); margin-bottom: 14px; }
.au-services-grid {
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.au-services-left-col,
.au-services-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.au-services-right-col {
    position: relative;
    padding-left: 40px;
}
.au-services-right-col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,.08);
}

@media (max-width: 767px) {
    .au-services-grid { flex-direction: column; gap: 0; }
    .au-services-right-col { padding-left: 0; }
    .au-services-right-col::before { display: none; }
}
.au-services-col-right::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,.08);
}
.au-service-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.au-service-row:last-child { border-bottom: none; }
.au-service-row:last-child { border-bottom: none; }
.au-service-icon { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--brand-orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.au-service-icon i { color: var(--brand-orange); font-size: 13px; }
.au-service-row h5 { color: #fff; font-weight: 700; font-size: 13px; margin: 0; line-height: 1.3; }

@media (max-width: 767px) {
    .au-whatwedo-title { font-size: 22px; }
    .au-services-col-right::before { display: none; }
}

/* ===== about us - our values (grid) ===== */
.au-values-section { background: #fff; padding: 50px 0 90px; }
.au-values-left { max-width: 260px; }
.au-values-title { font-size: 22px; font-weight: 800; color: var(--brand-dark); line-height: 1.4; max-width: 250px; }
.au-values-title .orange { color: var(--brand-orange); }

.au-values-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
}
.au-value-card {
    background: #f7f8fa;
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.au-value-card:hover { transform: translatey(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.au-value-icon { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(229,90,37,.4); display: flex; align-items: center; justify-content: center; margin-bottom: 9px; flex-shrink: 0; }
.au-value-icon i { color: var(--brand-orange); font-size: 15px; }
.au-value-card h5 { font-weight: 700; color: var(--brand-dark); font-size: 12.5px; margin-bottom: 5px; }
.au-value-card p { color: var(--text-gray); font-size: 10px; line-height: 1.4; margin: 0; }

@media (max-width: 767px) {
    .au-values-grid { flex-wrap: wrap; gap: 10px; }
    .au-value-card { flex: 0 0 calc(33.333% - 7px); aspect-ratio: 1/1; padding: 10px 8px; }
    .au-value-icon { width: 34px; height: 34px; margin-bottom: 6px; }
}

/* ===== about us - our journey (timeline) ===== */
.au-journey-section {
    background: var(--brand-navy);
    border-radius: 22px;
    margin: 0 16px 60px;
    padding: 46px 40px 50px;
    position: relative;
    overflow: hidden;
}
.au-journey-section .au-eyebrow-row .label { color: var(--brand-orange); }
.au-journey-left { max-width: 480px; }
.au-journey-title { font-size: 30px; font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 16px; }
.au-journey-underline { width: 46px; height: 3px; background: var(--brand-orange); margin-bottom: 18px; }
.au-journey-left p { color: #c3c8d1; font-size: 12.5px; line-height: 1.7; margin-bottom: 10px; }
.au-journey-services { color: #fff; font-size: 12.5px; line-height: 1.7; margin: 6px 0 8px; padding-left: 18px; }
.au-journey-services li { margin-bottom: 2px; }

.au-timeline { position: relative; padding: 6px 0; }
.au-timeline::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 2px;
    background: rgba(255,255,255,.18);
    transform: translatex(-1px);
}
.tl-row {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr 44px 1fr 46px;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 22px;
}
.tl-row:last-child { margin-bottom: 0; }
.tl-icon {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tl-icon i { color: var(--brand-orange); font-size: 17px; }
.tl-dot {
    grid-column: 3;
    width: 13px; height: 13px;
    border-radius: 50%;
    background: var(--brand-orange);
    border: 3px solid rgba(255,255,255,.12);
    justify-self: center;
    position: relative;
    z-index: 1;
}
.tl-text { position: relative; }
.tl-year { color: var(--brand-orange); font-size: 11px; font-weight: 700; letter-spacing: .5px; display: block; margin-bottom: 2px; }
.tl-text h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.tl-text p { color: #b7bcc5; font-size: 11.5px; line-height: 1.55; margin: 0; }

.tl-row.left .tl-icon { grid-column: 1; }
.tl-row.left .tl-text { grid-column: 2; text-align: right; }
.tl-row.left .tl-text::after {
    content: '';
    position: absolute;
    top: 50%; right: -44px;
    width: 44px; height: 0;
    border-top: 2px dotted rgba(255,255,255,.35);
}
.tl-row.right .tl-icon { grid-column: 5; }
.tl-row.right .tl-text { grid-column: 4; text-align: left; }
.tl-row.right .tl-text::before {
    content: '';
    position: absolute;
    top: 50%; left: -44px;
    width: 44px; height: 0;
    border-top: 2px dotted rgba(255,255,255,.35);
}

@media (max-width: 991px) {
    .au-journey-section { padding: 34px 20px; margin: 0 12px 40px; }
    .au-journey-left { max-width: 100%; margin-bottom: 34px; }
    .tl-row { grid-template-columns: 40px 1fr; column-gap: 12px; margin-bottom: 20px; }
    .au-timeline::before { left: 19px; }
    .tl-dot { display: none; }
    .tl-row.left .tl-icon, .tl-row.right .tl-icon { grid-column: 1; grid-row: 1; width: 40px; height: 40px; }
    .tl-row.left .tl-text, .tl-row.right .tl-text { grid-column: 2; grid-row: 1; text-align: left !important; }
    .tl-row.left .tl-text::after, .tl-row.right .tl-text::before { display: none; }
}


/* ===== about us - our journey (timeline, zigzag) ===== */
.au-journey-wrap { padding: 0 5px 60px; }
.au-journey-section {
    position: relative;
    background: var(--brand-navy) url('../assets/images/journey-bg.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 22px;
    padding: 55px 40px;
    overflow: hidden;
}
.au-journey-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,20,33,.94) 0%, rgba(12,20,33,.85) 45%, rgba(12,20,33,.72) 100%);
    z-index: 0;
}
.au-journey-inner { position: relative; z-index: 1; }
.au-journey-inner { display: flex; align-items: center; gap: 30px; }

.au-journey-left { flex: 0 0 440px; max-width: 440px; }
.au-journey-section .au-eyebrow-row { margin-bottom: 8px; }
.au-journey-section .au-eyebrow-row .label { color: var(--brand-orange); font-size: 11px; }
.au-journey-title { font-size: 22px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 8px; }
.au-journey-underline { width: 40px; height: 2px; background: var(--brand-orange); margin-bottom: 10px; }
.au-journey-left p { color: #c3c8d1; font-size: 11.5px; line-height: 1.75; margin-bottom: 12px; text-align: justify; }
.au-journey-services { color: #fff; font-size: 11.5px; line-height: 1.75; margin: 4px 0 10px; padding-left: 16px; text-align: left; }
.au-journey-services li { margin-bottom: 4px; }

.au-timeline-col { flex: 1; min-width: 0; }
.au-timeline { position: relative; }
.au-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: rgba(255,255,255,.18);
    transform: translateX(-50%);
    z-index: 0;
}

.tl-row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.tl-row:last-child { margin-bottom: 0; }

.tl-half { width: 50%; display: flex; align-items: center; min-width: 0; }
.tl-half-left { justify-content: flex-end; }
.tl-half-right { justify-content: flex-start; }

.tl-icon {
    width: 32px; height: 32px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tl-icon i { color: var(--brand-orange); font-size: 12px; }

.tl-connector { width: 18px; height: 0; border-top: 1px dotted rgba(255,255,255,.4); flex-shrink: 0; }

.tl-text { min-width: 0; max-width: 240px; margin: 0 8px; }
.tl-half-left .tl-text { text-align: right; }
.tl-half-right .tl-text { text-align: left; }
.tl-year { color: var(--brand-orange); font-size: 9px; font-weight: 700; letter-spacing: .5px; display: block; margin-bottom: 1px; }
.tl-text h4 { color: #fff; font-size: 12px; font-weight: 700; margin-bottom: 2px; }
.tl-text p { color: #b7bcc5; font-size: 9.5px; line-height: 1.35; margin: 0; }

.tl-dot {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 9px; height: 9px;
    border-radius: 50%;
    background: var(--brand-orange);
    border: 2px solid rgba(255,255,255,.12);
    z-index: 1;
}

@media (max-width: 991px) {
    .au-journey-section { padding: 34px 20px; }
    .au-journey-inner { flex-direction: column; gap: 34px; }
    .au-journey-left { flex: 1 1 auto; max-width: 100%; }
    .au-timeline::before { left: 19px; transform: none; }
    .tl-row { align-items: flex-start; flex-direction: column; }
    .tl-half { width: auto; }
    .tl-half-left { justify-content: flex-start; }
    .tl-half-right { justify-content: flex-start; margin-top: 10px; margin-left: 0; flex-direction: row-reverse; }
    .tl-half-right .tl-icon { margin-right: 8px; }
    .tl-half-left .tl-text,
    .tl-half-right .tl-text { text-align: left; max-width: 100%; }
    .tl-connector { display: none; }
    .tl-dot { left: 19px; }
}

/* ===== Sustainable Development Goals v2 (light, numbered timeline) ===== */
.sdg2-section {
    position: relative;
    background: #fbfbfc url('../assets/images/sdg2-bg.png') no-repeat center center;
    background-size: cover;
    padding: 40px 0 45px;
    overflow: hidden;
}
.sdg2-section .container { position: relative; z-index: 1; }

.sdg2-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 10px; }
.sdg2-eyebrow-row .line { width: 40px; height: 2px; background: var(--brand-orange); display: inline-block; }
.sdg2-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 12px; }
.sdg2-heading { text-align: center; font-weight: 800; color: var(--brand-dark); font-size: 30px; line-height: 1.25; margin-bottom: 10px; }
.sdg2-underline { width: 44px; height: 3px; background: var(--brand-orange); margin: 0 auto 14px; }
.sdg2-subtext { text-align: center; color: var(--text-gray); max-width: 640px; margin: 0 auto 30px; font-size: 12.5px; line-height: 1.65; }

.sdg2-line-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 0 10px 20px; }
.sdg2-line-wrap::before {
    content: '';
    position: absolute;
    left: 4px; right: 4px; top: 50%;
    height: 0;
    border-top: 2px dashed #d3d6db;
    transform: translateY(-50%);
    z-index: 0;
}
.sdg2-end-dot { width: 6px; height: 6px; border-radius: 50%; background: #b9bec7; position: relative; z-index: 1; }
.sdg2-num-circle {
    width: 34px; height: 34px;
    border-radius: 50%;
    border: 2px solid var(--brand-orange);
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 1;
}
.sdg2-num-circle::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--brand-orange); }

.sdg2-grid { display: flex; gap: 16px; }
.sdg2-card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(20,30,45,.07);
    padding: 20px 18px 16px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1.05;
}
.sdg2-card-top { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.sdg2-icon-sq {
    width: 46px; height: 46px;
    border-radius: 10px;
    background: var(--brand-orange);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.sdg2-icon-sq i { color: #fff; font-size: 19px; }
.sdg2-goal-label { display: block; color: var(--brand-orange); font-weight: 700; font-size: 10px; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 3px; }
.sdg2-card-title { font-weight: 800; color: var(--brand-dark); font-size: 14px; line-height: 1.3; margin: 0; }
.sdg2-card-text { color: var(--text-gray); font-size: 10.5px; line-height: 1.55; margin: 0; flex: 1; text-align: justify; }
.sdg2-card-dash { border-top: 1px dashed rgba(229,90,37,.5); margin-top: 12px; }

@media (max-width: 991px) {
    .sdg2-grid { flex-wrap: wrap; }
    .sdg2-card { flex: 0 0 calc(50% - 8px); aspect-ratio: auto; }
    .sdg2-line-wrap { display: none; }
}
@media (max-width: 575px) {
    .sdg2-card { flex: 0 0 100%; }
    .sdg2-heading { font-size: 24px; }
}

/* ===== ABOUT US — MOBILE RESPONSIVE PATCH ===== */
@media (max-width: 767px) {
    .au-hero-title { font-size: 30px; margin-bottom: 4px; }
    .au-hero-text-col { text-align: center; }
    .au-eyebrow-row { margin-bottom: 8px; }
    .au-eyebrow-row { justify-content: center; }
    .au-hero-underline { margin: 0 auto; }
    .au-hero-img-col { padding-left: 0; padding-right: 0; margin-top: 10px; }
    .au-hero-clip { margin-top: 0; border-radius: 0; }
    .au-hero-badge {
        position: absolute;
        top: auto;
        bottom: -5px;
        left: 12px;
        right: 12px;
        margin: 0;
        max-width: none;
        padding: 14px 16px;
    }

    .au-stats-wrap { display: none; }

    .au-journey-section { padding: 26px 16px; margin-top: 20px; }
    .au-journey-title { font-size: 20px; text-align: center; }
    .au-journey-section .au-eyebrow-row { justify-content: center; }
    .tl-text { max-width: 100%; }
    .tl-text h4 { font-size: 13px; }
    .tl-text p { font-size: 10.5px; }

    .au-whatwedo { padding: 40px 0; text-align: center; }
    .au-whatwedo .au-eyebrow-row { justify-content: center; }
    .au-whatwedo .au-eyebrow-row .line { display: none; }
    .au-whatwedo-underline { margin: 0 auto 16px; }
    .au-whatwedo-text { max-width: 100%; text-align: justify; text-align-last: center; }
    .au-btn-orange { display: inline-flex; }
    .au-services-heading { text-align: center; }
    .au-services-grid { gap: 0; }

    .au-values-section { padding: 40px 0 60px; }
    .au-values-left { max-width: 100%; margin-bottom: 20px; text-align: center; }
    .au-values-title { max-width: 100%; }

    .sdg2-heading { font-size: 22px !important; text-align: center !important; }
    .sdg2-eyebrow-row { justify-content: center !important; }
    .sdg2-eyebrow-row .line { display: none !important; }
    .sdg2-card { padding: 16px 14px 12px; }
    .sdg2-card-text { text-align: justify; }

    .kewo-card { padding: 28px 18px; }
    .kewo-title { font-size: 24px; }
    .kewo-text { max-width: 100%; margin-bottom: 20px; }
    .kewo-nav { width: 36px; height: 36px; }
    .kewo-prev { left: 10px; }
    .kewo-next { right: 10px; }

    .loc-wrap { padding: 50px 0 60px; overflow-x: hidden; }
    .loc-left-col { padding: 20px 16px; margin-bottom: 24px; }
    .loc-title { font-size: 24px; }
    .loc-map-wrap { min-height: 320px; padding: 0; }
    .loc-map-img { max-width: 100% !important; width: 100%; }
    .loc-map-ring { width: 85%; }
}

@media (max-width: 480px) {
    .au-hero-title { font-size: 26px; }
    .au-hero-clip { margin-top: 24px; }
    .au-stat-icon { width: 46px; height: 46px; }
    .au-value-card { flex: 0 0 calc(50% - 6px); }
    .sdg2-card { flex: 0 0 100%; }
    .kewo-carousel { padding: 10px 10px 22px; }
    .loc-map-wrap { min-height: 220px; }
    .loc-map-img { max-width: 100%; }
}

/* ===== about us - message from board members ===== */
.bm-wrap { background: #0a0c11; padding: 60px 5px; }
.bm-wrap .container { max-width: 1400px; }
.bm-card {
    position: relative;
    display: flex;
    min-height: 520px;
    border-radius: 24px;
    overflow: hidden;
    background: #14171d;
    padding: 2px;
    isolation: isolate;
}
.bm-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, var(--brand-orange) 0%, rgba(229,90,37,.5) 18%, rgba(255,255,255,.15) 40%, rgba(229,90,37,0) 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 5;
    pointer-events: none;
}
.bm-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0,0,0,.5), 0 0 40px rgba(229,90,37,.08);
    z-index: 0;
    pointer-events: none;
}

.bm-left {
    position: relative;
    z-index: 3;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #14171d;
    border-radius: 22px 0 0 22px;
}
.bm-eyebrow { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 12px; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bm-eyebrow .line { width: 26px; height: 1px; background: var(--brand-orange); display: inline-block; }
.bm-title { font-size: 28px; font-weight: 800; line-height: 1.2; color: #fff; margin-bottom: 4px; }
.bm-title .orange { color: var(--brand-orange); display: block; }
.bm-underline { width: 46px; height: 3px; background: var(--brand-orange); margin: 12px 0 16px; }
.bm-text { color: #c3c8d1; font-size: 12.5px; line-height: 1.7; margin-bottom: 12px; }
.bm-signature { color: #fff; font-size: 14px; font-weight: 700; margin-top: 10px; margin-bottom: 0; line-height: 1.6; }
.bm-signature span { display: block; color: var(--brand-orange); font-size: 12.5px; font-weight: 600; margin-top: 4px; }

.bm-divider { display: flex; align-items: center; gap: 14px; margin: 14px 0; }
.bm-divider span { flex: 1; height: 1px; background: rgba(255,255,255,.15); }
.bm-divider .bm-quote { color: var(--brand-orange); font-size: 20px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }

.bm-icons { display: flex; align-items: flex-start; gap: 0; margin-top: 30px; }
.bm-icon-item { flex: 1; text-align: center; padding: 0 10px; position: relative; }
.bm-icon-item + .bm-icon-item::before {
    content: '';
    position: absolute;
    left: 0; top: 6px; bottom: 6px;
    width: 1px;
    background: rgba(255,255,255,.14);
}
.bm-icon-circle {
    width: 54px; height: 54px;
    border-radius: 50%;
    border: 1.5px solid rgba(229,90,37,.5);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
}
.bm-icon-circle i { color: var(--brand-orange); font-size: 19px; }
.bm-icon-item p { color: #e6e8ec; font-size: 11.5px; font-weight: 600; line-height: 1.4; margin: 0; }

.bm-right {
    position: relative;
    flex: 1;
    min-width: 0;
    border-radius: 0 22px 22px 0;
    overflow: hidden;
}
.bm-card { overflow: visible; }
.bm-card, .bm-left, .bm-right { overflow: hidden; }
.bm-right-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.bm-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,23,29,.35) 0%, rgba(20,23,29,0) 22%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.bm-hex-wrap {
    position: absolute;
    left: 46%;
    top: 46%;
    width: 100px; height: 100px;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
}
.bm-hex {
    width: 100%; height: 100%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.35);
}

.bm-readmore {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--brand-dark) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    transition: .25s;
}
.bm-readmore i { color: var(--brand-orange); transition: .25s; }
.bm-readmore:hover { background: var(--brand-orange); color: #fff !important; }
.bm-readmore:hover i { color: #fff; transform: translateX(3px); }

@media (max-width: 991px) {
    .bm-card { flex-direction: column; min-height: auto; }
    .bm-left { flex: 1 1 auto; max-width: 100%; padding: 40px 28px; border-radius: 22px 22px 0 0; }
    .bm-right { min-height: 320px; }
    .bm-right-img, .bm-right::after { clip-path: none; }
    .bm-hex { display: none; }
    .bm-icons { flex-wrap: wrap; gap: 20px 0; }
    .bm-icon-item { flex: 0 0 50%; margin-bottom: 16px; }
    .bm-icon-item:nth-child(2n+1)::before { display: none; }
    .bm-readmore { position: static; margin: 20px 28px 28px; }
}

/* ============================================================
   KEWO: Karsaz Education & Welfare Organization
   ============================================================ */
.kewo-wrap { background: #fff; padding: 70px 5px 90px; }
.kewo-wrap .container { max-width: 1180px; }

.kewo-card {
    position: relative;
    background: #fbfbfc;
    border-radius: 26px;
    padding: 56px 56px;
    overflow: hidden;
    isolation: isolate;
}

.kewo-dots-decor {
    position: absolute;
    top: 34px;
    right: 40px;
    width: 130px;
    height: 90px;
    background-image: radial-gradient(rgba(229,90,37,.35) 1.6px, transparent 1.6px);
    background-size: 14px 14px;
    z-index: 0;
    pointer-events: none;
}

.kewo-blob {
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 30% 30%, rgba(229,90,37,.16), rgba(229,90,37,0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.kewo-left { position: relative; z-index: 1; }

.kewo-watermark {
    position: absolute;
    top: -18px;
    left: -6px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(26,35,50,.04);
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap;
    z-index: -1;
    user-select: none;
}

.kewo-eyebrow-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.kewo-eyebrow-row .line { width: 22px; height: 2px; background: var(--brand-orange); display: inline-block; }
.kewo-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 12.5px; }

.kewo-title { font-size: 34px; font-weight: 800; line-height: 1.25; color: var(--brand-dark); margin-bottom: 18px; }
.kewo-title .dark { color: var(--brand-dark); }
.kewo-title .orange { color: var(--brand-orange); display: block; }

.kewo-underline { display: flex; align-items: center; gap: 6px; margin-bottom: 22px; }
.kewo-underline span { width: 46px; height: 3px; background: var(--brand-orange); display: inline-block; border-radius: 2px; }
.kewo-underline i { width: 6px; height: 6px; border-radius: 50%; background: rgba(229,90,37,.35); display: inline-block; }

.kewo-text { color: var(--text-gray); font-size: 15px; line-height: 1.9; max-width: 520px; margin-bottom: 30px; text-align: justify; }

.kewo-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #f0793d, var(--brand-orange));
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 8px 8px 26px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 12px 24px -10px rgba(229,90,37,.55);
    transition: box-shadow .25s, transform .25s;
}
.kewo-btn span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.kewo-btn:hover { box-shadow: 0 16px 28px -8px rgba(229,90,37,.6); transform: translateY(-2px); color: #fff !important; }

/* Carousel */
.kewo-right { position: relative; z-index: 1; }
.kewo-carousel {
    position: relative;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 50px -20px rgba(20,25,35,.25);
    padding: 14px 14px 30px;
}

.kewo-carousel-track { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/10.5; }
.kewo-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s ease; }
.kewo-slide.active { opacity: 1; visibility: visible; }
.kewo-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.kewo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    box-shadow: 0 8px 20px -6px rgba(20,25,35,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-dark);
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    transition: background .2s, color .2s;
}
.kewo-nav:hover { background: var(--brand-orange); color: #fff; }
.kewo-prev { left: 26px; }
.kewo-next { right: 26px; }

.kewo-indicators { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.kewo-indicators span { width: 9px; height: 9px; border-radius: 50%; background: #d8dce2; cursor: pointer; transition: background .2s, transform .2s; }
.kewo-indicators span.active { background: var(--brand-orange); transform: scale(1.15); }

@media (max-width: 991px) {
    .kewo-card { padding: 36px 24px; }
    .kewo-watermark { display: none; }
    .kewo-title { font-size: 28px; }
}

/* ============================================================
   Our Locations
   ============================================================ */
.loc-wrap { background: #eef0f3; padding: 80px 0 90px; position: relative; overflow: hidden; }

.loc-left-col {
    padding: 26px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px -18px rgba(20,25,35,.25);
}
.loc-left-col .au-eyebrow-row { flex-direction: row-reverse; justify-content: flex-end; }
.loc-left-col .au-eyebrow-row .line { width: 60px; height: 1px; background: rgba(229,90,37,.4); }
.loc-left-col .au-eyebrow-row .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 11px; }

.loc-title { font-size: 32px; font-weight: 800; color: var(--brand-dark); margin: 10px 0 4px; line-height: 1.1; }
.loc-title .orange { color: var(--brand-orange); }
.loc-subtitle { color: var(--brand-dark); font-size: 14px; margin-bottom: 18px; }

.loc-card {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px -14px rgba(20,25,35,.25);
    overflow: hidden;
}
.loc-card::after {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    right: 0;
    width: 3px;
    background: var(--brand-orange);
    border-radius: 3px 0 0 3px;
}
.loc-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0793d, var(--brand-orange));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.loc-info h4 { font-size: 15.5px; font-weight: 800; color: var(--brand-dark); margin: 0 0 2px; }
.loc-info .loc-type { color: var(--brand-orange); font-weight: 700; font-size: 11.5px; margin-bottom: 6px; }
.loc-info .loc-address { color: var(--text-gray); font-size: 11.5px; line-height: 1.6; margin: 0; }
.loc-info .loc-address i { color: var(--brand-orange); margin-right: 4px; }

/* Map */
.loc-map-wrap { position: relative; min-height: 400px; display: flex; align-items: center; justify-content: center; }
.loc-map-ring {
    position: absolute;
    width: 60%;
    aspect-ratio: 1/1;
    border: 1px solid rgba(229,90,37,.25);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.loc-map-decor-dots {
    position: absolute;
    top: 6%;
    right: 2%;
    width: 90px;
    height: 70px;
    background-image: radial-gradient(rgba(20,25,35,.14) 1.6px, transparent 1.6px);
    background-size: 14px 14px;
    z-index: 0;
}
.loc-map-img { position: relative; z-index: 1; max-width: 60%; height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 30px 40px rgba(20,25,35,.18)); }

.loc-pin {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -100%);
}
.loc-pin i { font-size: 30px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.25)); }
.loc-pin-red i { color: #e6382a; }
.loc-pin-green i { color: #3aa655; }
.loc-pin-yellow i { color: #f0b400; }
.loc-pin-purple i { color: #8f5fe8; }
.loc-pin-label { line-height: 1.25; white-space: nowrap; }
.loc-pin-label strong { display: block; font-size: 14.5px; font-weight: 800; color: var(--brand-dark); }
.loc-pin-label em { display: block; font-size: 12px; font-style: normal; font-weight: 600; }
.loc-pin-red .loc-pin-label em { color: #e6382a; }
.loc-pin-green .loc-pin-label em { color: #3aa655; }
.loc-pin-yellow .loc-pin-label em { color: #c98f00; }
.loc-pin-purple .loc-pin-label em { color: #8f5fe8; }

.loc-legend {
    background: #fff;
    border-radius: 14px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 26px;
    box-shadow: 0 10px 30px -18px rgba(20,25,35,.25);
    margin-top: 24px;
}
.loc-legend-item { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--brand-dark); font-size: 14.5px; }
.loc-legend-item i { font-size: 17px; }
.loc-legend-red { color: #e6382a; }
.loc-legend-green { color: #3aa655; }
.loc-legend-yellow { color: #f0b400; }
.loc-legend-purple { color: #8f5fe8; }
.loc-legend-sep { width: 1px; height: 18px; background: #e2e4e8; }

@media (max-width: 991px) {
    .loc-map-wrap { min-height: 380px; margin-top: 30px; }
    .loc-pin-label { display: none; }
    .loc-legend { padding: 16px 18px; gap: 12px 18px; }
    .loc-legend-sep { display: none; }
}

/* Navbar: open dropdown on hover instead of click (desktop only) */
@media (min-width: 992px) {
    .hover-dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        margin-top: 0;
        pointer-events: none;
    }
    .hover-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    .hover-dropdown .dropdown-menu:not(.dropdown-menu-mega):not(.dropdown-menu-multicol) li {
        list-style: none;
    }
    .hover-dropdown .dropdown-menu:not(.dropdown-menu-mega):not(.dropdown-menu-multicol) .dropdown-item {
        white-space: normal;
        font-size: .8rem;
        line-height: 1.25;
        padding: .3rem .6rem .3rem 1.1rem;
        position: relative;
    }
    .hover-dropdown .dropdown-menu:not(.dropdown-menu-mega):not(.dropdown-menu-multicol) .dropdown-item::before {
        content: "•";
        position: absolute;
        left: .3rem;
        color: var(--brand-orange);
        font-size: 1rem;
        line-height: 1;
    }

    /* Mega dropdown: Products (multi-column) + Spare Parts sidebar on the right */
    .main-navbar > .container {
        position: relative;
    }
    .hover-dropdown {
        position: static;
    }
    .main-navbar > .container {
        position: relative;
    }
    .hover-dropdown {
        position: static;
    }
    .hover-dropdown .dropdown-menu.dropdown-menu-mega {
        display: flex;
        align-items: stretch;
        padding: .5rem 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 8px);
        width: 95vw;
        max-width: 1200px;
    }
    .hover-dropdown:hover .dropdown-menu.dropdown-menu-mega {
        transform: translate(-50%, 0);
    }
    .mega-products-grid {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        column-gap: .5rem;
        row-gap: 0;
        align-content: start;
        list-style: none;
        margin: 0;
        padding: 0 .5rem;
        flex: 1 1 auto;
        min-width: 0;
    }
    .mega-products-grid li {
        list-style: none;
    }
    .mega-products-grid .dropdown-item {
        white-space: normal;
        font-size: .8rem;
        line-height: 1.25;
        padding: .3rem .6rem .3rem 1.1rem;
        position: relative;
    }
    .mega-products-grid .dropdown-item::before {
        content: "•";
        position: absolute;
        left: .3rem;
        color: var(--brand-orange);
        font-size: 1rem;
        line-height: 1;
    }
    .mega-divider {
        width: 1px;
        background: var(--bs-border-color, #dee2e6);
        margin: 0 .75rem;
        align-self: stretch;
    }
    .mega-spareparts {
        padding-right: .5rem;
        flex: 0 0 200px;
        min-width: 0;
        border-left: 1px solid var(--bs-border-color, #dee2e6);
        padding-left: .75rem;
    }
    .mega-spareparts-heading {
        font-weight: 700;
        color: var(--brand-orange);
        padding: .25rem 1rem .5rem;
        font-size: .78rem;
        text-transform: uppercase;
        letter-spacing: .5px;
        white-space: nowrap;
    }
    .mega-spareparts-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }
    .mega-spareparts-list li {
        list-style: none;
    }
    .mega-spareparts-list .dropdown-item {
        white-space: normal;
        font-size: .82rem;
        line-height: 1.25;
        padding: .3rem .6rem .3rem 1.1rem;
        position: relative;
    }
    .mega-spareparts-list .dropdown-item::before {
        content: "•";
        position: absolute;
        left: .3rem;
        color: var(--brand-orange);
        font-size: 1rem;
        line-height: 1;
    }

    /* Multi-column dropdown: max 6 items per column, new column added on the right after that */
    .hover-dropdown .dropdown-menu.dropdown-menu-multicol {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        column-gap: .5rem;
        row-gap: 0;
        min-width: auto;
        width: max-content;
        max-width: 90vw;
        padding: .5rem .5rem;
        left: 50%;
        right: auto;
        transform: translate(-50%, 8px);
    }
    .hover-dropdown:hover .dropdown-menu.dropdown-menu-multicol {
        transform: translate(-50%, 0);
    }
    .dropdown-menu-multicol li {
        list-style: none;
    }
    .dropdown-menu-multicol .dropdown-item {
        white-space: normal;
        font-size: .8rem;
        line-height: 1.25;
        padding: .3rem .6rem .3rem 1.1rem;
        position: relative;
    }
    .dropdown-menu-multicol .dropdown-item::before {
        content: "•";
        position: absolute;
        left: .3rem;
        color: var(--brand-orange);
        font-size: 1rem;
        line-height: 1;
    }
}

/* Navbar: mobile submenu shown only when tapped open */
@media (max-width: 991.98px) {
    .hover-dropdown .dropdown-menu { display: none; }
    .hover-dropdown.mobile-dropdown-open .dropdown-menu {
        display: block;
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* ===== Master Search Bar (Homepage) ===== */
.master-search-wrap {
    position: relative;
    max-width: 680px;
    margin: 0 auto 34px;
    z-index: 20;
}
.master-search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.96);
    border-radius: 50px;
    padding: 6px 8px 6px 22px;
    box-shadow: 0 10px 35px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.08);
    transition: box-shadow .25s ease, transform .25s ease;
}
.master-search-box:focus-within {
    box-shadow: 0 12px 40px rgba(229,90,37,.35), 0 0 0 2px var(--brand-orange);
    transform: translateY(-2px);
}
.master-search-icon {
    color: var(--brand-orange);
    font-size: 16px;
    margin-right: 12px;
}
.master-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15.5px;
    padding: 12px 0;
    color: var(--brand-dark);
    font-family: 'Poppins', sans-serif;
}
.master-search-input::placeholder { color: #9aa1ab; }
.master-search-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(229,90,37,.25);
    border-top-color: var(--brand-orange);
    border-radius: 50%;
    margin-right: 8px;
    display: none;
    animation: masterSearchSpin .7s linear infinite;
}
.master-search-spinner.active { display: inline-block; }
@keyframes masterSearchSpin { to { transform: rotate(360deg); } }

.master-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
    overflow: hidden;
    max-height: 420px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.master-search-results.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.master-search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f0f1f3;
    transition: background .15s ease;
}
.master-search-item:last-child { border-bottom: none; }
.master-search-item:hover { background: #fdf3ee; }
.master-search-item-text {
    font-size: 14.5px;
    color: var(--brand-dark);
    font-weight: 500;
    line-height: 1.4;
}
.master-search-item-text mark {
    background: rgba(229,90,37,.18);
    color: var(--brand-orange);
    font-weight: 700;
    padding: 0 1px;
    border-radius: 2px;
}
.master-search-item-cat {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #fff;
    background: #6b7280;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
}
.master-search-empty,
.master-search-hint {
    padding: 18px 20px;
    font-size: 14px;
    color: #8a919b;
    text-align: center;
}

@media (max-width: 767px) {
    .master-search-wrap { max-width: 100%; margin-bottom: 26px; }
    .master-search-input { font-size: 14px; }
}
@media (max-width: 420px) {
    .master-search-box { padding: 6px 8px 6px 14px; }
    .master-search-icon { margin-right: 8px; font-size: 14px; }
    .master-search-input { font-size: 11px; }
}

/* ===== PJAX navigation: loading bar + fade transition ===== */
#pjax-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--brand-orange);
    z-index: 99999;
    opacity: 0;
    box-shadow: 0 0 8px rgba(229,90,37,.6);
    pointer-events: none;
}

#pjax-main {
    min-height: 40vh;
}
#pjax-main.pjax-fade-out {
    opacity: 0;
    transition: opacity .15s ease;
}
#pjax-main.pjax-fade-in {
    animation: pjaxFadeIn .26s ease;
}
@keyframes pjaxFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== Contact Us Page ===== */
.cu-hero {
    position: relative;
    background-color: var(--brand-dark);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 110px 0 90px;
    text-align: center;
    overflow: hidden;
}
.cu-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(26,35,50,.97) 0%, rgba(26,35,50,.85) 45%, rgba(26,35,50,.35) 100%);
    z-index: 1;
}
.cu-hero-dots {
    position: absolute; left: 0; top: 0; width: 45%; height: 100%;
    background-image: radial-gradient(circle, rgba(255,255,255,.15) 1.4px, transparent 1.5px);
    background-size: 14px 14px;
    -webkit-mask-image: linear-gradient(to right, black 0%, transparent 90%);
    mask-image: linear-gradient(to right, black 0%, transparent 90%);
    z-index: 1;
}
.cu-hero .container { position: relative; z-index: 2; }
.cu-hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 14px; }
.cu-hero-eyebrow .line { width: 32px; height: 2px; background: var(--brand-orange); }
.cu-hero-eyebrow .label { color: var(--brand-orange); font-weight: 700; letter-spacing: 2px; font-size: 13px; text-transform: uppercase; }
.cu-hero-title { color: #fff; font-weight: 800; font-size: 52px; margin-bottom: 12px; }
.cu-hero-subtext { color: #c3c8d1; font-size: 16px; margin-bottom: 18px; }
.cu-hero-breadcrumb { color: #fff; font-size: 14px; }
.cu-hero-breadcrumb a { color: #fff; text-decoration: none; }
.cu-hero-breadcrumb i { color: #c3c8d1; font-size: 11px; margin: 0 8px; }
.cu-hero-breadcrumb span { color: var(--brand-orange); font-weight: 600; }

.cu-main-section { padding: 60px 0; background: #f5f6f8; }
.cu-panel { display: flex; gap: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.08); }
.cu-connect-box { background: var(--brand-dark); color: #fff; padding: 45px 38px; width: 32%; flex-shrink: 0; }
.cu-connect-box h3 { font-weight: 800; font-size: 26px; margin-bottom: 14px; }
.cu-connect-box > p { color: #c3c8d1; font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.cu-connect-underline { width: 100%; height: 1px; background: rgba(255,255,255,.15); margin-bottom: 28px; }
.cu-connect-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.cu-connect-item:last-child { margin-bottom: 0; }
.cu-connect-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--brand-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.cu-connect-item h5 { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.cu-connect-item p { color: #c3c8d1; font-size: 14px; line-height: 1.6; margin: 0; }

.cu-form-box { background: #fff; padding: 45px 42px; flex: 1; }
.cu-form-box .form-label { font-weight: 600; color: var(--brand-dark); font-size: 14px; margin-bottom: 8px; display: block; }
.cu-form-box .req { color: var(--brand-orange); }
.cu-input-wrap { position: relative; display: flex; align-items: center; border: 1px solid #e2e5ea; border-radius: 8px; background: #fff; transition: .2s; }
.cu-input-wrap:focus-within { border-color: var(--brand-orange); box-shadow: 0 0 0 3px rgba(229,90,37,.1); }
.cu-input-wrap i { width: 44px; text-align: center; color: #9aa1ac; font-size: 14px; flex-shrink: 0; }
.cu-input-wrap input, .cu-input-wrap textarea { border: 0; outline: 0; flex: 1; padding: 12px 14px 12px 0; font-size: 14px; background: transparent; color: var(--brand-dark); width: 100%; }
.cu-input-wrap textarea { resize: vertical; }
.cu-textarea-wrap { align-items: flex-start; }
.cu-textarea-wrap i { padding-top: 12px; }
.cu-form-footer { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 10px; }
.cu-submit-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--brand-orange); color: #fff; border: 0; padding: 14px 30px; border-radius: 40px; font-weight: 700; font-size: 15px; cursor: pointer; transition: .25s; }
.cu-submit-btn:hover { background: var(--brand-dark); }
.cu-safe-note { display: flex; align-items: center; gap: 10px; color: var(--text-gray); font-size: 13px; }
.cu-safe-note i { color: var(--brand-dark); font-size: 18px; }
.cu-safe-note strong { display: block; color: var(--brand-dark); font-size: 14px; }

.cu-features-strip { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; background: #fff; border-radius: 12px; margin-top: 24px; padding: 26px 36px; box-shadow: 0 10px 40px rgba(0,0,0,.06); }
.cu-feature-item { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 200px; }
.cu-feature-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: rgba(229,90,37,.1); color: var(--brand-orange); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.cu-feature-item h6 { font-weight: 700; color: var(--brand-dark); font-size: 14px; margin-bottom: 2px; }
.cu-feature-item p { color: var(--text-gray); font-size: 13px; margin: 0; }

@media (max-width: 991px) {
    .cu-panel { flex-direction: column; }
    .cu-connect-box { width: 100%; }
    .cu-hero-title { font-size: 38px; }
    .cu-features-strip { justify-content: flex-start; }
}

img { image-rendering: auto; }


img {
    content-visibility: auto;
}
img, video {
    max-width: 100%;
    height: auto;
}
 