:root {
    --primary-color: #3498db;
    --primary-dark-color: #2980b9;
    --secondary-color: #f39c12;
    --dark-color: #2980b9;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.navbar {
    /* background-color: #3a9dd7 !important; */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: relative;
    z-index: 1030;
}
.whatsapp-text {
    font-size: 19px;
    font-weight: 400;
}
.breadcrumb{
    text-decoration: none !important;
}
.breadcrumb-item a{
    text-decoration: none !important;
}
.inputcrate{padding: 12px;border-radius: 10px !important;}

.inputcratebtn{
    width: 100% !important;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: white !important;
    padding-top: 0;
    position: absolute;
    top: -50px;
}
.navbar-brand img {
    width: 141px;
    height: auto;
    margin-top: 0;
    position: static;
    border-radius: 34px;
    display: block;
    top: -50px;
}
.nav-brand-wrapper {
    width: 100%;
    padding: 20px 0 10px;
    position: relative;
}
.nav-brand-wrapper::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 3px;
    border-radius: 999px;
    /* background: rgba(255,255,255,0.35); */
}
.nav-link {
    font-weight: 600;
    transition: all 0.25s ease;
    padding: 8px 15px;
    margin: 0 6px;
    position: relative;
}
.material-menu .nav-link {
    color: #524dff !important;
    border-radius: 5px;
    padding: 10px 18px !important;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.material-menu .nav-link:hover,
.material-menu .nav-link:focus,
.material-menu .nav-link.active {
    background-color: rgb(243 156 18);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(6, 5, 41, 0.25);
}
.material-menu .nav-link::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 5px;
    height: 2px;
    opacity: 0;
    transition: opacity .2s;
}
.material-menu .nav-link:hover::after,
.material-menu .nav-link.active::after {
    opacity: 1;
}
.dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0 25px 60px rgba(15,23,42,.15);
    border-radius: 18px;
    margin-top: 14px;
    padding: 18px;
    min-width: 230px;
    z-index: 1050;
    border-top: 3px solid #3f51b5;
}
.dropdown-menu .dropdown-item {
    font-weight: 500;
    border-radius: 12px;
    padding: 10px 14px;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
.dropdown-menu .dropdown-item:hover {
    background: rgba(63,81,181,0.12);
    color: #3f51b5;
    padding-left: 18px;
}
.mega-menu {
    min-width: 760px !important;
    padding: 14px !important;
    position: absolute !important;
    margin-top: 0px !important;
    z-index: 1050;
    border-radius: 0px;
    border: none;
    box-shadow: 0 30px 70px rgba(15,23,42,.18);
    background: #fff;
    margin-left: 5px;
}
.mega-menu::before {
    content:'';
    position:absolute;
    top:-12px;
    left:60px;
    width:24px;
    height:12px;
    background:#fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.mega-menu .container-fluid {
    padding: 0;
}
.mega-menu .row {
    margin: 0;
}
.mega-menu .col-sm-3 {
    padding: 12px 20px;
    border-right: 1px solid rgba(99,102,241,0.12);
    margin-bottom: 10px;
}
.mega-menu .col-sm-3:nth-child(4n) {
    border-right: none;
}
.dropdown-item-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2667;
    text-transform: none;
    letter-spacing: .05em;
    margin-bottom: 6px;
    display: inline-block;
}
.mega-menu .list-unstyled {
    margin: 0;
}
.mega-menu .list-unstyled .dropdown-item {
    padding-left: 0;
    color: #4a5568;
    font-size: 0.95rem;
}
.mega-menu .list-unstyled .dropdown-item:hover {
    color: #3f51b5;
    background: transparent;
    padding-left: 6px;
}
/* Mobil için dropdown düzenlemeleri */
@media (max-width: 991px) {
    /* Mobilde nav-item relative olmalı (Bootstrap dropdown için) */
    .nav-item.dropdown {
        position: relative !important;
    }
    
    /* Mobilde dropdown menüler static ve full width - Bootstrap'ın kendi davranışını kullan */
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border: none !important;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        background-color: rgba(255,255,255,0.05) !important;
        float: none !important;
    }
    
    /* Mega menu mobilde normal dropdown gibi */
    .mega-menu {
        position: static !important;
        min-width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        padding: 15px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
    
    .mega-menu .container-fluid {
        padding: 0 !important;
        width: 100% !important;
    }
    
    .mega-menu .row {
        margin: 0 !important;
        width: 100% !important;
    }
    
    .mega-menu .col-sm-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        padding: 10px 0 !important;
        margin-bottom: 0 !important;
    }
    
    .mega-menu .col-sm-3:last-child {
        border-bottom: none !important;
    }
    
    /* Mobilde dropdown item'ları düzenle */
    .dropdown-item {
        color: white !important;
        padding: 10px 20px !important;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255,255,255,0.1) !important;
        color: var(--secondary-color) !important;
        padding-left: 25px !important;
    }
    
    .dropdown-item-title {
        color: white !important;
        padding: 10px 20px !important;
    }
    
    .dropdown-item-title:hover {
        color: var(--secondary-color) !important;
    }
    
    .mega-menu .list-unstyled .dropdown-item {
        padding: 8px 20px 8px 35px !important;
        color: rgba(255,255,255,0.8) !important;
    }
    
    .mega-menu .list-unstyled .dropdown-item:hover {
        color: var(--secondary-color) !important;
        padding-left: 40px !important;
    }
    
    /* Hover efektlerini mobilde kaldır */
    .nav-item.dropdown:hover .dropdown-menu,
    .dropdown-menu:hover {
        display: none !important;
    }
}
.dropdown-item {
    color: var(--dark-color);
    padding: 12px 20px;
    transition: all 0.3s;
    font-size: 0.95rem;
}
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: white;
    padding-left: 25px;
}
.dropdown-item-title {
    color: #4945ff;
    font-weight: 400;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.dropdown-item-title:hover {
    color: var(--secondary-color);
}
.dropdown-item-title strong {
    font-size: 14px;
}
.mega-menu .list-unstyled {
    margin-top: 10px;
}
.mega-menu .list-unstyled .dropdown-item {
    padding: 8px 0;
    font-size: 0.9rem;
    color: #666;
}
.mega-menu .list-unstyled .dropdown-item:hover {
    color: white;
    padding-left: 10px;
}
.dropdown-toggle::after {
    margin-left: 8px;
    transition: transform 0.3s;
    content: none !important; 
}
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
/* Sadece masaüstünde hover efekti */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu,
    .dropdown-menu:hover {
        display: block !important;
    }
    .nav-item.dropdown {
        position: relative;
    }
}
.navbar .container {
    position: relative;
}
/* Sadece masaüstünde dropdown boşluk ve hover ayarları */
@media (min-width: 992px) {
    /* Dropdown menü ile nav-item arasındaki boşluğu kaldır */
    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        padding-top: 10px;
    }
    /* Mega menu için özel ayar - nav-item ile dropdown arasındaki boşluğu kapat */
    .mega-menu::before {
        /* content: ''; */
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
        background: transparent;
    }
    /* Nav-item dropdown hover durumunu koru */
    .nav-item.dropdown:hover {
        position: static;
    }
    /* Dropdown menü üzerine gelindiğinde açık kal */
    .nav-item.dropdown .dropdown-menu {
        pointer-events: auto;
    }
    .nav-item.dropdown:hover .dropdown-menu,
    .nav-item.dropdown .dropdown-menu:hover {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
}
.navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3d6f 100%);
    color: white;
    padding: 80px 0;
}
.tour-card {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08);
}
.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(15,23,42,0.12);
}
.tour-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}
.tour-card-media img {
    height: 230px;
    object-fit: cover;
    transition: transform .3s ease;
}
.tour-card:hover .tour-card-media img {
    transform: scale(1.06);
}
.tour-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 0.9rem;
    color: #64748b;
}
.tour-card-meta span i {
    margin-right: 6px;
    color: #6366f1;
}
.price-stack .price {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
}
.price {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: bold;
}
.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}
footer {
    background: #0f172a;
    color: white;
    padding: 50px 0 20px;
    margin-top: 60px;
}
.site-footer .footer-top h6,
.site-footer h5 {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: .08em;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.site-footer p {
    color: rgba(255,255,255,0.7);
}
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: white;
}
.footer-contact li a{
    color: white;
    text-decoration:none;
}
.footer-links li,
.footer-contact li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.footer-links a:hover {
    color: #fff;
}
.footer-contact i {
    margin-right: 8px;
    color: #f39c12;
}
.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    color: #fff;
    margin-right: 10px;
    transition: background .3s ease;
}
.footer-social a:hover {
    background: rgba(255,255,255,0.25);
}
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover {
    background-color: #1e3d6f;
    border-color: #1e3d6f;
}
.category-badge {
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
}
.top-header-bar {
    background: linear-gradient(135deg, #6c63ff, #3f3dff);
    color: white;
    padding: 8px 0;
    font-size: 0.9rem;
}
.material-top-bar {
    box-shadow: 0 15px 30px rgba(29,38,113,0.35);
    z-index: 99999;
}
.chip-list .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 23px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgb(255 255 255 / 0%);
}
.chip-soft {
    background: rgba(255,255,255,0.1);
    color: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}
