{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elementor-column {
    padding: 10px;
    flex: 1;
    min-width: 0;
}

.elementor-section {
    position: relative;
    padding: 60px 0;
}

.elementor-inner-section {
    padding: 30px 0;
}

.elementor-location-header .elementor-section {
    padding: 0;
}

.elementor-location-header .elementor-column {
    padding: 5px 10px;
}

.elementor-section-55df2ae0 .elementor-col-25 {
    flex: 0 0 auto;
}

.elementor-element-6b69f026 {
    flex: 1 1 auto;
}

.elementor-section-content-middle {
    align-items: center !important;
}

.elementor-column-gap-default > .elementor-column {
    padding: 0 10px;
}

.elementor-location-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.elementor-section-55df2ae0 {
    min-height: auto !important;
    padding: 15px 0 !important;
}

.elementor-top-column {
    display: flex;
    align-items: center;
}

.elementor-widget-image img {
    max-height: 50px;
    width: auto;
}

.elementor-element-18cfbe58 {
    flex: 0 0 auto;
}

.elementor-col-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.elementor-nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.elementor-nav-menu a {
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-size: 15px;
}

.elementor-nav-menu a:hover,
.elementor-nav-menu a.elementor-item-active {
    color: #BDD59E;
}

.elementor-nav-menu--main {
    justify-content: flex-end;
}

.elementor-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.elementor-icon-list-icon {
    margin-right: 8px;
    color: #BDD59E;
    font-size: 14px;
}

.elementor-icon-list-text {
    white-space: nowrap;
}

.elementor-menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
    padding: 10px;
}

.elementor-section-5af411e7 {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #BDD59E 0%, #AAD9D9 100%);
}

.elementor-background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.elementor-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.elementor-section-5af411e7 .elementor-container {
    position: relative;
    z-index: 2;
}

.elementor-heading-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.elementor-widget-text-editor p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.elementor-button {
    display: inline-block;
    padding: 12px 30px;
    background: #BDD59E;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.elementor-button:hover {
    background: #ffffff;
    color: #BDD59E;
    border-color: #BDD59E;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.elementor-section[data-settings*="background_background"] {
    background-size: cover;
    background-position: center;
}

section#inevidenza {
    background-color: #f8f9fa;
    padding: 80px 0;
}

section#prodotti {
    background-color: #ffffff;
    padding: 80px 0;
}

section#servizi {
    background-color: #f8f9fa;
    padding: 80px 0;
}

section#telemedicina {
    background-color: #ffffff;
    padding: 80px 0;
}


h1.elementor-heading-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

h2.elementor-heading-title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

h3.elementor-heading-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

h5.elementor-heading-title {
    font-size: 16px;
    font-weight: 600;
    color: #BDD59E;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.swiper-slide-inner {
    padding: 50px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.swiper-slide-heading {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


.elementor-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.elementor-swiper-button:hover {
    background: #BDD59E;
    color: #ffffff;
}

.elementor-swiper-button-prev {
    left: 20px;
}

.elementor-swiper-button-next {
    right: 20px;
}


.jkit-icon-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
}

.jkit-icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.icon-box-header svg,
.icon-box-header i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #BDD59E;
}

.icon-box-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.icon-box-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}


.elementor-image-carousel {
    display: flex;
    gap: 20px;
}

.elementor-image-carousel .swiper-slide {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.elementor-image-carousel .swiper-slide:hover {
    opacity: 1;
}

.elementor-image-carousel img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}


section#staff {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.elementor-image-carousel .swiper-slide figure {
    margin: 0;
    padding: 10px;
}

.elementor-image-carousel .swiper-slide img {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.testimonial-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 15px;
    position: relative;
}

.icon-content {
    font-size: 48px;
    color: #BDD59E;
    margin-bottom: 20px;
}

.comment-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.profile-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}


.elementor-location-footer {
    background: #2c3e50;
    color: #ffffff;
    padding: 60px 0 20px;
}

.elementor-location-footer h2,
.elementor-location-footer h4 {
    color: #ffffff;
    margin-bottom: 20px;
}

.elementor-location-footer p {
    color: #ecf0f1;
    line-height: 1.8;
}

.elementor-location-footer a {
    color: #BDD59E;
}

.elementor-location-footer a:hover {
    color: #ffffff;
}

.elementor-icon-list-items {
    list-style: none;
    padding: 0;
}

.elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.elementor-icon-list-icon {
    margin-right: 10px;
    color: #BDD59E;
    font-size: 18px;
}


section#orari {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    margin: 20px 0;
}

section#orari h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

section#orari .elementor-heading-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}


.elementor-social-icons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.elementor-social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.elementor-social-icon:hover {
    transform: scale(1.1);
}

.elementor-social-icon-facebook-f {
    background: #3b5998;
}

.elementor-social-icon-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


.elementor-invisible {
    opacity: 0;
}

.animated-slow {
    animation-duration: 1.5s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 1024px) {
    .elementor-container {
        flex-direction: column;
    }
    
    .elementor-heading-title {
        font-size: 36px;
    }
    
    h1.elementor-heading-title {
        font-size: 32px;
    }
    
    .elementor-section {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .elementor-menu-toggle {
        display: block;
    }
    
    .elementor-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .elementor-nav-menu.active {
        display: flex;
    }
    
    .elementor-heading-title {
        font-size: 28px;
    }
    
    h1.elementor-heading-title {
        font-size: 28px;
    }
    
    .swiper-slide-heading {
        font-size: 32px;
    }
    
    .elementor-button {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .elementor-section {
        padding: 30px 0;
    }
    
    .elementor-column {
        padding: 10px;
    }
    
    .jkit-icon-box {
        padding: 20px;
    }
    
    .testimonial-box {
        padding: 20px;
        margin: 10px 0;
    }
}


.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}


.elementor-spacer {
    height: 50px;
}

.elementor-widget-spacer {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}