
body {
    margin: 0;
    font-family: Vazir, sans-serif;
}

#accordion {
    background-color: #679b9b;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, #accordion:hover {
    background-color: #ccc;
}

#panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
}

#videoContainer {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9; /* نسبت ابعاد ویدئو در حالت دسکتاپ */
}

#mainVideo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; /* نمایش کامل ویدئو بدون برش */
}

#thumbnails {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

#thumbnails img {
    width: 100px;
    height: 75px;
    margin: 5px;
    flex: 0 0 auto;
    cursor: pointer;
}

/* تنظیمات برای موبایل */
@media (max-width: 600px) {
    #videoContainer {
        aspect-ratio: unset; /* غیرفعال کردن نسبت ابعاد */
        height: 100vh; /* ارتفاع فول‌اسکرین */
    }

    #mainVideo {
        height: 100vh; /* ارتفاع فول‌اسکرین */
        object-fit: cover; /* پر کردن کل فضای موجود */
    }

    #thumbnails {
        display: none; /* مخفی کردن تصاویر کوچک در حالت موبایل */
    }
}
form {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.tab-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.parent-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}
form + * {
    margin-top: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tabs {
    margin: 20px;
}

.tab-buttons {
    display: flex;
    justify-content: space-around;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.tab-button {
    border: none;
    background: none;
    padding: 5px 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    color: black;
}

.tab-button.active {
    color: white;
}

.tab-mvm.active {
    background-color: #679b9b;
}

.tab-fownix.active {
    background-color: #679b9b;
}

.tab-lamari.active {
    background-color: #679b9b;
}

.tab-kerman.active {
    background-color: #679b9b;
}

.tab-mammut.active {
    background-color: #679b9b;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.collapsible {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.content {
    padding: 15px;
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 5px;
}

/* استایل‌های رنگی کالپس‌ها */
.collapsible.mvm-primary {
    background-color: #93b8b8;
    color: white;
}

.collapsible.mvm-secondary {
    background-color: #f9f9f9;
    color: black;
}

.collapsible.fownix-primary {
    background-color: #93b8b8;
    color: white;
}

.collapsible.fownix-secondary {
    background-color: #f9f9f9;
    color: black;
}

.collapsible.lamari-primary {
    background-color: #93b8b8;
    color: white;
}

.collapsible.lamari-secondary {
    background-color: #f9f9f9;
    color: black;
}

/* استایل‌های رنگی کالپس‌ها برای کرمان موتور */
.collapsible.kerman-primary {
    background-color: #93b8b8;
    color: white;
}

.collapsible.kerman-secondary {
    background-color: #f9f9f9;
    color: black;
}

/* استایل‌های رنگی کالپس‌ها برای ماموت خودرو */
.collapsible.mammut-primary {
    background-color: #93b8b8;
    color: white;
}

.collapsible.mammut-secondary {
    background-color: #f9f9f9;
    color: black;
}

.list-item:first-of-type {
    font-weight: bold;
}

.bold-start {
    font-weight: bold;
    color: #000;
    /* رنگ دلخواه */
}

.contact-box {
    margin: 20px;
    padding: 20px;
    text-align: center;
    background-color: #FD5F00;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    animation: blink 1s infinite;
}

.contact-box a {
    color: white;
    text-decoration: none;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


}
