.elementor-4239 .elementor-element.elementor-element-058461e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-4239 .elementor-element.elementor-element-3b89547{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease-in;--wcf-slide-distance:60px;text-align:center;}.elementor-4239 .elementor-element.elementor-element-3b89547 .elementor-heading-title{color:var( --e-global-color-astglobalcolor0 );}.elementor-4239 .elementor-element.elementor-element-0b351c6.elementor-element{--align-self:center;}.elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-section{flex-basis:calc( 1 / 3 * 100% );padding:15px 15px 15px 15px;}.elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-title{color:var( --e-global-color-astglobalcolor0 );}.elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-list, .elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-list .children{list-style-type:none;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-section{flex-basis:calc( 1 / 2 * 100% );}}@media(max-width:767px){.elementor-4239 .elementor-element.elementor-element-0b351c6 .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}}/* Start custom CSS for sitemap, class: .elementor-element-0b351c6 *//* Premium Sitemap Container */
.elementor-sitemap {
    padding: 40px;
    background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

/* Luxurious Background Effect */
.elementor-sitemap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42, #ffaa33, #ff8c42, #ff6b35);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Gold Accent Border */
.elementor-sitemap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.5), rgba(255, 140, 66, 0.8), rgba(255, 107, 53, 0.5), transparent);
}

/* Main Sitemap Grid */
.elementor-sitemap-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Luxurious Category Cards */
.elementor-sitemap-list > li {
    background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
    border-radius: 28px;
    padding: 0;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 107, 53, 0.1);
    position: relative;
    overflow: hidden;
}

.elementor-sitemap-list > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42, #ffaa33);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.elementor-sitemap-list > li:hover::before {
    transform: scaleX(1);
}

.elementor-sitemap-list > li:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -20px rgba(255, 107, 53, 0.3);
    border-color: rgba(255, 107, 53, 0.2);
}

