.text-align-center{
    text-align: center !important;
}
.text-align-left{
    text-align: left !important;
}
.text-align-right{
    text-align: right !important;
}
.navbar-btn{
    background: #fff !important;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 14px;
    display: flex;align-items: center;justify-content: center;gap: 5px;
}
.navbar-btn:hover{
    opacity: 0.6;
    transition: 0.2s;
}
.navbar-btn-blue{
    border: 1px solid var(--main-color-one-500);
    color: var(--main-color-one-500) !important;
    transition: 0.2s;
}
.navbar-btn-dark{
    border: 1px solid #010101;
    color: #010101 !important;
    transition: 0.2s;
}
.delivery-services{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 80%;
    min-height: 150px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-top: -80px;
}
.site-input , .site-select , .site-textarea{
    width: 100%;
    min-height: 15px;
    border-radius: 8px;
}
.site-input:focus , .site-select:focus , .site-textarea:focus{
    border: 1px solid var(--main-color-one-500);
}
.radio-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

/* مخفی کردن input اصلی */
.radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* ساخت radio سفارشی */
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: white;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

/* دایره داخلی */
.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color-one-800);
    transition: transform 0.2s ease;
}

/* حالت انتخاب شده */
.radio-input:checked + .radio-custom {
    border-color: var(--main-color-one-800);
}

.radio-input:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

/* حالت focus برای دسترسی‌پذیری */
.radio-input:focus + .radio-custom {
    box-shadow: 0 0 0 3px rgba(4, 101, 74, 0.3);
}




.form-group {
    position: relative;
}

.form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}
.form-control::placeholder{
    font-weight: 500 !important;
    color: #a0a0a0;
}
.form-label {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 .35rem;
    color: var(--main-color-one-500);
    transition: .2s;
    pointer-events: none;
    font-size: .8rem;
    z-index: 1;
}
.btn-delivery-services{
    background-color: var(--main-color-one-500);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    border-radius: 8px;
    color: white !important;
    padding: 11px;
    width: 100%;
    border: none;
    font-size: 15px;
}
.order-registration{
    padding: 15px;
    border-radius: 24px;
    border: 1px solid rgba(102, 102, 102, 0.376);
}
.order-registration-text{
    min-height: 300px;
}
.heroapp-ads{
    padding-top: 20px;
    padding-inline: 20px;
    background-color: rgb(255, 243, 224);
    border-radius: 16px;
    margin-bottom: 16px;
}
.heroapp-title{
    font-size: 21px;
    color: black;
    text-align: right;
}
.heroapp-desctiption{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
    font-weight: 500;
    margin-top: 5px;
}
.heroapp-downloads{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}
.heroapp-downloads a img{
    border-radius: 10px;
    width: 164px;
    height: 44px;
}
.web-app span{
    color: #fff !important;
    background: black;
    height: 44px;
    width: 164px;
    border-radius: 10px;
    -moz-box-pack: center;
    justify-content: center;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
    z-index: 1;
    font-size: 14px;
}
.section-title h3{
    font-weight: 500 !important;
}
.section-sd{
    font-size: 15px;
    font-weight: 400;
    color: #00000099;
    text-align: center;
}
.about-box{
    padding: 10px 20px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    align-items: center;
}
.about-cover{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-cover img{
    width: 250px;
}

.why-hero-box{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    gap: 15px;
    width: 100%;
    min-height: 222px;
    margin-top: 20px;
}
.wh-img {
    width: 15%;
    height: 100px;
}
.wh-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wh-content{
    width: 85%;
    padding-top: 15px;

}
.wh-title{
    color: #000;
    font-size: 21px;
}
.wh-text{
    padding: 10px 0;
    font-size: 14px;
    text-align: right;
}
.owl-customers{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px #3A3A3A0D;
}
.hd-box{
    display: flex;
    flex-direction: column;
    margin-top: 210px;
}
.hd-title{
    margin-bottom: 10px;
    color: black;
    font-size: 21px;
    line-height: 20px;
    width: 70%;
}
.hd-text{
    color: black;
    width: 70%;
}
.hd-text p{
    font-size: 14px;
}
.hi-box{
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
}
.hi-icon{
    width: 45px;
}
.hi-icon img{
    color: transparent;
    width: 100%;
    height: auto;
}
.sign-up-form-wrap{
    background: #fff;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
}
.bg-ws{
    background: var(--main-color-one-50);
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0px 4px 16px 0px #3A3A3A0D;
}
.ws-title{
    font-size: 24px;
    line-height: 28px;
    color: black;
    font-weight: 500;
    text-align: right;
    margin-bottom: 15px;
}
.ws-description{
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    color: #00000099;
    margin-bottom: 15px;
}
.ws-description p{
    font-size: 14px;
}
.ws-btn{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    background-color: var(--main-color-one-500);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    border-radius: 8px;
    color: white;
    padding: 5px 8px;
    transition: 0.2s;

    border: none;
}
.ws-btn:hover{
    background-color: var(--main-color-one-500);
    opacity: 0.7;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
    transition: 0.2s;
}
.ws-img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.ws-img img{
    width: 230px;
}
/* استایل کلی کارت */
.card {
    border-radius: 10px; /* گرد کردن گوشه‌ها */
    box-shadow: 0px 4px 16px 0px #3A3A3A0D;
    margin-bottom: 20px; /* فاصله بین آیتم‌ها */
}

/* استایل هدر (قسمت بالایی که کلیک می‌شود) */
.card-header {
    background-color: #f8f9fa; /* رنگ پس‌زمینه هدر */
    border-bottom: none; /* حذف خط پایین هدر */
    padding: 0; /* حذف پدینگ پیش‌فرض برای کنترل دکمه */
}

/* استایل دکمه داخل هدر */
.card-header .btn-link {
    color: var(--main-color-one-500);
    text-decoration: none;
    padding: 20px 25px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
}
.card-header .btn-link:focus{
    box-shadow: none;
}
/* استایل بدنه (محتوای مخفی شده) */
.card-body {
    background-color: #fff;
    color: #666;
    line-height: 1.6; /* فاصله خطوط برای خوانایی بهتر */
    padding: 20px;
    font-size: 14px;
}

/* (اختیاری) اضافه کردن آیکون فلش با CSS خالص */
.card-header .btn-link::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    position: absolute;
    left: 10px;
    top: 25px;

}

