.logo-name{
    color: #E53F7A;
    font-weight: 600;
    font-size: 20px;
    margin-left: 5px;
}
.step-list{
    text-align: center;
}
.step-title{
    margin-top: 15px;
    color: #2F2F2F;
}
.online-title{
    color: #2F2F2F;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}
.online-li{
    color: #989898;
}
.Review-title{
    color: #F3538C;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}
.Review-desc{
    color: #989898;
}
.num-div{
    border: 1px solid rgba(184, 184, 184, 0.24);
    border-radius: 5px;
    padding: 30px 20px;
}
.num-title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(47, 47, 47, 1);
}
.num-desc{
    color: rgba(152, 152, 152, 1);
    font-size: 15px;
}
.num-img img{
    width: 18%;
    height: auto;
}
.footer-new-title{
    color: white;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-new-desc{
    color: white;
}
.footer-b-title{
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}
.foot-info-img img{
    width: 20px;
    height: 20px;
}
.foot-info-title{
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.foot-info-desc{
    color: white;
    margin-left: 10px;
}
.left-t-list{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.left-t-text{
    color: rgba(88, 88, 88, 1);
    margin-left: 10px;
}
.one-desc{
    color: rgba(88, 88, 88, 1);
    margin-bottom: 20px;
}
.one-title{
    font-weight: 600;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 20px;
    font-size: 18px;
}
.one-right-img img{
    width: 95%;
}
.about-main-title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 45px;
    color: rgba(236, 73, 131, 1);
    font-size: 26px;
}
.about-main-title-s{
    font-weight: 600;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 20px;
    font-size: 18px;
}
.about-main-desc{
    color: rgba(88, 88, 88, 1);
    margin-bottom: 10px;
}
.small-img img{
    width: 60%;
}
.deletion-div-all{
    display: flex;
    justify-content: center;
    align-items: center;
}
.deletion-form-wrapper{
    background: #fff;
    padding: 60px 80px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    text-align: center;
    width: 100%;
}
.deletion-icon-wrapper{
    margin-bottom: 30px;
}
.deletion-icon{
    width: 80px;
    height: 80px;
}
.deletion-title{
    font-size: 28px;
    font-weight: 600;
    color: rgba(47, 47, 47, 1);
    margin-bottom: 20px;
}
.deletion-desc{
    color: rgba(152, 152, 152, 1);
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.deletion-form{
    text-align: left;
}
.deletion-input-wrapper{
    position: relative;
    margin-bottom: 20px;
}
.deletion-input{
    width: 100%;
    padding: 15px 15px;
    border: 1px solid rgba(184, 184, 184, 0.5);
    border-radius: 5px;
    font-size: 15px;
    color: rgba(47, 47, 47, 1);
    outline: none;
    box-sizing: border-box;
}
.deletion-input::placeholder{
    color: rgba(152, 152, 152, 1);
}
.deletion-code-btn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(236, 73, 131, 1);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.deletion-submit-btn{
    width: 100%;
    padding: 18px;
    background: rgba(236, 73, 131, 1);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.deletion-submit-btn:hover{
    opacity: 0.9;
    transform: translateY(-2px);
}
.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}
.popup-overlay.show{
    opacity: 1;
    visibility: visible;
}
.popup-container{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 50px 60px;
    border-radius: 25px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    transform: scale(0.5) translateY(50px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 100px rgba(236, 73, 131, 0.2);
    border: 2px solid rgba(255,255,255,0.5);
}
.popup-overlay.show .popup-container{
    transform: scale(1) translateY(0);
}
.popup-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    animation: iconPulse 1.5s ease-in-out infinite;
}
@keyframes iconPulse{
    0%, 100%{
        transform: scale(1);
        box-shadow: 0 0 20px currentColor;
    }
    50%{
        transform: scale(1.1);
        box-shadow: 0 0 40px currentColor, 0 0 60px currentColor;
    }
}
.popup-icon.error{
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    animation: errorShake 0.5s ease, iconPulse 1.5s ease-in-out infinite 0.5s;
}
@keyframes errorShake{
    0%, 100%{transform: translateX(0);}
    10%, 30%, 50%, 70%, 90%{transform: translateX(-10px);}
    20%, 40%, 60%, 80%{transform: translateX(10px);}
}
.popup-icon.success{
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #fff;
}
.popup-icon::before{
    content: '';
}
.popup-icon.error::before{
    content: '✕';
}
.popup-icon.success::before{
    content: '✓';
}
.popup-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2F2F2F 0%, #5a5a5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.popup-icon.error + .popup-title{
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.popup-icon.success + .popup-title{
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.popup-message{
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.6;
}
.popup-close-btn{
    padding: 18px 50px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.popup-overlay.error .popup-close-btn{
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    box-shadow: 0 5px 20px rgba(238, 90, 90, 0.4);
}
.popup-overlay.success .popup-close-btn{
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #fff;
    box-shadow: 0 5px 20px rgba(56, 239, 125, 0.4);
}
.popup-close-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 30px currentColor !important;
}
.popup-close-btn:active{
    transform: translateY(-1px);
}
.contact-us-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('static/src/bg3.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    border-radius: 20px;
}
.contact-form-wrapper{
    background: #fff;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.15);
    width: 100%;
    margin: 0 20px;
}
.contact-title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: rgba(47, 47, 47, 1);
    margin-bottom: 40px;
}
.contact-form{
    display: flex;
    flex-direction: column;
}
.contact-input-row{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-input-wrapper{
    flex: 1;
    position: relative;
}
.contact-input{
    width: 100%;
    padding: 15px 15px;
    border: 1px solid rgba(184, 184, 184, 0.5);
    border-radius: 8px;
    font-size: 15px;
    color: rgba(47, 47, 47, 1);
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.contact-input:focus{
    border-color: rgba(236, 73, 131, 1);
    box-shadow: 0 0 0 3px rgba(236, 73, 131, 0.1);
}
.contact-input::placeholder{
    color: rgba(152, 152, 152, 1);
}
.contact-textarea{
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(184, 184, 184, 0.5);
    border-radius: 8px;
    font-size: 15px;
    color: rgba(47, 47, 47, 1);
    outline: none;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
}
.contact-textarea:focus{
    border-color: rgba(236, 73, 131, 1);
    box-shadow: 0 0 0 3px rgba(236, 73, 131, 0.1);
}
.contact-textarea::placeholder{
    color: rgba(152, 152, 152, 1);
}
.contact-submit-btn{
    margin-top: 30px;
    padding: 18px;
    background: rgba(236, 73, 131, 1);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-submit-btn:hover{
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(236, 73, 131, 0.4);
}
.ab-div-show{
    color: rgba(88, 88, 88, 1);
    line-height: 30px;
}
.ab-span{
    font-weight: 600;
}
.ab-div-show-bottom{
    margin-bottom: 25px;
}
.about-page-title{
    font-weight: 600;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-page-list{
    padding: 20px;
    border: 1px solid rgba(184, 184, 184, 0.24);
    border-radius: 5px;
}
.bottom-style{
    text-align: center;
    padding-bottom: 30px;
    color: white;
}
.flex-div-b{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-new-title{
    margin-left: 10px;
}
.foot-title-img-flex{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}