/* ==========================================================================
   Wifi Bikes - Mystery Coupons & Gifts Popup Styles
   ========================================================================== */

/* =========================================
   MYSTERY COUPON POPUP
========================================= */
body.mystery-popup-open{
    overflow:hidden;
}

.mystery-popup{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    z-index:999999;
    display:flex !important;
    align-items:center;
    justify-content:center;
    visibility:hidden;
    opacity:0;
    transition:opacity .3s ease, visibility .3s ease;
}

.mystery-popup.show{
    visibility:visible;
    opacity:1;
}

/* Overlay */

.mystery-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(2px);
}

/* Popup Box */

.mystery-popup-box{
    position:relative;
    z-index:2;
    width:calc(100% - 40px);
    max-width:840px;
    background:#fff;
    border-radius:12px;
    overflow:visible;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
    transform:translateY(30px) scale(.96);
    transition:transform .35s ease;
}
.mystery-popup.show{
	display:flex !important;
}
.mystery-popup.show .mystery-popup-box{
    transform:translateY(0) scale(1);
}

/* Inner */

.mystery-popup-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:360px;
    padding: 10px;
}

/* =========================================
   IMAGE
========================================= */

.mystery-popup-image{
    padding:10px;
}

.mystery-popup-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

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

.mystery-popup-content{
    padding:10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    /* padding:45px 35px; */
    text-align:center;
}

.mystery-popup-content h2{
    margin:0 0 20px;
    color:#111;
    font-size: 34px;
    line-height:1.05;
    font-weight:800;
    text-transform:uppercase;
}

.mystery-popup-content > p{
    margin:0 auto 25px;
    max-width:330px;
    color:#444;
    font-size:16px;
    line-height:1.5;
}

/* =========================================
   INPUT
========================================= */

.mystery-input{
    width:100%;
    margin-bottom:10px;
}

.mystery-input input{
    width:100%;
    height:52px;
    padding:0 20px;
    border:0;
    outline:none;
    background:#f5f5f5;
    color:#111;
    font-size:15px;
    font-family:inherit;
    box-shadow:none;
}

.mystery-input input::placeholder{
    color:#111;
    opacity:1;
}

/* =========================================
   BUTTON
========================================= */

.mystery-submit{
    width:100%;
    height:52px;
    border:0;
    background:#ffd500;
    color:#111;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    cursor:pointer;
    transition:.3s ease;
}

.mystery-submit:hover{
    background:#f1c900;
}

/* =========================================
   CLOSE BUTTON
========================================= */

.mystery-popup-close{
    position:absolute;
    top:-20px;
    right:-20px;
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:#ffd500;
    cursor:pointer;
    z-index:10;
    padding:0;
}

.mystery-popup-close span{
    position:absolute;
    top:19px;
    left:10px;
    width:20px;
    height:2px;
    background:#111;
}

.mystery-popup-close span:first-child{
    transform:rotate(45deg);
}

.mystery-popup-close span:last-child{
    transform:rotate(-45deg);
}
.mystery-popup-form .wpcf7-form{
    margin:0;
}

.mystery-popup-form .wpcf7-form-control-wrap{
    display:block;
}

.mystery-popup-form input[type="tel"]{
    width:100%;
    height:52px;
    padding:0 20px;
    border:0;
    background:#f5f5f5;
}

.mystery-popup-form input[type="submit"]{
    width:100%;
    height:52px;
    border:0;
    background:#ffd500;
    color:#111;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
}

/* =========================================
   TABLET
========================================= */

@media(max-width:767px){
    .mystery-popup{
        align-items: self-start;
        overflow: auto;
        padding: 20px 0;
    }

    .mystery-popup-inner{
        grid-template-columns:1fr;
    }

    .mystery-popup-content h2{
        font-size:30px;
    }

    .mystery-popup-content > p{
        font-size:14px;
    }

    .mystery-popup-close{
        top:-15px;
        right:-10px;
        width:35px;
        height:35px;
    }

    .mystery-popup-close span{
        top:16px;
        left:8px;
        width:19px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

    .mystery-popup-content h2{
        font-size:25px;
    }

    .mystery-popup-content > p{
        font-size:14px;
        margin-bottom:20px;
    }

    .mystery-input input,
    .mystery-submit{
        height:48px;
    }

}

/* --- OVERLAY BACKDROP --- */

.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;
}

.wb-support-banner {
    background-color: var(--primary-yellow);
    color: #000000;
    border-radius: 12px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.wb-support-col-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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;
}

.wb-support-col-4 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wb-support-social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.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;
}

.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;
}

.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;
}

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

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

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

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

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

.wb-footer-badge-title {
    font-size: 12px;
    font-weight: 800;
    color: var(--text-light);
    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: var(--primary-yellow);
}

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

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

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

.wb-footer-partners-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

.wb-footer-badge-card {
    background-color: var(--text-light);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
	 width: calc(100% / 3 - 8px);
    margin-right: 10px;
    background-color: #fff;
    padding: 10px;
    max-width: 80px;
    border-radius: 5px;
}

.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 img
{
	width: 150px !important;
    max-width: 150px !important;
	max-height: 150px !important;
	
}

.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: var(--text-light);
    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: 16px;
    color: #fff;
    margin-top: 4px;
    line-height: 1.4;
}

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

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

@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-tcf-brand {
		justify-content: center;
	}
}

@media (max-width: 500px) {
    .wb-support-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
        border-radius: 8px;
        gap: 30px;
    }

    .wb-support-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}