.elementor-20 .elementor-element.elementor-element-99a37a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-53806d7{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-53806d7 *//* =========================================================
   USA OFFICIAL IT — LIGHT PREMIUM FOOTER
   ========================================================= */

.usa-footer {
    width: 100%;
    background: #F8FAFC;
    color: #475569;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Arial, sans-serif;
    overflow: hidden;
}

.usa-footer * {
    box-sizing: border-box;
}

.usa-footer-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 75px 20px 40px;
}

/* =========================
   GRID
   ========================= */

.usa-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
    gap: 55px;
}

/* =========================
   ABOUT
   ========================= */

.usa-footer-brand h3 {
    margin: 0 0 20px;
    color: #0F172A;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.usa-footer-brand h3 span {
    color: #F97316;
}

.usa-footer-about {
    max-width: 315px;
    margin: 0;
    color: #64748B;
    font-size: 13px;
    line-height: 1.9;
}

/* =========================
   COLUMN TITLE
   ========================= */

.usa-footer-column h4 {
    position: relative;
    margin: 0 0 24px;
    color: #0F172A;
    font-size: 15px;
    font-weight: 750;
}

.usa-footer-column h4::after {
    content: "";
    display: block;

    width: 28px;
    height: 2px;

    margin-top: 10px;

    border-radius: 10px;
    background: #F97316;
}

/* =========================
   LINKS
   ========================= */

.usa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.usa-footer-links li {
    margin: 0 0 13px;
    padding: 0;
}

.usa-footer-links a {
    display: inline-flex;
    align-items: center;

    color: #64748B;

    font-size: 13px;
    line-height: 1.5;

    text-decoration: none !important;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.usa-footer-links a::before {
    content: "›";

    margin-right: 7px;

    color: #F97316;

    font-size: 16px;

    opacity: 0;
    transform: translateX(-5px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.usa-footer-links a:hover {
    color: #F97316 !important;
    transform: translateX(3px);
}

.usa-footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* =========================
   PAYMENT METHODS
   ========================= */

.usa-footer-payment-image {
    width: 100%;
    max-width: 265px;
    height: auto;

    display: block;

    margin-top: 4px;

    border-radius: 8px;

    opacity: 0.95;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.usa-footer-payment-image:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* =========================
   CONTACT
   ========================= */

.usa-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.usa-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.usa-footer-contact-icon {
    width: 31px;
    height: 31px;

    flex: 0 0 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #FFF7ED;

    color: #F97316;

    border: 1px solid #FED7AA;

    font-size: 11px;
    font-weight: 700;
}

.usa-footer-contact-text {
    min-width: 0;
    padding-top: 2px;
}

.usa-footer-contact-label {
    display: block;

    margin-bottom: 3px;

    color: #94A3B8;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.usa-footer-contact-text a,
.usa-footer-contact-text span {
    color: #475569;

    font-size: 12px;
    line-height: 1.6;

    text-decoration: none !important;

    word-break: break-word;
}

.usa-footer-contact-text a:hover {
    color: #F97316 !important;
}

/* =========================
   BOTTOM
   ========================= */

.usa-footer-bottom {
    margin-top: 55px;
    padding-top: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-top: 1px solid #E2E8F0;
}

.usa-footer-copyright {
    margin: 0;

    color: #94A3B8;

    font-size: 11px;
    line-height: 1.6;
}

.usa-footer-copyright strong {
    color: #475569;
    font-weight: 700;
}

.usa-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.usa-footer-bottom-links a {
    color: #94A3B8;

    font-size: 11px;

    text-decoration: none !important;

    transition: color 0.25s ease;
}

.usa-footer-bottom-links a:hover {
    color: #F97316 !important;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 950px) {

    .usa-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 35px;
    }

}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .usa-footer-container {
        padding: 60px 20px 30px;
    }

    .usa-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .usa-footer-brand h3 {
        font-size: 22px;
    }

    .usa-footer-about {
        max-width: 100%;
    }

    .usa-footer-bottom {
        margin-top: 40px;
        padding-top: 22px;

        flex-direction: column;
        align-items: flex-start;
    }

    .usa-footer-bottom-links {
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .usa-footer-payment-image {
        max-width: 280px;
    }

}/* End custom CSS */