@font-face {
    font-family: azarmehr;
    font-style: normal;
    font-weight: 100;
    src: url("../storage/fonts/azarmehr/100-AzarMehr-FD-Thin.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: normal;
    src: url("../storage/fonts/azarmehr/400-AzarMehr-FD-Regular.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: bold;
    src: url("../storage/fonts/azarmehr/700-AzarMehr-FD-Bold.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: 900;
    src: url("../storage/fonts/azarmehr/900-AzarMehr-FD-Black.ttf");
}

body {
    direction: rtl;
    font-family: azarmehr;
    transition: 0.3s;
    /* background-color:#F3F4F6 !important; */
}
.swiper-pagination > span{
    --swiper-theme-color: #2FB6C4 !important;
}

.inputReview input:focus,
.inputReview input:not(:placeholder-shown),
.inputReview textarea:focus,
.inputReview textarea:not(:placeholder-shown),
.inputReview input:-internal-autofill-selected {
    border-color: #6B7280 !important;
    background-color: #FFFFFF !important;
}
.boxLabel:hover,
.loginTab:has(#item1:checked) label:nth-child(1)
 {
    background-color: #FFFFFF;
    border-radius: 8px;
    color: #2FB6C4;
    font-weight: bold;
}

.boxLabel:hover,
.loginTab:has(#item2:checked) label:nth-child(2) {
    background-color: #FFFFFF;
    border-radius: 8px;
    --tw-text-opacity: 1;
    color: #2FB6C4;
    font-weight: bold;
}
.overflow-y-scroll::-webkit-scrollbar {
    width: 5px;
    height: 10px !important;
}
.overflow-y-scroll::-webkit-scrollbar-track {
    height: 10px !important;
        border-radius: 5px;
}
.overflow-y-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(84, 84, 84, 0.40) !important;
            border-radius: 5px;
}



.bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }




.packages-swiper {
    padding: 10px 40px;
}

.no-scroll{
    overflow: hidden !important;
}



.pkg-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;

    width: 46px;
    height: 46px;
    border-radius: 999px;

    background: #fff;
    color: #333;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    font-weight: bold;

    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    cursor: pointer;

    animation: floatArrow 2.8s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}


.before-after-card {
    transition: transform .35s ease, box-shadow .35s ease;
}

.before-after-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 45px rgba(0,0,0,0.2);
}

.comment-pagination {
    margin-top: 48px;
    bottom:-50px !important;
}

.comment-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 1;
}

.comment-pagination .swiper-pagination-bullet-active {
    background: #2FB6C4;
}






