/* =========================================
   VR Tours & Travels - Ultra Premium Luxury Theme
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Jost:wght@300;400;500&display=swap');

:root {
    /* Luxury Color Palette */
    --primary: #D4AF37; /* Rich Gold */
    --primary-dark: #B5952F;
    --secondary: #0B1B3D; /* Deep Navy Blue */
    --dark: #111111;
    --dark-light: #222222;
    --light: #FDFDFD;
    --white: #ffffff;
    --text-main: #4A4A4A;
    --text-muted: #888888;
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(212, 175, 55, 0.2);
    --glass-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Jost', sans-serif;
    
    /* Spacing & Utilities */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    color: var(--text-main);
    background-color: var(--light);
    line-height: 1.8;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--secondary);
    line-height: 1.3;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

/* =========================================
   Utility Classes
   ========================================= */
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.mb-2 { margin-bottom: 1.5rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 5rem; }
.mt-1 { margin-top: 1.5rem; }
.mt-2 { margin-top: 3rem; }
.my-2 { margin-top: 2rem; margin-bottom: 2rem; }
.p-2 { padding: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-800 { max-width: 800px; }
.hidden { display: none !important; }
.bg-light { background-color: #F8F8F8; }

/* Glassmorphism - Refined */
.glass-effect {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.03);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

/* Buttons - Elegant */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 32px;
    border-radius: 2px;
    font-weight: 400;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.btn-primary {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}

.btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--secondary);
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-outline-light {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--secondary);
}

.btn-lg { padding: 18px 40px; font-size: 0.9rem; }
.btn-sm { padding: 10px 20px; font-size: 0.75rem; letter-spacing: 1px;}
.btn-block { width: 100%; }

/* =========================================
   Navigation - Ultra Clean
   ========================================= */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    padding: 20px 0;
    transition: all 0.3s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    height: 80px; /* Increased by 10% for better visual balance */
    object-fit: contain;
    transition: transform 0.3s ease;
    mix-blend-mode: multiply;
    margin-right: 40px; /* Generous spacing between logo and first menu item */
}
.brand-logo:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-item {
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--secondary);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-item:hover::after, .nav-item.active::after {
    width: 100%;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--secondary);
    cursor: pointer;
}

/* =========================================
   Hero Section - Cinematic
   ========================================= */
.hero {
    height: 100vh;
    min-height: 700px;
    background-image: url('https://images.unsplash.com/photo-1454391304352-2bf4678b1a7a?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 27, 61, 0.5); /* Navy overlay */
}

.hero-content {
    position: relative;
    z-index: 10;
    color: var(--white);
    max-width: 900px;
    padding-top: 80px;
}

.hero-content h1 {
    color: var(--white);
    font-size: 5.5rem;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: 2px;
}

.hero-content h1 span {
    font-style: italic;
    color: var(--primary);
}

.hero-content p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* Animations */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-up {
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }

/* =========================================
   Sections & Grids
   ========================================= */
.section {
    padding: 120px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-header h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: var(--secondary);
    position: relative;
    font-weight: 400;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: var(--primary);
    margin: 30px auto 0;
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 50px;
}

/* =========================================
   Package Cards - Editorial Style
   ========================================= */
.package-card {
    background: var(--white);
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border-radius: 20px; /* CURVED EDGES */
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-15px);
}

.card-img-container {
    position: relative;
    aspect-ratio: 4 / 3; /* Matches the 800x600 image size perfectly to prevent cropping */
    background: #f4f4f4;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures uniform cover layout */
    transition: transform 1.5s ease;
}

.package-card:hover .card-img {
    transform: scale(1.08);
}

