.elementor-14 .elementor-element.elementor-element-282a1ef{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-35e57fd *//* ========================================
   SJM PREMIUM FOOTER
======================================== */

.sjm-footer,
.sjm-footer * {
    box-sizing: border-box;
}

.sjm-footer {
    position: relative;
    overflow: hidden;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(201, 145, 15, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(255, 215, 102, 0.08),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #020d20 0%,
            #061b3c 50%,
            #020d20 100%
        );
}


/* ========================================
   GOLD TOP ACCENT
======================================== */

.sjm-footer-top-line {
    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        transparent,
        #b97805,
        #ffd86b,
        #fff2ad,
        #ffd86b,
        #b97805,
        transparent
    );
}


/* ========================================
   MAIN CONTAINER
======================================== */

.sjm-footer-container {
    width: min(1400px, 90%);
    margin: auto;

    padding: 75px 0 65px;

    display: grid;

    grid-template-columns:
        1.4fr
        0.9fr
        1fr
        1.4fr;

    gap: 55px;
}


/* ========================================
   FOOTER LOGO
======================================== */

.sjm-footer-logo {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    padding: 8px 14px;

    border-radius: 14px;

    border: 2px solid #dca821;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(220, 168, 33, 0.08);

    margin-bottom: 22px;
}

.sjm-footer-logo img {
    width: 250px;
    max-width: 100%;
    height: auto;

    display: block;
}


/* ========================================
   ABOUT TEXT
======================================== */

.sjm-footer-about > p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 15px;

    line-height: 1.8;
}


/* ========================================
   READ MORE BUTTON
======================================== */

.sjm-footer-readmore {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 23px;

    color: #ffd96b;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.sjm-footer-readmore span {
    font-size: 19px;

    transition: transform 0.3s ease;
}

.sjm-footer-readmore:hover {
    color: #ffffff;
}

.sjm-footer-readmore:hover span {
    transform: translateX(5px);
}


/* ========================================
   FOOTER HEADINGS
======================================== */

.sjm-footer-col h3 {
    position: relative;

    margin: 8px 0 28px;

    padding-bottom: 14px;

    color: #ffffff;

    font-size: 19px;
    font-weight: 700;
}

.sjm-footer-col h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 48px;
    height: 2px;

    background: linear-gradient(
        90deg,
        #b97805,
        #ffe080
    );
}


/* ========================================
   FOOTER LINKS
======================================== */

.sjm-footer-links {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sjm-footer-links li {
    margin-bottom: 13px;
}

.sjm-footer-links li a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.sjm-footer-links li a span {
    color: #e4af2d;

    font-size: 20px;

    line-height: 1;

    transition: transform 0.3s ease;
}

.sjm-footer-links li a:hover {
    color: #ffe080;

    transform: translateX(5px);
}

.sjm-footer-links li a:hover span {
    transform: translateX(3px);
}


/* ========================================
   CONTACT SECTION
======================================== */

.sjm-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 22px;
}

.sjm-contact-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 17px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #d89a10,
            #ffe58c
        );

    color: #061b3c;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.25);
}

.sjm-contact-item strong {
    display: block;

    margin-bottom: 4px;

    color: #ffe080;

    font-size: 14px;
}

.sjm-contact-item p {
    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;

    line-height: 1.6;
}


/* ========================================
   FOOTER BOTTOM
======================================== */

.sjm-footer-bottom {
    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    background:
        rgba(0, 0, 0, 0.16);
}

.sjm-footer-bottom-container {
    width: min(1400px, 90%);
    margin: auto;

    min-height: 75px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.sjm-footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.55);

    font-size: 13px;
}

.sjm-footer-credit a {
    color: #ffd86b;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.3s ease;
}

.sjm-footer-credit a:hover {
    color: #ffffff;
}


/* ========================================
   TABLET RESPONSIVE
======================================== */

@media (max-width: 1100px) {

    .sjm-footer-container {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 50px 60px;
    }

}


/* ========================================
   MOBILE RESPONSIVE
======================================== */

@media (max-width: 650px) {

    .sjm-footer-container {
        width: 90%;

        padding: 55px 0 45px;

        grid-template-columns: 1fr;

        gap: 40px;
    }

    .sjm-footer-logo img {
        width: 220px;
    }

    .sjm-footer-col h3 {
        margin-top: 0;
    }

    .sjm-footer-bottom-container {
        width: 90%;

        min-height: auto;

        padding: 20px 0;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        gap: 8px;
    }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 400px) {

    .sjm-footer-logo {
        padding: 6px 9px;
    }

    .sjm-footer-logo img {
        width: 190px;
    }

}/* End custom CSS */