.elementor-385 .elementor-element.elementor-element-9a5e286{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.3;--margin-top:0px;--margin-bottom:130px;--margin-left:0px;--margin-right:0px;--padding-top:190px;--padding-bottom:190px;--padding-left:0px;--padding-right:0px;}.elementor-385 .elementor-element.elementor-element-9a5e286:not(.elementor-motion-effects-element-type-background), .elementor-385 .elementor-element.elementor-element-9a5e286 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;background-image:url("https://www.nodwengu.co.za/wp-content/uploads/2026/01/Ensure1280x720.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-385 .elementor-element.elementor-element-9a5e286::before, .elementor-385 .elementor-element.elementor-element-9a5e286 > .elementor-background-video-container::before, .elementor-385 .elementor-element.elementor-element-9a5e286 > .e-con-inner > .elementor-background-video-container::before, .elementor-385 .elementor-element.elementor-element-9a5e286 > .elementor-background-slideshow::before, .elementor-385 .elementor-element.elementor-element-9a5e286 > .e-con-inner > .elementor-background-slideshow::before, .elementor-385 .elementor-element.elementor-element-9a5e286 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#00000000;--background-overlay:'';}.elementor-385 .elementor-element.elementor-element-07b7f01{text-align:center;}.elementor-385 .elementor-element.elementor-element-07b7f01 .elementor-heading-title{font-size:50px;line-height:1.5em;color:#FFFFFF;}.elementor-385 .elementor-element.elementor-element-519202e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-385 .elementor-element.elementor-element-dc53ea0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-385 .elementor-element.elementor-element-64bb030{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-385 .elementor-element.elementor-element-64bb030:not(.elementor-motion-effects-element-type-background), .elementor-385 .elementor-element.elementor-element-64bb030 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-385 .elementor-element.elementor-element-9a5e286{--content-width:700px;}}@media(max-width:1024px){.elementor-385 .elementor-element.elementor-element-9a5e286{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-385 .elementor-element.elementor-element-07b7f01 .elementor-heading-title{font-size:35px;}}@media(max-width:767px){.elementor-385 .elementor-element.elementor-element-9a5e286{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-385 .elementor-element.elementor-element-07b7f01 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-1869d03 *//* =============================================
   WIDGET 1: COMPANY OVERVIEW WITH STATS
   ============================================= */

.nodwengu-about-widget-1 {
    padding: 80px 20px;
    background: #ffffff;
}

.about-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-label {
    display: inline-block;
    color: #0000F9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.about-title {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    width: 28px;
    height: 28px;
    background: #0000F9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.about-stats-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-box {
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stat-primary {
    background: linear-gradient(135deg, #0000F9 0%, #0000CC 100%);
    color: #fff;
}

.stat-secondary {
    background: linear-gradient(135deg, #FF0101 0%, #CC0000 100%);
    color: #fff;
}

.stat-accent {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #1a1a1a;
    border: 2px solid #0000F9;
}

.stat-dark {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: #fff;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.95;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e196cd5 *//* =============================================
   WIDGET 2: VISION & VALUES WITH ICONS
   ============================================= */

.nodwengu-about-widget-2 {
    padding: 80px 20px;
    background: url('https://www.nodwengu.co.za/wp-content/uploads/2025/11/low-angle-shot-brown-building-with-windows-dark-blue-sky-scaled.jpg') center/cover no-repeat;
    position: relative;
}

.nodwengu-about-widget-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 249, 0.92) 0%, rgba(0, 0, 180, 0.88) 100%);
    z-index: 1;
}

.vision-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vision-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label-white {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.vision-title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.vision-card {
    background: rgba(255, 255, 255, 0.98);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
}

.vision-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.vision-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #0000F9;
    padding: 10px;
    background: #fff;
}

.vision-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vision-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.vision-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.values-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.value-check {
    width: 32px;
    height: 32px;
    background: #FF0101;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    flex-shrink: 0;
}

.value-item span {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f63815 *//* =============================================
   WIDGET 3: TEAM & ACCREDITATIONS
   ============================================= */

.nodwengu-about-widget-3 {
    padding: 80px 20px;
    background: #f8f9fa;
}

.team-section {
    max-width: 1200px;
    margin: 0 auto;
}

.team-intro {
    text-align: center;
    margin-bottom: 50px;
}

.team-title {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 15px;
}

.team-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.team-leader-card {
    background: linear-gradient(135deg, #0000F9 0%, #0000CC 100%);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 249, 0.2);
}

.leader-badge {
    display: inline-block;
    background: #FF0101;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.leader-name {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 35px;
}

.leader-expertise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.expertise-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.exp-number {
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.exp-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.subsection-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 35px;
    text-align: center;
}

.technical-team {
    margin-bottom: 60px;
}

.specialist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.specialist-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.specialist-card:hover {
    border-color: #0000F9;
    box-shadow: 0 10px 30px rgba(0, 0, 249, 0.1);
    transform: translateY(-5px);
}

.specialist-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0000F9 0%, #0000CC 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto 20px;
}

.specialist-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.specialist-role {
    font-size: 15px;
    font-weight: 600;
    color: #0000F9;
    margin-bottom: 10px;
}

.specialist-exp {
    font-size: 14px;
    color: #666;
}

.accreditations {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.accreditation-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.logo-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 14px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.logo-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(0%); /* Always show color */
    transition: all 0.3s ease;
}

.logo-item:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.logo-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}/* End custom CSS */