html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
body {
    font-family: 'Vazirmatn', sans-serif;
    color: #033B48;
    line-height: normal;
}
:root {
    --main-color: #033B48;
    --accent-color: #FB6A05;
}
.text-orange{
    color: #FB6A05;
}
.my-flip{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.btn-outline-secondary{
    color: #033B48;
    border-color: #033B48;
    border-radius: 15px;
}
.btn-outline-secondary:hover{
    background-color: #033B48;
    color: #fff;
}
.navbar .phone-icon {
    width: 24px; /* اندازه پیش‌فرض عرض */
    height: 24px; /* اندازه پیش‌فرض ارتفاع */
    fill: currentColor; /* مهم‌ترین بخش! رنگ آیکون را از والدش می‌گیرد */
    vertical-align: middle; /* برای تراز عمودی بهتر در کنار متن */
}
.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar-brand img {
    height: 60px;
    transition: filter 0.3s;
    filter: brightness(0) invert(1);
}
.navbar .nav-link {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}
.navbar-nav .nav-link.active{
    color: #fff;
}
.navbar-scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-scrolled .navbar-brand img {
    filter: none;
}
.navbar-scrolled .nav-link {
    color: #000;
}
.navbar-scrolled .nav-link:hover{
    color: #FB6A05;
}
.navbar-scrolled .btn-light{
    background-color: #033B48;
    color: #fff;
}
.navbar-scrolled .nav-link.active{
     color: #FB6A05;
 }
.navbar-nav .nav-link.show{
    color: #FB6A05;
}


.megamenu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* سیاهی با ۵۰٪ شفافیت */
    z-index: 999; /* باید کمتر از z-index منو باشد */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.megamenu-item .nav-link.dropdown-toggle::after {
    transition: transform 0.3s ease;
}
.megamenu-item.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}
.megamenu-backdrop.show {
    opacity: 1;
}
 .megamenu-item {
     position: static;
 }
