/********** Takniki Consulting — Custom Extensions **********/
:root {
    --primary: #1363C6;
    --primary-dark: #0C4A9C;
    --secondary: #15ACE1;
    --accent: #F5A623;
    --accent-dark: #D88A0B;
    --light: #F4F7FE;
    --dark: #14183E;
    --dark-soft: #1B2150;
}

/* ---------- Navbar base tweaks ---------- */
.navbar {
    height: auto;
    min-height: 75px;
}

.navbar-brand h1 {
    font-size: 28px;
    letter-spacing: .5px;
}

.navbar-brand .brand-tagline {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -4px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 28px;
    font-weight: 600;
    font-size: 15px;
}

/* ---------- Let's Talk CTA button ---------- */
.btn-cta {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: var(--dark) !important;
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 50px;
    white-space: nowrap;
    transition: .3s;
}

.btn-cta:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

/* ---------- Language selector ---------- */
.lang-select {
    position: relative;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}

.lang-toggle:hover,
.lang-toggle:focus {
    border-color: #fff;
    color: #fff;
}

.lang-select .dropdown-menu {
    min-width: 170px;
    border: none;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 15px 40px rgba(20, 24, 62, .18);
}

.lang-select .dropdown-item {
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-select .dropdown-item.active,
.lang-select .dropdown-item:active {
    background: var(--light);
    color: var(--primary);
}

.lang-select .dropdown-item:hover {
    background: var(--light);
    color: var(--primary);
}

/* ---------- Mega Menu ---------- */
@media (min-width: 992px) {
    .nav-item.mega-parent {
        position: static;
    }

    .mega-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 150%;
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0 0 18px 18px;
        background: #fff;
        box-shadow: 0 25px 60px rgba(20, 24, 62, .18);
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
        transform: translateY(8px);
        padding: 0;
        z-index: 999;
    }

    .nav-item.mega-parent:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        top: 100%;
    }

    .mega-menu-inner {
        max-width: 1140px;
        margin: 0 auto;
        padding: 36px 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr) 1.1fr;
        gap: 8px 28px;
    }

    .mega-menu-inner.cols-2 {
        grid-template-columns: repeat(2, 1fr) 1.1fr;
    }

    .mega-menu-inner.cols-4 {
        grid-template-columns: repeat(4, 1fr) 1fr;
        max-width: 1220px;
    }
}

.mega-col-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--primary);
    margin-bottom: 14px;
}

.mega-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 10px;
    margin: 0 -10px 2px -10px;
    border-radius: 10px;
    text-decoration: none;
    transition: .25s;
}

.mega-link:hover {
    background: var(--light);
}

.mega-link .mega-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: .25s;
}

.mega-link:hover .mega-icon {
    background: var(--primary);
    color: #fff;
}

.mega-link .mega-text h6 {
    margin: 0 0 2px 0;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--dark);
}

.mega-link .mega-text p {
    margin: 0;
    font-size: 12.5px;
    color: #6c7293;
    line-height: 1.4;
}

.mega-featured {
    background: linear-gradient(155deg, var(--dark) 0%, var(--dark-soft) 100%);
    border-radius: 16px;
    padding: 26px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.mega-featured::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(245, 166, 35, .35) 0%, rgba(245, 166, 35, 0) 70%);
    right: -40px;
    bottom: -40px;
}

.mega-featured .eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.mega-featured h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.mega-featured p {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    margin-bottom: 18px;
}

.mega-featured .btn {
    position: relative;
    z-index: 1;
}

.mega-divider {
    border: none;
    border-top: 1px solid #eef0f8;
    margin: 8px 0 18px 0;
}

@media (min-width: 992px) {
    .cols-4 .mega-link {
        gap: 9px;
        padding: 8px 8px;
        margin: 0 -8px 0 -8px;
    }

    .cols-4 .mega-link .mega-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
        border-radius: 8px;
    }

    .cols-4 .mega-link .mega-text h6 {
        font-size: 13.5px;
    }

    .cols-4 .mega-link .mega-text p {
        font-size: 11.5px;
    }

    .cols-4 .mega-col-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .mega-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }

    .mega-menu-inner {
        padding: 6px 0 10px 18px;
        display: block;
    }

    .mega-col-title {
        color: rgba(255, 255, 255, .55);
        margin-top: 14px;
    }

    .mega-link .mega-text h6 {
        color: #fff;
    }

    .mega-link .mega-text p {
        display: none;
    }

    .mega-link .mega-icon {
        background: rgba(255, 255, 255, .1);
        color: #fff;
    }

    .mega-featured {
        margin-top: 14px;
    }

    .lang-toggle {
        margin: 14px 0;
    }
}