.chip-ghost {
    background: transparent;
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.35);
}
.chip-ghost:hover {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.chip-cta {
    background: #fff;
    color: #3f51b5;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.chip-cta:hover {
    color: #2c2c8a;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.chip-soft:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.ghost-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease;
}
.ghost-link:hover {
    color: #fff;
}
.btn-soft-light {
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    border-radius: 999px;
    padding: 4px 16px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}
.btn-soft-light:hover {
    color: #fff;
    background: rgba(255,255,255,0.25);
}
.text-primary{
    color: var(--primary-dark-color) !important;
}
.display-5{
    font-size: 40px;
}
.card-title{
    font-size: 16px;
}
.featured-tours-section .card-title{
    font-size: 16px;
}
.category-section .card-title{
    font-size: 16px;
}
.featured-tours-section .card-body{
    padding: 10px;
}
.category-section .card-body{
    padding: 10px;
}
.top-header-bar a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}
.top-header-bar a:hover {
    color: var(--secondary-color);
}
.top-header-bar .tursab-info {
    color: #ccc;
    font-size: 0.85rem;
}
.top-header-bar .btn-link {
    color: white !important;
    text-decoration: none;
    padding: 0;
    margin: 0 10px;
    border: none;
    background: none;
    font-size: 13px;
}
.top-header-bar .btn-link i{
    margin-top: 0px;
}
.top-header-bar .btn-link:hover {
    color: var(--secondary-color) !important;
}
.whatsapp-float {
    position: fixed;
    width: 290px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}
