.elementor-120 .elementor-element.elementor-element-0c41ee7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-120 .elementor-element.elementor-element-7875bea{padding:-1px -1px -1px -1px;}.elementor-120 .elementor-element.elementor-element-956913a{padding:-1px -1px -1px -1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b46a1f3 *//* ================================
   SERVICES HERO
================================ */

.services-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 28px 0 34px;
}

.services-hero .elementor-container {
    max-width: 1200px;
}

/* Main two-column layout */
.services-hero__inner {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    min-height: 480px;
    gap: 20px;
}

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

.services-hero__content {
    position: relative;
    z-index: 5;
    padding-left: 10px;
}

.services-breadcrumb {
    font-size: 13px;
    color: #697386;
    margin-bottom: 42px;
}

.services-breadcrumb span {
    color: #b4bbc8;
    padding: 0 8px;
}

.services-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.services-eyebrow-text {
    color: #4d46e8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.services-eyebrow-line {
    width: 42px;
    height: 1px;
    background: #6c63ff;
}

.services-title {
    margin: 0;
    max-width: 590px;
    color: #101828;
    font-size: clamp(42px, 4.2vw, 62px);
    line-height: 1.08;
    font-weight: 750;
    letter-spacing: -2px;
}

.services-title .gradient-text {
    display: inline;
    background: linear-gradient(
        90deg,
        #5548e8 0%,
        #7148e8 50%,
        #9a45e8 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-description {
    max-width: 560px;
    margin: 24px 0 28px;
    color: #687386;
    font-size: 16px;
    line-height: 1.75;
}

/* ================================
   BUTTONS
================================ */

.services-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.services-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 7px;
    background: linear-gradient(135deg, #5145e5, #723be8);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(86, 67, 230, .18);
    transition: .3s ease;
}

.services-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(86, 67, 230, .28);
}

.services-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border: 1px solid #dfe3eb;
    border-radius: 7px;
    background: #fff;
    color: #161c2d !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .3s ease;
}

.services-btn-secondary:hover {
    border-color: #6455e8;
    color: #5548e8 !important;
}

.services-btn-secondary .play-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6455e8;
    border-radius: 50%;
    color: #6455e8;
    font-size: 9px;
}

/* ================================
   RIGHT VISUAL
================================ */

.services-hero__visual {
    position: relative;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 70% 45%,
            rgba(112, 93, 240, .15),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #f5f4ff 0%,
            #f8f8ff 50%,
            #f0efff 100%
        );
}

/* Decorative dots */
.services-hero__visual::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 150px;
    width: 150px;
    height: 130px;
    opacity: .4;
    background-image: radial-gradient(
        #8178ee 1px,
        transparent 1px
    );
    background-size: 12px 12px;
}

/* Globe */
.services-globe {
    position: absolute;
    right: 20px;
    top: 70px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(94, 80, 228, .16),
            rgba(94, 80, 228, .04) 55%,
            transparent 70%
        );
}

.services-globe::before,
.services-globe::after {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(92, 77, 221, .18);
    border-radius: 50%;
}

.services-globe::after {
    transform: rotate(60deg) scaleX(.45);
}

/* Person */
.services-person {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    max-width: 55%;
}

.services-person img {
    display: block;
    width: 100%;
    height: auto;
}

/* ================================
   FLOATING CARDS
================================ */

.services-float-card {
    position: absolute;
    z-index: 6;
    width: 150px;
    padding: 17px;
    border-radius: 9px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(220,223,235,.9);
    box-shadow: 0 15px 35px rgba(28, 34, 70, .10);
    backdrop-filter: blur(10px);
}

.services-growth-card {
    top: 48px;
    left: 24px;
}

.services-audience-card {
    bottom: 45px;
    left: 24px;
}

.services-card-label {
    display: block;
    margin-bottom: 7px;
    color: #7a8291;
    font-size: 10px;
}

.services-card-number {
    display: block;
    color: #121827;
    font-size: 22px;
    line-height: 1;
    font-weight: 750;
}

.services-card-icon {
    position: absolute;
    top: 18px;
    right: 17px;
    color: #6657e9;
}

