.elementor-2186 .elementor-element.elementor-element-348e7fe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}body.elementor-page-2186:not(.elementor-motion-effects-element-type-background), body.elementor-page-2186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7FA;}@media(max-width:767px){.elementor-2186 .elementor-element.elementor-element-348e7fe{--padding-top:54px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-2186 .elementor-element.elementor-element-348e7fe{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-a74d6f6 */:root {
    --nx-orange: #f57925;
    --nx-card-white: #ffffff;
    --nx-text-dark: #1a1a1a;
    --nx-text-gray: #4a4a4a;
}

.nx-services-wrapper {
    padding: 0;
    background: transparent;
}

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

.nx-section-title {
    grid-column: span 3;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--nx-orange);
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin: 60px 0 30px 0;
    text-transform: uppercase;
}

.nx-service-card {
    background: var(--nx-card-white);
    border: 1px solid #e5e5e5;
    padding: 55px 35px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.nx-service-card:hover {
    border-color: var(--nx-orange);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.nx-service-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    object-fit: contain;
}

.nx-service-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: var(--nx-text-dark);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.nx-service-desc {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: var(--nx-text-gray);
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .nx-services-grid { grid-template-columns: repeat(2, 1fr); }
    .nx-section-title { grid-column: span 2; }
}

@media (max-width: 768px) {
    .nx-services-grid { grid-template-columns: 1fr; }
    .nx-section-title { grid-column: span 1; font-size: 28px; margin: 40px 0 20px 0; }
    .nx-service-card { padding: 40px 25px; }
    .nx-service-icon { width: 85px; height: 85px; }
}/* End custom CSS */