/*=========================================================
    STAAFIAA HORIZON
    PREMIUM FOOTER
=========================================================*/


/*=========================================================
    FOOTER ROOT
=========================================================*/

.sh-footer {

    position: relative;

    background: #061521;

}


/*=========================================================
    PRE FOOTER CTA
=========================================================*/

.sh-footer-cta {

    position: relative;

    padding: 100px 0 0;

    background: #ffffff;

    z-index: 5;

}


.sh-footer-cta-box {

    position: relative;

    padding: 65px 70px;

    border-radius: 30px;

    background:
        linear-gradient(
            120deg,
            #0b2032 0%,
            #0b2943 52%,
            #0c3557 100%
        );

    box-shadow:
        0 35px 90px
        rgba(6, 21, 33, 0.20);

    overflow: hidden;

    transform: translateY(70px);

}


/* CTA GLOW */

.sh-footer-cta-glow {

    position: absolute;

    width: 430px;

    height: 430px;

    top: -250px;

    right: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(23, 107, 255, 0.48),
            rgba(23, 107, 255, 0)
        );

    pointer-events: none;

}


/* CTA PATTERN */

.sh-footer-cta-pattern {

    position: absolute;

    right: 3%;

    bottom: -80px;

    width: 280px;

    height: 280px;

    opacity: 0.15;

    pointer-events: none;

}


.sh-footer-cta-pattern span {

    position: absolute;

    inset: 0;

    border:
        1px solid
        rgba(255, 255, 255, 0.55);

    border-radius: 50%;

}


.sh-footer-cta-pattern span:nth-child(2) {

    inset: 45px;

}


.sh-footer-cta-pattern span:nth-child(3) {

    inset: 90px;

}


/* CTA CONTENT */

.sh-footer-cta-content {

    position: relative;

    z-index: 2;

    max-width: 760px;

}


.sh-footer-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 18px;

    color: #5be0ef;

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 1.8px;

}


.sh-footer-eyebrow i {

    font-size: 18px;

}


.sh-footer-cta-content h2 {

    max-width: 700px;

    margin: 0;

    color: #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: clamp(
        34px,
        4vw,
        58px
    );

    font-weight: 700;

    line-height: 1.08;

    letter-spacing: -2.5px;

}


.sh-footer-cta-content h2 span {

    color: #55dce9;

}


.sh-footer-cta-content p {

    max-width: 650px;

    margin:
        22px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.68
        );

    font-size: 18px;

    line-height: 1.8;

}


/* CTA ACTIONS */

.sh-footer-cta-actions {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 18px;

}


.sh-footer-primary-btn {

    min-width: 190px;

    height: 62px;

    padding:
        0 8px
        0 26px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border-radius: 50px;

    background: #ffffff;

    color: #071a2b;

    font-size: 16px;

    font-weight: 800;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


.sh-footer-primary-btn:hover {

    color: #071a2b;

    transform: translateY(-4px);

    box-shadow:
        0 20px 40px
        rgba(0, 0, 0, 0.20);

}


.sh-footer-btn-icon {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #176bff;

    color: #ffffff;

    font-size: 18px;

    transition:
        transform 0.35s ease;

}


.sh-footer-primary-btn:hover
.sh-footer-btn-icon {

    transform: rotate(45deg);

}


.sh-footer-text-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding-right: 12px;

    color:
        rgba(
            255,
            255,
            255,
            0.72
        );

    font-size: 18px;

    font-weight: 600;

    transition:
        color 0.3s ease;

}


.sh-footer-text-link:hover {

    color: #ffffff;

}


.sh-footer-text-link i {

    transition:
        transform 0.3s ease;

}


.sh-footer-text-link:hover i {

    transform:
        translateX(5px);

}


/*=========================================================
    MAIN FOOTER
=========================================================*/

.sh-footer-main {

    position: relative;

    padding:
        160px 0 0;

    background:
        linear-gradient(
            145deg,
            #061521 0%,
            #071a2b 48%,
            #081e30 100%
        );

    overflow: hidden;

}


/* BACKGROUND ORBITS */

.sh-footer-orbit {

    position: absolute;

    border-radius: 50%;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.035
        );

    pointer-events: none;

}


