/* Winter Special Offer Popup Styles */
@font-face {
    font-family: 'Blauer Nue';
    src: url('../fonts/BlauerNue-ExtraBold.woff') format('woff');
}

.winter-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-in-out;
    overflow: hidden;
}

/* Snowflakes Animation - Full Background */
.winter-snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.winter-snowflake {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em;
    font-family: Arial;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
    animation: snowfall linear infinite;
    top: -10px;
}

.winter-snowflake:nth-child(1) {
    left: 5%;
    animation-duration: 8s;
    animation-delay: 0s;
}

.winter-snowflake:nth-child(2) {
    left: 15%;
    animation-duration: 10s;
    animation-delay: 1s;
}

.winter-snowflake:nth-child(3) {
    left: 25%;
    animation-duration: 9s;
    animation-delay: 2s;
}

.winter-snowflake:nth-child(4) {
    left: 35%;
    animation-duration: 11s;
    animation-delay: 0.5s;
}

.winter-snowflake:nth-child(5) {
    left: 45%;
    animation-duration: 8s;
    animation-delay: 1.5s;
}

.winter-snowflake:nth-child(6) {
    left: 55%;
    animation-duration: 10s;
    animation-delay: 2.5s;
}

.winter-snowflake:nth-child(7) {
    left: 65%;
    animation-duration: 9s;
    animation-delay: 0.8s;
}

.winter-snowflake:nth-child(8) {
    left: 75%;
    animation-duration: 11s;
    animation-delay: 1.8s;
}