.services-mini-chart {
    width: 100%;
    height: 38px;
    margin-top: 10px;
}

.services-mini-chart svg {
    width: 100%;
    height: 100%;
}

/* top right floating icon */
.services-floating-icon {
    position: absolute;
    z-index: 7;
    right: 38px;
    top: 28px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg,#594de5,#7846e8);
    color: #fff;
    box-shadow: 0 10px 25px rgba(85,72,230,.25);
}

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

@media (max-width: 1024px) {

    .services-hero {
        padding: 25px 25px 35px;
    }

    .services-hero__inner {
        grid-template-columns: 1fr 1fr;
    }

    .services-title {
        font-size: 42px;
    }

    .services-description {
        font-size: 14px;
    }

    .services-hero__visual {
        height: 400px;
    }

    .services-person {
        width: 290px;
    }

    .services-globe {
        width: 250px;
        height: 250px;
    }
}

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

@media (max-width: 767px) {

    .services-hero {
        padding: 20px 18px 30px;
    }

    .services-hero__inner {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .services-hero__content {
        padding: 0;
    }

    .services-breadcrumb {
        margin-bottom: 28px;
        font-size: 11px;
    }

    .services-eyebrow-text {
        font-size: 10px;
    }

    .services-title {
        font-size: 38px;
        line-height: 1.08;
        letter-spacing: -1.2px;
    }

    .services-description {
        font-size: 14px;
        line-height: 1.65;
        margin: 20px 0 24px;
    }

    .services-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .services-btn-primary,
    .services-btn-secondary {
        width: 100%;
    }

    .services-hero__visual {
        width: 100%;
        height: 380px;
    }

    .services-person {
        width: 255px;
        max-width: 65%;
    }

    .services-globe {
        width: 240px;
        height: 240px;
        right: -20px;
        top: 75px;
    }

    .services-float-card {
        width: 125px;
        padding: 13px;
    }

    .services-growth-card {
        top: 35px;
        left: 12px;
    }

    .services-audience-card {
        bottom: 25px;
        left: 12px;
    }

    .services-card-number {
        font-size: 18px;
    }

    .services-floating-icon {
        right: 18px;
        top: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96edd35 *//* =========================================
   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 */
/* Start custom CSS for html, class: .elementor-element-4867bcd *//* =========================================
   KSE TEAM SECTION
========================================= */

.kse-team-section {
    position: relative;
    padding: 90px 20px 95px;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.kse-team-section::before {
    content: "";
    position: absolute;

    width: 600px;
    height: 400px;

    top: -220px;
    left: 50%;

    transform: translateX(-50%);

    background:
        radial-gradient(
            ellipse,
            rgba(100, 82, 235, .07),
            transparent 70%
        );

    pointer-events: none;
}


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

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

    max-width: 760px;

    margin: 0 auto 52px;

    text-align: center;
}


.kse-team-eyebrow {
    display: flex;

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

    gap: 9px;

    margin-bottom: 11px;
}


.kse-team-eyebrow span {
    color: #5c4be7;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.3px;
}


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

    background: #7162e9;
}


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

    color: #121827;

    font-size: clamp(32px, 3.3vw, 44px);

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -1.2px;
}


.kse-team-header h2 span {
    background:
        linear-gradient(
            90deg,
            #5447e5,
            #7944e8
        );

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

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


.kse-team-header p {
    max-width: 650px;

    margin: 15px auto 0;

    color: #747d90;

    font-size: 14px;

    line-height: 1.7;
}


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

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

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

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

    gap: 22px;
}


/* =========================================
   CARD
========================================= */

.kse-team-card {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e9eaf1;

    border-radius: 12px;

    box-shadow:
        0 8px 28px rgba(25, 34, 65, .055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.kse-team-card:hover {
    transform: translateY(-8px);

    border-color: rgba(92, 76, 229, .20);

    box-shadow:
        0 20px 45px rgba(30, 37, 75, .12);
}


/* =========================================
   IMAGE AREA
========================================= */

.kse-team-image {
    position: relative;

    height: 260px;

    display: flex;

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

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f8f7ff 0%,
            #f0effc 100%
        );
}


/* bottom fade */

.kse-team-image::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 50px;

    background:
        linear-gradient(
            to top,
            rgba(255,255,255,.35),
            transparent
        );

    pointer-events: none;
}


/* =========================================
   PERSON IMAGE
========================================= */

.kse-team-image img {
    position: relative;

    z-index: 3;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    object-position: center bottom;

    transition:
        transform .45s ease;
}


.kse-team-card:hover .kse-team-image img {
    transform: scale(1.035);
}


/* =========================================
   GLOW
========================================= */

.kse-team-glow {
    position: absolute;

    z-index: 1;

    width: 210px;
    height: 210px;

    left: 50%;
    bottom: -75px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(106, 91, 235, .13),
            transparent 68%
        );
}


