.frame-image {
    background-image: var(--img);
    height: 24px;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
}

.category-item.active {
    background-color: #b6c7d7;
}

.header-container {
    background-image: var(--img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-image {
    border-radius: 12px 12px 0 0;
    background: var(--img) lightgray 50% / cover no-repeat;
    position: relative;
}

.service-image::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #0d3659d8 0%, rgba(38, 53, 66, 0.00) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: block;
    z-index: 10;
}

.text-h3 {
    font-size: 31px;
    line-height: 120%;

}


@font-face {
    font-family: "vazirmatn";
    src: url("/public/fonts/vazirmatn/regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "vazirmatn";
    src: url("/public/fonts/vazirmatn/medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "vazirmatn";
    src: url("/public/fonts/vazirmatn/bold.woff2") format("woff2");
    font-weight: 700;
}

.font-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-vazir {
    font-family: "vazirmatn", ui-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-h1 {
    font-size: 48px;
    line-height: 120%;
    font-weight: bold;
}
.text-h2 {
    font-size: 39px;
    line-height: 120%;
    font-weight: 500;
}
.text-h3 {
    font-size: 31px;
    line-height: 120%;
    font-weight: 500;
}
.text-h4 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
}
.text-h5 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
}
.text-body {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.text-small {
    font-size: 13px;
    line-height: 120%;
    font-weight: 400;
}
