/* =========================================================
   CORE SECTION SETUP
========================================================= */

.match-hero-section {

    background-color: var(--bg-body);

    font-family: var(--font-main);

    padding: 60px 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;
}


/* =========================================================
   MAIN ROUNDED CARD
========================================================= */

.match-container {

    max-width: 1280px;

    width: 100%;

    background: rgba(185, 203, 248, 0.305);

    border-radius: 24px;

    box-shadow: var(--shadow-md);

    border: 1px solid var(--border-light);

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 60px 50px;

    gap: 40px;

    box-sizing: border-box;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.match-left {

    flex: 1.1;

    min-width: 0;
}


/* =========================================================
   MAIN HEADING
   P TAG HAI LEKIN H1 JESA SIZE / WEIGHT
========================================================= */

.match-title {

    font-size: 42px;

    font-weight: 800;

    color: var(--text-dark);

    line-height: 1.2;

    margin: 0 0 30px 0;
}


/* =========================================================
   ROTATING BLUE SERVICE BADGE
========================================================= */

.highlight-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    vertical-align: middle;

    color: var(--primary-blue);

    border: 2px solid #93c5fd;

    padding: 2px 16px;

    min-width: 90px;

    height: 48px;

    border-radius: 40px;

    background-color: var(--primary-blue-soft);

    transform: rotate(-1.5deg);

    margin: 0 4px;

    overflow: hidden;

    position: relative;

    box-sizing: border-box;
}


/* =========================================================
   ROTATING TEXT
========================================================= */

.rotating-text {

    display: inline-block;

    white-space: nowrap;

    transform: translateY(0);

    opacity: 1;

    transition:
        transform 0.45s ease,
        opacity 0.35s ease;
}


/* Animation state added by JS */

.rotating-text.flip-out {

    transform: translateY(-100%);

    opacity: 0;
}


/* =========================================================
   BENEFITS
========================================================= */

.match-benefits {

    list-style: none;

    padding: 0;

    margin: 0 0 35px 0;
}


.match-benefits li {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 18px;

    font-size: 16px;

    color: var(--text-muted);

    font-weight: 500;
}


.match-benefits li:last-child {

    margin-bottom: 0;
}


.match-benefits li span {

    color: var(--text-dark);
}


.match-benefits li i {

    color: var(--primary-blue);

    font-size: 16px;

    background: var(--primary-blue-soft);

    width: 36px;

    height: 36px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.btn-primary-blue {

    display: inline-block;

    background-color: var(--primary-blue);

    color: #ffffff;

    padding: 14px 28px;

    border-radius: 12px;

    font-weight: 700;

    text-decoration: none;

    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.btn-primary-blue:hover {

    background-color: var(--primary-blue-hover);

    transform: translateY(-2px);

    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.30);
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

.match-right {

    flex: 0.9;

    display: flex;

    justify-content: center;

    align-items: center;
}


/* =========================================================
   GROW / SHRINK HERO IMAGE
========================================================= */

.match-illustration {

    max-width: 100%;

    height: auto;

    object-fit: contain;

    display: block;

    /* Smooth grow & shrink effect */
    animation: heroImageGrow 8s ease-in-out infinite;
    will-change: transform;
}


/* =========================================================
   GROW → NORMAL → GROW
========================================================= */


@keyframes heroImageGrow {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }

}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .match-container {

        flex-direction: column;

        padding: 40px 20px;

        text-align: center;
    }


    .match-title {

        font-size: 32px;
    }


    .match-benefits li {

        justify-content: center;

        text-align: left;
    }


    .match-right {

        margin-top: 20px;

        width: 100%;
    }


    .match-illustration {

        max-width: 520px;

        width: 100%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .match-hero-section {

        padding: 30px 15px;
    }


    .match-container {

        padding: 35px 18px;

        border-radius: 18px;

        gap: 25px;
    }


    .match-title {

        font-size: 28px;

        line-height: 1.25;

        margin-bottom: 25px;
    }


    .highlight-badge {

        min-width: 82px;

        height: 40px;

        padding: 2px 12px;

        border-width: 1.5px;
    }


    .match-benefits li {

        font-size: 14px;

        gap: 10px;

        margin-bottom: 14px;
    }


    .match-benefits li i {

        width: 32px;

        height: 32px;

        font-size: 14px;
    }


    .btn-primary-blue {

        padding: 12px 22px;

        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .match-title {

        font-size: 25px;
    }


    .highlight-badge {

        min-width: 76px;

        height: 36px;

        padding: 2px 10px;
    }

}

























/* =========================================================
   GMB SEO INTRO / GOOGLE MAPS GROWTH SECTION
========================================================= */

.gmb-intro-section {

    width: 100%;
    padding: 85px 20px;

    background: var(--bg-body);

    font-family: var(--font-main);

    overflow: hidden;
    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.gmb-intro-container {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.95fr 1.15fr;

    gap: 70px;

    align-items: center;
}


/* =========================================================
   MAP VISUAL
========================================================= */

.gmb-map-visual {

    position: relative;

    min-width: 0;
}


/* =========================================================
   MAIN MAP CARD
========================================================= */

.gmb-map-card {

    position: relative;

    width: 100%;

    max-width: 480px;

    min-height: 455px;

    padding: 20px;

    box-sizing: border-box;

    border-radius: 26px;

    background:

        radial-gradient(circle at 20% 20%,
            rgba(37, 99, 235, 0.08),
            transparent 35%),

        linear-gradient(145deg,
            #ffffff,
            #eff6ff);

    border: 1px solid var(--border-light);

    box-shadow:
        0 25px 70px rgba(15, 23, 42, 0.10);

    overflow: hidden;
}


/* =========================================================
   TOP BAR
========================================================= */

.gmb-map-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 18px;
}


.gmb-map-label {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

    color: var(--primary-blue);
}


.gmb-map-label i {

    font-size: 13px;
}


.gmb-live {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px 9px;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid var(--border-light);

    font-size: 9px;

    font-weight: 800;

    color: #16a34a;
}


.gmb-live i {

    font-size: 6px;
}


/* =========================================================
   SEARCH BOX
========================================================= */

.gmb-search-box {

    display: flex;

    align-items: center;

    gap: 10px;

    height: 48px;

    padding: 0 14px;

    margin-bottom: 16px;

    background: #ffffff;

    border: 1px solid var(--border-light);

    border-radius: 12px;

    box-shadow:
        0 5px 18px rgba(15, 23, 42, 0.05);

    color: var(--text-muted);

    font-size: 12px;

    font-weight: 600;
}


.gmb-search-box i {

    color: var(--primary-blue);

    font-size: 13px;
}


/* =========================================================
   RESULT CARD
========================================================= */

.gmb-result-card {

    position: relative;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px;

    margin-bottom: 10px;

    border-radius: 15px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(226, 232, 240, 0.9);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.gmb-result-card.active {

    background: #ffffff;

    border-color: rgba(37, 99, 235, 0.20);

    box-shadow:
        0 10px 30px rgba(37, 99, 235, 0.10);

    transform: translateX(7px);
}


.gmb-rank {

    width: 30px;

    height: 30px;

    min-width: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: var(--primary-blue);

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;
}


.gmb-rank.muted {

    background: var(--primary-blue-soft);

    color: var(--primary-blue);
}


.gmb-result-icon {

    width: 39px;

    height: 39px;

    min-width: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: var(--primary-blue-soft);

    color: var(--primary-blue);

    font-size: 15px;
}


.gmb-small-dot {

    width: 28px;

    height: 28px;

    min-width: 28px;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #dbeafe,
            #eff6ff);
}


.gmb-result-info {

    min-width: 0;

    display: flex;

    flex-direction: column;

    gap: 3px;
}


.gmb-result-info strong {

    font-size: 13px;

    color: var(--text-dark);

    font-weight: 800;
}


.gmb-result-info>span {

    font-size: 10px;

    color: var(--text-muted);
}


.gmb-stars {

    display: flex;

    align-items: center;

    gap: 3px;

    margin-top: 3px;

    font-size: 9px;

    color: #f59e0b;
}


.gmb-stars span {

    color: var(--text-dark);

    font-weight: 700;
}


.gmb-stars small {

    margin-left: 4px;

    color: var(--text-muted);

    font-size: 8px;
}


/* =========================================================
   FLOATING MAP PIN
========================================================= */

.gmb-floating-pin {

    position: absolute;

    right: 48px;

    top: 125px;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--primary-blue);

    color: #ffffff;

    font-size: 18px;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.30);

    animation: gmbPinFloat 3s ease-in-out infinite;
}


@keyframes gmbPinFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


/* =========================================================
   GROWTH BADGE
========================================================= */

.gmb-growth-badge {

    position: absolute;

    right: 22px;

    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px 13px;

    background: #ffffff;

    border: 1px solid var(--border-light);

    border-radius: 13px;

    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.10);
}


.gmb-growth-badge>span {

    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: #ecfdf5;

    color: #16a34a;

    font-size: 13px;
}


.gmb-growth-badge div {

    display: flex;

    flex-direction: column;

    gap: 2px;
}


.gmb-growth-badge strong {

    font-size: 13px;

    color: var(--text-dark);
}


.gmb-growth-badge small {

    font-size: 8px;

    color: var(--text-muted);
}


/* =========================================================
   CONTENT
========================================================= */

.gmb-intro-content {

    min-width: 0;
}


.gmb-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    padding: 7px 12px;

    border-radius: 30px;

    background: var(--primary-blue-soft);

    color: var(--primary-blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.gmb-eyebrow i {

    font-size: 12px;
}


.gmb-intro-content h1 {

    margin: 0;

    max-width: 650px;

    font-size: 40px;

    line-height: 1.18;

    font-weight: 800;

    color: var(--text-dark);
}


.gmb-intro-content h1 span {

    color: var(--primary-blue);
}


.gmb-intro-main {

    margin: 20px 0 0;

    max-width: 650px;

    font-size: 16px;

    line-height: 1.8;

    color: var(--text-muted);
}


.gmb-intro-secondary {

    margin: 12px 0 0;

    max-width: 650px;

    font-size: 14px;

    line-height: 1.75;

    color: var(--text-muted);
}


/* =========================================================
   MINI STATS
========================================================= */

.gmb-mini-stats {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 10px;

    margin-top: 25px;

    max-width: 650px;
}


.gmb-mini-stat {

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 12px;

    border-radius: 12px;

    background: #ffffff;

    border: 1px solid var(--border-light);
}


.gmb-mini-icon {

    width: 34px;

    height: 34px;

    min-width: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: var(--primary-blue-soft);

    color: var(--primary-blue);

    font-size: 13px;
}


.gmb-mini-stat div:last-child {

    display: flex;

    flex-direction: column;

    gap: 2px;
}


.gmb-mini-stat strong {

    font-size: 11px;

    color: var(--text-dark);
}


.gmb-mini-stat span {

    font-size: 9px;

    color: var(--text-muted);
}


/* =========================================================
   CTA
========================================================= */

.gmb-intro-btn {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 25px;

    padding: 13px 19px;

    border-radius: 11px;

    background: var(--primary-blue);

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.gmb-intro-btn:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.22);
}


.gmb-intro-btn i {

    transition:
        transform .25s ease;
}


.gmb-intro-btn:hover i {

    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .gmb-intro-container {

        grid-template-columns:
            0.9fr 1.1fr;

        gap: 35px;
    }


    .gmb-intro-content h1 {

        font-size: 32px;
    }


    .gmb-map-card {

        min-height: 420px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gmb-intro-section {

        padding: 60px 15px;
    }


    .gmb-intro-container {

        display: flex;

        flex-direction: column;

        gap: 32px;
    }


    .gmb-map-visual {

        width: 100%;
    }


    .gmb-map-card {

        max-width: none;

        min-height: 365px;

        padding: 15px;

        border-radius: 20px;
    }


    .gmb-search-box {

        height: 43px;

        margin-bottom: 12px;

        font-size: 10px;
    }


    .gmb-result-card {

        padding: 11px;

        margin-bottom: 7px;
    }


    .gmb-result-card.active {

        transform: translateX(4px);
    }


    .gmb-floating-pin {

        right: 35px;

        top: 105px;

        width: 42px;

        height: 42px;

        font-size: 15px;
    }


    .gmb-growth-badge {

        right: 15px;

        bottom: 15px;
    }


    .gmb-intro-content {

        width: 100%;
        align-items: center;
        text-align: center;
    }


    .gmb-intro-content h1 {

        font-size: 28px;

        line-height: 1.22;
    }


    .gmb-intro-main {

        margin-top: 15px;

        font-size: 14px;

        line-height: 1.7;
    }


    .gmb-intro-secondary {

        font-size: 13px;

        line-height: 1.7;
    }


    .gmb-mini-stats {

        gap: 7px;

        margin-top: 20px;
    }


    .gmb-mini-stat {

        padding: 9px;

        gap: 6px;
    }


    .gmb-mini-icon {

        width: 30px;

        height: 30px;

        min-width: 30px;

        font-size: 11px;
    }


    .gmb-mini-stat strong {

        font-size: 9px;
    }


    .gmb-mini-stat span {

        font-size: 8px;
    }


    .gmb-intro-btn {

        margin-top: 20px;

        padding: 12px 16px;

        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .gmb-intro-section {

        padding: 50px 13px;
    }


    .gmb-map-card {

        min-height: 350px;
    }


    .gmb-intro-content h1 {

        font-size: 25px;
    }


    .gmb-mini-stat {

        flex-direction: column;

        align-items: flex-start;

        gap: 5px;
    }

}


























/* =========================================================
   WHY GMB SEO MATTERS – DARK SLATE THEME (TEKIFAY)
========================================================= */

.gmb-growth-section {
    width: 100%;
    padding: 90px 20px;
    background-color: #0b0f19;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}

.gmb-growth-section * {
    box-sizing: border-box;
}

/* CONTAINER */
.gmb-growth-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADING */
.gmb-growth-heading {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.gmb-growth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    margin-bottom: 16px;
    border-radius: 50px;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.28);
    color: #38bdf8;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gmb-growth-heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.25;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.gmb-growth-heading h2 span {
    color: #60a5fa;
}

/* MAIN GRID */
.gmb-growth-main {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 45px;
    align-items: center;
}

/* LEFT CONTENT */
.gmb-growth-content {
    min-width: 0;
}

.gmb-growth-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #cbd5e1;
    font-weight: 500;
    margin-bottom: 16px;
}

.gmb-growth-content p {
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #94a3b8;
}

.gmb-growth-content p:last-of-type {
    margin-bottom: 0;
}

.gmb-growth-content strong {
    color: #f1f5f9;
    font-weight: 700;
}

/* TRUST HIGHLIGHT */
.gmb-trust-highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.gmb-trust-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #38bdf8;
    font-size: 1.15rem;
}

.gmb-trust-highlight div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gmb-trust-highlight strong {
    font-size: 0.95rem;
    color: #f8fafc;
}

.gmb-trust-highlight span {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #94a3b8;
}

/* RIGHT VISUAL - SEARCH FLOW CARD */
.gmb-growth-visual {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.gmb-search-flow {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 22px;
    border-radius: 24px;
    background: #131d2e;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.gmb-flow-glow {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.28), transparent 70%);
    pointer-events: none;
}

/* SEARCH BAR */
.gmb-flow-search {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #94a3b8;
    font-size: 0.86rem;
    font-weight: 600;
}

.gmb-flow-search i {
    color: #38bdf8;
}

/* CONNECTOR ANIMATION */
.gmb-flow-line {
    height: 28px;
    display: flex;
    justify-content: center;
    position: relative;
}

.gmb-flow-line::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(56, 189, 248, 0.25);
}

.gmb-flow-line span {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 8px #38bdf8;
    animation: gmbSignalMove 1.8s ease-in-out infinite;
}

@keyframes gmbSignalMove {
    0% { transform: translateY(-4px); opacity: 0; }
    30%, 70% { opacity: 1; }
    100% { transform: translateY(16px); opacity: 0; }
}

/* MAP RESULT CARD */
.gmb-map-result {
    padding: 16px;
    border-radius: 16px;
    background: #1e293b;
    border: 1px solid rgba(56, 189, 248, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.gmb-map-result-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gmb-map-pin {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 1rem;
}

.gmb-map-result-top div:nth-child(2) {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gmb-map-result-top strong {
    font-size: 0.98rem;
    color: #ffffff;
    font-weight: 800;
}

.gmb-map-result-top span {
    font-size: 0.78rem;
    color: #94a3b8;
}

.gmb-map-result-top b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.25);
    color: #38bdf8;
    font-size: 0.82rem;
    font-weight: 800;
}

/* RATING */
.gmb-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 14px;
    font-size: 0.78rem;
    color: #f59e0b;
}

.gmb-rating strong {
    color: #f8fafc;
    margin-right: 3px;
    font-size: 0.84rem;
}

.gmb-rating span {
    margin-left: 6px;
    color: #94a3b8;
    font-size: 0.74rem;
}

/* ACTION BUTTONS */
.gmb-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.gmb-actions span {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 9px;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    font-size: 0.74rem;
    font-weight: 700;
}

/* SIGNALS ROW */
.gmb-signal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.gmb-signal-row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 4px;
    border-radius: 12px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    text-align: center;
}