/* =========================================
   DOT PATTERN
========================================= */

.kse-team-dots {
    position: absolute;

    z-index: 1;

    top: 25px;
    right: 20px;

    width: 65px;
    height: 65px;

    opacity: .45;

    background-image:
        radial-gradient(
            #7165e8 1.2px,
            transparent 1.2px
        );

    background-size: 10px 10px;
}


/* =========================================
   INFO
========================================= */

.kse-team-info {
    position: relative;

    padding: 21px 15px 22px;

    text-align: center;

    background: #ffffff;
}


.kse-team-info h3 {
    margin: 0 0 5px;

    color: #121827;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;
}


.kse-team-role {
    display: block;

    color: #5b4be7;

    font-size: 11px;

    line-height: 1.5;

    font-weight: 600;
}


/* =========================================
   SMALL LINE
========================================= */

.kse-team-line {
    width: 25px;
    height: 2px;

    margin: 11px auto 13px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #5749e5,
            #7b43e8
        );
}


/* =========================================
   SOCIAL ICONS
========================================= */

.kse-team-socials {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 9px;
}


.kse-team-socials a {
    width: 34px;
    height: 34px;

    display: flex;

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

    border: 1px solid #e2e4ed;

    border-radius: 50%;

    color: #556073;

    background: #ffffff;

    text-decoration: none !important;

    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


.kse-team-socials svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.kse-team-socials a:hover {
    color: #ffffff;

    border-color: #5b4be7;

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

    transform: translateY(-3px);
}


/* =========================================
   PAGINATION
========================================= */

.kse-team-pagination {
    position: relative;

    z-index: 2;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin-top: 30px;
}


.kse-team-pagination span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #d2d5df;

    transition:
        width .3s ease,
        background .3s ease;
}


.kse-team-pagination span.active {
    width: 22px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #5547e5,
            #7844e8
        );
}


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

@media (max-width: 1024px) {

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

    .kse-team-grid {
        grid-template-columns:
            repeat(2, 1fr);

        max-width: 750px;

        gap: 20px;
    }

    .kse-team-image {
        height: 285px;
    }

}


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

@media (max-width: 767px) {

    .kse-team-section {
        padding: 60px 18px 70px;
    }

    .kse-team-header {
        margin-bottom: 35px;
    }

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

        letter-spacing: -.7px;
    }

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

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

        max-width: 380px;

        gap: 18px;

        margin: 0 auto;
    }

    .kse-team-image {
        height: 320px;
    }

    .kse-team-info {
        padding: 20px 15px 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3791cdc *//* =========================================
   KSE VALUES SECTION
========================================= */

.kse-values-section {
    position: relative;

    padding: 80px 20px 85px;

    background: #ffffff;

    overflow: hidden;
}


/* subtle background glow */

.kse-values-section::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 280px;

    top: -170px;
    left: 50%;

    transform: translateX(-50%);

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

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.kse-values-container {
    position: relative;

    z-index: 2;

    max-width: 1160px;

    margin: 0 auto;
}


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

.kse-values-header {
    max-width: 680px;

    margin: 0 auto 42px;

    text-align: center;
}


.kse-values-eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #5a4be5;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}


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

    color: #111827;

    font-size: clamp(28px, 3vw, 38px);

    line-height: 1.2;

    font-weight: 750;

    letter-spacing: -.8px;
}


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

    margin: 13px auto 0;

    color: #737c8d;

    font-size: 13px;

    line-height: 1.7;
}


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

