/**
 * Footer CSS for satyendra UK theme
 * This file contains styles specific to the footer section of the satyendra UK WordPress theme.
 * It ensures a cohesive design and responsive layout for the footer across all devices.
 */
/* Footer Container */
/* ======================================================
   SPL FOOTER - DYNAMIC WORDPRESS STYLES
   ====================================================== */
.spl_footer {
    background: linear-gradient(#100855e6, #100855e6),
        url('https://www.sppack.co.uk/wp-content/uploads/2026/05/footer-bg.jpg') center/cover no-repeat;
    color: #ffffff;
    padding: 120px 0 40px;
}
/* 1. Dynamic Menu Styling */
.spl_footer .footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.spl_footer .footer_links li {
    margin-bottom: 12px;
}
.spl_footer .footer_links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    transition: all 0.3s ease;
    display: inline-block;
}
.spl_footer .footer_links li a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: var(--spl-red);
}
/* 2. Contact Form 7 Integration */
.spl_footer .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}
.spl_footer .form-control,
.spl_footer .wpcf7-text,
.spl_footer .wpcf7-textarea,
.spl_footer .wpcf7-select {
    width: 100%;
    background: #382a97 !important;
    border: 0px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 0px;
    transition: border-color 0.3s;
}
.spl_footer .form-control::placeholder,
.spl_footer .wpcf7-text::placeholder,
.spl_footer .wpcf7-textarea::placeholder,
.spl_footer .wpcf7-select::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Ensures full brightness in Firefox */
}
.spl_footer .form-control:focus,
.spl_footer .wpcf7-text:focus,
.spl_footer .wpcf7-textarea:focus {
    border-color: var(--spl-red) !important;
    outline: none;
    background: rgba(255, 255, 255, 0.15) !important;
}
.spl_footer .wpcf7-submit.btn_send {
    background-color: var(--spl-red) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 40px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    width: auto;
}
.spl_footer .wpcf7-submit.btn_send:hover {
    background-color: #ffffff !important;
    color: var(--spl-blue) !important;
}
/* Hide CF7 Loader/Validation overlapping */
.wpcf7-spinner {
    position: absolute;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ffcfcf;
    margin-top: 5px;
}
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 10px !important;
    font-size: 14px;
    border-radius: 4px;
}
/* 3. Footer Bottom & Line Animation */
.footer_line_grow {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
}
.reveal_year,
.reveal_reserved {
    display: inline-block;
}
/* 4. Social Icons */
.social_links a {
    color: #ffffff;
    margin-left: 20px;
    font-size: 18px;
    opacity: 0.7;
    transition: 0.3s;
    display: inline-block;
}
.social_links a:hover {
    opacity: 1;
    transform: translateY(-3px);
    color: var(--spl-red);
}
/* 5. Mobile Adjustments */
@media (max-width: 767px) {
    .spl_footer {
        padding: 60px 0 30px;
    }
    .footer_bottom {
        text-align: center;
    }
    .social_links {
        margin-top: 20px;
        justify-content: center;
        display: flex;
    }
    .social_links a {
        margin: 0 10px;
    }
}
/* ======================================================
   SPL FOOTER - CONTACT INFO STYLES
   ====================================================== */
.spl_footer .contact_info {
    margin-top: 25px;
}
.spl_footer .contact_info a {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    opacity: 0.9;
}
.spl_footer .contact_info a i {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--spl-red);
    /* Uses your root red variable */
    font-size: 14px;
    transition: all 0.3s ease;
}
/* Hover Effects */
.spl_footer .contact_info a:hover {
    opacity: 1;
    color: var(--spl-red);
}
.spl_footer .contact_info a:hover i {
    background: var(--spl-red);
    color: #ffffff;
    transform: rotate(15deg);
}
/* Certification Images in Footer */
.spl_footer .footer_certs {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    max-width: 280px;
}
.spl_footer .footer_certs img {
    filter: brightness(0) invert(1);
    /* Makes logos white if needed */
    opacity: 0.8;
    max-height: 40px;
    object-fit: contain;
}
.brand_text {
    font-size: 15px;
    text-align: justify;
}
.footer_cert_block {
    border-radius: 4px;
    display: inline-block;
}
.brgs_logo {
    width: 80px;
    height: auto;
}
.iso_list {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}
.iso_list span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.5px;
}