.elementor-kit-892{--e-global-color-primary:#C3317D;--e-global-color-secondary:#2F3742;--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;}.elementor-kit-892 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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 *//* CSS for Slides Container */
.changslides {
    margin-bottom: 20px; /* Example: add spacing below the slides */
}

/* CSS for Texts Container */
.text-container .elementor-widget-container {
    display: none; /* Hide all text widgets by default */
}

.text-container .elementor-widget-container.active {
    display: block; /* Show only the active text widget */
}

/* CSS for Dots Container */
.dots-container {
    text-align: center; /* Center the dots */
    margin-top: 20px; /* Add spacing above the dots */
}

.dots-container .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ccc; /* Default color for dots */
    border-radius: 50%;
    margin: 0 5px; /* Spacing between dots */
    cursor: pointer;
}

.dots-container .dot.active {
    background: #333; /* Color for active dot */
}/* End custom CSS */