/* ==========================================================================
   KRN YAZILIM - Premium Dark Digital Agency Theme
   A Vercel/Linear/Stripe-inspired dark theme override
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   1. CSS CUSTOM PROPERTIES
   ========================================================================== */
:root {
    /* Override base template red theme */
    --theme-color: #6C3CE1 !important;
    --theme-color2: #00D4AA !important;
    --title-color: #F0F2F8 !important;
    --body-color: #8B8FA8 !important;
    --smoke-color: #131627 !important;
    --smoke-color2: #1A1D35 !important;
    --black-color: #0B0D17 !important;
    --white-color: #F0F2F8 !important;

    --primary: #6C3CE1;
    --primary-hover: #5B2FCC;
    --primary-light: rgba(108, 60, 225, 0.12);
    --primary-glow: rgba(108, 60, 225, 0.45);
    --secondary: #00D4AA;
    --secondary-hover: #00BF99;
    --secondary-light: rgba(0, 212, 170, 0.12);
    --secondary-glow: rgba(0, 212, 170, 0.35);
    --bg-body: #0B0D17;
    --bg-surface: #131627;
    --bg-elevated: #1A1D35;
    --bg-card: #131627;
    --text-white: #F0F2F8;
    --text-secondary: #8B8FA8;
    --text-muted: #5C6080;
    --border-subtle: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(255, 255, 255, 0.14);
    --glass-bg: rgba(19, 22, 39, 0.65);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-blur: blur(20px);
    --gradient-primary: linear-gradient(135deg, #6C3CE1 0%, #00D4AA 100%);
    --gradient-purple: linear-gradient(135deg, #6C3CE1 0%, #8B5CF6 100%);
    --gradient-teal: linear-gradient(135deg, #00D4AA 0%, #00F5CC 100%);
    --gradient-dark: linear-gradient(180deg, #0B0D17 0%, #131627 100%);
    --gradient-hero: linear-gradient(160deg, #0B0D17 0%, #1A1040 40%, #0B0D17 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(11,13,23,0.95), rgba(108,60,225,0.4));
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.45);
    --shadow-glow-purple: 0 0 40px rgba(108, 60, 225, 0.3), 0 0 80px rgba(108, 60, 225, 0.1);
    --shadow-glow-teal: 0 0 40px rgba(0, 212, 170, 0.25), 0 0 80px rgba(0, 212, 170, 0.08);
    --radius-sm: 10px;
    --radius: 16px;
    --radius-lg: 24px;
    --radius-pill: 50px;
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ==========================================================================
   2. GLOBAL / BODY
   ========================================================================== */
body {
    background-color: var(--bg-body) !important;
    color: var(--text-secondary) !important;
    font-family: var(--font-body) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility !important;
}

h1, h2, h3, h4, h5, h6,
.sec-title, .hero-title, .breadcumb-title,
.widget_title, .service-grid_title,
.blog-title, .project-title,
.counter-card_number, .testi-box_name {
    font-family: var(--font-heading) !important;
    letter-spacing: -0.03em !important;
    color: var(--text-white) !important;
}

a {
    transition: var(--transition-fast) !important;
}

::selection {
    background: var(--primary) !important;
    color: #fff !important;
}
::-moz-selection {
    background: var(--primary) !important;
    color: #fff !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-body);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

/* Dot pattern utility */
.dot-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

/* ==========================================================================
   3. PRELOADER
   ========================================================================== */
.preloader {
    background: var(--bg-body) !important;
}
.preloader .th-btn,
.preloaderCls {
    background: var(--gradient-primary) !important;
    border: none !important;
    border-radius: var(--radius-pill) !important;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
    color: #fff !important;
}

/* ==========================================================================
   4. HEADER
   ========================================================================== */

/* Kill ALL red from base template */
.th-header *, .th-menu-wrapper *, .sidemenu-content *,
.th-btn, a.th-btn, .icon-btn, .mean-expand { color: inherit; }

/* Header base */
.th-header {
    background: transparent !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 999 !important;
    top: 0 !important;
    left: 0 !important;
}
.th-header .header-top { display: none !important; }

.header-layout8,
.sticky-wrapper .sticky-active {
    background: transparent !important;
    border-bottom: none !important;
    transition: all 0.4s var(--ease) !important;
    padding: 14px 0 !important;
}

/* ---- KRN Site Logo (database image) ---- */
.krn-site-logo {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}
.krn-site-logo img {
    height: 60px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
}
/* Sticky shrink */
.sticky-wrapper.sticky .krn-site-logo img {
    height: 48px !important;
}
/* Footer logo */
.footer-wrapper .krn-site-logo img,
.about-logo .krn-site-logo img {
    height: 52px !important;
}
/* Mobile menu logo */
.krn-mob-header .krn-site-logo img {
    height: 48px !important;
}
/* Sidemenu logo */
.sidemenu-content .krn-site-logo img {
    height: 44px !important;
}
/* Hide old image logos */
.header-logo { display: none !important; }
/* Hide old text logo styles if any remain */
.about-logo img[src=""] { display: none !important; }

/* ---- Header Bar Layout (balanced, not edge-stuck) ---- */
.krn-header-bar {
    display: flex !important;
    align-items: center !important;
    gap: 36px !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
}
.krn-header-logo {
    flex: 0 0 auto !important;
}
.krn-header-nav {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
}
.krn-header-nav > ul {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.krn-header-actions {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* ---- Phone link ---- */
.krn-header-phone {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: rgba(240,242,248,0.65) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}
.krn-header-phone i {
    color: var(--secondary) !important;
    font-size: 13px !important;
}
.krn-header-phone:hover {
    color: #fff !important;
}

/* ---- Sticky state ---- */
.sticky-wrapper.sticky {
    position: fixed !important;
    top: 0; left: 0; right: 0 !important;
    z-index: 999 !important;
}
.sticky-wrapper.sticky .sticky-active {
    background: rgba(11, 13, 23, 0.9) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 8px 32px rgba(0,0,0,0.35) !important;
    padding: 8px 0 !important;
}
.sticky-wrapper.sticky .krn-logo-mark {
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 9px;
}

/* ---- Nav links ---- */
.main-menu > ul > li > a {
    font-family: var(--font-body) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: rgba(240,242,248,0.65) !important;
    padding: 7px 14px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    position: relative !important;
}
.main-menu > ul > li > a::before,
.main-menu > ul > li > a::after {
    display: none !important;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a {
    color: #fff !important;
    background: rgba(255,255,255,0.06) !important;
}

/* ---- Dropdown ---- */
.main-menu ul.sub-menu {
    background: rgba(19,22,39,0.97) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.03) !important;
    padding: 6px !important;
    min-width: 220px !important;
    margin-top: 10px !important;
}
.main-menu ul.sub-menu li a {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 9px 14px !important;
    border-radius: 7px !important;
    color: rgba(240,242,248,0.55) !important;
    transition: all 0.2s ease !important;
}
.main-menu ul.sub-menu li a:hover {
    background: rgba(108,60,225,0.1) !important;
    color: #fff !important;
}

/* ---- Mobile hamburger ---- */
.th-menu-toggle {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    color: var(--text-white) !important;
    border-radius: 10px !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.th-menu-toggle i { color: #fff !important; font-size: 18px !important; }
.th-menu-toggle:hover {
    background: rgba(108,60,225,0.12) !important;
    border-color: rgba(108,60,225,0.25) !important;
}

/* ---- CTA button ---- */
.krn-cta-btn {
    background: linear-gradient(135deg, var(--primary), #8B5CF6) !important;
    border: none !important;
    font-family: var(--font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 9px !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 12px rgba(108,60,225,0.2) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}
.krn-cta-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 24px rgba(108,60,225,0.4) !important;
    color: #fff !important;
}

/* ---- Sidemenu ---- */
.sidemenu-wrapper { background: rgba(0,0,0,0.6) !important; backdrop-filter: blur(4px) !important; }
.sidemenu-content {
    background: var(--bg-body) !important;
    border-left: 1px solid var(--border-subtle) !important;
}
.sidemenu-content .closeButton {
    background: var(--bg-elevated) !important;
    border: 1px solid var(--border-subtle) !important;
    color: var(--text-white) !important;
    border-radius: 10px !important;
}
.sidemenu-content .about-text { color: var(--text-secondary) !important; }
.sidemenu-content .widget_title { color: var(--text-white) !important; font-family: var(--font-heading) !important; }
.sidemenu-content .info-wrap_text, .sidemenu-content .info-wrap_link { color: var(--text-secondary) !important; }
.sidemenu-content .info-wrap_link:hover { color: var(--secondary) !important; }
.sidemenu-content .th-social a {
    background: var(--bg-elevated) !important;
    border: 1px solid var(--border-subtle) !important;
    color: var(--text-secondary) !important;
}
.sidemenu-content .th-social a:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}
.sidemenu-content .menu li a { color: var(--text-secondary) !important; border-color: var(--border-subtle) !important; }
.sidemenu-content .menu li a:hover { color: var(--primary) !important; }

/* ---- Mobile Logo fix ---- */
.mobile-logo .krn-site-logo { justify-content: center; }

/* ---- Global red kill ---- */
.bg-theme, .btn-theme { background-color: var(--primary) !important; }
a:hover, .text-theme, .th-social a:hover { color: var(--primary) !important; }

/* ==========================================================================
   5. HERO SLIDER (legacy - kept for other pages)
   ========================================================================== */
.hero-8 {
    background: var(--bg-body) !important;
    position: relative !important;
}
.th-hero-bg {
    background: var(--gradient-hero) !important;
}
.hero-style8 .hero-title {
    color: var(--text-white) !important;
}
.hero-style8 .hero-text {
    color: var(--text-secondary) !important;
}

/* ---------- KRN HERO (new homepage hero) ---------- */
.krn-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 160px 0 80px;
    background: var(--bg-body);
}

.krn-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.krn-hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(108,60,225,0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 20%, rgba(0,212,170,0.1) 0%, transparent 50%),
                var(--bg-body);
}

.krn-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

.krn-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: orbFloat 8s ease-in-out infinite;
}
.krn-hero-orb-1 {
    width: 400px; height: 400px;
    background: rgba(108,60,225,0.2);
    top: 10%; left: 10%;
}
.krn-hero-orb-2 {
    width: 300px; height: 300px;
    background: rgba(0,212,170,0.15);
    top: 60%; right: 10%;
    animation-delay: -3s;
}
.krn-hero-orb-3 {
    width: 250px; height: 250px;
    background: rgba(108,60,225,0.12);
    bottom: 10%; left: 40%;
    animation-delay: -5s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* Hero Row Layout */
.krn-hero-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
}

.krn-hero-content {
    position: relative;
    z-index: 2;
    flex: 1 1 0;
    max-width: 600px;
}

.krn-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(108,60,225,0.1);
    border: 1px solid rgba(108,60,225,0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
    letter-spacing: 0.5px;
    margin-bottom: 28px;
    animation: badgePulse 3s ease-in-out infinite;
}

.krn-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

@keyframes badgePulse {
    0%, 100% { border-color: rgba(108,60,225,0.3); }
    50% { border-color: rgba(0,212,170,0.4); }
}

.krn-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-white);
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.krn-gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.krn-hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 560px;
}

.krn-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
}

.krn-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, var(--primary), #8B5CF6);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(108,60,225,0.3);
}
.krn-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(108,60,225,0.5);
    color: #fff;
}

.krn-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: transparent;
    color: var(--text-white);
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.krn-btn-outline:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
    transform: translateY(-2px);
}

.krn-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px 8px;
    max-width: 520px;
}

