:root,
[data-bs-theme=light] {
    --bs-font-sans-serif: IRANSansX !important;
    --color-f2f2f7: rgb(242, 242, 247);
    --color-2b2c41: #000000;
    --color-51be94: rgb(81, 190, 148);
    --color-529b39: #e3c23f ;
}
html {
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}
html,
body {
    background: var(--color-f2f2f7)
}
a,
html,
input,
button {
    color: var(--color-2b2c41)
}
h1 {
    font-size: inherit;
    font-weight: bolder
}
.max-w-1536 {
    max-width: 1536px
}
.custom-shadow {
    box-shadow: 0 1px 2px 0px #d4d4d8
}
.bg-51be94 {
    background-color: var(--color-51be94);
}
.bg-529b39 {
    background-color: var(--color-529b39) !important;
}
.bg-2b2c41 {
    background-color: var(--color-2b2c41) !important
}
.text-529b39 {
    color: var(--color-529b39) !important;
}
.text-51be94 {
    color: #ffc107
}
.text-475569 {
    color: #475569 !important
}
.line-height-2_1 {
    line-height: 2.1 !important
}
.w-0 {
    width: 0 !important
}
.h-0 {
    height: 0 !important
}
.border-dashed-94a3b8 {
    border: 1px dashed #94a3b8
}
footer {
    background-color: var(--color-2b2c41);
    color: var(--color-f2f2f7);
}
@media (min-width: 768px) {
    .sidebar {
        position: sticky;
    }
}
@media (min-width: 1200px) {
    .main {
        position: sticky;
    }
}
.banner img {
    height: 120px;
}

.banner{
    background-image: url("../../../media/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    aspect-ratio: 2200 / 236;  
    max-height: 236px;

}


.banner-mobile{
   background-image: url("../../../media/banner_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    aspect-ratio: 2200 / 650;  
    max-height: 236px; 
}
@media (min-width: 960px) {
    .banner img {
        height: 140px;
    } 
}
.h-96 {
    width: 100%;
    height: 96px;
    object-fit: cover
}
.main-favorite {
    width: 100%;
    height: 500px;
    object-fit: cover
}
.main-special {
    width: 100%;
    height: 180px;
    object-fit: cover
}
.max-line-3 {
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-line-3-h-96 {
    height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-gradient-0d6efd-0a58ca {
    background: linear-gradient(#0d6efd, #0a58ca)
}
.bg-gradient-f2f2f7 {
    background: linear-gradient(transparent, #f2f2f7)
}
.bg-gradient-f2f2f7:hover {
    background: linear-gradient(transparent, #e2e2e7)
}
.h-74 {
    width: 100%;
    height: 74px;
    object-fit: cover
}
.elementor-icon-list-items li a{
    color: #ffffff;
} 
figure img{
    max-width: 100%;
    height: auto;
}



.p-news{
    padding-right: 50px;
    padding-top: 25px;
   
}

.anjoman-logo{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Helpers */
.object-fit-cover{object-fit:cover}

/* Better mobile spacing */
@media (max-width: 575.98px){
    .banner{
        min-height: 140px;
        max-height: 180px;
        aspect-ratio: 16 / 3;
    }
    .p-news{
        padding-right: 0;
        padding-top: 0;
    }
}