.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}
.whatsapp-float i {
    margin-top: 3px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
        font-size: 25px;
    }
    .top-header-bar {
        font-size: 0.8rem;
        padding: 6px 0;
    }
    .top-header-bar a,
    .top-header-bar .btn-link {
        margin: 0 5px;
        font-size: 0.75rem;
    }
    .top-header-bar .tursab-info {
        font-size: 0.75rem;
    }
}
.material-navbar {
    background: linear-gradient(135deg, #6c63ff, #3f3dff);
    padding: 0px;
    position: relative;
    z-index: 20;
}
.material-navbar .navbar-toggler {
    border: none;
}
.material-navbar .navbar-toggler-icon {
    filter: invert(90%);
}
.material-navbar .navbar-collapse {
    margin-top: 10px;
}
.navbar-nav.material-menu {
    width: 100%;
    gap: 2px;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
}
.navbar-nav.material-menu .nav-item {
    margin: 4px 6px;
}

.hero-slider-section {
    position: relative;
}
.hero-slide {
    position: relative;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}
.filter-section {
    margin-top: -90px;
    position: relative;
    z-index: 10;
}
.filter-container {
    max-width: 960px;
}
.filter-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}
.material-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    margin-bottom: 6px;
    font-weight: 600;
}
.input-with-icon {
    position: relative;
}
.input-with-icon i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: #6c63ff;
}
.input-with-icon .form-control,
.input-with-icon .form-select {
    padding-left: 45px;
    border: 1px solid rgba(108,99,255,0.3);
    border-radius: 14px;
    box-shadow: none;
    transition: box-shadow .2s ease, border-color .2s ease;
    font-size: 1rem;
    font-weight: 600;
}
.input-with-icon .form-select{
    color: #717171;
}
.input-with-icon .form-control:focus,
.input-with-icon .form-select:focus {
    border-color: #6c63ff;
    box-shadow: 0 12px 28px rgba(108,99,255,0.2);
}
.btn-gradient {
    border: none;
    border-radius: 7px;
    width: 50px !important;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    background: linear-gradient(135deg, #6c63ff, #3f3dff);
    box-shadow: 0 12px 25px rgba(108,99,255,0.35);
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(108,99,255,0.45);
    color: #fff;
}
.tour-detail-page {
    background: #f8fafc;
}
.breadcrumb-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 15px 40px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.04);
}
.material-breadcrumb {
    --bs-breadcrumb-divider-color: #cbd5f5;
}
.material-breadcrumb .breadcrumb-item {
    font-weight: 600;
    color: #94a3b8;
}
.material-breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #475569;
    transition: color .2s ease;
}
.material-breadcrumb .breadcrumb-item a:hover {
    color: #111827;
}
.material-breadcrumb .breadcrumb-item.active {
    color: #0f172a;
}
.tour-hero-card {
    border-radius: 10px;
    padding: 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.gradient-card {
    background: linear-gradient(135deg, #5a55ff, #4441ff);
    box-shadow: 0 35px 80px rgba(17, 24, 39, 0.25);
}
.tour-hero-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 55%);
    pointer-events: none;
}
.tour-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 10px;
}
.tour-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.tour-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border-radius: 999px;
    font-weight: 500;
    backdrop-filter: blur(2px);
}
.tour-chip i {
    font-size: 1.1rem;
}
.tour-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}
.meta-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 40px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.05);
}
.meta-card p {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
}
.meta-card strong {
    font-size: 1rem;
    color: #0f172a;
    font-weight: 700;
}
.meta-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(90,85,255,0.12), rgba(34,193,195,0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    font-size: 1.4rem;
}
.meta-card:nth-child(odd) .meta-icon {
    background: linear-gradient(135deg, rgba(49,45,255,0.15), rgba(0,159,253,0.25));
    color: #2563eb;
}
.contact-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.meta-card.capacity-card.available strong {
    color: #16a34a;
}
.meta-card.capacity-card.full strong {
    color: #dc2626;
}
.info-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info-block {
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,0.05);
    box-shadow: 0 20px 45px rgba(15,23,42,0.08);
}
.info-block-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.info-block-header h5 {
    font-size: 1rem;
    font-weight: 700;
}
.info-block-header small {
    color: #94a3b8;
}
.meta-icon.soft {
    background: rgba(79,70,229,0.12);
}
.meta-icon.soft.danger {
    background: rgba(239,68,68,0.12);
    color: #dc2626;
}
.icon-list.compact li {
    margin-bottom: 4px;
    font-size: 0.9rem;
}
.hero-price-card {
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(6px);
}
.hero-price {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.hero-stats-card {
    background: rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 18px 28px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
    min-width: 220px;
}
.hero-stats-value {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
}
.hero-stats-label {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: .1em;
    color: rgba(255,255,255,0.75);
}
.hero-stats-meta {
    margin-top: 6px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
}
.contact-quick-card {
    border-radius: 18px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(15,23,42,0.12);
}
.contact-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease;
}
.contact-pill i {
    font-size: 1.4rem;
}
.contact-pill span {
    display: block;
    font-weight: 600;
    color: #fff;
}
.contact-pill small {
    color: rgba(255,255,255,0.75);
}
.contact-pill.whatsapp {
    background: rgba(37,211,102,0.12);
    border: 1px solid rgba(37,211,102,0.3);
}
.contact-pill.instagram {
    background: rgba(225,48,108,0.12);
    border: 1px solid rgba(225,48,108,0.3);
}
.contact-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(15,23,42,0.15);
}
.mini-calendar {
    background: rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 10px 16px;
    text-align: right;
    font-size: 0.85rem;
}
.mini-calendar strong {
    display: block;
    font-size: 1rem;
}
.material-card {
    border: none;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08);
}
.material-card .card-body {
    padding: 24px;
}
.material-subcard {
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,0.05);
}
.material-subcard.glass-tile {
    background: rgba(255,255,255,0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}
.material-subcard.glass-tile .price,
.material-subcard.glass-tile .old-price,
.material-subcard.glass-tile small {
    color: #fff;
}
.booking-card {
    border-radius: 24px;
    box-shadow: 0 30px 75px rgba(5, 11, 39, 0.25);
    overflow: hidden;
}
.booking-card.gradient-card {
    background: linear-gradient(140deg, #312dff, #009ffd);
}
.booking-card .card-body h4,
.booking-card .card-body strong,
.booking-card .card-body span,
.booking-card .card-body small,
.booking-card .card-body li {
    color: #fff;
}
.icon-list {
    padding-left: 0;
    list-style: none;
}
.icon-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.rich-text p {
    margin-bottom: 0.75rem;
}
.tour-gallery.material-card {
    padding: 20px;
}
.tour-gallery .gallery-main {
    border-radius: 10px;
}
.related-tours .material-card {
    border-radius: 16px;
}
@media (max-width: 992px) {
    .tour-hero-card {
        padding: 24px;
    }
    .tour-hero-title {
        font-size: 1.8rem;
    }
}
@media (max-width: 768px) {
    .filter-card {
        padding: 20px;
    }
}

/* Mobile Header & Navigation */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 80px;
    }
    body.mobile-menu-open {
        overflow: hidden;
    }
}
.mobile-header {
    background: #fff;
    border-bottom: 1px solid rgba(15,23,42,0.08);
    padding: 12px 0 6px;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.mobile-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mobile-logo img {
    height: 52px;
    object-fit: contain;
}
.mobile-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    text-decoration: none;
}
.mobile-header-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.mobile-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15,23,42,0.05);
    font-size: 0.85rem;
    color: #111;
}
.mobile-menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: none;
    background: rgba(15,23,42,0.06);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}
