/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2026 | 21:05:05 */
/* ==========================================================
   SECOND CREEK TECHNOLOGIES — GLOBAL FOOTER
   Desktop + Tablet + Mobile
   ========================================================== */


/* ==========================================================
   FOOTER BASE
   ========================================================== */

.sct-footer {
    width: 100%;
    background: #020d20;
    color: #ffffff;
    overflow: hidden;
}

.sct-footer,
.sct-footer * {
    box-sizing: border-box;
}


/* ==========================================================
   TOP CTA SECTION
   ========================================================== */

.footer-cta {
    width: 100%;
    background: #06172d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-cta-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 58px 30px;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
}


/* CTA COPY */

.footer-cta-copy {
    min-width: 0;
}


/* Eyebrow */

.footer-eyebrow {
    margin: 0 0 12px !important;
}

.footer-eyebrow .elementor-heading-title {
    margin: 0;

    color: #2490ff;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Main CTA heading */

.footer-cta-heading {
    margin: 0 0 14px !important;
}

.footer-cta-heading .elementor-heading-title {
    margin: 0;

    max-width: 760px;

    color: #ffffff;

    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1.12;
    font-weight: 700;

    letter-spacing: -0.8px;
}


/* CTA text */

.footer-cta-text {
    margin: 0 !important;
}

.footer-cta-text,
.footer-cta-text p {
    color: #aeb9c8;

    font-size: 17px;
    line-height: 1.7;
}

.footer-cta-text p {
    margin: 0;
}


/* ==========================================================
   CTA BUTTON
   ========================================================== */

.footer-cta-action {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

.footer-cta-button {
    margin: 0 !important;
}

.footer-cta-button .elementor-button {
    min-height: 54px;

    padding: 16px 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #2563eb;

    border: 1px solid #2563eb;
    border-radius: 7px;

    color: #ffffff;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.7px;
    text-transform: uppercase;

    box-shadow: none;

    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.footer-cta-button .elementor-button:hover {
    background: #1d55d3;
    border-color: #1d55d3;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.22);
}


/* CTA arrow */

.footer-cta-button .elementor-button-icon {
    margin-left: 10px;

    transition: transform 0.22s ease;
}

.footer-cta-button .elementor-button:hover .elementor-button-icon {
    transform: translateX(4px);
}


/* ==========================================================
   MAIN FOOTER
   ========================================================== */

.footer-main {
    width: 100%;
    background: #020d20;
}

.footer-main-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 72px 30px 66px;

    display: grid !important;

    grid-template-columns:
        minmax(260px, 1.35fr)
        minmax(200px, 1fr)
        minmax(150px, 0.72fr)
        minmax(230px, 1fr);

    gap: 58px;

    align-items: start;
}


/* ==========================================================
   BRAND COLUMN
   ========================================================== */

.footer-brand {
    min-width: 0;
}


/* Logo */

.footer-logo {
    margin: 0 0 24px !important;
}

.footer-logo img {
    display: block;

    width: auto;
    max-width: 245px;
    max-height: 80px;

    object-fit: contain;
}


/* Brand text */

.footer-brand-text {
    margin: 0 !important;
}

.footer-brand-text,
.footer-brand-text p {
    color: #9eabbc;

    font-size: 15px;
    line-height: 1.75;
}

.footer-brand-text p {
    margin: 0;
}


/* ==========================================================
   SOCIAL ICONS
   ========================================================== */

.footer-social {
    margin-top: 25px !important;
}

.footer-social .elementor-social-icons-wrapper {
    display: flex;
    gap: 9px;
}

.footer-social .elementor-social-icon {
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.06) !important;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 6px;

    color: #ffffff !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.footer-social .elementor-social-icon:hover {
    background: #2563eb !important;
    border-color: #2563eb;

    transform: translateY(-2px);
}


/* ==========================================================
   FOOTER COLUMN TITLES
   ========================================================== */

.footer-column-title {
    margin: 0 0 23px !important;
}

.footer-column-title .elementor-heading-title {
    margin: 0;

    color: #2490ff;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* ==========================================================
   STANDARD FOOTER LINKS
   Services + Company
   ========================================================== */

.footer-links {
    margin: 0 !important;
}

.footer-links .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-links .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 0 11px !important;
}


/* Remove default Elementor icons */

.footer-links .elementor-icon-list-icon {
    display: none !important;
}


/* Remove Elementor icon spacing */

.footer-links .elementor-icon-list-text {
    padding-left: 0 !important;

    color: #aab5c4;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-links .elementor-icon-list-item a {
    width: fit-content;

    color: #aab5c4;

    text-decoration: none;

    transition: color 0.2s ease;
}

.footer-links .elementor-icon-list-item a:hover,
.footer-links .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #ffffff;
}


/* Small blue accent on hover */

.footer-links .elementor-icon-list-item a::before {
    content: "";

    width: 0;
    height: 1px;

    display: inline-block;

    margin-right: 0;

    background: #2563eb;

    vertical-align: middle;

    transition:
        width 0.2s ease,
        margin-right 0.2s ease;
}

.footer-links .elementor-icon-list-item a:hover::before {
    width: 12px;
    margin-right: 7px;
}


/* ==========================================================
   CONTACT COLUMN
   ========================================================== */

.footer-contact {
    min-width: 0;
}

.footer-contact-text {
    margin: 0 0 21px !important;
}

.footer-contact-text,
.footer-contact-text p {
    color: #9eabbc;

    font-size: 15px;
    line-height: 1.7;
}

.footer-contact-text p {
    margin: 0;
}


