:root{
    --bg: #ffffff;
    --bg-soft: #ffffff;
    --surface: rgba(255,255,255,.72);
    --surface-strong: rgba(255,255,255,.92);
    --text: #0f172a;
    --muted: #5b6475;
    --line: rgba(15,23,42,.08);
    --primary: #937513;
    --primary-2: #d4af37;
    --accent: #14b8a6;
    --shadow-xl: 0 20px 60px rgba(15, 23, 42, .12);
    --shadow-lg: 0 12px 40px rgba(15, 23, 42, .09);
    --shadow-sm: 0 8px 24px rgba(15, 23, 42, .06);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

html[data-theme="dark"]{
    --bg: #09111c;
    --bg-soft: #0d1827;
    --surface: rgba(14,23,38,.76);
    --surface-strong: rgba(15,23,42,.92);
    --text: #ecf3ff;
    --muted: #aab7cb;
    --line: rgba(255,255,255,.08);
    --primary: #937513;
    --primary-2: #d4af37;
    --accent: #d4af37;
    --shadow-xl: 0 24px 70px rgba(0, 0, 0, .34);
    --shadow-lg: 0 14px 44px rgba(0, 0, 0, .28);
    --shadow-sm: 0 8px 24px rgba(0, 0, 0, .18);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
    font-family:'Inter',sans-serif;
    background:
        radial-gradient(circle at top left, rgba(129,112,15,.10), transparent 26%),
        radial-gradient(circle at top right, rgba(129,112,15,.10), transparent 24%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
    color:var(--text);
    min-height:100vh;
}


a {
    color: var(--primary);
    text-decoration: none;
}
img{max-width:100%}
.site-shell{overflow:hidden}
.container-xxl{position:relative;z-index:2}

.topbar{
    border-bottom:1px solid var(--line);
    backdrop-filter: blur(14px);
    background:rgba(255,255,255,.38);
}
html[data-theme="dark"] .topbar{background:rgba(9,17,28,.45)}
.topbar-inner{
    min-height:39px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
}
.topbar-left,.topbar-right{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}
.topbar-left span{
    font-size:13px;
    color:var(--muted);
}
.topbar-left i{margin-right:6px;color:var(--primary)}
.topbar-select{min-width:86px}

.theme-toggle{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:var(--surface);
    color:var(--text);
    box-shadow:var(--shadow-sm);
}

.site-header{
    position:sticky;
    top:0;
    z-index:50;
    backdrop-filter: blur(18px);
    background:rgba(255,255,255,.24);
    border-bottom:1px solid rgba(255,255,255,.15);
}
html[data-theme="dark"] .site-header{background:rgba(9,17,28,.38)}

.custom-navbar{padding:5px 0}
.brandmark{
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--text)!important;
}
.brandmark-badge{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    box-shadow:var(--shadow-lg);
}
.brandmark-text{display:flex;flex-direction:column;line-height:1.1}
.brandmark-text strong{font-size:18px}
.brandmark-text small{font-size:12px;color:var(--muted)}

.navbar-dark .navbar-nav .nav-link{
    color:var(--text);
    font-weight:600;
    opacity:.85;
}
.navbar-dark .navbar-nav .nav-link:hover{opacity:1;color:var(--primary)}

.btn-premium{
    border:none;
    color:#fff;
    font-weight:700;
    padding:12px 20px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    box-shadow:0 12px 26px rgba(129,112,15,.22);
}
.btn-premium:hover{color:#fff;transform:translateY(-1px)}
.btn-premium-lg{padding:15px 22px;font-size:15px}
.btn-soft{
    border:1px solid var(--line);
    background:var(--surface-strong);
    color:var(--text);
    border-radius:16px;
    padding:12px 16px;
    font-weight:600;
}
.btn-soft:hover{color:var(--primary)}

.hero-section{
    position:relative;
    padding:60px 0 34px;
}
.hero-bg-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(24px);
    opacity:.55;
    z-index:1;
}
.hero-bg-orb-1{
    width:380px;height:380px;left:-110px;top:40px;
    background:rgba(129,112,15,.16);
}
.hero-bg-orb-2{
    width:340px;height:340px;right:-70px;top:90px;
    background:rgba(129,112,15,.18);
}

.glass-panel{
    background:var(--surface);
    border:1px solid rgba(255,255,255,.32);
    box-shadow:var(--shadow-xl);
    backdrop-filter: blur(22px);
}

.hero-copy{
    padding:38px;
    border-radius:34px;
}
.eyebrow-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.65);
    color:var(--primary);
    font-weight:700;
    font-size:13px;
    margin-bottom:22px;
}
html[data-theme="dark"] .eyebrow-badge{background:rgba(255,255,255,.06)}

.hero-title{
    font-size:clamp(38px, 5vw, 60px);
    line-height:.98;
    letter-spacing:-.03em;
    margin:0 0 18px;
    font-weight:900;
}
.hero-title span{
    display:block;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.hero-text{
    font-size:17px;
    line-height:1.8;
    color:var(--muted);
    max-width:760px;
}
.hero-points{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}
.hero-point{
    padding:12px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.65);
    border:1px solid rgba(255,255,255,.3);
    color:var(--text);
    font-weight:600;
    font-size:14px;
}
html[data-theme="dark"] .hero-point{background:rgba(255,255,255,.05)}
.hero-point i{color:var(--accent);margin-right:8px}

.hero-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:28px;
}
.stat-card{
    border-radius:24px;
    padding:20px;
    background:var(--surface-strong);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}
.stat-card strong{
    display:block;
    font-size:28px;
    font-weight:900;
    letter-spacing:-.02em;
}
.stat-card span{
    display:block;
    margin-top:8px;
    color:var(--muted);
    font-size:14px;
}

.booking-card{
    border-radius:32px;
    padding:26px;
}
.booking-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:18px;
}
.booking-card-top h2{
    font-size:28px;
    margin:4px 0 0;
    font-weight:800;
    letter-spacing:-.02em;
}
.booking-kicker{
    color:var(--primary);
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
}
.booking-icon{
    width:60px;height:60px;border-radius:20px;
    display:grid;place-items:center;
    color:#fff;
    font-size:22px;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    box-shadow:var(--shadow-lg);
}
.booking-form .form-label{
    font-size:13px;
    font-weight:700;
    color:var(--muted);
    margin-bottom:8px;
}
.booking-form .form-control,
.booking-form .form-select{
    height:54px;
    border-radius:16px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.76);
    color:var(--text);
    box-shadow:none!important;
}
html[data-theme="dark"] .booking-form .form-control,
html[data-theme="dark"] .booking-form .form-select{
    background:rgba(255,255,255,.05);
}
.booking-mini-note{
    margin-top:16px;
    color:var(--muted);
    font-size:13px;
}
.booking-mini-note i{color:var(--accent);margin-right:8px}

.trust-strip{padding:6px 0 24px}
.trust-strip-inner{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.trust-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:64px;
    border-radius:20px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    font-weight:700;
}
.trust-item i{color:var(--primary)}

.section-space{padding:72px 0}
.section-soft{background:linear-gradient(180deg, transparent 0%, rgba(255,255,255,.25) 100%)}
.section-heading{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:26px;
    flex-wrap:wrap;
}
.section-heading h2{
    margin:8px 0 0;
    font-size:clamp(28px,3vw,42px);
    letter-spacing:-.03em;
    font-weight:900;
}
.section-heading p{
    max-width:560px;
    color:var(--muted);
    margin:0;
    line-height:1.8;
}
.section-kicker{
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:var(--primary);
}
.section-link{
    color:var(--primary);
    font-weight:800;
}

.feature-card{
    height:100%;
    border-radius:26px;
    padding:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}
.feature-icon{
    width:58px;height:58px;border-radius:18px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;font-size:22px;
    margin-bottom:18px;
}
.feature-card h3{
    font-size:21px;
    font-weight:800;
    margin:0 0 10px;
}
.feature-card p{
    color:var(--muted);
    margin:0;
    line-height:1.8;
}