/* Category Title - Premium Design */
.elementor-sitemap-list > li > a {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 50%, #ffaa33 100%);
    padding: 20px 25px;
    margin: 0;
    border-bottom: none;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* Shine Effect on Category Header */
.elementor-sitemap-list > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.elementor-sitemap-list > li > a:hover::before {
    left: 100%;
}

.elementor-sitemap-list > li > a:hover {
    background: linear-gradient(135deg, #ff5a24 0%, #ff7c32 50%, #ff9a23 100%);
    padding-left: 30px;
}

/* Premium Category Icon */
.elementor-sitemap-list > li > a::after {
    content: "✦";
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: normal;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.elementor-sitemap-list > li > a:hover::after {
    transform: rotate(90deg);
    opacity: 1;
}

/* Subpage Container - IMPROVED GAPS */
.elementor-sitemap-list ul {
    list-style: none;
    padding: 20px 25px 25px;
    margin: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Individual List Items - IMPROVED SPACING */
.elementor-sitemap-list ul li {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 107, 53, 0.08);
    transition: all 0.3s ease;
}

.elementor-sitemap-list ul li:last-child {
    border-bottom: none;
}

/* Premium Page Links - BULLET POINT ON LEFT SIDE */
.elementor-sitemap-list ul li a {
    color: #2d2d2d;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    letter-spacing: -0.01em;
    gap: 12px;
}

/* Luxurious Bullet Point - POSITIONED ON LEFT SIDE */
.elementor-sitemap-list ul li a::before {
    content: "◆";
    position: relative;
    left: 0;
    color: #ff6b35;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    opacity: 0.7;
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* Hover Effects */
.elementor-sitemap-list ul li a:hover {
    color: #ff6b35;
    transform: translateX(8px);
    background: linear-gradient(90deg, rgba(255, 107, 53, 0.05), transparent);
    padding-left: 8px;
}

.elementor-sitemap-list ul li a:hover::before {
    opacity: 1;
    transform: scale(1.2);
    color: #ffaa33;
}

/* Different Icons for Different Page Types - ALL ON LEFT SIDE */
.elementor-sitemap-list ul li a[href*="blog"]::before,
.elementor-sitemap-list ul li a[href*="post"]::before {
    content: "✧";
    font-size: 0.9rem;
}

.elementor-sitemap-list ul li a[href*="product"]::before {
    content: "◈";
    font-size: 0.9rem;
}

.elementor-sitemap-list ul li a[href*="contact"]::before {
    content: "✉";
    font-size: 0.8rem;
}

.elementor-sitemap-list ul li a[href*="about"]::before {
    content: "♢";
    font-size: 0.9rem;
}

.elementor-sitemap-list ul li a[href*="service"]::before {
    content: "⚜";
    font-size: 0.8rem;
}

.elementor-sitemap-list ul li a[href*="portfolio"]::before {
    content: "◉";
    font-size: 0.8rem;
}

.elementor-sitemap-list ul li a[href*="shop"]::before {
    content: "🛍";
    font-size: 0.8rem;
}

.elementor-sitemap-list ul li a[href*="news"]::before {
    content: "📰";
    font-size: 0.8rem;
}

/* Nested Pages with Premium Styling - IMPROVED SPACING */
.elementor-sitemap-list ul ul {
    padding-left: 30px;
    margin-top: 12px;
    margin-bottom: 8px;
    border-left: 2px solid rgba(255, 107, 53, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elementor-sitemap-list ul ul::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #ff6b35, transparent);
}

/* Nested List Items - PROPER SPACING */
.elementor-sitemap-list ul ul li {
    margin: 0;
    padding: 0;
}

.elementor-sitemap-list ul ul li a {
    padding: 8px 0;
    gap: 12px;
}

.elementor-sitemap-list ul ul li a::before {
    content: "•";
    font-size: 1rem;
    font-weight: bold;
    width: 20px;
    text-align: center;
}

/* Third Level Nested Pages */
.elementor-sitemap-list ul ul ul {
    padding-left: 25px;
    margin-top: 8px;
    margin-bottom: 5px;
    gap: 8px;
}

.elementor-sitemap-list ul ul ul li a::before {
    content: "◦";
    font-size: 0.9rem;
}

/* Premium Search Bar */
.sitemap-search {
    margin-bottom: 45px;
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.sitemap-search input {
    width: 100%;
    padding: 16px 25px;
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 60px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-weight: 500;
    letter-spacing: -0.01em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sitemap-search input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 10px 25px -10px rgba(255, 107, 53, 0.3);
    transform: translateY(-2px);
}

.sitemap-search input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.sitemap-search::before {
    content: "🔍";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    pointer-events: none;
    color: #ff6b35;
    opacity: 0.6;
}

/* Premium Breadcrumb */
.sitemap-breadcrumb {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 140, 66, 0.02));
    backdrop-filter: blur(10px);
    padding: 18px 25px;
    border-radius: 20px;
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: #ff6b35;
    font-weight: 500;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 107, 53, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

/* Counter Badge for Categories */
.elementor-sitemap-list > li {
    counter-increment: category;
}

.elementor-sitemap-list > li > a .count-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.7rem;
    margin-left: 12px;
    font-weight: 500;
}

/* Animation for Items - IMPROVED */
.elementor-sitemap-list ul li {
    animation: slideInRight 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Stagger Animation Delays */
.elementor-sitemap-list > li:nth-child(1) ul li { animation-delay: 0.05s; }
.elementor-sitemap-list > li:nth-child(2) ul li { animation-delay: 0.1s; }
.elementor-sitemap-list > li:nth-child(3) ul li { animation-delay: 0.15s; }
.elementor-sitemap-list > li:nth-child(4) ul li { animation-delay: 0.2s; }
.elementor-sitemap-list > li:nth-child(5) ul li { animation-delay: 0.25s; }
.elementor-sitemap-list > li:nth-child(6) ul li { animation-delay: 0.3s; }

/* Custom Scrollbar */
.elementor-sitemap-list::-webkit-scrollbar {
    width: 8px;
}

.elementor-sitemap-list::-webkit-scrollbar-track {
    background: rgba(255, 107, 53, 0.05);
    border-radius: 10px;
}

.elementor-sitemap-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b35, #ffaa33);
    border-radius: 10px;
}

.elementor-sitemap-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ffaa33, #ff6b35);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-sitemap-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .elementor-sitemap {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .elementor-sitemap {
        padding: 20px;
    }
    
    .elementor-sitemap-list {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .elementor-sitemap-list > li > a {
        font-size: 1.1rem;
        padding: 18px 20px;
    }
    
    .elementor-sitemap-list ul {
        padding: 15px 20px;
        gap: 10px;
    }
    
    .elementor-sitemap-list ul li a {
        font-size: 0.9rem;
        padding: 8px 0;
        gap: 10px;
    }
    
    .elementor-sitemap-list ul li a::before {
        width: 18px;
        font-size: 0.75rem;
    }
    
    .elementor-sitemap-list ul ul {
        padding-left: 20px;
        gap: 8px;
    }
    
    .sitemap-search {
        margin-bottom: 30px;
    }
    
    .sitemap-breadcrumb {
        margin-bottom: 30px;
        padding: 15px 20px;
    }
}

/* Print Styles */
@media print {
    .elementor-sitemap-list > li {
        break-inside: avoid;
        box-shadow: none;
        border: 2px solid #ff6b35;
    }
    
    .elementor-sitemap-list > li > a {
        background: #ff6b35;
        color: #fff;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .sitemap-search,
    .elementor-sitemap::before,
    .elementor-sitemap::after {
        display: none;
    }
    
    .elementor-sitemap-list ul li a::before {
        color: #ff6b35 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .elementor-sitemap {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }
    
    .elementor-sitemap-list > li {
        background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
        border-color: rgba(255, 107, 53, 0.2);
    }
    
    .elementor-sitemap-list ul li a {
        color: #e0e0e0;
    }
    
    .sitemap-search input {
        background: #2d2d2d;
        border-color: rgba(255, 107, 53, 0.3);
        color: white;
    }
    
    .sitemap-breadcrumb {
        background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.05));
    }
    
    .elementor-sitemap-list ul li {
        border-bottom-color: rgba(255, 107, 53, 0.15);
    }
}

/* Premium Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.elementor-sitemap-list > li.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}/* End custom CSS */