.kse-values-grid {
    display: grid;

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

    border-radius: 10px;

    overflow: hidden;
}


/* =========================================
   VALUE ITEM
========================================= */

.kse-value {
    position: relative;

    min-height: 210px;

    padding: 12px 24px 20px;

    text-align: center;

    transition:
        background .3s ease;
}


/* vertical separators */

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

    position: absolute;

    top: 5px;
    bottom: 5px;

    right: 0;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            #e3e4eb 20%,
            #e3e4eb 80%,
            transparent
        );
}


.kse-value:hover {
    background: #fafaff;
}


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

.kse-value-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 15px;

    display: flex;

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

    color: #5c4be7;

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


.kse-value-icon svg {
    width: 39px;
    height: 39px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.kse-value:hover .kse-value-icon {
    transform: translateY(-4px) scale(1.05);

    color: #7545e8;
}


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

.kse-value h3 {
    margin: 0 0 9px;

    color: #151a29;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 700;
}


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

.kse-value p {
    max-width: 155px;

    margin: 0 auto;

    color: #747c8c;

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================
   BOTTOM ACCENT
========================================= */

.kse-value::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #5547e5,
            #7843e8
        );

    transition: width .3s ease;
}


.kse-value:hover::before {
    width: 35px;
}


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

@media (max-width: 1024px) {

    .kse-values-section {
        padding: 70px 25px 75px;
    }

    .kse-values-grid {
        grid-template-columns:
            repeat(3, 1fr);

        row-gap: 15px;
    }

    .kse-value {
        min-height: 195px;

        padding-left: 18px;
        padding-right: 18px;
    }

    .kse-value:nth-child(3)::after {
        display: none;
    }

    .kse-value:nth-child(4)::before,
    .kse-value:nth-child(5)::before {
        content: "";

        position: absolute;

        top: -7px;
        left: 10%;
        right: 10%;

        height: 1px;

        background: #e6e7ed;
    }

}


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

@media (max-width: 767px) {

    .kse-values-section {
        padding: 60px 18px 65px;
    }

    .kse-values-header {
        margin-bottom: 30px;
    }

    .kse-values-header h2 {
        font-size: 29px;
    }

    .kse-values-header p {
        font-size: 12px;
    }

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

        row-gap: 0;

        border: 1px solid #ececf2;

        border-radius: 10px;
    }

    .kse-value {
        min-height: 190px;

        padding:
            24px 14px 25px;
    }

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

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

        position: absolute;

        top: 0;

        left: 10%;
        right: 10%;

        height: 1px;

        background: #e8e9ef;
    }

    .kse-value:nth-child(5) {
        grid-column: 1 / -1;

        max-width: 50%;

        width: 50%;

        margin: 0 auto;
    }

    .kse-value-icon {
        width: 46px;
        height: 46px;

        margin-bottom: 11px;
    }

    .kse-value-icon svg {
        width: 35px;
        height: 35px;
    }

    .kse-value h3 {
        font-size: 13px;
    }

    .kse-value p {
        font-size: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4abcc44 *//* =========================================
   KSE PROJECT CTA
========================================= */

.kse-project-cta {
    position: relative;

    padding: 65px 20px 75px;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.kse-project-cta-inner {
    position: relative;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1.12fr;

    align-items: center;

    gap: 65px;
}


/* =========================================
   LEFT SIDE
========================================= */

.kse-cta-content {
    display: flex;

    align-items: flex-start;

    gap: 18px;
}


.kse-cta-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

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

    margin-top: 2px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #f0efff,
            #f7f6ff
        );

    color: #5b4ce6;
}


.kse-cta-icon svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

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


/* =========================================
   TEXT
========================================= */

.kse-cta-copy {
    max-width: 420px;
}


.kse-cta-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #7a8291;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.6px;
}


.kse-cta-copy h2 {
    margin: 0 0 13px;

    color: #111827;

    font-size: clamp(30px, 3vw, 39px);

    line-height: 1.1;

    font-weight: 750;

    letter-spacing: -1px;
}


