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: #192f6a;
    border: 1px solid rgb(255 255 255 / 20%);
    margin: 0 auto;
    border-radius: 40px;
}
.mazaya_vip .container-fluid>.row>.col>div a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.mazaya_vip .container-fluid>.row>.col>div img {

    margin-bottom: 10px;
    filter: invert(1) brightness(100);
    margin-bottom: 0;

}


/* Add here all your CSS customizations */
#quick_call {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: #192f6a;
    border: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 90px;
    width: 55px;
    transition: 500ms;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.blink-soft{

    box-shadow: 0 0 0 rgba(0,0,0,0);
    animation: soft-blink 1.2s ease-in-out infinite;
}
.blink-soft-delay{

    box-shadow: 0 0 0 rgba(0,0,0,0);
    animation: soft-blink 1.4s ease-in-out infinite;
}
@keyframes soft-blink{
    0%,100%{ opacity:1 }
    50%    { opacity:.10 }
}
.dot {
    position: relative;
    display: inline-block;
    background: #192f6a;
    overflow: hidden; /* جلوی لرزش رو می‌گیره */
}

.dot::after {
    content: "";
    position: absolute;
    inset: -8px; /* یا inset: -8px اگر بخوای بزرگ‌تر باشه */

    border: 2px solid #192f6a;
    opacity: 0.8;
    animation: ping 1.4s ease-out infinite;
}

@keyframes ping {
    0%   { transform: scale(0.7); opacity: 0.8; }
    80%,100% { transform: scale(1.6); opacity: 0; }
}

.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-ring {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}
.back-tooltip + .tooltip > .tooltip-inner {
    font-size: 16px;
    padding: 13px;
    border-radius: 10px;
    font-family: IRANSansWeb;

}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(7px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(7px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(7px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}

.custom-wrap-icons .custom-box-icon {
    position: relative;
    float: right;
    text-align: center;
    margin-right: 75px;
}

.custom-wrap-icons .custom-box-icon:nth-child(1) {
    margin-right: 0;
}

@media (max-width: 575px) {
    .custom-wrap-icons .custom-box-icon {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 40px;
    }
    .custom-wrap-icons .custom-box-icon:nth-child(3) {
        margin-bottom: 0;
    }
}

.custom-wrap-icons .custom-box-icon span {
    display: block;
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 20px;
}

.custom-wrap-icons .custom-box-icon .wrap-dashed-lines svg.dashed-line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 475px) {
    .custom-wrap-icons .custom-box-icon .wrap-dashed-lines svg.dashed-line {
        display: none;
    }
}

.custom-wrap-icons .custom-box-icon .wrap-dashed-lines svg.dashed-line._left {
    right: -70px;
    top: 15%;
}

.custom-wrap-icons .custom-box-icon .wrap-dashed-lines svg.dashed-line._right {
    left: -70px;
    top: 50%;
}

.custom-wrap-icons:nth-child(1) {
    margin-left: 0;
}
.custom-product-image-pos-2 {
    position: absolute;
    top: -80px;
    right: 61vw;
    width: auto;
    height: 170%;
    z-index: 2;
}

@media (max-width: 991px) {
    .custom-product-image-pos-2 {
        right: 74vw;
    }
}

@media (max-width: 767px) {
    .custom-product-image-pos-2 {
        display: none;
    }
}

.custom-product-image-pos-2._litle-small {
    top: -65px;
    right: 67vw;
    z-index: 1;
    height: 155%;
}

@media (max-width: 991px) {
    .custom-product-image-pos-2._litle-small {
        right: 86vw;
    }
}

/* استایل فقط مخصوص کارت کلیک‌گشت */
.clickgasht-card {

    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    margin-right: 50px!important;
    margin-left: 50px!important;
}
.clickgasht-card:hover {
    box-shadow: 0 10px 38px rgba(30, 58, 138, 0.25);
    transform: translateY(-3px);
}

/* تیتر وسط‌چین */
.clickgasht-card .card-title {
    text-align: center;
    font-size: 1.4rem;
}
.clickgasht-card .card-title {
    text-align: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #b7bac2;
    padding-bottom: 5px;
}
/* فیلدهای ورودی */
.clickgasht-input {
    border: 1.8px solid #636566 !important;
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 15px;
    height: 58px;
    transition: all 0.25s ease;
}
.clickgasht-input:focus {
    border-color: #1e3a8a !important;
    box-shadow: 0 0 6px rgba(30, 58, 138, 0.25);
}

/* آیکون‌ها */
.clickgasht-card .form-icon i {
    color: #1e3a8a;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.8;
}

/* دکمه */
.clickgasht-btn {
    background-color: #1e3a8a !important;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 17px!important;
    font-size: 15px;
    transition: all 0.3s ease;
}
.clickgasht-btn:hover {
    background-color: #162c6b !important;
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.35);
}
/* تنظیم استایل برای select2 فقط داخل کارت کلیک‌گشت */
.clickgasht-select-wrapper {
    position: relative;
}

