/* Metalogix.ai — controlled branding layer. Preserves original Metalogix layout & white sections. */

/* Logo sizing, variants, and hover — see metalogix-logo.css */

.trp_nav_area,
.hbg2 .trp_nav_area {
    background: rgba(12, 16, 28, 0.92) !important;
}

.metalogix_menu > ul.sub-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.metalogix_menu > ul.sub-menu > li > a {
    font-size: 14px;
    padding: 0 11px;
    white-space: nowrap;
}

.tx_mmenu_together {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.donate-btn-header .dtbtn {
    font-size: 13px;
    padding: 10px 16px !important;
    white-space: nowrap;
}

.video_page_area .witr_ds_content_inner h2,
.video_page_area .witr_ds_content_inner p,
.hero-promise {
    color: #fff;
}

.hero-promise {
    font-size: 16px;
    max-width: 700px;
    margin-top: 14px;
    opacity: 0.95;
    border-left: 3px solid #FBB81A;
    padding-left: 14px;
}

.witr_btn_outline {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    margin-left: 12px;
}

.witr_btn_outline:hover {
    border-color: #FBB81A !important;
    color: #FBB81A !important;
}

.mx-framework-steps {
    padding: 0 0 90px;
}

.mx-framework-step {
    background: #fff;
    border-radius: 8px;
    padding: 24px 18px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    height: calc(100% - 24px);
    text-align: center;
}

.mx-framework-step .step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #F9413A 0%, #FBB81A 100%);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.mx-framework-step h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.mx-framework-step p {
    font-size: 15px;
    margin: 0;
    color: #7c7c7c;
}

.mx-industry-feature {
    margin-bottom: 30px;
}

.mx-industry-feature .busi_singleTeam img {
    height: 220px;
    object-fit: cover;
}

.mx-industry-feature .TM_center h5 a {
    color: #fff;
}

.mx-map-wrap {
    margin-bottom: 50px;
}

.mx-map-wrap iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 8px;
}

.twr_form_box select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.legal-content {
    padding: 80px 0;
}

.legal-content ul {
    margin: 12px 0 20px;
    padding-left: 24px;
}

.legal-content ul li {
    margin-bottom: 8px;
    line-height: 1.65;
    color: #4a5568;
}

.legal-content a {
    color: #FF6B35;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .metalogix_menu > ul.sub-menu > li > a {
        font-size: 13px;
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .witr_btn_outline {
        margin-left: 0;
        margin-top: 12px;
    }
}