.route-card{
    display:block;
    height:100%;
    border-radius:28px;
    padding:26px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    color:var(--text);
    transition:.25s ease;
}
.route-card:hover{
    transform:translateY(-4px);
    color:var(--text);
    box-shadow:var(--shadow-lg);
}
.route-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.route-badge{
    padding:9px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    color:var(--primary);
    background:rgba(129,112,15,.10);
}
.route-icon{
    width:48px;height:48px;border-radius:16px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
}
.route-card h3,.route-card h4{
    margin:0;
    font-size:22px;
    letter-spacing:-.02em;
    font-weight:800;
}
.route-arrow{
    margin:14px 0;
    font-size:20px;
    color:var(--primary);
}
.route-card p{
    margin:16px 0 0;
    color:var(--muted);
    line-height:1.7;
}
.route-link{
    display:inline-block;
    margin-top:20px;
    color:var(--primary);
    font-weight:800;
}

.vehicle-card{
    overflow:hidden;
    border-radius:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}
.vehicle-visual{
    position:relative;
    min-height:160px;
    padding:0px;
    background:
        radial-gradient(circle at top right, rgba(129,112,15,.18), transparent 30%),
        linear-gradient(135deg, rgba(129,112,15,.12), rgba(255,255,255,.18));
}
.vehicle-placeholder{
    min-height:220px;
    border-radius:22px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.55);
    font-size:58px;
    color:var(--primary);
}
html[data-theme="dark"] .vehicle-placeholder{background:rgba(255,255,255,.06)}
.vehicle-tag{
    position:absolute;
    top:24px;
    right:24px;
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    color:#fff;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
}
.vehicle-body{padding:22px}
.vehicle-body h3{
    font-size:22px;
    font-weight:800;
    margin:0 0 12px;
}
.vehicle-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:14px;
    color:var(--muted);
    font-size:14px;
    font-weight:600;
}
.vehicle-body p{
    color:var(--muted);
    line-height:1.8;
    min-height:88px;
}

.section-dark-cta{padding-top:18px;padding-bottom:88px}
.cta-panel{
    border-radius:34px;
    padding:34px;
    color:#fff;
    background:
        radial-gradient(circle at top left, rgba(43,212,201,.18), transparent 24%),
        linear-gradient(135deg, #3f3001 0%, #937513 55%, #d4af37 100%);
    box-shadow:var(--shadow-xl);
}
.cta-panel h2{
    margin:8px 0 12px;
    font-size:clamp(30px, 4vw, 48px);
    font-weight:900;
    letter-spacing:-.03em;
}
.cta-panel p{
    margin:0;
    color:rgba(255,255,255,.84);
    line-height:1.8;
    max-width:760px;
}

.site-footer{padding:0 0 50px}
.footer-card{
    border-radius:34px;
    padding:34px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-lg);
}
.footer-brand{
    display:flex;
    gap:16px;
}
.footer-logo{
    width:58px;height:58px;border-radius:18px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    font-size:22px;
    flex:0 0 58px;
}
.footer-brand h4{
    margin:0 0 10px;
    font-weight:800;
}
.footer-brand p{
    margin:0;
    color:var(--muted);
    line-height:1.8;
}
.footer-card h5{
    font-size:16px;
    font-weight:800;
    margin:0 0 16px;
}
.footer-links,.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li,.footer-contact li{
    margin-bottom:12px;
}
.footer-links a,.footer-contact li{
    color:var(--muted);
}
.footer-links a:hover{color:var(--primary)}
.footer-contact i{
    width:18px;
    margin-right:8px;
    color:var(--primary);
}
.footer-social{
    display:flex;
    gap:12px;
    margin-top:18px;
}
.footer-social a{
    width:42px;height:42px;border-radius:50%;
    display:grid;place-items:center;
    background:var(--surface-strong);
    border:1px solid var(--line);
    color:var(--text);
}
.footer-social a:hover{color:var(--primary)}
.footer-bottom{
    margin-top:26px;
    padding-top:20px;
    border-top:1px solid var(--line);
    display:flex;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
    color:var(--muted);
    font-size:14px;
}

.select2-container--default .select2-selection--single{
    height: 39px !important;
    border-radius: 10px !important;
    border: 1px solid var(--line) !important;
    background: rgba(255, 255, 255, .76) !important;
    padding: 6px 14px !important;
}
html[data-theme="dark"] .select2-container--default .select2-selection--single{
    background:rgba(255,255,255,.05)!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height:28px!important;
    color:var(--text)!important;
    padding-left:0!important;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    height:39px!important;
    right:12px!important;
}
.select2-dropdown{
    border:1px solid var(--line)!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:var(--shadow-lg)!important;
}
.select2-search--dropdown{padding:12px!important}
.select2-search--dropdown .select2-search__field{
    border:1px solid var(--line)!important;
    border-radius:12px!important;
    height:42px!important;
    padding:8px 12px!important;
}

.flatpickr-calendar{
    border:none!important;
    box-shadow:var(--shadow-xl)!important;
    border-radius:20px!important;
    overflow:hidden!important;
}

.owl-theme .owl-dots .owl-dot span{
    width:10px;height:10px;
    background:rgba(129,112,15,.22);
}
.owl-theme .owl-dots .owl-dot.active span{
    background:var(--primary);
    width:28px;
}

@media (max-width: 1199.98px){
    .hero-stats{grid-template-columns:1fr}
}
@media (max-width: 991.98px){
    .trust-strip-inner{grid-template-columns:repeat(2,1fr)}
    .section-space{padding:56px 0}
    .hero-copy,.booking-card,.footer-card,.cta-panel{padding:24px}
}
@media (max-width: 767.98px){
    .topbar-inner,.topbar-left,.topbar-right{justify-content:center}
    .hero-title{font-size:40px}
    .trust-strip-inner{grid-template-columns:1fr}
    .section-heading{align-items:start}
    .hero-copy{padding:22px}
    .booking-card{padding:20px}
}
.vehicle-visual{
    position:relative;
    min-height:160px;
    border-radius:22px;
    overflow:hidden;
    background:#000;
}

.vehicle-image{
    position:relative;
    width:100%;
    height:100%;
}

.vehicle-image img{
    width:100%;
    height:160px;
    object-fit:cover;
    transition:transform .5s ease;
}

.vehicle-card:hover .vehicle-image img{
    transform:scale(1.06);
}

.vehicle-image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.15),
        transparent
    );
}

.vehicle-tag{
    padding:8px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    color:#fff;
    backdrop-filter: blur(10px);
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.25);
}
.vehicle-price{
    margin-top:10px;
    font-size:14px;
    color:var(--muted);
}

.vehicle-price strong{
    font-size:18px;
    color:var(--primary);
    font-weight:800;
}
.vehicle-price-big{
    font-size:28px;
    font-weight:900;
    margin:12px 0;
    color:var(--primary);
}
.checkout-extras-card{
    padding:22px;
    border-radius:24px;
    background:var(--surface-strong);
    border:1px solid var(--line);
}

.checkout-extras-head h3{
    margin:6px 0 0;
    font-size:24px;
    font-weight:800;
    letter-spacing:-.02em;
}

.extra-option{
    display:block;
    cursor:pointer;
    margin:0;
}

.extra-option input{
    display:none;
}

.extra-option-ui{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:18px;
    border-radius:20px;
    border:1px solid var(--line);
    background:var(--surface);
    transition:.25s ease;
    min-height:100%;
}

.extra-option input:checked + .extra-option-ui{
    border-color:rgba(129,112,15,.35);
    box-shadow:var(--shadow-sm);
    transform:translateY(-1px);
}

.extra-option-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    flex:0 0 44px;
}

