/* Start custom CSS for html, class: .elementor-element-967712d */.nat-fiber-section {
    width: 90%;
    max-width: 1300px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

.fiber-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0;
}

.fiber-row.reverse {
    flex-direction: row-reverse;
}

.fiber-text {
    width: 45%;
}

.fiber-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1f2457; /* Natseco Dark Green */
    margin-bottom: 12px;
}

.fiber-text p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.fiber-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    background: #1f2457;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.fiber-btn:hover {
    background: #1f24; /* Natseco Light Green */
}

.fiber-image {
    width: 45%;
    text-align: center;
}

.fiber-image img {
    width: 80%;
    max-width: 450px;
}/* End custom CSS */