/* =========================================================
   LUCENT SOFT
   HOME - SOLUTIONS
   STICKY SCROLL SECTION
========================================================= */

.home-solutions {
    position: relative;

    /*
        IMPORTANT:
        hidden / clip nahi.
        Sticky ne vertically work karva devu.
    */
    overflow: visible;

    padding: 76px 0 58px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 8% 42%,
            rgba(43, 105, 183, 0.13),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 72%,
            rgba(63, 127, 204, 0.08),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #081321 0%,
            #0b1a2d 48%,
            #102841 100%
        );

    isolation: isolate;
}


/* =========================================================
   BACKGROUND
========================================================= */

.home-solutions-bg {
    position: absolute;
    inset: 0;

    z-index: -1;

    overflow: hidden;

    pointer-events: none;
}


.home-solutions-grid {
    position: absolute;

    inset: 0;

    opacity: 0.42;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );

    background-size: 68px 68px;
}


.home-solutions-glow {
    position: absolute;

    display: block;

    border-radius: 50%;

    pointer-events: none;
}


.home-solutions-glow-one {
    width: 560px;
    height: 560px;

    left: -320px;
    top: 330px;

    background:
        radial-gradient(
            circle,
            rgba(48, 116, 201, 0.14),
            transparent 70%
        );
}


.home-solutions-glow-two {
    width: 460px;
    height: 460px;

    right: -260px;
    bottom: 80px;

    background:
        radial-gradient(
            circle,
            rgba(85, 146, 220, 0.09),
            transparent 70%
        );
}


.home-solutions-word {
    position: absolute;

    top: 75px;
    right: -30px;

    color:
        rgba(255, 255, 255, 0.017);

    font-size: 128px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: -6px;

    white-space: nowrap;

    user-select: none;
}


/* =========================================================
   TOP
========================================================= */

.home-solutions-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 28px;

    padding-bottom: 17px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.10);
}


.home-solutions-kicker {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #91bceb;

    font-size: 10px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.3px;
}


.home-solutions-kicker > span {
    width: 22px;
    height: 2px;

    background: #b52e4b;
}


.home-solutions-meta {
    display: flex;

    align-items: center;

    gap: 9px;

    color:
        rgba(255, 255, 255, 0.35);

    font-size: 8px;

    font-weight: 750;

    letter-spacing: 0.8px;
}


.home-solutions-meta i {
    display: block;

    width: 16px;
    height: 1px;

    background:
        rgba(255, 255, 255, 0.14);
}


/* =========================================================
   INTRO
========================================================= */

.home-solutions-intro {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(380px, 0.95fr);

    gap: clamp(52px, 7vw, 100px);

    align-items: start;

    padding: 37px 0 38px;
}


.home-solutions-heading {
    max-width: 690px;
}


.home-solutions-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size:
        clamp(35px, 3.1vw, 45px);

    line-height: 1.1;

    font-weight: 730;

    letter-spacing: -1.25px;
}


.home-solutions-heading h2 span {
    display: block;

    margin-top: 4px;

    color: #82b4ed;
}


.home-solutions-intro-copy {
    padding-left: 25px;

    border-left:
        1px solid
        rgba(255, 255, 255, 0.12);
}


.home-solutions-intro-copy p {
    margin: 0;

    color:
        rgba(226, 235, 245, 0.57);

    font-size: 12.6px;
    line-height: 1.7;
}


.home-solutions-intro-copy p:first-child {
    margin-bottom: 10px;

    color:
        rgba(241, 246, 252, 0.82);

    font-size: 13.5px;

    font-weight: 520;
}


/* =========================================================
   MAIN STICKY LAYOUT
========================================================= */

.home-solutions-scroll-layout {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(315px, 0.82fr)
        minmax(0, 1.55fr);

    gap: clamp(58px, 6.5vw, 95px);

    /*
        CRITICAL FIX:

        stretch thi LEFT column
        RIGHT LIST ni full height lese.

        Ena vagar sticky content
        left column puri thata scroll thai jato.
    */
    align-items: stretch;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.10);
}


