.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:clamp(6rem,10vw,8rem) 0 5rem;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,160,176,.03) 0%,transparent 70%);animation:float 20s ease-in-out infinite;z-index:-3}.hero-section .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;animation:slowZoom 30s ease-in-out infinite alternate}.hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1212124d,#121212b3);z-index:-1}.hero-section .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:5px;align-items:center;width:100%}.hero-section .hero-content{color:var(--text-light);z-index:1;position:relative;text-align:left}.hero-section .hero-content .hero-title{font-size:clamp(2rem,5vw,3.4rem);margin-bottom:var(--spacing-md);font-weight:500;line-height:1.1;animation:fadeInUp 1s ease-out .1s both;text-shadow:0 4px 5px rgba(0,0,0,.3)}.hero-section .hero-content .hero-title .highlight{position:relative;display:inline-block;color:#0fc0df;text-shadow:0 4px 5px rgba(0,0,0,.3)}.hero-section .hero-content .hero-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);color:var(--primary-color);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-lg);animation:fadeInUp 1s ease-out .2s both;text-shadow:0 5px 7px rgba(0,0,0,.4)}.hero-section .hero-content .hero-rating{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);animation:fadeInUp 1s ease-out .3s both}.hero-section .hero-content .hero-rating .stars{display:flex;gap:var(--spacing-xs);color:#0fc0df;filter:drop-shadow(0 2px 5px rgba(0,0,0,.15))}.hero-section .hero-content .hero-rating .stars .star{animation:starPulse 2s ease-in-out infinite}.hero-section .hero-content .hero-rating .stars .star:nth-child(2){animation-delay:.1s}.hero-section .hero-content .hero-rating .stars .star:nth-child(3){animation-delay:.2s}.hero-section .hero-content .hero-rating .stars .star:nth-child(4){animation-delay:.3s}.hero-section .hero-content .hero-rating .stars .star:nth-child(5){animation-delay:.4s}.hero-section .hero-content .hero-rating .rating-text{font-size:1.1rem;font-weight:var(--font-weight-medium);opacity:.9;text-shadow:0 4px 5px rgba(0,0,0,.3)}.hero-section .hero-content .hero-rating .highlight-reviews{font-weight:var(--font-weight-medium)}.hero-section .hero-content .hero-description{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6;margin-bottom:var(--spacing-lg);opacity:.95;font-weight:var(--font-weight-regular);animation:fadeInUp 1s ease-out .4s both;text-shadow:0 4px 6px rgba(0,0,0,.3)}.hero-section .hero-content .hero-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-sm) var(--spacing-md);margin-bottom:2rem;padding:0;list-style:none;animation:fadeInUp 1s ease-out .5s both}.hero-section .hero-content .hero-benefits__item{display:flex;align-items:center;gap:var(--spacing-xs);font-size:.95rem;color:#fff;opacity:.95;text-shadow:0 4px 6px rgba(0,0,0,.3)}.hero-section .hero-content .hero-benefits__item svg{color:#0fc0df;flex-shrink:0;filter:drop-shadow(0 4px 5px rgba(0,0,0,.3))}.hero-section .hero-content .hero-benefits__item span{line-height:1.4}.hero-section .hero-content .hero-buttons{display:flex;gap:var(--spacing-lg);justify-content:flex-start;flex-wrap:wrap;animation:fadeInUp 1s ease-out .6s both}.hero-section .hero-content .hero-buttons .btn-primary-animated{position:relative;display:inline-flex;align-items:center;padding:var(--spacing-md) var(--spacing-xl);border-radius:var(--radius-md);font-weight:var(--font-weight-medium);font-size:1.1rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;overflow:hidden;background:var(--primary-color);color:#fff;padding:12px 80px;border-radius:48px}.hero-section .hero-content .hero-buttons .btn-primary-animated .button-text{transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.hero-section .hero-content .hero-buttons .btn-primary-animated .button-icon{position:absolute;right:var(--spacing-md);top:50%;transform:translateY(-50%) translate(20px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;z-index:1}.hero-section .hero-content .hero-buttons .btn-primary-animated:hover{transform:translateY(-2px)}.hero-section .hero-content .hero-buttons .btn-primary-animated:hover .button-text{transform:translate(-.3em)}.hero-section .hero-content .hero-buttons .btn-primary-animated:hover .button-icon{opacity:1;transform:translateY(-50%) translate(-190%)}.hero-section .hero-content .hero-buttons .btn-primary-animated:focus{outline:2px solid var(--color-primary);outline-offset:2px}.hero-section .hero-content .hero-buttons .btn-primary-animated:active{transform:translateY(0)}.hero-section .hero-content .hero-buttons .btn-primary-animated:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero-section .hero-content .hero-buttons .btn-primary-animated:disabled:hover{transform:none;gap:0}.hero-section .hero-content .hero-buttons .btn-primary-animated:disabled:hover .button-icon{opacity:0;width:0}.hero-section .hero-content .hero-buttons .btn-primary-animated:hover{background:#0892b2}.hero-section .hero-content .hero-buttons .btn-secondary-animated{position:relative;display:inline-flex;align-items:center;padding:var(--spacing-md) var(--spacing-xl);border-radius:var(--radius-md);font-weight:var(--font-weight-medium);font-size:1.1rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;overflow:hidden;padding:12px 80px;border-radius:48px;background:#fff;color:var(--primary-color)}.hero-section .hero-content .hero-buttons .btn-secondary-animated .button-text{transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.hero-section .hero-content .hero-buttons .btn-secondary-animated .button-icon{position:absolute;right:var(--spacing-md);top:50%;transform:translateY(-50%) translate(20px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;z-index:1}.hero-section .hero-content .hero-buttons .btn-secondary-animated:hover{transform:translateY(-2px)}.hero-section .hero-content .hero-buttons .btn-secondary-animated:hover .button-text{transform:translate(-.3em)}.hero-section .hero-content .hero-buttons .btn-secondary-animated:hover .button-icon{opacity:1;transform:translateY(-50%) translate(-190%)}.hero-section .hero-content .hero-buttons .btn-secondary-animated:focus{outline:2px solid var(--color-primary);outline-offset:2px}.hero-section .hero-content .hero-buttons .btn-secondary-animated:active{transform:translateY(0)}.hero-section .hero-content .hero-buttons .btn-secondary-animated:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero-section .hero-content .hero-buttons .btn-secondary-animated:disabled:hover{transform:none;gap:0}.hero-section .hero-content .hero-buttons .btn-secondary-animated:disabled:hover .button-icon{opacity:0;width:0}.hero-section .hero-content .hero-buttons .btn-secondary-animated:hover{background:var(--primary-color);color:#fff}@media (max-width: 768px){.hero-section .container{padding:3rem 1rem 0rem}}.hero-section .hero-form-wrapper{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 10px 40px #0000004d;max-width:500px;width:100%;z-index:1;position:relative;margin:0 auto;display:flex;justify-content:center;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out .2s forwards}.hero-section .hero-form-wrapper :global(.booking-form-container){margin:0!important;width:100%;opacity:1!important;transform:none!important;animation:none!important}.hero-section .hero-form-wrapper :global(.booking-form){max-width:100%;box-shadow:none;padding:0}@media (max-width: 768px){.hero-section .hero-grid{grid-template-columns:1fr;gap:2rem}.hero-section .booking-form-container{padding:0rem}.hero-section .hero-form-wrapper{order:-1;padding:0;background:none;box-shadow:none;margin-top:1.5rem}.hero-section .booking-form{padding:1.5rem}.hero-section .hero-content{text-align:center}.hero-section .hero-content .hero-rating{justify-content:center;flex-direction:column;gap:var(--spacing-xs)}.hero-section .hero-content .hero-benefits{grid-template-columns:1fr;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs)}.hero-section .hero-content .hero-benefits__item{justify-content:flex-start;max-width:300px}.hero-section .hero-content .hero-buttons{display:none}.hero-section:before{animation:none}.hero-section .hero-image{animation:none}}@media (prefers-reduced-motion: reduce){.hero-section:before{animation:none}.hero-section .hero-image,.hero-section .hero-content .hero-title,.hero-section .hero-content .hero-subtitle,.hero-section .hero-content .hero-rating,.hero-section .hero-content .hero-description,.hero-section .hero-content .hero-buttons{animation:none}.hero-section .hero-content .hero-title .highlight:after{animation:none;width:100%}.hero-section .hero-content .hero-rating .stars .star{animation:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes underlineExpand{0%{width:0}to{width:100%}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes starPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.booking-form-container{display:flex;justify-content:center;background-color:transparent;position:relative;z-index:10;opacity:0;transform:translateY(50px);animation:slideInUp .8s ease-out .3s forwards}.booking-form{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0000000d;width:100%;max-width:900px;min-height:auto;font-family:var(--font-family);position:relative}.booking-form .form-content{display:flex;flex-direction:column;gap:1.2rem}.booking-form .form-title{font-size:1.25rem;font-weight:var(--font-weight-semibold);margin-bottom:1.5rem;color:var(--title-color);text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out .5s forwards}.booking-form .transfer-type-container{display:flex;flex-direction:column;gap:.4rem;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out .6s forwards}.booking-form .transfer-type-container .transfer-type-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem}.booking-form .transfer-type-container .transfer-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:#f8f9fa;padding:.35rem;border-radius:10px;border:2px solid #e9ecef}.booking-form .transfer-type-container .transfer-type-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border:none;border-radius:7px;background:transparent;color:#6c757d;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.booking-form .transfer-type-container .transfer-type-btn .transfer-icon{width:18px;height:18px;transition:transform .3s ease}.booking-form .transfer-type-container .transfer-type-btn .discount-badge{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .35rem;border-radius:4px;line-height:1}.booking-form .transfer-type-container .transfer-type-btn:hover:not(.active){background:#fff;color:var(--text-primary);transform:translateY(-1px)}.booking-form .transfer-type-container .transfer-type-btn.active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #0e759040}.booking-form .transfer-type-container .transfer-type-btn.active .transfer-icon{transform:scale(1.1)}.booking-form .transfer-type-container .transfer-type-btn.active .discount-badge{animation:pulse 2s ease-in-out infinite}.booking-form .route-container{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out .8s forwards}.booking-form .input-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;align-items:start;position:relative;opacity:0;transform:translateY(30px)}.booking-form .input-row:nth-child(3){animation:fadeInUp .6s ease-out 1s forwards}.booking-form .input-row:nth-child(4){animation:fadeInUp .6s ease-out 1.2s forwards}.booking-form .input-group-with-label{display:flex;flex-direction:column;gap:.4rem}.booking-form .input-group-with-label label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem}.booking-form .route-container{display:flex;flex-direction:column;gap:.4rem}.booking-form .route-container .route-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem}.booking-form .route-inputs-stacked{border:2px solid #e9ecef;border-radius:8px;background:#fff;transition:all .3s ease;overflow:hidden}.booking-form .route-inputs-stacked:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #0e75901a;transform:translateY(-1px)}.booking-form .route-inputs-stacked .route-input-wrapper{display:flex;align-items:center;padding:.65rem;gap:.5rem;position:relative}.booking-form .route-inputs-stacked .route-input-wrapper .route-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.booking-form .route-inputs-stacked .route-input-wrapper .route-icon-wrapper .route-icon{width:18px;height:18px;color:#6c757d}.booking-form .route-inputs-stacked .route-input-wrapper .route-icon-wrapper .pickup-icon,.booking-form .route-inputs-stacked .route-input-wrapper .route-icon-wrapper .destination-icon{color:var(--primary-color)}.booking-form .route-inputs-stacked .route-input-wrapper .route-input{border:none;outline:none;width:100%;font-size:.8rem;background:transparent;color:var(--text-primary);font-weight:var(--font-weight-regular);transition:all .2s ease}.booking-form .route-inputs-stacked .route-input-wrapper .route-input::placeholder{color:#adb5bd;font-weight:var(--font-weight-regular)}.booking-form .route-inputs-stacked .route-input-wrapper .route-input:focus{outline:none}.booking-form .route-inputs-stacked .route-input-wrapper .clear-button{background:transparent;border:none;cursor:pointer;padding:2px;border-radius:3px;transition:all .2s ease;flex-shrink:0}.booking-form .route-inputs-stacked .route-input-wrapper .clear-button:hover{background-color:#f8f9fa;transform:scale(1.1)}.booking-form .route-inputs-stacked .route-input-wrapper .clear-button .close-icon{width:14px;height:14px;color:#6c757d}.booking-form .route-inputs-stacked .route-divider{position:relative;height:1px;padding-left:2.25rem}.booking-form .route-inputs-stacked .route-divider .divider-line{height:1px;background:#e9ecef}.booking-form .date-input,.booking-form .time-input,.booking-form .number-input{display:flex;align-items:center;border:2px solid #e9ecef;border-radius:8px;padding:.65rem;background:#fff;transition:all .3s ease;height:42px}.booking-form .date-input:focus-within,.booking-form .time-input:focus-within,.booking-form .number-input:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #0e75901a;transform:translateY(-1px)}.booking-form .date-input input,.booking-form .date-input select,.booking-form .time-input input,.booking-form .time-input select,.booking-form .number-input input,.booking-form .number-input select{border:none;outline:none;width:100%;font-size:.85rem;background:transparent;color:var(--text-primary);font-weight:var(--font-weight-regular)}.booking-form .date-input select,.booking-form .time-input select,.booking-form .number-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:2rem}.booking-form .date-input .calendar-icon,.booking-form .date-input .time-icon,.booking-form .time-input .calendar-icon,.booking-form .time-input .time-icon,.booking-form .number-input .calendar-icon,.booking-form .number-input .time-icon{width:16px;height:16px;color:#6c757d;margin-left:8px;pointer-events:none}.booking-form .number-input{justify-content:space-between}.booking-form .number-input input{text-align:center;width:50px;font-weight:var(--font-weight-semibold);font-size:.95rem;pointer-events:none}.booking-form .number-input .number-btn{background:transparent;border:none;cursor:pointer;color:var(--primary-color);padding:6px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.booking-form .number-input .number-btn:hover:not(:disabled){background-color:var(--primary-color);color:#fff}.booking-form .number-input .number-btn:disabled{color:#dee2e6;cursor:not-allowed}.booking-form .number-input .number-btn .icon{width:14px;height:14px}.continue-button{width:100%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;font-size:.95rem;font-weight:var(--font-weight-semibold);padding:.75rem 1.25rem;border-radius:10px;margin:.7rem 0 0;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;grid-column:1/-1;box-shadow:0 4px 12px #0e75904d;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out 1.8s forwards}.continue-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0e759066}.continue-button:active{transform:translateY(0)}.continue-button .button-icon{width:20px;height:20px}.social-proof{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:1rem 0;padding:.75rem;background:linear-gradient(135deg,#f7f8f8,#f2f3f3);border-radius:10px;border:1px solid #dee2e6;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out 1.6s forwards}.social-proof .social-proof-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--primary-color)}.social-proof .social-proof-icon .icon{width:16px;height:16px}.social-proof p{margin:0;font-size:.75rem;color:var(--text-secondary);font-weight:var(--font-weight-regular)}@media (max-width: 768px){.booking-form-container{padding:1rem}.booking-form{padding:24px}.booking-form .details-inputs,.booking-form .pax-inputs{flex-direction:column;gap:1rem}.booking-form .input-group-half{width:100%}}.loading-icon{animation:spin 1s linear infinite}.continue-button:disabled{opacity:.7;cursor:not-allowed}.continue-button:disabled:hover{transform:none;box-shadow:0 4px 12px #007bff4d}@media (max-width: 768px){.booking-form-container{padding:1rem;margin-top:-2rem}.booking-form{max-width:100%;padding:1.5rem}.booking-form .form-content{gap:1rem}.booking-form .form-title{font-size:1.25rem;margin-bottom:1rem}.booking-form .input-row{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width: 480px){.booking-form-container{padding:.5rem}.booking-form{padding:1rem;border-radius:12px}.booking-form .input-row{gap:.75rem}}.pac-container{border-radius:8px!important;box-shadow:0 8px 25px #00000026!important;margin-top:10px!important;font-family:var(--font-family)!important}.pac-container .pac-item{padding:8px 10px!important;font-size:.875rem!important;border-bottom:1px solid #f0f0f0!important}.pac-container .pac-item:hover{background-color:#f8f9fa!important}.pac-container .pac-item.pac-item-selected{background-color:var(--primary-color)!important;color:#fff!important}.pac-container .pac-item-query{font-weight:var(--font-weight-medium)!important}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.booking-form-container,.form-title,.input-row,.social-proof,.continue-button{animation:none!important;opacity:1!important;transform:none!important}}@media (max-width: 480px){.hero-section .hero-content .hero-title{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:var(--spacing-sm)}.hero-section .hero-content .hero-subtitle{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:var(--spacing-md)}.hero-section .hero-content .hero-rating{flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-md)}.hero-section .hero-content .hero-rating .stars{font-size:1.2rem}.hero-section .hero-content .hero-rating .rating-text{font-size:.9rem}.hero-section .hero-content .hero-description{font-size:1rem;margin-bottom:var(--spacing-lg)}.hero-section .hero-content .hero-buttons{gap:var(--spacing-sm)}.hero-section .hero-content .hero-buttons [class*=-animated]{padding:var(--spacing-sm) var(--spacing-lg);font-size:1rem;max-width:250px}}@media (hover: none) and (pointer: coarse){.hero-section .hero-content .hero-buttons [class*=-animated]{min-height:48px;padding:var(--spacing-md) var(--spacing-xl)}}@media (max-width: 768px) and (orientation: landscape){.hero-section{min-height:100vh;padding-top:calc(60px + var(--spacing-sm))}.hero-section .hero-content .hero-title{font-size:clamp(1.8rem,6vw,2.2rem)}.hero-section .hero-content .hero-buttons{flex-direction:row}.hero-section .hero-content .hero-buttons [class*=-animated]{width:auto;max-width:200px}}@media (max-width: 375px){.hero-section .hero-content .hero-title{font-size:clamp(1.8rem,10vw,2.2rem);line-height:1.1}.hero-section .hero-content .hero-subtitle{font-size:clamp(.9rem,5vw,1.1rem)}.hero-section .hero-content .hero-buttons [class*=-animated]{max-width:220px;font-size:.95rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-section .hero-content .hero-title,.hero-section .hero-content .hero-subtitle{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}
