@font-face {
        font-family: 'MyCustomFont';
        src: url('/font/Anjoman-Medium.ttf') format('truetype');
    }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'MyCustomFont', sans-serif;*/
    font-family: 'MyCustomFont', sans-serif !important;
    background-color: #007053;
    color: #333;
}


.background-image {
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}



/*.lalezar-regular {*/
/*    font-family: "Lalezar", serif;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/


.menu-bar {
    background: #004734;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.6rem;
    margin: 0 auto;
    width: 81.5%;
    /*max-width: 1200px;*/
    border-radius: 15px;
    flex-wrap: wrap;
    position: relative;
}

.menu-bar .logo {
    display: flex;
    align-items: center;
}

.menu-bar .logo img {
    margin-right: 0.5px;
}

.menu-bar .menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    transition: max-height 0.3s ease;
    padding-left: 1%;
}

.menu-bar .menu li a {
    color: #fff;
    text-decoration: none;
    /*font-size: 1rem;*/
    transition: color 0.3s ease;
}

.menu-bar .menu li a:hover {
    color: #dccfa9;
}

/* دکمه همبرگر */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

/* تنظیمات واکنش‌گرا */
@media (max-width: 768px) {
    .menu-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-bar .logo {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .menu-bar .menu {
        flex-direction: column;
        width: 100%;
        max-height: 0;
        overflow: hidden; /* پنهان کردن آیتم‌ها */
    }

    .menu-bar .menu li {
        width: 100%;
        text-align: center;
    }

    .menu-bar .menu li a {
        /*font-size: 1.2rem;*/
        display: block;
    }

    .menu-toggle {
        display: block;
        margin-right: auto;
        margin-bottom: 1rem;
    }
}

.menu-bar .menu.active {
    max-height: 100%; /* ارتفاع مورد نظر برای نمایش منو */
}














.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 0.5rem;
    margin: 0 auto;
    width: 81.5%;
    border-radius: 15px;

}

.image {
    width: 100%;
    max-width: 500px;
    height: 250px;
}


.label {
    /*font-size: 20px;*/
    color: whitesmoke;

}

.separator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.line {
    border-left: 6px solid white;
    height: 360px;
}

/* استایل برای تصویر و باکس جستجو دوم */
.search-container {
    width: 70%;
    text-align: center;
    margin-top: -7%;
}

.label-secondary {
    color: #dccfa9;
}

.search-box {
    margin-top: 20px;
    width: 455px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 16px 40px 16px 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 18px;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 20px;
}

.button-container {
    padding-top: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
}

.button-primary {
    border: 1px solid #9b1b30;
    background-color: #a21b32;
    color: white;
}

.button-secondary {
    border: 1px solid #004231;
    background-color: #004734;
    color: white;
}

.button-text-primary {
    font-size: 16px;
    font-family: "MyCustomFont", sans-serif;
}

.button-text-secondary {
    font-family: "MyCustomFont", sans-serif;
    font-size: 13px;
}

.map-logo {
    width: 65px;
    height: 55px;
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 68%;
    }

    .image {
        max-width: 100%;
        height: auto;
    }

    .label {
        font-size: 18px;
        font-family: "MyCustomFont", sans-serif !important;
    }

    .separator {
        display: none;
    }

    .search-container {
        width: 100%;
        margin-top: 10%;
    }

    .search-box {
        width: 80%;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .button {
        width: 100%;
        max-width: 250px;
    }

    .map-logo {
        width: 50px;
        height: 45px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    .label, .label-secondary {
        font-size: 16px;
    }

    .search-input {
        font-size: 16px;
    }
}

















.calendar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 2rem;
    margin: 0 auto;
    width: 81.5%;
    /*max-width: 1200px;*/
    border-radius: 15px;
    flex-wrap: wrap;
    position: relative;
    padding: 10px;
    padding-bottom: 5%;
    }

.day {
    flex: 1;
    padding: 10px;
    background-color: #004734;
    margin: 0;
    font-size: 16px;
    color: whitesmoke;
    position: relative;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    cursor: pointer;
}

.day-active {
    background-color: #ffffff;
    color: #005b36;
    border-radius: 40px;
}

.more-btn {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #004734;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.more-btn i {
    margin-left: 5px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .calendar {
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }
    .day {
        flex: 1 1 100%;
        font-size: 14px;
        border-radius: 15px;
    }

    .day-active {
        flex-basis: auto;
        padding: 20px;
    }
}




.shahid-section {
    background: #004734;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 15px;
    margin-right: 10%;
    margin-left: 10%;
    padding: 20px;
    position: relative;
}

.image-container {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.image-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 15%;
    border-radius: 5px;
    display: none;
}

.image-description {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    display: none;
}

.sooje-box {
    padding: 20px;
    width: 300px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
}

.sooje-box h2 {
    /*font-size: 20px;*/
    color: whitesmoke;
}

.sooje-box p {
    color: #0b0b0b;
    margin: 10px 0;
}

.more-btn {
    background-color: #1f6745;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.arrow-prev, .arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.arrow-prev {
    left: -40px;
}

.arrow-next {
    right: -40px;
}

.arrow-prev:hover, .arrow-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* فقط در موبایل دکمه‌های قبلی و بعدی فعال می‌شود */
@media (max-width: 768px) {
    .sooje-box {
        width: 80%;
        height: auto;
        margin-bottom: 20px;
    }

    .image-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .image-description {
        font-size: 10px;
    }

    .arrow-prev {
        left: -20px;
    }

    .arrow-next {
        right: -20px;
    }

    .image-container img {
        display: none;
    }

    .image-description {
        display: none;
    }

    .arrow-prev, .arrow-next {
        display: block;
    }
}

@media (min-width: 769px) {
    .arrow-prev, .arrow-next {
        display: none;
    }

    .image-container img {
        display: block;
    }

    .image-description {
        display: block;
    }
}

@media (max-width: 480px) {
    .sooje-box {
        width: 90%;
        padding: 10px;
    }

    .image-container img {
        width: 70px;
        height: 70px;
    }

    .image-description {
        font-size: 8px;
    }
}
@media screen and (max-width: 768px) {
    #pervPC, #nextPC {
        display: none;
    }
}



.footer {
    background: #004734;
    color: #fff;
    display: flex;
    align-items: center; /* تغییر به مرکز چین عمودی */
    justify-content: center; /* مرکز چین افقی */
    margin-right: 10%;
    margin-left: 10%;
    padding: 20px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: column; /* تغییرات: به ستون تغییر داده شد */
    width: 80%; /* عرض فوتر کاهش یافته */
    text-align: center; /* مرکزچین کردن متن */
}

.footer-row {
    display: flex;
    justify-content: center; /* مرکز چین کردن ستون‌ها */
    flex-wrap: wrap;
    gap: 20px; /* فاصله بین ستون‌ها */
    width: 100%;
}

.footer-column {
    flex: 1;
    padding: 10px;
    min-width: 200px;
    max-width: 300px; /* حداکثر عرض برای هر ستون */
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-column a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

/*.footer-column a:hover {*/
/*    text-decoration: underline;*/
/*}*/

.footer-line {
    border-top: 2px solid white;
    margin: 15px 0;
    width: 80%;
}

.footer-rights {
    font-size: 14px;
    color: white;
    margin-top: 10px;
    text-align: center;
}


option{
    font-family: 'MyCustomFont', sans-serif !important;
}
