body, html {
    scroll-behavior: smooth;
}
#iran_map svg.iran_map > .city {
    animation: map_anim 0.3s linear 0.1s forwards;
    transform-origin: inherit;
    transform: scale(1);
    opacity: 0;
}

@keyframes map_anim {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* باید زیر اسلایدها باشد */
    pointer-events: none; /* از کلیک جلوگیری کند */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; /* زیر اسلایدر قرار بگیره */
}

body .rounded-50 {
    border-radius: 50px !important;
}
body .rounded-10 {
    border-radius: 10px !important;
}
.object-cover {
    object-fit: cover;
}
.ratio-4-3 {
    aspect-ratio: 4 / 3;
}
.text-size-16, .link-size-16 a, .link-size-16 a:hover, .link-size-16 a:visited {
    font-size: 16px !important;
}
body p, body .card .card-text {
    text-align: justify;
    direction: rtl;
}
.mt-80 {
    margin-top: 80px!important;
}
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.image-grid img {
    width: calc(25% - 10px);
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.widget_theme_1 .widget-title {
    font: 800 24px / 30px custom_font_3;
    color: #414142;
    text-decoration: none;
    border-color: #414142;
    text-align: center;
}
.text-size-18, .link-size-18 a, .link-size-18 a:hover, .link-size-18 a:visited {
    font-size: 18px !important;
}
.salary_option {
    display: none
}

.salary_option+label .salary_option_icon {
    position: relative
}

.salary_option+label {
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font: 300 17px/150% custom_font_2
}

.salary_option+label .salary_option_icon:before {
    content: "";
    width: 50px;
    height: 30px;
    display: block;
    background: #a8a6a6;
    border-radius: 20px
}

.salary_option+label .salary_option_icon:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 22px;
    top: calc(50% - 13px);
    transition: 0.1s linear
}

.salary_option:checked+label .salary_option_icon:after {
    right: 3px
}

.salary_option:checked+label .salary_option_icon:before {
    background: #2f55d4;
}

.request_service_steps:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #414142;
    position: absolute;
    right: 25px;
    top: 0;
    z-index: -1;
}

.request_service_steps {
    list-style: none;
    margin: 10px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-right: 80px;
    position: relative;
    z-index: 0;
    gap: 45px; /* ایجاد فاصله بین آیتم‌ها */
}

.request_service_steps li {
    background: #f2f2f3;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
    font: 300 16px / 150% custom_font_2;
    color: #414142;
    position: relative;

}

.request_service_steps li:before {
    content: "";
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #f2f2f3;
    border-radius: 15px;
    position: absolute;
    right: -80px;
    top: calc(50% - 27px);
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
}

.request_service_steps li:nth-child(1):before {
    content: "1";
}
.request_service_steps li:nth-child(2):before {
    content: "2";
}
.request_service_steps li:nth-child(3):before {
    content: "3";
}
.request_service_steps li:nth-child(4):before {
    content: "4";
}
.request_service_steps li:nth-child(5):before {
    content: "5";
}
.request_service_steps li:nth-child(6):before {
    content: "6";
}
@media(max-width: 768px) {
    .request_service_steps {
        height:500px

    }

}
@media (min-width: 768px) {
    .text-size-md-24, .link-size-md-24 a, .link-size-md-24 a:hover, .link-size-md-24 a:visited {
        font-size: 24px !important;
    }

}
.text-size-18, .link-size-18 a, .link-size-18 a:hover, .link-size-18 a:visited {
    font-size: 18px !important;
}

.driver_application_title:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #2F55D4;
    border-radius: 100%;
    margin-left: 10px;
}
.wp-block-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-block-list li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2F55D4;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-product-image-pos-1-absolute {
    position: absolute;
    top: 0;
    right: 0;
}
.custom-product-image-pos-11-relative {
    position: relative;
    top: 90px;
}

#about_timeline>.row:first-child:before {
    content: "";
    width: 20px;
    height: 3px;
    background: #414142;
    position: absolute;

    right: calc(50% - 10px);
}
#about_timeline>.row:first-child>.col:nth-child(2n+2):before {
    content: "";
    width: 3px;
    height: 100%;
    background: #414142;
    position: absolute;
    right: -2px;
    top: 0;
}
#about_timeline>.row:first-child>.col:nth-child(2n+2):after {
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid #414142;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: calc(50% - 15px);
}

#about_timeline>.row:first-child>.col {
    display: flex;
    justify-content: center;
    align-items: center;
}
#about_timeline>.row:first-child>.col>.wp-block-group {
    background: #F2F2F3;
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
    border-radius: 20px;
    width: 300px;
    display: inline-block;
    margin: 50px auto;
}
#about_timeline>.row:first-child>.col>.wp-block-group>div {
    padding: 35px 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

#about_timeline>.row:first-child>.col>.wp-block-group>div p {
    margin: 0;
}

.text-size-50, .link-size-50 a, .link-size-50 a:hover, .link-size-50 a:visited {
    font-size: 50px !important;
}
#about_timeline>.row:last-child>.col {
    background: #F2F2F3;
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
    border-radius: 40px;
    padding: 20px 50px;
    max-width: 800px;
    margin: 0 auto;
}
.compare_table>.row:first-child {
    background: #fff;
    border-radius: 50px;
    box-shadow: -2px 2px 4px rgb(0 0 0 / 20%);
    border: 0;
    margin: 0;
}
.compare_table>.row {
    border-bottom: 1px solid #c4c4c5;
    margin: 0 15px;
    align-items: center;
}
.compare_table>.row:first-child>.col:first-child>p {
    padding: 20px 15px;
}
.compare_table>.row>.col:first-child p {
    text-align: right;
}
.compare_table>.row:first-child p {
    font: 300 14px / 150% custom_font_2;
    color: #414142;
}
.compare_table>.row p {
    margin: 0;
    line-height: 40px;
    font: 300 14px / 150% custom_font_1;
    color:  #414142;
}
.compare_table>.row .positive {
    color: #6EC071;
}
.compare_table>.row .negative {
    color: #D45E53;
}
.compare_table>.row .positive, .compare_table>.row .negative {
    font-size: 40px;
    font-family: custom_font_4;
}

.sam_bg_shadow {
    background: #F2F2F3;
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
    border-radius: 40px;
    padding: 50px;
}

.car-vip:before {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    background: radial-gradient(circle, rgba(80, 80, 80, 1) 0%, rgba(44, 44, 44, 1) 100%);
    border-radius: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
}
.services_tabs>.nav-tabs .nav-link:before {
    background: radial-gradient(circle, rgba(80, 80, 80, 1) 0%, rgba(44, 44, 44, 1) 100%);
    box-shadow: unset;
    border: 1px solid rgb(255 255 255 / 30%);
}
.services_tabs>.nav-tabs .nav-link:before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background-color: #f2f2f3;
    box-shadow: inset -2px 2px 3px rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    right: calc(50% - 40px);
    z-index: -1;
}

.mazaya_vip .container-fluid>.row>.col>div {
    text-align: center;
    position: relative;
    z-index: 0;
    color: #fff;
    display: flex
;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    width: 140px;
    height: 140px;
    background: #212121;
    border: 1px solid rgb(255 255 255 / 20%);
    margin: 0 auto;
    border-radius: 40px;
}
.mazaya_vip .container-fluid>.row>.col>div img {
    filter: invert(1) brightness(100);
    margin-bottom: 0;
}
