.elementor-kit-1399{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-396e009:#F28D01;--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-1399 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1399 h1{font-size:43px;}.elementor-kit-1399 button,.elementor-kit-1399 input[type="button"],.elementor-kit-1399 input[type="submit"],.elementor-kit-1399 .elementor-button{text-transform:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Start of Breadcrumb Styling Code*/
/* 1. Main Container & Separators */
.breadcrumbs {
    color: #393A56 !important; 
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important; /* Increased from 17px to make separators slightly bigger */
    font-weight: 600 !important;
    text-decoration: none !important;
    padding-top: 4px; /* Adds a tiny bit of padding above */
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px; 
}

/* 2. Links & Home Icon */
.breadcrumbs a, 
.breadcrumbs .fa-home {
    color: #F39200 !important;
    font-size: 16px !important; /* Increased from 15px to match the overall growth */
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

/* 3. Hover Effect */
.breadcrumbs a:hover {
    color: #393A56 !important;
}

/* 4. Current Item */
.breadcrumbs span.current-item {
    color: #393A56 !important;
    font-size: 16px !important; /* Increased from 15px */
}

/* End of Breadcrumb Styling Code*//* End custom CSS */