.sh-footer-orbit-one {

    width: 620px;

    height: 620px;

    left: -350px;

    bottom: -260px;

}


.sh-footer-orbit-two {

    width: 440px;

    height: 440px;

    right: -260px;

    top: 100px;

}


/*=========================================================
    FOOTER TOP
=========================================================*/

.sh-footer-top {

    position: relative;

    padding-bottom: 65px;

    z-index: 2;

}


/*=========================================================
    FOOTER BRAND
=========================================================*/

.sh-footer-brand {

    max-width: 390px;

}


.sh-footer-logo {

    display: inline-flex;

    align-items: center;

    gap: 12px;

}


.sh-footer-logo-mark {

    position: relative;

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius:
        15px 5px
        15px 5px;

    background:
        linear-gradient(
            135deg,
            #176bff,
            #0046c2
        );

    color: #ffffff;

    box-shadow:
        0 12px 30px
        rgba(
            23,
            107,
            255,
            0.28
        );

    overflow: hidden;

}


.sh-footer-logo-mark::after {

    content: "";

    position: absolute;

    width: 30px;

    height: 80px;

    top: -20px;

    right: -12px;

    transform:
        rotate(35deg);

    background:
        rgba(
            255,
            255,
            255,
            0.15
        );

}


.sh-footer-logo-mark span {

    position: relative;

    z-index: 2;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 27px;

    font-weight: 800;

}


.sh-footer-logo-text {

    display: flex;

    flex-direction: column;

    line-height: 1;

}


.sh-footer-logo-text strong {

    color: #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 1.3px;

}


.sh-footer-logo-text span {

    margin-top: 6px;

    color: #4ed9e7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4.5px;

}


.sh-footer-description {

    max-width: 370px;

    margin:
        26px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.55
        );

    font-size: 16px;

    line-height: 1.9;

}


/*=========================================================
    SOCIAL LINKS
=========================================================*/

.sh-footer-social {

    margin-top: 28px;

}


.sh-footer-social-label {

    display: block;

    margin-bottom: 12px;

    color:
        rgba(
            255,
            255,
            255,
            0.40
        );

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


.sh-footer-social-links {

    display: flex;

    align-items: center;

    gap: 9px;

}


.sh-footer-social-links a {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.10
        );

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            0.035
        );

    color:
        rgba(
            255,
            255,
            255,
            0.65
        );

    font-size: 16px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;

}


.sh-footer-social-links a:hover {

    transform:
        translateY(-4px);

    background: #176bff;

    border-color: #176bff;

    color: #ffffff;

}


/*=========================================================
    FOOTER COLUMNS
=========================================================*/

.sh-footer-column h3 {

    position: relative;

    margin:
        5px 0
        27px;

    padding-bottom: 14px;

    color: #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 18px;

    font-weight: 700;

}


.sh-footer-column h3::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 28px;

    height: 2px;

    border-radius: 10px;

    background: #176bff;

}


.sh-footer-column ul {

    list-style: none;

    margin: 0;

    padding: 0;

}


.sh-footer-column li {

    margin-bottom: 13px;

}


.sh-footer-column li:last-child {

    margin-bottom: 0;

}


.sh-footer-column li a {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color:
        rgba(
            255,
            255,
            255,
            0.53
        );

    font-size: 16px;

    line-height: 1.5;

    transition:
        color 0.3s ease,
        transform 0.3s ease;

}


.sh-footer-column li a > span {

    width: 5px;

    height: 5px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            0.20
        );

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.sh-footer-column li a:hover {

    color: #ffffff;

    transform:
        translateX(4px);

}


.sh-footer-column li a:hover > span {

    background: #4ed9e7;

    transform:
        scale(1.4);

}


/*=========================================================
    FOOTER CONTACT
=========================================================*/

.sh-footer-contact-column {

    padding-left: 10px;

}


.sh-footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-bottom: 19px;

    color: #ffffff;

}


a.sh-footer-contact-item {

    transition:
        transform 0.3s ease;

}


a.sh-footer-contact-item:hover {

    transform:
        translateX(4px);

    color: #ffffff;

}


.sh-footer-contact-icon {

    width: 38px;

    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background:
        rgba(
            23,
            107,
            255,
            0.12
        );

    color: #4ed9e7;

    font-size: 17px;

}


