@import url("../fonts/vazirmatn.css");
* {
    font-family: "Vazirmatn";
}

body {
    direction: rtl;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
html {
    overflow-x: hidden;
}
.blue {
    color: #31c5f5;
    display: inline;
}

.main-header {
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.top-head {
    width: 75%;
    height: 40px;
    background-color: #35a7cc;
    border-radius: 0px 0px 20px 20px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.right-top-head {
    display: flex;
    gap: 26px;
    margin: 5px 20px;
}
.right-top-head > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: white;
}
.right-top-head > div > img {
    width: 22px;
    height: 22px;
}
.left-top-head {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 5px 20px;
}
.left-top-head a {
    display: flex;
    color: white !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 5px 20px;
    text-decoration: none;
}
.left-top-head img {
    width: 22px;
    height: 22px;
    filter: invert(0%) !important;
}
.header-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 10px 20px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    width: 117px;
    height: 82px;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.nav-menu a {
    text-decoration: none;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
    font-size: 19px;
}
.nav-menu a li {
    color: #4b5563;
    font-size: 16px;
}

.nav-menu a:hover {
    color: #7a2be8;
}

.auth-buttons {
    width: 240px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.auth-buttons .btn-login {
    background-color: #ca0000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #fff;
    padding: 9px 29px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: background 0.3s;
    border: 2px solid rgb(255, 255, 255);
}

.auth-buttons .btn-login:hover {
    background-color: #f34343;
    border: 2px solid wheat;
    transform: translateY(-8px); /* کمی بلند شود */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22),
        /* سایه عمیق‌تر */ 0 4px 10px rgba(0, 0, 0, 0.1); /* سایه دوم برای طبیعی شدن */
}

.iconH {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.content {
    height: 600px;
    background: linear-gradient(to right, #ffffff, #f4f4f5);
    margin: 40px auto;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    padding-bottom: 20px;
}
.content > .left-content {
    width: 550px;
    height: 507px;
}
.left-content > img {
    width: 100%;
    height: 100%;
}
.content > .right-content {
    height: 507px;
}
.right-content > .content-p {
    font-size: 17px;
    color: #4b5563;
    max-width: 596px;
    margin: 40px 25px;
}
.setting-box1 {
    margin-top: 120px;
}
.setting-box1 > .content-title {
    margin: 25px 39px;
    font-size: 50px;
    max-width: 476px;
}
.right-content > div > .discount-span {
    margin: 10px 39px;
    background-color: #ca0000;
    color: white;
    padding: 5px 19px;
    border-radius: 15px;
    font-size: 14px;
}
.setting-box1 > .content-p2 {
    margin: 30px 39px;
    font-size: 17px;
    color: #4b5563;
}
.span2 {
    margin: 30px 39px;
    background-color: #02195a;
    color: white;
    font-size: 17px;
    padding: 16px 19px;
    border-radius: 10px;
    height: 54px;
    cursor: pointer;
}

.footer {
    margin: 3px auto;
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    border-top: 1px solid #a0a1aa;
    padding-top: 30px;
}
.footer > .right-footer {
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-footer > img {
    width: 186px;
    height: 131px;
}
.right-footer > .footer-span1 {
    font-size: 26px;
    margin: 20px 2px;
}
.right-footer > p {
    width: 412px;
    margin: 0;
    text-align: center;
}

.footer > .left-footer {
    width: fit-content;
    height: 300px;
    display: flex;
    gap: 20px;
}
.sub1-left-footer {
    width: 50%;

    margin: 20px;
}
.sub1-right-footer {
    width: 50%;

    margin: 20px;
}

.section1 {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 10px;
}
.section2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.phone {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f4f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone > img {
    width: 21px;
    height: 21px;
}

.phone-num > p {
    margin: 0;
}
.section3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.section4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.section5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.social-icon {
    width: 42px;
    height: 42px;
    background: #f7fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    margin: 7px;
    transition: 0.4s;
}
.social-icon .whatsapp {
    width: 50px;
    height: 50px;
}
.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
}
.social-icon > img {
    width: 32px;
    height: 32px;
}

.sub1-right-footer {
    width: fit-content;
    margin: 20px;
}
.sec1 {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 10px;
}

/* ارزیابی */

.Evaluation {
    width: 90%;
    padding: 13px 1px;
    border: 1px solid rgb(213, 213, 213);
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
}
.item-Evaluation {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.item-Evaluation > img {
    width: 38px;
    height: 38px;
}
.item-Evaluation > p {
    font-size: 17px;
    color: #4b5563;
}

/* نظرات */

.info-hor {
    width: 90%;
    margin: 160px auto;
    display: flex;
    flex-wrap: wrap;
}
.info-left {
    width: 50%;
    height: 100%;
}
.info-right {
    height: 100%;

    padding: 30px;
}
.info-right > h2 {
    color: #02195a;
}
.info-right > p {
    color: #4b5563;
}
.info-right > div > button {
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    cursor: pointer;
    transition: 0.4s;
}

.slider-container-main {
    width: 380px;
    height: 200px;
    overflow: visible;
    perspective: 1000px; /* 👈 ایجاد عمق سه‌بعدی */
    position: relative;
    margin: 50px auto;
}

.slider-main {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #93c5fd;
    background-color: #f8f8f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.set1-sliderr {
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px;
}
.set1-sliderr-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #93c5fd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set1-sliderr-name {
    color: #4b5563;
}
.slide > p {
    color: #a0a1aa;
    margin: 15px;
}

/* 👇 حالت‌های سه‌بعدی */
.slide.active {
    transform: translateZ(120px) scale(1);
    opacity: 1;
    z-index: 3;
}
.slide.prev {
    transform: translateX(-220px) rotateY(10deg) scale(0.7);
    opacity: 0.7;
    z-index: 2;
    border-radius: 15px;
    background-color: #d6d6dc;
    border: 2px solid #93c5fd;
    padding: 5px;
    position: absolute;
    top: 50%;
}
.slide.next {
    transform: translateX(220px) rotateY(-10deg) scale(0.7);
    opacity: 0.7;
    z-index: 2;
    border-radius: 15px;
    background-color: #d6d6dc;
    border: 2px solid #93c5fd;
    padding: 10px;
    position: absolute;
    top: 50%;
}

.mobile-mode-footer {
    display: none;
}

/* ریسپانسیو */

.mobile-mode {
    width: 30px;
    height: 30px;
    background: url("/assets/image/icons8-menu-100.png");
    background-size: cover;
    display: none;
}
body {
    overflow-x: hidden;
}

.mobile-header-mode {
    width: 0;
    background-color: #bdeeff;
    overflow: hidden;
    height: 100%;
    position: absolute;
    border-radius: 10px 0 0 10px;
    border: 3px solid white;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
    right: 0;
    top: 0;
    transition: 0.8s;
}
.mobile-ertebat {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 80px;
}
.mobile-ertebat > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mobile-ertebat > div > span {
    color: #a0a1aa;
}
.mobile-ertebat > div > img {
    width: 55px;
    height: 55px;
}
#exitt {
    width: 25px;
    height: 25px;
    background: url("/assets/image/icons8-exit-100.png");
    background-size: cover;
    margin: 20px;
}
.mobile-header-mode a {
    text-decoration: none;
}
.mobile-header-mode li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
}
.mobile-header-mode li {
    list-style: none;
    margin-bottom: 12px;
    transition: 0.5s;
    background-color: goldenrod;
    padding: 8px;
    border-radius: 8px;
    color: white;
    width: 80px;
}
@media (max-width: 600px) {
    .mobile-mode {
        display: block;
        margin-left: 20px;
        cursor: pointer;
    }
    .left-content {
        display: none;
    }
    .header-container {
        width: 100%;
    }
    .nav-menu,
    .auth-buttons {
        display: none;
    }
    .Evaluation {
        flex-direction: column;
        margin: 10px auto;
    }
    .top-head {
        width: 100%;
    }
    .left-top-head {
        display: none;
    }
    .header-container {
        padding: 20px 0px;
    }
    /* .content{
         padding-bottom: 190px;
    } */
    .footer {
        justify-content: center;
        flex-wrap: wrap;
    }
    .right-footer {
        border-bottom: 2px solid #a0a1aa;
        padding-bottom: 30px;
    }
    .left-footer {
        flex-direction: column;
        align-items: center;
    }
    .slider-container-main {
        display: none;
    }
    .sub1-left-footer {
        display: none;
    }
    .left-footer {
        width: 100% !important;
    }
    .mobile-mode-footer {
        display: block;
    }
    .info-hor {
        margin: 0 auto;
    }
    .section1 {
        margin: 20px auto;
        width: fit-content;
        border-radius: 20px;
        padding: 10px;
        text-align: center;
        border: 2px solid rgb(226, 226, 255);
        transition: 0.3s;
        cursor: pointer;
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
    }
    .section1:hover {
        background-color: #ff7070;
        color: white;
    }
    .section5 {
        justify-content: center;
    }
    .sub1-right-footer {
        margin: 0;
    }
    .content-title {
        font-size: 37px !important;
    }
}

.modarres:hover .cirklegolden {
    transform: translateX(-216px);
}

.cirklegolden {
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 27px;
    height: 27px;
    background-color: goldenrod;
    border-radius: 50%;
    color: #02195a;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cirklegolden img {
    width: 57%;
    height: 57%;
}
.modarres {
    width: 100%;
    display: flex;
    gap: 10px;
    background-color: #ca0000;
    color: white;
    border-radius: 20px;
    line-height: 30px;
    transition: 0.7s;
    cursor: pointer;
}
.modarres:hover {
    transform: translate(-4px);
}

/* داشبورد لاگین */

.dash {
    background-color: #1bff36;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #fff;
    padding: 9px 29px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: background 0.3s;
    border: 2px solid rgb(255, 255, 255);
}

.contaner-dashboard {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.left-dashboard {
    /* background-color: #f8f9fb; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    height: 484px;
    align-items: center;
    box-shadow: 0 10px 25px #f8f9fb;
    text-align: right;
    border-radius: 20px;
}
.right-dashboard {
    border-radius: 20px;
    width: 300px;
    height: fit-content;
    margin-left: 20px;
    border: 2px solid #ffc36f;
    /* box-shadow: 0 10px 25px rgba(211, 218, 5, 0.744); */
    background-color: #f8f9fb;
}
.main-right-dashboard {
    margin: 10px;
}
.top-right-dashboard {
    margin: 10px 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: #4d4f57;
    font-weight: 500;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
}
.top-right-dashboard img {
    width: 50px;
    height: 50px;

    border-radius: 50%;
}
.bottom-right-dashboard {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.bottom-right-dashboard a {
    margin: 10px 1px;
    text-decoration: none;
    color: #737789;
    font-size: 1.1rem;
}
.top-left-dashboard {
    display: flex;
    background: hsl(35, 100%, 93%);
    border-radius: 10px;
    gap: 10px;
}
.item-top-left-dashboard {
    padding: 10px 50px;
}
.count-courses {
    text-align: center;
    color: #3094ea;
    font-size: 1.5rem;
    font-weight: 500;
}
.courses-title-dashboard {
    font-size: 15px;
    color: #737789;
    margin-bottom: 10px;
}
.bottom-left-dashboard {
    height: fit-content;
}
.bottom-left-dashboard > div {
    margin: 20px 1px;
    color: #4b5563;
}
.btn-edit-prof {
    padding: 10px;
    border: 1px solid goldenrod;
    border-radius: 10px;
    text-decoration: none;
    color: goldenrod;
    transition: 0.4s;
}
.btn-edit-prof:hover {
    background-color: goldenrod;
    color: rgb(255, 255, 255);
}
@media (max-width: 900px) {
    .contaner-dashboard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .top-left-dashboard {
        flex-direction: column;
    }
    .courses-title-dashboard {
        text-align: center;
    }
    .left-dashboard {
        padding-right: 0;
    }
    .right-dashboard {
        margin-left: 0;
    }
}

.cards-courses-dash {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.none-courses {
    padding: 10px;
    background-color: #0ea5e9;
    color: white !important;
    border-radius: 13px;
    border: 1px solid #4b5563;
}
.course-card {
    border: 2px solid rgb(87, 87, 255);
    box-shadow: 0 10px 25px rgba(87, 87, 255, 0.3) !important;
    width: 340px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 24px;

    padding: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: 0.35s ease;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.09);
}

.badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.badge.online {
    background: linear-gradient(135deg, #34d399, #10b981);
    color: #fff;
}

.badge.offline {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    color: #fff;
}

.title-dash {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-top: 24px;
    margin-bottom: 18px;
}

.meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.meta span {
    font-size: 12px;
    color: #6b7280;
}

.meta strong {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    color: #111827;
}

.divider {
    height: 1px;
    background: linear-gradient(to left, transparent, #e5e7eb, transparent);
    margin: 22px 0;
}

.foooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price small {
    font-size: 11px;
    color: #6b7280;
}

.price strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0ea5e9;
}

.btn {
    padding: 10px 22px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    border-radius: 14px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.9;
}

.xpf-wrap-9032 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xpf-card-9032 {
    width: 100%;
    max-width: 720px;
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.xpf-title-9032 {
    text-align: center;
    margin-bottom: 28px;
    color: #2f2f2f;
    font-size: 20px;
}

.xpf-form-9032 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.xpf-field-9032 {
    display: flex;
    flex-direction: column;
}

.xpf-full-9032 {
    grid-column: 1 / -1;
}

.xpf-label-9032 {
    font-size: 13px;
    margin-bottom: 6px;
    color: #555;
}

.xpf-input-9032 {
    padding: 13px 15px;
    border-radius: 11px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.xpf-input-9032:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.xpf-btn-9032 {
    grid-column: 1 / -1;
    padding: 15px;
    border-radius: 14px;
    border: none;
    background: #3b82f6;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.xpf-btn-9032:hover {
    background: #2563eb;
}

/* 📱 Responsive */
@media (max-width: 640px) {
    .xpf-form-9032 {
        grid-template-columns: 1fr;
    }
}

.container-jos {
    width: 90%;
    display: flex;
    padding-inline: 20px;
    margin-right: 30px;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    gap: 60px;
}
.top-right-jos {
    margin-bottom: 30px;
}

.card-jos-dore {
    width: 300px;
    border: 2px solid #46c6f2;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}
.left-container-jos {
    margin-top: 92px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.poster-img {
    width: 304px;
    height: 400px;
}
.poster-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.price {
    color: #3cc3f0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.old-price {
    color: #b5b5b5;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 16px;
}

.btn {
    width: 100%;
    background: #3cc3f0 !important;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 18px;
}

.btn:hover {
    background: #2bb6e6;
}

.info {
    border-top: 1px solid #e6e6e6;
    padding-top: 14px;
    font-size: 13px;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    direction: rtl;
    color: #4b5563;
}

.row span:first-child {
    color: #777;
}

/* two */

.tabs-card {
    border: 1.5px solid #bfbfbf;
    border-radius: 12px;
    direction: rtl;
    overflow: hidden;
}

.tabs {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 12px 20px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 14px;
}

.tab {
    color: #444;
    cursor: pointer;
    position: relative;
}

.tab.active {
    color: #3cc3f0;
    font-weight: 600;
}

.tab.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #3cc3f0;
}

.content-tabs-cardd {
    padding: 18px 20px;
    font-size: 13px;
    color: #333;
}

.item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}
.item .img {
    width: 380px;
    height: 170px;
}
.item .img img {
    width: 100%;
    height: 100%;
}

.dot {
    width: 6px;
    height: 6px;
    background: #bfbfbf;
    border-radius: 50%;
    margin-top: 6px;
}

.item strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.item p {
    margin: 0;
    line-height: 1.8;
    color: #555;
}

/* سه */

.course-header {
    max-width: 700px;
    text-align: center;
    color: #2b2b2b;
    text-align: right;
}

.course-header h1 {
    font-size: 21px;
    font-weight: 700;
    color: #02195a;

    margin-bottom: 10px;
}

.description {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 14px;
}

.meta {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 12px;
    color: #a0a1aa;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    direction: rtl;
}

.icon {
    font-size: 14px;
}

.content-tabs-cardd {
    display: none;
}

.content-tabs-cardd.active {
    display: block;
}

.item-sarfasl {
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.josyat-kamel-fasl {
    border: 1px solid rgba(180, 180, 180, 0.507);
    border-radius: 10px;
    margin-bottom: 10px;
    width: 90%;
}
.sections-fasl {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-sections-fasl {
    width: 90%;
    padding: 10px;
}
.section-dore-bakhsh {
    padding: 10px 10px;
    border: 1px solid rgba(180, 180, 180, 0.507);
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.jhfw {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #444;
    background-color: #75ddff98;
    padding: 4px 7px;
    border-radius: 5px;
    transition: 0.2s;
}
.jhfw:hover {
    padding: 4px 9px;
    background-color: #40bae2ef;
    color: white !important;
}

.sections-fasl {
    max-height: 0;
    overflow: hidden;

    transition: all 0.12s ease-in-out;
}
.sections-fasl.active {
    max-height: 5000px;
    transition: max-height 2.5s ease-in-out;
}
.right-container-jos {
    width: 100%;
    margin-right: 155px;
}
@media (max-width: 1000px) {
    .container-jos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-container-jos {
        margin-right: 0;
    }
    .josyat-kamel-fasl {
        width: 100%;
    }
    .content-tabs-cardd {
        padding: 18px 10px;
    }
    .main-sections-fasl {
        width: 100%;
    }
    .tabs {
        justify-content: center;
    }
}
@media (max-width: 450px) {
    .section-dore-bakhsh {
        flex-direction: column;
        gap: 10px;
    }
}
.immg {
    width: 100%;
    height: 100%;
}
.bbtn-leftt {
    transition: transform 0.35s ease;
    transform: rotate(0deg);
}

.bbtn-leftt.rotate {
    transform: rotate(270deg);
}
.video-player-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

video {
    width: 100%;
    min-height: 535px;
    display: block;
    background-color: #000;
}

.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.play-pause-btn {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.play-pause-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #4cc9f0, #4361ee);
}

.play-pause-btn:active {
    transform: scale(0.98);
}

.instructions {
    background-color: rgba(30, 30, 46, 0.8);
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    max-width: 800px;
}

.instructions h3 {
    color: #4cc9f0;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.instructions ul {
    text-align: right;
    list-style-type: none;
    padding-right: 20px;
}

.instructions li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #b8c1ec;
}

.instructions li i {
    color: #4cc9f0;
    margin-left: 8px;
}

.video-info {
    margin-top: 20px;
    color: #b8c1ec;
    font-size: 0.9rem;
}

/* استایل برای حالت تلفن همراه */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .description {
        font-size: 1rem;
    }

    .play-pause-btn {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .instructions {
        padding: 15px;
    }
}

/* انیمیشن برای دکمه پلی */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 97, 238, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(67, 97, 238, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(67, 97, 238, 0);
    }
}

.pulse {
    animation: pulse 2s infinite;
}

/* حالت پخش شده */
.playing .play-pause-btn {
    background: linear-gradient(135deg, #f72585, #b5179e);
}

.playing .play-pause-btn:hover {
    background: linear-gradient(135deg, #ff4da6, #d12db3);
}
