.elementor-5701 .elementor-element.elementor-element-61d33d3{--display:flex;}@media(min-width:768px){.elementor-5701 .elementor-element.elementor-element-61d33d3{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-fb68d5b */*, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
 
        body {
            background: #ffffff;
            color: #1a1a1a;
            font-family: 'DM Sans', sans-serif;
        }
 
        /* ── Sitemap Section ── */
        .sitemap {
            padding: 56px 48px 44px;
            border-top: 2px solid #1a1a1a;
        }
 
        /* ── Column Grid ── */
        .sitemap__grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0 40px;
            border-top: 0.5px solid #d0d0d0;
        }
 
        .sitemap__col {
            padding: 36px 32px 36px 0;
            border-right: 0.5px solid #ebebeb;
        }
 
        .sitemap__col:last-child {
            border-right: none;
            padding-right: 0;
        }
 
        /* ── Column Title ── */
        .sitemap__col-title {
            font-size: 13px; /* Increased from 11px */
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #777;
            font-weight: 600;
            margin-bottom: 18px;
            padding-bottom: 14px;
            border-bottom: 0.5px solid #e8e8e8;
        }
 
        /* ── Links List ── */
        .sitemap__links {
            list-style: none;
        }
 
        .sitemap__links li {
            margin-bottom: 2px;
        }
 
        .sitemap__links a {
            color: #1a1a1a;
            text-decoration: none;
            font-size: 15px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 10px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.15s ease, color 0.15s ease;
            line-height: 1.4;
        }
 
        .sitemap__links a:hover {
            background: #f7f7f7;
            color: #444;
        }
 
        .sitemap__links a:hover .sitemap__arr {
            opacity: 1;
            transform: translateX(3px);
        }
 
        .sitemap__arr {
            font-size: 12px;
            opacity: 0;
            transition: opacity 0.15s ease, transform 0.15s ease;
            color: #aaa;
            flex-shrink: 0;
            margin-left: 8px;
        }
 
        /* ── "Free" Badge ── */
        .sitemap__badge {
            font-size: 9px;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            border: 0.5px solid #ccc;
            padding: 2px 6px;
            color: #999;
            margin-left: 8px;
            flex-shrink: 0;
            border-radius: 3px;
        }
 
        /* ── Bottom Row ── */
        .sitemap__bottom {
            margin-top: 36px;
            padding-top: 20px;
            border-top: 0.5px solid #e8e8e8;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
 
        .sitemap__copy {
            font-size: 14px; /* Increased from 12px */
            color: #aaa;
            font-weight: 400;
            letter-spacing: 0.2px;
        }
        
        /* Privacy & Terms on Right */
        .sitemap__legal {
            font-size: 14px; /* Increased from 12px */
            color: #aaa;
            font-weight: 400;
            letter-spacing: 0.2px;
            display: flex;
            gap: 16px;
        }
        
        .sitemap__legal a {
            color: #aaa;
            text-decoration: none;
            transition: color 0.15s ease;
        }
        
        .sitemap__legal a:hover {
            color: #1a1a1a;
        }
 
        /* ── Social Icons ── */
        .sitemap__socials {
            display: flex;
        }
 
        .sitemap__soc {
            width: 30px;
            height: 30px;
            border: 0.5px solid #e0e0e0;
            border-left: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: 500;
            color: #888;
            cursor: pointer;
            transition: background 0.15s ease, color 0.15s ease;
            user-select: none;
        }
 
        .sitemap__soc:first-child {
            border-left: 0.5px solid #e0e0e0;
        }
 
        .sitemap__soc:hover {
            background: #f5f5f5;
            color: #1a1a1a;
        }
 
        /* ── Responsive ── */
        @media (max-width: 900px) {
            .sitemap__grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0 32px;
            }
 
            .sitemap__col:nth-child(2) {
                border-right: none;
                padding-right: 0;
            }
 
            .sitemap__col:nth-child(3) {
                border-right: 0.5px solid #ebebeb;
                padding-right: 32px;
            }
        }
 
        @media (max-width: 560px) {
            .sitemap {
                padding: 36px 20px 32px;
            }
 
            .sitemap__grid {
                grid-template-columns: 1fr;
                gap: 0;
            }
 
            .sitemap__col {
                border-right: none !important;
                padding-right: 0 !important;
                border-bottom: 0.5px solid #ebebeb;
                padding-bottom: 24px;
                margin-bottom: 24px;
            }
 
            .sitemap__col:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }
 
            .sitemap__bottom {
                flex-direction: column;
                gap: 16px;
                align-items: flex-start;
            }
            
            .sitemap__legal {
                order: 2;
            }
        }/* End custom CSS */