.elementor-171 .elementor-element.elementor-element-cd908ab{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-171 .elementor-element.elementor-element-7a29188{--display:flex;--margin-top:1px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e0a47f5 *//* =========================================================
   IMAGE BOX FIX — taller box, whole image visible
   Paste at the END of the style block so it wins.
========================================================= */

#ky-case-studies .ky-case-image {
    height: auto !important;          /* drop the fixed 230px */
    aspect-ratio: 4 / 3 !important;   /* CHANGE: 3/2 shorter, 1/1 taller */
    padding: 18px !important;
    background: linear-gradient(135deg, #eef2f9, #ffffff) !important;
}

#ky-case-studies .ky-case-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;   /* whole image, never cropped */
    object-position: center !important;
}

#ky-case-studies .ky-case-card:hover .ky-case-image img {
    transform: scale(1.03) !important;
}

#ky-case-studies .ky-case-image::after {
    display: none !important;         /* dark overlay was built for photos */
}

/* mobile: same ratio, no fixed height */
@media (max-width: 650px) {
    #ky-case-studies .ky-case-image {
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17a7adc *//* =========================================
   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 */