/* Contact phone/email list */

.footer-contact-list {
    margin: 0 0 25px !important;
}

.footer-contact-list .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-contact-list .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 0 12px !important;
}

.footer-contact-list .elementor-icon-list-icon {
    width: 27px;

    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    color: #2490ff !important;
}

.footer-contact-list .elementor-icon-list-icon i,
.footer-contact-list .elementor-icon-list-icon svg {
    color: #2490ff !important;
    fill: #2490ff !important;
}

.footer-contact-list .elementor-icon-list-text {
    color: #d0d7e0;

    font-size: 15px;
    line-height: 1.5;
}

.footer-contact-list a {
    text-decoration: none;
}

.footer-contact-list a,
.footer-contact-list a .elementor-icon-list-text {
    transition: color 0.2s ease;
}

.footer-contact-list a:hover .elementor-icon-list-text {
    color: #ffffff;
}


/* ==========================================================
   CONTACT BUTTON
   ========================================================== */

.footer-contact-button {
    margin: 0 !important;
}

.footer-contact-button .elementor-button {
    min-height: 46px;

    padding: 13px 19px;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;

    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.8px;
    text-transform: uppercase;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.footer-contact-button .elementor-button:hover {
    background: #2563eb;
    border-color: #2563eb;

    color: #ffffff;

    transform: translateY(-2px);
}

.footer-contact-button .elementor-button-icon {
    margin-left: 8px;

    transition: transform 0.2s ease;
}

.footer-contact-button .elementor-button:hover .elementor-button-icon {
    transform: translateX(3px);
}


/* ==========================================================
   BOTTOM BAR
   ========================================================== */

.footer-bottom {
    width: 100%;

    background: #010918;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 20px 30px;

    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* Copyright */

.footer-copyright {
    margin: 0 !important;
}

.footer-copyright,
.footer-copyright p {
    color: #7f8da1;

    font-size: 13px;
    line-height: 1.5;
}

.footer-copyright p {
    margin: 0;
}


/* ==========================================================
   LEGAL LINKS
   ========================================================== */

.footer-legal {
    margin-left: auto;
}

.footer-legal-links {
    margin: 0 !important;
}

.footer-legal-links .elementor-icon-list-items {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;

    gap: 22px;

    margin: 0 !important;
    padding: 0 !important;
}

.footer-legal-links .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-legal-links .elementor-icon-list-icon {
    display: none !important;
}

.footer-legal-links .elementor-icon-list-text {
    padding: 0 !important;

    color: #7f8da1;

    font-size: 13px;
    line-height: 1.5;

    transition: color 0.2s ease;
}

.footer-legal-links a {
    text-decoration: none;
}

.footer-legal-links a:hover .elementor-icon-list-text {
    color: #ffffff;
}


/* Divider between legal links */

.footer-legal-links .elementor-icon-list-item:not(:last-child)::after {
    content: "";

    width: 1px;
    height: 12px;

    position: relative;
    left: 11px;

    display: inline-block;

    background: rgba(255, 255, 255, 0.16);
}


/* ==========================================================
   TABLET
   ---------------------------------------------------------
   Extended from 1024px to 1200px: .footer-main-inner's
   desktop grid-template-columns (minmax(260px,...) etc.)
   cannot shrink below ~840px combined, causing document-level
   horizontal overflow between roughly 1025-1200px, where the
   fluid 2-column tablet layout below already fits safely.
   ========================================================== */

@media (max-width: 1200px) {

    .footer-cta-inner {
        padding: 50px 28px;

        grid-template-columns: minmax(0, 1fr) auto;

        gap: 35px;
    }

    .footer-cta-heading .elementor-heading-title {
        font-size: 32px;
    }

    .footer-main-inner {
        padding: 62px 28px 58px;

        grid-template-columns:
            minmax(0, 1.25fr)
            minmax(0, 1fr);

        gap: 48px 60px;
    }

    .footer-brand {
        padding-right: 20px;
    }

    .footer-bottom-inner {
        padding-left: 28px;
        padding-right: 28px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    /* CTA */

    .footer-cta-inner {
        padding: 42px 22px;

        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start;

        gap: 25px;
    }

    .footer-cta-heading .elementor-heading-title {
        font-size: 29px;
        line-height: 1.16;
        letter-spacing: -0.4px;
    }

    .footer-cta-text,
    .footer-cta-text p {
        font-size: 16px;
    }

    .footer-cta-action {
        width: 100%;

        justify-content: flex-start;
    }

    .footer-cta-button {
        width: 100%;
    }

    .footer-cta-button .elementor-button {
        width: 100%;
    }


    /* Main footer */

    .footer-main-inner {
        padding: 50px 22px 46px;

        display: flex !important;
        flex-direction: column !important;

        gap: 40px;
    }

    .footer-brand,
    .footer-services,
    .footer-company,
    .footer-contact {
        width: 100%;
    }

    .footer-logo img {
        max-width: 225px;
    }

    .footer-column-title {
        margin-bottom: 18px !important;
    }


    /* Bottom */

    .footer-bottom-inner {
        padding: 22px;

        flex-direction: column !important;
        align-items: flex-start;

        gap: 13px;
    }

    .footer-legal {
        margin-left: 0;
    }

    .footer-legal-links .elementor-icon-list-items {
        gap: 18px;
    }

    .footer-legal-links .elementor-icon-list-item:not(:last-child)::after {
        left: 9px;
    }
}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .footer-cta-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-main-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-bottom-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-cta-heading .elementor-heading-title {
        font-size: 27px;
    }
}

