.elementor-kit-7{--e-global-color-primary:#ED1C24;--e-global-color-secondary:#1B1B1B;--e-global-color-text:#282828;--e-global-color-accent:#ED1C24;--e-global-color-925f7c9:#FFFFFF;--e-global-color-c4bd4df:#F5F5F5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#ED1C24;font-family:"Inter", Sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;color:#FFFFFF;border-radius:99px 99px 99px 99px;padding:12px 25px 12px 025px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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 */.hover-box .title-1{

    opacity: 0;
}
.hover-box:hover .title-1{
    opacity: 1;
    transition: 0.5s;
}
.smooth-carousel .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}

.hover-box .anime {
    opacity: 0;
    transform: translateY(20px); /* start slightly below */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Fade-in-up effect on parent hover */
.hover-box:hover .anime {
    opacity: 1;
    transform: translateY(0); /* moves to normal position */
}/* End custom CSS */