.megamenu-panel {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    margin-top: 0;
    border-radius: 0 0 1rem 1rem;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.featured-tour-card {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1506012787146-f92b2d7d6d96?w=800&fit=crop');
    background-size: cover;
    background-position: center;
    border-radius: 0.75rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: transform 0.3s ease;
}
.featured-tour-card:hover {
    transform: scale(1.03);
}
.megamenu-title {
    font-weight: 600;
    color: #033B48;
    padding-bottom: 10px;
    border-bottom: 2px solid #FB6A05; /* رنگ اصلی */
    margin-bottom: 20px;
}
.destination-list {
    list-style: none;
    padding: 0;
}
.destination-link {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.destination-link:hover {
    background-color: #f1f3f5;
}
.destination-link img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 15px;
}
.destination-link .info {
    display: flex;
    flex-direction: column;
}
.destination-link .info .name {
    font-weight: 500;
    color: #033B48;
}
.destination-link .info .price {
    font-size: 0.8rem;
    color: #6c757d;
}
/* واکنش‌گرایی برای موبایل */




/*Off Canvas*/
 .offcanvas-body {
     padding: 0;
     display: flex;
     flex-direction: column;
 }
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; /* باعث می‌شود لیست تمام فضای موجود را بگیرد */
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid #e9ecef;
    font-weight: 500;
}
.menu-item:hover {
    background-color: #f8f9fa;
}
.menu-item .flag-icon {
    width: 24px;
    margin-left: 10px;
}
.menu-item.has-submenu i {
    transition: transform 0.3s ease;
}
.menu-item.has-submenu[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.submenu {
    background-color: #f8f9fa;
}
.submenu ul {
    list-style: none;
    padding: 0;
}
.submenu .menu-item {
    padding-right: 40px;
}
.submenu .submenu .menu-item {
    padding-right: 60px; /* تورفتگی بیشتر برای سطح سوم */
}
.offcanvas-contact {
    padding: 20px;
    margin-top: auto; /* این بخش را به پایین می‌چسباند */
    border-top: 1px solid #e9ecef;
}




.hero-section {
    background: url('../assets/images/hero.jpg') no-repeat bottom center/cover;
    color: #fff;
    height: 100vh;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 200%;
    height: 198px;
    background: url('../assets/images/clouds.png') repeat-x bottom center;
    background-size: cover;
    animation: moveClouds 60s linear infinite;
    z-index: 3;
}
@keyframes moveClouds {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.hero-content {
    position: relative;
    z-index: 4;
    max-width: 700px;
}
.search-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}
.search-box input,
.search-box button {
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 20px 50px;
}
.search-box button{
    background: #033B48;
    border-radius: 15px;
}

.popular-destinations .container > .my-swiper {
    /* * با این محاسبه، فضای خالی کنار کانتینر (فاصله کانتینر تا لبه صفحه)
     * به عنوان margin منفی در سمت چپ اعمال می‌شود.
    */
    margin-left: calc((100vw - 100%) / -2);

    /* * برای اینکه آخرین اسلاید به لبه صفحه نچسبد، همین مقدار را
     * به عنوان padding به سمت چپ اضافه می‌کنیم.
    */
    padding-left: calc((100vw - 100%) / 2);
}
.popular-destinations .my-swiper .swiper-slide {
    width: 300px; /* عرض هر کارت را می‌توانید تغییر دهید */
    height: auto; /* ارتفاع خودکار برای هماهنگی با محتوا */
}
.popular-destinations .card {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease;
}
.popular-destinations .card h5{
    color: #033B48;
}
.popular-destinations .card:hover {
    transform: translateY(-5px);
}
.popular-destinations .card-img-top {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}
.popular-destinations .card-footer {
    align-items: center;
}
.popular-destinations .swiper-free-mode>.swiper-wrapper{
    padding-top: 1.5rem;
}
.popular-destinations .card .card-footer{
    color: #033B48;
    padding: 0;
}
.popular-destinations .card .card-footer p{
    margin: 0
}
.popular-destinations .card .card-body{
    padding: 0;
}
.popular-destinations .btn{
    border-radius: 15px;
    padding: 10px 20px;
}



.tour-tabs .nav-pills .nav-link {
     color: #033B48;
     background-color: #fff;
     border: 1px solid #033B48;
     margin: 0 5px;
     padding: 8px 25px;
     font-weight: 500;
     transition: all 0.3s ease;
}
.tour-tabs .nav-pills .nav-link.active{
    background-color: #033B48;
    color: #fff;
}
.tour-tabs .tour-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* برای واکنش‌گرایی بهتر */
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden; /* برای جای‌گیری صحیح Badge */
}
.tour-tabs .tour-flag {
    width: 130px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    margin-left: 20px; /* فاصله پرچم از اطلاعات */
}
.tour-tabs .tour-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.tour-tabs .tour-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
    color: #6c757d;
}
.tour-tabs .tour-details i {
    margin-left: 5px;
}
.tour-tabs .tour-booking {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: auto; /* بخش قیمت و دکمه را به سمت چپ می‌برد */
}
.tour-tabs .tour-price {
    text-align: left;
}
.tour-tabs .tour-price small {
    font-size: 0.8rem;
}
.tour-tabs .tour-price strong {
    font-size: 1.2rem;
    color: #212529;
    display: block;
}
.tour-tabs .tour-price span {
    font-size: 1.1rem;
    font-weight: 700;
}
.tour-tabs .btn-reserve {
    background-color: #033B48; /* رنگ سبزآبی */
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    display: flex;
}
.tour-tabs .tour-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    color: white;
    padding: 10px 20px;
    font-size: 0.8rem;
    font-weight: bold;
    /*transform: rotate(45deg) translate(28%, -55%);*/
    transform: rotate(317deg) translate(-22%, -30%);
    transform-origin: center;
    width: 120px;
    text-align: center;
}
.tour-tabs .tour-badge.discount {
    background-color: #dc3545; /* قرمز */
}
.tour-tabs .tour-badge.installment {
    background-color: #0d6efd; /* آبی */
}


.tour-tabs .tour-card,
.tour-tabs .tour-card .btn-reserve {
    transition: all 0.4s ease;
}
.tour-tabs .btn-reserve::after {
    font-family: "bootstrap-icons";
    content: "\f12f"; /* کد آیکون стрелка влево */
    margin-right: -20px; /* آیکون را در ابتدا مخفی می‌کنیم */
    opacity: 0;
    transition: all 0.4s ease;
}
.tour-tabs .tour-card:hover {
    box-shadow: 0 0 20px rgba(0, 132, 116, 0.2); /* سایه سبزآبی */
    border-color: rgba(0, 132, 116, 0.5);
}
.tour-tabs .tour-card:hover .btn-reserve {
    background-color: #0c3349; /* رنگ سرمه‌ای تیره */
    padding-right: 25px; /* ایجاد فضا برای آیکون */
}
.tour-tabs .tour-card:hover .btn-reserve::after {
    margin-right: 8px; /* آیکون به جای خود می‌آید */
    opacity: 1;
}