.extra-option-content{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.extra-option-content strong{
    font-size:16px;
    font-weight:800;
}

.extra-option-content small{
    color:var(--primary);
    font-weight:700;
}

.extra-option-content em{
    color:var(--muted);
    font-style:normal;
    line-height:1.6;
}

.summary-lines{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.summary-line{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    font-size:14px;
}

.summary-line span{
    color:var(--muted);
}

.summary-line strong{
    color:var(--text);
    font-weight:800;
}

.summary-line.total{
    padding-top:12px;
    margin-top:6px;
    border-top:1px solid var(--line);
}

.summary-line.total span,
.summary-line.total strong{
    font-size:16px;
    color:var(--text);
}

.hero-booking-section{
   
}
.hero-slider-carousel {
    margin-bottom: 60px;
}
.hero-slider-card{
}

.hero-slide-item{
    min-height: 380px;
	height:100%;
}
.owl-carousel.owl-drag .owl-item {
    height: 100%;
}
.hero-slide-content{
    height: 100%;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.align-items-stretch {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
}
.hero-slide-kicker{
    color: #d6b33f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-slide-title{
    font-size: clamp(40px, 4vw, 64px);
    line-height: 1.05;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.03em;
    margin: 0;
}

.hero-slide-image-wrap{
    height: 100%;
    min-height: 380px;
}

.hero-slide-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-search-panel{
    padding: 24px 28px 28px;
    border-radius: 15px 15px;
    margin-top: -150px;
    position: relative;
    z-index: 9;
	background: var(--surface-strong);
}

.hero-search-title{
    color: var(--muted);
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 18px;
}

.hero-search-grid{
    display: grid;
    grid-template-columns: 1.2fr 1.2fr .9fr .8fr auto;
    gap: 14px;
    align-items: end;
}

.hero-search-item{
    position: relative;
}

.hero-search-item label{
    display: block;
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-search-input{
    height: 58px;
    border-radius: 16px;
    background: var(--surface);
    border: 1px solid rgb(143 143 143 / 29%);
    color: var(--muted);
    padding: 14px 16px;
    box-shadow: none !important;
}

.hero-search-input::placeholder{
    color: rgb(143 143 143 / 60%);
}

.hero-search-btn{
    height: 58px;
    border-radius: 16px;
    padding: 0 28px;
    font-weight: 800;
}

.destination-dropdown{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #1d1d25;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    overflow: hidden;
    display: none;
    z-index: 50;
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.destination-dropdown-item{
    padding: 14px 16px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.destination-dropdown-item:last-child{
    border-bottom: none;
}

.destination-dropdown-item:hover{
    background: #2a2a35;
}

.passenger-picker-wrap{
    position: relative;
}

.passenger-picker{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 280px;
    background: #23232c;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 18px;
    display: none;
    z-index: 60;
    box-shadow: 0 16px 44px rgba(0,0,0,.28);
}

.passenger-picker.show{
    display: block;
}

.passenger-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.passenger-row:last-of-type{
    border-bottom: none;
}

.passenger-row strong{
    color: #fff;
    display: block;
}

.passenger-row small{
    color: rgba(255,255,255,.56);
}

.passenger-actions{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-weight: 800;
}

.qty-btn{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    background: #2d2d38;
    color: #fff;
    font-size: 20px;
}

.time-picker-popup{
    background: #111118 !important;
    color: #fff !important;
    border-radius: 20px !important;
}

.time-picker-list{
    max-height: 420px;
    overflow-y: auto;
    display: grid;
    gap: 8px;
    margin-top: 6px;
}

.time-option-btn{
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    background: #1d1d27;
    color: #fff;
    font-weight: 700;
}

.time-option-btn:hover{
    background: #2b2b36;
}

.hero-slider-carousel .owl-dots{
    position: absolute;
    left: 54px;
    bottom: 20px;
    margin-top: 0 !important;
}

.hero-slider-carousel .owl-dots .owl-dot span{
    background: rgba(255,255,255,.26);
}

.hero-slider-carousel .owl-dots .owl-dot.active span{
    background: #d6b33f;
}

@media (max-width: 991.98px){
    .hero-search-grid{
        grid-template-columns: 1fr;
    }

    .hero-slide-content{
        padding: 34px 28px;
    }

    .hero-slide-image-wrap{
        min-height: 260px;
    }

    .hero-slider-carousel .owl-dots{
        left: 28px;
    }

    .passenger-picker{
        right: auto;
        left: 0;
        width: 100%;
    }
}

/* HERO NAV */
.hero-slider-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.hero-slider-carousel .owl-nav button {
    background: none !important;
    border: none !important;
}

/* BUTTON */
.hero-nav {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(20,20,25,0.65);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 18px;

    transition: all .25s ease;
    pointer-events: all;
}

/* LEFT */
.hero-prev {
    margin-left: 20px;
}

/* RIGHT */
.hero-next {
    margin-right: 20px;
}

/* HOVER */
.hero-nav:hover {
    background: #d6b33f;
    color: #000;
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(214,179,63,0.4);
}

/* DOTS FIX */
.hero-slider-carousel .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider-carousel .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.3);
}

.hero-slider-carousel .owl-dots .owl-dot.active span {
    background: #d6b33f;
}
@media (max-width: 767.98px){
.align-items-stretch {
    height: 450px;
}
}
/* =========================
   HERO NAV (HIDDEN DEFAULT)
========================= */
.hero-slider-card {
    position: relative;
}

.hero-slider-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: all .3s ease;
}

/* SHOW ON HOVER */
.hero-slider-card:hover .owl-nav {
    opacity: 1;
}

/* NAV BUTTON */
.hero-nav {
    width: 60px;
    height: 60px;
    border-radius: 50%;

    background: rgba(20,20,25,0.6);
    backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.1);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 18px;

    transition: all .25s ease;
    pointer-events: all;
}

/* POSITION */
.hero-prev { margin-left: 20px; }
.hero-next { margin-right: 20px; }

/* HOVER EFFECT */
.hero-nav:hover {
    background: #d6b33f;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(214,179,63,0.45);
}

/* =========================
   DOTS
========================= */
.hero-slider-carousel .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider-carousel .owl-dot span {
    background: rgba(255,255,255,0.3);
}

.hero-slider-carousel .owl-dot.active span {
    background: #d6b33f;
}

/* =========================
   PROGRESS BAR
========================= */
.hero-progress {
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.1);
    z-index: 9;
}

.hero-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg,#d6b33f,#f5d76e);
    transition: width linear;
}

/* =========================
   MOBILE UX
========================= */
@media (max-width: 768px) {

    /* oklar mobilde hep görünür */
    .hero-slider-carousel .owl-nav {
        opacity: 1;
    }

    .hero-nav {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

}

/* =========================
   HERO OVERLAY (BLUR + GRADIENT)
========================= */
.hero-slide-item {
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.2) 60%, transparent 100%),
        linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 40%, rgba(0,0,0,.4) 100%);
}

/* içerik overlay üstünde */
.hero-slide-content {
    position: relative;
    z-index: 2;
}

/* =========================
   PARALLAX
========================= */
.hero-parallax {
    will-change: transform;
    transition: transform .2s linear;
}

/* =========================
   MOUSE MOTION (APPLE EFFECT)
========================= */
.hero-motion {
    will-change: transform;
    transition: transform .2s ease-out;
}

/* =========================
   IMAGE DEPTH EFFECT
========================= */
.hero-slide-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(255,255,255,0.08), transparent 60%);
    z-index: 1;
}

/* =========================
   TEXT PREMIUM FEEL
========================= */
.hero-slide-title {
    text-shadow: 0 10px 40px rgba(0,0,0,.6);
}

/* =========================
   PERFORMANCE FIX
========================= */
.hero-slide-item,
.hero-parallax,
.hero-motion {
    transform: translateZ(0);
}
div#slotList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}