.gmb-signal-row i {
    color: #38bdf8;
    font-size: 0.88rem;
}

.gmb-signal-row strong {
    color: #e2e8f0;
    font-size: 0.72rem;
    font-weight: 600;
}

/* BUSINESS BENEFITS GRID */
.gmb-benefits-wrap {
    margin-top: 45px;
}

.gmb-benefits-title {
    margin-bottom: 18px;
    text-align: center;
}

.gmb-benefits-title span {
    font-size: 1.05rem;
    font-weight: 800;
    color: #f1f5f9;
}

.gmb-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gmb-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gmb-benefit:hover {
    transform: translateY(-3px);
    background: #24344d;
    border-color: rgba(56, 189, 248, 0.4);
}

.gmb-benefit i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.25);
    color: #38bdf8;
    font-size: 0.9rem;
}

.gmb-benefit span {
    font-size: 0.84rem;
    line-height: 1.45;
    font-weight: 700;
    color: #f1f5f9;
}

/* REALITY MESSAGE */
.gmb-growth-reality {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    padding: 16px 20px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.18), #1e293b);
    border: 1px solid rgba(56, 189, 248, 0.25);
}

.gmb-reality-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 1.1rem;
}

.gmb-growth-reality div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gmb-growth-reality strong {
    font-size: 0.95rem;
    color: #38bdf8;
}

.gmb-growth-reality span {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #cbd5e1;
}

/* =========================================================
   RESPONSIVE MEDIA QUERIES (TABLET & MOBILE)
========================================================= */