.krn-stat {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.krn-stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}

.krn-stat-plus {
    font-size: 24px;
}

.krn-stat-label {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
}

.krn-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
}

/* Floating code decorations */
.krn-hero-decoration {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.krn-code-float {
    position: absolute;
    font-family: 'Fira Code', monospace;
    font-size: 24px;
    color: rgba(108,60,225,0.15);
    font-weight: 700;
    animation: codeFloat 12s ease-in-out infinite;
}
.krn-code-1 { top: 20%; right: 15%; font-size: 48px; }
.krn-code-2 { top: 50%; right: 25%; animation-delay: -4s; font-size: 36px; }
.krn-code-3 { top: 70%; right: 10%; animation-delay: -8s; font-size: 32px; color: rgba(0,212,170,0.12); }

@keyframes codeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
    50% { transform: translateY(-20px) rotate(5deg); opacity: 0.6; }
}

/* ---- Hero Visual: Dashboard Mockup ---- */
.krn-hero-visual {
    flex: 0 0 480px;
    position: relative;
    z-index: 2;
}
.krn-mockup-laptop {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg), 0 0 80px rgba(108,60,225,0.1);
    animation: mockupFloat 6s ease-in-out infinite;
}
@keyframes mockupFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
/* Browser bar */
.krn-mockup-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--border-subtle);
}
.krn-mockup-dots {
    display: flex;
    gap: 6px;
}
.krn-mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.krn-mockup-dots span:nth-child(1) { background: #FF5F57; }
.krn-mockup-dots span:nth-child(2) { background: #FFBD2E; }
.krn-mockup-dots span:nth-child(3) { background: #28CA41; }
.krn-mockup-url {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11px;
    color: var(--text-muted);
    font-family: var(--font-body);
}

/* Dashboard screen */
.krn-mockup-screen {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Top row: mini metric cards */
.krn-dash-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.krn-dash-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 12px 10px;
}
.krn-dash-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0,212,170,0.12);
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.krn-dash-icon-purple {
    background: rgba(108,60,225,0.12);
    color: var(--primary);
}
.krn-dash-icon-gold {
    background: rgba(255,189,46,0.12);
    color: #FFBD2E;
}
.krn-dash-label {
    display: block;
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 500;
}
.krn-dash-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.2;
}

/* Chart area */
.krn-dash-chart {
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 14px;
}
.krn-dash-chart-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.krn-dash-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 90px;
}
.krn-dash-bar {
    flex: 1;
    height: var(--h);
    background: linear-gradient(180deg, var(--primary), rgba(108,60,225,0.3));
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: height 0.6s var(--ease);
    animation: barGrow 1.5s var(--ease) both;
}
.krn-dash-bar:nth-child(even) {
    background: linear-gradient(180deg, var(--secondary), rgba(0,212,170,0.3));
}
.krn-dash-bar span {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    color: var(--text-muted);
    white-space: nowrap;
}
@keyframes barGrow {
    from { height: 0; }
    to { height: var(--h); }
}

/* Bottom progress items */
.krn-dash-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.krn-dash-progress-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.krn-dash-progress-item span {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
    white-space: nowrap;
    min-width: 70px;
}
.krn-dash-progress {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    overflow: hidden;
}
.krn-dash-progress-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--gradient-purple);
    animation: progressFill 2s var(--ease) both;
}
.krn-fill-teal {
    background: var(--gradient-teal);
}
@keyframes progressFill {
    from { width: 0; }
}

/* Floating badges around mockup */
.krn-hero-float-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-white);
    white-space: nowrap;
    z-index: 3;
}
.krn-hero-float-badge i {
    font-size: 14px;
}
.krn-float-1 {
    top: -10px;
    right: -20px;
    animation: krn-float 5s ease-in-out infinite;
}
.krn-float-1 i { color: var(--secondary); }
.krn-float-2 {
    bottom: 60px;
    left: -30px;
    animation: krn-float 5s ease-in-out 1.2s infinite;
}
.krn-float-2 i { color: #FFBD2E; }
.krn-float-3 {
    bottom: -10px;
    right: 40px;
    animation: krn-float 5s ease-in-out 2.4s infinite;
}
.krn-float-3 i { color: var(--primary); }

/* KRN Hero responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    .krn-hero-visual { flex: 0 0 380px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .krn-hero-visual { flex: 0 0 440px; }
}

/* ---- Hero Tablet ---- */
@media (max-width: 991px) {
    .krn-hero {
        padding: 120px 0 60px;
        min-height: auto;
    }
    .krn-hero-row { flex-direction: column; gap: 40px; }
    .krn-hero-content { max-width: 100%; text-align: center; }
    .krn-hero-badge { margin: 0 auto 24px; }
    .krn-hero-title { font-size: 36px; }
    .krn-hero-desc { margin-left: auto; margin-right: auto; }
    .krn-hero-actions { justify-content: center; }
    .krn-hero-stats {
        flex-direction: row;
        max-width: 100%;
        margin: 0 auto;
    }
    .krn-stat-divider { width: 1px; height: 40px; }
    .krn-hero-decoration { display: none; }
    .krn-hero-visual { display: none; }
    .krn-hero-orb-1 { width: 250px; height: 250px; }
    .krn-hero-orb-2 { width: 200px; height: 200px; }
    .krn-hero-orb-3 { width: 150px; height: 150px; }
}

/* ---- Hero Mobile — Premium Redesign ---- */
@media (max-width: 767px) {
    .krn-hero {
        padding: 100px 0 50px;
        min-height: calc(100vh - 65px);
        display: flex;
        align-items: center;
    }
    .krn-hero-content {
        text-align: center;
    }
    /* Badge — smaller, glowing pill */
    .krn-hero-badge {
        font-size: 11px;
        padding: 6px 16px;
        margin: 0 auto 20px;
        background: rgba(108, 60, 225, 0.12);
        border: 1px solid rgba(108, 60, 225, 0.25);
        box-shadow: 0 0 20px rgba(108, 60, 225, 0.15);
    }
    .krn-badge-dot {
        width: 6px;
        height: 6px;
    }
    /* Title — bold, tight, gradient pop */
    .krn-hero-title {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: -0.04em;
        margin-bottom: 16px;
    }
    .krn-gradient-text {
        font-size: inherit;
        display: block;
        margin-top: 4px;
    }
    /* Description — clean, centered */
    .krn-hero-desc {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 28px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        color: rgba(139, 143, 168, 0.9);
    }
    /* Action buttons — stacked, full width, glass effect */
    .krn-hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 36px;
        padding: 0 8px;
    }
    .krn-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 15px 28px;
        font-size: 15px;
        border-radius: 14px;
        box-shadow: 0 6px 24px rgba(108, 60, 225, 0.35);
    }
    .krn-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
        font-size: 14px;
        border-radius: 14px;
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
    }
    /* Stats — horizontal glass card */
    .krn-hero-stats {
        flex-direction: row;
        max-width: 100%;
        padding: 20px 6px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(20px);
    }
    .krn-stat {
        padding: 0 8px;
    }
    .krn-stat-number {
        font-size: 24px;
        font-weight: 800;
    }
    .krn-stat-label {
        font-size: 10px;
        letter-spacing: 0.3px;
    }
    .krn-stat-divider {
        width: 1px;
        height: 36px;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.08);
    }
    /* Background orbs — tighter, centered feel */
    .krn-hero-orb-1 {
        width: 200px; height: 200px;
        top: 5%; left: -10%;
        opacity: 0.6;
    }
    .krn-hero-orb-2 {
        width: 180px; height: 180px;
        top: auto; bottom: 10%; right: -15%;
        opacity: 0.5;
    }
    .krn-hero-orb-3 {
        width: 120px; height: 120px;
        bottom: 30%; left: 50%;
        transform: translateX(-50%);
        opacity: 0.3;
    }
    .krn-hero-grid {
        background-size: 40px 40px;
    }
}

/* ---- Hero Small Phone ---- */
@media (max-width: 575px) {
    .krn-hero {
        padding: 90px 0 40px;
    }
    .krn-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .krn-hero-desc {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .krn-hero-actions {
        padding: 0 4px;
        gap: 10px;
        margin-bottom: 30px;
    }
    .krn-btn-primary {
        padding: 14px 24px;
        font-size: 14px;
    }
    .krn-btn-outline {
        padding: 13px 24px;
        font-size: 13px;
    }
    .krn-hero-stats {
        padding: 16px 4px;
        border-radius: 14px;
    }
    .krn-stat-number {
        font-size: 22px;
    }
    .krn-stat-label {
        font-size: 9px;
    }
    .krn-stat-divider {
        height: 30px;
    }
    .krn-hero-badge {
        font-size: 10px;
        padding: 5px 14px;
    }
}

/* ---- Hero Extra Small ---- */
@media (max-width: 400px) {
    .krn-hero {
        padding: 80px 0 30px;
    }
    .krn-hero-title {
        font-size: 24px;
    }
    .krn-hero-desc {
        font-size: 13px;
    }
    .krn-stat-number {
        font-size: 20px;
    }
    .krn-stat {
        padding: 0 4px;
    }
    .krn-hero-stats {
        padding: 14px 2px;
    }
}

/* ==========================================================================
   6. ABOUT / BIZ KIMIZ
   ========================================================================== */
.about-thumb4 .img1 img,
.about-thumb4 .img2 img {
    border-radius: var(--radius) !important;
    border: 1px solid var(--border-subtle) !important;
}

.checklist ul li {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--text-secondary) !important;
}
.checklist ul li i {
    color: var(--secondary) !important;
    font-size: 16px !important;
}

.skill-feature_title {
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: var(--text-white) !important;
}

.skill-feature .progress {
    height: 8px !important;
    border-radius: 10px !important;
    background: var(--bg-elevated) !important;
    overflow: hidden !important;
}
.skill-feature .progress-bar {
    background: var(--gradient-primary) !important;
    border-radius: 10px !important;
    transition: width 1.5s var(--ease) !important;
    position: relative !important;
}
.skill-feature .progress-bar::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 12px !important;
    height: 100% !important;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50% !important;
    filter: blur(2px) !important;
}

