.elementor-52335 .elementor-element.elementor-element-afc00a4{--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-52335 .elementor-element.elementor-element-d3c2916.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-52335 .elementor-element.elementor-element-afc00a4{--content-width:1340px;}}/* Start custom CSS for container, class: .elementor-element-afc00a4 */.wg-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin:40px auto;
    font-family: 'Poppins';
    
}

.wg-service-card{
    background:#f5f5f5;
    border-radius:12px;
    padding:30px;
    height:100%;
    display:flex;
    flex-direction:column;
    border: 3px solid #b30050;
}

.wg-service-card h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    line-height:1.4;
    background: linear-gradient(165deg, #d924c9 0%, #d92457 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wg-service-card p{
    font-size:15px;
    line-height:1.7;
    color:#555;
    flex:1;
}

.wg-btn{
    display:inline-block;
    margin-top:20px;
    color:#e91e63;
    font-weight:600;
    text-decoration:none;
}

.wg-btn:hover{
    color:#c2185b;
}


.page-content a {
    text-decoration: none !important;
    background: linear-gradient(165deg, #d924c9 0%, #d92457 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}/* End custom CSS */