
.popup-nav {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 180px 0 0 0;
    justify-content: center;
}

.popup-nav li button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    position: relative;
    width: 683px;
    height: 420px;
    background-size: cover;
    background-position: center;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.popup-content-wrapper {
    display: flex;
    flex-direction: column;
}

.popup-content-wrapper.right {
    margin-left: 46%;
}

.popup-content-wrapper.left {
    margin-right: 26%;
}

.popup-content-wrapper .lead {
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 49px;
    color: #0E1621;
}

.popup-content-wrapper .lead.green{
    color: #004346;
}

.popup-content-wrapper .lead.white{
    color: #ffffff;
}

.popup-content-wrapper h2 {
    color: #004346;
    font-weight: 700;
    font-size: 33px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 32px;
}

.popup-content-wrapper h2.green {
    color: #004346;
}

.popup-content-wrapper h2.white {
    color: #ffffff;
}

.popup-content-wrapper .btn {
    font-weight: 700;
    font-style: Bold;
    font-size: 21.04px;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: uppercase;
    padding: 22px 41px;
    background-color: #ffffff;
    display: flex;
    gap: 14px;
}

.popup-content-wrapper .btn.white {
    color: #004346;
}

.popup-content-wrapper .btn.blue {
    color: #0098D4;
    max-width: 361px;
}

.popup-content-wrapper .btn.green {
    background-color: #07924D;
    color: #ffffff;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px;
    color: #707070;
    cursor: pointer;
    background: white;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #popup-3 .popup-content-wrapper.right {
        width: 100%;
        margin: 0;
    }

    #popup-2 .popup-content-wrapper.left {
        margin: 0;
    }
    #popup-2 h2 {
        font-size: 18px;
    }
    #popup-2 .popup-content-wrapper .lead {
        font-size: 16px;
    }
    /*#popup-4 .popup-content-wrapper.right {*/
    /*    margin: 0;*/
    /*}*/
    /*#popup-4 .popup-bg-1 {*/
    /*    background-image: unset;*/
    /*    background-color: #7e8993;*/
    /*}*/
}

/*.popup-bg-1 {*/
/*    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img-new/popups/pp-1.png');*/
/*}*/

/*.popup-bg-2 {*/
/*    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img-new/popups/pp-2.png');*/
/*}*/

/*.popup-bg-3 {*/
/*    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img-new/popups/pp-3.png');*/
/*}*/