/* =========================================================
   ARAX CUSTOM FOOTER
   ========================================================= */


.arax-custom-footer {
    width: 100%;
    background: #111111;
    color: #ffffff;
}


/* =========================================================
   CTA
   ========================================================= */

.arax-footer-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f3f3f3 0%,
            #e2e2e2 100%
        );
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.10);
    padding: 30px 20px;
}

.arax-footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #a40000,
        #6d0000
    );
}

.arax-footer-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.arax-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.arax-footer-cta-text h2 {
    margin: 0 0 6px;
    font-family: "Cairo", Tahoma, Arial, sans-serif;
    color: #171717;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.6;
}

.arax-footer-cta-text p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.9;
}

.arax-footer-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 190px;
    padding: 12px 25px;

    border-radius: 28px;

    background: linear-gradient(
        135deg,
        #9b0000,
        #650000
    );

    color: #ffffff !important;

    text-decoration: none !important;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 5px 16px rgba(90,0,0,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.arax-footer-cta-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    background: linear-gradient(
        135deg,
        #b00000,
        #750000
    );

    box-shadow:
        0 8px 22px rgba(90,0,0,.32);
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.arax-footer-main {
    background:
        linear-gradient(
            135deg,
            #1b1b1b,
            #252525
        );

    padding: 55px 0 45px;

    border-top: 1px solid rgba(255,255,255,.06);
}

.arax-footer-grid {
    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.2fr;

    gap: 42px;

    align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.arax-footer-brand {
    min-width: 0;
}

.arax-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.arax-footer-logo img {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 65px;
    object-fit: contain;
}

.arax-footer-brand h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;

    line-height: 1.6;
}

.arax-footer-brand p {
    max-width: 390px;

    margin: 0;

    color: #bdbdbd;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;

    line-height: 2;
}

.arax-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-top: 18px;

    padding: 6px 13px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;

    color: #d5d5d5;

    font-size: 11px;
    font-weight: 500;
}

.arax-footer-badge strong {
    color: #d00000;
    font-weight: 700;
}


/* =========================================================
   COLUMN TITLES
   ========================================================= */

.arax-footer-column h4 {
    position: relative;

    margin: 0 0 21px;
    padding-bottom: 10px;

    color: #ffffff;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;

    line-height: 1.6;
}

.arax-footer-column h4::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;

    width: 42px;
    height: 2px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #a40000,
        #666666
    );
}


/* =========================================================
   QUICK LINKS
   ========================================================= */

.arax-footer-links {
    list-style: none;

    margin: 0;
    padding: 0;
}

.arax-footer-links li {
    margin: 0;
    padding: 0;
}

.arax-footer-links a {
    position: relative;

    display: inline-block;

    padding: 5px 0;

    color: #bdbdbd !important;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;

    text-decoration: none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}

.arax-footer-links a::before {
    content: "‹";

    display: inline-block;

    margin-left: 7px;

    color: #9d0000;

    font-weight: 700;

    transition:
        transform .2s ease;
}

.arax-footer-links a:hover {
    color: #ffffff !important;
    transform: translateX(-3px);
}

.arax-footer-links a:hover::before {
    transform: translateX(-2px);
}


/* =========================================================
   SERVICES
   ========================================================= */

.arax-footer-services {
    list-style: none;

    margin: 0;
    padding: 0;
}

.arax-footer-services li {
    position: relative;

    margin: 0 0 9px;
    padding-right: 15px;

    color: #bdbdbd;

    font-size: 13px;
    line-height: 1.8;
}

.arax-footer-services li::before {
    content: "";

    position: absolute;

    right: 0;
    top: 10px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #9d0000;
}


/* =========================================================
   CONTACT
   ========================================================= */

.arax-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.arax-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.arax-footer-contact-icon {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(160,0,0,.14);

    color: #d00000;

    font-size: 14px;
}

.arax-footer-contact-text {
    min-width: 0;
}

.arax-footer-contact-text small {
    display: block;

    margin-bottom: 1px;

    color: #888888;

    font-size: 10px;
}

.arax-footer-contact-text a,
.arax-footer-contact-text span {
    color: #dedede !important;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;

    line-height: 1.7;

    text-decoration: none !important;

    word-break: break-word;
}

.arax-footer-contact-text a:hover {
    color: #ffffff !important;
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.arax-footer-bottom {
    background: #111111;

    border-top: 1px solid rgba(255,255,255,.07);

    padding: 17px 0;
}

.arax-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.arax-footer-copyright {
    color: #858585;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 11px;

    line-height: 1.8;
}

.arax-footer-copyright strong {
    color: #c0c0c0;
    font-weight: 600;
}

.arax-footer-developer {
    color: #777777;

    font-family: "Cairo", Tahoma, Arial, sans-serif;
    font-size: 11px;

    text-decoration: none !important;
}

.arax-footer-developer:hover {
    color: #ffffff;
}

.arax-footer-developer strong {
    color: #b00000;
    font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .arax-footer-grid {
        grid-template-columns:
            1.3fr
            1fr
            1fr;

        gap: 35px;
    }

    .arax-footer-brand {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .arax-footer-container {
        width: min(100% - 30px, 560px);
    }


    .arax-footer-cta {
        padding: 27px 15px;
    }


    .arax-footer-cta-inner {
        flex-direction: column;

        text-align: center;

        gap: 18px;
    }


    .arax-footer-cta-text h2 {
        font-size: 20px;
    }


    .arax-footer-cta-text p {
        font-size: 12px;
    }


    .arax-footer-cta-button {
        width: 100%;
        max-width: 300px;
    }


    .arax-footer-main {
        padding: 40px 0 35px;
    }


    .arax-footer-grid {
        grid-template-columns: 1fr;

        gap: 30px;

        text-align: right;
    }


    .arax-footer-brand {
        grid-column: auto;
    }


    .arax-footer-brand p {
        max-width: none;
    }


    .arax-footer-column h4 {
        margin-bottom: 15px;
    }


    .arax-footer-bottom {
        padding: 15px 0;
    }


    .arax-footer-bottom-inner {
        flex-direction: column;

        text-align: center;

        gap: 5px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .arax-footer-container {
        width: calc(100% - 24px);
    }


    .arax-footer-logo img {
        max-width: 145px;
    }


    .arax-footer-brand h3 {
        font-size: 18px;
    }


    .arax-footer-cta-text h2 {
        font-size: 18px;
    }

}
/* =========================================================
   ARAX FOOTER - SAME COLOR FOR ALL FOOTER LINKS
   ========================================================= */

.arax-custom-footer .arax-footer-links li a,
.arax-custom-footer .arax-footer-links li a:visited,
.arax-custom-footer .arax-footer-services li a,
.arax-custom-footer .arax-footer-services li a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.arax-custom-footer .arax-footer-links li a:hover,
.arax-custom-footer .arax-footer-links li a:focus,
.arax-custom-footer .arax-footer-services li a:hover,
.arax-custom-footer .arax-footer-services li a:focus {
    color: #C9C9C9 !important;
    text-decoration: none !important;
}
