/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Sezioni*/
.section {
    padding-inline: clamp(16px, 5vw, 36px);
}

.inner-section-container {
    max-width: 1240px;
}

.inner-section-container-cta {
    max-width: 584px;
}

/*Elementi*/
.service-card {
    background-color: #1B396A;
    border-radius: 8px;
    flex: 1 1 35% !important;
    min-width: 248px;
    max-width: 692px;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    text-decoration: none;
}

.service-card:hover {
    color: #FFE74C;
}

.service-card-small {
    background-color: #FFE9D2;
    border-radius: 8px;
}

.card-medium {
    background-color: #FFE9D2;
    border-radius: 6px;
    flex: 1 1 0% !important;
    min-width: 300px;
    overflow: hidden;
}

.card-medium-2 {
    border-radius: 6px;
    flex: 1 1 0% !important;
    min-width: 250px;
    overflow: hidden;
}

.card-small {
    border-radius: 4px;
    flex: 1 1 0% !important;
    min-width: 180px;
    max-width: 284px;
    overflow: hidden;
}

.card-xs {
    flex: 1 1 0%;
    max-width: 172px;
}

.review-card {
    max-width: 584px;
}

.maps {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.card-project {
    border-radius: 6px;
    flex: 1 1 0% !important;
    min-width: 300px;
    overflow: hidden;
}

/*.faq-fisarmonica * h3 {
    font-family: var(--e-global-typography-26a1c1c-font-family);
    font-size: var(--e-global-typography-4bb367c-font-size);
    font-weight: 700;
    font-style: var(--e-global-typography-4bb367c-font-style);
    text-decoration: var(--e-global-typography-4bb367c-text-decoration);
    line-height: var(--e-global-typography-4bb367c-line-height);
    letter-spacing: -1.08px;
}*/

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 6px 6px 0 0;
}

/*Link e decorazioni*/
.header-menu a {
    text-decoration: none;
}

.header-menu:hover a {
    text-decoration: none;
}

.elementor-widget-text-editor a {
    font-weight: bold;
    text-decoration: underline;
}

