
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: morabba;
}
.row{
    margin: 0 !important;
}
@font-face {
    font-family: 'morabba';
    src: url('../fonts/Morabba.ttf/Morabba-Medium.ttf');
}

/*
-----navbar-----
*/
nav{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background-color: #FFE9F6;
}
.div-login-nav{
    width: 40%;
}

.request-counseling{
    background-color: #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.request-counseling a{
    color: #FFF;
}
.login-link{
    border: 2px solid #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.login-link a{
    color: #FF58B1;
}
@media screen and (max-width:768px) {
    .navbar-nav{
        width: 50% !important;
        margin-left: auto;
        margin-right: 0 !important;
        padding-right: 1rem !important;
        padding-top: 1rem;

    }
    .div-login-nav{
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
        align-items: start !important;
        gap: 5px;
    }
    .login-link, .request-counseling{
        width: 100%;
    }
}

/*
-----footer-----
*/
a{
    text-decoration: none;
    color: #000000;
}
footer{
    font-size: 20px;
}
footer a{
    font-size: 20px;
}
.footer-logo{
    width: 30px;
    height: 30px;
}
footer{
    background-color: #FFE9F6;

}
.a-social-media{
    background-color: #FFFFFF;
    border-radius: 10px;
}
@media screen and (max-width:768px) {
    footer{
        font-size: 10px;
    }
    footer p{
        font-size: 12px;
    }
    footer a{
        font-size: 10px;
    }
    .footer-logo{
        width: 20px;
        height: 20px;
    }

}
footer a:hover{
    color: #FF58B1;
}

