body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.font-oswald {
    font-family: 'Oswald';
}

.font-inter {
    font-family: 'Inter';
}

/*.font-helvetica{font-family:'Helvetica Neue';}*/

.btn {
    padding: 8px 15px;
}



.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.offcanvas-body .btn.bg-black {
    padding-top: 10px;
    padding-bottom: 10px;
}

.accordion-item {
    border: none;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 1rem;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-button:not(.collapsed) {
    background: #FCF5F8 !important;
    color: #E22228 !important
}

.accordion-button::after {
    background: none !important;
    content: "\F229";
    font-family: bootstrap-icons !important;
}

header li a.active {
    text-decoration: underline !important
}

#heroArea {
    background: url("../images/banner.jpg") no-repeat center;
    background-size: cover
}

#eventArea {
    background: #E31414;
}

#zonesArea ul {
    color: #333
}

#footer li a.active {
    text-decoration: underline !important
}

@media (min-width:1200px) and (max-width:1399px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:0px) and (max-width:575px) {

    h2,
    h4 {
        font-size: 16px;
    }

    .fs-5,
    h5 {
        font-size: 14px !important
    }

    .ratio.ratio-1x1 {
        width: 80px !important
    }

    .ratio.ratio-1x1 img {
        width: 40px
    }
}
/* Navbar and Logo Styling */
.navbar {
    display: flex;
    align-items: center;
}

#desktopLogo {
    margin-right: 2rem;
    padding: 0.5rem 0;
}

#offcanvasLogo {
    display: none;
}

.navbar .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Desktop styles */
@media (min-width: 992px) {
    #desktopLogo {
        display: block;
    }
    
    .navbar .offcanvas-body {
        justify-content: space-between;
        flex-grow: 1;
    }

    .offcanvas-header {
        display: none;
    }
    
    /* Align login button */
    .navbar-nav:last-child {
        margin-left: 2rem;
    }
}

/* Mobile styles */
@media (max-width: 991.98px) {
    #desktopLogo {
        display: none;
    }
    
    #offcanvasLogo {
        display: block;
        padding: 1rem;
    }
    
    .navbar .offcanvas-body {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .navbar-nav {
        width: 100%;
    }
}

/* RTL support */
html[dir="rtl"] #desktopLogo {
    margin-right: 0;
    margin-left: 2rem;
}
/* Arabic version */
html[lang="ar"] {
    font-family: 'IRANYekan' !important;
}

html[lang="ar"] .font-helvetica,
html[lang="ar"] .font-oswald {
    font-family: 'IRANYekan' !important;
}

/* Kurdish version */
html[lang="ku"] {
    font-family: 'IRANYekan' !important;
}

html[lang="ku"] .font-helvetica,
html[lang="ku"] .font-oswald {
    font-family: 'IRANYekan' !important;
}

/* Keep English text in both versions */
html[lang="ar"] .text-en,
html[lang="ku"] .text-en {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Add these new rules */
html[lang="ar"],
html[lang="ku"] {
    font-family: 'IRANYekan', sans-serif !important;
}

html[lang="ar"] *,
html[lang="ku"] * {
    font-family: inherit;
}

/* If you want specific elements to use different weights */
html[lang="ar"] h1,
html[lang="ku"] h1 {
    font-weight: 700;
}

html[lang="ar"] h2,
html[lang="ku"] h2 {
    font-weight: 500;
}

html[lang="ar"] p,
html[lang="ku"] p {
    font-weight: 400;
}

/* RTL Offcanvas Menu Alignment */
html[dir="rtl"] .navbar .offcanvas-body {
    text-align: right;
}

html[dir="rtl"] .navbar-nav {
    padding-right: 0;
}

html[dir="rtl"] .offcanvas-start {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

html[dir="rtl"] .offcanvas.show {
    transform: translateX(0);
}

html[dir="rtl"] .btn-close {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .offcanvas-header {
    flex-direction: row-reverse;
}

html[dir="rtl"] #offcanvasLogo {
    margin-left: auto;
}

html[dir="rtl"] .navbar-nav .nav-link {
    text-align: right;
}

html[dir="rtl"] .bi-arrow-up-right-circle-fill {
    margin-left: 0.5rem;
    margin-right: 0;
}