.wow-card{
background:var(--surface-strong);
border-radius:18px;
overflow:hidden;
transition:.3s;
border: 1px solid rgba(255, 255, 255, .32);
box-shadow: var(--shadow-xl);
}
.wow-card:hover{
transform:translateY(-3px);
box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.vehicle-image-wrap{
position:relative;
height:100%;
padding: 30px;
}
.vehicle-image-wrap img{
width:100%;
height:100%;
object-fit:cover;
}

.vehicle-badge{
position:absolute;
top:12px;
left:12px;
background:#000;
color:#fff;
padding:5px 10px;
border-radius:20px;
font-size:12px;
}

.vehicle-title{
font-weight:600;
margin-bottom:5px;
}

.vehicle-meta{
font-size:13px;
color:#666;
margin-bottom:10px;
}

.vehicle-desc{
font-size:13px;
color:#888;
}

.vehicle-price{
font-size:24px;
font-weight:700;
color:var(--primary);
}

.vehicle-price span{
font-size:14px;
color:#888;
}

.extras-box{
border-top:1px dashed #eeeeee38;
padding-top:10px;
}

.extra-item{
display:flex;
justify-content:space-between;
align-items:center;
padding:8px 0;
}

.extra-title{
font-weight:500;
}

.extra-price{
font-size:12px;
color:#888;
}

/* SWITCH */
.switch {
position: relative;
display: inline-block;
width: 42px;
height: 22px;
}
.switch input {display:none;}

.slider {
position: absolute;
cursor: pointer;
background-color: #ccc;
border-radius: 34px;
top:0; left:0; right:0; bottom:0;
transition:.3s;
}

.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left:2px;
bottom:2px;
background:white;
border-radius:50%;
transition:.3s;
}

input:checked + .slider {
background:var(--primary);
}

input:checked + .slider:before {
transform:translateX(20px);
}

/* BUTTON */
.btn-gradient{
background:linear-gradient(135deg,var(--primary),var(--primary-2));
border:none;
color:#fff;
padding:10px 20px;
border-radius:10px;
}

.btn-gradient:hover{
opacity:.9;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-2);
    --bs-btn-hover-border-color: var(--primary-2);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-2);
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
}
.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}

.note-editor.note-frame {
    border-radius:12px;
    border:1px solid #eee;
}
.note-toolbar {
    background:#fafafa;
}

/* DESTINATION CAROUSEL */
.destination-card{
    display:block;
    border-radius:26px;
    overflow:hidden;
    position:relative;
    height:260px;
    box-shadow:var(--shadow-sm);
    transition:.4s ease;
}

.destination-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-xl);
}

.destination-image{
    position:absolute;
    inset:0;
}

.destination-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.destination-card:hover img{
    transform:scale(1.08);
}

.destination-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top, rgba(0,0,0,.75), transparent 60%);
}

.destination-body{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:22px;
    color:#fff;
}

.destination-body h5{
    font-size:20px;
    font-weight:800;
    margin:0 0 6px;
}

.destination-body span{
    font-size:13px;
    opacity:.8;
}
/* SECTION FADE-IN */
.section-space{
    animation: fadeUp .8s ease both;
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.route-card,
.feature-card,
.vehicle-card{
    will-change: transform;
    transform: translateZ(0);
}
.feature-carousel .item{
    padding: 4px 4px 12px;
}

.feature-carousel .feature-card{
    height: 100%;
    min-height: 260px;
}

.feature-carousel .owl-stage{
    display:flex;
}

.feature-carousel .owl-item{
    display:flex;
}

.feature-carousel .owl-item .item{
    width:100%;
}

/* ULTRA PREMIUM ROUTE GRID */
.route-card-ultra{
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    height:200px;
    padding:22px;

    border-radius:22px;

    background:var(--surface);
    border:1px solid var(--line);

    box-shadow:var(--shadow-sm);

    color:var(--text);
    text-decoration:none;

    position:relative;
    overflow:hidden;

    transition:.3s ease;
}

/* HOVER */
.route-card-ultra:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-xl);
    color:var(--text);
}

/* SUBTLE GRADIENT GLOW */
.route-card-ultra::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, transparent, rgba(212,175,55,.08), transparent);
    opacity:0;
    transition:.4s;
}

.route-card-ultra:hover::before{
    opacity:1;
}

/* TOP */
.route-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.route-badge{
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;

    padding:6px 10px;
    border-radius:999px;

    background:rgba(147,117,19,.12);
    color:var(--primary);
}

/* ICON */
.route-icon{
    width:36px;
    height:36px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;

    font-size:13px;
}

/* CENTER TEXT */
.route-center{
    font-size:18px;
    font-weight:800;
    letter-spacing:-0.02em;

    text-align:center;
}

.route-arrow{
    margin:0 6px;
    color:var(--primary);
}

/* FOOTER */
.route-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:13px;
    font-weight:700;
    color:var(--muted);

    transition:.2s;
}

.route-card-ultra:hover .route-footer{
    transform:translateX(4px);
    color:var(--primary);
}

/* GRID SPACING FEEL */
.route-grid{
    margin-top:10px;
}
/* =========================
   ULTRA PREMIUM ROUTE CARD v2
========================= */

.route-card-ultra{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    height:210px;
    padding:24px;

    border-radius:24px;

    background:var(--surface);
    border:1px solid var(--line);

    box-shadow:var(--shadow-sm);

    color:var(--text);
    text-decoration:none;

    overflow:hidden;

    transition:.35s cubic-bezier(.4,.0,.2,1);
}

/* DEPTH EFFECT */
.route-card-ultra:hover{
    transform:translateY(-8px) scale(1.01);
    box-shadow:var(--shadow-xl);
}

/* PREMIUM LIGHT SWEEP */
.route-card-ultra::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );
    transform:skewX(-20deg);
}

.route-card-ultra:hover::before{
    animation:shine 1.2s ease;
}

@keyframes shine{
    100%{ left:120%; }
}

/* TOP */
.route-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.route-badge{
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;

    padding:6px 10px;
    border-radius:999px;

    background:rgba(147,117,19,.12);
    color:var(--primary);
}

/* ICON */
.route-icon{
    width:38px;
    height:38px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;

    font-size:13px;

    box-shadow:0 8px 18px rgba(147,117,19,.25);
}

/* CENTER */
.route-center{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
}

/* LINES (LUXURY TOUCH) */
.route-line{
    width:60px;
    height:2px;
    background:linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity:.4;
}

/* TEXT */
.route-text{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:18px;
    font-weight:800;
    letter-spacing:-0.02em;
}

.route-text i{
    color:var(--primary);
    font-size:14px;
}

/* FOOTER */
.route-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:13px;
    font-weight:700;
    color:var(--muted);

    transition:.25s;
}

.route-card-ultra:hover .route-footer{
    transform:translateX(6px);
    color:var(--primary);
}

/* MICRO GLOW */
.route-card-ultra::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:24px;
    background:radial-gradient(circle at 80% 20%, rgba(212,175,55,.15), transparent 40%);
    opacity:0;
    transition:.4s;
}

.route-card-ultra:hover::after{
    opacity:1;
}
/* =========================
   ROUTE CARD PRO (DRIBBBLE LEVEL)
========================= */

.route-card-pro{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    height:220px;
    padding:26px;

    border-radius:26px;

    background:var(--surface);
    border:1px solid var(--line);

    box-shadow:var(--shadow-sm);

    text-decoration:none;
    color:var(--text);

    overflow:hidden;

    transition:.4s cubic-bezier(.4,.0,.2,1);
}

/* HOVER DEPTH */
.route-card-pro:hover{
    transform:translateY(-10px) scale(1.015);
    box-shadow:var(--shadow-xl);
}

/* PREMIUM LIGHT */
.route-card-pro::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );
    opacity:0;
}

.route-card-pro:hover::before{
    animation:shinePro 1.2s ease;
}

@keyframes shinePro{
    0%{transform:translateX(-100%)}
    100%{transform:translateX(200%)}
}

/* GLOW */
.route-card-pro::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:26px;
    background:radial-gradient(circle at 80% 20%, rgba(212,175,55,.18), transparent 50%);
    opacity:0;
    transition:.4s;
}

.route-card-pro:hover::after{
    opacity:1;
}