.about-profile2 .avater img {
    border: 3px solid var(--primary) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 20px rgba(108, 60, 225, 0.2) !important;
}
.about-profile2 .title {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    color: var(--text-white) !important;
}
.about-profile2 .desig {
    color: var(--secondary) !important;
    font-weight: 500 !important;
}

/* ==========================================================================
   7. COUNTER SECTION
   ========================================================================== */
.counter-sec3 {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-lg) !important;
    padding: 50px 40px !important;
    position: relative !important;
    z-index: 5 !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
    overflow: hidden !important;
}
.counter-sec3::before {
    content: '' !important;
    position: absolute !important;
    top: -1px !important;
    left: 20% !important;
    right: 20% !important;
    height: 2px !important;
    background: var(--gradient-primary) !important;
    border-radius: 2px !important;
}

.counter-card {
    text-align: center !important;
    position: relative !important;
}

.counter-card_icon {
    margin-bottom: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: var(--primary-light) !important;
    color: var(--primary) !important;
}

.counter-card_number,
.counter-number {
    font-weight: 800 !important;
    font-size: 42px !important;
    background: var(--gradient-primary) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.2 !important;
}

.counter-card_text {
    color: var(--text-muted) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.counter-divider2::after {
    background: var(--border-subtle) !important;
}

/* ==========================================================================
   8. SERVICES SECTION (Dark)
   ========================================================================== */
.service-sec5,
.service-sec5[data-bg-src] {
    background: var(--bg-body) !important;
    position: relative !important;
}

.service-grid.style3 {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
    padding: 36px 28px !important;
    transition: var(--transition) !important;
    position: relative !important;
    overflow: hidden !important;
}
.service-grid.style3::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: var(--gradient-primary) !important;
    opacity: 0 !important;
    transition: var(--transition) !important;
}
.service-grid.style3::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle at center, rgba(108,60,225,0.06) 0%, transparent 50%) !important;
    opacity: 0 !important;
    transition: opacity 0.6s var(--ease) !important;
    pointer-events: none !important;
}
.service-grid.style3:hover {
    border-color: rgba(108, 60, 225, 0.25) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(108, 60, 225, 0.1) !important;
}
.service-grid.style3:hover::before {
    opacity: 1 !important;
}
.service-grid.style3:hover::after {
    opacity: 1 !important;
}

.service-grid .service-grid_icon {
    width: 64px !important;
    height: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: var(--radius-sm) !important;
    background: var(--primary-light) !important;
    margin-bottom: 20px !important;
    transition: var(--transition) !important;
}
.service-grid.style3:hover .service-grid_icon {
    background: var(--gradient-primary) !important;
    box-shadow: var(--shadow-glow-purple) !important;
}

.service-grid_title a {
    color: var(--text-white) !important;
    font-weight: 700 !important;
}
.service-grid_title a:hover {
    color: var(--primary) !important;
}

.service-grid_text {
    color: var(--text-secondary) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.service-counter {
    color: rgba(108, 60, 225, 0.08) !important;
    font-weight: 900 !important;
}

.half-line-btn {
    color: var(--secondary) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
}
.half-line-btn:hover {
    color: var(--secondary-hover) !important;
}

/* ==========================================================================
   9. WHY CHOOSE US
   ========================================================================== */
.wcu-thumb2 img {
    border-radius: var(--radius-lg) !important;
}

.wcu-skill-wrap {
    border-radius: var(--radius) !important;
    background: var(--bg-surface) !important;
}

/* ==========================================================================
   10. CTA / CONTACT STRIP
   ========================================================================== */
.cta-sec5,
.cta-sec5[data-bg-src] {
    background: var(--gradient-primary) !important;
    border-radius: var(--radius-lg) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}
.cta-sec5::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    pointer-events: none !important;
}
.cta-sec5 .sec-title,
.cta-sec5 h2 {
    color: #fff !important;
}
.cta-sec5 .sec-text,
.cta-sec5 p {
    color: rgba(255,255,255,0.8) !important;
}

/* ==========================================================================
   11. VIDEO SECTION
   ========================================================================== */
.video-sec3[data-bg-src]::before,
.video-sec3[data-overlay]::before {
    background: linear-gradient(135deg, rgba(11,13,23,0.93), rgba(108,60,225,0.5)) !important;
}

.play-btn.style4 {
    width: 84px !important;
    height: 84px !important;
    background: var(--gradient-primary) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 14px rgba(108,60,225,0.2), 0 0 0 28px rgba(108,60,225,0.08) !important;
    transition: var(--transition) !important;
    animation: playGlow 2.5s ease-in-out infinite !important;
}

@keyframes playGlow {
    0%, 100% { box-shadow: 0 0 0 14px rgba(108,60,225,0.2), 0 0 0 28px rgba(108,60,225,0.08); }
    50% { box-shadow: 0 0 0 20px rgba(108,60,225,0.15), 0 0 0 40px rgba(108,60,225,0.05); }
}

.play-btn.style4:hover {
    transform: scale(1.1) !important;
}

.video-sec3 .sec-title,
.video-sec3 h2,
.video-sec3 h3 {
    color: #fff !important;
}

/* ==========================================================================
   12. TESTIMONIALS
   ========================================================================== */
.testimonial-sec4 {
    background: var(--bg-body) !important;
}

.testi-box4 .testi-box_wrap {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
    box-shadow: none !important;
    transition: var(--transition) !important;
    padding: 32px !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
}
.testi-box4 .testi-box_wrap:hover {
    border-color: rgba(108, 60, 225, 0.2) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-4px) !important;
}

.testi-box_quote {
    color: var(--primary) !important;
    opacity: 0.3 !important;
}

.testi-box_text {
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-style: normal !important;
    color: var(--text-secondary) !important;
}

.testi-box_name {
    font-weight: 700 !important;
    color: var(--text-white) !important;
}

.testi-box_desig {
    color: var(--text-muted) !important;
    font-size: 13px !important;
}

.testi-box_review i {
    color: #FBBF24 !important;
    font-size: 14px !important;
}

/* Slider dots */
.slick-dots li button {
    background: var(--text-muted) !important;
    border-radius: 50% !important;
    opacity: 0.4 !important;
    transition: var(--transition) !important;
}
.slick-dots li.slick-active button {
    background: var(--primary) !important;
    opacity: 1 !important;
    width: 24px !important;
    border-radius: 10px !important;
}

/* ==========================================================================
   13. SERVICES CAROUSEL / PROJECT CARDS
   ========================================================================== */
.project-card.style-2 {
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
    border: 1px solid var(--border-subtle) !important;
    background: var(--bg-surface) !important;
}
.project-card.style-2:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-lg) !important;
    border-color: rgba(108, 60, 225, 0.2) !important;
}

.project-card .project-img {
    overflow: hidden !important;
    position: relative !important;
}
.project-card .project-img::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: var(--gradient-primary) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s var(--ease) !important;
}
.project-card:hover .project-img::after {
    transform: scaleX(1) !important;
}
.project-card .project-img img {
    transition: transform 0.7s var(--ease) !important;
}
.project-card:hover .project-img img {
    transform: scale(1.08) !important;
}

.project-card .project-content {
    padding: 20px !important;
}
.project-card .project-title a {
    color: var(--text-white) !important;
}
.project-card .project-title a:hover {
    color: var(--primary) !important;
}

/* ==========================================================================
   14. PARTNERS / BRAND
   ========================================================================== */
.brand-sec1,
.brand-sec1[data-bg-src] {
    background: var(--bg-body) !important;
    padding: 60px 0 !important;
    border-top: 1px solid var(--border-subtle) !important;
    border-bottom: 1px solid var(--border-subtle) !important;
}

.brand-box {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-sm) !important;
    padding: 24px 32px !important;
    transition: var(--transition) !important;
}
.brand-box:hover {
    background: var(--bg-elevated) !important;
    border-color: var(--border-hover) !important;
    transform: translateY(-3px) !important;
}
.brand-box img {
    filter: brightness(0) invert(1) !important;
    opacity: 0.3 !important;
    transition: all 0.4s var(--ease) !important;
}
.brand-box:hover img {
    opacity: 0.7 !important;
    filter: none !important;
}

/* ==========================================================================
   15. BLOG CARDS
   ========================================================================== */
.blog-card {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
    box-shadow: none !important;
}
.blog-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-lg) !important;
    border-color: rgba(108, 60, 225, 0.2) !important;
}

.blog-card .blog-img {
    overflow: hidden !important;
    position: relative !important;
}
.blog-card .blog-img img {
    transition: transform 0.7s var(--ease) !important;
}
.blog-card:hover .blog-img img {
    transform: scale(1.06) !important;
}

/* Category badge */
.blog-card .blog-category,
.blog-card .category {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    border-radius: var(--radius-pill) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.blog-card_content {
    padding: 24px !important;
}

.blog-meta a,
.blog-meta span {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--text-muted) !important;
}

.blog-title a {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    color: var(--text-white) !important;
    line-height: 1.4 !important;
}
.blog-title a:hover {
    color: var(--primary) !important;
}

/* ==========================================================================
   16. BUTTONS
   ========================================================================== */
.th-btn {
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: var(--radius-pill) !important;
    padding: 14px 34px !important;
    letter-spacing: 0.3px !important;
    transition: var(--transition) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border: none !important;
}
.th-btn::before {
    border-radius: var(--radius-pill) !important;
}
.th-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(108, 60, 225, 0.35) !important;
}

.th-btn.style3,
.th-btn.style3::before {
    background: var(--gradient-primary) !important;
    border: none !important;
    border-radius: var(--radius-pill) !important;
    color: #fff !important;
}
.th-btn.style3:hover {
    box-shadow: var(--shadow-glow-purple) !important;
}

.th-btn.style6 {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: var(--radius-pill) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: #fff !important;
}
.th-btn.style6::before {
    display: none !important;
}
.th-btn.style6:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
}

/* ==========================================================================
   17. SUB-TITLES (Section Labels)
   ========================================================================== */
.sub-title {
    font-family: var(--font-body) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: var(--primary) !important;
    background: var(--primary-light) !important;
    border: 1px solid rgba(108, 60, 225, 0.2) !important;
    padding: 8px 22px !important;
    border-radius: var(--radius-pill) !important;
    display: inline-block !important;
}
.sub-title img,
.sub-title i {
    display: none !important;
}
.sub-title.style3 {
    color: var(--secondary) !important;
    background: var(--secondary-light) !important;
    border-color: rgba(0, 212, 170, 0.2) !important;
}

/* ==========================================================================
   18. SECTION TITLES
   ========================================================================== */
