:root {
    --primary_color: #9C009E;
    --third_color: #570057;
    --secondary_color: #00a674;
}

@font-face {
    font-family: 'vazir';
    src: url('/static/fonts/Vazir-FD-WOL.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'vazir';
    src: url('/static/fonts/Vazir-Bold-FD-WOL.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: vazir !important;
}

a {
    text-decoration: none !important;
}

.px-17 {
    font-size: 16px;
}

.px-20 {
    font-size: 19px;
}

.px-15 {
    font-size: 13px;
}

.px-30 {
    font-size: 29px;
}

.px-25 {
    font-size: 24px;
}

.px-13 {
    font-size: 12px;
}

.px-11 {
    font-size: 10px;
}

.px-9 {
    font-size: 8px;
}

.px-60 {
    font-size: 59px;
}


.justify-text {
    text-align: justify;
}

.complex-information-holder {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1.5px solid #9C009E;
}

.complex-card-holder {
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: rgba(255, 255, 255, 0.3);
}

.card-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-color {
    color: var(--primary_color);
}

.main-color-dark {
    color: var(--third_color);
}

.light-gray {
    color: #4F5859;
}

.very-light-gray {
    color: #888;
}

.dark-gray {
    color: #1A2121;
}

.white-color {
    color: white;
}

.second-color {
    color: #f39c12;
}

.red-color {
    color: darkred;
}

.border-line {
    height: 1.5px; /* ضخامت */
    background-color: #EADCF2;
    width: 95%;
}


.detail-btn {
    border: none;
    color: white;
    background-color: #00a674;
    border-radius: 10px;
    padding: 10px;
    width: 87%;
    transition: box-shadow 0.3s ease-in-;
    font-size: 0.8em !important;
}

.detail-btn:hover {
    box-shadow: 0 0 15px #00a674, 0 0 30px #00a674;
}

.Sports-branches-holder {
    /*background: #EADCF2;*/
    border-radius: 10px;
    max-width: 95%;
}

.sport-branches-item {
    background: linear-gradient(135deg, rgba(156, 0, 158, 0.7), rgba(234, 220, 242, 0.7));
    padding: 5px 0px !important;
    border-radius: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.off {
    background: linear-gradient(135deg, rgba(156, 0, 158), rgba(234, 220, 242, 0.9));
    font-size: 1em;
    width: 60px !important;
    height: 60px !important;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    /* line-height: 3em; */
    color: white;
    position: absolute;
    top: .27em;
    left: .27em;
    z-index: 999;
}

.card-image-holder {
    position: relative;
    max-height: 230px;
}

.open-close-time {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* در ابتدا فقط ۱ خط نمایش بده */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    max-width: 100%; /* برای اطمینان از ریسپانسیو بودن */
    transition: all 0.3s ease-in-out;
}

.open-close-time.expanded {
    display: block; /* وقتی باز شد، متن کامل نمایش بده */
    white-space: normal; /* اجازه بده متن خودش به خط بعدی بره */
}

.time-holder {
    min-height: 2rem;
}

.sport-branches-1 {
    max-height: 80px; /* ارتفاع محدود */
    overflow-y: auto; /* اسکرول عمودی فعال */
    scrollbar-width: thin; /* برای فایرفاکس */
    scrollbar-color: #ccc transparent; /* رنگ اسکرول در فایرفاکس */
}

/* برای مرورگرهای WebKit مثل Chrome و Edge */
.sport-branches-1::-webkit-scrollbar {
    width: 5px; /* باریک کردن اسکرول */
}

.sport-branches-1::-webkit-scrollbar-thumb {
    background-color: #4F5859; /* رنگ اسکرول */
    border-radius: 10px; /* گوشه‌های گرد */
}

.sport-branches-1::-webkit-scrollbar-track {
    background: transparent; /* پس‌زمینه اسکرول */
}

.search-holder {
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
    border-radius: 10px;
    max-width: 50%;
    /*background-color: rgb(255, 255, 255, 0.1);*/
}

.search-holder-mobile {
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
    border-radius: 10px;
    max-width: 95%;
    /*background-color: rgb(255, 255, 255, 0.1);*/
}

.search-text-holder-desktop input {
    all: unset;
    width: 100%;
    font-size: 17px;
    color: #9C009E;
    padding: 10px;
}

.search-text-holder-mobile input {
    all: unset;
    width: 100%;
    font-size: 16px;
    color: white;
    padding: 8px;
}

.search-text-holder-desktop {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    max-width: 95%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.search-text-holder-mobile {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    max-width: 95%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}


.search-text-holder-desktop button {
    all: unset;
    background: linear-gradient(135deg, rgba(156, 0, 158, 0.9), rgba(234, 220, 242, 0.9));
    background-size: 400% 400%;
    animation: gradientShift 5s ease infinite;
    color: white;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 17px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-text-holder-desktop button:hover {
    filter: brightness(1.2);
    transform: scale(1.02);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.search-text-holder-mobile button {
    all: unset;
    background: linear-gradient(135deg, rgba(156, 0, 158, 0.9), rgba(234, 220, 242, 0.9));
    background-size: 400% 400%;
    animation: gradientShift 5s ease infinite;
    color: white;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-text-holder-mobile button:hover {
    filter: brightness(1.2);
    transform: scale(1.03);
}

.search-text-holder-desktop input::placeholder {
    color: #9C009E;
    font-size: 17px;
}

.search-text-holder-desktop input:focus {
    box-shadow: 0 0 12px #9C009E;
    background-color: rgba(255, 255, 255, 0.25);
}

.search-text-holder-mobile input::placeholder {
    color: white;
    font-size: 16px;
    letter-spacing: -0.5px;
    word-spacing: -1px;
}

.search-text-holder-mobile input:focus {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px white;
    border-radius: 8px;
}


.hero-section-title-mobile {
    word-spacing: -5px;
    letter-spacing: 0px;
}


.select-filter-common-attribute {
    border: none;
    background-color: white;
    color: #9C009E;
    padding: 1px 0;
    width: 90%;
    text-align: center;
    outline: none;
    cursor: pointer;
}

/*                                          سوالات متداول*/


.faqs-holder {
    position: relative; /* برای قرار دادن pseudo-element */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden; /* جلوگیری از بیرون‌زدگی */
    max-width: 92%;
}

.questions {
    margin-top: 5px;
}

.border-line-faqs {
    height: 1.5px; /* ضخامت */
    background-color: #9C009E;
    width: 95%;
}

.border-line-complex-faqs {
    height: 2px; /* ضخامت */
    background-color: #9C009E;
    width: 99%;
}

.faqs-header {
    padding-top: 120px;
    max-width: 80%;
}

/*                                                        مجموعه ها                                          */


.information-holder {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.name-address {
    /*background-color: white;*/
    /*border-radius: 10px;*/
    padding-top: 25px;
    padding-bottom: 10px;
    max-width: 95%;
}

.gallery {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3px solid #9C009E;
    padding: 20px;
}

.gallery::before {
    content: "\F42B\00A0\00A0 تصاویر مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 180px;
}

.gallery::before {
    font-family: "bootstrap-icons", vazir;
}

.working-hours {
    position: relative;
    max-width: 80%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.working-hours::before {
    content: "\F293\00A0\00A0 ساعات کاری مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 220px;
}

.working-hours::before {
    font-family: "bootstrap-icons", vazir;
}

.Facilities {
    position: relative;
    max-width: 80%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.Facilities::before {
    content: "\F589\00A0\00A0 امکانات مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 185px;
}

.Facilities::before {
    font-family: "bootstrap-icons", vazir;
}


#map {
    z-index: 0;
    width: 95%;
    height: 150px;
    border-radius: 10px;
    border: 2px solid #9C009E;

}

.owl-carousel-complexes-page .item img {
    border-radius: 10px;
}

.submit-contact-btn {
    all: unset;
    outline: 3px solid var(--secondary_color);
    color: white;
    background-color: var(--secondary_color);
    margin: 5px;
    width: 130px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}


.package-btn, .sans-btn {
    all: unset;
    outline: 3px solid #9C009E;
    color: white;
    background-color: #9C009E;
    margin: 5px;
    width: 130px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.reserve-blog-post-btn {
    all: unset;
    outline: 3px solid #9C009E;
    color: white;
    background-color: #9C009E;
    margin: 5px;
    width: 180px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.working-hours-holder {
    max-width: 95%;
}

.packages-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.packages-holder::before {
    content: "\F685\00A0\00A0 پکیج های مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 200px;
}

.packages-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.contact-page-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.contact-page-holder::before {
    content: "راه های ارتباطی"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 178px;
}

.about-page-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.about-page-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.about-page-holder::before {
    content: "ورزش یاب چیست؟"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 178px;
}

.about-page-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.news-magazine-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.news-magazine-holder::before {
    content: "مجله خبری ورزش یاب ..."; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 200px;
}

.news-magazine-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.about-features-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.about-features-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.about-features-holder::before {
    content: "ویژگی های ورزش یاب"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 198px;
}

.about-features-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.contact-form-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.contact-form-holder::before {
    content: "فرم ارتباط با ما"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 178px;
}

.contact-form-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.package {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
}

.package-item {
    background-color: white;
    color: var(--primary_color);
    border-radius: 10px;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    margin: auto;
    /*border: 2px solid #9C009E;*/
    /* font-size: 17px; */
    margin-top: 2px;
    outline: 2px solid var(--primary_color);
    border: none;
}

.package-item::placeholder {
    color: var(--primary_color);
}

.package-name {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 16px;
    background-color: #9C009E;
    color: white;
}

.package-confirm-btn {
    all: unset;
    width: 85%;
    background-color: #00a674;
    border-radius: 5px;
    color: white;
    padding: 10px 0px;
    font-size: 20px;
}

.times-confirm-btn {
    width: 100%;
    background-color: #00a674;
    border-radius: 5px;
    color: white;
    padding: 5px 0px;
    font-size: 13px;
    margin-top: 5px;
}

.sans-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.sans-holder::before {
    content: "\F1E2\00A0\00A0 سانس های مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 230px;
}

.sans-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.sans {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
}

.sans-item {
    all: unset;
    background-color: #9C009E;
    color: white;
    border-radius: 10px;
    padding: 8px 0px;
    width: 80%;
    font-size: 17px;
    margin-top: 2px;
}

.sans-confirm-btn {
    all: unset;
    width: 80%;
    background-color: #00a674;
    border-radius: 5px;
    color: white;
    padding: 10px 0px;
    font-size: 20px;
}

.sans-name {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 16px;
    background-color: #9C009E;
    color: white;
}

.about-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.about-holder::before {
    content: "\F433\00A0\00A0درباره مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 175px;
}

.about-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.about {
    max-height: 250px; /* ارتفاعی که بعد از آن اسکرول فعال می‌شود */
    overflow-y: auto; /* فعال کردن اسکرول عمودی */
    scroll-behavior: smooth; /* اسکرول نرم */
}

.rule-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.rule-holder::before {
    content: "\F530\00A0\00A0قوانین و مقررات مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 270px;
}

.rule-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.rules {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
}

.complex-faqs-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.complex-faqs-holder::before {
    content: "\F50B\00A0\00A0سوالات متداول مجموعه"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 252px;
}

.complex-faqs-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.complex-faqs {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 12px;
    max-height: 250px; /* ارتفاعی که بعد از آن اسکرول فعال می‌شود */
    overflow-y: auto; /* فعال کردن اسکرول عمودی */
    scroll-behavior: smooth; /* اسکرول نرم */
}

/* Header Styles */
.header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo img {
    max-height: 50px;
    width: auto;
}

.logo-text {
    word-spacing: 0px;
    letter-spacing: -1px;
    font-size: 17px !important;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.main-nav a {
    color: var(--primary_color);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--third_color);
}

.header-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.login-btn,
.register-btn, .submit-login-btn {
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
}

.login-btn {
    background-color: white;
    color: var(--primary_color);
    border: 2px solid var(--primary_color);
}

.register-btn, .submit-login-btn {
    background-color: var(--primary_color);
    color: white;
    border: 2px solid var(--primary_color);
}

.login-btn:hover {
    background-color: var(--primary_color);
    color: white;
}

.register-btn:hover {
    background-color: var(--third_color);
    border-color: var(--third_color);
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0;
    }

    .logo img {
        max-height: 40px;
    }

    .header-buttons {
        gap: 5px;
    }

    .login-btn,
    .register-btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}

/* Mobile Menu Styles */
.mobile-menu-btn {
    background: none;
    border: none;
    color: var(--primary_color);
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    padding: 20px;
}

.mobile-menu.active {
    right: 0;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    margin-bottom: 15px;
}

.mobile-nav a {
    color: var(--primary_color);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(156, 0, 158, 0.1);
}

.mobile-nav a:hover,
.mobile-nav a.active {
    color: var(--third_color);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 1000;
    display: none;
}

.mobile-menu-overlay.active {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }

    .header-buttons {
        display: none;
    }
}

.float-left-style {
    float: left;
}

/* Footer Styles */
.footer {
    background-color: #f8f9fa;
    padding: 50px 0 20px;
    border-top: 3px solid var(--primary_color);
}

.footer-section {
    margin-bottom: 30px;
}

.footer-title {
    color: var(--primary_color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background-color: var(--primary_color);
}

.footer-text {
    color: #4F5859;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #4F5859;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary_color);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    color: #4F5859;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    color: var(--primary_color);
    font-size: 16px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 35px;
    height: 35px;
    background-color: var(--primary_color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: var(--third_color);
    color: white;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.copyright {
    color: #4F5859;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-text,
    .footer-links a,
    .footer-contact li,
    .copyright {
        font-size: 13px;
    }

    .social-link {
        width: 30px;
        height: 30px;
    }
}

.social-link > i {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 30px;
}

.about-featrues > li {
    line-height: 40px;
}


.swal2-html-container {
    color: white;
}

.login-modal-text {
    color: var(--third_color)
}

.pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.all-filters-holder {
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.all-filters-holder-index {
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .all-filters-holder {
        margin-right: auto;
        margin-left: auto;
        justify-content: space-around;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .all-filters-holder-index {
        margin-right: auto;
        margin-left: auto;
        justify-content: space-around;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.full-width {
    width: 100% !important;
}

.blog-holder-index {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    padding: .7rem 1rem;
    border-radius: 10px;
    max-width: 95%;
}

.select2-container--default .select2-results__group {
    color: var(--primary_color);
    font-weight: bold;
}

.select2-container {
    border: 2px solid var(--primary_color);
    border-radius: 5px;
}

.section-blog {
    padding-top: 1rem;
    outline: 2px solid #9C009E;
    border-radius: 10px;
}

.blogs-holder {
    position: relative;
    max-width: 95%;
    border-radius: 10px;
    border-top: 3.5px solid #9C009E;
    padding: 20px;
}

.blogs-holder::before {
    content: "سایر مقالات"; /* دو فاصله اضافه شده */
    position: absolute;
    top: -24px; /* تنظیم فاصله از بالای بردر */
    left: 50%;
    transform: translateX(-50%);
    background-color: white; /* هم‌رنگ با پس‌زمینه */
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9C009E;
    width: 120px;
}

.blogs-holder::before {
    font-family: "bootstrap-icons", vazir;
}

.top-blogs {
    background-color: #9C009E;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.blog-post-image {
    width: 350px;
    height: 350px;
    border-radius: 10px;
    outline: 2px solid #9C009E;
}

.blog-post-image-mobile {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    outline: 2px solid #9C009E;
}


.test {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.blog-post-description {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    max-width: 92%;
    text-align: center;
    margin: auto;
}

.blog-post-faqs-title {
    background-color: #9C009E;
    padding: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-post-description-text {
    line-height: 25px;
}

.hero {
    position: relative;
    height: 75vh;
    background: url('/static/images/Banner.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.hero-2 {
    position: relative;
    height: 50vh;
    background: url('/static/images/Banner.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.hero-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(255, 255, 255, 0.1); !* لایه تاریک برای خوانایی بهتر *!*/
    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(255, 255, 255, 0.1); !* لایه تاریک برای خوانایی بهتر *!*/
    z-index: 1;
}

.hero .content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.hero-2 .content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-2 h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-2 p {
    margin: 20px 0;
    word-spacing: -1px;
    width: 80vw;
}

.hero p {
    font-size: 3rem;
    margin: 20px 0;
    word-spacing: -1px;
    width: 80vw;
}


@media (max-width: 768px) {
    .hero h1 {
        font-size: 3rem;
    }

    .hero-2 h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 2rem;
    }

}


.sans-name-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: fit-content;
    padding: 5px 5px;
    border-radius: 5px;
    margin: 0;
}

.name-address-mobile {
    padding: 0 !important;
}


#map-mobile {
    z-index: 0;
    width: 95%;
    height: 150px;
    border-radius: 10px;
    border: 2px solid #9C009E;
}

.pre-line {
    white-space: pre-line;
}

h1 {
    font-size: 2.5rem;
    color: white;
    display: inline-block;
    direction: rtl;
}

#typed {
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    /*margin-right: 5px;*/
    /*border-right: .1em solid white;*/
}

.link-cursor {
    cursor: pointer;
}

.leaflet-control-attribution {
    display: none !important;
}

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.welcome-heading {
    color: #9C009E;
    animation: fadeZoomIn 1s ease-out forwards;
    opacity: 0; /* قبل از لود دیده نشه */
}


.user-information-holder {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.information-user {
    background-color: #9C009E;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    display: block;
}

.custom-table td, .custom-table th {
    white-space: normal !important; /* اجازه بده متن بشکنه */
    word-break: break-word; /* کلمات طولانی هم بشکنن */
    max-width: 200px; /* محدود کردن عرض سلول */
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

@media (max-width: 768px) {
    .owl-prev{
        display: none !important;
    }
    
    .owl-next{
        display: none !important;
    }
    
    .custom-table td, .custom-table th {
        font-size: 13px;
        max-width: 120px;
    }
}

.label-reserve-form {
    color: var(--third_color);
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

label {
    color: var(--third_color);
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.city-holder {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;
}

.city-image {
    width: 130px;
    /* height: 130px; */
    padding: 5px 2px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    aspect-ratio: 1 / 1;
}

.city-image-mobile {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 4px 1px;
}

.submit-complex-index-image {
    width: 300px;
    height: 300px;
}

.sport-branches-index-holder {
    text-align: center;
    width: 150px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.sport-branches-images-index-holder {
    width: 132px;
    height: 132px;
    border: 4px solid purple; /* یا var(--third_color) */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden; /* مهم! باعث می‌شه img بیرون نزنه */
    box-sizing: border-box;
}

.sport-branches-images-index {
    /* width: 120px;
    height: 120px; */
    object-fit: cover; /* مهم! باعث می‌شه عکس کاملاً جا بشه */
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.sport-branches-index-holder h2 {
    margin-top: 16px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.sport-branches-index-holder:hover .sport-branches-images-index-holder {
    border-width: 5px;
    cursor: pointer;
}

.sport-branches-index-holder:hover h2 {
    font-size: 18px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.iphone-test {
    margin-right: 10px;
    vertical-align: -webkit-baseline-middle;
}

.custom-scroll-list {
    max-height: 120px; /* حدود ارتفاع دو li – می‌تونی دقیق تنظیم کنی */
    overflow-y: auto;
    padding-right: 10px; /* برای اینکه اسکرول راست چسب نباشه */
    margin: 0;
}

.grid-cell {
    border: solid 1px #bdc3c7;
    width: 100%;
    height: 100%;
    color: black;
    background-color: #bdc3c7;
}

.grid-inner-acitve-cell {
    border: solid 1px #bdc3c7;
    width: 100%;
    height: 100%;
    color: white;
    background-color: var(--secondary_color);
    font-weight: bold;
    min-height: 40px;
    line-height: 30px;
    cursor: pointer;
}

.grid-inner-deacitve-cell {
    border: solid 1px #bdc3c7;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #e74c3c;
    font-weight: bold;
}

/* Complex Suggestion Section Styles */
.complex-suggestion-section {
    margin-top: 60px;
    border-top: 1px solid #e9ecef;
}

.suggestion-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(156, 0, 158, 0.1);
    border: 2px solid rgba(156, 0, 158, 0.1);
    transition: all 0.3s ease;
}

.suggestion-form-container:hover {
    box-shadow: 0 15px 40px rgba(156, 0, 158, 0.15);
    border-color: rgba(156, 0, 158, 0.2);
}

.suggestion-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.suggestion-subtitle {
    line-height: 1.6;
    margin-bottom: 0;
}

.suggestion-form-holder {
    background: #fafbfc;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #e9ecef;
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-label i {
    color: var(--primary_color);
}

.suggestion-submit-btn {
    all: unset;
    background: linear-gradient(135deg, var(--primary_color) 0%, var(--third_color) 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(156, 0, 158, 0.3);
    border: none;
    outline: none;
}

.suggestion-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(156, 0, 158, 0.4);
    background: linear-gradient(135deg, var(--third_color) 0%, var(--primary_color) 100%);
}

.suggestion-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(156, 0, 158, 0.3);
}

.suggestion-form-holder .package-item {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    padding: 12px 15px;
}

.suggestion-form-holder .package-item:focus {
    border-color: var(--primary_color);
    box-shadow: 0 0 0 3px rgba(156, 0, 158, 0.1);
    outline: none;
}

.text-danger {
    color: #dc3545 !important;
}
    min-height: 40px;
    line-height: 30px;
}

.select2-selection{
    border: none !important;
}

.city-index-color{
    color: black;
}


.pwt-btn-calendar {
    display: none !important;
}


.owl-prev{
    font-size: 3em !important;
    position: absolute !important;
    top: 15% !important;
    right: 0.1em !important;
    color: var(--primary_color) !important;
    font-weight: 700 !important;
}

.owl-next{
    font-size: 3em !important;
    position: absolute !important;
    top: 15% !important;
    left: 0.1em !important;
    color: var(--primary_color) !important;
    font-weight: 700 !important;
}

.index-search-btn {
    border: 2px solid var(--primary_color);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: var(--primary_color);
    width: 100%;
}


.complex-page-image-title {
    font-size: 12px;
    position: relative;
    bottom: 0px;
    width: 100%;
    border-radius: 10px;
    color: black;
    padding-top: 10px;
    padding-bottom: 5px;
}