:root { --primary-color: #2563eb; --secondary-color: #1e40af; --accent-color: #f59e0b; --dark-color: #1f2937; --light-color: #f8fafc; --font-display: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif; --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; } body { font-family: var(--font-body); overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); } .navbar { background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); padding: 1rem 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .navbar-brand { font-size: 1.5rem; font-weight: 700; color: white !important; display: flex; align-items: center; gap: 0.5rem; } .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.9) !important; font-weight: 700 !important; padding: 0.5rem 1rem !important; transition: all 0.3s ease; } .navbar-nav .nav-link:hover { color: white !important; background: rgba(255, 255, 255, 0.1); border-radius: 5px; } .dropdown-menu { border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); border: none; padding: 0.5rem; } .dropdown-item { border-radius: 5px; padding: 0.75rem 1rem; transition: all 0.3s ease; } .dropdown-item:hover, .dropdown-item.active { background: var(--primary-color); color: white; } .hero-section { background: linear-gradient(135deg, rgba(15, 23, 42, 0.78) 0%, rgba(30, 64, 175, 0.88) 100%), image-set( url('/images/hero.webp') type('image/webp'), url('/images/hero.jpg') type('image/jpeg') ); background-size: cover; background-position: center; background-attachment: fixed; min-height: 640px; display: flex; align-items: center; } .hero-content { position: relative; z-index: 2; color: white; padding: 3.5rem 0 2.5rem; } .hero-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hero-subtitle { font-size: 1.3rem; margin-bottom: 1.5rem; opacity: 0.95; } .hero-highlights { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; } .hero-highlights li { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; } .hero-highlights i { color: #fbbf24; } .hero-routes { margin-top: 2rem; text-align: center; } .hero-routes span { display: inline-block; font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75); font-weight: 700; margin-bottom: 0.75rem; } .route-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; } .route-chip { border: 1px solid rgba(255, 255, 255, 0.35); background: rgba(15, 23, 42, 0.4); color: #ffffff; border-radius: 999px; padding: 0.5rem 1.1rem; font-weight: 600; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; } .route-chip:hover { transform: translateY(-2px); background: rgba(15, 23, 42, 0.65); } .hero-gallery { margin-top: 2.5rem; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } .hero-tile { position: relative; border-radius: 18px; overflow: hidden; min-height: 160px; background-size: cover; background-position: center; box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25); } .hero-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.6)); } .hero-tile span { position: absolute; bottom: 12px; left: 16px; z-index: 1; color: #ffffff; font-weight: 700; } .search-card { background: white; border-radius: 20px; padding: 2.5rem; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22); margin-top: 2rem; border: 1px solid rgba(255, 255, 255, 0.6); } .search-header { text-align: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 2px solid #e5e7eb; } .search-header h2 { color: var(--dark-color); font-weight: 700; margin: 0; display: flex; align-items: center; justify-content: center; gap: 0.5rem; } .search-header h2 i { color: var(--primary-color); } .form-label { font-weight: 600; color: var(--dark-color); margin-bottom: 0.5rem; font-size: 0.9rem; } .form-control, .form-select { padding: 0.75rem 1rem; border-radius: 10px; border: 2px solid #e5e7eb; transition: all 0.3s ease; } .form-control:focus, .form-select:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.1); } .search-btn { background: linear-gradient(135deg, #f97316 0%, #ef4444 100%); border: none; padding: 1.1rem 3.5rem; font-size: 1.15rem; font-weight: 800; border-radius: 12px; color: white; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(249, 115, 22, 0.45); } .search-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(249, 115, 22, 0.55); } .search-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; } .passenger-dropdown { position: relative; } .passenger-toggle { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; background: white; cursor: pointer; } .passenger-toggle i { color: #6b7280; } .passenger-menu { position: absolute; top: calc(100% + 0.5rem); left: 0; right: 0; background: white; border: 1px solid #e5e7eb; border-radius: 14px; box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2); padding: 1.2rem; z-index: 20; display: none; } .passenger-menu.active { display: block; } .passenger-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.75rem; } .passenger-type { font-weight: 600; color: var(--dark-color); } .passenger-age { font-size: 0.75rem; color: #6b7280; } .passenger-controls { display: flex; align-items: center; gap: 0.5rem; } .counter-btn { width: 30px; height: 30px; border-radius: 8px; border: 1px solid #e5e7eb; background: #f9fafb; color: var(--dark-color); font-weight: 700; } .counter-btn:disabled { opacity: 0.4; cursor: not-allowed; } .passenger-count { min-width: 18px; text-align: center; font-weight: 600; } .passenger-divider { border-top: 1px solid #e5e7eb; margin: 0.85rem 0; } .passenger-section-title { font-weight: 700; color: var(--dark-color); margin-bottom: 0.5rem; } .cabin-options { display: grid; gap: 0.5rem; margin-bottom: 0.9rem; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 10px; padding: 0.6rem; } .cabin-option { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; color: var(--dark-color); } .cabin-option input { accent-color: var(--primary-color); } .passenger-done { width: 100%; border: none; border-radius: 10px; padding: 0.7rem 1rem; background: var(--primary-color); color: white; font-weight: 700; } .autocomplete-wrapper { position: relative; } .autocomplete-results { position: absolute; top: 100%; left: 0; right: 0; background: white; border: 1px solid #e5e7eb; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); margin-top: 0.35rem; max-height: 240px; overflow-y: auto; z-index: 15; display: none; } .autocomplete-results.active { display: block; } .autocomplete-item { width: 100%; text-align: left; background: transparent; border: none; padding: 0.6rem 0.9rem; font-size: 0.9rem; color: var(--dark-color); } .autocomplete-item:hover { background: #eff6ff; } .autocomplete-item .item-code { font-weight: 700; color: var(--primary-color); } .embed-results { margin-top: 2rem; display: none; } .embed-results.active { display: block; } .embed-frame { height: 1800px; min-height: 1600px; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; background: white; } .embed-frame iframe { width: 100% !important; height: 1800px !important; min-height: 1600px !important; border: 0; display: block; background: #ffffff !important; filter: none !important; } .results-section { padding: 3rem 0; display: none; } .results-section .results-container { max-width: 100%; padding-left: clamp(1rem, 3vw, 3.5rem); padding-right: clamp(1rem, 3vw, 3.5rem); } .results-section.active { display: block; } .flight-card { background: white; border-radius: 15px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; border: 2px solid transparent; } .flight-card:hover { border-color: var(--primary-color); transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .airline-logo { width: 60px; height: 60px; object-fit: contain; } .flight-time { font-size: 1.5rem; font-weight: 700; color: var(--dark-color); } .flight-duration { color: #6b7280; font-size: 0.9rem; } .flight-price { font-size: 2rem; font-weight: 800; color: var(--accent-color); } .book-btn { background: var(--primary-color); color: white; border: none; padding: 0.75rem 2rem; border-radius: 10px; font-weight: 600; transition: all 0.3s ease; } .book-btn:hover { background: var(--secondary-color); transform: scale(1.05); } .feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; color: white; } .destinations-section { padding: 5rem 0 2rem; background: #ffffff; } .section-kicker { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.75rem; font-weight: 700; color: var(--secondary-color); } .destination-card { border-radius: 18px; overflow: hidden; background: #ffffff; box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12); border: 1px solid rgba(15, 23, 42, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; } .destination-card:hover { transform: translateY(-6px); box-shadow: 0 28px 55px rgba(15, 23, 42, 0.2); } .destination-image { height: 180px; background-size: cover; background-position: center; } .destination-body { padding: 1.5rem; } .destination-body h3 { font-size: 1.4rem; font-weight: 700; color: var(--dark-color); } .destination-meta { color: #6b7280; font-size: 0.9rem; } .destination-list { padding-left: 1.1rem; color: #6b7280; margin-bottom: 1rem; } .destination-link { font-weight: 700; color: var(--primary-color); text-decoration: none; } .destination-link:hover { text-decoration: underline; } .wl-destinations { margin-top: 3rem; padding: 2.5rem 2.5rem 1rem; border-radius: 18px; background: #f8fafc; border: 1px solid #e5e7eb; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08); } .wl-destinations h3 { font-size: 1.5rem; font-weight: 700; text-align: center; margin-bottom: 1.5rem; color: var(--dark-color); } .wl-destinations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } .wl-destinations-grid .tpwl-widget-weedle { background: #ffffff; border-radius: 14px; border: 1px solid #e5e7eb; padding: 12px; min-height: 60px; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08); } .reviews-section { padding: 4rem 0; background: #ffffff; } .review-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } .review-card { background: #f8fafc; border-radius: 18px; padding: 1.6rem; border: 1px solid #e5e7eb; box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08); } .review-stars { color: #f59e0b; margin-bottom: 0.75rem; } .review-card h5 { font-weight: 700; color: var(--dark-color); margin-bottom: 0.35rem; } .review-card p { color: #6b7280; margin: 0; } .review-meta { margin-top: 1rem; font-weight: 600; color: #1f2937; } .blog-preview { padding: 4.5rem 0; background: #f8fafc; } .blog-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } .blog-card { border-radius: 18px; overflow: hidden; background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1); height: 100%; } .blog-thumb { height: 180px; background-size: cover; background-position: center; } .blog-body { padding: 1.4rem; } .blog-body h4 { font-weight: 700; color: var(--dark-color); } .blog-body p { color: #6b7280; } .tools-section { padding: 3rem 0; background: var(--light-color); } .tool-card { background: #ffffff; border-radius: 18px; padding: 1.8rem; border: 1px solid rgba(15, 23, 42, 0.08); box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1); height: 100%; } .tool-card h3 { font-size: 1.4rem; font-weight: 700; color: var(--dark-color); } .tool-card p { color: #6b7280; } .tool-link { font-weight: 700; color: var(--primary-color); text-decoration: none; } .tool-link:hover { text-decoration: underline; } .footer { background: linear-gradient(135deg, var(--dark-color) 0%, #111827 100%); color: white; padding: 3rem 0 1rem; } .footer-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; } .footer-logo { height: 40px; width: auto; margin-bottom: 1rem; display: block; } .footer-links { list-style: none; padding: 0; } .footer-links li { margin-bottom: 0.5rem; } .footer-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: all 0.3s ease; } .footer-links a:hover { color: white; padding-left: 5px; } .social-links a { display: inline-block; width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; text-align: center; line-height: 40px; color: white; margin-right: 0.5rem; transition: all 0.3s ease; } .social-links a:hover { background: var(--primary-color); transform: translateY(-3px); } .copyright { text-align: center; padding: 1.5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 2rem; color: rgba(255, 255, 255, 0.6); } @media (max-width: 992px) { .wl-destinations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 768px) { input, select, textarea { font-size: 16px !important; } .hero-title { font-size: 2rem; line-height: 1.2; } .hero-subtitle { font-size: 1rem; } .search-card { padding: 1.5rem; } .search-btn { width: 100%; padding: 1.25rem; font-size: 1.125rem; } .flight-price { font-size: 1.5rem; } .hero-highlights { flex-direction: column; align-items: flex-start; gap: 0.75rem; } .nav-link, .dropdown-item, button, .btn { min-height: 44px; display: flex; align-items: center; } .embed-frame { height: 1400px; min-height: 1200px; } .embed-frame iframe { height: 1400px !important; min-height: 1200px !important; } .passenger-menu { position: fixed; bottom: 0; left: 0; right: 0; top: auto; border-radius: 20px 20px 0 0; max-height: 70vh; overflow-y: auto; z-index: 9999; } .passenger-menu.active::before { content: ''; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: -1; } } @media (max-width: 576px) { .hero-title { font-size: 1.75rem; } .search-header h2 { font-size: 1.25rem; } .navbar-brand { font-size: 1.2rem; } .wl-destinations { padding: 2rem 1.5rem; } .wl-destinations-grid { grid-template-columns: 1fr; } .hero-gallery { grid-template-columns: 1fr; } }