/* ظاهر select2 */
.select2-container--bootstrap .select2-selection {
    height: 58px !important;
    border: 1.8px solid #636566 !important;
    border-radius: 7px !important;
    display: flex !important;
    align-items: center;
    padding-right: 40px !important; /* جا برای آیکون */
    padding-left: 35px !important;
    transition: all 0.25s ease;
}

/* فوکوس */
.select2-container--bootstrap.select2-container--focus .select2-selection {
    border-color: #1e3a8a !important;
    box-shadow: 0 0 6px rgba(30, 58, 138, 0.25);
}

/* متن داخل select */
.select2-selection__rendered {
    font-size: 15px;
    color: #333;
    line-height: 58px !important;
}

/* فلش بازشونده */
.select2-selection__arrow b {
    border-color: #1e3a8a transparent transparent transparent !important;
    border-width: 7px 6px 0 6px !important;
    top: 40% !important;
}

/* آیکون map */
.clickgasht-select-wrapper .clickgasht-select-icon {
    color: #1e3a8a;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 5;
}

/* dropdown */
.select2-container--bootstrap .select2-dropdown {
    border: 1.5px solid #1e3a8a !important;
    border-radius: 7px !important;
    box-shadow: 0 4px 20px rgba(30, 58, 138, 0.15);
    font-size: 15px;
}

.select2-container--bootstrap .select2-results__option {
    padding: 10px 12px;
    transition: background-color 0.2s;
}
.select2-container--bootstrap .select2-results__option--highlighted {
    background-color: #1e3a8a !important;
    color: #fff !important;
}

.btn-swap {
    background: #1e3a8a;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-swap:hover {
    background: #334ebd;
    transform: rotate(180deg);
}

.swap-icon {
    width: 22px;
    height: 22px;
}

.form-icon .icons {

    top: 15px!important;

}
/* ظاهر select2 */
.select2-container--bootstrap .select2-selection {
    height: 58px !important;
    border: 1.8px solid #636566 !important;
    border-radius: 7px !important;
    display: flex !important;
    align-items: center;
    padding-right: 40px !important;
    padding-left: 35px !important;
    transition: all 0.25s ease;
}

/* آیکون مبدا و مقصد */
.clickgasht-select-wrapper .clickgasht-select-icon {
    color: #1e3a8a;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 5;
}

/* دکمه جابه‌جایی */
.btn-swap {
    position: absolute;
    top: 65%;
    right: -15px; /* دقیقا وسط بین دو فیلد */
    transform: translateY(-50%);
    background: #1e3a8a;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(30, 58, 138, 0.2);
}

.btn-swap:hover {
    background: #334ebd;
    transform: translateY(-50%) rotate(180deg);
}

/* آیکون درون دکمه */
.swap-icon {
    width: 20px;
    height: 20px;
}

/* برای حذف فاصله بین ستون‌ها در حالت دسکتاپ */
.clickgasht-origin-wrapper,
.clickgasht-destination-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* تنظیم کمی فاصله در حالت موبایل */
@media (max-width: 768px) {
    .btn-swap {
        right: 100%;
        transform: translate(50%, -50%);
        top: 20%;

    }
    .btn-in-slider a{
        font-size: 14px!important;
        padding: 7px!important;



    }
}

/* واکنش‌گرا */
@media (max-width: 768px) {
    .clickgasht-card {
        padding: 20px;
        margin-right: 5px!important;
        margin-left: 5px!important;
    }
    .clickgasht-input {
        height: 44px;
    }
    .clickgasht-btn {
        margin-top: 20px;
    }
    .form-icon .icons {

        top: 8px!important;

    }
}
.tiny-slide {
    cursor: pointer;
}