.kse-cta-copy h2 span {
    background:
        linear-gradient(
            90deg,
            #5147e4,
            #7a43e8
        );

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

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


.kse-cta-copy p {
    margin: 0;

    max-width: 390px;

    color: #727b8b;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   RIGHT CTA CARD
========================================= */

.kse-cta-card {
    position: relative;

    min-height: 185px;

    display: flex;

    align-items: center;

    padding: 30px 250px 30px 30px;

    border: 1px solid #e7e9f0;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #fafaff
        );

    box-shadow:
        0 12px 35px rgba(27, 36, 68, .07);

    overflow: hidden;

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


.kse-cta-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 18px 45px rgba(27, 36, 68, .11);
}


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

.kse-cta-card-content {
    position: relative;

    z-index: 4;

    max-width: 300px;
}


.kse-cta-card-content h3 {
    margin: 0 0 9px;

    color: #111827;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;
}


.kse-cta-card-content p {
    margin: 0 0 18px;

    color: #70798a;

    font-size: 11.5px;

    line-height: 1.6;
}


/* =========================================
   BUTTON
========================================= */

.kse-cta-button {
    display: inline-flex;

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

    gap: 10px;

    padding: 11px 17px;

    border-radius: 6px;

    background:
        linear-gradient(
            135deg,
            #5145e5,
            #733fe8
        );

    color: #ffffff !important;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none !important;

    box-shadow:
        0 8px 20px rgba(82, 67, 228, .20);

    transition: .3s ease;
}


.kse-cta-button span {
    font-size: 14px;

    transition: transform .3s ease;
}


.kse-cta-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 11px 25px rgba(82, 67, 228, .30);
}


.kse-cta-button:hover span {
    transform: translateX(4px);
}


/* =========================================
   PERSON AREA
========================================= */

.kse-cta-person {
    position: absolute;

    right: 8px;
    bottom: 0;

    width: 205px;

    height: 100%;

    display: flex;

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

    z-index: 2;
}


/* soft purple glow */

.kse-cta-person-glow {
    position: absolute;

    width: 160px;
    height: 160px;

    right: 15px;
    bottom: 5px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(112, 91, 238, .18),
            rgba(112, 91, 238, .03) 65%,
            transparent 72%
        );
}


/* decorative dots */

.kse-cta-dots {
    position: absolute;

    right: 3px;
    top: 30px;

    width: 70px;
    height: 70px;

    opacity: .5;

    background-image:
        radial-gradient(
            #7469e7 1px,
            transparent 1px
        );

    background-size: 9px 9px;
}


/* person */

.kse-cta-person img {
    position: relative;

    z-index: 3;

    display: block;

    width: 175px;

    height: auto;

    max-height: 175px;

    object-fit: contain;

    object-position: bottom center;
}


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

@media (max-width: 1024px) {

    .kse-project-cta {
        padding: 55px 25px 65px;
    }

    .kse-project-cta-inner {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }

    .kse-cta-card {
        padding-right: 190px;
    }

    .kse-cta-person {
        width: 165px;
    }

    .kse-cta-person img {
        width: 145px;
    }

}


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

@media (max-width: 767px) {

    .kse-project-cta {
        padding: 55px 18px 65px;
    }

    .kse-project-cta-inner {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 30px;
    }


    .kse-cta-content {
        gap: 13px;
    }


    .kse-cta-icon {
        flex-basis: 38px;

        width: 38px;
        height: 38px;
    }


    .kse-cta-copy h2 {
        font-size: 30px;
    }


    .kse-cta-copy p {
        font-size: 13px;
    }


    .kse-cta-card {
        min-height: 230px;

        padding:
            28px
            150px
            28px
            22px;
    }


    .kse-cta-card-content {
        max-width: 230px;
    }


    .kse-cta-card-content h3 {
        font-size: 15px;
    }


    .kse-cta-card-content p {
        font-size: 11px;
    }


    .kse-cta-person {
        width: 145px;
    }


    .kse-cta-person img {
        width: 130px;

        max-height: 170px;
    }


    .kse-cta-person-glow {
        width: 125px;
        height: 125px;
    }


    .kse-cta-dots {
        width: 50px;
        height: 50px;
    }

}/* End custom CSS */