/* Swiper Container */
.swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Navigation */
.sassico-nav-container {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    gap: 15px;
}

.sassico-nav-button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sassico-nav-button:hover {
    background: #007bff;
    transform: scale(1.1);
}

.sassico-nav-button i {
    color: white;
    font-size: 20px;
}

.elementor-element-1293383 h4 {
    font-family: "Roboto", Sans-serif !important;
    font-size: 48px;
    font-weight: 700 !important;
    margin-top: 40px;

}

/* Mobile */
@media (max-width: 767px) {
    .sassico-nav-container {
        bottom: 15px;
        right: 15px;
    }
    .sassico-nav-button {
        width: 35px;
        height: 35px;
    }
}


@media (min-width: 768px) {
    .elementor-1672 .elementor-element.elementor-element-1479f14 {
        width: 65% !important;
    }

    .elementor-1672 .elementor-element.elementor-element-b5a2a3c {
       
    }
}

@media (min-width: 768px) {
   
}