@media (max-width: 950px) {
    .gmb-growth-main {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .gmb-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .gmb-growth-section {
        padding: 60px 14px;
    }

    .gmb-growth-heading {
        margin-bottom: 30px;
    }

    .gmb-growth-intro {
        font-size: 0.95rem;
    }

    .gmb-growth-content p {
        font-size: 0.88rem;
    }

    .gmb-benefits-title {
        text-align: left;
    }

    /* Horizontal carousel scroll for mobile */
    .gmb-benefits {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .gmb-benefits::-webkit-scrollbar {
        display: none;
    }

    .gmb-benefit {
        flex: 0 0 78%;
        scroll-snap-align: start;
        padding: 12px 14px;
    }

    .gmb-growth-reality {
        align-items: flex-start;
        padding: 14px;
    }
}





















/* =========================================
   GMB PROBLEMS SLIDER
========================================= */

.gmb-problems-section {
    padding: 55px 20px;
    background: #f8fafc;
    overflow: hidden;
}

.gmb-container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */

.gmb-section-heading {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
}

.gmb-label {
    display: inline-block;
    padding: 6px 11px;
    margin-bottom: 10px;

    border-radius: 50px;

    background: #fef2f2;
    color: #dc2626;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.not-ranking {
    color: #dc2626;

}

.gmb-section-heading h2 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 800;
}

.gmb-section-heading p {
    margin: 0;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}

/* =========================================
   SLIDER
========================================= */

.gmb-slider-wrapper {
    width: 100%;
    overflow: hidden;

    cursor: grab;

    user-select: none;
    -webkit-user-select: none;

    /*
       Vertical page scrolling allowed,
       horizontal slider gesture handled by JS.
    */
    touch-action: pan-y;

    overscroll-behavior-x: contain;
}

.gmb-slider-wrapper:active,
.gmb-slider-wrapper.gmb-is-dragging {
    cursor: grabbing;
}

.gmb-slider {
    display: flex;
    gap: 14px;

    width: max-content;

    will-change: transform;

    transform: translate3d(0, 0, 0);

    /*
       Prevent browser image/text dragging
    */
    -webkit-user-drag: none;
}

/* =========================================
   CARD
========================================= */

.gmb-problem-card {
    width: 280px;
    flex: 0 0 280px;

    display: flex;
    align-items: flex-start;

    gap: 10px;

    padding: 15px;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 12px;

    box-sizing: border-box;

    transition: box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.gmb-problem-card:hover {
    border-color: #bfdbfe;

    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

/* Icon */

.gmb-problem-icon {
    width: 34px;
    height: 34px;

    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fef2f2;
    color: #dc2626;

    font-size: 14px;
}

/* Content */

.gmb-problem-content h3 {
    margin: 0 0 4px;

    color: #0f172a;

    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.gmb-problem-content p {
    margin: 0;

    color: #64748b;

    font-size: 11.5px;
    line-height: 1.45;
}

/* =========================================
   DRAG HINT
========================================= */

.gmb-slider-hint {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 7px;

    margin-top: 14px;

    color: #94a3b8;

    font-size: 11px;
}

.gmb-slider-hint i {
    font-size: 10px;
}

/* =========================================
   BOTTOM TEXT
========================================= */

.gmb-bottom-text {
    max-width: 900px;

    margin: 23px auto 0;

    padding: 14px 18px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 12px;

    color: #475569;

    font-size: 12.5px;
    line-height: 1.6;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .gmb-problem-card {
        width: 260px;
        flex-basis: 260px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .gmb-problems-section {
        padding: 40px 15px;
    }

    .gmb-section-heading {
        margin-bottom: 24px;
    }

    .gmb-section-heading h2 {
        font-size: 26px;
    }

    .gmb-section-heading p {
        font-size: 13px;
    }

    .gmb-slider {
        gap: 10px;
    }

    .gmb-problem-card {
        width: calc(100vw - 45px);
        flex-basis: calc(100vw - 45px);

        padding: 13px;
    }

    .gmb-problem-icon {
        width: 31px;
        height: 31px;
        min-width: 31px;

        font-size: 13px;
    }

    .gmb-problem-content h3 {
        font-size: 12px;
    }

    .gmb-problem-content p {
        font-size: 10.5px;
    }

    .gmb-bottom-text {
        font-size: 11.5px;
    }

}



























/* =========================================================
   TEKIFAY GMB SEO SERVICES
   2 COLUMN INDEPENDENT ACCORDION
========================================================= */

.tekifay-gmb-section {
    width: 100%;
    padding: 60px 20px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.tekifay-gmb-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   HEADING
========================================================= */

.tekifay-gmb-heading {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.tekifay-gmb-heading .gmb-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 6px 11px;
    margin-bottom: 11px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .8px;
}

.tekifay-gmb-heading .gmb-label i {
    font-size: 10px;
}

.tekifay-gmb-heading h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.5px;
}

.tekifay-gmb-heading p {
    max-width: 780px;
    margin: 0 auto;

    color: #64748b;

    font-size: 13.5px;
    line-height: 1.7;
}


/* =========================================================
   MAIN GRID
========================================================= */

.tekifay-gmb-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 14px;

    align-items: start;

    box-sizing: border-box;
}


/* =========================================================
   INDEPENDENT COLUMN
========================================================= */

.tekifay-gmb-column {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 12px;

    align-items: stretch;

    box-sizing: border-box;
}


/* =========================================================
   CARD
========================================================= */

.tekifay-gmb-card {
    width: 100%;

    display: block;

    margin: 0;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 13px;

    overflow: hidden;

    box-sizing: border-box;

    flex-shrink: 0;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.tekifay-gmb-card:hover {
    border-color: #bfdbfe;

    box-shadow:
        0 8px 24px rgba(15, 23, 42, .05);
}


/* =========================================================
   CARD HEADER
========================================================= */

.tekifay-gmb-card-head {
    width: 100%;

    min-height: 68px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 15px;

    margin: 0;

    border: 0;
    outline: 0;

    background: transparent;

    color: #0f172a;

    font-family: inherit;

    text-align: left;

    cursor: pointer;

    box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   ICON
========================================================= */

.tekifay-gmb-icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 15px;

    transition:
        background .25s ease,
        color .25s ease;
}


/* =========================================================
   TITLE
========================================================= */

.tekifay-gmb-title {
    flex: 1;

    min-width: 0;

    color: #0f172a;

    font-size: 13.5px;

    line-height: 1.35;

    font-weight: 750;
}


/* =========================================================
   ARROW
========================================================= */

.tekifay-gmb-arrow {
    width: 27px;
    height: 27px;

    min-width: 27px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f8fafc;

    color: #64748b;

    font-size: 10px;

    transition:
        transform .3s ease,
        background .25s ease,
        color .25s ease;
}


/* =========================================================
   CONTENT
========================================================= */

.tekifay-gmb-content {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .35s ease;
}

.tekifay-gmb-content-inner {
    min-height: 0;

    overflow: hidden;

    padding: 0 15px;

    color: #64748b;

    font-size: 12px;

    line-height: 1.65;

    box-sizing: border-box;
}


/* =========================================================
   ACTIVE
========================================================= */

.tekifay-gmb-card.active {
    border-color: #bfdbfe;

    box-shadow:
        0 8px 25px rgba(37, 99, 235, .07);
}

.tekifay-gmb-card.active
.tekifay-gmb-content {
    grid-template-rows: 1fr;
}

.tekifay-gmb-card.active
.tekifay-gmb-content-inner {
    padding-bottom: 15px;
}


/* =========================================================
   ACTIVE ICON
========================================================= */

.tekifay-gmb-card.active
.tekifay-gmb-icon {
    background: #2563eb;
    color: #ffffff;
}


/* =========================================================
   ACTIVE ARROW
========================================================= */

.tekifay-gmb-card.active
.tekifay-gmb-arrow {
    background: #dbeafe;
    color: #2563eb;

    transform: rotate(180deg);
}


/* =========================================================
   BOTTOM INFO
========================================================= */

.tekifay-gmb-bottom {
    max-width: 850px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin: 22px auto 0;

    padding: 12px 16px;

    border: 1px solid #e2e8f0;

    border-radius: 10px;

    background: #f8fafc;

    color: #64748b;

    font-size: 11.5px;

    line-height: 1.5;

    text-align: center;

    box-sizing: border-box;
}

.tekifay-gmb-bottom i {
    color: #2563eb;

    font-size: 13px;

    flex-shrink: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .tekifay-gmb-section {
        padding: 50px 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tekifay-gmb-section {
        padding: 40px 14px;
    }


    .tekifay-gmb-heading {
        margin-bottom: 23px;
    }


    .tekifay-gmb-heading .gmb-label {
        padding: 5px 10px;

        margin-bottom: 10px;

        font-size: 9px;
    }


    .tekifay-gmb-heading h2 {
        font-size: 25px;

        line-height: 1.25;

        letter-spacing: -.3px;
    }


    .tekifay-gmb-heading p {
        font-size: 12px;

        line-height: 1.6;
    }


    /* =====================================================
       MOBILE GRID
       Columns disappear, cards become normal sequence
    ===================================================== */

    .tekifay-gmb-grid {
        display: block;
    }


    .tekifay-gmb-column {
        display: contents;
    }


    .tekifay-gmb-card {
        width: 100%;

        margin-bottom: 9px;
    }


    /* Header */

    .tekifay-gmb-card-head {
        min-height: 58px;

        padding: 12px;

        gap: 9px;
    }


    /* Icon */

    .tekifay-gmb-icon {
        width: 33px;
        height: 33px;

        min-width: 33px;

        border-radius: 8px;

        font-size: 13px;
    }


    /* Title */

    .tekifay-gmb-title {
        font-size: 12px;

        line-height: 1.4;
    }


    /* Arrow */

    .tekifay-gmb-arrow {
        width: 24px;
        height: 24px;

        min-width: 24px;

        font-size: 9px;
    }


    /* Content */

    .tekifay-gmb-content-inner {
        padding-left: 12px;

        padding-right: 12px;

        font-size: 11px;

        line-height: 1.6;
    }


    .tekifay-gmb-card.active
    .tekifay-gmb-content-inner {
        padding-bottom: 12px;
    }


    /* Bottom */

    .tekifay-gmb-bottom {
        margin-top: 17px;

        padding: 10px 12px;

        font-size: 10.5px;
    }

}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .tekifay-gmb-heading h2 {
        font-size: 23px;
    }

    .tekifay-gmb-title {
        font-size: 11.5px;
    }

}



















/* =========================================================
   TEKIFAY REAL RESULTS
   LOCAL GROWTH DASHBOARD
========================================================= */

.tekifay-results-section {
    width: 100%;
    padding: 65px 20px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.tekifay-results-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tekifay-results-heading {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.tekifay-results-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 11px;
    margin-bottom: 12px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
}

.tekifay-results-label i {
    font-size: 10px;
}

.tekifay-results-heading h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;

    font-weight: 800;
    letter-spacing: -.6px;
}

.tekifay-results-heading h2 span {
    color: #2563eb;
}

.tekifay-results-heading p {
    max-width: 760px;
    margin: 0 auto;

    color: #64748b;

    font-size: 13.5px;
    line-height: 1.7;
}


/* =========================================================
   DASHBOARD
========================================================= */

.tekifay-results-dashboard {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        260px
        minmax(0, 1fr);

    grid-template-rows:
        auto
        auto;

    gap: 14px;

    align-items: center;
}


/* =========================================================
   RESULT CARD
========================================================= */

.tekifay-result-card {
    position: relative;

    min-height: 178px;

    padding: 20px;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    background: #ffffff;

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.tekifay-result-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 0;

    background: #2563eb;

    border-radius: 0 0 5px 5px;

    transition: height .35s ease;
}

.tekifay-result-card:hover {
    transform: translateY(-4px);

    border-color: #bfdbfe;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, .08);
}

.tekifay-result-card:hover::before {
    height: 100%;
}


/* =========================================================
   TOP
========================================================= */

.tekifay-result-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 13px;
}

.tekifay-result-icon {
    width: 39px;
    height: 39px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 15px;
}

.tekifay-result-status {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px 8px;

    border-radius: 50px;

    background: #f8fafc;

    color: #64748b;

    font-size: 9px;
    font-weight: 700;
}

.tekifay-result-status i {
    color: #2563eb;
    font-size: 8px;
}


/* =========================================================
   NUMBER
========================================================= */

.tekifay-result-number {
    margin-bottom: 3px;

    color: #0f172a;

    font-size: 36px;
    line-height: 1;

    font-weight: 850;

    letter-spacing: -1.5px;
}

.tekifay-result-number .tekifay-counter {
    color: #2563eb;
}


/* =========================================================
   TITLE
========================================================= */

.tekifay-result-card h3 {
    margin: 0;

    color: #0f172a;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 750;
}


/* =========================================================
   BLUE PROGRESS LINE
========================================================= */

.tekifay-result-line {
    width: 100%;
    height: 3px;

    margin: 12px 0 9px;

    border-radius: 10px;

    background: #eff6ff;

    overflow: hidden;
}

.tekifay-result-line span {
    display: block;

    width: 0;
    height: 100%;

    border-radius: 10px;

    background: #2563eb;

    transition: width 1.4s cubic-bezier(.22, 1, .36, 1);
}

.tekifay-result-card.tekifay-counted
.tekifay-result-line span {
    width: 82%;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.tekifay-result-card p {
    margin: 0;

    color: #64748b;

    font-size: 10.5px;
    line-height: 1.55;
}


/* =========================================================
   CENTER GROWTH HUB
========================================================= */

.tekifay-results-center {
    position: relative;

    width: 230px;
    height: 230px;

    display: flex;

    align-items: center;
    justify-content: center;

    justify-self: center;
}


/* =========================================================
   PULSE RINGS
========================================================= */

.tekifay-pulse-ring {
    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    pointer-events: none;
}

.ring-one {
    width: 185px;
    height: 185px;

    animation:
        tekifayPulse 3s ease-in-out infinite;
}

.ring-two {
    width: 215px;
    height: 215px;

    border-color: #dbeafe;

    animation:
        tekifayPulse 3s ease-in-out infinite .8s;
}


/* =========================================================
   CENTER CIRCLE
========================================================= */

.tekifay-center-circle {
    position: relative;
    z-index: 3;

    width: 135px;
    height: 135px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 7px solid #eff6ff;

    box-shadow:
        0 10px 35px rgba(37, 99, 235, .12);
}

.tekifay-center-icon {
    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 5px;

    border-radius: 9px;

    background: #2563eb;

    color: #ffffff;

    font-size: 14px;
}

.tekifay-center-circle strong {
    color: #0f172a;

    font-size: 15px;

    line-height: 1.1;

    font-weight: 850;

    letter-spacing: .5px;
}

.tekifay-center-circle > span {
    color: #2563eb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.tekifay-center-mini {
    display: flex;

    align-items: center;

    gap: 4px;

    margin-top: 7px;

    color: #94a3b8;

    font-size: 7.5px;

    font-weight: 700;
}

.tekifay-center-mini i {
    color: #2563eb;
}


/* =========================================================
   CENTER BADGE
========================================================= */

.tekifay-center-badge {
    position: absolute;

    right: -3px;
    bottom: 22px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 5px;

    padding: 6px 9px;

    border: 1px solid #dbeafe;

    border-radius: 50px;

    background: #ffffff;

    color: #2563eb;

    font-size: 8px;
    font-weight: 800;

    box-shadow:
        0 6px 18px rgba(15, 23, 42, .07);
}

.tekifay-center-badge i {
    font-size: 8px;
}


/* =========================================================
   PULSE ANIMATION
========================================================= */

@keyframes tekifayPulse {

    0%,
    100% {
        transform: scale(.96);
        opacity: .45;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }

}


/* =========================================================
   GRID POSITION
========================================================= */

.tekifay-results-dashboard
.tekifay-result-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.tekifay-results-dashboard
.tekifay-results-center {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.tekifay-results-dashboard
.tekifay-result-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.tekifay-results-dashboard
.tekifay-result-card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

.tekifay-results-dashboard
.tekifay-result-card:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.tekifay-results-note {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 25px;

    margin-top: 25px;
}

.tekifay-results-note span {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: #64748b;

    font-size: 10px;
    font-weight: 650;
}

.tekifay-results-note i {
    color: #2563eb;
    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tekifay-results-dashboard {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        grid-template-rows:
            auto
            auto
            auto;
    }

    .tekifay-results-dashboard
    .tekifay-results-center {
        grid-column: 1 / span 2;
        grid-row: 2;

        width: 190px;
        height: 190px;
    }

    .tekifay-results-dashboard
    .tekifay-result-card:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    .tekifay-results-dashboard
    .tekifay-result-card:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    .tekifay-center-circle {
        width: 115px;
        height: 115px;
    }

    .ring-one {
        width: 155px;
        height: 155px;
    }

    .ring-two {
        width: 180px;
        height: 180px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tekifay-results-section {
        padding: 45px 14px;
    }

    .tekifay-results-heading {
        margin-bottom: 27px;
    }

    .tekifay-results-heading h2 {
        font-size: 25px;
    }

    .tekifay-results-heading p {
        font-size: 11.5px;
        line-height: 1.6;
    }


    .tekifay-results-dashboard {
        display: flex;

        flex-direction: column;

        gap: 10px;
    }


    /* Center first */

    .tekifay-results-center {
        order: -1;

        width: 175px !important;
        height: 175px !important;

        margin: 0 auto 4px;
    }


    .tekifay-center-circle {
        width: 105px;
        height: 105px;

        border-width: 6px;
    }

    .tekifay-center-icon {
        width: 27px;
        height: 27px;

        font-size: 12px;
    }

    .tekifay-center-circle strong {
        font-size: 13px;
    }

    .tekifay-center-circle > span {
        font-size: 8px;
    }

    .tekifay-center-mini {
        font-size: 7px;
    }


    .ring-one {
        width: 140px;
        height: 140px;
    }

    .ring-two {
        width: 165px;
        height: 165px;
    }


    .tekifay-center-badge {
        right: -4px;
        bottom: 8px;

        padding: 5px 7px;

        font-size: 7px;
    }


    /* Cards */

    .tekifay-result-card {
        width: 100%;

        min-height: 150px;

        padding: 16px;
    }

    .tekifay-result-number {
        font-size: 31px;
    }

    .tekifay-result-card h3 {
        font-size: 12px;
    }

    .tekifay-result-card p {
        font-size: 10px;
    }


    /* Bottom */

    .tekifay-results-note {
        flex-wrap: wrap;

        gap: 8px 16px;

        margin-top: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tekifay-results-heading h2 {
        font-size: 23px;
    }

    .tekifay-result-card {
        min-height: 145px;
    }

}























/* =========================================================
   TEKIFAY GMB ADVANTAGE SLIDER
========================================================= */

.tekifay-gmb-advantage {
    width: 100%;
    padding: 60px 20px;

    background: #ffffff;

    box-sizing: border-box;
    overflow: hidden;
}

.tekifay-gmb-advantage-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tekifay-gmb-advantage-heading {
    max-width: 780px;

    margin: 0 auto 30px;

    text-align: center;
}

.tekifay-gmb-advantage-label {
    display: inline-flex;

    align-items: center;
    gap: 6px;

    margin-bottom: 10px;
    padding: 6px 11px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .8px;
}

.tekifay-gmb-advantage-label i {
    font-size: 9px;
}

.tekifay-gmb-advantage-heading h2 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: clamp(27px, 3vw, 36px);

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -.5px;
}

.tekifay-gmb-advantage-heading h2 span {
    color: #2563eb;
}

.tekifay-gmb-advantage-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #64748b;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   SLIDER
========================================================= */

.tekifay-gmb-slider {
    position: relative;

    width: 100%;

    overflow: hidden;

    border: 1px solid #e2e8f0;

    border-radius: 16px;

    background: #f8fbff;

    box-sizing: border-box;

    touch-action: pan-y pinch-zoom;

    user-select: none;
}


/* =========================================================
   TRACK
========================================================= */

.tekifay-gmb-track {
    display: flex;

    width: 100%;

    transition:
        transform .55s cubic-bezier(.4, 0, .2, 1);

    will-change: transform;
}


/* =========================================================
   SLIDE
========================================================= */

.tekifay-gmb-slide {
    position: relative;

    min-width: 100%;

    width: 100%;

    min-height: 175px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 28px 75px;

    box-sizing: border-box;
}


/* =========================================================
   NUMBER
========================================================= */

.tekifay-gmb-slide-number {
    position: absolute;

    top: 18px;
    left: 22px;

    color: #dbeafe;

    font-size: 24px;

    line-height: 1;

    font-weight: 900;
}


/* =========================================================
   ICON
========================================================= */

.tekifay-gmb-slide-icon {
    width: 58px;
    height: 58px;

    min-width: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #2563eb;

    color: #ffffff;

    font-size: 21px;

    box-shadow:
        0 8px 20px rgba(37,99,235,.16);
}


/* =========================================================
   CONTENT
========================================================= */

.tekifay-gmb-slide-content {
    flex: 1;
}

.tekifay-gmb-slide-tag {
    display: block;

    margin-bottom: 4px;

    color: #2563eb;

    font-size: 8px;

    font-weight: 850;

    letter-spacing: 1px;
}

.tekifay-gmb-slide-content h3 {
    margin: 0 0 6px;

    color: #0f172a;

    font-size: 18px;

    line-height: 1.25;

    font-weight: 800;
}

.tekifay-gmb-slide-content p {
    max-width: 700px;

    margin: 0;

    color: #64748b;

    font-size: 11.5px;

    line-height: 1.6;
}


/* =========================================================
   CONTROLS
========================================================= */

.tekifay-gmb-prev,
.tekifay-gmb-next {
    position: absolute;

    top: 50%;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border: 1px solid #dbeafe;

    border-radius: 50%;

    background: #ffffff;

    color: #2563eb;

    font-size: 11px;

    cursor: pointer;

    z-index: 5;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.tekifay-gmb-prev {
    left: 17px;
}

.tekifay-gmb-next {
    right: 17px;
}

.tekifay-gmb-prev:hover,
.tekifay-gmb-next:hover {
    background: #2563eb;

    color: #ffffff;

    transform:
        translateY(-50%)
        scale(1.06);
}


/* =========================================================
   BOTTOM
========================================================= */

.tekifay-gmb-slider-bottom {
    position: absolute;

    left: 50%;
    bottom: 9px;

    display: flex;

    align-items: center;

    gap: 10px;

    transform: translateX(-50%);

    z-index: 4;
}

.tekifay-gmb-dots {
    display: flex;

    align-items: center;

    gap: 4px;
}

.tekifay-gmb-dot {
    width: 5px;
    height: 5px;

    border: 0;

    padding: 0;

    border-radius: 50%;

    background: #cbd5e1;

    cursor: pointer;

    transition:
        width .25s ease,
        background .25s ease;
}

.tekifay-gmb-dot.active {
    width: 16px;

    border-radius: 10px;

    background: #2563eb;
}

.tekifay-gmb-counter {
    color: #94a3b8;

    font-size: 8px;

    font-weight: 800;
}


/* =========================================================
   CTA
========================================================= */

.tekifay-gmb-advantage-cta {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 12px;

    padding: 14px 17px;

    border-radius: 12px;

    background: #0f172a;

    box-sizing: border-box;
}

.tekifay-gmb-advantage-cta strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    font-size: 11.5px;

    font-weight: 800;
}

.tekifay-gmb-advantage-cta p {
    margin: 0;

    color: #94a3b8;

    font-size: 9px;
}

.tekifay-gmb-advantage-cta a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 13px;

    border-radius: 8px;

    background: #2563eb;

    color: #ffffff;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    white-space: nowrap;
}

.tekifay-gmb-advantage-cta a:hover {
    background: #1d4ed8;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tekifay-gmb-advantage {
        padding: 42px 14px;
    }

    .tekifay-gmb-advantage-heading {
        margin-bottom: 22px;
    }

    .tekifay-gmb-advantage-heading h2 {
        font-size: 24px;
    }

    .tekifay-gmb-advantage-heading p {
        font-size: 11.5px;
    }


    .tekifay-gmb-slide {
        min-height: 185px;

        gap: 11px;

        padding: 25px 45px 27px 48px;
    }


    .tekifay-gmb-slide-number {
        top: 12px;
        left: 15px;

        font-size: 19px;
    }


    .tekifay-gmb-slide-icon {
        width: 42px;
        height: 42px;

        min-width: 42px;

        border-radius: 10px;

        font-size: 15px;
    }


    .tekifay-gmb-slide-tag {
        font-size: 7px;
    }

    .tekifay-gmb-slide-content h3 {
        font-size: 13px;
    }

    .tekifay-gmb-slide-content p {
        font-size: 9.5px;

        line-height: 1.55;
    }


    .tekifay-gmb-prev,
    .tekifay-gmb-next {
        width: 28px;
        height: 28px;

        font-size: 9px;
    }

    .tekifay-gmb-prev {
        left: 9px;
    }

    .tekifay-gmb-next {
        right: 9px;
    }


    .tekifay-gmb-advantage-cta {
        flex-direction: column;

        align-items: stretch;

        gap: 10px;
    }

    .tekifay-gmb-advantage-cta a {
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tekifay-gmb-slide {
        min-height: 195px;

        padding-left: 43px;
        padding-right: 38px;
    }

    .tekifay-gmb-slide-content h3 {
        font-size: 12px;
    }

    .tekifay-gmb-slide-content p {
        font-size: 9px;
    }

}
























/* =========================================================
   TEKIFAY BACKLINK SERVICES
========================================================= */

.tk-backlink-section {
    width: 100%;
    padding: 60px 20px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.tk-backlink-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tk-backlink-heading {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}

.tk-backlink-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 14px;
    margin-bottom: 12px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.tk-backlink-heading h2 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 800;

    letter-spacing: -1px;
}

.tk-backlink-heading p {
    max-width: 760px;
    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   NAVIGATION
========================================================= */

.tk-backlink-nav-wrap {
    position: relative;

    width: 100%;
    margin-bottom: 24px;

    display: flex;
    align-items: center;
}

.tk-backlink-nav {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 9px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 2px 0 9px;

    scrollbar-width: none;

    cursor: grab;

    touch-action: pan-x;
    user-select: none;

    scroll-behavior: smooth;
}

.tk-backlink-nav::-webkit-scrollbar {
    display: none;
}

.tk-backlink-nav.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}


/* =========================================================
   TABS
========================================================= */

.tk-backlink-tab {
    flex: 0 0 auto;

    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 0 16px;

    border: 1px solid #dbe4f0;
    border-radius: 11px;

    background: #ffffff;
    color: #64748b;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .2s ease;

    -webkit-tap-highlight-color: transparent;
}

.tk-backlink-tab i {
    color: #2563eb;
    font-size: 12px;

    transition: color .25s ease;
}

.tk-backlink-tab:hover {
    border-color: #bfdbfe;
    color: #2563eb;
    transform: translateY(-1px);
}

.tk-backlink-tab.active {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(37, 99, 235, .18);
}

.tk-backlink-tab.active i {
    color: #ffffff;
}


/* =========================================================
   ARROWS
========================================================= */

.tk-backlink-nav-arrow {
    position: absolute;
    z-index: 5;

    width: 32px;
    height: 32px;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #dbeafe;
    border-radius: 50%;

    background: #ffffff;
    color: #2563eb;

    cursor: pointer;

    box-shadow:
        0 5px 15px rgba(15, 23, 42, .10);
}

.tk-backlink-nav-arrow.prev {
    left: 4px;
}

.tk-backlink-nav-arrow.next {
    right: 4px;
}


/* =========================================================
   CONTENT WRAPPER

   IMPORTANT:
   No fixed min-height.
   JS sets height according to active panel.
========================================================= */

.tk-backlink-content {
    position: relative;

    width: 100%;

    transition: height .35s ease;
}


/* =========================================================
   PANEL
========================================================= */

.tk-backlink-panel {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(280px, .8fr);

    align-items: center;

    gap: 40px;

    padding: 48px;

    border: 1px solid #dbe7f5;
    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    box-shadow:
        0 15px 40px rgba(15, 23, 42, .055);

    box-sizing: border-box;

    opacity: 0;
    visibility: hidden;

    transform: translateX(22px);

    pointer-events: none;

    transition:
        opacity .28s ease,
        transform .28s ease,
        visibility .28s ease;
}

.tk-backlink-panel:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
}

.tk-backlink-panel.active {
    position: relative;

    opacity: 1;
    visibility: visible;

    transform: translateX(0);

    pointer-events: auto;
}


/* =========================================================
   MAIN
========================================================= */

.tk-backlink-main {
    position: relative;

    display: grid;

    grid-template-columns: 72px minmax(0, 1fr);

    gap: 20px;

    align-items: start;
}

.tk-backlink-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: #2563eb;
    color: #ffffff;

    font-size: 25px;

    box-shadow:
        0 12px 25px rgba(37, 99, 235, .18);
}

.tk-backlink-mini {
    display: block;

    margin: 3px 0 10px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.tk-backlink-copy h3 {
    margin: 0 0 13px;

    color: #0f172a;

    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;
}

.tk-backlink-copy p {
    max-width: 760px;

    margin: 0;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   NUMBER
========================================================= */

.tk-backlink-number {
    position: absolute;

    top: -10px;
    right: 0;

    color: #edf3fc;

    font-size: 90px;
    line-height: 1;

    font-weight: 900;

    pointer-events: none;
}


/* =========================================================
   FOCUS BOX
========================================================= */

.tk-backlink-focus {
    padding: 28px;

    border: 1px solid #cfe0ff;
    border-radius: 19px;

    background:
        linear-gradient(
            145deg,
            #eff5ff,
            #e8f0ff
        );

    box-sizing: border-box;
}

.tk-backlink-focus-title {
    display: block;

    margin-bottom: 16px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.4px;
}

.tk-backlink-focus ul {
    display: flex;
    flex-direction: column;

    gap: 13px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.tk-backlink-focus li {
    position: relative;

    padding-left: 27px;

    color: #0f172a;

    font-size: 13px;
    line-height: 1.45;

    font-weight: 650;
}

.tk-backlink-focus li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 900;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-backlink-section {
        padding: 48px 18px;
    }

    .tk-backlink-panel {
        grid-template-columns: 1fr;

        gap: 24px;

        padding: 34px;
    }

    .tk-backlink-nav-arrow {
        display: flex;
    }

    .tk-backlink-nav-wrap {
        padding: 0 17px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-backlink-section {
        padding: 38px 12px;
    }


    /* HEADING */

    .tk-backlink-heading {
        margin-bottom: 18px;
    }

    .tk-backlink-label {
        font-size: 8px;

        padding: 6px 11px;

        margin-bottom: 8px;
    }

    .tk-backlink-heading h2 {
        font-size: 25px;

        line-height: 1.15;

        letter-spacing: -.6px;
    }

    .tk-backlink-heading p {
        font-size: 10.5px;
        line-height: 1.6;
    }


    /* NAV */

    .tk-backlink-nav-wrap {
        margin-bottom: 12px;

        padding: 0;
    }

    .tk-backlink-nav {
        gap: 6px;

        padding: 1px 0 7px;
    }

    .tk-backlink-tab {
        min-height: 35px;

        padding: 0 10px;

        border-radius: 8px;

        font-size: 9px;

        gap: 5px;
    }

    .tk-backlink-tab i {
        font-size: 9px;
    }

    .tk-backlink-nav-arrow {
        width: 27px;
        height: 27px;
    }


    /* CONTENT */

    .tk-backlink-panel {
        grid-template-columns: 1fr;

        gap: 15px;

        padding: 18px 14px;

        border-radius: 16px;
    }


    /* MAIN */

    .tk-backlink-main {
        grid-template-columns: 38px minmax(0, 1fr);

        gap: 10px;
    }

    .tk-backlink-icon {
        width: 38px;
        height: 38px;

        border-radius: 10px;

        font-size: 14px;
    }

    .tk-backlink-mini {
        margin: 1px 0 4px;

        font-size: 7px;

        letter-spacing: 1px;
    }

    .tk-backlink-copy h3 {
        margin-bottom: 7px;

        font-size: 18px;
        line-height: 1.2;
    }

    .tk-backlink-copy p {
        font-size: 10px;
        line-height: 1.65;
    }


    /* NUMBER */

    .tk-backlink-number {
        top: -3px;
        right: 0;

        font-size: 48px;
    }


    /* FOCUS */

    .tk-backlink-focus {
        padding: 15px;

        border-radius: 12px;
    }

    .tk-backlink-focus-title {
        margin-bottom: 10px;

        font-size: 8px;
    }

    .tk-backlink-focus ul {
        gap: 8px;
    }

    .tk-backlink-focus li {
        padding-left: 22px;

        font-size: 9px;
    }

    .tk-backlink-focus li::before {
        width: 15px;
        height: 15px;

        font-size: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-backlink-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .tk-backlink-heading h2 {
        font-size: 22px;
    }

    .tk-backlink-copy h3 {
        font-size: 17px;
    }

    .tk-backlink-panel {
        padding: 17px 13px;
    }

}



























/* =========================================================
   TEKIFAY - INDUSTRIES WE SERVE
   ========================================================= */

.tk-industries {
    width: 100%;
    padding: 90px 20px;
    background: #f8fafc;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
}

.tk-industries-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.tk-industries-head {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.tk-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 1px solid #dbe5f5;
    border-radius: 50px;
    background: #ffffff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.tk-industries-head h2 {
    margin: 16px 0 12px;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.tk-industries-head h2 span {
    color: #2563eb;
}

.tk-industries-head p {
    max-width: 680px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.tk-industry-layout {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 22px;
    align-items: stretch;
}


/* =========================================================
   INDUSTRY LIST
   ========================================================= */

.tk-industry-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tk-industry-item {
    min-width: 0;
    min-height: 68px;
    padding: 10px 13px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    color: #0f172a;
    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.tk-industry-item:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .06);
}

.tk-industry-item.active {
    background: #eff6ff;
    border-color: #2563eb;
    box-shadow: 0 8px 25px rgba(37, 99, 235, .10);
}

.tk-industry-number {
    width: 24px;
    flex: 0 0 24px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
}

.tk-industry-item.active .tk-industry-number {
    color: #2563eb;
}

.tk-industry-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    color: #475569;
    font-size: 14px;
}

.tk-industry-item.active .tk-industry-icon {
    background: #2563eb;
    color: #ffffff;
}

.tk-industry-name {
    min-width: 0;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.tk-industry-arrow {
    color: #94a3b8;
    font-size: 17px;
    transition: transform .25s ease;
}

.tk-industry-item.active .tk-industry-arrow {
    color: #2563eb;
    transform: translateX(3px);
}


/* =========================================================
   DYNAMIC CONTENT CARD
   ========================================================= */

.tk-industry-content {
    min-height: 365px;
    padding: 30px;
    border: 1px solid #dbe5f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(15, 23, 42, .07);
    position: relative;
    overflow: hidden;
    transition: opacity .25s ease, transform .25s ease;
}

.tk-industry-content::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: #eff6ff;
    pointer-events: none;
}

.tk-industry-content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.tk-industry-tag {
    padding: 7px 11px;
    border-radius: 7px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
}

.tk-industry-big-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #2563eb;
    color: #ffffff;
    font-size: 21px;
    box-shadow: 0 10px 25px rgba(37, 99, 235, .20);
}

.tk-industry-content h3 {
    position: relative;
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 25px;
    line-height: 1.25;
}

.tk-industry-content p {
    position: relative;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}

.tk-industry-points {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 25px;
}

.tk-industry-points span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.tk-industry-points i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #dcfce7;
    color: #16a34a;
    font-size: 9px;
}


/* =========================================================
   BOTTOM CTA
   ========================================================= */

.tk-industries-bottom {
    margin-top: 22px;
    padding: 17px 20px;
    border: 1px solid #dbe5f0;
    border-radius: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 13px;
}

.tk-industries-bottom > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: #2563eb;
}

.tk-industries-bottom p {
    flex: 1;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.tk-industries-bottom strong {
    color: #0f172a;
}

.tk-industries-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 9px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    transition: background .25s ease, transform .25s ease;
}

.tk-industries-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .tk-industries {
        padding: 70px 18px;
    }

    .tk-industry-layout {
        grid-template-columns: 1fr;
    }

    .tk-industry-content {
        min-height: auto;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .tk-industries {
        padding: 55px 14px;
    }

    .tk-industries-head {
        margin-bottom: 28px;
    }

    .tk-section-label {
        font-size: 9px;
        padding: 6px 10px;
    }

    .tk-industries-head h2 {
        font-size: 29px;
        letter-spacing: -1px;
        margin-top: 13px;
    }

    .tk-industries-head p {
        font-size: 13px;
        line-height: 1.7;
    }

    .tk-industry-list {
        grid-template-columns: 1fr;
        gap: 8px;
        max-height: 330px;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-right: 2px;
    }

    .tk-industry-item {
        min-height: 58px;
        padding: 8px 10px;
        border-radius: 11px;
    }

    .tk-industry-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-radius: 8px;
        font-size: 12px;
    }

    .tk-industry-name {
        font-size: 12px;
    }

    .tk-industry-content {
        min-height: 0;
        padding: 22px;
        border-radius: 16px;
    }

    .tk-industry-content-top {
        margin-bottom: 22px;
    }

    .tk-industry-big-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 17px;
    }

    .tk-industry-content h3 {
        font-size: 21px;
    }

    .tk-industry-content p {
        font-size: 12px;
        line-height: 1.75;
    }

    .tk-industries-bottom {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 15px;
    }

    .tk-industries-bottom p {
        width: calc(100% - 52px);
        flex: none;
    }

    .tk-industries-btn {
        width: 100%;
        justify-content: center;
        margin-top: 3px;
    }

}

























/* =========================================================
   TEKIFAY — RESULTS SECTION
========================================================= */

.tk-results-section {
    width: 100%;
    padding: 70px 20px;
    background: #f8fafc;
    overflow: hidden;
    box-sizing: border-box;
}

.tk-results-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tk-results-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.tk-results-label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 13px;
    padding: 7px 14px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.tk-results-heading h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.tk-results-heading p {
    max-width: 620px;
    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}

.tk-results-heading p strong {
    color: #0f172a;
    font-weight: 800;
}


/* =========================================================
   RESULTS GRID
========================================================= */

.tk-results-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   RESULT CARD
========================================================= */

.tk-result-card {
    position: relative;

    min-width: 0;

    padding: 25px 22px 24px;

    border: 1px solid #e2e8f0;
    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .045);

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.tk-result-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #2563eb;

    transform: scaleX(0);
    transform-origin: left;

    transition: transform .35s ease;
}

.tk-result-card:hover {
    transform: translateY(-6px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 40px rgba(37, 99, 235, .10);
}

.tk-result-card:hover::before {
    transform: scaleX(1);
}


/* =========================================================
   TOP
========================================================= */

.tk-result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}

.tk-result-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 16px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.tk-result-card:hover .tk-result-icon {
    background: #2563eb;
    color: #ffffff;
    transform: rotate(-4deg);
}

.tk-result-number {
    color: #cbd5e1;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =========================================================
   COUNTER
========================================================= */

.tk-result-value {
    margin-bottom: 7px;
}

.tk-counter {
    color: #2563eb;

    font-size: 42px;
    line-height: 1;

    font-weight: 900;
    letter-spacing: -1.5px;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.tk-result-card h3 {
    margin: 0 0 9px;

    color: #0f172a;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 800;
}

.tk-result-card p {
    margin: 0;

    color: #64748b;

    font-size: 11.5px;
    line-height: 1.65;
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.tk-results-note {
    max-width: 760px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 27px auto 0;
    padding: 13px 18px;

    border: 1px solid #dbeafe;
    border-radius: 12px;

    background: #eff6ff;

    color: #475569;

    font-size: 11px;
    line-height: 1.5;

    text-align: center;
}

.tk-results-note i {
    flex: 0 0 auto;

    color: #2563eb;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .tk-results-section {
        padding: 58px 18px;
    }

    .tk-results-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .tk-result-card {
        padding: 23px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-results-section {
        padding: 42px 12px;
    }


    /* Heading */

    .tk-results-heading {
        margin-bottom: 25px;
    }

    .tk-results-label {
        margin-bottom: 9px;
        padding: 6px 11px;

        font-size: 8px;
        letter-spacing: 1px;
    }

    .tk-results-heading h2 {
        margin-bottom: 9px;

        font-size: 25px;
        line-height: 1.15;
        letter-spacing: -.7px;
    }

    .tk-results-heading p {
        font-size: 10.5px;
        line-height: 1.6;
    }


    /* Grid */

    .tk-results-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    /* Card */

    .tk-result-card {
        padding: 17px 14px 16px;

        border-radius: 15px;
    }

    .tk-result-card:hover {
        transform: translateY(-3px);
    }


    /* Top */

    .tk-result-top {
        margin-bottom: 15px;
    }

    .tk-result-icon {
        width: 34px;
        height: 34px;

        border-radius: 9px;

        font-size: 12px;
    }

    .tk-result-number {
        font-size: 8px;
    }


    /* Number */

    .tk-result-value {
        margin-bottom: 6px;
    }

    .tk-counter {
        font-size: 30px;
        letter-spacing: -.8px;
    }


    /* Text */

    .tk-result-card h3 {
        margin-bottom: 6px;

        font-size: 11px;
        line-height: 1.35;
    }

    .tk-result-card p {
        font-size: 8.5px;
        line-height: 1.55;
    }


    /* Note */

    .tk-results-note {
        margin-top: 15px;
        padding: 10px 12px;

        gap: 7px;

        border-radius: 10px;

        font-size: 8.5px;
        line-height: 1.5;
    }

    .tk-results-note i {
        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-results-section {
        padding: 36px 9px;
    }

    .tk-results-heading h2 {
        font-size: 22px;
    }

    .tk-results-grid {
        gap: 8px;
    }

    .tk-result-card {
        padding: 15px 11px;
    }

    .tk-counter {
        font-size: 27px;
    }

    .tk-result-card h3 {
        font-size: 10px;
    }

    .tk-result-card p {
        font-size: 8px;
    }

}























/* =========================================================
   TEKIFAY — GMB SEO PROCESS
========================================================= */

.tk-gmb-process {
    width: 100%;
    padding: 70px 20px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(37, 99, 235, .06),
            transparent 32%
        ),
        #f8fafc;
    box-sizing: border-box;
    overflow: hidden;
}

.tk-gmb-process-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tk-gmb-process-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.tk-gmb-process-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 13px;
    margin-bottom: 13px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.tk-gmb-process-heading h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(29px, 4vw, 44px);
    line-height: 1.12;

    font-weight: 800;
    letter-spacing: -1.2px;
}

.tk-gmb-process-heading p {
    max-width: 680px;
    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PROCESS LIST
========================================================= */

.tk-gmb-process-list {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 12px;
}


/* =========================================================
   CONNECTING LINE
========================================================= */

.tk-gmb-process-list::before {
    content: "";

    position: absolute;

    left: 29px;
    top: 30px;
    bottom: 30px;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            #bfdbfe,
            #dbeafe
        );

    pointer-events: none;
}


/* =========================================================
   ITEM
========================================================= */

.tk-gmb-process-item {
    position: relative;
    z-index: 1;

    border: 1px solid #dbe5f1;
    border-radius: 18px;

    background: rgba(255, 255, 255, .95);

    box-shadow:
        0 5px 18px rgba(15, 23, 42, .035);

    overflow: hidden;

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}

.tk-gmb-process-item:hover {
    border-color: #bfdbfe;

    box-shadow:
        0 10px 28px rgba(37, 99, 235, .08);

    transform: translateY(-2px);
}

.tk-gmb-process-item.active {
    border-color: #bfdbfe;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, .09);
}


/* =========================================================
   TRIGGER
========================================================= */

.tk-gmb-process-trigger {
    width: 100%;
    min-height: 74px;

    display: grid;

    grid-template-columns:
        58px
        minmax(0, 1fr)
        36px;

    align-items: center;

    gap: 15px;

    padding: 8px 18px 8px 14px;

    border: 0;
    outline: 0;

    background: transparent;

    color: #0f172a;

    font-family: inherit;

    text-align: left;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   NUMBER
========================================================= */

.tk-gmb-process-number {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 14px;
    font-weight: 900;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.tk-gmb-process-item.active
.tk-gmb-process-number {
    background: #2563eb;
    color: #fff;

    transform: scale(1.03);
}


/* =========================================================
   TITLE
========================================================= */

.tk-gmb-process-title {
    min-width: 0;

    color: #0f172a;

    font-size: 16px;
    line-height: 1.35;

    font-weight: 750;
}

.tk-gmb-process-item.active
.tk-gmb-process-title {
    color: #2563eb;
}


/* =========================================================
   ARROW
========================================================= */

.tk-gmb-process-arrow {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f1f5f9;
    color: #64748b;

    transition:
        background .3s ease,
        color .3s ease,
        transform .35s ease;
}

.tk-gmb-process-item.active
.tk-gmb-process-arrow {
    background: #eff6ff;
    color: #2563eb;

    transform: rotate(180deg);
}


/* =========================================================
   BODY
========================================================= */

.tk-gmb-process-body {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .38s ease;
}

.tk-gmb-process-item.active
.tk-gmb-process-body {
    grid-template-rows: 1fr;
}

.tk-gmb-process-content {
    min-height: 0;
    overflow: hidden;

    padding: 0 22px 0 87px;

    opacity: 0;

    transition:
        opacity .25s ease,
        padding-bottom .38s ease;
}

.tk-gmb-process-item.active
.tk-gmb-process-content {
    padding-bottom: 24px;

    opacity: 1;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.tk-gmb-process-content p {
    max-width: 820px;

    margin: 0;

    color: #64748b;

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   POINTS
========================================================= */

.tk-gmb-process-points {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 17px;
}

.tk-gmb-process-points span {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 7px 10px;

    border: 1px solid #dbeafe;
    border-radius: 8px;

    background: #f8fbff;

    color: #334155;

    font-size: 10px;
    font-weight: 700;
}

.tk-gmb-process-points i {
    color: #2563eb;

    font-size: 9px;
}


/* =========================================================
   BOTTOM
========================================================= */

.tk-gmb-process-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 25px;
    padding: 16px 18px;

    border: 1px solid #dbeafe;
    border-radius: 14px;

    background: #eff6ff;
}

.tk-gmb-process-bottom span {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #475569;

    font-size: 11px;
    font-weight: 700;
}

.tk-gmb-process-bottom span i {
    color: #2563eb;
}

.tk-gmb-process-bottom a {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 10px 15px;

    border-radius: 9px;

    background: #2563eb;
    color: #fff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 750;

    transition:
        background .25s ease,
        transform .25s ease;
}

.tk-gmb-process-bottom a:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .tk-gmb-process {
        padding: 50px 16px;
    }

    .tk-gmb-process-heading {
        margin-bottom: 27px;
    }

    .tk-gmb-process-heading h2 {
        font-size: 29px;
    }

    .tk-gmb-process-heading p {
        font-size: 12px;
    }

    .tk-gmb-process-trigger {
        grid-template-columns:
            50px
            minmax(0, 1fr)
            32px;

        min-height: 66px;

        gap: 12px;

        padding-right: 14px;
    }

    .tk-gmb-process-number {
        width: 50px;
        height: 50px;

        border-radius: 14px;
    }

    .tk-gmb-process-content {
        padding-left: 76px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-gmb-process {
        padding: 36px 11px;
    }


    /* HEADING */

    .tk-gmb-process-heading {
        margin-bottom: 21px;
    }

    .tk-gmb-process-label {
        padding: 5px 10px;
        margin-bottom: 8px;

        font-size: 7px;
        letter-spacing: 1px;
    }

    .tk-gmb-process-heading h2 {
        margin-bottom: 8px;

        font-size: 23px;
        line-height: 1.15;

        letter-spacing: -.6px;
    }

    .tk-gmb-process-heading p {
        font-size: 10px;
        line-height: 1.55;
    }


    /* LIST */

    .tk-gmb-process-list {
        gap: 8px;
    }


    /* REMOVE LARGE LINE ON MOBILE */

    .tk-gmb-process-list::before {
        left: 23px;

        top: 24px;
        bottom: 24px;
    }


    /* ITEM */

    .tk-gmb-process-item {
        border-radius: 13px;
    }

    .tk-gmb-process-item:hover {
        transform: none;
    }


    /* TRIGGER */

    .tk-gmb-process-trigger {
        grid-template-columns:
            42px
            minmax(0, 1fr)
            27px;

        min-height: 55px;

        gap: 9px;

        padding: 6px 9px 6px 8px;
    }


    /* NUMBER */

    .tk-gmb-process-number {
        width: 42px;
        height: 42px;

        border-radius: 11px;

        font-size: 10px;
    }


    /* TITLE */

    .tk-gmb-process-title {
        font-size: 12px;
        line-height: 1.3;
    }


    /* ARROW */

    .tk-gmb-process-arrow {
        width: 27px;
        height: 27px;

        font-size: 9px;
    }


    /* CONTENT */

    .tk-gmb-process-content {
        padding: 0 13px 0 59px;
    }

    .tk-gmb-process-item.active
    .tk-gmb-process-content {
        padding-bottom: 14px;
    }

    .tk-gmb-process-content p {
        font-size: 9.5px;
        line-height: 1.62;
    }


    /* POINTS */

    .tk-gmb-process-points {
        gap: 5px;

        margin-top: 10px;
    }

    .tk-gmb-process-points span {
        padding: 5px 7px;

        border-radius: 6px;

        font-size: 8px;
    }

    .tk-gmb-process-points i {
        font-size: 7px;
    }


    /* BOTTOM */

    .tk-gmb-process-bottom {
        flex-direction: column;
        align-items: stretch;

        gap: 9px;

        margin-top: 14px;
        padding: 11px;

        border-radius: 10px;
    }

    .tk-gmb-process-bottom span {
        justify-content: center;

        font-size: 8px;
    }

    .tk-gmb-process-bottom a {
        justify-content: center;

        padding: 8px 10px;

        border-radius: 7px;

        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-gmb-process {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tk-gmb-process-heading h2 {
        font-size: 21px;
    }

    .tk-gmb-process-heading p {
        font-size: 9px;
    }

    .tk-gmb-process-title {
        font-size: 11px;
    }

    .tk-gmb-process-content {
        padding-left: 55px;
    }

    .tk-gmb-process-content p {
        font-size: 9px;
    }

}






















/* =========================================================
   TEKIFAY
   GMB SEO RESULTS & CASE STUDIES
   ========================================================= */

.tk-results-section {
    width: 100%;
    padding: 58px 20px;
    background: #f8fafc;
    box-sizing: border-box;
    overflow: hidden;
}

.tk-results-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   HEADING
   ========================================================= */

.tk-results-heading {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.tk-results-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
    padding: 7px 13px;

    border: 1px solid #dbeafe;
    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.tk-results-heading h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.tk-results-heading p {
    max-width: 760px;
    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SLIDER WRAPPER
   ========================================================= */

.tk-results-slider-wrap {
    width: 100%;
    position: relative;
}


/* =========================================================
   HORIZONTAL SLIDER

   IMPORTANT:
   No JS wheel control.
   Browser controls normal page scrolling.
   ========================================================= */

.tk-results-slider {
    width: 100%;

    display: flex;
    align-items: stretch;

    gap: 16px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 5px 3px 16px;

    box-sizing: border-box;

    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;

    -webkit-overflow-scrolling: touch;

    scroll-behavior: auto;

    cursor: grab;

    user-select: none;

    /*
       Allows browser to handle vertical page scrolling
       normally while horizontal gestures can move slider.
    */
    touch-action: pan-x pan-y;
}

.tk-results-slider:active {
    cursor: grabbing;
}

.tk-results-slider::-webkit-scrollbar {
    height: 5px;
}

.tk-results-slider::-webkit-scrollbar-track {
    background: transparent;
}

.tk-results-slider::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 50px;
}


/* =========================================================
   CARD
   ========================================================= */

.tk-results-card {
    position: relative;

    flex: 0 0 340px;

    min-height: 365px;

    padding: 25px;

    box-sizing: border-box;

    border: 1px solid #e2e8f0;
    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.045);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.tk-results-card:hover {
    transform: translateY(-5px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 40px rgba(37, 99, 235, 0.10);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.tk-results-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 20px;
}


/* =========================================================
   ICON
   ========================================================= */

.tk-results-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 18px;

    box-shadow:
        inset 0 0 0 1px #dbeafe;
}


/* =========================================================
   NUMBER
   ========================================================= */

.tk-results-number {
    color: #e8eef7;

    font-size: 42px;
    line-height: .9;

    font-weight: 900;

    pointer-events: none;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.tk-results-category {
    display: block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 9px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: 1.3px;
}


/* =========================================================
   TITLE
   ========================================================= */

.tk-results-card h3 {
    margin: 0 0 11px;

    color: #0f172a;

    font-size: 22px;
    line-height: 1.22;

    font-weight: 800;
    letter-spacing: -.4px;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.tk-results-card p {
    margin: 0 0 18px;

    color: #64748b;

    font-size: 12.5px;
    line-height: 1.7;
}


/* =========================================================
   LIST
   ========================================================= */

.tk-results-card ul {
    display: flex;
    flex-direction: column;

    gap: 9px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.tk-results-card li {
    position: relative;

    padding-left: 23px;

    color: #334155;

    font-size: 11.5px;
    line-height: 1.4;

    font-weight: 650;
}

.tk-results-card li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eff6ff;
    color: #2563eb;

    font-size: 8px;
    font-weight: 900;
}


/* =========================================================
   BOTTOM HINT
   ========================================================= */

.tk-results-bottom {
    display: flex;
    justify-content: center;

    margin-top: 13px;
}

.tk-results-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #94a3b8;

    font-size: 10px;
    font-weight: 700;
}

.tk-results-bottom i {
    color: #2563eb;
    font-size: 9px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .tk-results-section {
        padding: 48px 18px;
    }

    .tk-results-heading {
        margin-bottom: 25px;
    }

    .tk-results-card {
        flex-basis: 315px;
        min-height: 350px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .tk-results-section {
        padding: 38px 10px;
    }

    .tk-results-container {
        width: 100%;
    }


    /* Heading */

    .tk-results-heading {
        margin-bottom: 20px;
        padding: 0 7px;
    }

    .tk-results-label {
        margin-bottom: 8px;

        padding: 6px 10px;

        font-size: 8px;
        letter-spacing: 1px;
    }

    .tk-results-heading h2 {
        margin-bottom: 8px;

        font-size: 24px;
        line-height: 1.15;

        letter-spacing: -.6px;
    }

    .tk-results-heading p {
        font-size: 10px;
        line-height: 1.6;
    }


    /* Slider */

    .tk-results-slider {
        gap: 10px;

        padding: 3px 2px 11px;
    }


    /* Card */

    .tk-results-card {
        flex: 0 0 270px;

        min-height: 320px;

        padding: 18px;

        border-radius: 16px;
    }


    /* Card top */

    .tk-results-card-top {
        margin-bottom: 15px;
    }


    /* Icon */

    .tk-results-icon {
        width: 38px;
        height: 38px;

        border-radius: 10px;

        font-size: 14px;
    }


    /* Number */

    .tk-results-number {
        font-size: 34px;
    }


    /* Category */

    .tk-results-category {
        margin-bottom: 6px;

        font-size: 7px;

        letter-spacing: 1px;
    }


    /* Title */

    .tk-results-card h3 {
        margin-bottom: 8px;

        font-size: 17px;
        line-height: 1.2;
    }


    /* Text */

    .tk-results-card p {
        margin-bottom: 13px;

        font-size: 9.5px;
        line-height: 1.6;
    }


    /* List */

    .tk-results-card ul {
        gap: 7px;
    }

    .tk-results-card li {
        padding-left: 20px;

        font-size: 9px;
    }

    .tk-results-card li::before {
        width: 14px;
        height: 14px;

        font-size: 7px;
    }


    /* Bottom */

    .tk-results-bottom {
        margin-top: 8px;
    }

    .tk-results-bottom span {
        font-size: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .tk-results-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tk-results-heading h2 {
        font-size: 22px;
    }

    .tk-results-card {
        flex-basis: 255px;

        min-height: 310px;

        padding: 16px;
    }

    .tk-results-card h3 {
        font-size: 16px;
    }

}






















/* =========================================================
   TEKIFAY ABOUT SECTION
========================================================= */

.tk-about-section {
    width: 100%;
    padding: 70px 20px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(37, 99, 235, .07),
            transparent 28%
        ),
        #f8fafc;
    box-sizing: border-box;
    overflow: hidden;
}

.tk-about-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr);

    gap: 65px;
    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.tk-about-content {
    min-width: 0;
}

.tk-about-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 14px;
    margin-bottom: 16px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.tk-about-content h2 {
    max-width: 650px;

    margin: 0 0 20px;

    color: #0f172a;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;

    font-weight: 800;
    letter-spacing: -1.8px;
}

.tk-about-content h2 span {
    color: #2563eb;
}

.tk-about-content p {
    max-width: 680px;

    margin: 0 0 15px;

    color: #64748b;

    font-size: 14px;
    line-height: 1.8;
}

.tk-about-content p strong {
    color: #0f172a;
    font-weight: 750;
}


/* =========================================================
   BUTTON
========================================================= */

.tk-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 9px;
    padding: 13px 18px;

    border-radius: 11px;

    background: #2563eb;
    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 750;

    box-shadow:
        0 10px 25px rgba(37, 99, 235, .18);

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.tk-about-btn i {
    font-size: 11px;

    transition:
        transform .25s ease;
}

.tk-about-btn:hover {
    background: #1d4ed8;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(37, 99, 235, .24);
}

.tk-about-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.tk-about-side {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   MAIN CARD
========================================================= */

.tk-about-main-card {
    position: relative;

    padding: 28px;

    border: 1px solid #dbe7f5;
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f4f8ff 100%
        );

    box-shadow:
        0 18px 45px rgba(15, 23, 42, .07);

    overflow: hidden;
}

.tk-about-main-card::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    top: -70px;

    border-radius: 50%;

    background: rgba(37, 99, 235, .06);

    pointer-events: none;
}


/* =========================================================
   CARD TOP
========================================================= */

.tk-about-card-top {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 25px;
}

.tk-about-card-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #2563eb;
    color: #fff;

    font-size: 19px;

    box-shadow:
        0 10px 22px rgba(37, 99, 235, .18);
}

.tk-about-card-label {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.tk-about-card-top h3 {
    margin: 0;

    color: #0f172a;

    font-size: 21px;
    line-height: 1.25;

    font-weight: 800;
    letter-spacing: -.5px;
}


/* =========================================================
   FEATURES
========================================================= */

.tk-about-features {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.tk-about-feature {
    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 0;

    padding: 11px 10px;

    border: 1px solid #e3ebf7;
    border-radius: 10px;

    background: rgba(255,255,255,.8);

    transition:
        transform .22s ease,
        border-color .22s ease;
}

.tk-about-feature:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
}

.tk-about-feature i {
    flex: 0 0 auto;

    color: #2563eb;

    font-size: 12px;
}

.tk-about-feature span {
    color: #475569;

    font-size: 10.5px;
    line-height: 1.4;

    font-weight: 650;
}


/* =========================================================
   MINI CARDS
========================================================= */

.tk-about-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-top: 12px;
}

.tk-about-mini-card {
    display: flex;
    align-items: center;

    gap: 10px;

    min-width: 0;

    padding: 13px;

    border: 1px solid #e2e8f0;
    border-radius: 14px;

    background: #fff;

    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.tk-about-mini-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(15, 23, 42, .06);
}

.tk-about-mini-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 13px;
}

.tk-about-mini-card strong,
.tk-about-mini-card span {
    display: block;
}

.tk-about-mini-card strong {
    margin-bottom: 3px;

    color: #0f172a;

    font-size: 10px;
    line-height: 1.3;

    font-weight: 750;
}

.tk-about-mini-card span {
    color: #94a3b8;

    font-size: 8.5px;
    line-height: 1.3;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .tk-about-section {
        padding: 55px 18px;
    }

    .tk-about-container {
        grid-template-columns: 1fr;

        gap: 35px;
        max-width: 760px;
    }

    .tk-about-content h2 {
        max-width: 600px;
    }

    .tk-about-content p {
        max-width: 720px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-about-section {
        padding: 40px 12px;
    }

    .tk-about-container {
        gap: 25px;
    }


    /* LEFT */

    .tk-about-label {
        padding: 6px 11px;
        margin-bottom: 10px;

        font-size: 8px;
        letter-spacing: 1px;
    }

    .tk-about-content h2 {
        margin-bottom: 13px;

        font-size: 27px;
        line-height: 1.12;

        letter-spacing: -.9px;
    }

    .tk-about-content p {
        margin-bottom: 11px;

        font-size: 10.5px;
        line-height: 1.65;
    }

    .tk-about-btn {
        margin-top: 5px;

        padding: 10px 13px;

        border-radius: 9px;

        font-size: 9px;

        gap: 8px;
    }

    .tk-about-btn i {
        font-size: 8px;
    }


    /* RIGHT */

    .tk-about-main-card {
        padding: 17px;

        border-radius: 17px;
    }

    .tk-about-card-top {
        gap: 10px;
        margin-bottom: 16px;
    }

    .tk-about-card-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        border-radius: 11px;

        font-size: 14px;
    }

    .tk-about-card-label {
        margin-bottom: 3px;

        font-size: 7px;
        letter-spacing: .9px;
    }

    .tk-about-card-top h3 {
        font-size: 15px;
        line-height: 1.2;
    }


    /* FEATURES */

    .tk-about-features {
        gap: 7px;
    }

    .tk-about-feature {
        gap: 6px;

        padding: 8px 7px;

        border-radius: 8px;
    }

    .tk-about-feature i {
        font-size: 9px;
    }

    .tk-about-feature span {
        font-size: 8px;
        line-height: 1.3;
    }


    /* MINI */

    .tk-about-mini-grid {
        gap: 7px;
        margin-top: 8px;
    }

    .tk-about-mini-card {
        gap: 7px;

        padding: 9px;

        border-radius: 10px;
    }

    .tk-about-mini-icon {
        width: 27px;
        height: 27px;

        flex-basis: 27px;

        border-radius: 8px;

        font-size: 10px;
    }

    .tk-about-mini-card strong {
        font-size: 8px;
    }

    .tk-about-mini-card span {
        font-size: 7px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-about-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .tk-about-content h2 {
        font-size: 24px;
    }

    .tk-about-content p {
        font-size: 10px;
    }

    .tk-about-feature span {
        font-size: 7.5px;
    }

}

























/* =========================================================
   TEKIFAY GMB SEO PACKAGE SLIDER
========================================================= */

.tk-gmb-package {
    width: 100%;
    padding: 60px 20px;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(37, 99, 235, .07),
            transparent 32%
        ),
        #ffffff;

    box-sizing: border-box;
    overflow: hidden;
}


.tk-gmb-package-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.tk-gmb-package-heading {
    max-width: 760px;
    margin: 0 auto 35px;
    text-align: center;
}


.tk-gmb-package-label {
    display: inline-flex;

    padding: 7px 13px;
    margin-bottom: 11px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.3px;
}


.tk-gmb-package-heading h2 {
    margin: 0 0 11px;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.13;

    font-weight: 800;

    letter-spacing: -.9px;
}


.tk-gmb-package-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SLIDER WRAPPER
========================================================= */

.tk-gmb-slider-wrap {
    position: relative;

    width: 100%;

    padding: 0 38px;

    box-sizing: border-box;
}


/* =========================================================
   VIEWPORT
========================================================= */

.tk-gmb-slider-viewport {
    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;

    scroll-behavior: smooth;

    cursor: grab;

    /*
       IMPORTANT:
       Allows normal vertical page scrolling.
       Only horizontal gesture is handled.
    */
    touch-action: pan-y pinch-zoom;

    user-select: none;
}


.tk-gmb-slider-viewport::-webkit-scrollbar {
    display: none;
}


.tk-gmb-slider-viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}


/* =========================================================
   TRACK
========================================================= */

.tk-gmb-slider-track {
    display: flex;

    gap: 16px;

    width: max-content;

    padding: 5px 2px 12px;
}


/* =========================================================
   CARD
========================================================= */

.tk-gmb-card {
    position: relative;

    flex: 0 0 calc(
        (1180px - 32px) / 3
    );

    min-height: 285px;

    padding: 25px;

    box-sizing: border-box;

    border: 1px solid #e2e8f0;
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f8fbff
        );

    box-shadow:
        0 10px 30px rgba(
            15,
            23,
            42,
            .055
        );

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


.tk-gmb-card:hover {
    transform: translateY(-4px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 40px rgba(
            37,
            99,
            235,
            .10
        );
}


/* =========================================================
   CARD TOP
========================================================= */

.tk-gmb-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}


.tk-gmb-card-number {
    color: #dbeafe;

    font-size: 38px;
    line-height: 1;

    font-weight: 900;
}


/* =========================================================
   ICON
========================================================= */

.tk-gmb-card-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #2563eb;

    color: #ffffff;

    font-size: 18px;

    box-shadow:
        0 9px 20px rgba(
            37,
            99,
            235,
            .18
        );
}


/* =========================================================
   CARD CONTENT
========================================================= */

.tk-gmb-card h3 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: 19px;
    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.3px;
}


.tk-gmb-card p {
    margin: 0;

    color: #64748b;

    font-size: 12.5px;
    line-height: 1.7;
}


/* =========================================================
   TAG
========================================================= */

.tk-gmb-card-tag {
    position: absolute;

    left: 25px;
    bottom: 22px;

    display: inline-flex;

    padding: 5px 9px;

    border-radius: 5px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================================
   ARROWS
========================================================= */

.tk-gmb-slider-arrow {
    position: absolute;

    top: 50%;

    z-index: 10;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    transform: translateY(-50%);

    border: 1px solid #dbeafe;

    border-radius: 50%;

    background: #ffffff;

    color: #2563eb;

    font-size: 11px;

    cursor: pointer;

    box-shadow:
        0 6px 18px rgba(
            15,
            23,
            42,
            .10
        );

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


.tk-gmb-slider-arrow:hover {
    background: #2563eb;
    color: #ffffff;

    transform:
        translateY(-50%)
        scale(1.05);
}


.tk-gmb-prev {
    left: 0;
}


.tk-gmb-next {
    right: 0;
}


.tk-gmb-slider-arrow:disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}


/* =========================================================
   BOTTOM
========================================================= */

.tk-gmb-slider-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 15px;

    padding: 0 40px;
}


/* =========================================================
   DOTS
========================================================= */

.tk-gmb-dots {
    display: flex;

    align-items: center;

    gap: 5px;
}


.tk-gmb-dot {
    width: 6px;
    height: 6px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #dbe4f0;

    cursor: pointer;

    transition:
        width .25s ease,
        background .25s ease;
}


.tk-gmb-dot.active {
    width: 20px;

    border-radius: 10px;

    background: #2563eb;
}


/* =========================================================
   COUNT
========================================================= */

.tk-gmb-slider-count {
    display: flex;

    align-items: center;

    gap: 5px;

    color: #94a3b8;

    font-size: 10px;

    font-weight: 700;
}


.tk-gmb-slider-count strong {
    color: #2563eb;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-gmb-package {
        padding: 50px 18px;
    }


    .tk-gmb-slider-wrap {
        padding: 0 34px;
    }


    .tk-gmb-card {
        flex-basis: 340px;
        min-height: 275px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-gmb-package {
        padding: 36px 10px;
    }


    .tk-gmb-package-heading {
        margin-bottom: 20px;
    }


    .tk-gmb-package-label {
        padding: 5px 10px;

        margin-bottom: 7px;

        font-size: 7px;
    }


    .tk-gmb-package-heading h2 {
        margin-bottom: 7px;

        font-size: 22px;

        line-height: 1.16;
    }


    .tk-gmb-package-heading p {
        font-size: 9.5px;
        line-height: 1.55;
    }


    /* SLIDER */

    .tk-gmb-slider-wrap {
        padding: 0 4px;
    }


    .tk-gmb-slider-track {
        gap: 9px;

        padding-top: 3px;
        padding-bottom: 8px;
    }


    /* ONE CARD WIDTH */

    .tk-gmb-card {
        flex-basis:
            calc(100vw - 28px);

        min-height: 225px;

        padding: 17px;

        border-radius: 16px;
    }


    .tk-gmb-card-top {
        margin-bottom: 15px;
    }


    .tk-gmb-card-number {
        font-size: 27px;
    }


    .tk-gmb-card-icon {
        width: 38px;
        height: 38px;

        border-radius: 11px;

        font-size: 14px;
    }


    .tk-gmb-card h3 {
        margin-bottom: 7px;

        font-size: 16px;
    }


    .tk-gmb-card p {
        font-size: 9.5px;
        line-height: 1.6;
    }


    .tk-gmb-card-tag {
        left: 17px;
        bottom: 15px;

        padding: 4px 7px;

        font-size: 6.5px;
    }


    /* ARROWS */

    .tk-gmb-slider-arrow {
        width: 28px;
        height: 28px;

        font-size: 9px;
    }


    .tk-gmb-prev {
        left: -1px;
    }


    .tk-gmb-next {
        right: -1px;
    }


    /* BOTTOM */

    .tk-gmb-slider-bottom {
        margin-top: 8px;

        padding: 0 5px;
    }


    .tk-gmb-dot {
        width: 5px;
        height: 5px;
    }


    .tk-gmb-dot.active {
        width: 16px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-gmb-package {
        padding-left: 8px;
        padding-right: 8px;
    }


    .tk-gmb-package-heading h2 {
        font-size: 20px;
    }


    .tk-gmb-package-heading p {
        font-size: 9px;
    }


    .tk-gmb-card {
        flex-basis:
            calc(100vw - 24px);

        min-height: 215px;

        padding: 15px;
    }


    .tk-gmb-card h3 {
        font-size: 15px;
    }


    .tk-gmb-card p {
        font-size: 9px;
    }

}



























/* =========================================================
   TEKIFAY GBP SEO TOOLS
========================================================= */

.tk-gbp-tools-section {

    width: 100%;

    padding: 82px 0;

    background: var(--bg-body, #f8fafc);

    font-family: var(--font-main, "Plus Jakarta Sans", sans-serif);

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.tk-gbp-tools-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.tk-gbp-tools-header {

    max-width: 760px;

    margin: 0 auto 46px;

    padding: 0 20px;

    text-align: center;

    box-sizing: border-box;
}


/* EYEBROW */

.tk-gbp-tools-eyebrow {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 11px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* HEADING */

.tk-gbp-tools-header h2 {

    margin: 0 0 14px;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 40px);

    line-height: 1.18;

    font-weight: 800;

    letter-spacing: -1px;
}


/* DESCRIPTION */

.tk-gbp-tools-header p {

    max-width: 700px;

    margin: 0 auto;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   SLIDER
========================================================= */

.tk-gbp-tools-slider {

    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 18px;

    overflow: hidden;

    user-select: none;

    -webkit-user-select: none;
}


/* =========================================================
   ROW VIEWPORT
========================================================= */

.tk-gbp-tools-row {

    position: relative;

    width: 100%;

    overflow: hidden;

    cursor: grab;

    touch-action: pan-y;

    box-sizing: border-box;
}


.tk-gbp-tools-row.is-dragging {

    cursor: grabbing;
}


/* =========================================================
   TRACK
========================================================= */

.tk-gbp-tools-track {

    display: flex;

    align-items: center;

    gap: 16px;

    width: max-content;

    will-change: transform;

    transform: translate3d(0, 0, 0);
}


/* =========================================================
   TOOL CARD
========================================================= */

.tk-gbp-tool-card {

    width: 190px;

    min-width: 190px;

    height: 88px;

    padding: 14px 17px;

    display: flex;

    align-items: center;

    gap: 13px;

    box-sizing: border-box;

    flex-shrink: 0;

    background: rgba(255, 255, 255, .94);

    border: 1px solid #e2e8f0;

    border-radius: 15px;

    box-shadow:
        0 7px 22px rgba(15, 23, 42, .055);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


/* HOVER */

.tk-gbp-tool-card:hover {

    transform: translateY(-3px);

    border-color: #bfdbfe;

    box-shadow:
        0 12px 28px rgba(37, 99, 235, .10);
}


/* =========================================================
   LOGO
========================================================= */

.tk-gbp-tool-card img {

    width: 43px;

    height: 43px;

    object-fit: contain;

    flex: 0 0 43px;

    display: block;

    pointer-events: none;

    user-select: none;

    -webkit-user-drag: none;
}


/* =========================================================
   TOOL NAME
========================================================= */

.tk-gbp-tool-card span {

    color: #0f172a;

    font-size: 12.5px;

    line-height: 1.35;

    font-weight: 700;
}


/* =========================================================
   FADE EDGES
========================================================= */

.tk-gbp-tools-row::before,
.tk-gbp-tools-row::after {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    width: 75px;

    z-index: 4;

    pointer-events: none;
}


.tk-gbp-tools-row::before {

    left: 0;

    background:
        linear-gradient(
            to right,
            var(--bg-body, #f8fafc),
            transparent
        );
}


.tk-gbp-tools-row::after {

    right: 0;

    background:
        linear-gradient(
            to left,
            var(--bg-body, #f8fafc),
            transparent
        );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-gbp-tools-section {

        padding: 68px 0;
    }


    .tk-gbp-tools-header {

        margin-bottom: 38px;
    }


    .tk-gbp-tool-card {

        width: 170px;

        min-width: 170px;

        height: 82px;
    }


    .tk-gbp-tool-card img {

        width: 39px;

        height: 39px;

        flex-basis: 39px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-gbp-tools-section {

        padding: 52px 0;
    }


    .tk-gbp-tools-header {

        padding: 0 16px;

        margin-bottom: 28px;
    }


    .tk-gbp-tools-eyebrow {

        margin-bottom: 9px;

        font-size: 9px;

        letter-spacing: 1.35px;
    }


    .tk-gbp-tools-header h2 {

        margin-bottom: 10px;

        font-size: 25px;

        line-height: 1.18;

        letter-spacing: -.6px;
    }


    .tk-gbp-tools-header p {

        font-size: 11px;

        line-height: 1.6;
    }


    /* SLIDER */

    .tk-gbp-tools-slider {

        gap: 12px;
    }


    .tk-gbp-tools-track {

        gap: 9px;
    }


    /* CARD */

    .tk-gbp-tool-card {

        width: 145px;

        min-width: 145px;

        height: 68px;

        padding: 10px 11px;

        gap: 9px;

        border-radius: 11px;
    }


    .tk-gbp-tool-card img {

        width: 31px;

        height: 31px;

        flex-basis: 31px;
    }


    .tk-gbp-tool-card span {

        font-size: 10px;

        line-height: 1.3;
    }


    /* FADE */

    .tk-gbp-tools-row::before,
    .tk-gbp-tools-row::after {

        width: 30px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-gbp-tools-section {

        padding: 46px 0;
    }


    .tk-gbp-tools-header {

        padding: 0 13px;

        margin-bottom: 25px;
    }


    .tk-gbp-tools-header h2 {

        font-size: 22px;
    }


    .tk-gbp-tools-header p {

        font-size: 10px;
    }


    .tk-gbp-tool-card {

        width: 136px;

        min-width: 136px;

        height: 64px;

        padding: 9px 10px;
    }


    .tk-gbp-tool-card img {

        width: 29px;

        height: 29px;

        flex-basis: 29px;
    }


    .tk-gbp-tool-card span {

        font-size: 9px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .tk-gbp-tools-track {

        transform: none !important;
    }

}


























/* =========================================================
   TEKIFAY GMB SEO CTA
========================================================= */

.tk-gmb-cta {

    width: 100%;

    padding: 75px 20px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(37, 99, 235, .12),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(59, 130, 246, .10),
            transparent 30%
        ),
        #f8fafc;

    box-sizing: border-box;

    overflow: hidden;

    font-family: var(--font-main, "Plus Jakarta Sans", sans-serif);
}


.tk-gmb-cta-container {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding: 48px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(320px, .75fr);

    gap: 55px;

    align-items: center;

    position: relative;

    background: #ffffff;

    border: 1px solid #dbe7f5;

    border-radius: 30px;

    box-shadow:
        0 20px 55px rgba(15, 23, 42, .07);

    box-sizing: border-box;
}


/* =========================================================
   LABEL
========================================================= */

.tk-gmb-cta-label {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 13px;

    margin-bottom: 17px;

    border-radius: 50px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.tk-gmb-cta-label i {

    font-size: 10px;
}


/* =========================================================
   HEADING
========================================================= */

.tk-gmb-cta-content h2 {

    max-width: 720px;

    margin: 0 0 17px;

    color: #0f172a;

    font-size: clamp(30px, 4vw, 48px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1.4px;
}


.tk-gmb-cta-content h2 span {

    color: #2563eb;
}


.tk-gmb-cta-content p {

    max-width: 680px;

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   BUTTON AREA
========================================================= */

.tk-gmb-cta-buttons {

    display: flex;

    align-items: stretch;

    gap: 12px;

    margin-top: 27px;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.tk-gmb-cta-primary {

    min-width: 285px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 11px 14px;

    border-radius: 13px;

    background: #2563eb;

    color: #ffffff;

    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(37, 99, 235, .20);

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;

    box-sizing: border-box;
}


.tk-gmb-cta-primary:hover {

    transform: translateY(-2px);

    background: #1d4ed8;

    box-shadow:
        0 14px 30px rgba(37, 99, 235, .27);
}


.tk-gmb-cta-btn-icon {

    width: 39px;
    height: 39px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255,255,255,.15);

    font-size: 14px;
}


.tk-gmb-cta-primary strong,
.tk-gmb-cta-call strong {

    display: block;

    font-size: 12px;

    line-height: 1.3;
}


.tk-gmb-cta-primary small,
.tk-gmb-cta-call small {

    display: block;

    margin-top: 3px;

    font-size: 9px;

    line-height: 1.3;

    opacity: .78;
}


.tk-gmb-arrow {

    margin-left: auto;

    font-size: 12px;
}


/* =========================================================
   CALL BUTTON
========================================================= */

.tk-gmb-cta-call {

    min-width: 185px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 11px 15px;

    border: 1px solid #dbe4f0;

    border-radius: 13px;

    background: #ffffff;

    color: #0f172a;

    text-decoration: none;

    box-sizing: border-box;

    transition:
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.tk-gmb-cta-call:hover {

    transform: translateY(-2px);

    border-color: #93c5fd;

    box-shadow:
        0 10px 25px rgba(15,23,42,.07);
}


.tk-gmb-call-icon {

    width: 39px;
    height: 39px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 14px;
}


/* =========================================================
   RIGHT CARD
========================================================= */

.tk-gmb-cta-card {

    padding: 25px;

    border-radius: 21px;

    background:
        linear-gradient(
            145deg,
            #eff6ff 0%,
            #f8fbff 100%
        );

    border: 1px solid #cfe0ff;

    box-sizing: border-box;
}


/* =========================================================
   CARD TOP
========================================================= */

.tk-gmb-card-top {

    display: flex;

    align-items: center;

    gap: 13px;
}


.tk-gmb-card-logo {

    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #2563eb;

    color: #ffffff;

    font-size: 18px;

    box-shadow:
        0 8px 20px rgba(37,99,235,.18);
}


.tk-gmb-card-label {

    display: block;

    margin-bottom: 4px;

    color: #2563eb;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.tk-gmb-card-top h3 {

    margin: 0;

    color: #0f172a;

    font-size: 15px;

    line-height: 1.35;

    font-weight: 800;
}


/* =========================================================
   DIVIDER
========================================================= */

.tk-gmb-card-divider {

    height: 1px;

    margin: 22px 0;

    background: #dbe7f5;
}


/* =========================================================
   INFO
========================================================= */

.tk-gmb-card-info {

    display: flex;

    flex-direction: column;

    gap: 16px;
}


.tk-gmb-info-item {

    display: flex;

    align-items: center;

    gap: 11px;
}


.tk-gmb-info-icon {

    width: 34px;
    height: 34px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #ffffff;

    color: #2563eb;

    font-size: 11px;
}


.tk-gmb-info-item small {

    display: block;

    margin-bottom: 2px;

    color: #64748b;

    font-size: 9px;
}


.tk-gmb-info-item strong {

    display: block;

    color: #0f172a;

    font-size: 11px;

    font-weight: 750;
}


/* =========================================================
   TRUST
========================================================= */

.tk-gmb-trust {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 22px;
}


.tk-gmb-trust span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 6px 8px;

    border-radius: 7px;

    background: rgba(255,255,255,.75);

    color: #475569;

    font-size: 8px;

    font-weight: 700;
}


.tk-gmb-trust i {

    color: #2563eb;

    font-size: 9px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-gmb-cta {

        padding: 55px 18px;
    }


    .tk-gmb-cta-container {

        grid-template-columns: 1fr;

        gap: 30px;

        padding: 38px;
    }


    .tk-gmb-cta-content h2 {

        max-width: 700px;
    }


    .tk-gmb-cta-card {

        max-width: 520px;

        width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-gmb-cta {

        padding: 35px 11px;
    }


    .tk-gmb-cta-container {

        display: block;

        padding: 24px 16px;

        border-radius: 20px;
    }


    .tk-gmb-cta-label {

        margin-bottom: 11px;

        padding: 6px 10px;

        font-size: 7px;

        letter-spacing: .9px;
    }


    .tk-gmb-cta-label i {

        font-size: 8px;
    }


    .tk-gmb-cta-content h2 {

        margin-bottom: 10px;

        font-size: 24px;

        line-height: 1.15;

        letter-spacing: -.6px;
    }


    .tk-gmb-cta-content p {

        font-size: 10px;

        line-height: 1.65;
    }


    /* BUTTONS */

    .tk-gmb-cta-buttons {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 8px;

        margin-top: 18px;
    }


    .tk-gmb-cta-primary,
    .tk-gmb-cta-call {

        min-width: 0;

        width: 100%;

        padding: 9px;

        border-radius: 10px;

        gap: 7px;
    }


    .tk-gmb-cta-btn-icon,
    .tk-gmb-call-icon {

        width: 31px;
        height: 31px;

        border-radius: 8px;

        font-size: 11px;
    }


    .tk-gmb-cta-primary strong,
    .tk-gmb-cta-call strong {

        font-size: 9px;
    }


    .tk-gmb-cta-primary small,
    .tk-gmb-cta-call small {

        font-size: 7px;

        margin-top: 2px;
    }


    .tk-gmb-arrow {

        display: none;
    }


    /* CARD */

    .tk-gmb-cta-card {

        margin-top: 16px;

        padding: 16px;

        border-radius: 14px;
    }


    .tk-gmb-card-top {

        gap: 9px;
    }


    .tk-gmb-card-logo {

        width: 36px;
        height: 36px;

        border-radius: 9px;

        font-size: 13px;
    }


    .tk-gmb-card-label {

        font-size: 6px;

        letter-spacing: .9px;
    }


    .tk-gmb-card-top h3 {

        font-size: 11px;
    }


    .tk-gmb-card-divider {

        margin: 14px 0;
    }


    .tk-gmb-card-info {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 9px;
    }


    .tk-gmb-info-item {

        gap: 7px;
    }


    .tk-gmb-info-icon {

        width: 27px;
        height: 27px;

        border-radius: 7px;

        font-size: 9px;
    }


    .tk-gmb-info-item small {

        font-size: 7px;
    }


    .tk-gmb-info-item strong {

        font-size: 8px;

        line-height: 1.3;
    }


    .tk-gmb-trust {

        margin-top: 13px;

        gap: 5px;
    }


    .tk-gmb-trust span {

        padding: 5px 6px;

        font-size: 6.5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-gmb-cta-container {

        padding: 21px 13px;
    }


    .tk-gmb-cta-content h2 {

        font-size: 22px;
    }


    .tk-gmb-cta-content p {

        font-size: 9.5px;
    }


    .tk-gmb-cta-buttons {

        grid-template-columns: 1fr;
    }


    .tk-gmb-cta-primary,
    .tk-gmb-cta-call {

        min-height: 45px;
    }


    .tk-gmb-card-info {

        grid-template-columns: 1fr;
    }

}

























/* =========================================================
   TEKIFAY FAQ SECTION
========================================================= */

.tk-faq-section {
    width: 100%;
    padding: 80px 20px;
    background: #f8fafc;
    overflow: hidden;
    box-sizing: border-box;
    font-family: var(--font-main, "Plus Jakarta Sans", sans-serif);
}

.tk-faq-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.tk-faq-header {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.tk-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
    padding: 7px 14px;

    border-radius: 50px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.tk-faq-header h2 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}

.tk-faq-header p {
    max-width: 650px;
    margin: 0 auto;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FAQ GRID
========================================================= */

.tk-faq-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;

    align-items: start;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.tk-faq-item {
    position: relative;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        0 5px 20px rgba(15, 23, 42, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.tk-faq-item:hover {
    border-color: #bfdbfe;

    box-shadow:
        0 8px 25px rgba(37, 99, 235, 0.07);
}

.tk-faq-item.active {
    border-color: #bfdbfe;
}


/* =========================================================
   QUESTION
========================================================= */

.tk-faq-question {
    width: 100%;

    min-height: 72px;

    display: grid;

    grid-template-columns: 34px minmax(0, 1fr) 34px;

    align-items: center;

    gap: 12px;

    padding: 15px 16px;

    border: 0;

    background: transparent;

    color: #0f172a;

    font-family: inherit;

    text-align: left;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   NUMBER
========================================================= */

.tk-faq-number {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 9px;
    font-weight: 800;
}

.tk-faq-item.active .tk-faq-number {
    background: #2563eb;
    color: #ffffff;
}


/* =========================================================
   QUESTION TEXT
========================================================= */

.tk-faq-question-text {
    color: #0f172a;

    font-size: 13px;
    line-height: 1.45;

    font-weight: 750;
}


/* =========================================================
   PLUS ICON
========================================================= */

.tk-faq-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dbe4f0;

    border-radius: 50%;

    background: #ffffff;
    color: #2563eb;

    font-size: 11px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.tk-faq-item.active .tk-faq-icon {
    transform: rotate(45deg);

    background: #eff6ff;

    color: #2563eb;

    border-color: #bfdbfe;
}


/* =========================================================
   ANSWER
========================================================= */

.tk-faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .3s ease;
}

.tk-faq-item.active .tk-faq-answer {
    grid-template-rows: 1fr;
}

.tk-faq-answer-inner {
    min-height: 0;

    overflow: hidden;
}

.tk-faq-answer p {
    margin: 0;

    padding: 0 62px 18px;

    color: #64748b;

    font-size: 12px;
    line-height: 1.7;
}

.tk-faq-answer strong {
    color: #334155;
    font-weight: 750;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.tk-faq-bottom {
    margin-top: 24px;

    padding: 18px 20px;

    display: flex;
    align-items: center;

    gap: 14px;

    border: 1px solid #dbe7f5;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f1f6ff
        );

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .04);
}

.tk-faq-bottom-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #2563eb;
    color: #ffffff;

    font-size: 17px;
}

.tk-faq-bottom-text {
    flex: 1;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.tk-faq-bottom-text strong {
    color: #0f172a;

    font-size: 13px;
    font-weight: 800;
}

.tk-faq-bottom-text span {
    color: #64748b;

    font-size: 11px;
    line-height: 1.4;
}

.tk-faq-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 11px 16px;

    border-radius: 9px;

    background: #2563eb;
    color: #ffffff;

    font-size: 11px;
    font-weight: 750;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background .25s ease,
        transform .25s ease;
}

.tk-faq-cta:hover {
    background: #1d4ed8;
    color: #ffffff;

    transform: translateY(-2px);
}

.tk-faq-cta i {
    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .tk-faq-section {
        padding: 65px 18px;
    }

    .tk-faq-grid {
        grid-template-columns: 1fr;
    }

    .tk-faq-header {
        margin-bottom: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-faq-section {
        padding: 45px 12px;
    }

    .tk-faq-header {
        margin-bottom: 23px;
    }

    .tk-faq-eyebrow {
        padding: 6px 11px;

        margin-bottom: 8px;

        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .tk-faq-header h2 {
        margin-bottom: 8px;

        font-size: 25px;
        line-height: 1.15;

        letter-spacing: -.6px;
    }

    .tk-faq-header p {
        font-size: 10.5px;
        line-height: 1.6;
    }


    /* FAQ GRID */

    .tk-faq-grid {
        gap: 9px;
    }


    /* ITEM */

    .tk-faq-item {
        border-radius: 12px;
    }


    /* QUESTION */

    .tk-faq-question {
        min-height: 57px;

        grid-template-columns: 27px minmax(0, 1fr) 27px;

        gap: 9px;

        padding: 10px 11px;
    }


    /* NUMBER */

    .tk-faq-number {
        width: 27px;
        height: 27px;

        border-radius: 7px;

        font-size: 7px;
    }


    /* TEXT */

    .tk-faq-question-text {
        font-size: 10px;
        line-height: 1.4;
    }


    /* ICON */

    .tk-faq-icon {
        width: 27px;
        height: 27px;

        font-size: 9px;
    }


    /* ANSWER */

    .tk-faq-answer p {
        padding: 0 47px 14px;

        font-size: 9px;
        line-height: 1.65;
    }


    /* CTA */

    .tk-faq-bottom {
        margin-top: 14px;

        padding: 13px;

        gap: 9px;

        border-radius: 12px;
    }

    .tk-faq-bottom-icon {
        width: 32px;
        height: 32px;

        flex: 0 0 32px;

        border-radius: 9px;

        font-size: 13px;
    }

    .tk-faq-bottom-text {
        gap: 2px;
    }

    .tk-faq-bottom-text strong {
        font-size: 9px;
    }

    .tk-faq-bottom-text span {
        font-size: 7.5px;
        line-height: 1.35;
    }

    .tk-faq-cta {
        padding: 8px 10px;

        gap: 5px;

        border-radius: 7px;

        font-size: 8px;
    }

    .tk-faq-cta i {
        font-size: 7px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-faq-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .tk-faq-header h2 {
        font-size: 22px;
    }

    .tk-faq-question {
        grid-template-columns: 25px minmax(0, 1fr) 25px;

        gap: 7px;

        padding-left: 9px;
        padding-right: 9px;
    }

    .tk-faq-number,
    .tk-faq-icon {
        width: 25px;
        height: 25px;
    }

    .tk-faq-question-text {
        font-size: 9px;
    }

    .tk-faq-answer p {
        padding-left: 41px;
        padding-right: 12px;

        font-size: 8.5px;
    }

    .tk-faq-bottom {
        flex-wrap: wrap;
    }

    .tk-faq-bottom-text {
        min-width: 0;
    }

    .tk-faq-cta {
        width: 100%;
    }

}












