/* ========== SweetAlert2 – Compact, RTL, Small Buttons ========== */
.swal2-container {
    padding: 0.75rem !important;            /* فاصله اطراف کل مودال */
}

.swal2-popup {
    direction: rtl;                          /* فارسی */
    width: min(92vw, 420px) !important;      /* عرض کمتر */
    padding: 1rem 1rem 0.875rem !important;  /* پدینگ جمع‌وجور */
    border-radius: 14px !important;
    font-size: 0.92rem !important;           /* اندازه کلی متن */
    line-height: 1.6 !important;
}

/* عنوان */
.swal2-title {
    font-size: 1.05rem !important;
    margin: 0 0 .25rem !important;
    padding: 0 !important;
    text-align: center !important;
}

/* متن داخل مودال */
.swal2-html-container {
    font-size: 0.92rem !important;
    margin: 0 0 .75rem !important;
    text-align: center !important;
}

/* آیکن‌ها کوچیک‌تر */
.swal2-icon {
    transform: scale(0.8);
    margin: 0.25rem auto 0.5rem !important;
}

/* ورودی‌ها (اگر داشته باشی) */
.swal2-input, .swal2-textarea, .swal2-select {
    font-size: 0.92rem !important;
    padding: 0.5rem 0.6rem !important;
    border-radius: 10px !important;
}

/* دکمه‌ها جمع‌وجورتر */
.swal2-actions {
    gap: .5rem !important;
    margin: .25rem 0 0 !important;
}
.swal2-confirm, .swal2-deny, .swal2-cancel {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 10px !important;
    min-width: 100px;              /* برای هماهنگی عرض */
}

/* آیکن لودینگ کوچیک‌تر */
.swal2-loader {
    width: 1.6rem !important;
    height: 1.6rem !important;
    border-width: .18rem !important;
}

/* موبایل کمی فشرده‌تر */
@media (max-width: 480px){
    .swal2-popup { width: 94vw !important; font-size: .9rem !important; }
    .swal2-title { font-size: 1rem !important; }
}
.dots {
    display: inline-block;
    width: 1em;
    text-align: left;
}
.dots::after {
    content: '...';
    animation: dots 1.2s steps(4, end) infinite;
}
@keyframes dots {
    0%, 20% { color: transparent; text-shadow: none; }
    40% { color: inherit; text-shadow: none; }
    60% { text-shadow: .25em 0 0 currentColor; }
    80% { text-shadow: .25em 0 0 currentColor, .5em 0 0 currentColor; }
    100% { text-shadow: none; color: transparent; }
}
/*set Service Classes */
.stepper-wrapper {
    gap: 35px;
}

.step-item {
    text-align: center;
    position: relative;
}

.step-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
    transition: all 0.3s ease;
}

.step-circle i {
    font-size: 26px;
    line-height: 1;
}


.step-item.active .step-circle {
    background: #4f46e5;
    color: #fff;
}

.step-item.completed .step-circle {
    background: #22c55e;
    color: #fff;
}

.step-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 6px;
    color: #444;
}

.step-line {
    width: 120px;
    height: 3px;
    background: #e5e5e5;
    align-self: center;
}

.step-box {
    padding: 35px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
/* کانتینر */
.text-h1-title {
    font-size:30px!important;
}
.date-tabs-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* دکمه اسکرول چپ/راست */
.date-arrow {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    color: #333;
}

.date-arrow:hover {
    background: #4f46e5;
    color: #fff;
}

/* با اسکرول ولی بدون نمایش scrollbar */
.date-tabs-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex: 1;
}

.date-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

/* گروه تب‌ها */
.date-tabs {
    display: inline-flex;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
}

/* هر تب */
.date-tab {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    background: #f8f8f8;
    border-left: 1px solid #e5e7eb;
    transition: 0.25s;
    white-space: nowrap;
}

.date-tab:first-child {
    border-left: none;
}

.date-tab:hover {
    background: #4f46e5;
    color: #fff;
}

.date-tab.active {
    background: #4f46e5;
    color: #fff;
}
.col-select-car {
    padding-left: 40px;
}
/*car Item*/
.car-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.04);
    border: 1px solid #eee;
    gap: 20px;
}