/* TOP */
.route-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.route-badge{
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;

    padding:6px 12px;
    border-radius:999px;

    background:rgba(147,117,19,.12);
    color:var(--primary);
}

.route-icon{
    width:40px;
    height:40px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;

    font-size:14px;

    box-shadow:0 10px 24px rgba(147,117,19,.25);
}

/* CENTER */
.route-body{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* FLOW LAYOUT */
.route-flow{
    display:flex;
    align-items:center;
    gap:16px;

    font-weight:800;
    font-size:18px;
}

/* TEXT */
.route-flow .from,
.route-flow .to{
    white-space:nowrap;
}

/* VISUAL LINE */
.route-visual{
    display:flex;
    align-items:center;
    gap:6px;
}

/* DOT */
.route-visual .dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--primary);
    flex:0 0 8px;
}

/* LINE */
.route-visual .line{
    width:50px;
    height:2px;
    background:linear-gradient(90deg,var(--primary),var(--primary-2));
    position:relative;
    overflow:hidden;
}

/* FLOW ANIMATION */
.route-card-pro:hover .line::after{
    content:'';
    position:absolute;
    top:0;
    left:-50%;
    width:50%;
    height:100%;
    background:#fff;
    opacity:.4;
    animation:flow 1s linear infinite;
}

@keyframes flow{
    0%{left:-50%}
    100%{left:120%}
}

/* FOOTER */
.route-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:13px;
    font-weight:700;
    color:var(--muted);

    transition:.3s;
}

.route-card-pro:hover .route-bottom{
    color:var(--primary);
    transform:translateX(6px);
}

/* MOBILE */
@media(max-width:768px){
    .route-card-pro{
        height:auto;
    }

    .route-flow{
        flex-direction:column;
        gap:10px;
    }

    .route-visual .line{
        width:30px;
    }
}
/* =========================
   VEHICLE CARD PRO
========================= */
.vehicle-carousel-pro .item{
    padding:4px 4px 12px;
}

.vehicle-card-pro{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:560px;

    border-radius:30px;
    overflow:hidden;

    background:var(--surface);
    border:1px solid var(--line);

    box-shadow:var(--shadow-sm);

    position:relative;
    transition:.4s cubic-bezier(.4,.0,.2,1);
}

.vehicle-card-pro:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow-xl);
}

/* MEDIA */
.vehicle-card-media{
    position:relative;
    height:280px;
    overflow:hidden;
    background:#111;
}

.vehicle-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.vehicle-card-pro:hover .vehicle-card-media img{
    transform:scale(1.08);
}

.vehicle-card-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.18), transparent);
}

.vehicle-card-badges{
    position:absolute;
    top:18px;
    left:18px;
    right:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    z-index:2;
}

.vehicle-mode-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 14px;
    border-radius:999px;

    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;

    color:#fff;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.24);
}

/* CONTENT */
.vehicle-card-content{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex:1;
    padding:24px;
    position:relative;
}

.vehicle-card-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.vehicle-card-head h3{
    margin:0 0 6px;
    font-size:24px;
    font-weight:900;
    letter-spacing:-.03em;
}

.vehicle-card-sub{
    font-size:13px;
    font-weight:600;
    color:var(--muted);
}

.vehicle-card-icon{
    width:46px;
    height:46px;
    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    box-shadow:0 10px 24px rgba(147,117,19,.24);
    flex:0 0 46px;
}

/* SPECS */
.vehicle-card-specs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.vehicle-spec-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;

    min-height:40px;
    padding:10px 14px;
    border-radius:999px;

    background:rgba(255,255,255,.58);
    border:1px solid var(--line);

    font-size:13px;
    font-weight:700;
    color:var(--text);
}

html[data-theme="dark"] .vehicle-spec-pill{
    background:rgba(255,255,255,.05);
}

.vehicle-spec-pill i{
    color:var(--primary);
}

/* DESC */
.vehicle-card-desc{
    margin:0 0 22px;
    color:var(--muted);
    line-height:1.85;
    font-size:14px;
    min-height:100px;
}

/* FOOTER */
.vehicle-card-footer{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:auto;
}

.vehicle-card-note{
    font-size:13px;
    font-weight:700;
    color:var(--primary);
    opacity:.9;
}

.vehicle-card-btn{
    width:100%;
    min-height:52px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    font-weight:800;
    transition:.25s ease;
}

.vehicle-card-pro:hover .vehicle-card-btn{
    transform:translateY(-1px);
}

/* PREMIUM LIGHT SWEEP */
.vehicle-card-pro::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.22),
        transparent
    );
    transform:skewX(-18deg);
    z-index:3;
    pointer-events:none;
}

.vehicle-card-pro:hover::before{
    animation:vehicleShine 1.1s ease;
}

@keyframes vehicleShine{
    100%{ left:130%; }
}

/* OWL NAV UPGRADE */
.vehicle-carousel-pro .owl-nav{
    margin-top:26px;
    display:flex;
    justify-content:flex-end;
    gap:10px;
}

.vehicle-carousel-pro .owl-nav button{
    width:48px;
    height:48px;
    border-radius:50% !important;
    border:none !important;
    background:var(--surface-strong) !important;
    color:var(--text) !important;
    box-shadow:var(--shadow-sm);
    transition:.25s ease;
}

.vehicle-carousel-pro .owl-nav button:hover{
    background:linear-gradient(135deg,var(--primary),var(--primary-2)) !important;
    color:#fff !important;
    transform:translateY(-2px);
}

.vehicle-carousel-pro .owl-dots{
    margin-top:18px !important;
}

/* MOBILE */
@media (max-width: 991.98px){
    .vehicle-card-pro{
        min-height:520px;
    }
    .vehicle-card-media{
        height:240px;
    }
}

@media (max-width: 767.98px){
    .vehicle-card-pro{
        min-height:auto;
    }
    .vehicle-card-head h3{
        font-size:22px;
    }
    .vehicle-card-desc{
        min-height:auto;
    }
}
/* =========================
   DESTINATION CARD PRO
========================= */

.destination-card-pro{
    display:block;
    position:relative;
    border-radius:28px;
    overflow:hidden;

    height:220px;

    box-shadow:var(--shadow-sm);
    transition:.4s cubic-bezier(.4,.0,.2,1);

    text-decoration:none;
}

.destination-card-pro:hover{
    transform:translateY(-10px) scale(1.01);
    box-shadow:var(--shadow-xl);
}

/* IMAGE */
.destination-media{
    position:relative;
    width:100%;
    height:100%;
}

.destination-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.destination-card-pro:hover img{
    transform:scale(1.1);
}

/* OVERLAY */
.destination-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.15), transparent 40%),
        linear-gradient(0deg, rgba(0,0,0,.75), transparent 60%);
}

/* CONTENT */
.destination-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:20px;
    color:#fff;
    z-index:2;
}

/* TOP */
.destination-top{
    display:flex;
    justify-content:flex-start;
}

.destination-badge{
    font-size:11px;
    font-weight:900;
    letter-spacing:.1em;

    padding:6px 12px;
    border-radius:999px;

    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.25);
}

/* BOTTOM */
.destination-bottom h3{
    margin:0 0 6px;
    font-size:22px;
    font-weight:900;
    letter-spacing:-.02em;
}

.destination-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;

    font-size:13px;
    font-weight:700;
    opacity:.9;
}

/* HOVER TEXT MOVE */
.destination-card-pro:hover .destination-bottom{
    transform:translateY(-4px);
    transition:.3s;
}

/* LIGHT SWEEP */
.destination-card-pro::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.3),
        transparent
    );
    transform:skewX(-20deg);
    z-index:3;
}

.destination-card-pro:hover::before{
    animation:destShine 1.2s ease;
}

@keyframes destShine{
    100%{ left:120%; }
}

/* GRID BALANCE */
@media(max-width:991px){
    .destination-card-pro{
        height:220px;
    }
}

@media(max-width:767px){
    .destination-card-pro{
        height:200px;
    }
}

