.elementor-138 .elementor-element.elementor-element-9aff117{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-138 .elementor-element.elementor-element-0c41ee7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-138 .elementor-element.elementor-element-4b041d8{margin:-1px -1px calc(var(--kit-widget-spacing, 0px) + -1px) -1px;}.elementor-138 .elementor-element.elementor-element-b66d59f{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-138 .elementor-element.elementor-element-b2d2f0e{padding:-1px -1px -1px -1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c25dd2c *//* =====================================================
   SERVICES HERO SECTION
   Change main colors from this section
===================================================== */

.services-hero {
    position: relative;
    width: 100%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 35%,
            rgba(95, 91, 255, 0.13),
            transparent 35%
        ),
        #f8f9fc;

    padding: 70px 25px;

    font-family: inherit;
}


/* =====================================================
   MAIN CONTAINER
===================================================== */

.services-hero__inner {

    max-width: 1450px;

    margin: auto;

    display: grid;

    grid-template-columns:
        minmax(420px, 0.95fr)
        minmax(500px, 1.05fr);

    align-items: center;

    gap: 70px;

}


/* =====================================================
   LEFT CONTENT
===================================================== */

.services-hero__content {

    position: relative;

    z-index: 5;

}


/* =====================================================
   BREADCRUMB
===================================================== */

.services-breadcrumb {

    font-size: 14px;

    color: #687385;

    margin-bottom: 55px;

    letter-spacing: 0.2px;

}

.services-breadcrumb span {

    margin: 0 8px;

    color: #8d94a3;

}


/* =====================================================
   EYEBROW
===================================================== */

.services-eyebrow {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

}

.services-eyebrow-text {

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #5d62d6;

}

.services-eyebrow-line {

    width: 55px;

    height: 2px;

    background: linear-gradient(
        90deg,
        #5d62d6,
        #9a7cff
    );

}


/* =====================================================
   TITLE
===================================================== */

.services-title {

    margin: 0;

    font-size: clamp(
        42px,
        5vw,
        76px
    );

    line-height: 1.08;

    font-weight: 750;

    letter-spacing: -2px;

    color: #202a3a;

}


.gradient-text {

    background:
        linear-gradient(
            90deg,
            #4168e8,
            #7a4ee6,
            #a058e8
        );

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

}


/* =====================================================
   DESCRIPTION
===================================================== */

.services-description {

    max-width: 650px;

    margin-top: 30px;

    margin-bottom: 35px;

    font-size: 18px;

    line-height: 1.8;

    color: #667384;

}


/* =====================================================
   BUTTONS
===================================================== */

.services-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 18px;

    align-items: center;

}


.services-btn-primary {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 18px 30px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 600;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #416fe5,
            #6737c9
        );

    box-shadow:
        0 12px 30px
        rgba(75, 72, 220, 0.25);

    transition:
        0.3s ease;

}


.services-btn-primary:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 20px 40px
        rgba(75, 72, 220, 0.35);

}


.services-btn-primary span {

    font-size: 22px;

}


/* Secondary Button */

.services-btn-secondary {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 17px 27px;

    border-radius: 10px;

    text-decoration: none;

    color: #263246;

    border:
        1px solid #d4d9e2;

    background: #ffffff;

    font-size: 16px;

    font-weight: 600;

    transition: 0.3s ease;

}


.services-btn-secondary:hover {

    border-color: #6558e8;

    transform:
        translateY(-3px);

}


.play-icon {

    width: 27px;

    height: 27px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 10px;

    color: #6558e8;

    border:
        1px solid #6558e8;

}


/* =====================================================
   SERVICE TAGS
===================================================== */

.services-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 32px;

}


.services-tags span {

    padding: 9px 16px;

    border-radius: 30px;

    background:
        rgba(92, 99, 220, 0.08);

    border:
        1px solid
        rgba(92, 99, 220, 0.15);

    color: #5562c9;

    font-size: 13px;

    font-weight: 600;

}