.countries-section {
     background-color: #f8f9fa; /* رنگ پس‌زمینه روشن */
 }
.countries-section .country-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2c3e50; /* رنگ متن */
    padding: 20px 10px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.countries-section .country-item:hover {
    transform: translateY(-10px); /* افکت بالا آمدن در زمان هاور */
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    color: #e67e22; /* تغییر رنگ متن در زمان هاور */
}
.countries-section .country-item img {
    max-height: 90px; /* تنظیم حداکثر ارتفاع تصاویر */
    object-fit: contain; /* حفظ نسبت تصویر */
}



.site-footer {
     background-color: #033B48; /* رنگ پس‌زمینه اصلی فوتر */
     color: #FFFFFF;
     position: relative;
 }
.site-footer .footer-skyline {
    background-image: url('../assets/images/123.jpg');
    background-position: top center;
    height: 206px; /* ارتفاع تصویر */
    width: 100%;
}
.site-footer .footer-logo {
    filter: brightness(0) invert(1);
    max-width: 150px;
}
.site-footer .footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.site-footer .footer-links, .footer-contact {
    list-style: disc;
}
.site-footer .footer-links li, .footer-contact li {
    margin-bottom: 0.8rem;
}
.site-footer .footer-links li::marker{
    color: #FB6A05;
}
.site-footer .footer-links a, .footer-contact a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}
.site-footer .footer-links a:hover, .footer-contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.site-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    margin-left: 8px; /* فاصله بین آیکون‌ها */
    transition: background-color 0.3s ease;
}
.site-footer .social-icons a:hover {
    background-color: #008474; /* رنگ سبزآبی */
}
.site-footer .footer-contact i {
    margin-left: 10px;
    color: #fff;
}
.site-footer .footer-hr {
    border-color: rgba(255, 255, 255, 0.15);
}



.mobile-tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e0e0e0;
}
.mobile-tab-bar .tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-decoration: none;
    color: #0c3349; /* رنگ آبی تیره */
    font-size: 11px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.mobile-tab-bar svg{
    width: 24px;
}
.mobile-tab-bar .tab-item i {
    font-size: 22px;
    margin-bottom: 4px;
}
.mobile-tab-bar .tab-item.active {
    color: #e67e22; /* رنگ نارنجی */
}
.mobile-tab-bar .tab-item-special {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #e67e22, #f39c12);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* این خط دکمه را بالاتر از نوار قرار می‌دهد */
    transform: translateY(-25px);
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* اعمال انیمیشن */
    animation: pulse 2s infinite ease-in-out;
}
.mobile-tab-bar .tab-item-special i {
    font-size: 24px;
}
@keyframes pulse {
    0% {
        transform: translateY(-25px) scale(1);
    }
    50% {
        transform: translateY(-25px) scale(1.1);
        box-shadow: 0 8px 20px rgba(230, 126, 34, 0.5);
    }
    100% {
        transform: translateY(-25px) scale(1);
    }
}

/*End index css*/



/*tour page css*/