.sec-title {
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: var(--text-white) !important;
}
.sec-title .text-theme {
    background: var(--gradient-primary) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
.sec-text {
    color: var(--text-secondary) !important;
}

/* ==========================================================================
   19. BREADCRUMB
   ========================================================================== */
.breadcumb-wrapper {
    background: var(--bg-body) !important;
}
.breadcumb-wrapper[data-bg-src]::before,
.breadcumb-wrapper[data-overlay]::before {
    background: var(--gradient-overlay) !important;
}

.breadcumb-title {
    font-weight: 800 !important;
    font-size: clamp(30px, 4.5vw, 54px) !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
}

.breadcumb-menu {
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: var(--radius-pill) !important;
    padding: 10px 24px !important;
    display: inline-flex !important;
}
.breadcumb-menu li,
.breadcumb-menu li a {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.breadcumb-menu li a:hover {
    color: var(--secondary) !important;
}
.breadcumb-menu li.active {
    color: var(--secondary) !important;
}

/* ==========================================================================
   20. SIDEBAR (Service Pages - lighter for inner pages)
   ========================================================================== */
.sidebar-area .widget {
    border-radius: var(--radius) !important;
}

.sidebar-area .widget_nav_menu {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    padding: 24px !important;
    box-shadow: none !important;
    border-radius: var(--radius) !important;
}
.sidebar-area .widget_nav_menu .widget_title {
    color: var(--text-white) !important;
    border-bottom: 1px solid var(--border-subtle) !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
}
.sidebar-area .widget_nav_menu .menu li a {
    color: var(--text-secondary) !important;
    padding: 10px 14px !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.sidebar-area .widget_nav_menu .menu li a:hover,
.sidebar-area .widget_nav_menu .menu li.active a {
    background: var(--primary-light) !important;
    color: var(--primary) !important;
}

.widget-cta {
    background: var(--gradient-primary) !important;
    border: none !important;
    border-radius: var(--radius) !important;
    padding: 36px !important;
    text-align: center !important;
}
.widget-cta_title {
    color: #fff !important;
    font-family: var(--font-heading) !important;
}
.widget-cta_text {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* ==========================================================================
   21. CONTACT PAGE
   ========================================================================== */
.contact-info-wrap {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-lg) !important;
    padding: 40px !important;
    position: relative !important;
    overflow: hidden !important;
}
.contact-info-wrap::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: var(--gradient-primary) !important;
}
.contact-info-wrap h3 {
    color: var(--text-white) !important;
}

.contact-info .contact-info_icon {
    background: var(--primary-light) !important;
    color: var(--primary) !important;
    border-radius: var(--radius-sm) !important;
    border: 1px solid rgba(108, 60, 225, 0.15) !important;
}
.contact-info .contact-info_title {
    color: var(--text-muted) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 600 !important;
}
.contact-info .contact-info_text,
.contact-info .contact-info_text a {
    color: var(--text-white) !important;
    font-weight: 500 !important;
}
.contact-info .contact-info_text a:hover {
    color: var(--secondary) !important;
}

.social-info_title {
    color: var(--text-muted) !important;
}

.th-social.style-white a {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--text-secondary) !important;
}
.th-social.style-white a:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

.contact-form3 {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-lg) !important;
    padding: 40px !important;
    box-shadow: none !important;
}

.form-control,
.form-select {
    border-radius: var(--radius-sm) !important;
    border: 1.5px solid var(--border-subtle) !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    font-family: var(--font-body) !important;
    transition: var(--transition) !important;
    background: var(--bg-elevated) !important;
    color: var(--text-white) !important;
}
.form-control::placeholder {
    color: var(--text-muted) !important;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 4px rgba(108, 60, 225, 0.15), 0 0 20px rgba(108, 60, 225, 0.1) !important;
    background: var(--bg-surface) !important;
    outline: none !important;
}

textarea.form-control {
    min-height: 140px !important;
}

/* ==========================================================================
   22. MOBILE MENU - Premium Dark Slide Panel
   ========================================================================== */

/* Overlay */
.th-menu-wrapper {
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

/* Panel */
.th-menu-wrapper .th-menu-area {
    background: linear-gradient(180deg, #0B0D17 0%, #0E1025 50%, #0B0D17 100%) !important;
    border-right: 1px solid rgba(108, 60, 225, 0.1) !important;
    box-shadow: 20px 0 80px rgba(0, 0, 0, 0.7) !important;
    padding: 0 24px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
}

/* Top header row: logo left, close right */
.krn-mob-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-bottom: 8px !important;
}
.krn-mob-header .krn-logo-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
}
/* Close button */
.th-menu-wrapper .th-menu-area .th-menu-toggle {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: var(--text-white) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0 !important;
}
.th-menu-wrapper .th-menu-area .th-menu-toggle:hover {
    background: rgba(108, 60, 225, 0.15) !important;
    border-color: rgba(108, 60, 225, 0.3) !important;
}
.th-menu-wrapper .th-menu-area .th-menu-toggle i {
    color: var(--text-white) !important;
    font-size: 16px !important;
}

/* Hide old mobile-logo (replaced by krn-mob-header) */
.th-menu-wrapper .mobile-logo {
    display: none !important;
}

/* ---- Nav links ---- */
.th-mobile-menu {
    flex: 1 !important;
    padding: 8px 0 !important;
}
.th-mobile-menu > ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.th-mobile-menu > ul > li {
    margin-bottom: 2px !important;
}
.th-mobile-menu li a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: rgba(240, 242, 248, 0.75) !important;
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    border: none !important;
    border-color: transparent !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    -webkit-text-fill-color: rgba(240, 242, 248, 0.75) !important;
}
.th-mobile-menu li a:hover,
.th-mobile-menu li.active > a {
    background: rgba(108, 60, 225, 0.1) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Menu icons */
.krn-mob-icon {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(108, 60, 225, 0.1) !important;
    border: 1px solid rgba(108, 60, 225, 0.15) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: var(--secondary) !important;
    -webkit-text-fill-color: var(--secondary) !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
}
.th-mobile-menu li a:hover .krn-mob-icon {
    background: rgba(108, 60, 225, 0.2) !important;
    border-color: rgba(108, 60, 225, 0.3) !important;
    color: #00D4AA !important;
    -webkit-text-fill-color: #00D4AA !important;
}

/* Expand arrow (dropdown toggle) */
.th-mobile-menu .mean-expand {
    background: rgba(108, 60, 225, 0.08) !important;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: rgba(240, 242, 248, 0.5) !important;
    border-radius: 0 10px 10px 0 !important;
    width: 44px !important;
    transition: all 0.25s ease !important;
}
.th-mobile-menu .mean-expand:hover {
    background: rgba(108, 60, 225, 0.18) !important;
    color: #fff !important;
}

/* Sub-menu */
.th-mobile-menu ul.sub-menu {
    background: rgba(108, 60, 225, 0.04) !important;
    border-radius: 0 0 12px 12px !important;
    margin: 0 8px 6px !important;
    padding: 6px 0 !important;
    border: 1px solid rgba(108, 60, 225, 0.06) !important;
    border-top: none !important;
}
.th-mobile-menu ul.sub-menu li a {
    font-family: var(--font-body) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: rgba(240, 242, 248, 0.55) !important;
    -webkit-text-fill-color: rgba(240, 242, 248, 0.55) !important;
    padding: 10px 16px 10px 24px !important;
    border-radius: 8px !important;
    margin: 0 6px !important;
}
.th-mobile-menu ul.sub-menu li a::before {
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 4px !important;
    background: var(--primary) !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
}
.th-mobile-menu ul.sub-menu li a:hover {
    color: var(--secondary) !important;
    -webkit-text-fill-color: var(--secondary) !important;
    background: rgba(0, 212, 170, 0.06) !important;
}

/* ---- CTA Button ---- */
.krn-mob-cta {
    padding: 16px 0 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-top: 4px !important;
}
.krn-mob-cta button {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 15px 24px !important;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    font-family: var(--font-heading) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 24px rgba(108, 60, 225, 0.35) !important;
    transition: all 0.3s ease !important;
}
.krn-mob-cta button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 32px rgba(108, 60, 225, 0.5) !important;
}
.krn-mob-cta button i {
    font-size: 14px !important;
}

/* ---- Contact Info ---- */
.krn-mob-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 12px 0 !important;
}
.krn-mob-contact a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}
.krn-mob-contact a:hover {
    background: rgba(108, 60, 225, 0.08) !important;
    border-color: rgba(108, 60, 225, 0.15) !important;
}
.krn-mob-contact a i {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 212, 170, 0.1) !important;
    border-radius: 8px !important;
    color: var(--secondary) !important;
    -webkit-text-fill-color: var(--secondary) !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
}
.krn-mob-contact a span {
    color: rgba(240, 242, 248, 0.7) !important;
    -webkit-text-fill-color: rgba(240, 242, 248, 0.7) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* ---- Social Links ---- */
.krn-mob-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 14px 0 4px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.krn-mob-social a {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    color: rgba(240, 242, 248, 0.5) !important;
    -webkit-text-fill-color: rgba(240, 242, 248, 0.5) !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}
.krn-mob-social a:hover {
    background: rgba(108, 60, 225, 0.15) !important;
    border-color: rgba(108, 60, 225, 0.3) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    transform: translateY(-2px) !important;
}

.sidemenu-content {
    background: var(--bg-body) !important;
}

/* ==========================================================================
   23. SCROLL TO TOP
   ========================================================================== */
.scroll-top {
    background: var(--gradient-primary) !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    box-shadow: var(--shadow-glow-purple) !important;
    transition: var(--transition) !important;
    border: none !important;
}
.scroll-top:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 0 50px rgba(108, 60, 225, 0.5), 0 0 100px rgba(108, 60, 225, 0.2) !important;
}
.scroll-top i {
    color: #fff !important;
}

/* ==========================================================================
   24. WHATSAPP WIDGET
   ========================================================================== */
.whatsapp {
    position: fixed !important;
    z-index: 999 !important;
    animation: whatsappPulse 2s ease-in-out infinite !important;
}

@keyframes whatsappPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }
}

.whatsapp a {
    border-radius: 50% !important;
    transition: var(--transition) !important;
}
.whatsapp:hover {
    transform: scale(1.1) !important;
}

/* ==========================================================================
   25. STICKY MOBILE FOOTER
   ========================================================================== */
.sticky-footer {
    background: rgba(11, 13, 23, 0.92) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-top: 1px solid var(--border-subtle) !important;
    border-radius: 16px 16px 0 0 !important;
}
.sticky-footer a {
    color: var(--text-secondary) !important;
    transition: var(--transition-fast) !important;
}
.sticky-footer a:hover,
.sticky-footer a.active {
    color: var(--primary) !important;
}

/* ==========================================================================
   26. FOOTER
   ========================================================================== */