.card-header .btn-link[aria-expanded="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    display: inline-block;
    transform: rotate(180deg);
    vertical-align: middle;
    display: flex;
    left: 10px;
    top: 25px;
}

.preview-box {
    max-height: 350px; /* ارتفاع در حالت بسته */
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

/* افکت مرنگ (گرادینت) در پایین */
.preview-box::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 75px;
    background: linear-gradient(180deg, #fafafa00, #f5f5f5);
    pointer-events: none;
    transition: opacity 0.3s;
}

/* حالت باز */
.preview-box.is-open {

    max-height: 1000px; /* عددی بزرگتر از حداکثر ارتفاع محتوا */
}
.preview-box.is-open::after {
    opacity: 0;
}
.toggle-btn {
    background: none;
    border: none;
    color: var(--main-color-one-500);
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 48%;
}

.toggle-btn:hover {
    color: var(--main-color-one-500);
    text-decoration: none;
}

.toggle-btn:focus {
    outline: none;
    box-shadow: none;
}


.preview-box {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

/* افکت مرنگ (گرادینت) در پایین */
.preview-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: linear-gradient(180deg, #fafafa00, #f5f5f5);
    pointer-events: none;
    transition: opacity 0.3s;
}

/* حالت باز */
.preview-box.is-open {
    max-height: 2000px;
}

.preview-box.is-open::after {
    opacity: 0;
}

/* دکمه toggle */
.toggle-btn {
    background: none;
    border: none;
    color: var(--main-color-one-500);
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.toggle-btn:hover {
    color: var(--main-color-one-500);
    text-decoration: underline;
}

.toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

/* آیکون فلش */
.toggle-btn .icon {
    transition: transform 0.3s ease;
}

.preview-box.is-open ~ .toggle-btn .icon {
    transform: rotate(180deg);
}
.bg-contact{
    padding: 15px;
}
.contact-card{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    max-height: 220px;
    transition: transform 0.3s ease;
}
.contact-card:hover{
    transform: translateY(-5px);
    background: var(--main-color-one-500);
}
.contact-card:hover .contact-info p,.contact-card:hover .contact-info span{
    color: #fff !important;
}
.contact-title{
    text-align: center;
    margin-top: 20px;
}
.contact-title span{
    font-weight: 700;
    color: var(--main-color-one-500);
    font-size: 23px;
}

.cb-icon{
    color: var(--main-color-one-700);

}
.contact-card:hover .cb-icon{
    color: #fff;

}
.cb-title{
    color: black;
    font-weight: 500;
    text-align: right;
    margin-bottom: 8px;
}
.contact-info{
    min-height: 70px;
}
.contact-info p{
    font-size: 14px;
}
.social-box{
    padding: 10px;
    background: var(--main-color-one-300);
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.social-box span{
    color: white;
}
.contact-social span{
    color: var(--main-color-one-500);
    font-size: 15px;
}
.contact-social{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.contact-social:hover{
    background-color: var(--main-color-one-500);
}
.contact-social:hover span{
    color: white !important;
}
.contact-us-form{
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-right{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    margin-top: 17px;
}




.has-submenu {
    position: relative;
}

.has-submenu > a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: background 0.3s ease;
}


/* زیرمنو */
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;

    /* مخفی کردن با انیمیشن */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* نمایش زیرمنو هنگام hover */
.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* آیتم‌های زیرمنو */
.submenu li {
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
}

.submenu li a:hover {
    background: #f9f9f9;
    color: var(--main-color-one-500);
    padding-left: 25px;
}
.post{
    background: #fff;
    padding: 10px;
    border-radius: 24px;
}
.post-preview img{
    border-radius: 24px;
}
.comment-respond{
    background: #fff;
    padding: 25px;
    border-radius: 25px;
}
.site-footer-info{
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    border-radius: 15px !important;
}
.site-footer-info p{
    color: #101010;
    font-size: 14px;
    text-align: center;
}

/* 1. هماهنگی کامل با کلاس‌های Boot5 اما با ظاهر مدرن‌تر */
.select2-container--bootstrap-5 .select2-selection {
    border-radius: 0.5rem !important; /* گوشه‌های گردتر شبیه Inputهای مدرن */
    border: 1px solid #dee2e6 !important; /* رنگ بردر استاندارد بوت‌استرپ */
    min-height: 42px !important; /* ارتفاع کمی بلندتر برای راحتی چشم */
    box-shadow: none !important; /* حذف سایه‌های اضافی */
    transition: all 0.2s ease-in-out !important; /* انیمیشن نرم */
}

/* 2. استایل هنگام فوکوس (مشابه فرم‌های Boot5) */
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #86b7fe !important; /* رنگ آبی ملایم بوت‌استرپ */
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; /* سایه آبی معروف بوت‌استرپ */
}

/* 3. استایل متن داخل باکس */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #495057 !important; /* رنگ متن خاکستری تیره استاندارد */
    font-size: 1rem; /* سایز فونت استاندارد */
    padding-top: 2px !important;
}

/* 4. استایل لیست بازشو (Dropdown) */
.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0.5rem !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* سایه عمیق‌تر برای زیبایی */
    margin-top: 4px !important; /* فاصله کوچک از باکس اصلی */
}

/* 5. هاور روی آیتم‌ها */
.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #f8f9fa !important; /* پس‌زمینه خیلی کمرنگ */
    color: #0d6efd !important; /* متن آبی */
}
/* --- مخصوص کروم، اج و سافاری --- */

/* 1. تنظیم عرض کلی */

/* 2. مسیر اسکرول (Track) - نامرئی یا خیلی کمرنگ */
.select2-results__options::-webkit-scrollbar-track {
    background: transparent; /* پس‌زمینه شفاف برای حس مدرن */
    margin: 4px; /* فاصله از بالا و پایین */
}

/* 3. دسته اسکرول (Thumb) - سبز مدرن */
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(40, 167, 69, 0.5); /* سبز با شفافیت 50% */
    border-radius: 10px; /* کاملاً گرد */
    border: 2px solid transparent; /* ایجاد حاشیه داخلی برای زیبایی */
    background-clip: content-box; /* محدود کردن رنگ به داخل حاشیه */
}

