.elementor-389 .elementor-element.elementor-element-b31fa37{--display:flex;--min-height:0px;--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-389 .elementor-element.elementor-element-b31fa37:not(.elementor-motion-effects-element-type-background), .elementor-389 .elementor-element.elementor-element-b31fa37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{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-389 .elementor-element.elementor-element-b31fa37::before, .elementor-389 .elementor-element.elementor-element-b31fa37 > .elementor-background-video-container::before, .elementor-389 .elementor-element.elementor-element-b31fa37 > .e-con-inner > .elementor-background-video-container::before, .elementor-389 .elementor-element.elementor-element-b31fa37 > .elementor-background-slideshow::before, .elementor-389 .elementor-element.elementor-element-b31fa37 > .e-con-inner > .elementor-background-slideshow::before, .elementor-389 .elementor-element.elementor-element-b31fa37 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-389 .elementor-element.elementor-element-b31fa37 > .elementor-shape-bottom svg, .elementor-389 .elementor-element.elementor-element-b31fa37 > .e-con-inner > .elementor-shape-bottom svg{height:66px;}.elementor-389 .elementor-element.elementor-element-ef3143e{text-align:center;}.elementor-389 .elementor-element.elementor-element-ef3143e .elementor-heading-title{font-size:50px;line-height:1.5em;color:#FFFFFF;}.elementor-389 .elementor-element.elementor-element-acd6284{--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-389 .elementor-element.elementor-element-6ffb992{--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-389 .elementor-element.elementor-element-a59a339{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-389 .elementor-element.elementor-element-b31fa37{--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-389 .elementor-element.elementor-element-ef3143e .elementor-heading-title{font-size:35px;}}@media(max-width:767px){.elementor-389 .elementor-element.elementor-element-b31fa37{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-389 .elementor-element.elementor-element-ef3143e .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-527af12 *//* =============================================
   WIDGET 1: SERVICES OVERVIEW CARDS
   ============================================= */

.nodwengu-services-widget-1 {
    padding: 80px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.services-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

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

.services-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

.services-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transition: height 0.4s ease;
}

.service-primary::before {
    background: linear-gradient(90deg, #0000F9 0%, #0000CC 100%);
}

.service-secondary::before {
    background: linear-gradient(90deg, #FF0101 0%, #CC0000 100%);
}

.service-accent::before {
    background: linear-gradient(90deg, #2c3e50 0%, #1a252f 100%);
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.service-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

.service-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    border-radius: 18px;
    overflow: hidden;
    background: #f8f9fa;
    padding: 15px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.service-primary:hover .service-icon {
    border-color: #0000F9;
    background: rgba(0, 0, 249, 0.05);
}

.service-secondary:hover .service-icon {
    border-color: #FF0101;
    background: rgba(255, 1, 1, 0.05);
}

.service-accent:hover .service-icon {
    border-color: #2c3e50;
    background: rgba(44, 62, 80, 0.05);
}

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

.service-number {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 48px;
    font-weight: 900;
    color: #f8f9fa;
    line-height: 1;
    transition: color 0.3s ease;
}

.service-card:hover .service-number {
    color: #e9ecef;
}

.service-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.service-features li {
    font-size: 14px;
    color: #555;
    padding: 10px 0 10px 30px;
    position: relative;
    line-height: 1.5;
}

.service-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 16px;
}

.service-primary .service-features li::before {
    color: #0000F9;
}

.service-secondary .service-features li::before {
    color: #FF0101;
}

.service-accent .service-features li::before {
    color: #2c3e50;
}

.service-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-primary .service-badge {
    background: rgba(0, 0, 249, 0.1);
    color: #0000F9;
}

.service-secondary .service-badge {
    background: rgba(255, 1, 1, 0.1);
    color: #FF0101;
}

.service-accent .service-badge {
    background: rgba(44, 62, 80, 0.1);
    color: #2c3e50;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f96eebb *//* =============================================
   WIDGET 2: SERVICE AREAS & TARGET MARKET
   ============================================= */

.nodwengu-services-widget-2 {
    padding: 80px 20px;
    background: url('https://www.nodwengu.co.za/wp-content/uploads/2025/12/3185947-scaled.jpg') center/cover no-repeat;
    position: relative;
}

.nodwengu-services-widget-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.service-areas-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.areas-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

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

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

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

.coverage-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.coverage-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 16px;
    border-left: 5px solid #0000F9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.coverage-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 249, 0.15);
}

.coverage-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.coverage-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.coverage-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.client-segments {
    background: linear-gradient(135deg, #0000F9 0%, #0000CC 100%);
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 249, 0.2);
}

.segment-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.segment-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.segment-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}

.segment-card:last-child {
    margin-bottom: 0;
}

.segment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.segment-icon {
    font-size: 28px;
}

.segment-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.segment-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3a0c00 *//* =============================================
   WIDGET 3: PROPERTY MANAGEMENT & INCOME
   ============================================= */

.nodwengu-services-widget-3 {
    padding: 80px 20px;
    background: url('https://www.nodwengu.co.za/wp-content/uploads/2025/12/low-angle-view-blue-white-modern-buildings-cloudy-sky-scaled.jpg') center/cover no-repeat;
    position: relative;
}

.nodwengu-services-widget-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 250, 0.96) 100%);
    z-index: 1;
}

.property-mgmt-section {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

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

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

.mgmt-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    margin-bottom: 60px;
}

.mgmt-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #0000F9;
}

.mgmt-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f8f9fa;
}

.mgmt-icon {
    font-size: 48px;
}

.mgmt-card-header h3 {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}

.mgmt-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mgmt-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.mgmt-item:hover {
    background: #e9ecef;
    transform: translateX(8px);
}

.mgmt-check {
    width: 28px;
    height: 28px;
    background: #0000F9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    flex-shrink: 0;
}

.mgmt-item span:last-child {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.income-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.income-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.income-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.income-card:hover {
    border-color: #0000F9;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 249, 0.15);
}

.income-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.income-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.income-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.cta-banner {
    background: linear-gradient(135deg, #0000F9 0%, #0000CC 100%);
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 50px rgba(0, 0, 249, 0.25);
}

.cta-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.cta-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.cta-btn {
    padding: 16px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-primary {
    background: #FF0101;
    color: #ffffff;
}

.cta-primary:hover {
    background: #CC0000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 1, 1, 0.3);
}

.cta-secondary {
    background: #ffffff;
    color: #0000F9;
}

.cta-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}/* End custom CSS */