.footer-wrapper,
.footer-wrapper[data-bg-src] {
    background: var(--bg-body) !important;
    position: relative !important;
}
.footer-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: var(--gradient-primary) !important;
    z-index: 1 !important;
}

.footer-layout4 {
    border-top: 1px solid var(--border-subtle) !important;
}

.footer-widget .widget_title {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: var(--text-white) !important;
    padding-bottom: 16px !important;
    margin-bottom: 22px !important;
    position: relative !important;
}
.footer-widget .widget_title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 36px !important;
    height: 3px !important;
    background: var(--gradient-primary) !important;
    border-radius: 3px !important;
}

.about-text {
    color: var(--text-secondary) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.footer-info {
    color: var(--text-secondary) !important;
    font-size: 14px !important;
}
.footer-info a {
    color: var(--text-secondary) !important;
}
.footer-info a:hover {
    color: var(--secondary) !important;
}
.footer-info i {
    color: var(--primary) !important;
    margin-right: 10px !important;
}

.footer-widget .menu li a {
    color: var(--text-secondary) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: var(--transition-fast) !important;
    position: relative !important;
}
.footer-widget .menu li a::before {
    background: var(--secondary) !important;
}
.footer-widget .menu li a:hover {
    color: var(--secondary) !important;
    padding-left: 4px !important;
}

.recent-post .post-title a {
    color: var(--text-white) !important;
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.recent-post .post-title a:hover {
    color: var(--secondary) !important;
}

.recent-post-meta a {
    color: var(--text-muted) !important;
    font-size: 12px !important;
}

.th-social a {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-sm) !important;
    transition: var(--transition) !important;
    color: var(--text-muted) !important;
}
.th-social a:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(108, 60, 225, 0.3) !important;
}

.copyright-wrap {
    background: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    border-top: 1px solid var(--border-subtle) !important;
}

.copyright-text {
    color: var(--text-muted) !important;
    font-size: 13px !important;
}
.copyright-text a {
    color: var(--secondary) !important;
    font-weight: 600 !important;
}
.copyright-text a:hover {
    color: var(--primary) !important;
}

.footer-links a {
    color: var(--text-muted) !important;
    font-size: 13px !important;
}
.footer-links a:hover {
    color: var(--secondary) !important;
}

/* ==========================================================================
   27. SERVICE CARDS (Inner pages - dark variant)
   ========================================================================== */
.service-card {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
    box-shadow: none !important;
}
.service-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-lg) !important;
    border-color: rgba(108, 60, 225, 0.2) !important;
}
.service-card .service-card_img {
    overflow: hidden !important;
}
.service-card .service-card_img img {
    transition: transform 0.7s var(--ease) !important;
}
.service-card:hover .service-card_img img {
    transform: scale(1.06) !important;
}

.service-card_content {
    padding: 28px !important;
}

.service-title a {
    color: var(--text-white) !important;
    font-weight: 700 !important;
}
.service-title a:hover {
    color: var(--primary) !important;
}

/* ==========================================================================
   28. CTA SEC 6 (Hakkimizda page)
   ========================================================================== */
.cta-sec6[data-bg-src]::before,
.cta-sec6[data-overlay]::before {
    background: linear-gradient(135deg, rgba(11,13,23,0.94), rgba(108,60,225,0.45)) !important;
}

/* ==========================================================================
   29. FEATURE AREA (Hakkimizda)
   ========================================================================== */
.feature-area-2 .sub-title {
    color: var(--primary) !important;
}

/* ==========================================================================
   30. PAGE CONTENT
   ========================================================================== */
.page-content h2 {
    font-weight: 700 !important;
    color: var(--text-white) !important;
}
.page-content h3 {
    font-weight: 600 !important;
    color: var(--text-white) !important;
}
.page-content p {
    line-height: 1.85 !important;
    color: var(--text-secondary) !important;
}

/* ==========================================================================
   31. MISC OVERRIDES
   ========================================================================== */

/* Dark background for all main sections */
section,
.overflow-hidden {
    position: relative;
}

/* Shape mockups and decorative elements */
.shape-mockup {
    opacity: 0.4 !important;
}

/* Title area colors */
.title-area .sec-title {
    color: var(--text-white) !important;
}

/* Pagination */
.th-pagination .page-item .page-link {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    color: var(--text-secondary) !important;
    border-radius: var(--radius-sm) !important;
    transition: var(--transition-fast) !important;
}
.th-pagination .page-item.active .page-link,
.th-pagination .page-item .page-link:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(108, 60, 225, 0.3) !important;
}

/* Accordion (FAQ) */
.accordion-button {
    background: var(--bg-surface) !important;
    color: var(--text-white) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-sm) !important;
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
    background: var(--bg-elevated) !important;
    color: var(--primary) !important;
    box-shadow: none !important;
}
.accordion-body {
    background: var(--bg-surface) !important;
    color: var(--text-secondary) !important;
    border: 1px solid var(--border-subtle) !important;
    border-top: none !important;
}

/* Slick Arrows */
.slick-arrow {
    background: var(--bg-elevated) !important;
    border: 1px solid var(--border-subtle) !important;
    color: var(--text-white) !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    transition: var(--transition) !important;
    z-index: 2 !important;
}
.slick-arrow:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: var(--shadow-glow-purple) !important;
}

/* Icon boxes general */
.icon-box {
    border-radius: var(--radius) !important;
}

/* Tab styles */
.nav-tabs .nav-link {
    color: var(--text-secondary) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-pill) !important;
    background: var(--bg-surface) !important;
    font-weight: 600 !important;
    transition: var(--transition) !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* ==========================================================================
   32. RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 1199px) {
    .counter-card_number,
    .counter-number {
        font-size: 36px !important;
    }
}

@media (max-width: 991px) {
    .counter-sec3 {
        border-radius: var(--radius) !important;
        padding: 40px 30px !important;
    }

    .service-grid.style3 {
        padding: 28px 22px !important;
    }
}

@media (max-width: 767px) {
    .counter-sec3 {
        padding: 30px 20px !important;
    }

    .counter-card_number,
    .counter-number {
        font-size: 30px !important;
    }

    .contact-form3 {
        padding: 24px !important;
        border-radius: var(--radius) !important;
    }

    .contact-info-wrap {
        padding: 28px !important;
        border-radius: var(--radius) !important;
    }

    .testi-box4 .testi-box_wrap {
        padding: 24px !important;
    }

    .hero-style8 .hero-title {
        font-size: clamp(28px, 7vw, 42px) !important;
    }
}

@media (max-width: 575px) {
    .breadcumb-menu {
        padding: 8px 18px !important;
    }

    .service-grid.style3 {
        padding: 24px 18px !important;
    }

    .blog-card_content {
        padding: 18px !important;
    }
}

/* ==========================================================================
   33. NUCLEAR RED KILL - Override ALL base template red (#dd3333)
   ========================================================================== */
/* Any element using the base theme-color variable */
*[style*="#dd3333"],
*[style*="#DD3333"],
*[style*="rgb(221, 51, 51)"] {
    color: var(--primary) !important;
}

/* Base template uses --theme-color for tons of things */
.th-btn {
    background-color: var(--primary) !important;
    background: var(--gradient-purple) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    border-radius: var(--radius-sm) !important;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
}
.th-btn:hover {
    background: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: #fff !important;
}
.th-btn.style3 {
    background: var(--gradient-purple) !important;
    color: #fff !important;
    border: none !important;
}
.th-btn.style6 {
    background: transparent !important;
    color: var(--text-white) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}
.th-btn.style6:hover {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.35) !important;
    color: #fff !important;
}
.th-btn.style2 {
    background: transparent !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
}
.th-btn.style2:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

/* Sub-title badge - was probably red */
.sub-title {
    color: var(--secondary) !important;
    background: var(--secondary-light) !important;
    border: 1px solid rgba(0,212,170,0.2) !important;
    border-radius: var(--radius-pill) !important;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    padding: 6px 20px !important;
    display: inline-block !important;
}
.sub-title.style3 {
    color: var(--secondary) !important;
    background: rgba(0,212,170,0.08) !important;
    border-color: rgba(0,212,170,0.25) !important;
}

/* Checklist icons */
.checklist ul li i,
.checklist ul li::before {
    color: var(--secondary) !important;
}

/* Progress bar */
.progress-bar,
.skill-feature .progress-bar {
    background: var(--gradient-primary) !important;
}
.progress {
    background: var(--bg-elevated) !important;
}

/* Half-line button / links */
.half-line-btn {
    color: var(--secondary) !important;
}
.half-line-btn::before,
.half-line-btn::after {
    background: var(--secondary) !important;
}
.half-line-btn:hover {
    color: var(--primary) !important;
}

/* Icon buttons */
.icon-btn {
    background: var(--bg-elevated) !important;
    color: var(--text-white) !important;
    border: 1px solid var(--border-subtle) !important;
}
.icon-btn:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

/* Breadcrumb override - kill any red */
.breadcumb-wrapper[data-bg-src]::before,
.breadcumb-wrapper[data-overlay]::before {
    background: linear-gradient(135deg, rgba(11,13,23,0.95), rgba(26,16,64,0.9)) !important;
}
.breadcumb-menu li::before {
    color: var(--secondary) !important;
}
.breadcumb-menu li a:hover {
    color: var(--secondary) !important;
}

/* Service grid icon area - no red */
.service-grid .icon i,
.service-grid_icon i {
    color: var(--secondary) !important;
}

/* Counter section accent */
.counter-card_icon i {
    color: var(--secondary) !important;
}

/* Testimonial rating */
.testi-rating i,
.fa-star {
    color: #F59E0B !important;
}

/* Blog meta */
.blog-meta a i {
    color: var(--primary) !important;
}

/* Play button */
.play-btn {
    background: var(--primary) !important;
    color: #fff !important;
}
.play-btn:hover {
    background: var(--primary-hover) !important;
    box-shadow: var(--shadow-glow-purple) !important;
}

/* Scroll top */
.scroll-top {
    background: var(--primary) !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: 0 4px 20px rgba(108,60,225,0.3) !important;
}

/* Any remaining red background sections */
.bg-title {
    background-color: var(--bg-body) !important;
}
[data-bg-src]::before {
    background: var(--bg-body) !important;
}
.video-sec3[data-overlay]::before,
.video-sec3[data-bg-src]::before {
    background: linear-gradient(135deg, rgba(11,13,23,0.92), rgba(26,16,64,0.85)) !important;
}

/* CTA sections */
.cta-sec5 {
    background: var(--gradient-purple) !important;
    border-radius: var(--radius-lg) !important;
}

/* Form focus states */
.form-control:focus,
.form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(108,60,225,0.15) !important;
}

/* ==========================================================================
   CSS-ONLY IMAGE REPLACEMENTS
   ========================================================================== */

/* ---- Global: Kill all data-bg-src backgrounds ---- */
[data-bg-src] {
    background-image: none !important;
}