/* 4. حالت هاور (وقتی موس روی اسکرول می‌رود) */
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #28a745; /* سبز کامل و پررنگ */
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5); /* سایه درخشان */
}

/* --- مخصوص فایرفاکس --- */
.select2-results__options {
    scrollbar-color: rgba(40, 167, 69, 0.5) transparent; /* رنگ سبز شفاف و پس‌زمینه شفاف */
}
/* -----------------------------------------------------------
   1. استایل بدنه اصلی Select2 (جایگزین تگ select)
----------------------------------------------------------- */
.select2-container--bootstrap-5 .select2-selection {
    border-radius: 8px !important;       /* گوشه‌های گرد */
    border: 1px solid #ddd !important;   /* بردر خاکستری نازک */
    min-height: 42px !important;         /* ارتفاع مناسب */
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s ease;
}

/* حالت فوکوس (وقتی کلیک می‌کنید) */
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 1px solid var(--main-color-one-500) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05)!important; /* سایه سبز ملایم */
}

/* -----------------------------------------------------------
   2. استایل نوار اسکرول (Scrollbar) - نازک و سبز
----------------------------------------------------------- */

.select2-results__options::-webkit-scrollbar-track {
    background: transparent; /* پس‌زمینه شفاف */
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #28a745; /* رنگ سبز */
    border-radius: 10px; /* کاملاً گرد */
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #218838; /* سبز تیره‌تر هنگام هاور */
}

