 
@font-face {
    font-family: "Kiro";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/kiro-bold.otf) format("truetype");
    font-display: swap
}
/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
        z-index: 9999;
    visibility: visible;
}

/* Modal Container */
.modal-container {
    position: relative;
    max-width: 705px;
    width: 90%;
    background: #F3F7FE;
    border-radius: 12px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    opacity: 0.85;
    transition: color 0.2s ease, transform 0.2s ease;
}

.close-btn:hover{
    opacity: 1;
}

/* Modal Content */
.modal-content {
    display: flex;
    border: unset;
    border-radius: unset;
    flex-direction: row;
}

/* Left Section */
.modal-left {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.exitWrap{
        padding: 34px 24px 0;
}
.modal-header {
    margin-bottom: 20px;
        padding: unset;
        border: unset;
}

.wait-text {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.get-order-text {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.free-text {
    margin-bottom: 28px;
}

.free-text p {
   font-family: Kiro;
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 22px;
 color: #04BA7E;

}

.free-text strong {
    font-weight: 700;
    font-size: 18px;
}

/* Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.feature-item span {
 
font-weight: 450;
 
font-size: 15px;
 
line-height: 22px;
letter-spacing: 0%;
vertical-align: middle;
color:#4F4F4F
}

/* CTA Section */
.cta-section-area {
    max-width: max-content;
    text-align: center;
}

.claim-btn {
    width: 100%;
    max-width: 207px;
    padding: 13.51px 22px;
    background: #2d4a9e;
    color: #fff;
    border: none;
    line-height: 100%;
    border-radius: 6px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-bottom: 6px;
}

.claim-btn:hover {
    background: #1f3570;
    color: #fff;
    transform: translateY(-2px);
}

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

.processing-fee {
 margin-bottom: 0;
font-weight: 450;
font-style: Italic;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color:#4F4F4F;
}

/* Footer Info */
.footer-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #E3EEFA;
     margin-top: 34px;
     padding: 10px 24px; 
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 4px;
    
}

.footer-icon {
    width: 14px;
    height: 14px;
}
.footer-divider,
.footer-item span {
 
font-weight: 450;
font-style:  Italic;
font-size: 14px;
 
line-height: 100%;
 color: #233F8C;

}

 

/* Right Section */
.modal-right {
    flex: 0 0 217px;
    background: linear-gradient(135deg, #2d4a9e 0%, #3d5fb8 100%);
    position: relative;
    display: flex;
    
    /* overflow: hidden; */
    position: relative;
}

.star-decoration {
    position: absolute;
    top: 50px;
    right: -5px;
}
.star-decoration img {
 
    animation: star-float 2.2s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 10px #ffea34) drop-shadow(0 0 25px #ffe355aa);
    transition: filter 0.2s;
}

@keyframes star-float {
    0% {
        transform: scale(1) rotate(-3deg) translateY(0px);
        opacity: 1;
        filter: drop-shadow(0 0 10px #ffea34) drop-shadow(0 0 25px #ffe355aa) brightness(1.08);
    }
    50% {
        transform: scale(1.17) rotate(4deg) translateY(-12px);
        opacity: 0.88;
        filter: drop-shadow(0 0 22px #ffea34cc) drop-shadow(0 0 45px #ffe355cc) brightness(1.22);
    }
    80% {
        transform: scale(1.09) rotate(-7deg) translateY(-5px);
        opacity: 1;
        filter: drop-shadow(0 0 10px #ffea34) drop-shadow(0 0 28px #ffe355aa) brightness(1.18);
    }
    100% {
        transform: scale(1) rotate(-3deg) translateY(0px);
        opacity: 1;
        filter: drop-shadow(0 0 10px #ffea34) drop-shadow(0 0 25px #ffe355aa) brightness(1.08);
    }
}

.lady-img { 
    max-width: 355px;
    object-fit: contain;
    position: absolute;
    left: -141px;
    object-position: bottom;
    bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        max-width: 500px;
    }

    .modal-content {
        flex-direction: column;
    }

    .modal-left {
        padding: 30px 25px;
    }

    .wait-text {
        font-size: 28px;
    }

    .get-order-text {
        font-size: 24px;
    }

    .modal-right {
        flex: 0 0 280px;
        height: 280px;
    }

    .lady-img {
        max-width: 250px;
    }

    .star-icon {
        width: 40px;
        height: 40px;
    }

    .claim-btn {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .modal-container {
        width: 98%;
    }

    .modal-left {
        padding: 25px 20px;
    }

    .wait-text {
        font-size: 24px;
    }

    .get-order-text {
        font-size: 20px;
    }

    .feature-item span {
        font-size: 14px;
    }

    .modal-right {
        height: 240px;
    }

    .lady-img {
        max-width: 200px;
    }

    .close-btn {
        font-size: 28px;
        top: 10px;
        right: 10px;
    }

    .footer-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-divider {
        display: none;
    }
}
