/* Main Footer Container */
.wb-site-footer-wrapper {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
}
.wb-site-footer {
    background-color: #000000;
    font-family: var(--font-heading);
	margin-top: 150px;
}
/* 4-Column Grid Layout Matching Image */
.wb-support-banner {
    background-color: #FFDB00;
    color: #000000;
    border-radius: 12px;
    padding:50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end; /* Aligns icons/titles to bottom row level */
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Column 1 Container (Need Support + Chat) */
.wb-support-col-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Column Headings (H2 / Labels) */
h2.wb-support-top-label,
.wb-support-top-label,
.wb-support-social-label {
    font-family: "Heebo", -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* Column 4 Container (Follow Us + Social Icons) */
.wb-support-col-4 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Social Icons Row */
.wb-support-social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Support Items (Chat, Call, Email) Styling */
.wb-support-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.wb-support-icon-box {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wb-support-icon-box svg {
    width: 30px;
    height: 30px;
    fill: #000000;
}

.wb-support-details {
    display: flex;
    flex-direction: column;
}

.wb-support-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
	margin-bottom:5px;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.wb-support-item-title:hover {
    opacity: 0.8;
}

.wb-support-item-sub {
    font-size: 12px;
    color: #444444;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 4px;
}

/* Social Icon Link */
.wb-social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.wb-social-icon-link svg {
    width: 22px;
    height: 22px;
    fill: #000000;
}

.wb-social-icon-link:hover {
    transform: translateY(-2px);
}

.wb-support-banner-wrapper{
	transform: translateY(-90px);
    margin-bottom: -50px;
}
/* ==========================================================================
   Footer Main Grid & Typography
   ========================================================================== */

.wb-footer-main {
    background-color: #000000;
    padding: 0px 0 40px 0;
    width: 100%;
}

.wb-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr 1.2fr;
    gap: 40px;
    align-items: start;
}

/* Brand Column */
.wb-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wb-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.wb-footer-brand-logo svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.wb-footer-brand-name {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Arial Black', -apple-system, sans-serif;
    letter-spacing: -0.5px;
}

.wb-footer-brand-desc {
    font-size: 13px;
    color: #cccccc;
    line-height: 1.65;
    margin: 0;
    font-weight: 400;
}

/* Navigation Columns */
.wb-footer-nav-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wb-footer-badge-title {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 0 15px 0;
    width: fit-content;
    letter-spacing: 0.5px;
}

.wb-footer-badge-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background-color: #FFDB00;
}

.wb-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wb-footer-menu-item a {
    color: #bbbbbb;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    font-weight: 500;
}

.wb-footer-menu-item a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* Partners & Badges Column */
.wb-footer-partners-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.wb-footer-badges-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wb-footer-badge-card {
    background-color: #ffffff;
    border-radius: 6px;
    width: 60px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.wb-footer-badge-card:hover {
    transform: translateY(-2px);
}

.wb-footer-badge-card svg,
.wb-footer-badge-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wb-footer-divider {
    height: 1px;
    background-color: #222222;
    width: 100%;
    margin: 15px 0;
}

.wb-footer-company-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wb-footer-tcf-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wb-footer-tcf-brand svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.wb-footer-tcf-title-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.wb-footer-tcf-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wb-footer-tcf-sub {
    font-size: 9px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1px;
}

.wb-footer-legal-name {
    font-size: 11px;
    color: #666666;
    margin: 4px 0 0 0;
    line-height: 1.4;
}

/* ==========================================================================
   Bottom Bar Styling
   ========================================================================== */

.wb-footer-bottom-bar {
    width: 100%;
    border-top: 1px solid #222222;
    padding: 20px 0;
}

.wb-footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wb-footer-copyright-text {
    font-size: 12px;
    color: #888888;
    margin: 0;
    text-align: center;
    font-weight: 400;
}


/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1024px) {   

    .wb-support-banner {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        align-items: start;
	}

    .wb-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .wb-footer-brand-col {
        grid-column: span 3;
    }
    
    .wb-footer-partners-col {
        grid-column: span 3;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .wb-support-banner {
        grid-template-rows: 2fr;
        padding: 25px 20px;
        border-radius: 8px;
        gap: 20px;
    }
    
    .wb-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .wb-footer-brand-col,
    .wb-footer-nav-col,
    .wb-footer-partners-col {
        grid-column: span 1;
        align-items: center;
        text-align: center;
    }
    
    .wb-footer-badge-title {
        align-self: center;
    }
    
    .wb-footer-badge-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .wb-footer-bottom-container {
        flex-direction: column;
        gap: 12px;
    }
    
   
}