/* Header1 / Public Canvas Styles */
.offcanvas:not(.show) { display: none !important; visibility: hidden !important; }
        .offcanvas.show { display: block !important; visibility: visible !important; position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 1055 !important; }
        #service_avg_time { padding: 13px; }
        .daymode .dropdown-menu { background: #ffffff; color: #0f172a; border: 1px solid #e2e8f0; }
        @media only screen and (max-width:768px){
            .cat_filter_wrap{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important;}
            .nwo-cat-btn.filter_item{width:100%!important;min-width:0!important; padding:5px 2px!important;height:72px!important; display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important; text-align:center!important;overflow:hidden!important;}
            .nwo-cat-btn.filter_item .icons img{width:28px!important;height:28px!important;object-fit:contain!important;margin-bottom:6px!important;display:block!important;margin-left:auto!important;margin-right:auto!important;}
            .nwo-cat-btn.filter_item .filter_txt{font-size:9px!important;line-height:13px!important;white-space:normal!important;}
        }
        
        /* Badges */
        .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #337ab7; border-radius: 10px; }
        
        /* High Contrast Buttons (WCAG AA & AAA Compliant) */
        .btn-primary, a.btn.btn-primary, button.btn.btn-primary, .btn_has_icon, .btn_signup {
            background-color: #d64a00 !important;
            border-color: #c04200 !important;
            color: #ffffff !important;
            font-weight: 700 !important;
        }
        .btn-primary:hover, .btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus {
            background-color: #bd3f00 !important;
            border-color: #a83800 !important;
            color: #ffffff !important;
        }
        .btn-primary .btn_text, .btn_has_icon .btn_text, .nav_right_btn.btn_signup {
            color: #ffffff !important;
            font-weight: 700 !important;
        }
        .nav_right_btn.btn_white_outline {
            color: #ffffff !important;
            border-color: rgba(255,255,255,0.85) !important;
        }

        /* =========================================================
           GLOBAL DARK CANVAS FOR FALCONSMM
        ============================================================ */
        html, body {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            min-height: 100vh !important;
            background-color: #050508 !important;
            color: #e2e8f0 !important;
            font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
            overflow-x: hidden !important;
        }

        main.no_auth {
            background-color: #050508 !important;
            color: #e2e8f0 !important;
            min-height: 100vh;
        }

        /* Dynamic Glass Navbar: 100% transparent at top, subtle blur & tint on scroll */
        header.navbar-login, header {
            background-color: transparent !important;
            border-bottom: 1px solid transparent !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
        }
        header.navbar-login.scrolled-nav, header.scrolled-nav {
            background-color: rgba(8, 8, 14, 0.85) !important;
            backdrop-filter: blur(16px) !important;
            -webkit-backdrop-filter: blur(16px) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
        }

/* Login & Landing Page Styles */
/* ==============================================
   SK SERVICES & HOW IT WORKS ORANGE THEME STYLES
================================================= */
.sk-sec {
    position: relative;
    overflow: hidden;
}
.sk-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 10;
}
.sk-c {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.sk-bd {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 9999px;
    background: rgba(255, 102, 0, 0.12);
    border: 1px solid rgba(255, 102, 0, 0.35);
    color: #ff7a1a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    box-shadow: 0 0 25px rgba(255, 102, 0, 0.2);
}
.sk-bd i {
    color: #ff7a1a;
}
.sk-h {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 4.5vw, 48px);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
}
.sk-h span {
    background: linear-gradient(135deg, #ff9933 0%, #ff6600 50%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sk-p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* ==============================================
   RESPONSIVE SERVICES TABS & MODERN CARDS CSS
================================================= */
.sk-tabs-container {
    max-width: 960px;
    margin: 24px auto 52px auto;
    position: relative;
}
.sk-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 10px;
    background: #0b0b12;
    border: 1px solid #20202e;
    border-radius: 9999px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.sk-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
@media (min-width: 1024px) {
    .sk-tabs {
        justify-content: center;
    }
}
.sk-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #94a3b8;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}
.sk-tab:hover:not(.act) {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}
.sk-tab.act {
    color: #ffffff !important;
    transform: scale(1.03);
}
.sk-tab.act i {
    color: #ffffff !important;
}

/* Services 3 Grid */
.sk-g3 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 24px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .sk-g3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Service Card */
.sk-sv {
    background: #0c0c14;
    border: 1px solid #1f1f2e;
    border-radius: 28px;
    padding: 44px 26px 30px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}
.sk-sv:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.2);
}
.sk-sv.pop {
    border: 2px solid var(--plat, #ff6600);
    box-shadow: 0 0 35px rgba(255, 102, 0, 0.2);
}
.sk-sv.pop:hover {
    box-shadow: 0 0 50px rgba(255, 102, 0, 0.35);
}

/* Top Floating Icon Squircle */
.svtop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    border: 3px solid #07070a;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}
.sk-sv:hover .svtop {
    transform: translate(-50%, -58%) scale(1.1);
}

/* Popular Ribbon */
.sk-sv .ribbon {
    position: absolute;
    top: 16px;
    right: 18px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Price & Typography */
.sk-sv .sf {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-family: 'Outfit', sans-serif;
}
.sk-sv .pr {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(34px, 3.5vw, 44px);
    font-weight: 900;
    line-height: 1.15;
    margin: 6px 0 12px;
    letter-spacing: -0.03em;
}
.sk-sv h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.35;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Buy Now Button */
.svbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    border-radius: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.svbtn:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

/* Features List */
.sk-sv ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0 0;
    border-top: 1px solid #1c1c2b;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.sk-sv ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.4;
}
.sk-sv ul li .chk-badge {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

/* Bottom View All Services Button */
.sk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #ff7a1a 0%, #ff5500 50%, #ea580c 100%);
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 25px rgba(255, 102, 0, 0.4);
}
.sk-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(255, 102, 0, 0.6);
}
.sk-btn i {
    transition: transform 0.2s ease;
}
.sk-btn:hover i {
    transform: translateX(3px);
}

