.elementor-kit-10{--e-global-color-primary:#C72724;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-68a0019:#000000;--e-global-color-fe4fa39:#000000;--e-global-color-83e7262:#000000;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #f2295b 100%);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Center the whole breadcrumb section */
.breadcrumb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Center inner content */
.breadcrumb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Make the main title (H1) white */
.breadcrumb-content h1 {
    color: #ffffff !important;
    margin-bottom: 12px;
    font-weight: 700;
}

/* Breadcrumb box — Glass Morphism Effect */
.breadcrumb-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    padding: 8px 20px;
    margin-top: 5px;

    background: rgba(255, 255, 255, 0.12); /* transparent white */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px; /* pill shape */

    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Breadcrumb text (white) */
.breadcrumb-box a,
.breadcrumb-box span {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

/* Current page bold */
.breadcrumb-box .current {
    font-weight: 600;
}

/* Separator styling */
.breadcrumb-box span:not(.current):not(a) {
    opacity: 0.85;
}/* End custom CSS */