.sh-footer-contact-content {

    min-width: 0;

    display: flex;

    flex-direction: column;

    gap: 4px;

}


.sh-footer-contact-content small {

    color:
        rgba(
            255,
            255,
            255,
            0.38
        );

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.6px;

    text-transform: uppercase;

}


.sh-footer-contact-content strong {

    color:
        rgba(
            255,
            255,
            255,
            0.75
        );

    font-size: 17px;

    font-weight: 500;

    line-height: 1.6;

    word-break: break-word;

}


/*=========================================================
    INDUSTRIES STRIP
=========================================================*/

.sh-footer-industries {

    position: relative;

    padding:
        25px 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            0.07
        );

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            0.07
        );

    z-index: 2;

}


.sh-footer-industries-title {

    flex-shrink: 0;

    color:
        rgba(
            255,
            255,
            255,
            0.34
        );

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


.sh-footer-industry-links {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 16px;

}


.sh-footer-industry-links a {

    color:
        rgba(
            255,
            255,
            255,
            0.60
        );

    font-size: 17px;

    font-weight: 500;

    transition:
        color 0.3s ease;

}


.sh-footer-industry-links a:hover {

    color: #4ed9e7;

}


.sh-footer-industry-links > span {

    width: 3px;

    height: 3px;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            0.20
        );

}


/*=========================================================
    NEWSLETTER
=========================================================*/

.sh-footer-newsletter {

    position: relative;

    padding:
        40px 0;

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            0.07
        );

    z-index: 2;

}


.sh-newsletter-heading {

    display: flex;

    align-items: center;

    gap: 16px;

}


.sh-newsletter-icon {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background:
        rgba(
            23,
            107,
            255,
            0.12
        );

    color: #4ed9e7;

    font-size: 18px;

}


.sh-newsletter-heading h3 {

    margin:
        0 0 5px;

    color: #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 16px;

    font-weight: 700;

}


.sh-newsletter-heading p {

    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            0.42
        );

    font-size: 17px;

    line-height: 1.6;

}


/* NEWSLETTER FORM */

.sh-newsletter-form {

    max-width: 610px;

    margin-left: auto;

    padding: 6px;

    display: flex;

    align-items: center;

    gap: 8px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.10
        );

    border-radius: 14px;

    background:
        rgba(
            255,
            255,
            255,
            0.045
        );

}


.sh-newsletter-input {

    flex: 1;

    display: flex;

    align-items: center;

    gap: 11px;

    padding-left: 14px;

}


.sh-newsletter-input i {

    color:
        rgba(
            255,
            255,
            255,
            0.34
        );

    font-size: 17px;

}


.sh-newsletter-input input {

    width: 100%;

    height: 44px;

    border: 0;

    outline: 0;

    background: transparent;

    color: #ffffff;

    font-size: 18px;

}


.sh-newsletter-input input::placeholder {

    color:
        rgba(
            255,
            255,
            255,
            0.32
        );

}


.sh-newsletter-form button {

    height: 46px;

    padding:
        0 20px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    border: 0;

    border-radius: 10px;

    background: #176bff;

    color: #ffffff;

    font-size: 17px;

    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.sh-newsletter-form button:hover {

    background: #0d55d9;

    transform:
        translateX(2px);

}


.sh-newsletter-form button i {

    transition:
        transform 0.3s ease;

}


.sh-newsletter-form button:hover i {

    transform:
        translateX(3px);

}


/*=========================================================
    FOOTER BOTTOM
=========================================================*/

.sh-footer-bottom {

    position: relative;

    min-height: 85px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    z-index: 2;

}


.sh-footer-copyright {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 5px;

    color:
        rgba(
            255,
            255,
            255,
            0.38
        );

    font-size: 13px;

}


.sh-footer-copyright strong {

    color:
        rgba(
            255,
            255,
            255,
            0.72
        );

    font-weight: 600;

}


.sh-footer-legal {

    display: flex;

    align-items: center;

    gap: 14px;

}


.sh-footer-legal a {

    color:
        rgba(
            255,
            255,
            255,
            0.42
        );

    font-size: 13px;

    transition:
        color 0.3s ease;

}


.sh-footer-legal a:hover {

    color: #ffffff;

}


.sh-footer-legal span {

    width: 3px;

    height: 3px;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            0.22
        );

}