/* =========================================================
   LEFT FULL HEIGHT COLUMN
========================================================= */

.home-solutions-sticky {
    position: relative;

    min-width: 0;

    align-self: stretch;
}


/* =========================================================
   LEFT ACTUAL STICKY PANEL
========================================================= */

.home-solutions-sticky-inner {
    position: sticky;

    /*
        Header niche sticky position.
    */
    top: 105px;

    width: 100%;

    padding: 30px 0 26px;

    align-self: start;
}


/* =========================================================
   STICKY HEADING
========================================================= */

.home-solutions-sticky-label {
    display: block;

    margin-bottom: 11px;

    color: #89b9ed;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.05px;
}


.home-solutions-sticky h3 {
    max-width: 385px;

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(23px, 2vw, 29px);

    line-height: 1.24;

    font-weight: 680;

    letter-spacing: -0.6px;
}


.home-solutions-sticky h3 span {
    display: block;

    margin-top: 3px;

    color:
        rgba(255, 255, 255, 0.55);
}


.home-solutions-sticky-description {
    max-width: 370px;

    margin: 14px 0 0;

    color:
        rgba(225, 235, 246, 0.49);

    font-size: 11.5px;
    line-height: 1.68;
}


/* =========================================================
   PROGRESS
========================================================= */

.home-solutions-progress {
    max-width: 370px;

    margin-top: 24px;
}


.home-solutions-progress-head {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 18px;

    margin-bottom: 9px;
}


.home-solutions-progress-head > span {
    color:
        rgba(142, 188, 239, 0.55);

    font-size: 7.5px;

    font-weight: 800;

    letter-spacing: 1px;
}


.home-solutions-progress-head strong {
    display: flex;

    align-items: baseline;

    color:
        rgba(255, 255, 255, 0.35);

    font-size: 9px;

    font-weight: 650;
}


.home-solutions-progress-head strong b {
    color: #ffffff;

    font-size: 19px;
    line-height: 1;

    font-weight: 650;
}


.home-solutions-progress-head strong i {
    margin: 0 5px;

    color:
        rgba(255, 255, 255, 0.20);

    font-style: normal;
}


.home-solutions-progress-track {
    position: relative;

    width: 100%;
    height: 2px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.09);
}


.home-solutions-progress-track > span {
    position: absolute;

    left: 0;
    top: 0;

    width: 16.6667%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #b52e4b,
            #72acec
        );

    box-shadow:
        0 0 18px
        rgba(114, 172, 236, 0.28);

    transition:
        width 0.45s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================================
   ACTIVE SOLUTION
========================================================= */

.home-solutions-active-content {
    position: relative;

    max-width: 370px;

    margin-top: 17px;

    padding:
        13px 17px
        13px 18px;

    border-left:
        2px solid
        #70aaeb;

    background:
        linear-gradient(
            90deg,
            rgba(91, 155, 229, 0.08),
            transparent
        );
}


.home-solutions-active-label {
    display: block;

    margin-bottom: 5px;

    color:
        rgba(139, 187, 239, 0.53);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 0.95px;
}


#homeSolutionsActiveTitle {
    display: block;

    color:
        rgba(255, 255, 255, 0.90);

    font-size: 12px;
    line-height: 1.4;

    font-weight: 630;

    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}


/* =========================================================
   LEFT LINK
========================================================= */

.home-solutions-sticky-link {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 21px;

    padding-bottom: 5px;

    color:
        rgba(255, 255, 255, 0.84);

    font-size: 10.8px;

    font-weight: 700;

    transition:
        color 0.25s ease,
        gap 0.25s ease;
}


.home-solutions-sticky-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 31px;
    height: 1px;

    background: #78afea;

    transition:
        width 0.25s ease;
}


.home-solutions-sticky-link svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform 0.25s ease;
}