.winter-snowflake:nth-child(9) {
    left: 85%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.winter-snowflake:nth-child(10) {
    left: 95%;
    animation-duration: 10s;
    animation-delay: 1.2s;
}

.winter-snowflake:nth-child(11) {
    left: 10%;
    animation-duration: 12s;
    animation-delay: 0.3s;
}

.winter-snowflake:nth-child(12) {
    left: 20%;
    animation-duration: 9s;
    animation-delay: 1.7s;
}

.winter-snowflake:nth-child(13) {
    left: 30%;
    animation-duration: 11s;
    animation-delay: 2.2s;
}

.winter-snowflake:nth-child(14) {
    left: 40%;
    animation-duration: 8s;
    animation-delay: 0.7s;
}

.winter-snowflake:nth-child(15) {
    left: 50%;
    animation-duration: 10s;
    animation-delay: 1.9s;
}

.winter-snowflake:nth-child(16) {
    left: 60%;
    animation-duration: 9s;
    animation-delay: 0.4s;
}

.winter-snowflake:nth-child(17) {
    left: 70%;
    animation-duration: 11s;
    animation-delay: 2.8s;
}

.winter-snowflake:nth-child(18) {
    left: 80%;
    animation-duration: 8s;
    animation-delay: 1.3s;
}

.winter-snowflake:nth-child(19) {
    left: 90%;
    animation-duration: 10s;
    animation-delay: 0.6s;
}

.winter-snowflake:nth-child(20) {
    left: 7%;
    animation-duration: 12s;
    animation-delay: 2.1s;
}

/* Additional snowflakes (21-40) for more coverage */
.winter-snowflake:nth-child(21) {
    left: 12%;
    animation-duration: 9s;
    animation-delay: 0.2s;
}

.winter-snowflake:nth-child(22) {
    left: 22%;
    animation-duration: 11s;
    animation-delay: 1.4s;
}

.winter-snowflake:nth-child(23) {
    left: 32%;
    animation-duration: 8s;
    animation-delay: 2.6s;
}

.winter-snowflake:nth-child(24) {
    left: 42%;
    animation-duration: 10s;
    animation-delay: 0.9s;
}

.winter-snowflake:nth-child(25) {
    left: 52%;
    animation-duration: 12s;
    animation-delay: 1.6s;
}

.winter-snowflake:nth-child(26) {
    left: 62%;
    animation-duration: 9s;
    animation-delay: 0.1s;
}

.winter-snowflake:nth-child(27) {
    left: 72%;
    animation-duration: 11s;
    animation-delay: 2.3s;
}

.winter-snowflake:nth-child(28) {
    left: 82%;
    animation-duration: 8s;
    animation-delay: 1.1s;
}

.winter-snowflake:nth-child(29) {
    left: 92%;
    animation-duration: 10s;
    animation-delay: 0.5s;
}

.winter-snowflake:nth-child(30) {
    left: 3%;
    animation-duration: 12s;
    animation-delay: 1.8s;
}

.winter-snowflake:nth-child(31) {
    left: 17%;
    animation-duration: 9s;
    animation-delay: 0.4s;
}

.winter-snowflake:nth-child(32) {
    left: 27%;
    animation-duration: 11s;
    animation-delay: 2.0s;
}

.winter-snowflake:nth-child(33) {
    left: 37%;
    animation-duration: 8s;
    animation-delay: 0.8s;
}

.winter-snowflake:nth-child(34) {
    left: 47%;
    animation-duration: 10s;
    animation-delay: 1.5s;
}

.winter-snowflake:nth-child(35) {
    left: 57%;
    animation-duration: 12s;
    animation-delay: 0.3s;
}

.winter-snowflake:nth-child(36) {
    left: 67%;
    animation-duration: 9s;
    animation-delay: 2.4s;
}

.winter-snowflake:nth-child(37) {
    left: 77%;
    animation-duration: 11s;
    animation-delay: 1.0s;
}

.winter-snowflake:nth-child(38) {
    left: 87%;
    animation-duration: 8s;
    animation-delay: 0.6s;
}

.winter-snowflake:nth-child(39) {
    left: 97%;
    animation-duration: 10s;
    animation-delay: 1.7s;
}

.winter-snowflake:nth-child(40) {
    left: 13%;
    animation-duration: 12s;
    animation-delay: 2.5s;
}

@keyframes snowfall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

.winter-popup-container {
    display: flex;
    max-width: 1000px;
    max-height: 90vh;
    width: 800px;
    height: 570px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease-out;
    position: relative;
    z-index: 2;
}

/* Left Section - Winter Theme */
.winter-popup-left {
    flex: 1;
    background: url(../images/background/promo-left.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.middle-east-popup {
    background: url(../images/background/eid-promo-left.webp) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.healthcare-popup {
    background: url(../images/background/healthcare-promo-left.webp) !important;
}

/* Winter Landscape Background Elements */
/* .winter-popup-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: 
        radial-gradient(ellipse at 20% 100%, rgba(255, 255, 255, 0.8) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 100%, rgba(255, 255, 255, 0.6) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(255, 255, 255, 0.7) 0%, transparent 50%);
    pointer-events: none;
} */

.winter-popup-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.winter-gift-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.winter-gift-icon svg {
    width: 64px;
    height: 64px;
    height: 50px;
}

.winter-popup-heading {
    text-align: center;
    font-family: "Blauer Nue";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 100% */
    text-transform: uppercase;
}

.winter-offer-text {
    color: var(--black-color, #141414);
    text-align: center;
    font-family: "Spline Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.winter-offer-text strong {
    color: #141414;
    font-weight: 700;
}

.winter-submit-btn {
    background: #141414;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 30px;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    height: 41px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;

}

.winter-submit-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(107, 70, 193, 0.4); */
    background: linear-gradient(135deg, #5a3a9f 0%, #7a4faf 100%);
}

.winter-submit-btn:active {
    transform: translateY(0);
}

/* Right Section - Dark Theme */
.winter-popup-right {
    flex: 1;
    background: url(../images/background/promo-right.webp?v=3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 50px 40px; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.middle-east-popup-right {
    background: url(../images/background/eid-promo-right.webp) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.healthcare-popup-right {
    background: url(../images/background/healthcare-promo-right.webp) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.winter-mobile-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    display: none;
}
.winter-popup-right-mobile {
    display: none;
}
/* Purple Particles Background */
/* .winter-popup-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(107, 70, 193, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(107, 70, 193, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(107, 70, 193, 0.15) 0%, transparent 50%);
    animation: shimmer 3s ease-in-out infinite;
    pointer-events: none;
} */

@keyframes shimmer {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}

.winter-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.winter-popup-close:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

.winter-validity-section {
    position: relative;
    z-index: 2;
    width: 100%;
}

.middle-east-popup-heading {
    color: var(--black-color, #141414);
    font-family: "Blauer Nue";
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    line-height: 31px; /* 53.448% */
    letter-spacing: 0.58px;
    text-transform: uppercase;
}

.middle-east-popup-heading-text {
    color: var(--black-color, #141414);
    font-family: "Blauer Nue";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.healthcare-popup-heading {
    color: var(--black-color, #141414);
    font-family: "Blauer Nue";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 100% */
    text-transform: uppercase;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 968px) {
    .winter-popup-overlay {
        padding: 0px 30px;
    }

   

    .winter-popup-left,
    .winter-popup-right {
        padding: 40px 30px;
    }

    .winter-popup-heading {
        font-size: 26px;
    }

    .winter-offer-text {
        font-size: 16px;
    }

    .winter-validity-date {
        font-size: 28px;
    }

    .winter-illustration {
        max-width: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .winter-popup-container {
        flex-direction: column;
        max-height: 95vh;
        overflow-y: auto;
        height: 550px;
    }
    .winter-popup-container {
        width: 98%;
        border-radius: 15px;
    }
    .winter-popup-right {
        display: none;
    }
    .winter-popup-left,
    .winter-popup-right {
        padding: 30px 20px;
    }

    .winter-popup-heading {
        font-size: 32px;
        /* letter-spacing: 1px; */
    }

    .winter-offer-text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .winter-validity-date {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .winter-gift-icon {
        width: 64px;
        height: 64px;
    }

    .winter-gift-icon svg {
        width: 64px;
        height: 64px;
    }
    .winter-mobile-popup-close {
        display: block;
    }
    .winter-popup-right-mobile {
        background: url(../images/background/promo-right.webp?v=1);
        background-size: cover;
        background-position: 70% 0%;
        height: 30%;
        width: 100%;
        padding: 30px 20px;
        display: flex;
    }
}