/* top section index */
.top-section{
    background-color: #FFE9F6;
}
.slogan .p-top-slogan{
    font-size: 50px;
    font-weight: 800;
    background-image: url("/upload/static/top-section.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p-bottom-slogan{
    font-size: 26px;
    text-align: center;
    width: 80%;
    margin: auto;
}
@media screen and (max-width:992px) {
    .slogan .p-top-slogan{
        font-size: 24px;
    }
    .p-bottom-slogan{
        font-size: 16px;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .statr-now, .reqques-top-section{
        font-size: 11px !important;
    }
}
.statr-now{
    border: 2px solid #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    color: #FF58B1;
    font-size: 22px;
}
.reqques-top-section{
    background-color: #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    color:#FFF;
    font-size: 22px;
}

/*
-----second section-----
*/
.span-h2{
    color: #FF5555;
}
/*
-----before after section-----
*/
.h2-before-after{
    font-size: 30px;
}
@media screen and (max-width:768px) {
    .before-div svg{
        width: 50px;
    }
    .h2-before-after{
        font-size: 20px;
    }
}

.before-slider-each{
    width:100%;
    height: 100%;
    border-radius: 10px;
}

.before-slider-each img{
    width: 300px;
    height: 350px;
    border-radius: 25px;
}
/*
-----diet section-----
*/
.header-diet{
    border-right: 5px solid #FF0066;
    padding-right: 10px;
}
.header-diet p{
    color: #FF0066;
    font-size: 28px;
}
.diet-section{
    background-image: url("/upload/static/diet-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.des-diet{
    width: 80%;
    font-size: 30px;
}
@media screen and (max-width:768px) {
    .des-diet, .header-diet p{
        font-size: 18px;
    }
    .des-diet{
        width: 100%;
    }
}

/*
-----video section-----
*/
.video-students video{
    border-radius: 20px;
    width: 100%;
    height: 450px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width:768px) {
    .video-students video{
        height: 150px;
    }
}
.more-video p{
    color: #FF5555D9;
}
.more-video span{
    background-color: #FFF;
}



/* packages page */

/*
-----top section-----
*/
.top-section-packages{
    background-color: #FFE9F6;
    height: 100%;
}
.top-section-packages h1{
    color: #FF5555;
    font-size: 40px;
}
.top-section-packages p{
    font-size: 28px;
}
.packages-card{
    background-color: #FFF;
    border-radius: 20px;
    width: 90%;
    margin: auto;

}

.img-title-package{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 400px;
    width: 100%;
    border-radius: 20px;
    margin: auto;
}
.img-title-package p {
    color: #FFF;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 20px !important;
    padding-bottom: 10px;
}
.top-section-packages h2{
    color: #FF5555;
    margin-top: 10%;
}
.packages-card span{
    font-size: 20px;
    text-align: center;

}
.packages-card span del{
    color: #FF5555;
}

.packages-card a{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #FFF;
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;

}

@media screen and (max-width:992px) {
    .top-section-packages{
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-section-packages h1{
        font-size: 24px;
    }
    .top-section-packages p{
        font-size: 16px;
    }
    .packages-card{
        width: 100% !important;
        padding: 3% !important;
    }

    .img-title-package{
        height: 350px;
    }
    .img-title-package p{
        font-size: 14px !important;
    }



}



/* login page */

.bg-right{
    height: 80vh !important;
    background-image: url("/upload/static/login-bg-start.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.bg-left{
    height: 80vh !important;
    background-image: url("/upload/static/login-bg-end.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.div-form-login{
    background-color: #FFECF8;
    border-radius: 15px;
}
.form-login {
    font-size: 24px;
    position: relative;
}
.form-login input{
    border: none;
    border-radius: 15px;
    padding: 2% 2%;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.form-login p{
    margin-top: 10% !important;
}
.submit-form-login{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    border: none;
    border-radius: 10px;
    width: 300px !important;
    font-size: 24px;
    color: #FFF;
    margin: auto;
}
.custom-color-header{
    color: #FF5555;
}

@media screen and (max-width:768px) {
    .bg-left , .bg-right{
        background-size: cover;
        height: 90vh !important;
    }
    .div-form-login{
        width: 90% !important;
    }
    .form-login{
        font-size: 14px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .submit-form-login{
        width: 200px !important;
        font-size: 14px;
    }
    .form-login p{
        width: 80%;
        margin: auto;
    }
    .h2-form-login{
        font-size: 20px;
    }
    .div-login-parent{
        justify-content: start !important;
        padding-top: 20%;
    }
}



/* wrapper کلی برای OTP */
.otp-wrapper {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

/* input اصلی که روی fake span ها قرار می‌گیره */
.otp-main-input {
    position: absolute;
    inset: 0; /* جایگزین top/left/right/bottom */
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    font-size: 32px;
    text-align: center;
    letter-spacing: 40px; /* فاصله برای فیت شدن */
    direction: ltr;
}

/* fake inputs (ظاهر کد) */
.otp-fake-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr !important;
}

.otp-fake-inputs span {
    width: 45px;
    height: 60px;
    font-size: 32px;
    font-family: Tahoma, sans-serif;
    border-bottom: 3px solid #555;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    border-radius: 8px;
}

/* ظاهر input فرم */
.form-login input {
    border-color: unset !important;
    border-radius: 10px;
}

/* blog page */

.top-section-blog{
    background-color: #FFECF8;
    height: 40vh;
}

.h1-blog{
    color: #FF5555;
}

.p-blog{
    color: #555;
    font-size: 16px;
    width: 95%;
    margin: auto;
}
.card-vlog{
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    width: 90%;

}
.card-vlog img{
    width: 95%;
    margin:auto;
    height: 250px;
    border-radius: 15px;

}
.vlog-card-title{
    font-size: 18px;
    color: #FF5555 !important;

}
.btn.show{
    border: none !important;
}


/* index nazarat mostaqim */


.swiper {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 40px 0;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimonial-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ff4d6d;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: bold;
    font-size: 20px;
}

.testimonial-text {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #ff4d6d !important;
}


.h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.h2::before, .h2::after {
    content: "❓";
    color: red;
    margin: 0 10px;
    transform: rotate(45deg);
}

/*.faq {*/
/*    max-width: 800px;*/
/*    margin: auto;*/
/*}*/

/*.faq-item {*/
/*    border-bottom: 1px solid #ddd;*/
/*    padding: 15px 0;*/
/*}*/

/*.faq-question {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.faq-question span {*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    line-height: 1;*/
/*    transition: transform 0.3s;*/
/*}*/

/*.faq-answer {*/
/*    font-size: 15px;*/
/*    line-height: 1.8;*/
/*    color: #444;*/
/*    margin-top: 10px;*/
/*    display: none;*/
/*}*/

/*.faq-item.active .faq-answer {*/
/*    display: block;*/
/*}*/

/*.faq-item.active .faq-question span {*/
/*    transform: rotate(45deg); !* + تبدیل به - *!*/
/*}*/

.highlight {
    color: red;
    font-weight: bold;
}


.up-article p i,
.up-article p span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-article-sugession a,
.vlog-cards h2 a {
    color: #0c5865;
}
.article blockquote {
    box-sizing: border-box;
}
.card-guide{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #ffffff;
    padding: 20px;
    border-radius: 15px;
}
.info-contact img{
    width:50px;
    height: 50px;
}



.faq {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px
}

.faq::-webkit-scrollbar {
    width: 5px
}

.faq::-webkit-scrollbar-track {
    background: #FF5555
}

.faq::-webkit-scrollbar-thumb {
    background: #FFECF8;
    border-radius: 10px
}

.faq::-webkit-scrollbar-thumb:hover {
    background: #FFECF8
}

.accordion-button:after, .accordion-button:before, .accordion-button:focus {
    background-color: #fff;
    border: none
}

.choose, .tag-landing a {
    border-radius: 15px
}

.accordion-button, .demo-card p {
    color: #000000;
    font-weight: 600
}

.faq div {
    color: #515a5a
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #FFECF8 !important;
    border: unset !important;
    box-shadow: none !important;
}
@media screen and (max-width: 768px) {
    .mt-5{
        margin-top: 10px !important;

    }
    .mb-5{
        margin-bottom: 10px !important;
    }
    .swiper{
        padding: 15px 0 !important;
    }
    .pb-5{
        padding-top: 10px !important;
    }
        .vlog-cards {
            justify-content: center !important;
        }

}

/**/

.poster-article{
    width: 90%;
    height: auto;
    border-radius: 15px;
    margin: auto;
}

.category-name{
    color: #FF0066;
    background: #FF006633;
    border-radius: 10px;

}

.list-h2{
    border: 2px solid #00000033;
    border-radius: 15px;
    width: 50%;
    gap:20px;
    height: fit-content;
}

.list-h2 a{
    color: #1336FF;
}
@media screen and (max-width:768px) {
    .list-h2{
        width: 90%;
        margin: auto;
    }

}

article h2{
    color: #FF0066;

}

article img{
    width: 90%;
    margin: auto;
    height: auto;
}

.suggestion-article{
    border: 2px solid #540099;
    border-radius: 15px;
}

.suggestion-article-deatail{
    border-top:2px solid #540099 ;
}

.suggestion-article-deatail img{
    border-radius: 10px;
}

/**/
/* عنوان بخش‌ها */
.title-cards {
    text-align: center;
    margin-bottom: 30px;
}

.title-cards h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #8C00FF;
    padding-bottom: 5px;
}

/* باکس نظرات */
.coments-box .info-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* هر نظر */
.coments-box .row.mb-3 {
    font-size: 0.95rem;
    color: #444;
}

.comment-sent {
    font-size: 0.85rem;
    color: #888;
}

/* متن نظر */
.coments-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

/* پاسخ ادمین */
.admin-reply {
    background: #f9f9ff;
    padding: 10px 15px;
    border-left: 3px solid #8C00FF;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #555;
}

/* خط جداکننده */
.coments-box hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* فرم ارسال نظر */
.comment-form {
    background: #fff;
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

/* برچسب‌ها */
.comment-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* ورودی‌ها */
.comment-form input,
.comment-form textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #8C00FF;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* دکمه ثبت */
.comment-form .btn-primary {
    background: #007bff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.comment-form .btn-primary:hover {
    background: #0056b3;
}

/* کپچا */
.captcha {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.captcha input {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 8px;
}
.btn-comment-form{
    background: linear-gradient(309.97deg, #8C00FF 25.75%, #540099 149.87%);
    box-shadow: 0px 8px 35px 0px #8C00FF40;
    border: unset;
    color: #ffffff;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}