.home-solutions-sticky-link:hover {
    gap: 11px;

    color: #a4cff8;
}


.home-solutions-sticky-link:hover::after {
    width: 100%;
}


.home-solutions-sticky-link:hover svg {
    transform: translateX(3px);
}


/* =========================================================
   RIGHT LIST
========================================================= */

.home-solutions-list {
    position: relative;

    min-width: 0;

    border-left:
        1px solid
        rgba(255, 255, 255, 0.09);
}


.home-solutions-list::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;
    bottom: 0;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            rgba(115, 173, 236, 0.24),
            rgba(255, 255, 255, 0.03)
        );
}


/* =========================================================
   RIGHT ITEM

   IMPORTANT:
   NO min-height
   NO fixed height
========================================================= */

.home-solutions-item {
    position: relative;

    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr)
        18px;

    gap: 23px;

    align-items: center;

    padding:
        24px 20px
        24px 29px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.09);

    opacity: 0.34;

    transition:
        opacity 0.4s ease,
        background 0.4s ease,
        transform 0.4s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.home-solutions-item::before {
    content: "";

    position: absolute;

    left: -2px;
    top: 17%;

    width: 3px;
    height: 66%;

    border-radius: 10px;

    background:
        linear-gradient(
            to bottom,
            #79afea,
            #b52e4b
        );

    transform: scaleY(0);

    transform-origin: center;

    transition:
        transform 0.4s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.home-solutions-item::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    opacity: 0;

    background:
        linear-gradient(
            90deg,
            rgba(82, 148, 225, 0.08),
            rgba(82, 148, 225, 0.018) 70%,
            transparent
        );

    transition:
        opacity 0.4s ease;
}


/* =========================================================
   ACTIVE ITEM
========================================================= */

.home-solutions-item.is-active {
    opacity: 1;

    transform:
        translateX(7px);
}


.home-solutions-item.is-active::before {
    transform:
        scaleY(1);
}


.home-solutions-item.is-active::after {
    opacity: 1;
}


/* =========================================================
   NUMBER
========================================================= */

.home-solutions-item-number {
    align-self: start;

    padding-top: 2px;

    color:
        rgba(131, 181, 236, 0.43);

    font-size: 9px;

    font-weight: 800;

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}


.home-solutions-item.is-active
.home-solutions-item-number {
    color: #91c1f3;

    transform:
        translateY(-2px);
}


/* =========================================================
   ITEM CONTENT
========================================================= */

.home-solutions-item-content {
    min-width: 0;
}


.home-solutions-item-label {
    display: block;

    margin-bottom: 6px;

    color:
        rgba(139, 188, 241, 0.50);

    font-size: 7.5px;

    font-weight: 800;

    letter-spacing: 0.9px;

    transition:
        color 0.35s ease;
}


.home-solutions-item.is-active
.home-solutions-item-label {
    color: #8bbbef;
}


.home-solutions-item-content h3 {
    max-width: 570px;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.72);

    font-size: 17px;
    line-height: 1.32;

    font-weight: 650;

    letter-spacing: -0.25px;

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}


.home-solutions-item.is-active
.home-solutions-item-content h3 {
    color: #ffffff;

    transform:
        translateX(2px);
}


.home-solutions-item-content p {
    max-width: 650px;

    margin: 8px 0 0;

    color:
        rgba(224, 234, 245, 0.42);

    font-size: 11px;
    line-height: 1.62;

    transition:
        color 0.35s ease;
}


.home-solutions-item.is-active
.home-solutions-item-content p {
    color:
        rgba(231, 239, 248, 0.65);
}


/* =========================================================
   MARKER
========================================================= */

.home-solutions-item-marker {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;
}


.home-solutions-item-marker > span {
    display: block;

    width: 5px;
    height: 5px;

    border:
        1px solid
        rgba(126, 177, 233, 0.38);

    border-radius: 50%;

    transition:
        width 0.35s ease,
        height 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}