/* MOBILE */
@media(max-width:768px){
    .sticky-inner{
        flex-direction:column;
        align-items:stretch;
    }
}
/* BUTTON LIFT */
.btn{
    transition:.25s ease;
}

.btn:hover{
    transform:translateY(-2px);
}

/* CARD INTERACTION */
.route-card-pro,
.vehicle-card-pro,
.destination-card-pro{
    will-change:transform;
}

/* SMOOTH SCROLL */
html{
    scroll-behavior:smooth;
}
/* =========================
   CHECKOUT PRO
========================= */

.checkout-card{
    padding:28px;
    border-radius:24px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.checkout-title{
    font-weight:900;
    margin-bottom:20px;
}

.form-group{
    margin-bottom:14px;
}

.form-group input{
    width:100%;
    height:54px;
    border-radius:14px;
    border:1px solid var(--line);
    padding:14px;
    background:var(--surface-strong);
}

.checkout-secure{
    font-size:13px;
    color:var(--muted);
    margin-top:10px;
}

.checkout-secure i{
    color:var(--primary);
    margin-right:6px;
}

/* RIGHT */
.checkout-summary{
    padding:28px;
    border-radius:24px;
    background:var(--surface-strong);
    border:1px solid var(--line);
    position:sticky;
    top:20px;
}

.summary-route{
    font-weight:800;
    font-size:18px;
}

.summary-meta{
    font-size:13px;
    color:var(--muted);
    margin-top:6px;
}

.summary-divider{
    height:1px;
    background:var(--line);
    margin:16px 0;
}

/* TRUST */
.checkout-trust{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.checkout-trust .trust-item{
    font-size:13px;
    color:var(--muted);
}

.checkout-trust i{
    color:var(--primary);
    margin-right:6px;
}
/* =========================
   SUCCESS PAGE
========================= */

.success-wrapper{
    max-width:680px;
    margin:auto;
    text-align:center;
}

/* ICON */
.success-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;

    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;

    font-size:36px;

    box-shadow:0 20px 50px rgba(147,117,19,.25);

    animation:pop 0.6s ease;
}

@keyframes pop{
    0%{transform:scale(0)}
    100%{transform:scale(1)}
}

/* TITLE */
.success-title{
    font-size:32px;
    font-weight:900;
    margin-bottom:10px;
}

.success-sub{
    color:var(--muted);
    margin-bottom:28px;
}

/* CODE */
.success-code{
    background:var(--surface);
    border:1px solid var(--line);
    padding:20px;
    border-radius:18px;
    margin-bottom:26px;
}

.success-code span{
    display:block;
    font-size:13px;
    color:var(--muted);
}

.success-code strong{
    font-size:22px;
    font-weight:900;
    letter-spacing:.04em;
}

/* DETAILS */
.success-details{
    text-align:left;
    border:1px solid var(--line);
    border-radius:18px;
    padding:20px;
    background:var(--surface-strong);
    margin-bottom:26px;
}

.success-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.success-row span{
    color:var(--muted);
}

/* ACTIONS */
.success-actions{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:26px;
}

/* TRUST */
.success-trust{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    font-size:13px;
    color:var(--muted);
}

.success-trust i{
    color:var(--primary);
    margin-right:6px;
}
/* =========================
   ROUTES ELITE (SAFE - ISOLATED)
========================= */

.routes-elite-section {
    position: relative;
}

/* HEADER */
.routes-elite-header {
    margin-bottom: 60px;
}

.routes-elite-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 800;
}

.routes-elite-title {
    font-size: clamp(34px,4vw,52px);
    font-weight: 900;
    letter-spacing: -.03em;
    margin: 12px 0;
}

.routes-elite-desc {
    max-width: 640px;
    margin: auto;
    color: var(--muted);
    line-height: 1.8;
}

/* CARD */
.route-elite-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 28px;
    border-radius: 28px;

    background: var(--surface);
    border: 1px solid var(--line);

    overflow: hidden;
    transition: all .35s ease;

    min-height: 220px;
}

/* HOVER */
.route-elite-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

/* GLOW */
.route-elite-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(212,175,55,.25), transparent 60%);
    opacity: 0;
    transition: .4s;
}

.route-elite-card:hover .route-elite-glow {
    opacity: 1;
}

/* TOP */
.route-elite-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BADGE */
.route-elite-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(147,117,19,.12);
    color: var(--primary);
}

/* ICON */
.route-elite-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;

    background: linear-gradient(135deg,var(--primary),var(--primary-2));
    color: #fff;
}

/* CENTER */
.route-elite-center {
    margin: 24px 0;
}

.route-elite-line {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.route-elite-arrow {
    margin: 0 8px;
    color: var(--primary);
}

/* META */
.route-elite-meta {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 14px;
}

.route-elite-meta i {
    color: var(--primary);
}

/* CTA */
.route-elite-cta {
    font-weight: 800;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* HOVER CTA */
.route-elite-card:hover .route-elite-cta {
    transform: translateX(6px);
}

/* =========================
   ROUTE HERO
========================= */

.route-hero {
    position: relative;
    padding: 120px 0 80px;
    color: #fff;
}

.route-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg,#3f3001,#937513,#d4af37);
    opacity: .95;
}

.route-hero-content {
    position: relative;
    z-index: 2;
}

.route-hero-title {
    font-size: clamp(36px,5vw,64px);
    font-weight: 900;
}

.route-hero-meta {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    opacity: .9;
}

/* =========================
   CONTENT
========================= */

.route-content-card {
    background: var(--surface);
    padding: 30px;
    border-radius: 24px;
}

/* =========================
   BOOKING STICKY
========================= */

.route-booking-sticky {
    position: sticky;
    top: 120px;
}

.route-booking-card {
    padding: 24px;
    border-radius: 24px;
    background: var(--surface);
    box-shadow: var(--shadow-lg);
}

/* =========================
   VEHICLE ELITE
========================= */

.vehicle-elite-card {
    border-radius: 26px;
    overflow: hidden;
    background: var(--surface);
    transition: .3s;
}

.vehicle-elite-card:hover {
    transform: translateY(-6px);
}

.vehicle-elite-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.vehicle-elite-body {
    padding: 20px;
}

.vehicle-elite-price {
    font-size: 22px;
    font-weight: 900;
    color: var(--primary);
}
/* =========================
   ROUTE DETAIL X (isolated)
========================= */

.rdx-hero{
    position:relative;
    padding:44px 0 28px;
}

.rdx-hero-box{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:40px;
    background:
        radial-gradient(circle at top right, rgba(212,175,55,.18), transparent 28%),
        linear-gradient(135deg, #231b05 0%, #6f5610 40%, #b9911f 100%);
    box-shadow:var(--shadow-xl);
    color:#fff;
}

.rdx-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);
    gap:28px;
    align-items:stretch;
}

.rdx-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    opacity:.78;
    margin-bottom:16px;
}

.rdx-title{
    margin:0 0 14px;
    font-size:clamp(34px,4.8vw,62px);
    line-height:1.02;
    letter-spacing:-.04em;
    font-weight:900;
}

.rdx-title-arrow{
    opacity:.8;
    margin:0 8px;
}

.rdx-desc{
    margin:0;
    max-width:760px;
    font-size:16px;
    line-height:1.85;
    color:rgba(255,255,255,.88);
}

.rdx-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.rdx-meta-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(10px);
    font-size:13px;
    font-weight:700;
    color:#fff;
}

