.elementor-103 .elementor-element.elementor-element-325edbc{--display:flex;}.elementor-103 .elementor-element.elementor-element-ad5f974{--spacer-size:1px;}.elementor-103 .elementor-element.elementor-element-954fad7{--display:flex;}.elementor-103 .elementor-element.elementor-element-9596c82{--display:flex;}/* Start custom CSS for html, class: .elementor-element-364c124 */.nuba-wrapper {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: #4a556;
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .nuba-wrapper * {
        box-sizing: border-box;
    }

    .nuba-title {
        color: #055AA1;
        text-align: center;
        font-size: 1.3rem !important; 
        font-weight: 700;
        margin-bottom: 15px;
    }

    .nuba-subtitle {
        text-align: center;
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto 50px auto;
        line-height: 1.6;
    }

    .nuba-btn {
        display: inline-block;
        background-color: #10c89a;
        color: #ffffff !important;
        text-decoration: none;
        padding: 10px 24px;
        border-radius: 6px;
        font-weight: 600;
        border: none;
        cursor: pointer;
    }


    .nuba-features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 80px;
    }

    .nuba-feature-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        position: relative;
    }

    .nuba-feature-img {
        width: 120px;
        height: 120px;
        background-color: #83d8c3;
        border-radius: 50%;
        margin: -60px auto 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .nuba-feature-img img {
        width: 100%;
        height: auto;
    }

    .nuba-feature-card h3 {
        color: #83d8c3;
        font-size: 1.15rem; 
        margin-bottom: 15px;
    }

    .nuba-treatments-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
        margin-bottom: 80px;
    }

    .nuba-treatment-card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        display: flex;
        overflow: hidden;
        position: relative;
    }

    .nuba-treatment-content {
        padding: 25px;
        flex: 1;
        z-index: 2;
    }

    .nuba-t-header {
        background-color: #83d8c3;
        display: inline-flex;
        align-items: center;
        padding: 8px 15px;
        border-radius: 8px;
        margin-bottom: 15px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .nuba-t-header h4 {
        color: #ffffff;
        margin: 0;
        font-size: 1rem; 
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nuba-treatment-content p {
        font-size: 0.95rem;
        margin-bottom: 20px;
        line-height: 1.5;
        max-width: 80%;
    }

    .nuba-treatment-image {
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 140px;
        opacity: 0.9;
        z-index: 1;
    }

    .nuba-treatment-image img {
        width: 100%;
        height: auto;
    }

    .nuba-cta-section {
        text-align: center;
        margin-top: 60px;
    }

    .nuba-cta-section h2 {
        color: #1a426b;
        margin-bottom: 15px;
    }

    .nuba-cta-section .nuba-btn {
        margin: 20px 0;
        font-size: 1.1rem;
        padding: 12px 30px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    @media (max-width: 768px) {
        .nuba-title {
            font-size: 1.4rem !important;
        }
        .nuba-treatments-grid {
            grid-template-columns: 1fr;
        }
        .nuba-feature-card {
            margin-top: 50px;
        }
        .nuba-treatment-image {
            width: 100px;
            opacity: 0.3;
        }
        .nuba-treatment-content p {
            max-width: 100%;
        }
    }/* End custom CSS */