.home-solutions-item.is-active
.home-solutions-item-marker > span {
    width: 8px;
    height: 8px;

    border-color: #82b5ed;

    background: #82b5ed;

    box-shadow:
        0 0 0 4px
        rgba(130, 181, 237, 0.09),
        0 0 18px
        rgba(130, 181, 237, 0.30);
}


/* =========================================================
   HOVER
========================================================= */

@media (hover: hover) {

    .home-solutions-item:hover {
        opacity: 0.75;

        background:
            rgba(255, 255, 255, 0.018);
    }


    .home-solutions-item.is-active:hover {
        opacity: 1;
    }

}


/* =========================================================
   BOTTOM
========================================================= */

.home-solutions-bottom {
    display: grid;

    grid-template-columns:
        minmax(235px, 0.82fr)
        minmax(0, 1.2fr)
        auto;

    gap: 36px;

    align-items: center;

    margin-top: 22px;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.09);
}


.home-solutions-bottom-copy > span {
    display: block;

    margin-bottom: 5px;

    color:
        rgba(139, 187, 239, 0.58);

    font-size: 7.5px;

    font-weight: 800;

    letter-spacing: 0.9px;
}


.home-solutions-bottom-copy strong {
    display: block;

    color:
        rgba(255, 255, 255, 0.84);

    font-size: 11.8px;
    line-height: 1.45;

    font-weight: 620;
}


.home-solutions-bottom > p {
    margin: 0;

    color:
        rgba(226, 235, 245, 0.47);

    font-size: 10.8px;
    line-height: 1.62;
}


.home-solutions-bottom > a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-size: 10.7px;

    font-weight: 700;

    white-space: nowrap;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}


.home-solutions-bottom > a svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: #83b5ee;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform 0.25s ease;
}


.home-solutions-bottom > a:hover {
    gap: 11px;

    color: #a3cef8;
}


