/* Premium White Footer Styles */
.footer-white {
    background-color: #ffffff !important;
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 24px 24px;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
    /* Soft shadow for depth */
    border-top: 5px solid transparent;
    border-image: linear-gradient(to right, #0e56a2, #24c6dc) 1;
}

/* Footer Top Section */
.footer-white .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.footer-white .footer-top-border {
    border: none;
    /* Override default border if any */
}

.footer-white .logo-top img {
    max-height: 50px;
    transition: transform 0.3s ease;
}

.footer-white .logo-top img:hover {
    transform: scale(1.05);
}

.footer-white .payment-wrap .info h4 {
    color: #0e56a2 !important;
    /* Theme blue */
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-white .payment-wrap .info h6 {
    color: #666 !important;
    font-weight: 500;
}

/* Widget Styles */
.footer-white .widget_title {
    color: #1a1a1a !important;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-white .widget_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #0e56a2;
    border-radius: 2px;
}

.footer-white .about-text {
    color: #555 !important;
    line-height: 1.7;
}

.footer-white .footer-info-title {
    color: #333 !important;
    font-weight: 600;
}

.footer-white .info-box_link {
    color: #666 !important;
    transition: color 0.3s ease;
}

.footer-white .info-box_link:hover {
    color: #0e56a2 !important;
}

/* Social Icons */
.footer-white .th-social a {
    background: #f4f6f9 !important;
    color: #0e56a2 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.footer-white .th-social a:hover {
    background: #0e56a2 !important;
    color: #fff !important;
    transform: translateY(-3px);
}

/* Menu Links */
.footer-white .menu a {
    color: #555 !important;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 0 5px 20px;
    /* Added 20px left padding for arrow */
    position: relative;
}

.footer-white .menu a:hover {
    color: #0e56a2 !important;
    padding-left: 25px;
    /* Shift right on hover */
    /* Minimal movement effect */
}

/* Copyright Section */
.footer-white .copyright-wrap {
    background-color: #f9f9f9 !important;
    padding: 20px 0;
    /* margin-top: 50px; */
    border-top: 1px solid #eee;
}

.footer-white .copyright-text {
    color: #777 !important;
}

.footer-white .copyright-text a {
    color: #0e56a2 !important;
    font-weight: 600;
}

.footer-white .copyright-text a:hover {
    text-decoration: underline;
}

/* Decorative Shape */
.footer-white .footer-shape-top {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    /* Use existing or css gradient */
    /* Since we might not have a wave SVG, let's use a CSS gradient fade */
    background: linear-gradient(to bottom, transparent, #ffffff);
}

/* Fix for footer decoration arrow / list arrows */
.footer-white .footer-widget.widget_nav_menu a::before {
    color: #0e56a2 !important;
    /* Make arrow theme blue */
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Fix for About Us contact info alignment */
.footer-white .footer-call-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.footer-white .footer-call-wrap .info-box {
    margin-bottom: 0 !important;
    width: 100%;
}

.footer-white .footer-call-wrap .info-box_link {
    color: #444 !important;
    font-weight: 500;
}

.footer-white .footer-call-wrap .info-box_link:hover {
    color: #0e56a2 !important;
}