/* ============================================================
   FOOTER – FULL WIDTH + DESIGN + RESPONSIVE (FINAL FIXED)
   ============================================================ */

/* The background wrapper controls full width */
.footer-bg-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Dark overlay */
.site-footer__overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.78);
    padding-top: 60px;  
    padding-bottom: 40px; 
}

/* Container stays boxed */
.site-footer .container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
   FIX ALIGNMENT TO MATCH ORIGINAL SITE
============================================================ */

/* Align all columns equally at top */
.footer-top .col-lg-3,
.footer-top .col-md-6,
.footer-top > div[class*="col-"] {
    text-align: left !important;
}

/* Remove extra padding applied by WP */
.footer-top > div {
    padding-top: 0 !important;
}


/* ============================================================
   FOOTER CONTENT
============================================================ */

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 18px;
}

.footer-title {
    color: #20a075;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-links li {
    margin: 0.55rem 0;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.footer-links a:hover {
    text-decoration: underline;
}

.footer-contact i {
    width: 20px;
    text-align: center;
    opacity: 0.85;
}

.footer-payment {
    max-height: 68px;
    margin-top: 15px;
}

/* ✅ NEW — Push down the right 3 footer menu columns */
.footer-top > div:not(:first-child) .footer-bottom-link {
    padding-top: 28px;  /* Adjust to 25–35px to fine-tune alignment */
}


/* ============================================================
   DIVIDER LINE
============================================================ */

.footer-divider {
    width: 100%;
    border: 0;
    border-top: 3px solid #ffffff !important;
    margin: 25px 0 0 0;
}

/* ============================================================
   FOOTER BOTTOM
============================================================ */

.footer-bottom {
    padding: 18px 0 25px;
    text-align: center;
}

.footer-bottom p {
    color: #ffffff;
    opacity: 1;
    margin: 0;
}

.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    opacity: 1;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991.98px) {
    .footer-title { margin-top: 1rem; }
    .footer-payment { max-height: 60px; }
}

@media (max-width: 767.98px) {
    .site-footer__overlay { padding-top: 40px; padding-bottom: 30px; }
    .footer-logo { max-width: 160px; }
    .footer-contact li { font-size: 0.95rem; }
    .footer-links a { font-size: 0.95rem; }
    .footer-divider { margin-top: 30px; }
}