.home-solutions-bottom > a:hover svg {
    transform:
        translateX(3px);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1120px) {

    .home-solutions-scroll-layout {
        grid-template-columns:
            minmax(285px, 0.78fr)
            minmax(0, 1.45fr);

        gap: 48px;
    }


    .home-solutions-sticky h3 {
        font-size: 24px;
    }


    .home-solutions-item {
        grid-template-columns:
            38px
            minmax(0, 1fr)
            18px;

        gap: 19px;

        padding:
            22px 17px
            22px 25px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .home-solutions {
        padding:
            66px 0
            52px;
    }


    .home-solutions-intro {
        grid-template-columns: 1fr;

        gap: 24px;

        padding:
            34px 0
            36px;
    }


    .home-solutions-intro-copy {
        max-width: 720px;
    }


    /* Disable sticky on tablet */

    .home-solutions-scroll-layout {
        display: block;
    }


    .home-solutions-sticky {
        height: auto;
    }


    .home-solutions-sticky-inner {
        position: relative;

        top: auto;

        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(250px, 0.8fr);

        gap: 14px 38px;

        padding: 27px 0;
    }


    .home-solutions-sticky-label {
        grid-column: 1;

        margin-bottom: 0;
    }


    .home-solutions-sticky h3 {
        grid-column: 1;

        max-width: 440px;
    }


    .home-solutions-sticky-description {
        grid-column: 2;

        grid-row:
            1 / span 2;

        align-self: center;

        margin: 0;

        padding-left: 20px;

        border-left:
            1px solid
            rgba(255, 255, 255, 0.10);
    }


    .home-solutions-progress,
    .home-solutions-active-content {
        display: none;
    }


    .home-solutions-sticky-link {
        grid-column: 1;

        margin-top: 3px;
    }


    .home-solutions-list {
        border-left: 0;

        border-top:
            1px solid
            rgba(255, 255, 255, 0.09);
    }


    .home-solutions-list::before {
        display: none;
    }


    .home-solutions-item {
        grid-template-columns:
            40px
            minmax(0, 1fr)
            18px;

        gap: 20px;

        padding: 22px 0;

        opacity: 1;

        transform: none;
    }


    .home-solutions-item::before {
        left: 0;
        top: -1px;

        width: 100%;
        height: 2px;

        transform:
            scaleX(0);

        transform-origin: left;
    }


    .home-solutions-item.is-active {
        transform: none;
    }


    .home-solutions-item.is-active::before {
        transform:
            scaleX(1);
    }


    .home-solutions-bottom {
        grid-template-columns:
            minmax(210px, 0.8fr)
            minmax(0, 1.2fr);

        gap: 17px 28px;
    }


    .home-solutions-bottom > a {
        grid-column: 2;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .home-solutions {
        padding:
            48px 0
            40px;
    }


    .home-solutions-word {
        top: 90px;
        right: -18px;

        font-size: 72px;
    }


    .home-solutions-top {
        display: block;

        padding-bottom: 15px;
    }


    .home-solutions-kicker {
        font-size: 8.8px;
    }


    .home-solutions-meta {
        margin-top: 10px;

        flex-wrap: wrap;

        font-size: 7px;
    }


    .home-solutions-meta i {
        width: 8px;
    }


    /* INTRO */

    .home-solutions-intro {
        padding:
            28px 0
            30px;
    }


    .home-solutions-heading h2 {
        font-size: 28px;
        line-height: 1.15;

        letter-spacing: -0.7px;
    }


    .home-solutions-intro-copy {
        padding-left: 15px;
    }


    .home-solutions-intro-copy p:first-child {
        font-size: 12.8px;
    }


    .home-solutions-intro-copy p {
        font-size: 11.8px;
    }


    /* LEFT */

    .home-solutions-sticky-inner {
        display: block;

        padding: 21px 0;
    }


    .home-solutions-sticky-label {
        margin-bottom: 9px;
    }


    .home-solutions-sticky h3 {
        max-width: 330px;

        font-size: 20px;
        line-height: 1.3;
    }


    .home-solutions-sticky-description {
        max-width: none;

        margin-top: 12px;

        padding-left: 14px;

        border-left:
            1px solid
            rgba(255, 255, 255, 0.10);

        font-size: 11px;
    }


    .home-solutions-sticky-link {
        margin-top: 15px;
    }


    /* ITEMS */

    .home-solutions-item {
        display: block;

        padding: 19px 0;

        opacity: 1;

        transform: none;
    }


    .home-solutions-item-number {
        margin-bottom: 8px;
    }


    .home-solutions-item-label {
        margin-bottom: 5px;
    }


    .home-solutions-item-content h3 {
        max-width: none;

        font-size: 15.5px;
    }


    .home-solutions-item-content p {
        max-width: none;

        margin-top: 8px;

        font-size: 11px;
        line-height: 1.62;
    }


    .home-solutions-item.is-active
    .home-solutions-item-content h3 {
        transform: none;
    }


    .home-solutions-item-marker {
        display: none;
    }


    /* BOTTOM */

    .home-solutions-bottom {
        display: block;

        margin-top: 19px;

        padding-top: 17px;
    }


    .home-solutions-bottom > p {
        margin-top: 10px;
    }


    .home-solutions-bottom > a {
        margin-top: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .home-solutions-heading h2 {
        font-size: 26px;
    }


    .home-solutions-sticky h3 {
        font-size: 19px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .home-solutions-item,
    .home-solutions-item::before,
    .home-solutions-item::after,
    .home-solutions-item-number,
    .home-solutions-item-content h3,
    .home-solutions-item-content p,
    .home-solutions-item-marker > span,
    .home-solutions-progress-track > span,
    #homeSolutionsActiveTitle,
    .home-solutions-sticky-link,
    .home-solutions-sticky-link::after,
    .home-solutions-sticky-link svg,
    .home-solutions-bottom > a,
    .home-solutions-bottom > a svg {
        transition: none !important;
    }

}