/* ---------- Eyebrow badge (reuse but reinforce) ---------- */
.eyebrow-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ---------- Stats strip ---------- */
.stats-strip {
    background: var(--dark);
}

.stats-strip .stat-item h2 {
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 4px;
}

.stats-strip .stat-item span {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
}

.stats-strip .stat-item {
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.stats-strip .stat-item:last-child {
    border-right: none;
}

@media (max-width: 767.98px) {
    .stats-strip .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* ---------- Engagement / Solution model cards ---------- */
.model-card {
    background: #fff;
    border: 1px solid #eef0f8;
    border-radius: 16px;
    padding: 34px 28px;
    height: 100%;
    transition: .3s;
}

.model-card:hover {
    box-shadow: 0 25px 50px rgba(20, 24, 62, .1);
    transform: translateY(-6px);
    border-color: transparent;
}

.model-card .model-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.model-card.featured {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.model-card.featured .model-icon {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.model-card.featured h4,
.model-card.featured li {
    color: #fff;
}

.model-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
}

.model-card ul li {
    padding: 5px 0;
    font-size: 14.5px;
    color: #4c5178;
}

.model-card ul li i {
    color: var(--accent);
    margin-right: 8px;
}

/* ---------- Process steps ---------- */
.process-step {
    position: relative;
    padding: 30px 22px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef0f8;
    height: 100%;
}

.process-step .step-num {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--light);
    -webkit-text-stroke: 1.5px var(--primary);
    line-height: 1;
    margin-bottom: 14px;
}

.process-line {
    display: none;
}

@media (min-width: 992px) {
    .process-line {
        display: block;
        position: absolute;
        top: 44px;
        right: -22px;
        width: 44px;
        border-top: 2px dashed #cdd6f0;
        z-index: 2;
    }
}

/* ---------- Industry pill grid ---------- */
.industry-tile {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eef0f8;
    border-radius: 14px;
    padding: 18px 20px;
    height: 100%;
    transition: .3s;
    text-decoration: none;
}

.industry-tile:hover {
    border-color: var(--primary);
    box-shadow: 0 15px 35px rgba(20, 24, 62, .08);
    transform: translateY(-3px);
}

.industry-tile .ind-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.industry-tile h6 {
    margin: 0 0 2px 0;
    color: var(--dark);
    font-weight: 700;
    font-size: 14.5px;
}

.industry-tile p {
    margin: 0;
    font-size: 12px;
    color: #8388a8;
}

/* ---------- Tech stack marquee ---------- */
.tech-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #eef0f8;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--dark);
}

.tech-pill img {
    width: 20px;
    height: 20px;
}

/* ---------- Section eyebrow pill (keeps template look) ---------- */
.pill-badge {
    display: inline-block;
    border: 1px solid;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* ---------- Dedicated team banner ---------- */
.dedicated-banner {
    background: linear-gradient(120deg, var(--dark) 0%, var(--dark-soft) 60%, var(--primary-dark) 100%);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.dedicated-banner::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 166, 35, .22) 0%, rgba(245, 166, 35, 0) 70%);
    top: -100px;
    right: -60px;
}

.engagement-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 8px 10px 0;
}

.engagement-chip i {
    color: var(--accent);
}

/* ---------- Small helpers ---------- */
.text-accent { color: var(--accent) !important; }
.bg-accent { background: var(--accent) !important; }
.section-kicker { color: var(--secondary); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }

.card-hover-line {
    height: 3px;
    width: 40px;
    background: var(--accent);
    border-radius: 3px;
    margin: 14px 0;
}

.form-control-lg-pill {
    border-radius: 50px;
    padding: 14px 22px;
}

.timeline-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* ---------- Caution callout (human-review / AI-caveat messaging) ---------- */
.caution-callout {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #FFF8EC;
    border: 1px solid #F5DFB3;
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    padding: 24px 28px;
}

.caution-callout .caution-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(245, 166, 35, .18);
    color: var(--accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.caution-callout h6 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
}

.caution-callout p {
    color: #6c5a35;
    font-size: 14.5px;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ---------- Hero trust line ---------- */
.hero-trust-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    line-height: 1.5;
}

.hero-trust-line i {
    color: var(--accent);
    margin-top: 2px;
    flex-shrink: 0;
}
