/*
Theme Name:     ProRedLine Custom Theme
Theme URI:      https://proredline.com/
Description:    Child theme for OceanWP by ProRedLine.
Author:         ProRedLine
Author URI:     https://proredline.com/
Template:       oceanwp
Version:        1.2.0
Text Domain:    proredline-custom-theme
*/

/* ProRedLine Custom Footer style */
footer.prl-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(204, 0, 0, 0.10), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(204, 0, 0, 0.08), transparent 22%),
        linear-gradient(180deg, #0a0a0c 0%, #070709 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #f3f4f6;
    margin-top: 0;
    padding: 0;
}

footer.prl-footer * {
    box-sizing: border-box;
}

footer.prl-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(204, 0, 0, 0.00) 12%,
        rgba(204, 0, 0, 0.38) 50%,
        rgba(204, 0, 0, 0.00) 88%,
        transparent 100%
    );
    z-index: 2;
}

footer.prl-footer .prl-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

footer.prl-footer .prl-footer__grid {
    position: absolute;
    inset: 0;
    opacity: 0.045;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.04));
    -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.04));
}

footer.prl-footer .prl-footer__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(85px);
    opacity: 0.22;
}

footer.prl-footer .prl-footer__glow--1 {
    width: 300px;
    height: 300px;
    left: -35px;
    top: 10px;
    background: rgba(204, 0, 0, 0.18);
}

footer.prl-footer .prl-footer__glow--2 {
    width: 220px;
    height: 220px;
    right: 30px;
    top: 0;
    background: rgba(204, 0, 0, 0.12);
}

footer.prl-footer .prl-footer__container {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 56px));
    margin: 0 auto;
    padding: 58px 0 20px;
}

footer.prl-footer .prl-footer__top {
    display: grid;
    grid-template-columns: minmax(240px, 1.05fr) minmax(0, 2fr);
    gap: 48px;
    align-items: start;
}

footer.prl-footer .prl-footer__brand {
    max-width: 345px;
}

footer.prl-footer .prl-footer__logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

footer.prl-footer .prl-footer__logo {
    width: 100%;
    max-width: 155px !important;
    height: auto !important;
    display: block;
}

footer.prl-footer .prl-footer__tagline {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(243, 244, 246, 0.72);
}

footer.prl-footer .prl-footer__nav-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(135px, 1fr));
    gap: 28px;
}

footer.prl-footer .prl-footer__heading {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #ffffff;
}

footer.prl-footer .prl-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.prl-footer .prl-footer__links li {
    margin: 0 0 11px;
}

footer.prl-footer .prl-footer__links a,
footer.prl-footer .prl-footer__contact a {
    color: rgba(243, 244, 246, 0.76);
    text-decoration: none;
    transition:
        color 0.22s ease,
        opacity 0.22s ease,
        transform 0.22s ease;
}

footer.prl-footer .prl-footer__links a:hover,
footer.prl-footer .prl-footer__contact a:hover {
    color: #ffffff;
}

footer.prl-footer .prl-footer__contact p {
    margin: 12px 0 0;
    line-height: 1.75;
    color: rgba(243, 244, 246, 0.66);
}

footer.prl-footer .prl-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

footer.prl-footer .prl-footer__socials--centered {
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
    margin-bottom: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
}

footer.prl-footer .prl-footer__socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.025);
    color: #f3f4f6;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease;
}

footer.prl-footer .prl-footer__socials a:hover {
    transform: translateY(-2px);
    border-color: rgba(204, 0, 0, 0.28);
    background: rgba(204, 0, 0, 0.07);
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

footer.prl-footer .prl-footer__social-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    line-height: 0;
}

footer.prl-footer .prl-footer__social-icon img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    object-position: center;
}

footer.prl-footer .prl-footer__bottom {
    margin-top: 42px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

footer.prl-footer .prl-footer__bottom p,
footer.prl-footer .prl-footer__bottom span {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(243, 244, 246, 0.52);
}

footer.prl-footer .prl-footer__bottom-right {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    footer.prl-footer .prl-footer__top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    footer.prl-footer .prl-footer__brand {
        max-width: 100%;
    }

    footer.prl-footer .prl-footer__nav-wrap {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        gap: 26px;
    }
}

@media (max-width: 767px) {
    footer.prl-footer .prl-footer__container {
        width: min(100% - 32px, 1280px);
        padding: 46px 0 18px;
    }

    footer.prl-footer .prl-footer__nav-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    footer.prl-footer .prl-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    footer.prl-footer .prl-footer__bottom-right {
        justify-content: flex-start;
        gap: 8px 14px;
    }
}
/* ProRedLine Custom Footer Style End */