/* تصویر خودرو */
.car-card-image img {
    width: 100%;    /* بزرگ‌تر */
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
}

/* متن وسط */
.car-card-info {
    flex: 1;
}

.car-card-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.car-card-desc {
    font-size: 17px;
    color: #777;
    margin: 0;
}

/* ستون قیمت + دکمه */
.car-card-price-wrapper {
    text-align: center;
    padding-right: 20px;
    border-right: 2px solid #e5e7eb;
    padding-top: 0;
    border-top: none;
    min-width: 160px;
}

/* قیمت */
.car-card-price {
    font-size: 20px;
    font-weight: 800;
    color: #3b3b3b;
    margin-bottom: 12px;
}

/* دکمه رزرو */
.car-card-btn {
    width: 100%;
    font-size: 18px;
}
.car-features {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* دوتایی */
    gap: 8px 15px;
}

.car-features li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    gap: 6px;
}

.car-features i {
    font-size: 18px;
    color: #4f46e5; /* تم کلیک‌گشت */
}

.step3-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;

}

/* Route عمودی */
.route-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.route-city {
    font-size: 20px;
    font-weight: bold;
}

.route-line-vertical {
    width: 2px;
    height: 90px;
    background: #ccc;
    margin: 10px 0;
}

/* امکانات */
.step3-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.step3-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

.step3-features i {
    font-size: 20px;
    color: #4f46e5;
}

/* تصویر صندلی */
.step3-seat img {
    width: 115px;
    height: auto;
}

/* تاریخ */
.summary-date {
    font-size: 18px;
    color: #555;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
/* ستون 4 — باکس راست مرحله 3 */
.step3-sidebar {
    margin-left: 15px; /* فاصله از ستون سمت راست */
}

/* تصویر دسته‌بندی */
.step3-car-img-box img {
    width: 200px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

/* تصویر صندلی مرحله 3 */
.step3-seat img {
    width: 115px;
    height: auto;
}

.step3-bill-sticky {
    position: sticky;
    top: 100px;
}


.nav-tabs .nav-link {
    font-weight: 600;
    color: #555;
}

.nav-tabs .nav-link.active {
    background: #4f46e5 !important;
    color: #fff !important;
    border-radius: 6px;
}


@media (max-width: 768px) {
    .step-circle {
        width: 40px;
        height: 40px;
    }
    .step-title {
        font-size: 14px!important;
    }
    .step-circle i {
        font-size: 16px;
    }
    .text-h1-title {
        font-size: 20px!important;
    }
    .date-tab {
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 500;
    }
    .col-select-car {

        padding-right: 40px;
    }
    .car-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        gap: 0;
    }

    .car-card-image img {
        width: 70%;
        height: auto;
        margin: 0 auto 15px auto;
        display: block;
    }

    .car-features {
        grid-template-columns: 1fr 1fr;
    }

    .car-card-price-wrapper {
        width: 100%;
        border-right: none;
        padding-left: 0;
        padding-top: 20px;
        border-top: 2px solid #e5e7eb;

        margin-top: 15px;
        text-align: right; /* برای فاز RTL */
    }

    .car-card-btn {
        width: 100%;
        margin-top: 10px;
    }
    .step3-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .step3-seat img {
        width: 60%;
    }
    .step3-bill-sticky{
        position: relative !important;
        top: 0 !important;
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }
}
/* ---- DESKTOP (صورتحساب همیشه ثابت در سمت راست) ---- */
@media (min-width: 992px) {

    /*.step3-bill-sticky {*/
    /*    position: fixed !important;*/
    /*    left: 40px;*/
    /*    top: 120px;*/
    /*    z-index: 1000;*/
    /*}*/

    /* ستون فرم باید فضای سمت راست خالی را جبران کند */
    /*.step3-form-col {*/
    /*    padding-left: 380px; !* اندازه ستون ثابت *!*/
    /*}*/
}

/* ---- MOBILE (اول فرم، بعد صورتحساب) ---- */
@media (max-width: 768px) {
    .step3-form-col {
        order: 1;
        width: 100%;
    }

    .step3-bill-sticky {
        order: 2;
        /*position: relative !important;*/
        /*width: 100% !important;*/
        /*top: auto !important;*/
        /*right: auto !important;*/
        /*margin-top: 20px;*/
    }
}
