.elementor-4099 .elementor-element.elementor-element-c00719f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0420b9d *//* =========================================================
   STPI PREMIUM FOOTER
   BOLD TYPOGRAPHY VERSION
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800;900&display=swap');


/* =========================================================
   VARIABLES
   ========================================================= */

.stpi-footer-new {
    --stpi-blue: #0756A3;
    --stpi-blue-dark: #043C78;
    --stpi-green: #78A942;
    --stpi-green-light: #EEF6E6;

    --stpi-heading: #14233A;
    --stpi-text: #46566B;
    --stpi-light-text: #66758A;

    --stpi-border: #E3E9F0;
    --stpi-light-bg: #F7F9FC;

    width: 100%;
    background: #ffffff;

    font-family: "Poppins", Arial, sans-serif;

    border-top: 4px solid var(--stpi-blue);

    color: var(--stpi-text);
}


/* =========================================================
   RESET
   ========================================================= */

.stpi-footer-new *,
.stpi-footer-new *::before,
.stpi-footer-new *::after {
    box-sizing: border-box;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.stpi-footer-wrap {
    width: 100%;
    max-width: 1380px;

    margin: 0 auto;

    padding: 45px 45px 40px;

    display: grid;

    grid-template-columns:
        1.45fr
        0.8fr
        1fr
        1.35fr;

    gap: 45px;

    align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.stpi-footer-brand {
    min-width: 0;
}

.stpi-footer-brand img {
    display: block;

    width: 300px;
    max-width: 100%;
    height: auto;

    margin: 0 0 18px;
}


.stpi-footer-brand p {
    max-width: 360px;

    margin: 0 0 22px;

    color: var(--stpi-text);

    font-size: 13px;
    line-height: 1.85;

    font-weight: 600;
}


/* =========================================================
   ENROLL BUTTON
   ========================================================= */

.stpi-enroll-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 12px 22px;

    background: var(--stpi-blue);
    color: #ffffff !important;

    border-radius: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;
    font-weight: 800;

    line-height: 1;

    text-decoration: none !important;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.stpi-enroll-btn:hover {
    background: var(--stpi-blue-dark);

    color: #ffffff !important;

    transform: translateY(-2px);
}


.stpi-enroll-btn i {
    font-size: 11px;
}


/* =========================================================
   COLUMN HEADINGS
   ========================================================= */

.stpi-footer-links h3,
.stpi-footer-contact h3 {

    position: relative;

    margin: 2px 0 24px;

    padding: 0;

    color: var(--stpi-heading);

    font-family: "Poppins", sans-serif;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: -0.2px;
}


/* Green underline */

.stpi-footer-links h3::after,
.stpi-footer-contact h3::after {

    content: "";

    display: block;

    width: 34px;
    height: 3px;

    margin-top: 9px;

    background: var(--stpi-green);

    border-radius: 10px;
}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

.stpi-footer-links {
    min-width: 0;
}


.stpi-footer-links a {

    display: block;

    margin: 0 0 12px;

    color: var(--stpi-text) !important;

    font-family: "Poppins", sans-serif;

    font-size: 12.5px;

    line-height: 1.5;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


.stpi-footer-links a:hover {

    color: var(--stpi-blue) !important;

    padding-left: 5px;
}


/* =========================================================
   CONTACT
   ========================================================= */

.stpi-footer-contact {
    min-width: 0;
}


.stpi-contact-row {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin: 0 0 15px;
}


/* Contact Icon */

.stpi-contact-row > i {

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    margin-top: 1px;

    background: var(--stpi-green-light);

    color: var(--stpi-green);

    border-radius: 50%;

    font-size: 12px;
}


/* Address */

.stpi-contact-row span {

    display: block;

    padding-top: 3px;

    color: var(--stpi-text);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.75;

    font-weight: 600;
}


/* Phone + Email */

.stpi-contact-row a {

    display: block;

    padding-top: 4px;

    color: var(--stpi-text) !important;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.6;

    font-weight: 700;

    text-decoration: none !important;

    transition: color 0.2s ease;
}


.stpi-contact-row a:hover {

    color: var(--stpi-blue) !important;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.stpi-social-icons {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 20px;
}


.stpi-social-icons a {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: #F3F6F9;

    border: 1px solid var(--stpi-border);

    border-radius: 5px;

    color: var(--stpi-blue) !important;

    font-size: 13px;

    text-decoration: none !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.stpi-social-icons a:hover {

    background: var(--stpi-blue);

    border-color: var(--stpi-blue);

    color: #ffffff !important;

    transform: translateY(-3px);
}


/* =========================================================
   BOTTOM FOOTER
   ========================================================= */

.stpi-footer-bottom {

    width: 100%;

    background: var(--stpi-light-bg);

    border-top: 1px solid var(--stpi-border);
}


.stpi-footer-bottom-wrap {

    width: 100%;
    max-width: 1380px;

    margin: 0 auto;

    padding: 16px 45px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


/* Copyright */

.stpi-footer-bottom p {

    margin: 0;

    color: #64748B;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;
}


/* Privacy / Terms */

.stpi-footer-bottom a {

    color: #64748B !important;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none !important;

    transition: color 0.2s ease;
}


.stpi-footer-bottom a:hover {

    color: var(--stpi-blue) !important;
}


.stpi-footer-bottom span {

    margin: 0 9px;

    color: #B9C3CE;

    font-size: 11px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .stpi-footer-wrap {

        grid-template-columns:
            1.3fr
            1fr
            1fr;

        gap: 35px;

        padding: 42px 30px 35px;
    }


    .stpi-footer-contact {

        grid-column: 1 / -1;

        padding-top: 28px;

        border-top: 1px solid var(--stpi-border);
    }


    .stpi-contact-row {

        display: inline-flex;

        vertical-align: top;

        margin-right: 28px;
    }


    .stpi-social-icons {

        margin-top: 8px;
    }


    .stpi-footer-bottom-wrap {

        padding-left: 30px;
        padding-right: 30px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .stpi-footer-wrap {

        display: block;

        padding: 38px 22px 30px;
    }


    .stpi-footer-brand,
    .stpi-footer-links,
    .stpi-footer-contact {

        margin-bottom: 32px;
    }


    .stpi-footer-brand img {

        width: 260px;

        margin-bottom: 16px;
    }


    .stpi-footer-brand p {

        max-width: 100%;

        font-size: 12px;

        line-height: 1.8;

        font-weight: 600;
    }


    .stpi-footer-links h3,
    .stpi-footer-contact h3 {

        font-size: 15px;

        margin-bottom: 18px;

        font-weight: 800;
    }


    .stpi-footer-links a {

        margin-bottom: 11px;

        font-size: 12px;

        font-weight: 600;
    }


    .stpi-footer-contact {

        padding-top: 0;

        border-top: none;
    }


    .stpi-contact-row {

        display: flex;

        margin-right: 0;

        margin-bottom: 15px;
    }


    .stpi-contact-row span,
    .stpi-contact-row a {

        font-size: 11.5px;

        font-weight: 600;
    }


    .stpi-footer-bottom-wrap {

        flex-direction: column;

        padding: 17px 22px;

        gap: 8px;

        text-align: center;
    }


    .stpi-footer-bottom p,
    .stpi-footer-bottom a {

        font-size: 10.5px;

        font-weight: 600;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .stpi-footer-wrap {

        padding-left: 18px;
        padding-right: 18px;
    }


    .stpi-footer-brand img {

        width: 230px;
    }


    .stpi-footer-brand p {

        font-size: 11.5px;

        font-weight: 600;
    }


    .stpi-footer-bottom-wrap {

        padding-left: 18px;
        padding-right: 18px;
    }
}/* End custom CSS */