/* ==============================================
   REACT BITS TEXTLOOP RIBBON MARQUEE STYLES
================================================= */
.textloop-track {
    display: flex;
    width: max-content;
    animation: textLoopScroll 32s linear infinite;
}
.textloop-ribbon-wrapper:hover .textloop-track {
    animation-play-state: paused;
}
@keyframes textLoopScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
.textloop-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.textloop-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 3.2vw, 38px);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 14px;
    white-space: nowrap;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.textloop-item i {
    font-size: 0.85em;
    opacity: 0.9;
}
.textloop-item:hover {
    transform: scale(1.08);
    opacity: 1;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
}
.textloop-separator {
    color: #ffd700;
    font-size: clamp(20px, 2.6vw, 32px);
    padding: 0 22px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.7));
    animation: separatorPulse 2s ease-in-out infinite alternate;
}
@keyframes separatorPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.15);
        opacity: 1;
    }
}

/* ==============================================
   REACT BITS SHINY TEXT EFFECT
================================================= */
.shiny-text {
    color: #b5b5b5;
    background: linear-gradient(
        120deg,
        rgba(181, 181, 181, 0.2) 0%,
        rgba(181, 181, 181, 0.45) 30%,
        #ffffff 50%,
        rgba(181, 181, 181, 0.45) 70%,
        rgba(181, 181, 181, 0.2) 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shinyTextSweep 2s linear infinite;
    display: inline-block;
    will-change: background-position;
}

@keyframes shinyTextSweep {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/* ==============================================
   REACT BITS: BLURTEXT, SPLITTEXT & TRUEFOCUS CSS
================================================= */
/* 1. BlurText Animation Tokens */
.blur-text-word {
    display: inline-block;
    will-change: transform, filter, opacity;
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(0, -20px, 0);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), filter 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.blur-text-word.in-view {
    opacity: 1 !important;
    filter: blur(0px) !important;
    transform: translate3d(0, 0, 0) !important;
}

/* 2. SplitText Character Tokens */
.split-char-unit {
    display: inline-block;
    will-change: transform, opacity;
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.split-char-unit.in-view {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

/* 3. TrueFocus Moving Bracket Scanner */
.true-focus-container {
    position: relative;
    display: inline-flex;
    gap: 0.8em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    outline: none;
    user-select: none;
    padding: 6px 12px;
}
.true-focus-word {
    position: relative;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(14px, 2.2vw, 20px);
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 5px 12px;
    transition: filter 0.4s ease, opacity 0.4s ease, color 0.4s ease;
    user-select: none;
    display: inline-block;
}
.true-focus-word.active {
    filter: blur(0px) !important;
    opacity: 1 !important;
    color: #ff9933 !important;
    text-shadow: 0 0 20px rgba(255, 102, 0, 0.6);
}
.true-focus-frame {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-sizing: content-box;
    transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), width 0.42s cubic-bezier(0.16, 1, 0.3, 1), height 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    z-index: 10;
}
.true-focus-frame .corner {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2.5px solid var(--border-color, #ff6600);
    filter: drop-shadow(0px 0px 8px var(--glow-color, rgba(255, 102, 0, 0.85)));
    border-radius: 3px;
}
.true-focus-frame .top-left { top: -6px; left: -6px; border-right: none; border-bottom: none; }
.true-focus-frame .top-right { top: -6px; right: -6px; border-left: none; border-bottom: none; }
.true-focus-frame .bottom-left { bottom: -6px; left: -6px; border-right: none; border-top: none; }
.true-focus-frame .bottom-right { bottom: -6px; right: -6px; border-left: none; border-top: none; }

/* ==============================================
   SMOOTH SCROLL FADE-IN ANIMATION CLASSES
================================================= */
.fade-up-init {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Custom Calculator Dropdown Scrollbar */
.custom-calc-scroll::-webkit-scrollbar {
    width: 6px;
}
.custom-calc-scroll::-webkit-scrollbar-track {
    background: #0e0e14;
    border-radius: 9999px;
}
.custom-calc-scroll::-webkit-scrollbar-thumb {
    background: #2a2a3a;
    border-radius: 9999px;
}
.custom-calc-scroll::-webkit-scrollbar-thumb:hover {
    background: #ff6600;
}


/* Footer Polygon Pattern */
.footer-orange-poly {
    position: relative;
    background-color: #ba4007;
    background-image: 
        linear-gradient(110deg, rgba(145, 47, 2, 0.93) 0%, rgba(191, 66, 6, 0.9) 20%, rgba(221, 82, 7, 0.88) 50%, rgba(200, 70, 8, 0.91) 80%, rgba(135, 43, 2, 0.95) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='160' viewBox='0 0 240 160'%3E%3Cpolygon points='0,0 60,80 120,0' fill='rgba(255,255,255,0.07)'/%3E%3Cpolygon points='120,0 180,80 240,0' fill='rgba(0,0,0,0.09)'/%3E%3Cpolygon points='60,80 120,0 180,80' fill='rgba(255,255,255,0.09)'/%3E%3Cpolygon points='0,0 60,80 0,160' fill='rgba(0,0,0,0.13)'/%3E%3Cpolygon points='60,80 0,160 60,160' fill='rgba(255,255,255,0.05)'/%3E%3Cpolygon points='60,80 180,80 120,160' fill='rgba(0,0,0,0.11)'/%3E%3Cpolygon points='60,80 120,160 60,160' fill='rgba(255,255,255,0.08)'/%3E%3Cpolygon points='180,80 120,160 180,160' fill='rgba(255,255,255,0.06)'/%3E%3Cpolygon points='180,80 240,0 240,160' fill='rgba(0,0,0,0.12)'/%3E%3Cpolygon points='180,80 240,160 180,160' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");
    background-size: cover, 240px 160px;
}