/*=========================================================
    BACK TO TOP
=========================================================*/

.sh-back-to-top {

    position: fixed;

    right: 24px;

    bottom: 24px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #071a2b;

    box-shadow:
        0 15px 40px
        rgba(
            0,
            0,
            0,
            0.18
        );

    cursor: pointer;

    z-index: 999;

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(15px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;

}


.sh-back-to-top.show {

    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);

}


.sh-back-to-top:hover {

    transform:
        translateY(-4px);

}


.sh-back-to-top i {

    position: relative;

    z-index: 2;

    font-size: 18px;

}


/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width: 1199px) {

    .sh-footer-cta-box {

        padding:
            55px 50px;

    }


    .sh-footer-contact-column {

        padding-left: 0;

    }

}


@media (max-width: 991px) {

    .sh-footer-cta {

        padding-top: 80px;

    }


    .sh-footer-cta-box {

        padding:
            50px 40px;

        transform:
            translateY(60px);

    }


    .sh-footer-cta-actions {

        align-items:
            flex-start;

    }


    .sh-footer-main {

        padding-top:
            140px;

    }


    .sh-footer-brand {

        max-width:
            560px;

    }


    .sh-newsletter-form {

        max-width:
            100%;

        margin-left:
            0;

    }

}


@media (max-width: 767px) {

    .sh-footer-cta {

        padding-top:
            65px;

    }


    .sh-footer-cta-box {

        padding:
            42px 28px;

        border-radius:
            22px;

        transform:
            translateY(50px);

    }


    .sh-footer-cta-content h2 {

        letter-spacing:
            -1.5px;

    }


    .sh-footer-main {

        padding-top:
            120px;

    }


    .sh-footer-top {

        padding-bottom:
            45px;

    }


    .sh-footer-industries {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


    .sh-footer-industry-links {

        justify-content:
            flex-start;

    }


    .sh-footer-bottom {

        padding:
            25px 0;

        align-items:
            flex-start;

        flex-direction:
            column;

        min-height:
            auto;

    }

}


@media (max-width: 575px) {

    .sh-footer-cta {

        padding-top:
            50px;

    }


    .sh-footer-cta-box {

        margin:
            0 4px;

        padding:
            38px 22px;

        border-radius:
            20px;

    }


    .sh-footer-eyebrow {

        font-size:
            9px;

        letter-spacing:
            1.3px;

    }


    .sh-footer-cta-content h2 {

        font-size:
            34px;

        line-height:
            1.12;

    }


    .sh-footer-cta-content p {

        font-size:
            13px;

    }


    .sh-footer-primary-btn {

        width:
            100%;

    }


    .sh-footer-main {

        padding-top:
            105px;

    }


    .sh-footer-logo-mark {

        width:
            46px;

        height:
            46px;

    }


    .sh-footer-logo-text strong {

        font-size:
            17px;

    }


    .sh-footer-description {

        font-size:
            14px;

    }


    .sh-footer-column h3 {

        margin-bottom:
            22px;

    }


    .sh-footer-column li {

        margin-bottom:
            11px;

    }


    .sh-footer-column li a {

        font-size:
            14px;

    }


    .sh-footer-industry-links {

        gap:
            11px;

    }


    .sh-footer-industry-links > span {

        display:
            none;

    }


    .sh-footer-industry-links a {

        padding:
            7px 10px;

        border:
            1px solid
            rgba(
                255,
                255,
                255,
                0.08
            );

        border-radius:
            50px;

    }


    .sh-newsletter-heading {

        align-items:
            flex-start;

    }


    .sh-newsletter-form {

        padding:
            5px;

    }


    .sh-newsletter-input {

        padding-left:
            10px;

    }


    .sh-newsletter-input i {

        display:
            none;

    }


    .sh-newsletter-form button {

        padding:
            0 15px;

    }


    .sh-newsletter-form button span {

        display:
            none;

    }


    .sh-footer-copyright {

        line-height:
            1.7;

    }


    .sh-back-to-top {

        right:
            16px;

        bottom:
            16px;

        width:
            44px;

        height:
            44px;

    }

}