:root { --bg-primary: #0a0a0a; --bg-secondary: #121212; --bg-tertiary: #181818; --bg-card: rgba(25, 25, 25, 0.7); --bg-glass: rgba(18, 18, 18, 0.75); --gold-primary: #c5a850; --gold-hover: #dfc26a; --gold-dark: #a28336; --gold-light: rgba(197, 168, 80, 0.12); --gold-border: rgba(197, 168, 80, 0.3); --gold-gradient: linear-gradient(135deg, #eed48f 0%, #c5a850 50%, #9e7f30 100%); --text-primary: #ffffff; --text-secondary: #b3b3b3; --text-muted: #707070; --text-dark: #121212; --whatsapp-green: #25d366; --whatsapp-hover: #20ba5a; --font-header: 'Montserrat', sans-serif; --font-body: 'Inter', sans-serif; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 20px; --radius-xl: 30px; --radius-round: 50%; --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.5); --shadow-gold: 0 10px 30px rgba(197, 168, 80, 0.15); --shadow-inset: inset 0 2px 4px rgba(255, 255, 255, 0.05); --max-width: 1240px; --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); --transition-normal: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; background-color: var(--bg-primary); color: var(--text-primary); font-family: var(--font-body); }
body { overflow-x: hidden; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: var(--radius-sm); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-primary); }
::selection { background-color: var(--gold-primary); color: var(--text-dark); }
a { text-decoration: none; color: inherit; transition: var(--transition-fast); }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; outline: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.fleet-section,
.gallery-section,
.features-section,
.routes-section,
.faq-section,
.main-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
}
.container { width: 100%; max-width: var(--max-width); margin: 0px auto; padding: 0px 24px; }
.text-center { text-align: center; }
.text-gold { color: var(--gold-primary); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; font-family: var(--font-header); font-weight: 600; font-size: 0.95rem; border-radius: var(--radius-md); cursor: pointer; transition: var(--transition-normal); position: relative; overflow: hidden; letter-spacing: 0.5px; }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--gold-gradient); color: var(--text-dark); box-shadow: var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: rgba(197, 168, 80, 0.3) 0px 15px 35px; filter: brightness(1.1); }
.btn-primary:active { transform: translateY(-1px); }
.btn-primary::after { content: ""; position: absolute; top: -50%; left: -60%; width: 30%; height: 200%; background: rgba(255, 255, 255, 0.25); transform: rotate(30deg); transition: none; opacity: 0; }
.btn-primary:hover::after { left: 150%; opacity: 1; transition: 0.8s ease-in-out; }
.btn-outline { border: 1px solid var(--gold-primary); color: var(--text-primary); background-color: transparent; }
.btn-outline:hover { background-color: var(--gold-primary); color: var(--text-dark); transform: translateY(-3px); }
.btn-whatsapp { background-color: var(--whatsapp-green); color: rgb(255, 255, 255); box-shadow: rgba(37, 211, 102, 0.25) 0px 8px 20px; }
.btn-whatsapp:hover { background-color: var(--whatsapp-hover); transform: translateY(-3px); box-shadow: rgba(37, 211, 102, 0.4) 0px 12px 25px; }
.top-bar { background-color: rgb(5, 5, 5); border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 8px 0px; font-size: 0.85rem; color: var(--text-secondary); }
.top-bar-content { display: flex; justify-content: space-between; align-items: center; }
.top-bar-info { display: flex; gap: 24px; }
.info-link { display: flex; align-items: center; gap: 8px; }
.info-link:hover { color: var(--gold-primary); }
.icon-sm { width: 14px; height: 14px; }
.top-bar-social { display: flex; align-items: center; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; background-color: rgba(37, 211, 102, 0.1); color: var(--whatsapp-green); padding: 4px 10px; border-radius: var(--radius-xl); font-weight: 500; font-size: 0.75rem; border: 1px solid rgba(37, 211, 102, 0.2); }
.ping-dot { width: 6px; height: 6px; background-color: var(--whatsapp-green); border-radius: var(--radius-round); display: inline-block; position: relative; }
.ping-dot::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-color: var(--whatsapp-green); border-radius: var(--radius-round); animation: 1.5s ease 0s infinite normal none running ping; }
@keyframes ping { 
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}
.main-header { position: sticky; top: 0px; z-index: 100; background-color: var(--bg-glass); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 16px 0px; transition: var(--transition-normal); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 12px; }
.logo-text { display: flex; flex-direction: column; }
.logo-brand { font-family: var(--font-header); font-weight: 800; font-size: 1.6rem; letter-spacing: 1.5px; line-height: 1.1; color: var(--text-primary); }
.logo-sub { font-family: var(--font-header); font-size: 0.65rem; letter-spacing: 4px; color: var(--gold-primary); font-weight: 600; }
.nav-menu { display: flex; gap: 32px; }
.nav-link { font-family: var(--font-header); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.5px; color: var(--text-secondary); position: relative; padding: 8px 0px; }
.nav-link:hover { color: var(--text-primary); }
.nav-link::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 0px; height: 2px; background-color: var(--gold-primary); transition: var(--transition-fast); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-link.active { color: var(--text-primary); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.lang-selector-wrapper { position: relative; }
.lang-btn { background: transparent; border: 1px solid var(--gold-border); color: var(--text-primary); padding: 8px 12px; border-radius: var(--radius-sm); font-family: var(--font-header); font-size: 0.85rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: var(--transition-fast); }
.lang-btn:hover { border-color: var(--gold-primary); color: var(--gold-primary); }
.lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0px; background-color: var(--bg-secondary); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); min-width: 80px; display: flex; flex-direction: column; overflow: hidden; z-index: 101; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: var(--transition-fast); }
.lang-dropdown.active { opacity: 1; transform: translateY(0px); pointer-events: all; }
.lang-opt { padding: 10px 16px; text-align: center; font-size: 0.85rem; font-weight: 600; cursor: pointer; color: var(--text-secondary); transition: var(--transition-fast); background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
.lang-opt:hover, .lang-opt.active { color: var(--gold-primary); background-color: var(--gold-light); }
.mobile-lang-switcher { display: none; justify-content: center; gap: 12px; margin-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 24px; width: 100%; }
.mobile-lang-btn { background: transparent; padding: 6px 14px; border-radius: var(--radius-sm); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--text-secondary); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: var(--transition-fast); }
.mobile-lang-btn.active { border-color: var(--gold-primary); color: var(--gold-primary); background-color: var(--gold-light); }
.mobile-menu-toggle { display: none; color: var(--text-primary); cursor: pointer; }
.icon-md { width: 18px; height: 18px; }
.icon-lg { width: 32px; height: 32px; }
.hero-section { position: relative; min-height: 85vh; display: flex; align-items: center; padding: 100px 0px; background-image: url("../assets/images/fleet/vito-4.jpeg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.hero-bg-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.8) 50%, rgba(10, 10, 10, 0.6) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; }
.hero-text-area { max-width: 700px; }
.hero-tag { display: inline-block; font-family: var(--font-header); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold-primary); background-color: var(--gold-light); border: 1px solid var(--gold-border); padding: 6px 16px; border-radius: var(--radius-xl); margin-bottom: 24px; animation: 0.6s ease-out 0s 1 normal none running fadeInDown; }
.hero-title { font-family: var(--font-header); font-weight: 800; font-size: 3.2rem; line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.5px; animation: 0.8s ease-out 0s 1 normal none running fadeInUp; }
.hero-subtitle { font-size: 1.15rem; color: var(--text-secondary); margin-bottom: 40px; font-weight: 300; animation: 1s ease-out 0s 1 normal none running fadeInUp; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 60px; animation: 1.2s ease-out 0s 1 normal none running fadeInUp; }
.hero-features { display: flex; gap: 40px; animation: 1.4s ease-out 0s 1 normal none running fadeInUp; }
.h-feature-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 500; }
.gold-icon { width: 20px; height: 20px; color: var(--gold-primary); }
@keyframes fadeInUp { 
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@keyframes fadeInDown { 
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0px); }
}
.section-header { margin-bottom: 60px; }
.section-subtitle { font-family: var(--font-header); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 3px; color: var(--gold-primary); display: block; margin-bottom: 12px; }
.section-title { font-family: var(--font-header); font-weight: 700; font-size: 2.2rem; margin-bottom: 16px; letter-spacing: -0.5px; }
.section-desc { font-size: 1.05rem; color: var(--text-secondary); max-width: 650px; margin: 0px auto; font-weight: 300; }
.booking-section { padding: 100px 0px; position: relative; background-color: var(--bg-secondary); }
.booking-container { background-color: var(--bg-glass); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: var(--radius-lg); padding: 48px; max-width: 900px; margin: 0px auto; box-shadow: var(--shadow-soft); position: relative; }
.booking-container::before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 4px; background: var(--gold-gradient); border-top-left-radius: var(--radius-lg); border-top-right-radius: var(--radius-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group-half { grid-column: span 1; }
.form-group label { font-family: var(--font-header); font-weight: 600; font-size: 0.85rem; color: var(--text-secondary); display: flex; align-items: center; gap: 8px; }
.label-icon { width: 16px; height: 16px; }
.form-group select, .form-group input { background-color: var(--bg-primary); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--text-primary); padding: 14px 18px; border-radius: var(--radius-md); font-size: 0.95rem; transition: var(--transition-fast); width: 100%; }
.form-group select:focus, .form-group input:focus { border-color: var(--gold-primary); box-shadow: rgba(197, 168, 80, 0.15) 0px 0px 0px 3px; }
.form-group select option { background-color: var(--bg-secondary); color: var(--text-primary); padding: 12px; }
.price-display-box { background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(197, 168, 80, 0.03) 100%); border: 1px dashed var(--gold-border); border-radius: var(--radius-md); padding: 24px 32px; margin-bottom: 32px; display: flex; justify-content: space-between; align-items: center; }
.price-details { display: flex; flex-direction: column; }
.price-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-secondary); }
.price-value-wrapper { display: flex; align-items: baseline; gap: 4px; margin: 8px 0px; }
.price-currency { font-size: 1.8rem; font-weight: 700; color: var(--gold-primary); }
.price-amount { font-family: var(--font-header); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--gold-primary); background-image: ; background-position-x: ; background-position-y: ; background-size: ; background-repeat: ; background-attachment: ; background-origin: ; background-color: ; background-clip: text; -webkit-text-fill-color: transparent; }
.price-vehicle-info { font-size: 0.8rem; color: var(--text-muted); }
.price-features-list { display: flex; flex-direction: column; gap: 8px; }
.p-feature { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 500; color: var(--text-secondary); }
.p-feature i { color: var(--gold-primary); }
.features-section { padding: 100px 0px; background-color: var(--bg-primary); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card { background-color: var(--bg-secondary); border: 1px solid rgba(255, 255, 255, 0.03); border-radius: var(--radius-lg); padding: 36px 24px; transition: var(--transition-normal); position: relative; }
.feature-card::before { content: ""; position: absolute; inset: 0px; border-radius: var(--radius-lg); padding: 1px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(197, 168, 80, 0) 50%, rgba(197, 168, 80, 0.1) 100%); mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(197, 168, 80, 0.2); box-shadow: var(--shadow-soft); }
.feature-icon-wrapper { width: 64px; height: 64px; background-color: var(--gold-light); border: 1px solid var(--gold-border); color: var(--gold-primary); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: var(--transition-normal); }
.feature-card:hover .feature-icon-wrapper { background: var(--gold-gradient); color: var(--text-dark); box-shadow: rgba(197, 168, 80, 0.2) 0px 8px 20px; }
.feature-card h3 { font-family: var(--font-header); font-size: 1.15rem; font-weight: 600; margin-bottom: 12px; }
.feature-card p { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; }
.fleet-section { padding: 100px 0px; background-color: var(--bg-secondary); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
.gallery-item { position: relative; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4 / 3; cursor: pointer; border: 1px solid rgba(255, 255, 255, 0.05); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-slow); }
.gallery-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); opacity: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; transition: var(--transition-normal); z-index: 2; }
.gallery-overlay i { width: 24px; height: 24px; color: var(--gold-primary); transform: translateY(10px); transition: var(--transition-normal); }
.gallery-overlay span { font-family: var(--font-header); font-size: 0.8rem; color: rgb(255, 255, 255); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transform: translateY(10px); transition: var(--transition-normal); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay i, .gallery-item:hover .gallery-overlay span { transform: translateY(0px); }
.hidden-gallery-item { display: none; }
.gallery-actions { margin-top: 48px; }
.routes-section { padding: 100px 0px; background-color: var(--bg-primary); }
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.route-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 280px; display: flex; align-items: flex-end; box-shadow: var(--shadow-soft); border: 1px solid rgba(255, 255, 255, 0.05); }
.route-card-bg { position: absolute; inset: 0px; background-size: cover; background-position: center center; transition: var(--transition-slow); z-index: 1; }
.route-card-content { position: relative; z-index: 2; padding: 30px; width: 100%; background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.6) 60%, rgba(10, 10, 10, 0) 100%); transition: var(--transition-normal); }
.route-card h3 { font-family: var(--font-header); font-weight: 700; font-size: 1.25rem; margin-bottom: 8px; color: rgb(255, 255, 255); }
.route-price-tag { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.route-price-tag .currency { font-size: 1.1rem; font-weight: 700; color: var(--gold-primary); }
.route-price-tag .amount { font-size: 2rem; font-weight: 800; color: var(--gold-primary); }
.route-info { font-size: 0.8rem; color: var(--text-secondary); margin-bottom: 16px; font-weight: 300; }
.route-card .btn { opacity: 0; transform: translateY(10px); width: 100%; }
.route-card:hover .route-card-bg { transform: scale(1.08); }
.route-card:hover .route-card-content { background: linear-gradient(to top, rgba(10, 10, 10, 0.98) 0%, rgba(10, 10, 10, 0.85) 80%, rgba(10, 10, 10, 0.2) 100%); }
.route-card:hover .btn { opacity: 1; transform: translateY(0px); }
.testimonials-section { padding: 100px 0px; background-color: var(--bg-secondary); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background-color: var(--bg-glass); border: 1px solid rgba(255, 255, 255, 0.03); border-radius: var(--radius-lg); padding: 36px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow-soft); }
.t-rating { display: flex; gap: 4px; margin-bottom: 20px; }
.fill-gold { width: 16px; height: 16px; fill: var(--gold-primary); color: var(--gold-primary); }
.t-text { font-size: 0.95rem; color: var(--text-secondary); font-style: italic; line-height: 1.6; margin-bottom: 24px; font-weight: 300; }
.t-user { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 44px; height: 44px; border-radius: var(--radius-round); background-color: var(--gold-light); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; }
.t-user h4 { font-family: var(--font-header); font-weight: 600; font-size: 0.95rem; color: var(--text-primary); }
.t-user span { font-size: 0.75rem; color: var(--text-muted); }
.faq-section { padding: 100px 0px; background-color: var(--bg-primary); }
.faq-container { max-width: 800px; margin: 0px auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item { background-color: var(--bg-secondary); border: 1px solid rgba(255, 255, 255, 0.03); border-radius: var(--radius-md); overflow: hidden; transition: var(--transition-fast); }
.faq-question { width: 100%; padding: 24px 30px; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; font-family: var(--font-header); font-weight: 600; font-size: 1rem; cursor: pointer; }
.faq-question:hover { color: var(--gold-primary); }
.faq-chevron { width: 18px; height: 18px; color: var(--gold-primary); transition: var(--transition-normal); }
.faq-answer { max-height: 0px; opacity: 0; overflow: hidden; padding: 0px 30px; transition: var(--transition-normal); color: var(--text-secondary); font-size: 0.95rem; font-weight: 300; }
.faq-item.active { border-color: rgba(197, 168, 80, 0.15); box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px; }
.faq-item.active .faq-chevron { transform: rotate(180deg); }
.faq-item.active .faq-answer { max-height: 200px; opacity: 1; padding-bottom: 24px; }
.cta-bottom-section { position: relative; padding: 120px 0px; text-align: center; background-image: url("../assets/images/vip_transfer_cta_bg.png"); background-size: cover; background-position: center center; }
.cta-bottom-bg { position: absolute; inset: 0px; background: linear-gradient(rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.92)); z-index: 1; }
.cta-bottom-content { position: relative; z-index: 2; max-width: 800px; margin: 0px auto; }
.cta-bottom-content h2 { font-family: var(--font-header); font-size: 2.5rem; font-weight: 800; margin-bottom: 16px; }
.cta-bottom-content p { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 40px; font-weight: 300; }
.cta-bottom-buttons { display: flex; justify-content: center; gap: 16px; }
.main-footer { background-color: rgb(6, 6, 6); border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 80px 0px 0px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 60px; }
.footer-col h3 { font-family: var(--font-header); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; color: var(--text-primary); position: relative; padding-bottom: 10px; }
.footer-col h3::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 30px; height: 2px; background-color: var(--gold-primary); }
.footer-col p { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; line-height: 1.7; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 0.9rem; color: var(--text-secondary); }
.footer-links a:hover { color: var(--gold-primary); padding-left: 5px; }
.footer-contact li { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 0.9rem; color: var(--text-secondary); }
.tursab-placeholder { display: flex; align-items: center; gap: 10px; margin-top: 24px; background-color: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05); padding: 12px 16px; border-radius: var(--radius-md); }
.tursab-placeholder span { font-size: 0.75rem; font-weight: 500; color: var(--text-secondary); }
.footer-bottom { background-color: rgb(3, 3, 3); border-top: 1px solid rgba(255, 255, 255, 0.03); padding: 24px 0px; font-size: 0.8rem; color: var(--text-muted); }
.footer-bottom-content { display: flex; justify-content: space-between; align-items: center; }
.lightbox { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; background-color: rgba(5, 5, 5, 0.95); backdrop-filter: blur(15px); z-index: 1000; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.lightbox.active { display: flex; opacity: 1; }
.lightbox-close { position: absolute; top: 24px; right: 24px; color: rgb(255, 255, 255); cursor: pointer; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.05); border-radius: var(--radius-round); }
.lightbox-close:hover { background: rgba(255, 255, 255, 0.1); color: var(--gold-primary); }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); color: rgb(255, 255, 255); cursor: pointer; width: 48px; height: 48px; background: rgba(255, 255, 255, 0.05); border-radius: var(--radius-round); display: flex; align-items: center; justify-content: center; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255, 255, 255, 0.1); color: var(--gold-primary); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-content { max-width: 80%; max-height: 80%; display: flex; flex-direction: column; align-items: center; }
.lightbox-content img { max-width: 100%; max-height: 70vh; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); object-fit: contain; border: 1px solid rgba(255, 255, 255, 0.05); }
.lightbox-caption { margin-top: 16px; color: var(--text-secondary); font-size: 0.95rem; font-family: var(--font-header); letter-spacing: 0.5px; }
.whatsapp-floating { position: fixed; bottom: 30px; right: 30px; background-color: var(--whatsapp-green); color: rgb(255, 255, 255); padding: 12px 20px; height: 52px; border-radius: 30px; display: flex; align-items: center; justify-content: center; gap: 8px; z-index: 99; box-shadow: rgba(37, 211, 102, 0.45) 0px 8px 25px; transition: var(--transition-normal); font-family: var(--font-header); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px; }
.whatsapp-icon { width: 20px; height: 20px; fill: currentcolor; }
.whatsapp-float-text { font-family: var(--font-header); font-weight: 700; font-size: 0.95rem; }
.whatsapp-floating:hover { transform: scale(1.05); background-color: var(--whatsapp-hover); }
.whatsapp-badge { position: absolute; top: -5px; right: -5px; background-color: rgb(255, 59, 48); color: rgb(255, 255, 255); width: 18px; height: 18px; border-radius: var(--radius-round); font-size: 0.65rem; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid var(--whatsapp-green); animation: 2s ease 0s infinite normal none running bounce; }
.whatsapp-tooltip { position: absolute; bottom: 68px; right: 0px; background-color: var(--bg-glass); color: rgb(255, 255, 255); padding: 8px 16px; border-radius: var(--radius-md); font-size: 0.75rem; white-space: nowrap; opacity: 0; pointer-events: none; transition: var(--transition-normal); border: 1px solid rgba(255, 255, 255, 0.05); backdrop-filter: blur(8px); box-shadow: var(--shadow-soft); }
.whatsapp-floating:hover .whatsapp-tooltip { opacity: 1; bottom: 62px; }
@keyframes bounce { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}
.vehicle-options-section { padding: 100px 0px; background-color: var(--bg-primary); position: relative; }
.vehicles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.vehicle-card-new { background-color: var(--bg-secondary); border: 1px solid rgba(255, 255, 255, 0.03); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition-normal); position: relative; display: flex; flex-direction: column; }
.vehicle-card-new::before { content: ""; position: absolute; inset: 0px; border-radius: var(--radius-lg); padding: 1px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(197, 168, 80, 0) 50%, rgba(197, 168, 80, 0.1) 100%); mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
.vehicle-card-new:hover { transform: translateY(-8px); border-color: rgba(197, 168, 80, 0.25); box-shadow: var(--shadow-soft); }
.vehicle-img-wrapper { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background-color: rgb(13, 13, 13); }
.vehicle-img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-slow); }
.vehicle-card-new:hover .vehicle-img { transform: scale(1.06); }
.vehicle-badge { position: absolute; top: 16px; left: 16px; background: var(--gold-gradient); color: var(--text-dark); font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: var(--radius-sm); text-transform: uppercase; letter-spacing: 0.5px; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px; }
.vehicle-info-new { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.vehicle-info-new h3 { font-family: var(--font-header); font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; color: var(--text-primary); }
.vehicle-capacity { font-size: 0.95rem; color: var(--gold-primary); font-weight: 600; display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.vehicle-specs { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; padding: 0px; }
.vehicle-specs li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-secondary); }
.vehicle-specs li i { flex-shrink: 0; }
.vehicle-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 20px; margin-top: auto; }
.vehicle-price { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); font-weight: 500; }
.form-group-full { grid-column: span 2; }
@media (max-width: 1200px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .hero-title { font-size: 2.6rem; }
  .hero-subtitle { font-size: 1.05rem; }
  .booking-container { padding: 32px; }
  .form-grid { gap: 16px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicles-grid { grid-template-columns: 1fr; gap: 24px; }
  .vehicle-card-new { max-width: 600px; margin: 0px auto; width: 100%; }
}
@media (max-width: 768px) {
  .top-bar { display: none; }
  .main-header { padding: 12px 0px; }
  .lang-selector-wrapper { display: none; }
  .mobile-lang-switcher { display: flex; }
  .mobile-menu-toggle { display: block; }
  .nav-menu { position: fixed; top: 73px; left: -100%; width: 100%; height: calc(-73px + 100vh); background-color: var(--bg-primary); flex-direction: column; align-items: center; padding: 48px 0px; gap: 24px; transition: var(--transition-normal); border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .nav-menu.active { left: 0px; }
  .header-cta .btn-whatsapp span { display: none; }
  .header-cta .btn-whatsapp { padding: 10px; border-radius: var(--radius-round); }
  .hero-section { min-height: auto; padding: 80px 0px; }
  .hero-title { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-features { flex-direction: column; gap: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group-half { grid-column: span 1; }
  .form-group-full { grid-column: span 1; }
  .price-display-box { flex-direction: column; gap: 20px; text-align: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .routes-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-bottom-buttons { flex-direction: column; align-items: center; gap: 12px; }
  .cta-bottom-buttons .btn { width: 100%; max-width: 320px; }
  .lightbox-prev, .lightbox-next { display: none; }
}
@media (max-width: 576px) {
  .section-title { font-size: 1.8rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-content { flex-direction: column; gap: 12px; text-align: center; }
}

.price-display-box {
  background: rgba(9, 9, 9, 0.96) !important;
  border-color: rgba(255, 215, 108, 0.62) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 215, 108, 0.12) !important;
  opacity: 1 !important;
  filter: none !important;
}

.price-currency,
.price-amount {
  color: #c5a850 !important;
  -webkit-text-fill-color: #c5a850 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: 0 0 14px rgba(197, 168, 80, 0.26), 0 8px 20px rgba(0, 0, 0, 0.58) !important;
}

.price-label,
.price-vehicle-info,
.price-features-list .p-feature {
  opacity: 1 !important;
}