/* ---- About Section Visual ---- */
.krn-about-visual {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.krn-about-card {
    position: absolute;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
    z-index: 2;
}
.krn-about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.krn-about-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.krn-about-card span {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    color: var(--text-white);
    white-space: nowrap;
}
.krn-about-card-1 {
    top: 20px;
    left: 10%;
    animation: krn-float 6s ease-in-out infinite;
}
.krn-about-card-1 .krn-about-card-icon {
    background: rgba(0, 212, 170, 0.15);
    color: var(--secondary);
}
.krn-about-card-2 {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    animation: krn-float 6s ease-in-out 1s infinite;
}
.krn-about-card-2 .krn-about-card-icon {
    background: rgba(108, 60, 225, 0.15);
    color: var(--primary);
}
.krn-about-card-3 {
    bottom: 30px;
    left: 15%;
    animation: krn-float 6s ease-in-out 2s infinite;
}
.krn-about-card-3 .krn-about-card-icon {
    background: rgba(0, 212, 170, 0.15);
    color: var(--secondary);
}
.krn-about-center-badge {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: var(--shadow-glow-purple);
}
.krn-about-badge-number {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    line-height: 1;
}
.krn-about-badge-text {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.krn-about-ring {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(108, 60, 225, 0.15);
    z-index: 1;
    animation: krn-spin-slow 20s linear infinite;
}
.krn-about-ring::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}
.krn-about-ring-2 {
    width: 300px;
    height: 300px;
    border-color: rgba(0, 212, 170, 0.1);
    animation-direction: reverse;
    animation-duration: 30s;
}
.krn-about-ring-2::before {
    background: var(--secondary);
}
@keyframes krn-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.krn-about-card-2 { animation-name: krn-float2; }
@keyframes krn-float2 {
    0%, 100% { transform: translateY(-50%); }
    50% { transform: translateY(calc(-50% - 12px)); }
}
@keyframes krn-spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@media (max-width: 991px) {
    .krn-about-visual { height: 320px; margin-bottom: 20px; }
}

/* ---- Avatar (initials-based) ---- */
.krn-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    position: relative;
}
.krn-avatar::after {
    content: attr(data-initials);
}
.krn-avatar-lg {
    width: 64px;
    height: 64px;
    font-size: 20px;
}

/* ---- Service Cards (new) ---- */
.krn-services-section {
    background: var(--bg-body) !important;
}
.krn-service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.4s var(--ease);
    position: relative;
    overflow: hidden;
}
.krn-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.krn-service-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}
.krn-service-card:hover::before {
    opacity: 1;
}
.krn-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0, 212, 170, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--secondary);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.krn-service-icon-purple {
    background: rgba(108, 60, 225, 0.12);
    color: var(--primary);
}
.krn-service-card:hover .krn-service-icon {
    transform: scale(1.1);
}
.krn-service-title {
    font-family: var(--font-heading) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}
.krn-service-title a {
    color: var(--text-white) !important;
    text-decoration: none !important;
}
.krn-service-title a:hover {
    color: var(--secondary) !important;
}
.krn-service-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
}
.krn-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary) !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.krn-service-link i {
    font-size: 11px;
    transition: transform 0.25s ease;
}
.krn-service-link:hover {
    color: #fff !important;
}
.krn-service-link:hover i {
    transform: translateX(4px);
}

/* ---- WCU Visual ---- */
.krn-wcu-visual {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.krn-wcu-hex {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 2;
    transition: transform 0.3s ease;
}
.krn-wcu-hex:hover {
    transform: scale(1.15);
}
.krn-wcu-hex-1 {
    top: 40px; left: 25%;
    background: rgba(0, 212, 170, 0.12);
    border: 1px solid rgba(0, 212, 170, 0.25);
    color: var(--secondary);
    animation: krn-float 5s ease-in-out infinite;
}
.krn-wcu-hex-2 {
    top: 40px; right: 20%;
    background: rgba(108, 60, 225, 0.12);
    border: 1px solid rgba(108, 60, 225, 0.25);
    color: var(--primary);
    animation: krn-float 5s ease-in-out 0.8s infinite;
}
.krn-wcu-hex-3 {
    bottom: 50px; left: 20%;
    background: rgba(108, 60, 225, 0.12);
    border: 1px solid rgba(108, 60, 225, 0.25);
    color: var(--primary);
    animation: krn-float 5s ease-in-out 1.6s infinite;
}
.krn-wcu-hex-4 {
    bottom: 50px; right: 25%;
    background: rgba(0, 212, 170, 0.12);
    border: 1px solid rgba(0, 212, 170, 0.25);
    color: var(--secondary);
    animation: krn-float 5s ease-in-out 2.4s infinite;
}
.krn-wcu-center {
    position: relative;
    z-index: 3;
    text-align: center;
}
.krn-wcu-center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-primary);
    font-size: 32px;
    color: #fff;
    margin: 0 auto 12px;
    box-shadow: var(--shadow-glow-purple);
}
.krn-wcu-center-text {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.3;
}
.krn-wcu-orbit {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px dashed rgba(108, 60, 225, 0.15);
    z-index: 1;
    animation: krn-spin-slow 25s linear infinite;
}
@media (max-width: 991px) {
    .krn-wcu-visual { height: 300px; margin-bottom: 30px; }
}

/* ---- Feature Pills ---- */
.krn-feature-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 212, 170, 0.08);
    border: 1px solid rgba(0, 212, 170, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}
.krn-feature-pill:hover {
    background: rgba(0, 212, 170, 0.15);
    transform: translateY(-2px);
}
.krn-feature-pill i {
    font-size: 18px;
    color: var(--secondary);
    flex-shrink: 0;
}
.krn-feature-pill span {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-white);
}
.krn-skill-wrap {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 24px;
}

/* ---- Video CTA Section ---- */
.krn-video-cta {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.krn-video-cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1A1040 0%, #0B0D17 50%, #0D2818 100%);
    z-index: 0;
}
.krn-video-cta-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(108,60,225,0.08) 1px, transparent 1px);
    background-size: 30px 30px;
}
.krn-video-cta-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108,60,225,0.15), transparent 70%);
}
.krn-video-cta .container {
    position: relative;
    z-index: 1;
}
.krn-play-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-primary) !important;
    color: #fff !important;
    font-size: 22px;
    text-decoration: none !important;
    z-index: 1;
}
.krn-play-btn:hover {
    transform: scale(1.08);
    color: #fff !important;
}
.krn-play-ripple {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(108,60,225,0.3);
    animation: krn-ripple 2s ease-out infinite;
}
.krn-play-ripple-2 {
    animation-delay: 0.6s;
}
@keyframes krn-ripple {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* ---- CTA Strip ---- */
.krn-cta-strip {
    position: relative;
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    padding: 50px 40px;
    overflow: hidden;
}
.krn-cta-strip-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}
.krn-cta-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff !important;
    font-size: 28px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.krn-cta-phone-icon:hover {
    background: rgba(255,255,255,0.25);
    transform: scale(1.08);
    color: #fff !important;
}

/* ---- Testimonial Section ---- */
.krn-testimonial-section {
    background: var(--bg-body) !important;
}
.krn-testi-visual {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 28px;
}
.krn-testi-avatar-stack {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.krn-testi-avatar-stack .krn-avatar {
    width: 42px;
    height: 42px;
    font-size: 14px;
    margin-left: -10px;
    border: 2px solid var(--bg-surface);
}
.krn-testi-avatar-stack .krn-avatar:first-child {
    margin-left: 0;
}
.krn-avatar-count {
    margin-left: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary);
}
.krn-testi-rating-summary {
    display: flex;
    align-items: center;
    gap: 10px;
}
.krn-testi-rating-summary span {
    font-size: 13px;
    color: var(--text-secondary);
}
.krn-stars i, .krn-stars-sm i {
    color: #FFB800;
    font-size: 16px;
}
.krn-stars-sm {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
}
.krn-stars-sm i {
    font-size: 14px;
}
.krn-quote-icon {
    font-size: 24px;
    color: rgba(108, 60, 225, 0.3);
}
/* Fix testi thumb to not show missing images */
.testi-box4 .thumb img,
.testi-thumb img,
.testi-sec5-img img {
    display: none !important;
}
.testi-sec5-img {
    display: none !important;
}
.testi-box4 .thumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.quote-icon {
    display: none !important;
}

/* ---- Partners Section ---- */
.krn-partners-section {
    background: var(--bg-surface) !important;
    padding: 80px 0;
}
.krn-partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
@media (max-width: 991px) {
    .krn-partners-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
    .krn-partners-grid { grid-template-columns: repeat(2, 1fr); }
}
.krn-partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    transition: all 0.3s ease;
}
.krn-partner-item:hover {
    background: rgba(108, 60, 225, 0.08);
    border-color: rgba(108, 60, 225, 0.2);
    transform: translateY(-4px);
}
.krn-partner-item i {
    font-size: 36px;
    color: var(--text-secondary);
    transition: color 0.3s ease;
}
.krn-partner-item:hover i {
    color: var(--secondary);
}
.krn-partner-item span {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    transition: color 0.3s ease;
}
.krn-partner-item:hover span {
    color: var(--text-white);
}

/* ---- Footer: No background image ---- */
.footer-wrapper {
    background: var(--bg-surface) !important;
    background-image: none !important;
}
.footer-wrapper[data-bg-src] {
    background-image: none !important;
}
.footer-wrapper .about-logo .krn-site-logo {
    display: inline-flex !important;
}

/* ---- Breadcrumb: CSS gradient instead of image ---- */
.breadcumb-wrapper {
    background: linear-gradient(135deg, #1A1040 0%, #0B0D17 60%, #0D2818 100%) !important;
    background-image: none !important;
}
.breadcumb-wrapper[data-bg-src] {
    background-image: none !important;
}
.breadcumb-wrapper::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: radial-gradient(rgba(108,60,225,0.06) 1px, transparent 1px) !important;
    background-size: 24px 24px !important;
    pointer-events: none !important;
    z-index: 0 !important;
}
.breadcumb-wrapper::after {
    content: '' !important;
    position: absolute !important;
    top: -30% !important;
    right: -10% !important;
    width: 400px !important;
    height: 400px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(108,60,225,0.12), transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}
.breadcumb-wrapper > * {
    position: relative;
    z-index: 1;
}

