/* Elementor Breadcrumb Widget Pro Styles */
/* Author: Gregor MacKenzie */
/* Version: 1.2.4 - Fixed Color Controls */

.elementor-breadcrumb {
    font-family: inherit;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elementor-breadcrumb .breadcrumb-list,
.elementor-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.elementor-breadcrumb .breadcrumb-item,
.elementor-breadcrumb li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.elementor-breadcrumb a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    color: inherit;
    cursor: pointer;
}

.elementor-breadcrumb a:hover {
    text-decoration: none;
}

.elementor-breadcrumb .current {
    font-weight: 600;
}

/* SVG SIZE CONTROL - Critical for embedded SVGs */
.elementor-breadcrumb .separator svg {
    width: 1em !important;
    height: 1em !important;
    display: inline-block !important;
    vertical-align: middle !important;
    fill: #333; /* Default fallback */
    font-size: inherit !important; /* This allows em-based scaling */
}

.elementor-breadcrumb .breadcrumb-icon svg {
    width: 1em !important;
    height: 1em !important;
    display: inline-block !important;
    vertical-align: middle !important;
    fill: #333; /* Default fallback */
    font-size: inherit !important; /* This allows em-based scaling */
}

/* FORCE SVG SCALING WITH ELEMENTOR CONTROLS */
.elementor-widget-breadcrumb .elementor-breadcrumb .separator svg {
    width: 1em !important;
    height: 1em !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .breadcrumb-icon svg {
    width: 1em !important;
    height: 1em !important;
}

/* ELEMENTOR COLOR CONTROL OVERRIDES - These have higher specificity */
.elementor-widget-breadcrumb .elementor-breadcrumb .separator {
    color: inherit !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .separator svg {
    fill: currentColor !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .separator svg path {
    fill: currentColor !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .breadcrumb-icon {
    color: inherit !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .breadcrumb-icon svg {
    fill: currentColor !important;
}

.elementor-widget-breadcrumb .elementor-breadcrumb .breadcrumb-icon svg path {
    fill: currentColor !important;
}

/* SPECIFIC ELEMENTOR INLINE STYLES OVERRIDE */
.elementor-widget-breadcrumb[style] .elementor-breadcrumb .separator,
.elementor-widget-breadcrumb[style] .elementor-breadcrumb .separator svg,
.elementor-widget-breadcrumb[style] .elementor-breadcrumb .separator svg path {
    color: inherit !important;
    fill: currentColor !important;
}

.elementor-widget-breadcrumb[style] .elementor-breadcrumb .breadcrumb-icon,
.elementor-widget-breadcrumb[style] .elementor-breadcrumb .breadcrumb-icon svg,
.elementor-widget-breadcrumb[style] .elementor-breadcrumb .breadcrumb-icon svg path {
    color: inherit !important;
    fill: currentColor !important;
}

/* HANDLE ELEMENTOR'S DYNAMIC CSS CLASSES */
.elementor-element .elementor-breadcrumb .separator {
    color: inherit !important;
}

.elementor-element .elementor-breadcrumb .separator svg {
    fill: currentColor !important;
}

.elementor-element .elementor-breadcrumb .separator svg path {
    fill: currentColor !important;
}

.elementor-element .elementor-breadcrumb .breadcrumb-icon {
    color: inherit !important;
}

.elementor-element .elementor-breadcrumb .breadcrumb-icon svg {
    fill: currentColor !important;
}

.elementor-element .elementor-breadcrumb .breadcrumb-icon svg path {
    fill: currentColor !important;
}

/* FORCE VISIBILITY FOR ALL ELEMENTOR ICONS */
.elementor-breadcrumb .e-font-icon-svg {
    width: 1em !important;
    height: 1em !important;
    display: inline-block !important;
    fill: currentColor !important;
}

.elementor-breadcrumb .e-font-icon-svg path {
    fill: currentColor !important;
}

/* SPECIFIC ELEMENTOR ICON CLASSES */
.elementor-breadcrumb .e-fas-home,
.elementor-breadcrumb .e-fas-angle-right,
.elementor-breadcrumb .e-fas-chevron-right,
.elementor-breadcrumb .e-fas-arrow-right {
    width: 1em !important;
    height: 1em !important;
    display: inline-block !important;
    fill: currentColor !important;
}

.elementor-breadcrumb .e-fas-home path,
.elementor-breadcrumb .e-fas-angle-right path,
.elementor-breadcrumb .e-fas-chevron-right path,
.elementor-breadcrumb .e-fas-arrow-right path {
    fill: currentColor !important;
}

/* FONT AWESOME FALLBACK */
.elementor-breadcrumb .fa,
.elementor-breadcrumb .fas,
.elementor-breadcrumb .far,
.elementor-breadcrumb .fab {
    color: inherit !important;
    display: inline-block !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

/* FALLBACK CONTENT FOR BROKEN ICONS */
.elementor-breadcrumb .separator:empty::before {
    content: "›" !important;
    color: inherit !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.elementor-breadcrumb .breadcrumb-icon:empty::before {
    content: "🏠" !important;
    font-size: 14px !important;
    display: inline-block !important;
}

/* OVERRIDE PROBLEMATIC THEME STYLES */
.elementor-breadcrumb svg[fill="none"],
.elementor-breadcrumb svg[fill="transparent"] {
    fill: currentColor !important;
}

/* Custom breadcrumb indicator for overridden breadcrumbs */
.elementor-breadcrumb .custom-breadcrumb {
    position: relative;
}

.elementor-breadcrumb .custom-breadcrumb:after {
    content: "*";
    color: #e74c3c;
    font-size: 0.8em;
    vertical-align: super;
    margin-left: 2px;
}

/* Alignment options */
.elementor-breadcrumb[data-align="center"] .breadcrumb-list {
    justify-content: center;
}

.elementor-breadcrumb[data-align="right"] .breadcrumb-list {
    justify-content: flex-end;
}

.elementor-breadcrumb[data-align="justify"] .breadcrumb-list {
    justify-content: space-between;
}

/* Analytics tracking styles */
.elementor-breadcrumb.analytics-enabled a[data-breadcrumb-track] {
    position: relative;
}

/* Hover effects */
.elementor-breadcrumb a:hover {
    opacity: 0.8;
}

/* Focus styles for keyboard navigation */
.elementor-breadcrumb a:focus {
    outline: 2px solid #005cee;
    outline-offset: 2px;
}

.elementor-breadcrumb a:focus-visible {
    outline: 2px solid #005cee;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Accessibility improvements */
.elementor-breadcrumb [aria-hidden="true"] {
    speak: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-breadcrumb {
        font-size: 14px;
    }
    
    .elementor-breadcrumb .breadcrumb-icon {
        font-size: 12px !important;
    }
    
    .elementor-breadcrumb .separator {
        font-size: 12px !important;
    }
    
    .elementor-breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .elementor-breadcrumb {
        font-size: 13px;
    }
    
    .elementor-breadcrumb .separator {
        margin: 0 5px;
    }
}

/* Print styles */
@media print {
    .elementor-breadcrumb {
        color: #000 !important;
    }
    
    .elementor-breadcrumb a {
        color: #000 !important;
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: #000 !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .elementor-breadcrumb a {
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator {
        opacity: 1;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .elementor-breadcrumb a {
        transition: none;
    }
}

/* RTL (Right-to-Left) language support */
.rtl .elementor-breadcrumb .breadcrumb-icon {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .elementor-breadcrumb .breadcrumb-list {
    direction: rtl;
}

.rtl .elementor-breadcrumb .separator {
    transform: scaleX(-1);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .elementor-breadcrumb .separator:not([style]) svg,
    .elementor-breadcrumb .breadcrumb-icon:not([style]) svg {
        fill: #f0f0f0 !important;
    }
    
    .elementor-breadcrumb .separator:not([style]),
    .elementor-breadcrumb .breadcrumb-icon:not([style]) {
        color: #f0f0f0 !important;
    }
}

/* Custom breadcrumb indicator for overridden breadcrumbs */
.elementor-breadcrumb .custom-breadcrumb {
    position: relative;
}

.elementor-breadcrumb .custom-breadcrumb:after {
    content: "*";
    color: #e74c3c;
    font-size: 0.8em;
    vertical-align: super;
    margin-left: 2px;
}

/* Alignment options */
.elementor-breadcrumb[data-align="center"] .breadcrumb-list {
    justify-content: center;
}

.elementor-breadcrumb[data-align="right"] .breadcrumb-list {
    justify-content: flex-end;
}

.elementor-breadcrumb[data-align="justify"] .breadcrumb-list {
    justify-content: space-between;
}

/* Analytics tracking styles */
.elementor-breadcrumb.analytics-enabled a[data-breadcrumb-track] {
    position: relative;
}

/* Hover effects */
.elementor-breadcrumb a:hover {
    opacity: 0.8;
}

/* Focus styles for keyboard navigation */
.elementor-breadcrumb a:focus {
    outline: 2px solid #005cee;
    outline-offset: 2px;
}

.elementor-breadcrumb a:focus-visible {
    outline: 2px solid #005cee;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Accessibility improvements */
.elementor-breadcrumb [aria-hidden="true"] {
    speak: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-breadcrumb {
        font-size: 14px;
    }
    
    .elementor-breadcrumb .breadcrumb-icon {
        font-size: 12px !important;
    }
    
    .elementor-breadcrumb .separator {
        font-size: 12px !important;
    }
    
    .elementor-breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .elementor-breadcrumb {
        font-size: 13px;
    }
    
    .elementor-breadcrumb .separator {
        margin: 0 5px;
    }
}

/* Print styles */
@media print {
    .elementor-breadcrumb {
        color: #000 !important;
    }
    
    .elementor-breadcrumb a {
        color: #000 !important;
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: #000 !important;
    }
    
    .elementor-breadcrumb .custom-breadcrumb:after {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .elementor-breadcrumb a {
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator {
        opacity: 1;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: currentColor !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .elementor-breadcrumb a {
        transition: none;
    }
}

/* RTL (Right-to-Left) language support */
.rtl .elementor-breadcrumb .breadcrumb-icon {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .elementor-breadcrumb .breadcrumb-list {
    direction: rtl;
}

.rtl .elementor-breadcrumb .separator {
    transform: scaleX(-1);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: #f0f0f0 !important;
    }
    
    .elementor-breadcrumb .separator,
    .elementor-breadcrumb .breadcrumb-icon {
        color: #f0f0f0 !important;
    }
}

/* DEBUG: Temporary visible borders to verify elements exist */
/* Uncomment these lines to debug icon positioning */
/*
.elementor-breadcrumb .separator {
    border: 1px solid red !important;
    background: rgba(255,0,0,0.1) !important;
}

.elementor-breadcrumb .breadcrumb-icon {
    border: 1px solid blue !important;
    background: rgba(0,0,255,0.1) !important;
}

.elementor-breadcrumb svg {
    border: 1px solid green !important;
    background: rgba(0,255,0,0.1) !important;
}
*/

/* Custom breadcrumb indicator for overridden breadcrumbs */
.elementor-breadcrumb .custom-breadcrumb {
    position: relative;
}

.elementor-breadcrumb .custom-breadcrumb:after {
    content: "*";
    color: #e74c3c;
    font-size: 0.8em;
    vertical-align: super;
    margin-left: 2px;
}

/* Alignment options */
.elementor-breadcrumb[data-align="center"] .breadcrumb-list {
    justify-content: center;
}

.elementor-breadcrumb[data-align="right"] .breadcrumb-list {
    justify-content: flex-end;
}

.elementor-breadcrumb[data-align="justify"] .breadcrumb-list {
    justify-content: space-between;
}

/* Analytics tracking styles */
.elementor-breadcrumb.analytics-enabled a[data-breadcrumb-track] {
    position: relative;
}

/* Hover effects */
.elementor-breadcrumb a:hover {
    opacity: 0.8;
}

.elementor-breadcrumb a:hover .breadcrumb-icon,
.elementor-breadcrumb a:hover .breadcrumb-icon svg {
    opacity: 0.8;
}

/* Focus styles for keyboard navigation */
.elementor-breadcrumb a:focus {
    outline: 2px solid #005cee;
    outline-offset: 2px;
}

.elementor-breadcrumb a:focus-visible {
    outline: 2px solid #005cee;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Accessibility improvements */
.elementor-breadcrumb [aria-hidden="true"] {
    speak: none;
}

/* Screen reader support */
.elementor-breadcrumb .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-breadcrumb {
        font-size: 14px;
    }
    
    .elementor-breadcrumb .breadcrumb-icon {
        font-size: 12px;
    }
    
    .elementor-breadcrumb .separator {
        font-size: 12px;
    }
    
    .elementor-breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
    }
    
    .elementor-breadcrumb .breadcrumb-item {
        margin-bottom: 2px;
    }
}

@media (max-width: 480px) {
    .elementor-breadcrumb {
        font-size: 13px;
    }
    
    .elementor-breadcrumb .separator {
        margin: 0 5px;
    }
}

/* Print styles */
@media print {
    .elementor-breadcrumb {
        color: #000 !important;
    }
    
    .elementor-breadcrumb a {
        color: #000 !important;
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: #000 !important;
    }
    
    .elementor-breadcrumb .custom-breadcrumb:after {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .elementor-breadcrumb a {
        text-decoration: underline;
    }
    
    .elementor-breadcrumb .separator {
        opacity: 1;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: currentColor !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .elementor-breadcrumb a {
        transition: none;
    }
}

/* RTL (Right-to-Left) language support */
.rtl .elementor-breadcrumb .breadcrumb-icon {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .elementor-breadcrumb .breadcrumb-list {
    direction: rtl;
}

.rtl .elementor-breadcrumb .separator {
    transform: scaleX(-1);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .elementor-breadcrumb {
        color: #f0f0f0;
    }
    
    .elementor-breadcrumb a {
        color: #ffffff;
    }
    
    .elementor-breadcrumb a:focus {
        outline-color: #4dabf7;
    }
    
    .elementor-breadcrumb .separator svg,
    .elementor-breadcrumb .breadcrumb-icon svg {
        fill: #f0f0f0;
    }
    
    .elementor-breadcrumb .custom-breadcrumb:after {
        color: #ff6b6b;
    }
}

/* Loading state */
.elementor-breadcrumb.loading {
    opacity: 0.6;
    pointer-events: none;
}

.elementor-breadcrumb.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Error state */
.elementor-breadcrumb.error {
    color: #dc3545;
    font-style: italic;
}

.elementor-breadcrumb.error::before {
    content: "⚠ ";
    margin-right: 5px;
}

/* Animation for breadcrumb updates */
.elementor-breadcrumb-fade-in {
    animation: breadcrumbFadeIn 0.3s ease-in-out;
}

@keyframes breadcrumbFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrumb item animations */
.elementor-breadcrumb .breadcrumb-item {
    animation: breadcrumbSlideIn 0.2s ease-out;
    animation-fill-mode: both;
}

.elementor-breadcrumb .breadcrumb-item:nth-child(1) { animation-delay: 0ms; }
.elementor-breadcrumb .breadcrumb-item:nth-child(2) { animation-delay: 50ms; }
.elementor-breadcrumb .breadcrumb-item:nth-child(3) { animation-delay: 100ms; }
.elementor-breadcrumb .breadcrumb-item:nth-child(4) { animation-delay: 150ms; }
.elementor-breadcrumb .breadcrumb-item:nth-child(5) { animation-delay: 200ms; }

@keyframes breadcrumbSlideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Disable animations on reduced motion */
@media (prefers-reduced-motion: reduce) {
    .elementor-breadcrumb-fade-in,
    .elementor-breadcrumb .breadcrumb-item {
        animation: none;
    }
}

/* Custom styles for different breadcrumb themes */
.elementor-breadcrumb.theme-minimal {
    font-size: 14px;
}

.elementor-breadcrumb.theme-minimal .separator {
    opacity: 0.5;
    font-size: 12px;
}

.elementor-breadcrumb.theme-bold .current {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.elementor-breadcrumb.theme-subtle {
    opacity: 0.8;
}

.elementor-breadcrumb.theme-subtle .separator {
    opacity: 0.5;
}

/* Utility classes */
.elementor-breadcrumb .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.elementor-breadcrumb .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Debug mode (for development) */
.elementor-breadcrumb.debug {
    border: 2px dashed #ff0000;
    padding: 10px;
    background: rgba(255, 0, 0, 0.1);
}

.elementor-breadcrumb.debug::before {
    content: "BREADCRUMB DEBUG MODE";
    display: block;
    color: #ff0000;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}




ol.breadcrumb-list li.breadcrumb-item:first-of-type span{display: none;}