.tour-page main{
    padding-top: 86px;
}
.tour-page .navbar .nav-link{
    color: rgba(3, 59, 72, 0.7);
}
.tour-page .navbar{
    background: #fff !important;
}
.tour-page  .navbar-brand img{
    filter: none;
}
.tour-page .navbar-scrolled .nav-link:hover{
    color: #FB6A05;
}
.tour-page .navbar-scrolled .nav-link.active{
    color: #FB6A05;
}
.tour-page .navbar-nav .nav-link.show{
    color: #FB6A05;
}
.tour-page .btn-light{
    border:1px solid #033B48;
}
.tour-page .tour-hero-section {
    position: relative; /* برای جای‌گیری صحیح لایه تیره */
    /* تصویر پس‌زمینه */
    background-image: url('https://images.unsplash.com/photo-1636537511494-c3e558e0702b');
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
    color: white;
}
.tour-page .tour-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.tour-page .tour-hero-section .hero-content {
    position: relative;
    z-index: 2;
}
.tour-page  .country-flag {
    width: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.tour-page .tour-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
}
.tour-page .tour-hero-section  .tour-count-badge {
    background-color: rgba(255, 255, 255, 0.9);
    color: #e67e22;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}
.tour-page .tour-hero-section  .hero-tagline {
    font-size: 1.25rem;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .tour-page .tour-hero-section .hero-title {
        font-size: 2.5rem;
    }
    .tour-page .tour-hero-section .hero-tagline {
        font-size: 1rem;
    }
    .tour-page .tour-hero-section .tour-hero-section {
        padding: 5rem 0;
    }
}






.tour-listing-section .sorting-pills .nav-link {
    color: #033B48;
    border: 1px solid #033B48;
    margin-left: 10px;
    font-weight: 500;
}
.tour-listing-section .sorting-pills .nav-link.active {
    background-color: #033B48;
    color: #ffffff;
    border-color: #033B48;
}


.tours-list .tour-card {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    padding: 32px;
    padding-bottom: 16px;
}
.tours-list .tour-card-main {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 16px;
}
.tours-list .tour-info { flex-grow: 1; }
.tours-list .tour-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 20px; }
.tours-list .tour-details {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #999999;
}
.tours-list .tour-booking {
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.tours-list .tour-booking button{
    padding: 15px 26px;
}
.tours-list .tour-price strong {
    font-size: 1.2rem;
}
.tours-list .btn-reserve {
    background-color: #008474;
    color: white;
}
.tours-list .tour-dates-collapse {
    border-top: 1px solid #f1f1f1;
}
.tours-list .tour-card .date-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.9rem;
    background-color: #F6F6F6;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-right: 10px;

}
.tours-list .tour-card .date-option:first-child {
    margin-top: 16px;
}
.tours-list .tour-card .date-option:last-child {
    border-bottom: none;
}
.tours-list .tour-card .date-option .info-group {
    display: flex;
    align-items: center;
    color: #999999;
    font-weight: 500;
}
.tours-list .tour-card .date-option .info-group .date-title{
    color: #033B48;
}
.tours-list .tour-card date-option .info-group i {
    margin-left: 0;
}
.tours-list .tour-card .date-option .price-group {
    color: #033B48;
    white-space: nowrap;
}
.tours-list .tour-card .price-amount {
    color: #FB6A05;
    font-weight: 700;
    font-size: 1.1rem;
}
.tours-list .tour-card .btn-reserve-option {
    background-color: #0c3349; /* رنگ سرمه‌ای تیره */
    color: white;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}
.tours-list .tour-card .btn-reserve-option i {
    font-size: 1.5rem;
}
.tours-list .tour-card .price-group, .info-group {
    transition: transform 0.4s ease-in-out;
}
.tours-list .tour-card .date-option:hover {
    background-color: #f8f9fa;
}
.tours-list .tour-card .date-option:hover .btn-reserve-option {
    left: 24px; /* دکمه به جای اصلی خود در سمت چپ می‌آید */
    opacity: 1;
}
.tours-list .tour-card .date-option:hover .price-group,
.tours-list .tour-card .date-option:hover .info-group {
    transform: translateX(-15px);
}




.filters-sidebar {
    border-radius: 1rem;
    padding: 1.5rem;
    border:1px solid #EDEDED;
}
.filters-sidebar .filter-widget { margin-bottom: 2rem; }
.filters-sidebar .widget-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; border-bottom: 2px solid #e0e0e0; padding-bottom: 0.5rem; }


