.elementor-kit-8{--e-global-color-primary:#272724;--e-global-color-secondary:#272724;--e-global-color-text:#272724;--e-global-color-accent:#E6A94A;--e-global-color-9d69ade:#FFFFFF;--e-global-color-c084848:#E6A94A;--e-global-color-895d787:#000000;--e-global-color-ce5d7b7:#FFF8F0;--e-global-color-a36c91a:#C78F37;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Containerul mare care permite scroll-ul */
.parent-image-grow {
    height: 250vh !important;
    position: relative;
    background-color: #fff; /* Fundal negru pentru contrast */
}

/* Containerul care stă pe loc (Sticky) */
.sticky-image-grow {
    height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important; /* IMPORTANT: Centrează pe verticală */
    justify-content: center !important; /* IMPORTANT: Centrează pe orizontală */
    position: sticky !important;
    top: 0 !important;
}

/* Cardul care se mărește */
.image-grow {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    /* Starea inițială */
    width: 70%; 
    height: 50vh !important; 
    
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 20px;
    transition: border-radius 0.2s ease;
    overflow: hidden;
}

/* Ajustare start pe Mobil */
@media (max-width: 767px) {
    .image-grow {
        width: 80%;
        height: 50vh !important; /* Mai mic inițial pe mobil ca să se vadă creșterea clar */
    }
}













.pallady-custom-carousel {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.pallady-custom-carousel .e-con-inner {
    width: 100%;
    display: block !important;
}

.pallady-custom-carousel .swiper {
    overflow: hidden;
    padding: 0 20px 38px;
    box-sizing: border-box;
}

.pallady-custom-carousel .swiper-wrapper {
    align-items: stretch;
}

.pallady-custom-carousel .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.pallady-custom-carousel .swiper-slide > .pallady-custom-carousel-card {
    width: 100%;
}

.pallady-custom-carousel .pallady-custom-carousel-card {
    height: 100%;
}

.pallady-custom-carousel .pallady-custom-carousel-card > .e-con-inner,
.pallady-custom-carousel .pallady-custom-carousel-card {
    box-sizing: border-box;
}

.pallady-custom-carousel .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pallady-custom-carousel .swiper-pagination-bullet {
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: #d6d6d6;
    opacity: 1;
    transition: all .3s ease;
    margin: 0 !important;
}

.pallady-custom-carousel .swiper-pagination-bullet-active {
    background: #111;
    width: 56px;
}

.pallady-custom-carousel .swiper-button-prev,
.pallady-custom-carousel .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0,0,0,0.08);
    transition: all .25s ease;
}

.pallady-custom-carousel .swiper-button-prev:hover,
.pallady-custom-carousel .swiper-button-next:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.pallady-custom-carousel .swiper-button-prev:after,
.pallady-custom-carousel .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.pallady-custom-carousel .swiper-button-prev {
    left: 0;
}

.pallady-custom-carousel .swiper-button-next {
    right: 0;
}

@media (max-width: 1024px) {
    .pallady-custom-carousel .swiper-button-prev,
    .pallady-custom-carousel .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .pallady-custom-carousel .swiper-button-prev:after,
    .pallady-custom-carousel .swiper-button-next:after {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pallady-custom-carousel {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .pallady-custom-carousel .swiper {
        padding: 0 12px 38px;
    }

    .pallady-custom-carousel .swiper-button-prev,
    .pallady-custom-carousel .swiper-button-next {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}/* End custom CSS */