.elementor-kit-9{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#D400A0;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F020B8;--e-global-color-a72c22c:#1A1A1A;--e-global-color-7863a70:#333333;--e-global-color-ba974c0:#F5F5F5;--e-global-color-2f3bde2:#C9A84C;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-9 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;}.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 *//* ===== SCROLLBAR ROCLI360 (Chrome / Edge / Safari) ===== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background: #D400A0;
    border-radius: 50px;
    border: 2px solid #0f0f0f;
}

::-webkit-scrollbar-thumb:hover {
    background: #F020B8;
}

/* ===== SCROLLBAR (Firefox) ===== */

* {
    scrollbar-width: thin;
    scrollbar-color: #D400A0 #0f0f0f;
}

.rocli-corner-deco {
    position: relative;
}

.rocli-corner-deco::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    border-top: 2px solid #D400A0;
    border-left: 2px solid #D400A0;
    border-radius: 15px 0 0 0;
    pointer-events: none;
}

.rocli-corner-deco::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    border-bottom: 2px solid #D400A0;
    border-right: 2px solid #D400A0;
    border-radius: 0 0 15px 0;
    pointer-events: none;
}

.rocli-corner-deco2 {
    position: relative;
    overflow: hidden;
}

.rocli-corner-deco2::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: -30px;
    width: 130px;
    height: 1px;
    background: rgba(212, 0, 160, 0.75);
    transform: rotate(-52deg);
    box-shadow: 10px -10px 0 0 rgba(212, 0, 160, 0.75);
    pointer-events: none;
}

@media (max-width: 767px) {
    .rocli-corner-deco2::after {
        bottom: 7px;
        right: -40px;
    }
}

.rocli-review-card {
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='120' viewBox='0 0 300 120'%3E%3Ctext x='0' y='100' font-size='110' fill='%23D400A0' fill-opacity='0.15' letter-spacing='-8'%3E%E2%98%85%E2%98%85%E2%98%85%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -90px bottom -10px;
    background-size: auto;
}

html {
    scroll-behavior: smooth;
}/* End custom CSS */