/* فایرفاکس */
.select2-results__options {
    scrollbar-color: var(--main-color-one-500) transparent;
}

/* -----------------------------------------------------------
   3. تنظیمات تکمیلی برای زیبایی بیشتر
----------------------------------------------------------- */
/* مرتب کردن متن داخل باکس */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-right: 12px;
    color: #333;
}

/* فلش سمت چپ/راست */
.select2-container--bootstrap-5 .select2-selection__arrow {
    height: 42px;
}
/* 1. تنظیم فونت باکس اصلی (Selection Box) */
.select2-container--bootstrap-5 .select2-selection {
    font-size: 14px !important;
}

/* 2. تنظیم فونت لیست بازشو (Dropdown Options) */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    font-size: 14px !important;
    padding: 8px 12px; /* کمی فاصله برای خوانایی بهتر */
}

/* 3. اطمینان از اینکه متن داخل باکس هم درست تراز شود */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    line-height: 1.5; /* ارتفاع خط مناسب برای فونت 14 */
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    /* 1. خنثی کردن right */
    right: auto !important;

    /* 2. تنظیم موقعیت با left */
    left: 10px !important; /* فاصله از سمت چپ */

    /* 3. سایر استایل‌های ضروری برای دیده شدن */
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;

    /* ابعاد و ظاهر */
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
/* =======================================================
   7. استایل باکس جستجو (Search Input) داخل Dropdown
   ======================================================= */

/* 1. کانتینر اصلی سرچ */
.select2-container--bootstrap-5 .select2-search--dropdown {
    padding: 10px !important; /* فاصله از لبه‌های منو */
}

/* 2. خودِ اینپوت جستجو */
.select2-container--bootstrap-5 .select2-search__field {
    border: 1px solid #dee2e6 !important; /* بردر خاکستری ملایم */
    border-radius: 6px !important; /* گوشه‌های گرد */
    padding: 8px 12px !important; /* فاصله داخلی */
    font-size: 14px !important; /* سایز فونت ۱۴ */
    color: #333 !important;
    outline: none !important;
    transition: all 0.2s ease;
    background-color: #fff;
}

/* 3. حالت فوکوس روی باکس جستجو */
.select2-container--bootstrap-5 .select2-search__field:focus {
    border-color: #28a745 !important; /* سبز شدن بردر هنگام تایپ */
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15) !important; /* سایه سبز ملایم */
}

/* 4. استایل Placeholder (متن راهنما) */
.select2-container--bootstrap-5 .select2-search__field::placeholder {
    color: #aaa !important;
    font-size: 13px !important;
}
/* =======================================================
   8. استایل پیشرفته Hover و Focus برای گزینه‌ها (Options)
   ======================================================= */

/* =======================================================
   استایل حرفه‌ای برای گزینه‌های داخل لیست (Options)
   ======================================================= */

/* 1. تنظیمات پایه همه گزینه‌ها */
.select2-container--bootstrap-5 .select2-results__option {
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #495057;
    transition: all 0.2s ease; /* انیمیشن نرم */
    border-radius: 6px !important; /* گرد کردن گوشه‌های هر گزینه */
    margin: 2px 5px !important; /* فاصله بین گزینه‌ها */
}

/* 2. گزینه‌ای که انتخاب شده است (Selected) - سبز رنگ */
/* این کد جایگزین کد آبی شما می‌شود */
.select2-container--bootstrap-5 .select2-results__option[aria-selected="true"] {
    background-color: var(--main-color-one-500) !important; /* سبز اصلی */
    color: #fff !important; /* متن سفید */
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(40, 167, 69, 0.2);
}