.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 999px;
    background: #111;
}
.mobile-menu-panel {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1050;
}
.mobile-menu-panel.open {
    pointer-events: auto;
    opacity: 1;
}
.mobile-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.35);
}
.mobile-menu-content {
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: min(360px, 80%);
    background: #fff;
    padding: 24px 20px 40px;
    overflow-y: auto;
    transition: right .3s ease;
    box-shadow: -10px 0 30px rgba(15,23,42,0.2);
    z-index: 1;
}
.mobile-menu-panel.open .mobile-menu-content {
    right: 0;
}
.mobile-menu-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.mobile-menu-title {
    font-weight: 600;
    color: #0f172a;
}
.mobile-menu-close {
    border: none;
    background: rgba(15,23,42,0.08);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.mobile-support-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.mobile-support-link {
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 25px rgba(15,23,42,0.08);
}
.mobile-support-link i {
    font-size: 1.6rem;
    color: var(--primary-color);
}
.mobile-menu-section + .mobile-menu-section {
    margin-top: 16px;
}
.mobile-menu-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    text-decoration: none;
    color: #0f172a;
    border-bottom: 1px solid rgba(15,23,42,0.08);
}
.mobile-menu-list i {
    font-size: 1.2rem;
}
.mobile-submenu {
    list-style: none;
    padding-left: 14px;
    margin: 6px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mobile-submenu a {
    text-decoration: none;
    color: rgba(15,23,42,0.8);
    font-size: 0.95rem;
}
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid rgba(15,23,42,0.08);
    box-shadow: 0 -10px 25px rgba(15,23,42,0.12);
    z-index: 1030;
}
.mobile-bottom-link {
    flex: 1;
    padding: 10px 8px 12px;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mobile-bottom-link i {
    font-size: 1.4rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}
.status-pill.success {
    background: rgba(34,197,94,0.16);
    color: #15803d;
}
.status-pill.danger {
    background: rgba(239,68,68,0.18);
    color: #b91c1c;
}
.status-pill.warning {
    background: rgba(249,115,22,0.2);
    color: #c2410c;
}
.status-pill.info {
    background: rgba(14,165,233,0.18);
    color: #0369a1;
}
.status-pill.muted {
    background: rgba(148,163,184,0.25);
    color: #475569;
}