.counter-banner-mobile {
    display: none;
}

.event-banner-timer {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.timer-head {
    background: #1B8354;
    border-radius: 24px 24px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    gap: 4px;
}

.timer-head .event-logo,
.timer-head .icon {
    height: 68px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-head .info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
}

.timer-head .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
}

.timer-body {
    border: 1px solid #D2D6DB;
    border-top: none;
    border-radius: 0px 0px 24px 24px;
    padding: 16px;
}

.timer-body p {
    margin-bottom: 0;
}

.timer-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 4px;
    width: 100px;
    height: 100px;
    background: #FCFCFD;
    border: 1px solid #E5E7EB;
    backdrop-filter: blur(3.05px);
    border-radius: 24px;
    color: #1F2A37;
}

.timer-card span:first-child {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.timer-card span:last-child {
    font-size: 14px;
    line-height: 1.5;
}


@media (max-width:1400px) {}

@media (max-width:1199px) {
    .timer-head .icon {
        height: 46px;
        width: 34px;
    }

    .timer-head .event-logo {
        height: 68px;
        width: 50px;
    }

    .timer-head .info h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .timer-head .info p {
        font-size: 12px;
    }

    .timer-card {
        width: 66px;
        height: 62px;
        border-radius: 16px;
    }

    .timer-card span:first-child {
        font-size: 18px;
        line-height: 1.5;
    }

    .timer-card span:last-child {
        font-size: 12px;
    }
}

@media (max-width:1024px) {}

@media (max-width:991px) {
    .counter-banner-desktop {
        display: none;
    }

    .counter-banner-mobile {
        display: block;
    }
}

@media (max-width:768px) {}


.brand-character-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.sort-dropdown .sort-option {
    cursor: pointer !important;
}

/* Floating Cookies / Analytics Banner (Figma Exact Specs) */
.cookies-banner-floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #FFFFFF;
    border-top: 1px solid #D2D6DB;
    padding: 32px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}

.cookies-banner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.cookies-banner-main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.cookies-banner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #EFF8FF;
    border-radius: 9999px;
}

.cookies-banner-icon i,
.cookies-banner-icon svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #175CD3;
    fill: #175CD3;
    line-height: 1;
    pointer-events: none;
}

.cookies-banner-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.cookies-banner-title {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1F2A37;
    margin-bottom: 0;
}

.cookies-banner-text {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #384250;
    margin-bottom: 0;
}

.cookies-banner-close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none;
    background: transparent;
    color: #161616;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    margin-inline-start: auto;
    align-self: flex-start;
    flex-shrink: 0;
}

.cookies-banner-close i,
.cookies-banner-close svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #161616;
    fill: #161616;
    line-height: 1;
}

.cookies-banner-close:hover {
    background-color: #F3F4F6;
    color: #1F2A37;
}

.cookies-banner-close:active {
    background-color: #E5E7EB;
}

@media (max-width: 991px) {
    .cookies-banner-floating {
        padding: 20px 0;
    }

    .cookies-banner-title {
        font-size: 16px;
        line-height: 24px;
    }

    .cookies-banner-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .cookies-banner-floating {
        padding: 16px 0;
    }

    .cookies-banner-main {
        gap: 12px;
    }

    .cookies-banner-icon {
        width: 36px;
        height: 36px;
    }

    .cookies-banner-icon svg {
        width: 18px;
        height: 18px;
    }
}