/* ---- Widget Banner / Sidebar: CSS gradient ---- */
.widget_banner {
    background: linear-gradient(135deg, #1A1040, #0D2818) !important;
    background-image: none !important;
}
.widget_banner[data-bg-src] {
    background-image: none !important;
}
.sidebar-area .widget {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
}

/* ---- Service page sidebar background ---- */
[data-bg-src*="wid_bg_1"] {
    background: var(--gradient-primary) !important;
    background-image: none !important;
}

/* ---- Hide all shape/decorative images ---- */
.shape-mockup img,
.about4-dot img {
    display: none !important;
}

/* ---- Old service section overrides ---- */
.service-sec5 {
    background: var(--bg-surface) !important;
    background-image: none !important;
}
.service-sec5[data-bg-src] {
    background-image: none !important;
}
.service-sec5-img {
    display: none !important;
}

/* ---- Old testimonial bg override ---- */
.testimonial-sec4 {
    background: var(--bg-body) !important;
}

/* ---- Old video section override ---- */
.video-sec3 {
    background: linear-gradient(135deg, #1A1040, #0B0D17) !important;
    background-image: none !important;
}
.video-sec3[data-bg-src] {
    background-image: none !important;
}

/* ---- Old CTA section override ---- */
.cta-sec5 {
    background: var(--gradient-primary) !important;
    background-image: none !important;
    border-radius: var(--radius-lg) !important;
}
.cta-sec5[data-bg-src] {
    background-image: none !important;
}
.cta-sec5 .play-btn img {
    display: none !important;
}

/* ---- Hakkimizda page CTA ---- */
[data-bg-src*="cta_bg_5"] {
    background: var(--gradient-primary) !important;
    background-image: none !important;
}

/* ---- FAQ Accordion ---- */
.krn-faq-section .accordion-card {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius) !important;
    margin-bottom: 12px !important;
    overflow: hidden;
}
.krn-faq-section .accordion-button {
    background: transparent !important;
    color: var(--text-white) !important;
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 18px 24px !important;
    border: none !important;
    box-shadow: none !important;
}
.krn-faq-section .accordion-button::after {
    filter: invert(1) !important;
}
.krn-faq-section .accordion-button:not(.collapsed) {
    background: rgba(108,60,225,0.08) !important;
    color: var(--secondary) !important;
}
.krn-faq-section .accordion-body {
    padding: 0 24px 18px !important;
    color: var(--text-secondary) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* ---- Page CTA strip fix ---- */
.krn-page-cta {
    padding-top: 0 !important;
}

/* ==========================================================================
   BLOG DEFAULT IMAGE - CSS-only placeholder when no image exists
   ========================================================================== */
.krn-blog-default-img {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1A1D35 0%, #131627 50%, #0B0D17 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(108, 60, 225, 0.15);
}
.krn-blog-default-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(108, 60, 225, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 212, 170, 0.1) 0%, transparent 50%);
}
.krn-blog-default-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(108, 60, 225, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
}
.krn-blog-default-img .krn-blog-placeholder {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.krn-blog-default-img .krn-blog-placeholder i {
    font-size: 52px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(108, 60, 225, 0.4));
}
.krn-blog-default-img .krn-blog-placeholder span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(240, 242, 248, 0.35);
}
/* Floating decorative shapes */
.krn-blog-default-img .krn-deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(108, 60, 225, 0.12);
    z-index: 1;
}
.krn-blog-default-img .krn-deco-circle:nth-child(1) {
    width: 120px; height: 120px;
    top: -30px; right: -20px;
    border-color: rgba(108, 60, 225, 0.15);
}
.krn-blog-default-img .krn-deco-circle:nth-child(2) {
    width: 80px; height: 80px;
    bottom: -20px; left: 30px;
    border-color: rgba(0, 212, 170, 0.12);
}
.krn-blog-default-img .krn-deco-line {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(108, 60, 225, 0.15), transparent);
    height: 1px;
    width: 60%;
    top: 30%;
    left: 20%;
}
/* Color variants based on blog topic */
.krn-blog-default-img.krn-blog-seo { background: linear-gradient(135deg, #0f1a2e 0%, #131627 50%, #0B0D17 100%); }
.krn-blog-default-img.krn-blog-seo::before {
    background:
        radial-gradient(circle at 25% 35%, rgba(0, 180, 120, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(108, 60, 225, 0.1) 0%, transparent 50%);
}
.krn-blog-default-img.krn-blog-ads { background: linear-gradient(135deg, #1a1525 0%, #131627 50%, #0B0D17 100%); }
.krn-blog-default-img.krn-blog-ads::before {
    background:
        radial-gradient(circle at 30% 40%, rgba(234, 67, 53, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(66, 133, 244, 0.12) 0%, transparent 50%);
}
.krn-blog-default-img.krn-blog-social { background: linear-gradient(135deg, #15162a 0%, #131627 50%, #0B0D17 100%); }
.krn-blog-default-img.krn-blog-social::before {
    background:
        radial-gradient(circle at 20% 30%, rgba(225, 48, 108, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 149, 246, 0.12) 0%, transparent 50%);
}

/* Small variant for sidebar / recent posts */
.krn-blog-default-img-sm {
    width: 100%;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1A1D35, #131627);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(108, 60, 225, 0.1);
}
.krn-blog-default-img-sm::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(108, 60, 225, 0.1) 0%, transparent 70%);
}
.krn-blog-default-img-sm i {
    font-size: 22px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

/* Blog list image height fix */
.th-blog .blog-img .krn-blog-default-img {
    height: 320px;
}
.blog-details .blog-img .krn-blog-default-img {
    height: 400px;
    border-radius: 16px 16px 0 0;
}

/* ==========================================================================
   MASTER MOBILE RESPONSIVE - All breakpoints
   ========================================================================== */

/* ============ TABLET (max-width: 991px) ============ */
@media (max-width: 991px) {

    /* -- Header -- */
    .krn-header-bar {
        gap: 16px !important;
        padding: 0 10px !important;
    }
    .krn-header-nav {
        display: none !important;
    }
    .krn-header-actions {
        margin-left: auto !important;
    }
    .krn-header-phone {
        display: none !important;
    }

    /* -- Service Cards -- */
    .krn-service-card {
        padding: 26px 22px;
    }
    .krn-service-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 12px;
    }
    .krn-service-title {
        font-size: 16px !important;
    }

    /* -- CTA Strip -- */
    .krn-cta-strip {
        padding: 36px 24px;
        border-radius: var(--radius);
        text-align: center;
    }
    .krn-cta-strip .row {
        flex-direction: column;
        text-align: center;
    }
    .krn-cta-strip h3,
    .krn-cta-strip .h4 {
        font-size: 22px !important;
    }
    .krn-cta-phone-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin: 0 auto;
    }

    /* -- Testimonials -- */
    .krn-testi-visual {
        padding: 22px;
        margin-bottom: 24px;
    }
    .krn-testi-avatar-stack .krn-avatar {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    .testi-box4 .testi-box_wrap {
        padding: 24px !important;
    }

    /* -- Video Section -- */
    .play-btn.style4 {
        width: 64px !important;
        height: 64px !important;
        box-shadow: 0 0 0 10px rgba(108,60,225,0.2), 0 0 0 20px rgba(108,60,225,0.08) !important;
    }

    /* -- WCU Visual -- */
    .krn-wcu-visual {
        height: 280px;
        margin-bottom: 24px;
    }
    .krn-wcu-orbit {
        width: 200px;
        height: 200px;
    }
    .krn-wcu-hex {
        width: 56px !important;
        height: 56px !important;
    }
    .krn-wcu-hex i {
        font-size: 20px !important;
    }

    /* -- About Visual -- */
    .krn-about-visual {
        height: 300px;
        margin-bottom: 24px;
    }

    /* -- FAQ -- */
    .krn-faq-section .accordion-button {
        padding: 14px 18px !important;
        font-size: 14px !important;
    }
    .krn-faq-section .accordion-body {
        padding: 0 18px 14px !important;
        font-size: 13px !important;
    }

    /* -- Blog Default Image -- */
    .krn-blog-default-img {
        height: 240px;
        border-radius: 12px;
    }
    .blog-details .blog-img .krn-blog-default-img {
        height: 280px;
        border-radius: 12px 12px 0 0;
    }
    .krn-blog-default-img .krn-blog-placeholder i {
        font-size: 40px;
    }

    /* -- Footer -- */
    .footer-wrapper {
        padding-top: 50px !important;
    }
    .footer-wrapper .widget {
        margin-bottom: 30px !important;
    }

    /* -- Partners -- */
    .krn-partners-section {
        padding: 50px 0;
    }

    /* -- Breadcrumb -- */
    .breadcumb-title {
        font-size: 28px !important;
    }
    .breadcumb-content {
        padding: 80px 0 30px !important;
    }

    /* -- Contact Form -- */
    .contact-form3 {
        padding: 28px !important;
    }

    /* -- Blog page layout -- */
    .th-blog-wrapper .sidebar-area {
        margin-top: 40px;
    }

    /* -- Page single content -- */
    .page-single .page-content {
        padding: 0 !important;
    }
}

/* ============ SMALL TABLET / LANDSCAPE PHONE (max-width: 767px) ============ */
@media (max-width: 767px) {

    /* -- Header -- */
    .krn-header-bar {
        gap: 12px !important;
    }
    .krn-logo-mark {
        width: 36px;
        height: 36px;
        font-size: 18px;
        border-radius: 10px;
    }
    .krn-logo-name {
        font-size: 18px;
    }
    .krn-logo-name span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    /* -- Service Cards -- */
    .krn-service-card {
        padding: 24px 20px;
    }

    /* -- CTA Strip -- */
    .krn-cta-strip {
        padding: 30px 20px;
    }
    .krn-cta-strip h3,
    .krn-cta-strip .h4 {
        font-size: 20px !important;
    }
    .krn-cta-strip p {
        font-size: 14px !important;
    }
    .krn-cta-phone-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    /* -- Testimonials -- */
    .krn-testi-visual {
        padding: 18px;
    }

    /* -- Video Section -- */
    .play-btn.style4 {
        width: 56px !important;
        height: 56px !important;
    }
    .video-sec3 {
        min-height: 260px !important;
    }

    /* -- WCU -- */
    .krn-wcu-visual {
        height: 240px;
    }
    .krn-wcu-orbit {
        width: 170px;
        height: 170px;
    }
    .krn-wcu-center {
        width: 56px !important;
        height: 56px !important;
    }
    .krn-wcu-center i {
        font-size: 22px !important;
    }

    /* -- About -- */
    .krn-about-visual {
        height: 260px;
    }
    .krn-about-card {
        padding: 12px 14px !important;
    }

    /* -- Blog Default Image -- */
    .krn-blog-default-img {
        height: 200px;
    }
    .blog-details .blog-img .krn-blog-default-img {
        height: 220px;
    }
    .krn-blog-default-img .krn-deco-circle:nth-child(1) {
        width: 80px; height: 80px;
    }
    .krn-blog-default-img .krn-deco-circle:nth-child(2) {
        width: 50px; height: 50px;
    }

    /* -- Blog content -- */
    .th-blog.blog-single .blog-content {
        padding: 20px 16px !important;
    }
    .blog-title {
        font-size: 20px !important;
    }
    .blog-meta a {
        font-size: 12px !important;
    }

    /* -- Breadcrumb -- */
    .breadcumb-title {
        font-size: 24px !important;
    }
    .breadcumb-content {
        padding: 70px 0 24px !important;
    }
    .breadcumb-menu li {
        font-size: 13px !important;
    }

    /* -- Sidebar widgets -- */
    .widget {
        padding: 20px !important;
    }
    .widget_title {
        font-size: 18px !important;
    }
    .widget_banner .widget-banner {
        padding: 24px 16px !important;
    }

    /* -- Contact form -- */
    .contact-form3 {
        padding: 22px !important;
    }
    .contact-info-wrap {
        padding: 22px !important;
    }
    textarea.form-control {
        min-height: 110px !important;
    }

    /* -- Footer -- */
    .footer-wrapper {
        padding-top: 40px !important;
    }
    .footer-wrapper .col-lg-3,
    .footer-wrapper .col-md-6 {
        margin-bottom: 24px;
    }
    .copyright-wrap {
        text-align: center !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    /* -- Section spacing -- */
    .space {
        padding: 50px 0 !important;
    }
    .space-top {
        padding-top: 50px !important;
    }
    .space-extra-bottom {
        padding-bottom: 50px !important;
    }

    /* -- Feature pills -- */
    .krn-feature-pill {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* ============ MOBILE PHONE (max-width: 575px) ============ */
@media (max-width: 575px) {

    /* -- Header -- */
    .krn-header-bar {
        gap: 8px !important;
        padding: 0 6px !important;
    }
    .krn-logo-mark {
        width: 32px;
        height: 32px;
        font-size: 16px;
        border-radius: 8px;
    }
    .krn-logo-name {
        font-size: 16px;
    }
    .krn-logo-name span {
        font-size: 9px;
        letter-spacing: 1px;
    }
    .krn-header-actions .krn-cta-btn {
        padding: 8px 12px !important;
    }
    .th-menu-toggle {
        width: 38px !important;
        height: 38px !important;
        border-radius: 8px !important;
    }
    .th-menu-toggle i {
        font-size: 16px !important;
    }

    /* -- Service Cards -- */
    .krn-service-card {
        padding: 22px 18px;
    }
    .krn-service-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 10px;
        margin-bottom: 16px;
    }
    .krn-service-title {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }
    .krn-service-text {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .krn-service-link {
        font-size: 12px;
    }

    /* -- CTA Strip -- */
    .krn-cta-strip {
        padding: 24px 16px;
        border-radius: 12px;
    }
    .krn-cta-strip h3,
    .krn-cta-strip .h4 {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .krn-cta-strip p {
        font-size: 13px !important;
    }
    .krn-cta-phone-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .krn-cta-strip .th-btn {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }

    /* -- Testimonials -- */
    .krn-testi-visual {
        padding: 16px;
    }
    .krn-testi-avatar-stack .krn-avatar {
        width: 32px;
        height: 32px;
        font-size: 11px;
        margin-left: -8px;
    }
    .krn-avatar-count {
        font-size: 14px;
        margin-left: 8px;
    }
    .krn-testi-rating-summary span {
        font-size: 12px;
    }
    .krn-stars i, .krn-stars-sm i {
        font-size: 13px;
    }
    .testi-box4 .testi-box_wrap {
        padding: 20px 16px !important;
    }
    .testi-box4 .testi-box_text {
        font-size: 14px !important;
    }
    .testi-box4 .testi-box_name {
        font-size: 15px !important;
    }
    .testi-box4 .testi-box_desig {
        font-size: 12px !important;
    }

    /* -- Video Section -- */
    .play-btn.style4 {
        width: 48px !important;
        height: 48px !important;
        box-shadow: 0 0 0 8px rgba(108,60,225,0.2), 0 0 0 16px rgba(108,60,225,0.08) !important;
    }
    .video-sec3 {
        min-height: 220px !important;
    }
    .video-sec3 h2 {
        font-size: 22px !important;
    }

    /* -- WCU -- */
    .krn-wcu-visual {
        height: 200px;
    }
    .krn-wcu-orbit {
        width: 140px;
        height: 140px;
    }
    .krn-wcu-hex {
        width: 44px !important;
        height: 44px !important;
    }
    .krn-wcu-hex i {
        font-size: 16px !important;
    }
    .krn-wcu-center {
        width: 48px !important;
        height: 48px !important;
    }
    .krn-wcu-center i {
        font-size: 18px !important;
    }

    /* -- About -- */
    .krn-about-visual {
        height: 220px;
    }
    .krn-about-card {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
    .krn-about-card i {
        font-size: 16px !important;
    }
    .krn-about-badge {
        width: 60px !important;
        height: 60px !important;
        font-size: 14px !important;
    }

    /* -- FAQ -- */
    .krn-faq-section .accordion-button {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }
    .krn-faq-section .accordion-body {
        padding: 0 14px 12px !important;
        font-size: 13px !important;
    }
    .krn-faq-section h3 {
        font-size: 18px !important;
    }

    /* -- Blog Default Image -- */
    .krn-blog-default-img {
        height: 180px;
        border-radius: 10px;
    }
    .blog-details .blog-img .krn-blog-default-img {
        height: 200px;
        border-radius: 10px 10px 0 0;
    }
    .krn-blog-default-img .krn-blog-placeholder i {
        font-size: 32px;
    }
    .krn-blog-default-img .krn-blog-placeholder span {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    .krn-blog-default-img .krn-deco-circle:nth-child(1) {
        width: 60px; height: 60px;
    }
    .krn-blog-default-img .krn-deco-circle:nth-child(2) {
        width: 40px; height: 40px;
    }
    .krn-blog-default-img-sm {
        height: 65px;
        min-width: 65px;
        border-radius: 6px;
    }
    .krn-blog-default-img-sm i {
        font-size: 18px;
    }

    /* -- Blog content -- */
    .th-blog.blog-single .blog-content {
        padding: 16px 12px !important;
    }
    .blog-title {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }
    .blog-meta {
        gap: 8px !important;
        flex-wrap: wrap;
    }
    .blog-meta a {
        font-size: 11px !important;
    }
    .blog-text {
        font-size: 13px !important;
    }
    .th-blog .th-btn {
        font-size: 13px !important;
        padding: 10px 18px !important;
    }

    /* -- Breadcrumb -- */
    .breadcumb-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .breadcumb-content {
        padding: 60px 0 20px !important;
    }
    .breadcumb-menu {
        padding: 6px 14px !important;
        gap: 4px !important;
    }
    .breadcumb-menu li {
        font-size: 12px !important;
    }

    /* -- Sidebar widgets -- */
    .sidebar-area {
        margin-top: 30px;
    }
    .widget {
        padding: 18px !important;
        border-radius: 12px !important;
    }
    .widget_title {
        font-size: 16px !important;
        margin-bottom: 14px !important;
    }
    .widget .menu li a {
        font-size: 13px !important;
        padding: 8px 12px !important;
    }
    .widget_banner .widget-banner {
        padding: 20px 14px !important;
    }
    .widget_banner .widget-banner h4 {
        font-size: 16px !important;
    }
    .widget_tag_cloud .tagcloud a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    .recent-post .media-img {
        width: 70px !important;
        min-width: 70px !important;
    }
    .recent-post .post-title {
        font-size: 13px !important;
    }
    .recent-post-meta a {
        font-size: 11px !important;
    }

    /* -- Contact form -- */
    .contact-form3 {
        padding: 18px !important;
        border-radius: 12px !important;
    }
    .form-control,
    .form-select {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }
    textarea.form-control {
        min-height: 100px !important;
    }
    .contact-info-wrap {
        padding: 18px !important;
    }

    /* -- Comment/Contact form in blog/hizmet -- */
    .th-comment-form {
        padding: 0 !important;
    }
    .th-comment-form .form-title h3 {
        font-size: 18px !important;
    }
    .th-comment-form .form-title p {
        font-size: 13px !important;
    }
    .th-comment-form .form-group {
        margin-bottom: 12px !important;
    }

    /* -- Footer -- */
    .footer-wrapper {
        padding: 30px 0 0 !important;
    }
    .footer-wrapper .widget_title {
        font-size: 16px !important;
    }
    .footer-wrapper .about-text {
        font-size: 13px !important;
    }
    .footer-wrapper .footer-info-list li {
        font-size: 13px !important;
    }
    .copyright-wrap {
        padding: 16px 0 !important;
        font-size: 12px !important;
    }
    .footer-wrapper .th-social a {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
    }

    /* -- Partners -- */
    .krn-partners-section {
        padding: 40px 0;
    }
    .krn-partner-item {
        padding: 16px 10px;
    }
    .krn-partner-item i {
        font-size: 24px !important;
    }
    .krn-partner-item span {
        font-size: 10px !important;
    }

    /* -- Section spacing -- */
    .space {
        padding: 40px 0 !important;
    }
    .space-top {
        padding-top: 40px !important;
    }
    .space-extra-bottom {
        padding-bottom: 40px !important;
    }

    /* -- Feature pills -- */
    .krn-feature-pill {
        padding: 8px 10px;
        font-size: 12px;
        gap: 6px;
    }
    .krn-feature-pill i {
        font-size: 16px;
    }

    /* -- Section titles -- */
    .sec-title .title,
    .title-area .title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .sec-title .sec-text,
    .title-area .sec-text {
        font-size: 13px !important;
    }

    /* -- General containers -- */
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* -- Preloader -- */
    .preloader .th-btn {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }

    /* -- Scroll to top -- */
    .scroll-top {
        right: 12px !important;
        bottom: 12px !important;
        width: 36px !important;
        height: 36px !important;
    }
}

/* -- Mobile sticky footer spacing -- */
@media (max-width: 720px) {
    body {
        padding-bottom: 70px !important;
    }
    /* Scroll-to-top above sticky footer */
    .scroll-top {
        bottom: 80px !important;
    }
    /* WhatsApp desktop widget hide */
    .whatsapp.desktop {
        display: none !important;
    }
}

/* ============ EXTRA SMALL (max-width: 400px) ============ */
@media (max-width: 400px) {
    .breadcumb-title {
        font-size: 18px !important;
    }
    .krn-service-card {
        padding: 18px 14px;
    }
    .krn-blog-default-img {
        height: 150px;
    }
    .blog-details .blog-img .krn-blog-default-img {
        height: 170px;
    }
    .krn-cta-strip {
        padding: 20px 12px;
    }
    .krn-cta-strip h3,
    .krn-cta-strip .h4 {
        font-size: 16px !important;
    }
    .sec-title .title,
    .title-area .title {
        font-size: 20px !important;
    }
    .widget_banner .banner-link {
        font-size: 14px !important;
    }
}
