.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#FFFFFF;}.elementor-kit-6 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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* CARD STYLE */
.tour-card{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.35s ease;
}

/* CARD TERANGKAT */
.tour-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

/* IMAGE STYLE */
.elementor-carousel-image{
    position: relative;
    overflow: hidden;
    transition: transform 0.7s ease, filter 0.6s ease;
}

/* ZOOM GAMBAR SAAT HOVER */
.tour-card:hover .elementor-carousel-image{
    transform: scale(1.08);
    filter: brightness(1.05) saturate(1.1);
}

/* ORANGE SHINE EFFECT */
.elementor-carousel-image::after{
    content:'';
    position:absolute;
    top:0;
    left:-150%;
    width:70%;
    height:100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,165,0,0.45),
        rgba(255,140,0,0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.8s;
}

/* ANIMASI SHINE */
.tour-card:hover .elementor-carousel-image::after{
    left:150%;
}/* End custom CSS */