.filters-sidebar .form-check { margin-bottom: 0.5rem; }
.filters-sidebar .form-check-label { flex-grow: 1; }
.filters-sidebar .form-check-input:checked { background-color: #e67e22; border-color: #e67e22; }
.filters-sidebar .form-check-input
.filters-sidebar .rating-filter { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; direction: ltr; }
.filters-sidebar .rating-filter .bi-star-fill { color: #ffc107; }


.filters-sidebar .price-slider { padding: 10px 0; }
.filters-sidebar .slider-track { position: relative; height: 4px; background: #ddd; border-radius: 2px;}
.filters-sidebar .slider-range { position: absolute; height: 100%; background: #e67e22; border-radius: 2px; right: 20%; left: 20%;} /* مقادیر نمایشی */
.filters-sidebar .slider-handle { position: absolute; top: -6px; width: 16px; height: 16px; background: white; border: 2px solid #e67e22; border-radius: 50%;}
.filters-sidebar .slider-handle.left { right: 20%; }
.filters-sidebar .slider-handle.right { left: 20%; }


.tour-content-section p{
    color: #999999;
    line-height: 32px;
    text-align: justify;
}
.tour-content-section h2{
    margin-bottom: 20px;
}


.faq-section {
    background-color: #f8f9fa;
}

/* استایل عنوان اصلی بخش */
.section-title {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #e67e22; /* رنگ نارنجی */
    border-radius: 2px;
}

/* بازنویسی استایل‌های پیش‌فرض آکاردئون بوت‌استرپ */
.accordion-item {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 1rem !important; /* گرد کردن گوشه‌ها */
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* برای حفظ گوشه‌های گرد */
}

.accordion-button {
    font-weight: 600;
    color: #343a40;
}

/* حذف سایه آبی رنگ هنگام فوکوس */
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

/* استایل دکمه در حالت باز */
.accordion-button:not(.collapsed) {
    color: #0c3349; /* رنگ سرمه‌ای تیره */
    background-color: #f8f9fa;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* تغییر آیکون فلش پیش‌فرض بوت‌استرپ */
.accordion-button::after {
    /* استفاده از یک آیکون SVG سفارشی برای فلش */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c3349'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

/* چرخاندن فلش در حالت باز */
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-body {
    line-height: 1.7;
    color: #555;
}



/*Packge style*/

/* استایل کارت‌های تاریخ */
.date-card {
    border: 2px solid #0c3349; /* رنگ سرمه‌ای تیره */
    color: #0c3349;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}
.date-card p {
    margin-bottom: 0.5rem;
}
.date-card p:last-child {
    margin-bottom: 0;
}
.date-card p span {
    font-weight: 300;
}

/* استایل کارت فعال */
.date-card--active {
    background-color: #0c3349;
    color: #ffffff;
}

/* استایل کارت پیشنهادی */
.recommended-slide {
    position: relative;
}
.date-card--recommended {
    border-color: #e67e22; /* رنگ نارنجی */
    box-shadow: 0 0 15px rgba(230, 126, 34, 0.2);
}
.package-dates-section{
    margin-bottom: 2rem;
}
.package-dates-section .swiper-wrapper{
    padding: 14px 0 0 0;
}
/* این مدیا کوئری باعث می‌شود استایل‌های داخل آن
   فقط روی صفحه‌هایی با عرض کمتر از ۷۶۸ پیکسل (موبایل) اعمال شود */
@media (max-width: 767.98px) {

    .package-dates-section {
        /* بخش چسبان شدن (مانند قبل) */
        position: sticky;
        top: 0;

        background-color: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;

        margin-bottom: 20px;
        z-index: 1030;
        padding: 10px 0 !important;

        /* --- بخش جدید: کدهای خروج از کانتینر --- */

        /* ۱. عرض المان را برابر با کل عرض صفحه نمایش قرار می‌دهیم */
        width: 100vw;

        /* ۲. با یک محاسبه، المان را به لبه سمت چپ صفحه منتقل می‌کنیم */
        /* این کد موقعیت شروع ستون والد را تشخیص داده و به همان اندازه المان را به بیرون می‌کشد */
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .date-slider{
        padding: 0 12px;
    }
    .date-card p{
        font-size: 12px;
    }
}

/* استایل نشان "پیشنهادی" */
.recommend-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FB6A05;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 10;
}

/* تنظیمات ظاهری اسلایدر */
.swiper-slide {
    width: auto; /* مهم: برای اینکه عرض کارت‌ها خودکار تنظیم شود */
}


.hotel-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 2rem;
}

/* بخش اطلاعات اصلی با Flexbox */
.hotel-main-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hotel-image {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 1rem;
}

.hotel-details {
    flex-grow: 1; /* باعث می‌شود این بخش فضای خالی وسط را پر کند */
}

.hotel-title h4 {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
}
.hotel-title p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.hotel-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    color: #555;
}
.hotel-meta .star-rating { color: #ffc107;}
.hotel-meta .star-rating i{
    margin: 0 !important;
}
.hotel-meta i { margin-left: 5px; }

.btn-reserve-main {
    background-color: #0c3349;
    color: white;
    font-weight: bold;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    white-space: nowrap;
}

/* بخش گزینه‌های قیمت */
.price-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.price-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.price-amount {
    color: #FB6A05; /* رنگ نارنجی */
    font-size: 1.2rem;
    font-weight: 700;
}
.price-amount small {
    font-size: 0.8rem;
    font-weight: normal;
    color: #555;
}

/* واکنشگرایی برای موبایل */
@media (max-width: 767px) {
    .hotel-main-info {
        flex-direction: column;
    }
    .hotel-main-info h4{
        font-size: 18px;
    }
    .btn-reserve-main {
        width: 100%;
        margin-top: 1rem;
    }
}



.tour-details-v2-section {
    background-color: #f8f9fa;
}

/* استایل سفارشی برای تب‌ها */
.detail-tabs {
    border-bottom: none; /* حذف خط پیش‌فرض پایین تب‌ها */
}

.detail-tabs .nav-item {
    margin-left: 0.5rem;
}

.detail-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #e9ecef;
    color: #495057;
    font-weight: 600;
    border: none;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

/* استایل تب فعال */
.detail-tabs .nav-link.active {
    background-color: #ffffff;
    color: #0c3349; /* رنگ سرمه‌ای تیره */
    border-bottom: 3px solid #FB6A05; /* خط نارنجی زیر تب فعال */
}

/* محتوای داخل تب‌ها */
.tour-details-v2-section .tab-content {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

/* استایل‌های داخلی که از طرح قبلی استفاده می‌کنیم */
.description-text { color: #555; line-height: 1.8; }

.info-list { list-style: none; padding: 0; }
.info-list li { display: flex; align-items: center; margin-bottom: 1.5rem; font-weight: 500; font-size: 1.1rem; color: #343a40;}
.info-list li i { font-size: 1.75rem; color: #008474; margin-left: 1rem; width: 30px; }






     /* استایل کلی مودال */
 .modal-content { border-radius: 1.25rem; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.modal-header { border-bottom: 1px solid #e9ecef; padding: 1.5rem; }
.modal-header .btn-close { margin: -0.5rem; }
.modal-title { font-weight: 700; font-size: 1.2rem; }
.modal-header-content .hotel-meta { font-size: 0.8rem; color: #6c757d; gap: 1rem; }
.modal-header-content .star-rating { color: #ffc107; }
.modal-body { padding: 1.5rem; }
.modal-footer { background-color: #f8f9fa; border-top: 1px solid #e9ecef; gap: 1rem; }

/* استایل پنل انتخاب مسافر */
.passenger-selection-panel { padding: 1.5rem; border: 1px solid #e9ecef; border-radius: 1rem; height: 100%; }
.passenger-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.passenger-row span small { display: block; color: #6c757d; font-size: 0.8rem; }
.quantity-stepper { display: flex; align-items: center; gap: 0.75rem; font-weight: 600; font-size: 1.1rem; }
.quantity-stepper .btn { border-radius: 50%; width: 32px; height: 32px; }

/* استایل پنل اطلاعات پرواز */
.flight-details-panel { padding: 1.5rem; background-color: #f8f9fa; border-radius: 1rem; height: 100%; display: flex; flex-direction: column; }
.flight-info { margin-bottom: 1rem; }
.flight-info span { font-weight: 600; display: flex; align-items: center; margin-bottom: 0.5rem; }
.flight-info small { display: block; color: #6c757d; padding-right: 28px; position: relative; }
.flight-info small::before { content: '•'; position: absolute; right: 12px; }
.flight-info i { font-size: 1.2rem; margin-left: 0.75rem; color: #0c3349; }
.flight-info .return-flight { transform: scaleX(-1); }

.final-price { display: flex; justify-content: space-between; align-items: baseline; margin-top: auto; padding-top: 1rem;}
.final-price span { font-weight: 500; }
.final-price strong { font-size: 1.5rem; color: #FB6A05; }
.final-price small { font-size: 0.8rem; color: #333; }

/* استایل کارت‌های قیمت (استفاده مجدد از کد قبل) */
.price-card { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 1rem; padding: 0.75rem; text-align: center;}
.price-card span { font-size: 0.9rem; } .price-card strong { color: #FB6A05; font-size: 1.1rem; display: block;}
