.elementor-104197 .elementor-element.elementor-element-b64ca71{--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-104197 .elementor-element.elementor-element-b64ca71.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-104197 .elementor-element.elementor-element-fe15abf{--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;}@media(min-width:768px){.elementor-104197 .elementor-element.elementor-element-b64ca71{--width:97.196%;}}/* Start custom CSS for html, class: .elementor-element-2f2611a */.welcome-section {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    font-family: Arial, sans-serif;
}

.welcome-section h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.welcome-section .subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 10px;
    width: 220px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.icon {
    width: 60px;
    height: 60px;
    background: red;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.card h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.card p {
    font-size: 14px;
    color: #666;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card-link:hover .card {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    transition: 0.3s ease;
}/* End custom CSS */