/* 3. حالت هاور (وقتی موس روی گزینه می‌رود) */
.select2-container--bootstrap-5 .select2-results__option:hover,
.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #e8f5e9 !important; /* سبز خیلی کمرنگ */
    color: var(--main-color-one-600) !important; /* متن سبز پررنگ */
    cursor: pointer;
    transform: translateX(-3px); /* حرکت جزئی به چپ برای زیبایی */
}

/* 4. هاور روی گزینه‌ای که قبلاً انتخاب شده */
.select2-container--bootstrap-5 .select2-results__option[aria-selected="true"]:hover {
    background-color: var(--main-color-one-600) !important; /* سبز تیره‌تر */
    color: #fff !important;
    transform: none; /* حذف حرکت برای گزینه‌های انتخاب شده */
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    color: #000;
    background-color: #fff;
}


/* 1. انتخاب کانتینر Nav از داخل blog-slider */
.blog-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important; /* ارتفاع صفر تا فضای اضافی نگیرد */
    margin: 0 !important;
    z-index: 10;
    pointer-events: none; /* کلیک از فضای خالی رد شود */
}

/* 2. انتخاب دکمه‌های داخل Nav */
.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important; /* شروع از وسط */
    transform: translateY(-50%) !important; /* تراز دقیق مرکزی */

    /* ظاهر دکمه */
    background-color: #fff !important;
    color: #333 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 18px !important;
    line-height: 40px !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: auto; /* فعال کردن کلیک */
    transition: all 0.3s ease;

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

/* 3. موقعیت افقی دکمه‌ها */
.blog-slider .owl-nav button.owl-prev {
    right: 10px !important;
}

.blog-slider .owl-nav button.owl-next {
    left: 10px !important;
}

/* 4. هاور */
.blog-slider .owl-nav button:hover {
    background-color: #fff !important;
    color: #08a888 !important;
}
/*-----------------------------------------------------------------*/
/*.card:has(.btn-link[aria-expanded="true"]) .card-body {*/
/*    background-color: #f0fff4;*/
/*    border-left: 4px solid #4caf50;*/
/*}*/
/*---------------------------------------------------------*/



/*@media screen and (min-width: 0px) {*/
/*    */
/*}*/

/*!* موبایل‌های متوسط (320px به بالا) *!*/
/*@media screen and (min-width: 320px) {*/

/*}*/

/* موبایل‌های بزرگ (480px به بالا) */
@media screen and (max-width: 480px) {
    .order-registration-text{
        min-height: 120px;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
    }
    .heroapp-title{
        text-align: center;
    }
    .heroapp-desctiption{
        text-align: center;
    }
    .reverse-mobile {
        flex-direction: column-reverse !important;
    }
    .about-text p{
        font-size: 14px;
        text-align: justify !important;
    }
    .section-sd{
        line-height: 27px;
    }
    .why-hero-box{
        flex-direction: column;
        justify-content: center;
    }
    .wh-img{
        width: 100%;
        height: 60px;
    }
    .wh-content{
        text-align: center;
        width: 100%;
    }
    .wh-text{
        text-align: center !important;
    }
    .hd-box{
        margin-top: 0px;
    }
    .hd-title{
        width: 100%;
    }
    .hd-text{
        width: 100%;
    }
    .side-hd-mobile{

        display: block !important;
    }
    .nav-mobile{
        justify-content: center;
    }
    .ws-title{
        font-size: 21px;
        text-align: center;
    }
    .ws-btn{
        width: 100%;
    }
    .faq-box{
        margin-bottom: 70px;
    }
    .toggle-btn{
        right: 39%;
    }
    .sidebar-right{
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .navbar-btn{
        display: none;
    }
    .delivery-services{
        margin-top: 0px !important;
    }
    .card-header .btn-link{
        font-size: 14px;
    }
}

/* تبلت کوچک (576px به بالا) */
@media screen and (min-width: 576px) {

}

/* تبلت (768px به بالا) */
@media screen and (min-width: 768px) {

}

/* لپ‌تاپ (992px به بالا) */
@media screen and (min-width: 992px) {

}

/* دسکتاپ (1200px به بالا) */
@media screen and (min-width: 1200px) {

}

/* دسکتاپ بزرگ (1400px به بالا) */
@media screen and (min-width: 1400px) {

}