/* =====================================================
   RIGHT VISUAL
===================================================== */

.services-hero__visual {

    position: relative;

    min-height: 610px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =====================================================
   BACKGROUND GLOW
===================================================== */

.services-glow {

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(85, 94, 255, 0.25),
            transparent 70%
        );

    filter: blur(30px);

    animation:
        glowPulse 5s infinite ease-in-out;

}


/* =====================================================
   GRID BACKGROUND
===================================================== */

.services-grid {

    position: absolute;

    width: 80%;

    height: 70%;

    opacity: 0.5;

    background-image:

        linear-gradient(
            rgba(98, 91, 230, 0.12) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(98, 91, 230, 0.12) 1px,
            transparent 1px
        );

    background-size:

        35px 35px;

    mask-image:

        radial-gradient(
            circle,
            black 40%,
            transparent 80%
        );

}


/* =====================================================
   MAIN VISUAL
===================================================== */

.services-main-visual {

    position: relative;

    width: 100%;

    max-width: 700px;

    height: 520px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =====================================================
   MAIN SERVICE IMAGE
===================================================== */

.service-image-wrapper {

    position: relative;

    width: 70%;

    height: 390px;

    overflow: hidden;

    border-radius: 25px;

    background: #e9ecf8;

    border:

        1px solid
        rgba(100, 92, 230, 0.2);

    box-shadow:

        0 30px 80px
        rgba(46, 56, 110, 0.15);

    animation:

        visualFloat
        6s infinite
        ease-in-out;

}


/* Main Image */

.service-image-wrapper img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


/* Image Overlay */

.service-image-wrapper::after {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(
            135deg,
            rgba(73, 98, 225, 0.15),
            transparent 60%
        );

    pointer-events: none;

}


/* =====================================================
   FLOATING CARDS
===================================================== */

.services-float-card {

    position: absolute;

    z-index: 5;

    padding: 20px;

    width: 200px;

    border-radius: 17px;

    background:

        rgba(255, 255, 255, 0.88);

    backdrop-filter:

        blur(20px);

    -webkit-backdrop-filter:

        blur(20px);

    border:

        1px solid
        rgba(110, 115, 190, 0.2);

    box-shadow:

        0 20px 60px
        rgba(50, 55, 100, 0.15);

}


/* Growth Card */

.services-growth-card {

    top: 30px;

    left: 0;

    animation:

        cardFloat
        5s infinite
        ease-in-out;

}


/* Audience Card */

.services-audience-card {

    bottom: 40px;

    left: 20px;

    animation:

        cardFloatReverse
        6s infinite
        ease-in-out;

}


/* =====================================================
   CARD ICON
===================================================== */

.card-icon {

    width: 34px;

    height: 34px;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

    color: #ffffff;

    background:

        linear-gradient(
            135deg,
            #476ce6,
            #8257e8
        );

}


/* =====================================================
   CARD TEXT
===================================================== */

.services-card-label {

    display: block;

    font-size: 13px;

    color: #6c7485;

}


.services-card-number {

    display: block;

    margin-top: 6px;

    font-size: 25px;

    font-weight: 750;

    color: #283246;

}


.services-small-text {

    display: block;

    margin-top: 8px;

    font-size: 11px;

    color: #7c8593;

}


/* =====================================================
   MINI CHART
===================================================== */

.services-mini-chart {

    margin-top: 12px;

    height: 40px;

}


.services-mini-chart svg {

    width: 100%;

    height: 100%;

}


/* =====================================================
   FLOATING SERVICE ICONS
===================================================== */

.services-floating-icon {

    position: absolute;

    z-index: 8;

    width: 58px;

    height: 58px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 15px;

    font-weight: 700;

    color: #ffffff;

    background:

        linear-gradient(
            135deg,
            #426ce7,
            #7448dc
        );

    box-shadow:

        0 15px 40px
        rgba(74, 74, 220, 0.35);

}


.icon-one {

    right: 5%;

    top: 15%;

    animation:

        iconFloat
        4s infinite
        ease-in-out;

}


.icon-two {

    right: -2%;

    bottom: 22%;

    animation:

        iconFloat
        5s infinite
        ease-in-out;

}


.icon-three {

    left: 25%;

    bottom: -10px;

    animation:

        iconFloat
        4.5s infinite
        ease-in-out;

}


/* =====================================================
   BOTTOM STATS
===================================================== */

.services-bottom-stats {

    position: absolute;

    bottom: 0;

    width: 100%;

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}


.service-stat {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 18px;

    background:

        rgba(255, 255, 255, 0.8);

    border:

        1px solid
        rgba(100, 110, 180, 0.15);

    border-radius: 12px;

    box-shadow:

        0 10px 30px
        rgba(40, 50, 100, 0.08);

}


.stat-icon {

    width: 34px;

    height: 34px;

    border-radius: 9px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #5c55d7;

    background:

        rgba(94, 86, 225, 0.1);

}


.service-stat strong {

    display: block;

    font-size: 13px;

    color: #273247;

}


.service-stat small {

    display: block;

    margin-top: 2px;

    font-size: 10px;

    color: #7c8592;

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes visualFloat {

    0%,
    100% {

        transform:
            translateY(0px);

    }

    50% {

        transform:
            translateY(-10px);

    }

}


@keyframes cardFloat {

    0%,
    100% {

        transform:
            translateY(0px);

    }

    50% {

        transform:
            translateY(-12px);

    }

}


@keyframes cardFloatReverse {

    0%,
    100% {

        transform:
            translateY(-8px);

    }

    50% {

        transform:
            translateY(5px);

    }

}


@keyframes iconFloat {

    0%,
    100% {

        transform:
            translateY(0px)
            rotate(0deg);

    }

    50% {

        transform:
            translateY(-15px)
            rotate(4deg);

    }

}


@keyframes glowPulse {

    0%,
    100% {

        transform:
            scale(1);

        opacity: 0.7;

    }

    50% {

        transform:
            scale(1.12);

        opacity: 1;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media
(max-width: 1024px) {

    .services-hero__inner {

        grid-template-columns:
            1fr;

        gap: 40px;

    }


    .services-hero__visual {

        min-height: 560px;

    }


    .services-breadcrumb {

        margin-bottom: 30px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media
(max-width: 767px) {

    .services-hero {

        padding:
            50px 18px;

    }


    .services-title {

        font-size: 44px;

        letter-spacing: -1px;

    }


    .services-description {

        font-size: 16px;

        line-height: 1.7;

    }


    .services-buttons {

        flex-direction: column;

        align-items: stretch;

    }


    .services-btn-primary,
    .services-btn-secondary {

        justify-content: center;

    }


    .services-hero__visual {

        min-height: 500px;

    }


    .service-image-wrapper {

        width: 80%;

        height: 330px;

    }


    .services-float-card {

        width: 160px;

        padding: 15px;

    }


    .services-growth-card {

        left: -5px;

    }


    .services-audience-card {

        left: auto;

        right: -5px;

        bottom: 40px;

    }


    .services-bottom-stats {

        gap: 8px;

    }


    .service-stat {

        padding: 10px;

    }


    .services-floating-icon {

        width: 45px;

        height: 45px;

        font-size: 11px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1244c3 *//* =========================================================
   KHIZAR SEO EXPERT - SERVICES SECTION
   FULL WIDTH | 3 CARDS PER ROW | RESPONSIVE
========================================================= */


/* =========================================================
   GLOBAL SECTION
========================================================= */

.kse-services,
.kse-services *,
.kse-services *::before,
.kse-services *::after {
    box-sizing: border-box;
}


.kse-services {
    position: relative;
    width: 100%;
    padding: 85px 35px 95px;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.kse-services::before {
    content: "";
    position: absolute;

    width: 600px;
    height: 600px;

    top: -350px;
    left: 10%;

    transform: translateX(-50%);

    background: radial-gradient(
        circle,
        rgba(91, 74, 235, 0.07),
        transparent 70%
    );

    pointer-events: none;
}


.kse-services::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -250px;
    bottom: -250px;

    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.06),
        transparent 70%
    );

    pointer-events: none;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.kse-services-header {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 750px;

    margin: 0 auto 50px;

    text-align: center;
}


/* =========================================================
   EYEBROW
========================================================= */

.kse-services-eyebrow {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 12px;
}


.kse-services-eyebrow span {
    color: #5b4de8;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.kse-services-eyebrow i {
    display: block;

    width: 55px;
    height: 2px;

    background: linear-gradient(
        90deg,
        #5147e5,
        #7846e8
    );

    border-radius: 10px;
}


/* =========================================================
   HEADING
========================================================= */

.kse-services-header h2 {
    margin: 0;

    color: #111827;

    font-size: clamp(32px, 3vw, 46px);

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -1.5px;
}


.kse-services-header h2 span {
    background: linear-gradient(
        90deg,
        #5147e5,
        #7846e8
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


/* =========================================================
   HEADER DESCRIPTION
========================================================= */

.kse-services-header p {
    max-width: 620px;

    margin: 17px auto 0;

    color: #6b7280;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   SERVICES GRID
   3 CARDS PER ROW
========================================================= */

.kse-services-grid {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: none;

    margin: 0;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;

    align-items: stretch;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.kse-service-card {
    position: relative;

    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;

    padding: 30px 28px 26px;

    background: #ffffff;

    border: 1px solid #e7eaf1;

    border-radius: 14px;

    text-decoration: none !important;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(20, 29, 55, 0.05);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================================
   CARD TOP GRADIENT
========================================================= */

.kse-service-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed
    );

    transform: scaleX(0);

    transform-origin: left;

    transition:
        transform 0.4s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.kse-service-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(91, 76, 225, 0.3);

    box-shadow:
        0 22px 50px rgba(40, 45, 100, 0.12);
}


.kse-service-card:hover::before {
    transform: scaleX(1);
}


/* =========================================================
   SERVICE ICON
========================================================= */

.kse-service-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    margin-bottom: 22px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #f0efff,
            #faf9ff
        );

    color: #5b4de8;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.kse-service-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* ICON HOVER */

.kse-service-card:hover .kse-service-icon {
    background:
        linear-gradient(
            135deg,
            #5147e5,
            #7846e8
        );

    color: #ffffff;

    transform:
        translateY(-4px)
        rotate(-3deg);

    box-shadow:
        0 10px 25px
        rgba(91, 76, 225, 0.25);
}


/* =========================================================
   SERVICE NUMBER
========================================================= */

.kse-service-number {
    position: absolute;

    top: 30px;
    right: 28px;

    color: #e1e4ec;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;

    transition:
        color 0.3s ease;
}


.kse-service-card:hover
.kse-service-number {
    color: #6b5ce7;
}


/* =========================================================
   SERVICE TITLE
========================================================= */

.kse-service-card h3 {
    margin: 0 0 14px;

    color: #141927;

    font-size: clamp(17px, 1.4vw, 21px);

    line-height: 1.35;

    font-weight: 700;

    letter-spacing: -0.3px;

    transition:
        color 0.3s ease;
}


.kse-service-card:hover h3 {
    color: #5147e5;
}


/* =========================================================
   SERVICE DESCRIPTION
========================================================= */

.kse-service-card p {
    margin: 0;

    color: #687385;

    font-size: 14px;

    line-height: 1.75;

    white-space: pre-line;
}


/* =========================================================
   LEARN MORE LINK
========================================================= */

.kse-service-link {
    display: inline-flex;

    align-items: center;

    margin-top: auto;

    padding-top: 25px;

    color: #5a4be7;

    font-size: 13px;

    font-weight: 700;

    transition:
        color 0.3s ease;
}


.kse-service-link b {
    display: inline-block;

    margin-left: 7px;

    font-size: 16px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.kse-service-card:hover
.kse-service-link b {
    transform:
        translateX(6px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .kse-services {
        padding-left: 50px;
        padding-right: 50px;
    }

    .kse-services-grid {
        gap: 30px;
    }

}


/* =========================================================
   LAPTOP / TABLET
   2 CARDS PER ROW
========================================================= */

@media (max-width: 1024px) {

    .kse-services {
        padding:
            75px 25px
            80px;
    }


    .kse-services-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .kse-service-card {
        padding:
            28px 24px
            25px;
    }


    .kse-service-number {
        top: 28px;
        right: 24px;
    }

}


/* =========================================================
   MOBILE
   1 CARD PER ROW
========================================================= */

@media (max-width: 767px) {

    .kse-services {

        padding:
            60px 18px
            65px;
    }


    .kse-services-header {

        margin-bottom: 35px;
    }


    .kse-services-eyebrow span {

        font-size: 11px;

        letter-spacing: 2px;
    }


    .kse-services-eyebrow i {

        width: 35px;
    }


    .kse-services-header h2 {

        font-size:
            clamp(30px, 9vw, 38px);

        letter-spacing:
            -1px;
    }


    .kse-services-header p {

        font-size: 14px;

        line-height: 1.7;
    }


    .kse-services-grid {

        grid-template-columns:
            1fr;

        gap: 18px;
    }


    .kse-service-card {

        padding:
            26px 22px
            24px;

        border-radius: 12px;
    }


    .kse-service-icon {

        width: 48px;
        height: 48px;

        margin-bottom: 18px;
    }


    .kse-service-icon svg {

        width: 24px;
        height: 24px;
    }


    .kse-service-number {

        top: 26px;
        right: 22px;
    }


    .kse-service-card h3 {

        font-size: 18px;

        margin-bottom: 12px;
    }


    .kse-service-card p {

        font-size: 13.5px;

        line-height: 1.7;
    }


    .kse-service-link {

        padding-top: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .kse-services {

        padding-left: 14px;
        padding-right: 14px;
    }


    .kse-services-header h2 {

        font-size: 30px;
    }


    .kse-service-card {

        padding:
            24px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fb0298 *//* =========================================
   KSE PROCESS SECTION
========================================= */

.kse-process {
    position: relative;
    padding: 90px 20px 100px;
    background: #f8f9fc;
    overflow: hidden;
}


/* subtle background glow */

.kse-process::before {
    content: "";
    position: absolute;

    width: 600px;
    height: 300px;

    left: 50%;
    top: -180px;

    transform: translateX(-50%);

    background: radial-gradient(
        ellipse,
        rgba(91, 76, 230, .09),
        transparent 70%
    );

    pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.kse-process-header {
    position: relative;
    z-index: 2;

    max-width: 700px;

    margin: 0 auto 62px;

    text-align: center;
}


.kse-process-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 11px;
}


.kse-process-eyebrow span {
    color: #5a4be7;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2.4px;
}


.kse-process-eyebrow i {
    width: 28px;
    height: 1px;

    background: #6c5de9;
}


.kse-process-header h2 {
    margin: 0;

    color: #111827;

    font-size: clamp(31px, 3vw, 42px);

    line-height: 1.18;

    font-weight: 750;

    letter-spacing: -1.2px;
}


.kse-process-header h2 span {
    background: linear-gradient(
        90deg,
        #5547e5,
        #7946e8
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


.kse-process-header p {
    max-width: 580px;

    margin: 15px auto 0;

    color: #737c8d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   PROCESS WRAPPER
========================================= */

.kse-process-wrapper {
    position: relative;

    max-width: 1160px;

    margin: 0 auto;
}


/* =========================================
   CONNECTING LINE
========================================= */

.kse-process-line {
    position: absolute;

    left: 10%;
    right: 10%;

    top: 24px;

    height: 2px;

    background: #dedff1;

    z-index: 1;
}


.kse-process-line-progress {
    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        #5548e6,
        #7548e8
    );

    opacity: .65;
}


/* =========================================
   GRID
========================================= */

.kse-process-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}


/* =========================================
   STEP
========================================= */

.kse-process-step {
    position: relative;

    text-align: center;

    padding: 0 15px;
}


/* =========================================
   NUMBER
========================================= */

.kse-process-number {
    position: relative;

    width: 50px;
    height: 50px;

    margin: 0 auto 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #5547e5,
        #7146e8
    );

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(83, 69, 226, .20);

    border: 4px solid #f8f9fc;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.kse-process-step:hover .kse-process-number {
    transform: scale(1.1);

    box-shadow:
        0 10px 30px rgba(83, 69, 226, .32);
}


/* =========================================
   ICON
========================================= */

.kse-process-icon {
    width: 40px;
    height: 40px;

    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6758e8;

    transition:
        transform .3s ease,
        color .3s ease;
}


.kse-process-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.kse-process-step:hover .kse-process-icon {
    transform: translateY(-3px);

    color: #4f42d9;
}


/* =========================================
   TITLE
========================================= */

.kse-process-step h3 {
    margin: 0 0 9px;

    color: #151b2b;

    font-size: 15px;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.kse-process-step p {
    max-width: 170px;

    margin: 0 auto;

    color: #70798a;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================
   SMALL DECORATIVE DOTS
========================================= */

.kse-process-step:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 24px;
    right: -8px;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 0 0 1px #aaa5ec;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .kse-process {
        padding: 75px 25px 80px;
    }

    .kse-process-grid {
        gap: 5px;
    }

    .kse-process-step {
        padding: 0 8px;
    }

    .kse-process-step p {
        font-size: 11px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .kse-process {
        padding: 65px 20px 70px;
    }

    .kse-process-header {
        margin-bottom: 42px;
    }

    .kse-process-header h2 {
        font-size: 30px;
    }

    .kse-process-header p {
        font-size: 13px;
    }

    /* vertical process */

    .kse-process-grid {
        display: flex;
        flex-direction: column;

        gap: 0;
    }

    .kse-process-line {
        left: 24px;
        right: auto;

        top: 25px;
        bottom: 25px;

        width: 2px;
        height: auto;
    }

    .kse-process-line-progress {
        width: 100%;
        height: 100%;
    }

    .kse-process-step {
        min-height: 145px;

        display: grid;

        grid-template-columns: 50px 1fr;

        column-gap: 20px;

        text-align: left;

        padding: 0 0 30px;
    }

    .kse-process-number {
        grid-column: 1;
        grid-row: 1 / 4;

        margin: 0;

        width: 50px;
        height: 50px;
    }

    .kse-process-icon {
        grid-column: 2;

        width: 35px;
        height: 35px;

        margin: 0 0 5px;

        justify-content: flex-start;
    }

    .kse-process-step h3 {
        grid-column: 2;

        margin-bottom: 5px;
    }

    .kse-process-step p {
        grid-column: 2;

        max-width: 100%;

        margin: 0;

        font-size: 12px;
    }

    .kse-process-step:not(:last-child)::after {
        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b041d8 *//* =========================================
   KSE RESULTS / WHY CHOOSE US
========================================= */

.kse-results {
    position: relative;

    padding: 54px 20px;

    background: #ffffff;
}


/* =========================================
   MAIN DARK PANEL
========================================= */

.kse-results-inner {
    position: relative;

    max-width: 1160px;

    margin: 0 auto;

    padding: 30px 36px 32px;

    overflow: hidden;

    border-radius: 10px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(100, 70, 230, .20),
            transparent 30%
        ),
        radial-gradient(
            circle at 50% 100%,
            rgba(48, 74, 160, .12),
            transparent 35%
        ),
        linear-gradient(
            110deg,
            #020a18 0%,
            #071024 55%,
            #0a0925 100%
        );

    border: 1px solid rgba(104, 121, 190, .25);

    box-shadow:
        0 20px 55px rgba(15, 24, 55, .12);
}


/* subtle glow */

.kse-results-inner::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -120px;
    bottom: -170px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(83, 74, 225, .18),
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.kse-results-header {
    position: relative;

    z-index: 2;

    text-align: center;

    margin-bottom: 24px;
}


.kse-results-eyebrow {
    display: block;

    margin-bottom: 5px;

    color: #7667ed;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2.2px;
}


.kse-results-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: 21px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.3px;
}


/* =========================================
   RESULTS GRID
========================================= */

.kse-results-grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}


/* =========================================
   RESULT ITEM
========================================= */

.kse-result {
    position: relative;

    display: flex;

    align-items: center;

    gap: 17px;

    min-height: 90px;

    padding: 6px 28px;
}


.kse-result:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 8px;
    bottom: 8px;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(142, 151, 197, .28),
            transparent
        );
}


/* =========================================
   ICON
========================================= */

.kse-result-icon {
    flex: 0 0 47px;

    width: 47px;
    height: 47px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #7458f2;

    transition:
        transform .3s ease,
        color .3s ease;
}


.kse-result-icon svg {
    width: 44px;
    height: 44px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 8px rgba(113, 87, 244, .22)
        );
}


.kse-result:hover .kse-result-icon {
    transform: translateY(-3px);

    color: #927fff;
}


/* =========================================
   CONTENT
========================================= */

.kse-result-content {
    min-width: 0;
}


.kse-result-content strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.1;

    font-weight: 750;
}


.kse-result-content h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 10px;

    line-height: 1.3;

    font-weight: 600;
}


.kse-result-content p {
    max-width: 145px;

    margin: 0;

    color: #aeb6c9;

    font-size: 9px;

    line-height: 1.55;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .kse-results {
        padding: 45px 25px;
    }

    .kse-results-inner {
        padding: 28px 20px;
    }

    .kse-result {
        gap: 10px;
        padding: 6px 15px;
    }

    .kse-result-icon {
        flex-basis: 40px;

        width: 40px;
        height: 40px;
    }

    .kse-result-icon svg {
        width: 38px;
        height: 38px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .kse-results {
        padding: 35px 18px;
    }

    .kse-results-inner {
        padding: 30px 22px;
        border-radius: 12px;
    }

    .kse-results-header {
        margin-bottom: 25px;
    }

    .kse-results-header h2 {
        font-size: 20px;
    }

    .kse-results-grid {
        grid-template-columns: 1fr 1fr;

        row-gap: 22px;
    }

    .kse-result {
        min-height: 80px;

        padding: 5px 8px;
    }

    .kse-result:nth-child(2)::after {
        display: none;
    }

    .kse-result:nth-child(1)::after,
    .kse-result:nth-child(3)::after {
        top: 5px;
        bottom: 5px;
    }

    .kse-result:nth-child(3)::before,
    .kse-result:nth-child(4)::before {
        content: "";

        position: absolute;

        left: 8px;
        right: 8px;

        top: -12px;

        height: 1px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(142,151,197,.25),
                transparent
            );
    }

    .kse-result-icon {
        flex-basis: 35px;

        width: 35px;
        height: 35px;
    }

    .kse-result-icon svg {
        width: 34px;
        height: 34px;
    }

    .kse-result-content strong {
        font-size: 18px;
    }

    .kse-result-content h3 {
        font-size: 9px;
    }

    .kse-result-content p {
        font-size: 8px;
        line-height: 1.45;
    }

}/* End custom CSS */