.rdx-panel-card{
    height:100%;
    border-radius:28px;
    padding:24px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.rdx-panel-top{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:flex-start;
    margin-bottom:18px;
}

.rdx-panel-kicker{
    display:block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:rgba(255,255,255,.7);
    margin-bottom:6px;
}

.rdx-panel-top h2{
    margin:0;
    font-size:28px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.03em;
}

.rdx-panel-icon{
    width:58px;
    height:58px;
    border-radius:20px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:22px;
}

.rdx-form .form-label{
    color:rgba(255,255,255,.8);
    font-size:13px;
    font-weight:700;
    margin-bottom:8px;
}

.rdx-form .form-control,
.rdx-form .form-select{
    height:54px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(255,255,255,.16);
    color:#fff;
    box-shadow:none!important;
}

.rdx-form .form-control::placeholder{
    color:rgba(255,255,255,.66);
}

.rdx-form .form-control:focus,
.rdx-form .form-select:focus{
    background:rgba(255,255,255,.18);
    color:#fff;
    border-color:rgba(255,255,255,.28);
}

.rdx-panel-note{
    margin-top:16px;
    font-size:13px;
    color:rgba(255,255,255,.78);
}

.rdx-panel-note i{
    margin-right:8px;
}

.rdx-content-wrap{
    padding-top:28px;
}

.rdx-info-card,
.rdx-summary-card{
    height:100%;
    border-radius:28px;
    padding:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.rdx-card-head h2{
    margin:6px 0 0;
    font-size:30px;
    font-weight:900;
    letter-spacing:-.03em;
}

.rdx-info-text{
    margin-top:18px;
    color:var(--muted);
    line-height:1.9;
}

.rdx-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:28px;
}

.rdx-feature-box{
    display:flex;
    gap:14px;
    align-items:flex-start;
    border-radius:20px;
    padding:18px;
    background:var(--surface-strong);
    border:1px solid var(--line);
}

.rdx-feature-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    flex:0 0 46px;
}

.rdx-feature-box strong{
    display:block;
    margin-bottom:6px;
    font-size:15px;
}

.rdx-feature-box p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.7;
}

.rdx-summary-card h3{
    margin:8px 0 20px;
    font-size:26px;
    font-weight:900;
    letter-spacing:-.03em;
}

.rdx-summary-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:22px;
}

.rdx-summary-item{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:14px 0;
    border-bottom:1px solid var(--line);
}

.rdx-summary-item span{
    color:var(--muted);
}

.rdx-summary-item strong{
    font-weight:800;
}

.rdx-vehicle-card{
    height:100%;
    overflow:hidden;
    border-radius:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    transition:.32s ease;
}

.rdx-vehicle-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-lg);
}

.rdx-vehicle-media{
    position:relative;
    height:230px;
    overflow:hidden;
    background:#111;
}

.rdx-vehicle-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.rdx-vehicle-card:hover .rdx-vehicle-media img{
    transform:scale(1.07);
}

.rdx-vehicle-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.56), transparent 55%);
}

.rdx-vehicle-badge{
    position:absolute;
    top:16px;
    right:16px;
    z-index:2;
    padding:8px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    color:#fff;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
}

.rdx-vehicle-body{
    padding:22px;
}

.rdx-vehicle-head{
    display:flex;
    justify-content:space-between;
    gap:14px;
    align-items:flex-start;
    margin-bottom:16px;
}

.rdx-vehicle-head h3{
    margin:0 0 4px;
    font-size:24px;
    font-weight:900;
    letter-spacing:-.03em;
}

.rdx-vehicle-sub{
    color:var(--muted);
    font-size:13px;
}

.rdx-vehicle-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    flex:0 0 44px;
}

.rdx-vehicle-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:14px;
    color:var(--muted);
    font-size:14px;
    font-weight:600;
}

.rdx-vehicle-meta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.rdx-vehicle-text{
    margin:0 0 16px;
    min-height:72px;
    color:var(--muted);
    line-height:1.8;
    font-size:14px;
}

.rdx-vehicle-footer{
    margin-top:auto;
}

.rdx-vehicle-price{
    margin-bottom:14px;
    font-size:28px;
    font-weight:900;
    color:var(--primary);
    letter-spacing:-.02em;
}

.rdx-empty-box{
    border-radius:24px;
    padding:34px;
    text-align:center;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.rdx-empty-box h3{
    margin:0 0 10px;
    font-weight:900;
}

.rdx-empty-box p{
    margin:0;
    color:var(--muted);
}

@media (max-width: 1199.98px){
    .rdx-hero-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width: 991.98px){
    .rdx-feature-grid{
        grid-template-columns:1fr;
    }

    .rdx-hero-box,
    .rdx-info-card,
    .rdx-summary-card,
    .rdx-panel-card{
        padding:24px;
    }
}

@media (max-width: 767.98px){
    .rdx-hero{
        padding:24px 0 10px;
    }

    .rdx-title{
        font-size:38px;
    }

    .rdx-meta{
        gap:10px;
    }

    .rdx-meta-chip{
        width:100%;
        justify-content:center;
    }

    .rdx-vehicle-text{
        min-height:auto;
    }
}
/* =========================
   PAGE HERO
========================= */
.page-hero{
    padding:80px 0 40px;
    text-align:center;
}

.page-hero-kicker{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(0,0,0,.04);
    font-weight:700;
    font-size:12px;
    margin-bottom:14px;
}

.page-hero-title{
    font-size:clamp(32px,4vw,48px);
    font-weight:900;
    letter-spacing:-.02em;
}

/* =========================
   CONTENT CARD
========================= */
.page-content-card{
    background:var(--surface);
    border-radius:20px;
    padding:40px;
	border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    line-height:1.8;
    font-size:16px;
}

.page-content-card h2,
.page-content-card h3{
    margin-top:28px;
    font-weight:800;
}

.page-content-card p{
    margin-bottom:16px;
}

.page-content-card img{
    max-width:100%;
    border-radius:12px;
    margin:20px 0;
}

/* HERO */
.contact-hero{
    position:relative;
    padding:120px 0 80px;
    text-align:center;
    color:#fff;
    background:#000;
	margin-bottom: 50px;
}

.contact-hero-bg{
    position:absolute;
    inset:0;
    background:url('/assets/img/contact-bg.jpg') center/cover no-repeat;
    opacity:.4;
}

.contact-hero-inner{
    position:relative;
    z-index:2;
}

.contact-badge{
    background:rgba(255,255,255,.12);
    padding:8px 14px;
    border-radius:999px;
    font-weight:700;
    font-size:13px;
}

.contact-title{
    font-size:clamp(40px,5vw,64px);
    font-weight:900;
    margin:20px 0;
}

.contact-desc{
    max-width:600px;
    margin:auto;
    opacity:.85;
}

/* INFO CARD */
.contact-info-card{
    background:var(--surface);
    border-radius:24px;
    padding:30px;
	border: 1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.contact-item{
    display:flex;
    gap:14px;
    margin-bottom:20px;
}

.contact-item i{
    width:46px;
    height:46px;
    border-radius:12px;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-item strong{
    display:block;
}

.contact-divider{
    height:1px;
    background:#eeeeee30;
    margin:20px 0;
}

.contact-social{
    display:flex;
    gap:12px;
}

.contact-social a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:var(--surface-strong);
    display:flex;
    align-items:center;
    justify-content:center;
}

/* FORM */
.contact-form-card{
    background:var(--surface);
    border-radius:24px;
    padding:30px;
	border: 1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.contact-form-card input,
.contact-form-card textarea{
    border-radius:12px;
    height:50px;
}

.contact-form-card textarea{
    height:auto;
}

/* MAP */
.contact-map iframe{
    width:100%;
    height:400px;
    border:0;
}

/* =========================
   BLOG LIST X
========================= */

.blogx-hero{
    padding:72px 0 28px;
}

.blogx-hero-box{
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.blogx-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--primary);
    margin-bottom:14px;
}

.blogx-title{
    margin:0 0 12px;
    font-size:clamp(34px,4vw,54px);
    font-weight:900;
    letter-spacing:-.03em;
}

.blogx-desc{
    margin:0;
    color:var(--muted);
    line-height:1.85;
}

.blogx-card{
    display:block;
    height:100%;
    overflow:hidden;
    border-radius:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    color:var(--text);
    transition:.3s ease;
}

.blogx-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-lg);
    color:var(--text);
}

.blogx-card-media{
    position:relative;
    height:320px;
    overflow:hidden;
    background:#111;
}

.blogx-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.blogx-card:hover .blogx-card-media img{
    transform:scale(1.06);
}

