*{padding: 0px;margin: 0px;border: 0px;direction: rtl;text-decoration: none;font-family: vazir;color: black;}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.woff);
}
@font-face {
    font-family: vazir-bold;
    src: url(../fonts/Vazir-Bold.woff);
}
header{
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.623);
    height: 90px;
    padding-top: 0.5%;
}
header>section{
    width: 95%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px auto;
    
}
.header-img-btn{
    display: none;
}
.mobile-theme-toggle{
    display: none;
}
.header-div-logo{
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-div-logo img{
    width: 45%;
    height: 70%;
}
.header-div-menu{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-div-menu a{
    margin-left: 5%;
    font-size: 16px;
}
.header-section-login{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header-section-login-div{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.header-section-login-div p{
    width: 1%;
    height: 40px;
    border-right: 1px solid grey;
    margin-right: 1%;
}
.header-section-call-div{
    border-right: 1px solid grey;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40%;
}
.header-section-call-div a{
    margin-left: 5%;
}


.section-menu-bars{
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: #6fa4f1;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 400ms ease-in-out;
    z-index: 99;
}
.section-menu-bars-divA{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 5px auto;
}
.section-menu-bars-divA img{
    width: 15%;
}
.section-menu-bars-divB{
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.section-menu-bars-divB a{
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 15px;
}


/*///////end header//////////////*/

.main-section-A{
    width: 98%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5% 0px 2%;
}
.main-section-A-divr{
    width: 36%;
    padding-right: 4%;
}
.main-section-A-divr-divP p{
    text-align: justify;
    margin-top: 1%;
    color: grey;
}
.main-section-A-divr-divButton{
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-section-A-divr-divButton button{
    background-color: #0056D266;
    width: 40%;
    height: 40px;
    border-radius: 8px;
    color: white;
}
.main-section-A-divr-divButton button a{
    color: white;
    width: 100%;
}
.main-section-A-divl{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-section-A-divl div{
    display: flex;
    align-items: start;
    justify-content: end;
}
.main-section-A-divl-img1{
    width: 23%;
}
.main-section-A-divl-img2{
    width: 45%;
}
.main-section-A-divl-img3{
    width: 25%;
    margin-top: -15%;
    margin-left: 13%;
}

/*////end main-section-A//////////*/


.main-section-B{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.623);
    margin: 2% auto;
    padding-bottom: 2%;
    
}
.main-section-B h2{
    margin-bottom: 1.5%;
}
/*////end main-section-B//////////*/
.main-section-C{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
}
.main-section-C>h2{
    margin-bottom: 20px;
}
.main-section-C>div{
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px auto 0px;

}
.main-section-C-div-item{
    width: 20%;
    height: 80px;
    border: 1px solid #FF8C00;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 14px;
}

#main-section-C-div-item-different-color{
    background-color: #FF8C00;
}
.main-section-C-div-item-end{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main-section-C-div-item img{
    width: 17%;
}
.main-section-C-div-item h2{
    font-size: 14px;
    font-weight: normal;
}
/*////end main-section-C//////////*/

.section-slider{
    width: 96%;
    padding: 0px 2%;
    margin: 100px auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow-x: scroll;
    scrollbar-width: none;
    
}
.section-slider-div{
    min-width: 25%;
    border: 1px solid rgba(128, 128, 128, 0.623);
    border-radius: 15px;
    padding: 0px 1%;
    margin: 35px 2%;
    height: 465px;
    position: relative;
    
}
.course-badge{
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff8c00, #ffb347);
    color: #fff;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(255, 140, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 0.2px;
}
.section-slider-div img{
    width: 100%;
    height: 215px;
    border-radius: 15px;
    margin-top: -25px;
    
}
.section-slider-div h2{
    text-align: center;
    margin: 10px 0px;
    font-size: 21px;
}
.section-slider-div p{
    font-size: 16px;
    text-align: justify;
    background-color: #F5F5F5;
    color: #1f2937;
    padding: 4% 6%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.section-slider>a{
    text-align: center;
    border-radius: 10px;
    background-color: #FF8C00;
    color: white;
    padding: 0% 1%;
    font-size: 16px;
    height: 400px;
    display: flex;
    align-items: center;
}
/*/////////////end section-slider/////////////////*/

.main-section-D{
    width: 90%;
    margin: 10px auto;
    background-color: #FF8C00;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 15px 2%;
}
.main-section-D-divR{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-section-D-divR div{
    width: 50%;
}
.main-section-D-divR div *{
    color: white;
}
.main-section-D-divR img{
    width: 30%;
}
.main-section-D-divl{
    width: 35%;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.main-section-D-divl img{
    margin: 10px 0px;
    width: 50%;
    padding-right: 5%;
}
/*////end main-section-D//////////*/

.div-h2-elem{
    width: 100%;
    background-color: #6fa4f1;
}
.h2-elem{
    width: 95%;
    text-align: center;
    background-color: #6fa4f1;
    color: white;
    padding: 35px 0px;
    margin: 70px auto 40px;
}
/*////end p-elem//////////*/
.main-section-E{
    width: 100%;
}
.main-section-E-divA{
    width: 95%;
    margin: 10px auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.main-section-E-divA-text{
    width: 40%;
    
}
.main-section-E-divA-text h3{
    margin-top: 30px;
}
.main-section-E-divA-img{
    width: 55%;
    display: flex;
    justify-content: end;
    
}
.main-section-E-divA-img img{
    width: 70%;
    margin: 0px auto;
}
.main-section-E-divB{
    direction: ltr;
    width: 95%;
    margin: 50px auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
/*////end main-section-E//////////*/
.main-section-F{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-section-F *{
    text-align: center;
    width: 80%;
    margin: 0px auto;
}
.main-section-F h2{
    margin-bottom: 20px;
}
/*////end main-section-F//////////*/
.main-section-G{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FF8C00;
    margin: 50px 0px 30px;
    padding: 50px 0px;
}
.main-section-G *{
    text-align: justify;
    width: 90%;
    margin: 0px auto;
    color: white;
}
.main-section-G h2{
    margin-bottom: 20px;
}
/*////end main-section-G//////////*/

.main-section-img{
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-section-img img{
    width: 70%;
}
/*////end main-section-img//////////*/

.main-section-H-text{
    width: 90%;
    margin: 70px auto 50px;
    text-align: justify;
}
.main-section-H-text h2{
    margin: 10px 0px 20px;
}
/*////end main-section-text//////////*/

.main-section-quastions{
    width: 90%;
    margin: 20px auto;
    padding: 35px 2% 80px;
    background-color: #6fa4f1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;

}
.main-section-quastions>h2{
    width: 100%;
    text-align: center;
    color: white;
}
.main-section-quastions>div{
    width: 45%;
    background-color: white;
    border-radius: 15px;
    padding: 10px 2%;
    margin-top: 30px;
}
.main-section-quastions>div p{
    font-size: 15px;
}
/*////end main-section-quastions//////////*/

.main-section-comments{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}
.main-section-comments h2{
    text-align: center;
    border-bottom: 1px solid #aeafb194;
    width: 80%;
    margin: 0px auto 40px;
    padding-bottom: 20px;
    font-size: 28px;
    color: #333;
}

/* Swiper Container */
.comments-swiper {
    width: 90%;
    max-width: 1200px;
    padding: 20px 0px 60px;
    position: relative;
}

.comments-swiper .swiper-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.main-section-comments-div-item{
    width: 100%;
    max-width: 500px;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    padding: 25px;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.main-section-comments-div-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    border-color: #FF8C00;
}

.main-section-comments-div-item>img{
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FF8C00;
}

.main-section-comments-div-item>div{
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.main-section-comments-div-item>div div{
    border-bottom: 2px solid #f0f0f0;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-section-comments-div-item>div div h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.main-section-comments-div-item>div div>img{
    width: 120px;
    height: auto;
}

.main-section-comments-div-item>div p{
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin: 0;
}

/* Swiper Navigation Buttons */
.comments-swiper .swiper-button-next,
.comments-swiper .swiper-button-prev {
    color: #FF8C00;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.comments-swiper .swiper-button-next:after,
.comments-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.comments-swiper .swiper-button-next:hover,
.comments-swiper .swiper-button-prev:hover {
    background-color: #FF8C00;
    color: white;
    transform: scale(1.1);
}

.comments-swiper .swiper-button-next {
    left: 10px;
    right: auto;
    transform: rotate(180deg);
}

.comments-swiper .swiper-button-prev {
    right: 10px;
    left: auto;
    transform: rotate(180deg);
}

/* Swiper Pagination */
.comments-swiper .swiper-pagination {
    bottom: 10px;
}

.comments-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FF8C00;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.comments-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.3);
}

/*////end main-section-comments//////////*/

/* بنر پیام موفقیت ارسال فرم */
.form-success-message {
    display: none;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 25px;
    padding: 18px 24px;
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.35);
    transition: opacity 0.4s ease, transform 0.3s ease;
}

.form-success-message.form-success-message--visible {
    display: block;
    animation: formSuccessFade 0.4s ease;
}

@keyframes formSuccessFade {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* بنر هشدار: ارسال فرم با file:// ممکن نیست */
.form-file-warning {
    display: none;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 25px;
    padding: 18px 24px;
    background: linear-gradient(135deg, #e65100 0%, #bf360c 100%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(191, 54, 12, 0.35);
    transition: opacity 0.4s ease, transform 0.3s ease;
}

.form-file-warning[hidden] {
    display: none !important;
}

.form-file-warning.form-file-warning--visible {
    display: block !important;
    animation: formSuccessFade 0.4s ease;
}

/* آلرت وسط صفحه برای هشدار file:// */
.form-file-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: formAlertFadeIn 0.3s ease;
}

.form-file-alert-box {
    background: #fff;
    max-width: 480px;
    width: 100%;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.form-file-alert-title {
    margin: 0 0 16px;
    font-size: 22px;
    color: #bf360c;
}

.form-file-alert-text {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.form-file-alert-btn {
    padding: 12px 32px;
    font-size: 16px;
    font-family: inherit;
    background: #e65100;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.form-file-alert-btn:hover {
    background: #bf360c;
}

@keyframes formAlertFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.main-section-form{
    width: 100%;
}
.main-section-form form{
    width: 90%;
    margin: 10px auto;
    padding: 20px 2%;
    border-radius: 15px;
}
.main-section-form-divA{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.main-section-form-divA>div{
    width: 100%;
    display: flex;
    align-items: center;
}
.main-section-form-divA>div img{
    width: 2%;
    margin-left: 1%;
}
.main-section-form-divA textarea{
    width: 98%;
    height: 100px;
    border: 3px solid #aeafb194;
    outline: none;
    padding: 8px 1%;
    border-radius: 15px;
    margin-top: 10px;
    resize: none;
}
.main-section-form-divB{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0px 10px;
    flex-wrap: wrap;
}
.main-section-form-divB>div{
    width: 18%;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 2%;
}
.main-section-form-divB>div div{
    display: flex;
    align-items: start;
    width: 100%;
    
}
.main-section-form-divB>div>div img{
    width: 8%;
    margin-left: 2%;
}
.main-section-form-divB>div input{
    width: 100%;
    height: 30px;
    border: 3px solid #aeafb194;
    outline: none;
    padding: 8px 1%;
    border-radius: 8px;
    margin-top: 10px;
}
/* چک‌باکس تأیید انسان (ضد ربات) */
.form-human-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 10px;
}

.form-human-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #FF8C00;
}

.form-human-check label {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.main-section-form-btn{
    width: 100%;
    height: 60px;
    background-color: #FF8C00;
    color: white;
    border-radius: 12px;
    font-size: 18px;
    margin: 20px 0px 30px;
}














footer{
    width: 100%;
    background-color: #FF8C00;
    padding: 3% 0px;
}
.footer-section{
    width: 90%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-section-divr{
    width: 50%;
}
.footer-section-divr-text{
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-section-divr-text h2{
    color: white;
    margin-bottom: 1%;
}
.footer-section-divr-text p{
    color: white;
}
.footer-section-divr-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.footer-section-divr-buttons-r{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-section-divr-buttons-r button{
    width: 45%;
    height: 35px;
    border-radius: 8px;
}
.footer-section-divr-buttons-r button:nth-child(1){
    background-color: black;
    color: white;
}
.footer-section-divr-buttons-r button:nth-child(1) a{
    background-color: black;
    color: white;
}
.footer-section-divr-buttons-l{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-section-divr-buttons-l i{
    color: white;
    font-size: 25px;

}
.footer-section-divl{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.footer-section-divl img{
    width: 45%;
}


.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    bottom: 0%;
}



@media only screen and (max-width: 580px){

    header{
        height: 60px;
    }
    header>section{
        justify-content: space-between;
        direction: ltr;
    }
    .header-img-btn{
        display: inline-block;
        width: 28px;
        order: 3;
        margin-left: auto;
    }
    .mobile-theme-toggle{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        padding: 0;
        margin-right: 0;
        margin-left: 8px;
        font-size: 14px;
        order: 2;
    }
    .header-div-logo {
        width: auto;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        order: 1;
    }
    .header-div-logo img{
        width: 46px;
        height: auto;
    }
    .header-div-menu{
        display: none;
    }
    .header-section-login{
        display: none;
    }

    .main-section-A{
        margin-top: 5%;
    }
    .main-section-A-divr{
        width: 95%;
        margin: 0px auto;
        padding: 0px;
    }
    .main-section-A-divr-divP h2{
        text-align: center;
        font-size: 20px;
        margin-bottom: 4%;
    }
    .main-section-A-divr-divP p{
        text-align: justify;
    }
    .main-section-A-divr-divButton{
        justify-content: center;
    }
    .main-section-A-divr-divButton button{
        width: 60%;
        margin: 20px auto;
    }
    .main-section-A-divl{
        width: 100%;
        margin: 4% 0px;
    }
    .main-section-A-divl div{
        justify-content: center;
    }
    .main-section-A-divl-img3{
        width: 30%;
        margin-top: -15%;
        margin-left: 42%;
    }
/*///////////////end main-section-A////////////////////*/

    .main-section-B h2{
        text-align: center;
        font-size: 17px;
    }
    .main-section-B p{
        text-align: center;
        font-size: 14px;
        color: grey;
    }

/*////end main-section-B//////////*/
    .main-section-C-div-item{
        width: 90%;
        margin-top: 20px;
    }
    .main-section-C>div{
        margin: 0px;
    }
/*////end main-section-C//////////*/

    .section-slider-div{
        min-width: 80%;
        padding: 0px 4%;
    }
    .section-slider-div img{
        height: 175px;
    }
    .section-slider>a{
        text-align: center;
        border: 1px solid #FF8C00;
        border-radius: 10px;
        background-color: #FF8C00;
        color: white;
        padding: 0% 3%;
        font-size: 14px;
    }
/*/////////////end section-slider/////////////////*/


    .main-section-D{
        flex-direction: column;
    }
    .main-section-D-divR{
        width: 95%;
        flex-direction: column;
    }
    .main-section-D-divR div {
        width: 100%;
    }
    .main-section-D-divR img {
        width: 60%;
        margin: 20px 0px;
    }
    .main-section-D-divl {
        width: 95%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    .main-section-D-divl img{
        padding-right: 0px;
        width: 40%;
    }

/*////end main-section-D//////////*/

    .main-section-E-divA{
        flex-direction: column;
        text-align: center;
    }
    .main-section-E-divA>*{
        width: 95%;
        margin: 10px auto;
    }
    .main-section-E-divB{
        flex-direction: column;
        text-align: center;
        margin: 20px auto;
    }
    .main-section-E-divB>*{
        width: 95%;
        margin: 10px auto;
    }
/*////end main-section-E//////////*/
    .main-section-F *{
        font-size: 15px;
    }
    .main-section-F h2{
        font-size: 18px;
    }
    .main-section-G *{
        font-size: 15px;
        text-align: center;
    }
    .main-section-G h2{
        font-size: 18px;
    }
/*////end main-section-G//////////*/
    .main-section-img img{
        width: 100%;
    }
/*////end main-section-img//////////*/
    .main-section-quastions>div{
        width: 90%;
    }
/*////end main-section-quastions//////////*/
    .main-section-comments {
        padding: 30px 0px;
    }
    
    .main-section-comments h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .comments-swiper {
        width: 95%;
        padding: 20px 0px 50px;
    }
    
    .main-section-comments-div-item{
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
    }
    
    .main-section-comments-div-item>img{
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin: 0 auto 15px;
    }
    
    .main-section-comments-div-item>div div{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .main-section-comments-div-item>div div h3{
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .main-section-comments-div-item>div div>img{
        width: 100px;
    }
    
    .main-section-comments-div-item>div p{
        font-size: 14px;
        text-align: center;
    }
    
    /* مخفی کردن دکمه‌های ناوبری در موبایل */
    .comments-swiper .swiper-button-next,
    .comments-swiper .swiper-button-prev {
        display: none;
    }
    
    /* کوچک کردن pagination در موبایل */
    .comments-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
/*////end main-section-comments//////////*/
    .main-section-form-divA>div img{
        width: 7%;
    }
    .main-section-form-divB>div>div img{
        width: 7%;
    }
    .main-section-form-divB>div{
        width: 100%;
    }
    .main-section-form-divB>div input{
        margin-bottom: 10px;
    }


    .footer-section-divr{
        width: 100%;
        margin-top: 8%;
    }
    .footer-section-divr-buttons{
        flex-direction: column;
        margin: 14% 0px 5%;
    }
    .footer-section-divr-buttons-r{
        width: 100%;
    }
    .footer-section-divr-buttons-r button{
        width: 48%;
    }
    .footer-section-divr-buttons-l{
        width: 50%;
        margin: 8% 0px 10%;
    }
    .footer-section-divl{
        width: 100%;
        justify-content: center;
    }
    .footer-section-divl img{
        width: 70%;
    }

}




.auth-menu{ position:relative; display:inline-flex; align-items:center; }
.auth-menu-btn{ display:inline-flex; align-items:center; gap:10px; border:1px solid #e2e8f0; background:#fff; padding:8px 14px; border-radius:999px; cursor:pointer; }
.auth-menu-btn i{ font-size:12px; }
.auth-user-avatar{ width:34px; height:34px; border-radius:50%; background:#f1f5f9; display:inline-flex; align-items:center; justify-content:center; overflow:hidden; font-size:12px; }
.auth-user-avatar img{ width:100%; height:100%; object-fit:cover; }
.auth-menu-dropdown{ position:absolute; top:calc(100% + 8px); right:0; background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:10px; min-width:180px; box-shadow:0 12px 24px rgba(15,23,42,0.12); display:none; z-index:10; }
.auth-menu-dropdown a,
.auth-menu-dropdown button{ display:block; width:100%; text-align:right; background:transparent; padding:8px 6px; cursor:pointer; color:#111827; border:0; }
.auth-menu-dropdown a:hover,
.auth-menu-dropdown button:hover{ background:#f8fafc; border-radius:8px; }
.auth-menu-open .auth-menu-dropdown{ display:block; }
.section-menu-auth{ width:100%; display:flex; flex-direction:column; gap:10px; margin-top:8px; padding-top:12px; border-top:1px solid rgba(255,255,255,0.35); }
.section-menu-auth a,
.section-menu-auth button{ color:white; background:transparent; text-align:right; border:0; }