.card-badge {
    position: absolute;
    top: 20px;
    left: -10px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 20px 8px 30px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card-content {
    padding: 30px 0 10px 0; /* Remove side padding for editorial look */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.card-location {
    color: var(--text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--secondary);
}

.card-desc {
    color: var(--text-main);
    font-size: 0.95rem;
    margin-bottom: 25px;
    flex-grow: 1;
    font-weight: 300;
}

.card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.card-price {
    font-weight: 400;
    color: var(--primary-dark);
    font-size: 1.2rem;
    letter-spacing: 1px;
}

/* =========================================
   About & Other Cards
   ========================================= */
.about-flex {
    display: flex;
    align-items: center;
    gap: 100px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.about-text p {
    font-size: 1.15rem;
    margin-bottom: 40px;
    color: var(--text-main);
}

.feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.feature-list li {
    font-weight: 400;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: 1px;
}

.feature-list li i {
    color: var(--primary);
    font-size: 1.2rem;
}

.about-image {
    flex: 1;
    position: relative;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    z-index: -1;
}

.about-image img {
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.service-card {
    padding: 50px 30px;
    text-align: center;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--primary);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: var(--primary);
}

.service-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.service-detail {
    color: var(--text-muted);
    font-weight: 300;
}

.guide-card {
    background: var(--white);
    border-radius: 20px; /* CURVED EDGES */
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
}

.guide-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
}

.guide-content {
    padding: 30px 20px;
}

.guide-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 400;
}

.guide-text {
    color: var(--text-main);
    font-weight: 300;
}

/* =========================================
   Page Headers - Cinematic
   ========================================= */
.page-header {
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.domestic-bg { background-image: url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1920&q=80'); }
.intl-bg { background-image: url('https://images.unsplash.com/photo-1570077188670-e3a8d69ac5ff?auto=format&fit=crop&w=1920&q=80'); }
.corp-bg { background-image: url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1920&q=80'); }
.guide-bg { background-image: url('https://images.unsplash.com/photo-1501504905252-473c47e087f8?auto=format&fit=crop&w=1920&q=80'); }

.header-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(11, 27, 61, 0.6);
}

.page-header h1 {
    color: var(--white);
    font-size: 4.5rem;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    font-weight: 400;
}

.page-header p {
    font-size: 1.3rem;
    position: relative;
    z-index: 2;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
}

/* =========================================
   Detail Pages - Editorial
   ========================================= */
.detail-header {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.detail-badges {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.badge {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 10px 25px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
}

.itinerary-container {
    padding: 0;
    margin-top: 40px;
}

.itinerary-list {
    list-style: none;
    position: relative;
}

.itinerary-item {
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    background: var(--white);
    border-left: 3px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.itinerary-day {
    color: var(--secondary);
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--font-body);
}

.itinerary-desc {
    color: var(--text-main);
    font-weight: 300;
}

.booking-card {
    padding: 40px;
    text-align: center;
    background: var(--secondary);
    color: var(--white);
    border-radius: 0;
}

.booking-card .price-tag {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--primary);
    font-family: var(--font-heading);
}

.booking-card .price-sub {
    color: rgba(255,255,255,0.6);
    font-weight: 300;
    letter-spacing: 1px;
}

.booking-card hr {
    border-color: rgba(255,255,255,0.1);
}

.inclusion-list {
    list-style: none;
    margin: 30px 0;
    text-align: left;
}

.inclusion-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.inclusion-list li i {
    color: var(--primary);
}

.sticky-sidebar {
    position: sticky;
    top: 120px;
}

/* =========================================
   Inquiry Modal Form
   ========================================= */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(11, 27, 61, 0.85);
    backdrop-filter: blur(10px);
    z-index: 2000;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    padding: 60px 20px;
}

.modal-overlay.active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
}

.modal-content {
    background: var(--white);
    width: 100%;
    max-width: 700px;
    padding: 60px;
    position: relative;
    transform: translateY(-30px);
    transition: transform 0.4s ease;
    margin: auto;
    border-top: 5px solid var(--primary);
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.close-modal {
    position: absolute;
    top: 30px; right: 30px;
    background: none; border: none;
    font-size: 1.8rem; color: var(--text-muted);
    cursor: pointer;
    transition: var(--transition);
}

.close-modal:hover { color: var(--secondary); transform: rotate(90deg); }

.modal-title { margin-bottom: 10px; font-size: 2.5rem; font-weight: 400; color: var(--secondary); }
.modal-subtitle { color: var(--text-muted); margin-bottom: 40px; font-weight: 300; letter-spacing: 1px;}

.form-group { margin-bottom: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary);
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 1.1rem;
    transition: var(--transition);
    background: transparent;
    color: var(--dark);
    font-weight: 300;
}

input:focus, textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background: var(--white);
    border: 1px solid #DDDDDD;
    padding: 12px 25px;
    font-weight: 400;
    transition: var(--transition);
    color: var(--text-main);
    user-select: none; /* Prevents text highlighting when clicking rapidly */
}

.checkbox-label:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* Visual feedback when checkbox is clicked */
.checkbox-label:has(input:checked) {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.requirements-group {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 40px;
}

.form-success {
    text-align: center;
    padding: 60px 0;
}

.success-icon {
    font-size: 5rem;
    color: var(--primary);
    margin-bottom: 30px;
}

/* =========================================
   Footer - Elegant
   ========================================= */
.footer {
    background: var(--secondary);
    color: var(--white);
    padding: 100px 0 30px;
    margin-top: 100px;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.footer-brand-logo {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
    background: #ffffff; /* White background badge to preserve original logo colors */
    padding: 8px 20px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: var(--transition);
}
.footer-brand-logo:hover {
    transform: scale(1.05);
}

.about-col p { color: rgba(255,255,255,0.6); font-weight: 300; font-size: 1.1rem; }

.social-links {
    display: flex; gap: 20px; margin-top: 30px;
}

.social-links a {
    display: inline-flex !important;
    align-items: center; justify-content: center;
    width: 45px; height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--white);
    margin-bottom: 0 !important;
    transition: var(--transition);
}

/* Native Brand Colors for Social Icons */
.social-links a.facebook {
    color: #1877F2;
    border-color: rgba(24, 119, 242, 0.3);
}
.social-links a.facebook:hover {
    background: #1877F2;
    color: #fff;
    border-color: #1877F2;
}

.social-links a.instagram {
    color: #E4405F;
    border-color: rgba(228, 64, 95, 0.3);
}
.social-links a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border-color: transparent;
}

.social-links a.whatsapp {
    color: #25D366;
    border-color: rgba(37, 211, 102, 0.3);
}
.social-links a.whatsapp:hover {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.social-links a.youtube {
    color: #FF0000;
    border-color: rgba(255, 0, 0, 0.3);
}
.social-links a.youtube:hover {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

.social-links a.twitter {
    color: #1DA1F2;
    border-color: rgba(29, 161, 242, 0.3);
}
.social-links a.twitter:hover {
    background: #1DA1F2;
    color: #fff;
    border-color: #1DA1F2;
}

.social-links a.linkedin {
    color: #0077B5;
    border-color: rgba(0, 119, 181, 0.3);
}
.social-links a.linkedin:hover {
    background: #0077B5;
    color: #fff;
    border-color: #0077B5;
}

.footer-col h3 {
    color: var(--primary);
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-col a {
    display: block;
    color: rgba(255,255,255,0.6);
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer-col a:hover {
    color: var(--primary);
    padding-left: 8px;
}

.footer-col p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
}

.footer-col p i { color: var(--primary); }

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================
   Responsive Design
   ========================================= */
@media (max-width: 1200px) {
    .nav-links {
        gap: 20px;
    }
    .brand-logo {
        height: 66px; /* Increased by 10% for better visual balance */
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .hero-content h1 { font-size: 4rem; }
    .detail-layout { grid-template-columns: 1fr; gap: 50px;}
    .sticky-sidebar { position: static; }
    .about-flex { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
    .navbar {
        padding: 12px 0;
    }
    .brand-logo {
        height: 58px; /* Increased by 10% for better visual balance */
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 40px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero-content h1 { font-size: 3rem; }
    .hero-content p { font-size: 1rem; }
    .hero-actions { flex-direction: column; }
    .form-row { grid-template-columns: 1fr; }
    .footer-container { grid-template-columns: 1fr; text-align: center; }
    .social-links { justify-content: center; }
    .footer-col p { justify-content: center; }
    
    .page-header h1 { font-size: 3rem; }
    .detail-header { height: 500px; }
    .grid-4, .grid-3 { grid-template-columns: 1fr; }
    .container { padding: 0 20px; }
    .dashboard-layout { grid-template-columns: 1fr !important; gap: 30px !important; }
    .modal-content { padding: 40px 20px; }
    .search-overlay { padding: 40px 20px; }
}

/* =========================================
   Luxury Search Bar & Portal Upgrades
   ========================================= */
.search-trigger-btn {
    background: none;
    border: none;
    font-size: 1.1rem;
    color: var(--secondary);
    cursor: pointer;
    padding: 5px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-trigger-btn:hover {
    color: var(--primary);
    transform: scale(1.1);
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(11, 27, 61, 0.98); /* Luxury Navy */
    backdrop-filter: blur(15px);
    z-index: 3000;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    padding: 80px 40px;
}
.search-overlay.active {
    display: block;
    opacity: 1;
}
.search-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.close-search {
    position: absolute;
    top: -40px; right: 0;
    background: none; border: none;
    font-size: 2.2rem; color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: var(--transition);
}
.close-search:hover {
    color: var(--primary);
    transform: rotate(90deg);
}
.search-box-wrap {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.search-box-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 60px 20px 0;
    font-size: 2rem;
    font-family: var(--font-heading);
    color: var(--white);
    font-weight: 300;
}
.search-box-wrap input::placeholder {
    color: rgba(255,255,255,0.3);
}
.search-box-wrap input:focus {
    outline: none;
}
.search-box-icon {
    position: absolute;
    right: 20px; top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: var(--primary);
}
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
.search-result-card {
    display: flex;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    height: 120px;
}
.search-result-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: var(--primary);
    transform: translateY(-5px);
}
.search-result-img {
    width: 100px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.search-result-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    flex-grow: 1;
}
.search-result-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 4px;
}
.search-result-title {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-body);
    font-weight: 500;
}
.search-result-desc {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-price {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 500;
}

/* Customer Portal Portal */
.portal-bg { background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1920&q=80'); }

/* Status Badges */
.status-badge {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: var(--font-body);
}
.status-pending { background: rgba(224, 160, 64, 0.12); color: #e0a040; border: 1px solid rgba(224, 160, 64, 0.25); }
.status-confirmed { background: rgba(76, 175, 125, 0.12); color: #4caf7d; border: 1px solid rgba(76, 175, 125, 0.25); }
.status-progress { background: rgba(90, 158, 224, 0.12); color: #5a9ee0; border: 1px solid rgba(90, 158, 224, 0.25); }
.status-completed { background: rgba(136, 136, 136, 0.12); color: #888888; border: 1px solid rgba(136, 136, 136, 0.25); }
.status-cancelled { background: rgba(224, 90, 90, 0.12); color: #e05a5a; border: 1px solid rgba(224, 90, 90, 0.25); }

/* General utility helper for forms inside customer portal UI */
.portal-container label {
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary);
}
.portal-container input {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 25px;
    font-family: var(--font-body);
}
.portal-container input:focus {
    outline: none;
    border-color: var(--primary);
}
.error-msg {
    color: var(--danger);
    font-size: 0.9rem;
    margin-top: 15px;
    text-align: center;
}
.success-msg {
    color: var(--success);
    font-size: 0.9rem;
    margin-top: 15px;
    text-align: center;
}