.blogx-card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.18), transparent 60%);
}

.blogx-card-body{
    padding:22px;
}

.blogx-card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}

.blogx-cat{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(147,117,19,.12);
    color:var(--primary);
    font-size:12px;
    font-weight:800;
}

.blogx-date{
    font-size:12px;
    color:var(--muted);
    font-weight:700;
}

.blogx-card h3{
    margin:0 0 12px;
    font-size:24px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.03em;
}

.blogx-card p{
    margin:0 0 18px;
    color:var(--muted);
    line-height:1.8;
    min-height:86px;
}

.blogx-card-link{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--primary);
    font-weight:800;
}

.blogx-card:hover .blogx-card-link{
    transform:translateX(4px);
}

.blogx-empty{
    border-radius:26px;
    padding:36px;
    text-align:center;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.blogx-empty h3{
    margin:0 0 10px;
    font-weight:900;
}

.blogx-empty p{
    margin:0;
    color:var(--muted);
}

/* =========================
   BLOG DETAIL X
========================= */

.blogdx-hero{
    padding:42px 0 28px;
}

.blogdx-cover{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    min-height:430px;
    box-shadow:var(--shadow-xl);
    background:#111;
}

.blogdx-cover img{
    width:100%;
    height:430px;
    object-fit:cover;
    display:block;
}

.blogdx-cover-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.12), transparent 30%),
        linear-gradient(0deg, rgba(0,0,0,.72), transparent 60%);
}

.blogdx-cover-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:34px;
    color:#fff;
}

.blogdx-cat{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:6px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    color:#fff;
    font-size:12px;
    font-weight:800;
    margin-bottom:16px;
}

.blogdx-cover-content h1{
    margin:0 0 14px;
    font-size:clamp(34px,4vw,58px);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.04em;
}

.blogdx-cover-content p{
    margin:0 0 16px;
    max-width:820px;
    color:rgba(255,255,255,.88);
    line-height:1.85;
}

.blogdx-meta{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    color:rgba(255,255,255,.86);
    font-size:13px;
    font-weight:700;
}

.blogdx-meta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.blogdx-content{
    margin-top:8px;
    padding:34px;
    border-radius:28px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    color:var(--text);
    line-height:1.9;
    font-size:16px;
}

.blogdx-content h2,
.blogdx-content h3,
.blogdx-content h4{
    margin-top:30px;
    margin-bottom:12px;
    font-weight:900;
    letter-spacing:-.02em;
}

.blogdx-content p{
    color:var(--muted);
    margin-bottom:16px;
}

.blogdx-content img{
    max-width:100%;
    border-radius:18px;
    margin:22px 0;
}

.blogdx-content ul,
.blogdx-content ol{
    color:var(--muted);
    padding-left:20px;
}

.blogdx-content blockquote{
    margin:24px 0;
    padding:18px 22px;
    border-left:4px solid var(--primary);
    background:rgba(147,117,19,.06);
    border-radius:14px;
    color:var(--text);
}

@media(max-width:991.98px){
    .blogdx-content{
        padding:24px;
    }
}

@media(max-width:767.98px){
    .blogx-hero{
        padding:52px 0 20px;
    }

    .blogx-card p{
        min-height:auto;
    }

    .blogdx-cover img{
        height:320px;
    }

    .blogdx-cover-content{
        padding:22px;
    }

    .blogdx-content{
        padding:22px;
    }
}
/* =========================
   DESTINATION DETAIL X
========================= */

.ddx-hero{
    position:relative;
    min-height:560px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
}

.ddx-hero-media{
    position:absolute;
    inset:0;
    background:#111;
}

.ddx-hero-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.ddx-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.14), transparent 28%),
        linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.18) 55%, rgba(0,0,0,.08));
}

.ddx-hero .container-xxl{
    position:relative;
    z-index:2;
}

.ddx-hero-content{
    padding:64px 0 54px;
    color:#fff;
    max-width:980px;
}

.ddx-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--primary);
}

.ddx-title{
    margin:0 0 18px;
    font-size:clamp(40px,5vw,76px);
    line-height:.98;
    letter-spacing:-.05em;
    font-weight:900;
    text-shadow:0 14px 34px rgba(0,0,0,.28);
}

.ddx-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.ddx-meta-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(10px);
    color:#fff;
    font-size:13px;
    font-weight:700;
}

.ddx-content-wrap{
    margin-top:-34px;
    position:relative;
    z-index:3;
}

.ddx-info-card,
.ddx-summary-card,
.ddx-gallery-card{
    border-radius:30px;
    padding:30px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-lg);
}

.ddx-block-head h2{
    margin:8px 0 0;
    font-size:32px;
    font-weight:900;
    letter-spacing:-.03em;
}

.ddx-content{
    margin-top:20px;
    color:var(--text);
    line-height:1.9;
    font-size:16px;
}

.ddx-content p{
    color:var(--muted);
    margin-bottom:16px;
}

.ddx-gallery-item{
    display:block;
    overflow:hidden;
    border-radius:22px;
    box-shadow:var(--shadow-sm);
}

.ddx-gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}

.ddx-gallery-item:hover img{
    transform:scale(1.06);
}

.ddx-summary-card h3{
    margin:8px 0 18px;
    font-size:28px;
    font-weight:900;
    letter-spacing:-.03em;
}

.ddx-summary-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:22px;
}

.ddx-summary-item{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:14px 0;
    border-bottom:1px solid var(--line);
}

.ddx-summary-item span{
    color:var(--muted);
}

.ddx-summary-item strong{
    font-weight:800;
}

.ddx-route-card{
    display:block;
    height:100%;
    border-radius:28px;
    padding:24px;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
    color:var(--text);
    transition:.28s ease;
    position:relative;
    overflow:hidden;
}

.ddx-route-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-lg);
    color:var(--text);
}

.ddx-route-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.22),
        transparent
    );
    transform:skewX(-20deg);
}

.ddx-route-card:hover::before{
    animation:ddxShine 1.1s ease;
}

@keyframes ddxShine{
    100%{ left:130%; }
}

.ddx-route-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.ddx-route-badge{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(147,117,19,.12);
    color:var(--primary);
    font-size:12px;
    font-weight:800;
}

.ddx-route-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
    color:#fff;
}

.ddx-route-title{
    font-size:24px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.03em;
    margin-bottom:12px;
}

.ddx-route-text{
    margin:0 0 18px;
    color:var(--muted);
    line-height:1.8;
    min-height:78px;
}

.ddx-route-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:var(--primary);
    font-weight:800;
}

.ddx-route-card:hover .ddx-route-footer{
    transform:translateX(4px);
}

.ddx-empty-box{
    border-radius:28px;
    padding:40px;
    text-align:center;
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:var(--shadow-sm);
}

.ddx-empty-box h3{
    margin:0 0 10px;
    font-weight:900;
}

.ddx-empty-box p{
    margin:0;
    color:var(--muted);
}

@media(max-width:991.98px){
    .ddx-hero{
        min-height:460px;
    }

    .ddx-content-wrap{
        margin-top:0;
    }

    .ddx-info-card,
    .ddx-summary-card,
    .ddx-gallery-card{
        padding:24px;
    }
}

@media(max-width:767.98px){
    .ddx-hero{
        min-height:420px;
    }

    .ddx-hero-content{
        padding:42px 0 34px;
    }

    .ddx-title{
        font-size:42px;
    }

    .ddx-meta-chip{
        width:100%;
        justify-content:center;
    }

    .ddx-gallery-item img{
        height:210px;
    }

    .ddx-route-text{
        min-height:auto;
    }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #cda834 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: #937513 !important;
}

.select2-results {
color:var(--primary-2);
}
.select2-results__option {
	background: var(--surface);
	text-align:center;
}
.select2-results__option:hover {
	cursor:pointer;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
background-color: var(--surface-strong);
color:var(--primary-2);
}
.select2-dropdown {
    border: 1px solid #aaa !important;
}