.v2-design-root nav.tts-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding-inline:var(--shell-padding-x,2rem);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;box-shadow:none;transition:background .3s,border-color .3s,box-shadow .3s}.v2-design-root nav.tts-nav.scrolled{background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 12px rgba(14,165,233,.08)}.v2-design-root nav.tts-nav .nav-links>a{color:rgba(255,255,255,.85)}.v2-design-root nav.tts-nav.scrolled .nav-links>a{color:var(--text-body)}.v2-design-root nav.tts-nav .nav-links>a:hover{color:#fff}.v2-design-root nav.tts-nav.scrolled .nav-links>a:hover{color:var(--sky-dark)}.v2-design-root nav.tts-nav .nav-links a.nav-cta,.v2-design-root nav.tts-nav.scrolled .nav-links a.nav-cta{color:#fff}.v2-design-root nav.tts-nav .nav-links a.nav-cta:hover,.v2-design-root nav.tts-nav.scrolled .nav-links a.nav-cta:hover{color:#fff;background:var(--sky-dark)}.v2-design-root nav.tts-nav .nav-phone{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3)}.v2-design-root nav.tts-nav.scrolled .nav-phone{background:var(--sky-light);color:var(--sky-dark);border:none}.v2-design-root nav.tts-nav .nav-cta{background:var(--sky);box-shadow:var(--shadow-glow-sm)}.v2-design-root nav.tts-nav.scrolled .nav-cta{background:var(--sky)}.v2-design-root .nav-inner{width:100%;max-width:var(--content-max,1280px);margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;height:var(--nav-height,70px);gap:1rem}.v2-design-root .nav-brand-wrap{display:flex;align-items:center;gap:12px;flex-shrink:0}.v2-design-root .tts-logo{text-decoration:none;flex-shrink:0;display:flex;align-items:center}.v2-design-root .thuraya-logo-img{height:44px;width:auto;max-width:200px;display:block}@media (max-width:767px){.v2-design-root .thuraya-logo-img{height:38px;max-width:168px}}.v2-design-root nav.tts-nav #logo-letters{fill:#fff;transition:fill .3s}.v2-design-root nav.tts-nav #logo-bar,.v2-design-root nav.tts-nav #logo-plane{fill:var(--sky);transition:fill .3s}.v2-design-root nav.tts-nav #logo-plane ellipse[fill="#0284C7"],.v2-design-root nav.tts-nav #logo-plane ellipse[fill="#456894"],.v2-design-root nav.tts-nav #logo-plane path[fill="#0369A1"],.v2-design-root nav.tts-nav #logo-plane path[fill="#3a5d85"]{fill:#7dd3fc}.v2-design-root nav.tts-nav.scrolled #logo-letters{fill:var(--navy)}.v2-design-root nav.tts-nav.scrolled #logo-bar,.v2-design-root nav.tts-nav.scrolled #logo-plane{fill:var(--sky)}.v2-design-root .nav-links{display:flex;gap:1.8rem;align-items:center}.v2-design-root .nav-links a{color:var(--text-body);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.v2-design-root .nav-links a.nav-active{color:var(--sky-dark)!important}.v2-design-root .nav-phone{display:flex;align-items:center;gap:6px;color:var(--sky-dark);font-size:13.5px;font-weight:600;text-decoration:none;background:var(--sky-light);padding:7px 14px;border-radius:20px}.v2-design-root nav.tts-nav .nav-phone svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.v2-design-root .nav-cta{background:var(--sky);color:#fff;padding:9px 22px;border-radius:8px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;box-shadow:var(--shadow-glow-sm)}.v2-design-root .nav-cta:hover{background:var(--sky-dark);color:#fff}.v2-design-root .lang-btn{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);border-radius:8px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}.v2-design-root nav.tts-nav.scrolled .lang-btn{background:#fff;border-color:var(--border);color:var(--navy)}.v2-design-root .lang-btn:hover{border-color:var(--sky);color:var(--sky-dark);background:var(--sky-light)}.v2-design-root .currency-wrap{position:relative}.v2-design-root .currency-btn{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);border-radius:8px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}.v2-design-root nav.tts-nav.scrolled .currency-btn{background:#fff;border-color:var(--border);color:var(--navy)}.v2-design-root .currency-btn:hover{border-color:var(--sky);color:var(--sky-dark);background:var(--sky-light)}.v2-design-root .currency-drop{position:absolute;top:calc(100% + 8px);right:0;min-width:88px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(11,37,64,.12);padding:6px;z-index:200}.v2-design-root .currency-drop button{display:block;width:100%;border:none;background:transparent;border-radius:6px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;color:var(--navy);text-align:left;cursor:pointer}.v2-design-root .currency-drop button.is-active,.v2-design-root .currency-drop button:hover{background:var(--sky-light);color:var(--sky-dark)}.v2-design-root .back-btn{width:38px;height:38px;border-radius:8px;border:1.5px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;color:var(--navy);cursor:pointer;padding:0}.v2-design-root .back-btn:hover{border-color:var(--sky);background:var(--sky-pale);color:var(--sky-dark)}.v2-design-root .v2-content-shell{width:100%;max-width:var(--content-max,1280px);margin-inline:auto}.v2-design-root footer{background:var(--navy);padding:72px var(--shell-padding-x,2rem) 0}.v2-design-root .footer-inner{max-width:var(--content-max,1280px);margin:0 auto}.v2-design-root .footer-brand-logo{display:inline-flex;margin-bottom:4px}.v2-design-root .footer-brand-logo .thuraya-logo-img{height:44px;width:auto;max-width:180px;object-fit:contain;display:block}.v2-design-root .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}.v2-design-root .footer-brand p{font-size:13px;color:rgba(160,168,176,.8);line-height:1.7;font-weight:300;margin-top:16px;max-width:270px}.v2-design-root .footer-social{display:flex;gap:10px;margin-top:20px}.v2-design-root .soc{width:36px;height:36px;border-radius:50%;border:1px solid rgba(14,165,233,.25);display:flex;align-items:center;justify-content:center;color:rgba(160,168,176,.7);text-decoration:none;font-size:12.5px;font-weight:700;transition:all .2s}.v2-design-root .soc:hover{border-color:var(--sky);color:var(--sky);background:rgba(14,165,233,.08)}.v2-design-root .footer-col h4{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--sky);margin-bottom:20px}.v2-design-root .footer-col a{display:block;font-size:13.5px;color:rgba(160,168,176,.75);text-decoration:none;margin-bottom:10px;transition:color .2s;font-weight:300}.v2-design-root .footer-col a:hover{color:#fff}.v2-design-root .footer-col p{font-size:13px;color:rgba(160,168,176,.75);line-height:1.7;font-weight:300;margin-bottom:6px}.v2-design-root .newsletter-form{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px;position:relative}.v2-design-root .newsletter-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.v2-design-root .newsletter-form input[type=email]{flex:1 1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 12px;font-family:var(--font-body);font-size:13px;color:#fff;outline:none;min-width:0}.v2-design-root .newsletter-form input[type=email]::placeholder{color:rgba(255,255,255,.3)}.v2-design-root .newsletter-form input[type=email]:focus{border-color:rgba(14,165,233,.4)}.v2-design-root .newsletter-form input[type=email][aria-invalid=true]{border-color:rgba(248,113,113,.7)}.v2-design-root .newsletter-form button{background:var(--sky);border:none;border-radius:8px;padding:10px 16px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .2s,opacity .2s;white-space:nowrap}.v2-design-root .newsletter-form button:hover:not(:disabled){background:var(--sky-dark)}.v2-design-root .newsletter-form button:disabled{opacity:.65;cursor:wait}.v2-design-root .newsletter-feedback{flex-basis:100%;margin:2px 0 0;font-size:12px;line-height:1.4;font-weight:400}.v2-design-root .newsletter-feedback.is-success{color:#86efac}.v2-design-root .newsletter-feedback.is-error{color:#fca5a5}.v2-design-root .footer-bottom{padding:22px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.v2-design-root .footer-copy{font-size:12.5px;color:rgba(160,168,176,.5);font-weight:300}.v2-design-root .pay-badges{display:flex;gap:7px}.v2-design-root .pay-badge{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:5px;padding:4px 10px;font-size:11px;color:rgba(160,168,176,.6);font-weight:500}.v2-design-root .wa-btn{position:fixed;bottom:100px;right:28px;z-index:200;background:#25d366;border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.45);cursor:pointer;transition:transform .2s;text-decoration:none}.v2-design-root .wa-btn:hover{transform:scale(1.1)}.v2-design-root .wa-btn svg{width:30px;height:30px;fill:#fff}.v2-design-root .tts-page-hero{padding-top:var(--nav-height,70px);padding-inline:var(--shell-padding-x,2rem);background:var(--navy-grad);position:relative;overflow:hidden;min-height:200px;display:flex;align-items:center}.v2-design-root .tts-page-hero__bg{position:absolute;inset:0;background-image:url(https://www.thurayatravel.com/img/pageHeader/2.jpg);background-size:cover;background-position:50%;opacity:.15}.v2-design-root .tts-page-hero__inner{max-width:var(--content-max,1280px);margin:0 auto;padding:32px 0;position:relative;z-index:2;width:100%}.v2-design-root .tts-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}.v2-design-root .tts-breadcrumb a{color:rgba(255,255,255,.5);font-size:13px}.v2-design-root .tts-breadcrumb span{color:rgba(255,255,255,.25);font-size:13px}.v2-design-root .tts-breadcrumb strong{color:rgba(255,255,255,.75);font-size:13px;font-weight:500}.v2-design-root .tts-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(var(--sky-rgb),.15);border:1px solid rgba(var(--sky-rgb),.35);color:#7dd3fc;padding:6px 16px;border-radius:20px;font-size:11.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:14px}.v2-design-root .tts-page-hero h1{font-family:var(--font-body)!important;font-size:24px!important;font-weight:800!important;color:#fff!important;line-height:1.1!important;margin-bottom:10px;letter-spacing:-.5px!important}.v2-design-root .tts-page-hero h1 em{color:#7dd3fc!important;font-style:normal;font-weight:800!important}.v2-design-root .tts-page-hero p{color:rgba(255,255,255,.6);font-size:15px;font-weight:300;max-width:480px;line-height:1.7}.v2-design-root .tts-cta-strip{background:linear-gradient(135deg,var(--sky) 0,var(--sky-deeper) 100%);padding:56px var(--shell-padding-x,2rem);position:relative;overflow:hidden}.v2-design-root .tts-cta-inner{max-width:var(--content-max,1280px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.v2-design-root .tts-cta-text h2{font-family:var(--font-display);font-size:clamp(28px,4vw,38px);font-weight:600;color:#fff;margin-bottom:6px}.v2-design-root .tts-cta-text p{font-size:14.5px;color:rgba(255,255,255,.75)}.v2-design-root .tts-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.v2-design-root .tts-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s}.v2-design-root .tts-cta-btn--primary{background:#fff;color:var(--sky-dark)}.v2-design-root .tts-cta-btn--secondary{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.35)}.v2-design-root .tts-page-body{padding-top:var(--nav-height,70px);min-height:60vh}.v2-design-root .tts-loading{text-align:center;padding:48px 20px;color:var(--text-muted)}.v2-design-root .tts-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:14px;border:1px solid var(--border)}.v2-design-root .tts-empty p{font-size:15px;color:var(--text-muted)}@media (max-width:880px){.v2-design-root .nav-links{gap:1rem}.v2-design-root .nav-links>a:not(.nav-phone):not(.nav-cta){display:none}.v2-design-root .nav-inner{gap:.75rem}.v2-design-root nav.tts-nav{padding-inline:1.25rem}}@media (max-width:920px){.v2-design-root .footer-top{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:560px){.v2-design-root .footer-top{grid-template-columns:1fr}}.v2-design-root .user-menu-wrap{position:relative}.v2-design-root .user-menu-btn{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);border-radius:999px;padding:5px 12px 5px 5px;font-family:inherit;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;max-width:220px}.v2-design-root nav.tts-nav.scrolled .user-menu-btn{background:#fff;border-color:var(--border);color:var(--navy)}.v2-design-root .user-menu-btn:hover{border-color:var(--sky);color:var(--sky-dark);background:var(--sky-light)}.v2-design-root .user-menu-btn__avatar{width:30px;height:30px;border-radius:50%;background:var(--sky);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.v2-design-root .user-menu-btn__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-design-root .user-menu-drop{position:absolute;top:calc(100% + 8px);right:0;width:min(280px,88vw);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(11,37,64,.14);padding:8px;z-index:220}.v2-design-root .user-menu-drop__head{display:flex;align-items:center;gap:10px;padding:8px 10px 12px}.v2-design-root .user-menu-drop__avatar{width:42px;height:42px;border-radius:50%;background:var(--sky-light);color:var(--sky-dark);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.v2-design-root .user-menu-drop__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.v2-design-root .user-menu-drop__meta strong{font-size:14px;color:var(--navy)}.v2-design-root .user-menu-drop__meta span{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-design-root .user-menu-drop__balance{margin:0 8px 8px;padding:10px 12px;border-radius:8px;background:var(--sky-light);display:flex;flex-direction:column;gap:4px}.v2-design-root .user-menu-drop__balance span{font-size:12px;color:var(--text-muted)}.v2-design-root .user-menu-drop__balance strong{font-size:18px;color:var(--sky-dark)}.v2-design-root .user-menu-drop__item,.v2-design-root nav.tts-nav .nav-links .user-menu-drop a.user-menu-drop__item{display:block;width:100%;border:none;background:transparent;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--navy);text-align:left;text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.v2-design-root .user-menu-drop__item:hover,.v2-design-root nav.tts-nav .nav-links .user-menu-drop a.user-menu-drop__item:hover,.v2-design-root nav.tts-nav.scrolled .nav-links .user-menu-drop a.user-menu-drop__item:hover{background:var(--sky-light);color:var(--sky-dark)}.v2-design-root .user-menu-drop__logout,.v2-design-root nav.tts-nav .nav-links .user-menu-drop .user-menu-drop__logout{color:#b42318}.v2-design-root .user-menu-drop__logout:hover,.v2-design-root nav.tts-nav .nav-links .user-menu-drop .user-menu-drop__logout:hover{background:#fef3f2;color:#b42318}@media (max-width:880px){.v2-design-root .user-menu-btn__label{display:none}.v2-design-root .user-menu-btn{padding:5px;border-radius:50%}}.v2-design-root .tse-login-page{min-height:calc(100vh - var(--nav-height, 70px));padding-top:var(--nav-height,70px);background:var(--bg)}.v2-design-root .tse-login-page__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:calc(100vh - var(--nav-height, 70px))}.v2-design-root .tse-login-page__brand{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0,var(--navy-soft) 42%,var(--sky-dark) 78%,var(--sky) 100%);color:#fff;display:flex;align-items:center}.v2-design-root .tse-login-page__brand-bg{position:absolute;inset:0;background-image:url(https://www.thurayatravel.com/img/pageHeader/2.jpg);background-size:cover;background-position:50%;opacity:.14;pointer-events:none}.v2-design-root .tse-login-page__brand-orb{position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(240,122,24,.22) 0,rgba(14,165,233,.12) 45%,transparent 70%);pointer-events:none}.v2-design-root .tse-login-page__brand-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 0);background-size:32px 32px;pointer-events:none}.v2-design-root .tse-login-page__brand-inner{position:relative;z-index:2;max-width:520px;padding:48px clamp(24px,5vw,64px)}.v2-design-root .tse-login-page__crumb{display:flex;align-items:center;gap:8px;margin-bottom:28px;flex-wrap:wrap;font-size:13px}.v2-design-root .tse-login-page__crumb a{color:rgba(255,255,255,.5);text-decoration:none}.v2-design-root .tse-login-page__crumb a:hover{color:rgba(255,255,255,.85)}.v2-design-root .tse-login-page__crumb span{color:rgba(255,255,255,.25)}.v2-design-root .tse-login-page__crumb strong{color:rgba(255,255,255,.78);font-weight:500}.v2-design-root .tse-login-page__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(240,122,24,.14);border:1px solid rgba(240,122,24,.32);color:#fdba74;padding:6px 16px;border-radius:20px;font-size:11.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:16px}.v2-design-root .tse-login-page__brand h1{font-family:var(--font-cormorant,"Cormorant Garamond"),Georgia,serif!important;font-size:clamp(34px,4.5vw,52px);font-weight:600;color:#fff!important;line-height:1.08;margin:0 0 12px;letter-spacing:-.01em}.v2-design-root .tse-login-page__lead{color:rgba(255,255,255,.65);font-size:15px;font-weight:300;line-height:1.7;margin:0 0 32px;max-width:420px}.v2-design-root .tse-login-page__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.v2-design-root .tse-login-page__features li{display:flex;align-items:center;gap:12px;font-size:14px;color:rgba(255,255,255,.82);font-weight:500}.v2-design-root .tse-login-page__feature-icon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.v2-design-root .tse-login-page__panel{display:flex;align-items:center;justify-content:center;padding:clamp(32px,5vw,56px) clamp(20px,4vw,48px);background:var(--bg)}.v2-design-root .tse-login-page__card{width:100%;max-width:440px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-card);padding:clamp(28px,4vw,36px)}.v2-design-root .tse-login-page__card-head{text-align:center;margin-bottom:28px}.v2-design-root .tse-login-page__card-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:14px;background:var(--sky-light);color:var(--sky-dark);display:flex;align-items:center;justify-content:center}.v2-design-root .tse-login-page__card-head h2{font-size:24px;font-weight:700;color:var(--navy);margin:0 0 6px}.v2-design-root .tse-login-page__card-head p{margin:0;font-size:14px;color:var(--text-muted);line-height:1.5}.v2-design-root .tse-login-form{display:flex;flex-direction:column;gap:18px}.v2-design-root .tse-login-field{display:flex;flex-direction:column;gap:7px}.v2-design-root .tse-login-field__label{font-size:13px;font-weight:600;color:var(--navy)}.v2-design-root .tse-login-field__control{position:relative;display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-sm,10px);background:#fff;transition:border-color .2s,box-shadow .2s}.v2-design-root .tse-login-field__control:focus-within{border-color:var(--sky);box-shadow:0 0 0 3px rgba(14,165,233,.12)}.v2-design-root .tse-login-field__control.has-error,.v2-design-root .tse-login-field__control:has(input.has-error){border-color:#f04438}.v2-design-root .tse-login-field__icon{display:inline-flex;align-items:center;justify-content:center;padding-left:14px;color:var(--sky);flex-shrink:0}.v2-design-root .tse-login-field__control input{flex:1 1;width:100%;border:none;background:transparent;padding:13px 14px 13px 8px;font-family:inherit;font-size:14px;color:var(--text-body);outline:none}.v2-design-root .tse-login-field__control input::placeholder{color:var(--text-light)}.v2-design-root .tse-login-field__control input:-webkit-autofill,.v2-design-root .tse-login-field__control input:-webkit-autofill:focus,.v2-design-root .tse-login-field__control input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:var(--text-body);-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.v2-design-root .tse-login-field__toggle{border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:8px 12px 8px 4px;display:inline-flex;align-items:center}.v2-design-root .tse-login-field__toggle:hover{color:var(--sky-dark)}.v2-design-root .tse-login-field__error{font-size:12px;color:#f04438}.v2-design-root .tse-login-form__row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.v2-design-root .tse-login-check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);cursor:pointer}.v2-design-root .tse-login-check input{width:16px;height:16px;accent-color:var(--sky)}.v2-design-root .tse-login-form__link{color:var(--sky-dark);font-weight:600;font-size:13px;text-decoration:none}.v2-design-root .tse-login-form__link:hover{color:var(--sky);text-decoration:underline}.v2-design-root .tse-login-form__submit{width:100%;border:none;border-radius:var(--radius-sm,10px);padding:14px 18px;background:var(--sky);color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;box-shadow:0 4px 14px rgba(14,165,233,.28);display:inline-flex;align-items:center;justify-content:center;gap:8px}.v2-design-root .tse-login-form__submit:hover:not(:disabled){background:var(--sky-dark);transform:translateY(-1px)}.v2-design-root .tse-login-form__submit:disabled{opacity:.75;cursor:wait;transform:none}.v2-design-root .tse-login-form__divider{display:flex;align-items:center;gap:12px;color:var(--text-light);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.v2-design-root .tse-login-form__divider:after,.v2-design-root .tse-login-form__divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.v2-design-root .tse-login-form__signup{margin:0;text-align:center;font-size:14px;color:var(--text-muted)}.v2-design-root .tse-login-form__agent{display:block;text-align:center;padding:12px 16px;border-radius:var(--radius-sm,10px);border:1.5px solid var(--border);background:var(--sky-pale);color:var(--navy);font-size:13.5px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s}.v2-design-root .tse-login-form__agent:hover{border-color:var(--sky);background:var(--sky-light);color:var(--sky-dark)}.v2-design-root .tse-login-form__loading{margin:0;text-align:center;color:var(--text-muted);font-size:14px;padding:24px 0}@media (max-width:960px){.v2-design-root .tse-login-page__grid{grid-template-columns:1fr;min-height:auto}.v2-design-root .tse-login-page__brand{min-height:280px}.v2-design-root .tse-login-page__brand-inner{padding-top:32px;padding-bottom:32px}.v2-design-root .tse-login-page__features{display:none}.v2-design-root .tse-login-page__panel{padding-top:24px;padding-bottom:48px}.v2-design-root .tse-login-page__card{margin-top:-28px;position:relative;z-index:2}}@media (max-width:560px){.v2-design-root .tse-login-page__card{padding:24px 20px;margin-top:-20px}.v2-design-root .tse-login-page__brand h1{font-size:30px}}.v2-design-root .tse-login-page--agent .tse-login-page__badge{background:rgba(14,165,233,.22);border-color:rgba(132,148,196,.45);color:var(--sky-light)}.v2-design-root .tse-login-page--agent .tse-login-page__card-icon{background:var(--teal-light);color:var(--teal)}.v2-design-root .tse-login-page--agent .tse-login-form__submit{background:var(--teal);box-shadow:0 4px 14px rgba(13,148,136,.28)}.v2-design-root .tse-login-page--agent .tse-login-form__submit:hover:not(:disabled){background:#0f766e}.v2-design-root .tse-login-page--register .tse-login-page__card{max-width:520px}.v2-design-root .tse-register-form{gap:16px}.v2-design-root .tse-register-phone-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:stretch}.v2-design-root .tse-register-phone-row .cc-wrap{align-self:stretch}.v2-design-root .tse-register-phone-row .cc-trigger{height:100%;min-height:46px}.v2-design-root .tse-register-phone-input{min-height:46px}.v2-design-root .tse-register-phone-input input{padding-left:14px}.v2-design-root .tse-login-field__control--select select{flex:1 1;width:100%;border:none;background:transparent;font-family:inherit;font-size:14px;color:var(--text-body);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:13px 36px 13px 8px}.v2-design-root .tse-login-page--register .tse-login-page__badge{background:rgba(14,165,233,.18);border-color:rgba(14,165,233,.35);color:#7dd3fc}.v2-design-root .tse-login-page--business-register .tse-login-page__card{max-width:520px}.v2-design-root .tse-login-page--business-register .tse-login-page__badge{background:rgba(14,165,233,.22);border-color:rgba(132,148,196,.45);color:var(--sky-light)}.v2-design-root .tse-login-page--business-register .tse-login-page__card-icon{background:var(--teal-light);color:var(--teal)}.v2-design-root .tse-login-page--business-register .tse-login-form__submit{background:var(--teal);box-shadow:0 4px 14px rgba(13,148,136,.28)}.v2-design-root .tse-login-page--business-register .tse-login-form__submit:hover:not(:disabled){background:#0f766e}.v2-design-root .tse-forgot-form__intro{margin:0 0 18px;font-size:14px;line-height:1.6;color:var(--text-muted)}.v2-design-root .tse-forgot-success{padding:24px 20px;border-radius:14px;background:linear-gradient(180deg,#ecfeff,#f0f9ff);border:1px solid #bae6fd;text-align:center;margin-bottom:18px}.v2-design-root .tse-forgot-success--error{background:linear-gradient(180deg,#fff7ed,#fffbeb);border-color:#fdba74}.v2-design-root .tse-forgot-success__icon{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--sky-dark);box-shadow:0 8px 24px rgba(14,165,233,.15)}.v2-design-root .tse-forgot-success h3{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--navy)}.v2-design-root .tse-forgot-success p{margin:0;font-size:14px;line-height:1.6;color:var(--text-muted)}.v2-design-root .tse-login-form__submit--link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:100%}.v2-design-root .umrah-filter-bar{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:var(--nav-height,70px);z-index:50;box-shadow:0 2px 12px rgba(0,0,0,.04)}.v2-design-root .umrah-filter-inner{max-width:var(--content-max,1280px);margin:0 auto;padding:14px var(--shell-padding-x,2rem);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.v2-design-root .umrah-chip{padding:7px 16px;border-radius:20px;font-size:12.5px;font-weight:500;cursor:pointer;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);transition:all .2s;font-family:var(--font-body)}.v2-design-root .umrah-chip:hover{border-color:var(--sky);color:var(--sky-dark)}.v2-design-root .umrah-chip.is-active{background:var(--sky);color:#fff;border-color:var(--sky)}.v2-design-root .umrah-search-input{border:1.5px solid var(--border);border-radius:8px;padding:8px 13px;font-size:13px;color:var(--text-body);background:#fff;outline:none;width:190px;font-family:var(--font-body)}.v2-design-root .umrah-search-input:focus{border-color:var(--sky)}.v2-design-root .umrah-main{max-width:var(--content-max,1280px);margin:0 auto;padding:32px var(--shell-padding-x,2rem) 80px}.v2-design-root .umrah-pkg-list{display:flex;flex-direction:column;gap:16px}.v2-design-root .umrah-pkg-card{background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden;transition:box-shadow .25s,transform .25s}.v2-design-root .umrah-pkg-card:hover{box-shadow:0 8px 32px rgba(14,165,233,.1);transform:translateY(-2px)}.v2-design-root .umrah-pkg-main{display:flex;align-items:stretch}.v2-design-root .umrah-pkg-img{width:160px;min-width:160px;background:#1a2a40;flex-shrink:0;position:relative;overflow:hidden}.v2-design-root .umrah-pkg-img img{width:100%;height:100%;object-fit:cover;min-height:140px}.v2-design-root .umrah-pkg-content{flex:1 1;padding:18px 20px;display:flex;flex-direction:column;gap:6px}.v2-design-root .umrah-pkg-title{font-size:17px;font-weight:700;color:var(--navy)}.v2-design-root .umrah-pkg-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--text-muted)}.v2-design-root .umrah-pkg-price-panel{width:180px;min-width:180px;border-left:1px solid var(--border);padding:18px 20px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:10px}.v2-design-root .umrah-pkg-price{font-size:24px;font-weight:800;color:var(--navy);line-height:1}.v2-design-root .umrah-book-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid var(--navy);color:var(--navy);border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .2s}.v2-design-root .umrah-book-btn:hover{background:var(--navy);color:#fff}.v2-design-root .umrah-detail-wrap{max-width:var(--content-max,1200px);margin:0 auto;padding:32px 2rem 80px;display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}.v2-design-root .umrah-sec{background:#fff;border-radius:14px;border:1px solid var(--border);margin-bottom:20px;overflow:hidden}.v2-design-root .umrah-sec-head{padding:16px 20px;border-bottom:1px solid var(--border);font-size:15px;font-weight:700;color:var(--navy)}.v2-design-root .umrah-sec-body{padding:20px}.v2-design-root .umrah-sidebar{position:sticky;top:calc(var(--nav-height, 70px) + 16px)}@media (max-width:900px){.v2-design-root .umrah-pkg-main{flex-direction:column}.v2-design-root .umrah-pkg-img{width:100%;min-width:0;height:160px}.v2-design-root .umrah-pkg-price-panel{width:100%;min-width:0;border-left:none;border-top:1px solid var(--border);align-items:flex-start}.v2-design-root .umrah-detail-wrap{grid-template-columns:1fr}.v2-design-root .umrah-sidebar{position:static}}.v2-design-root .hotel-search-summary{background:#fff;border-bottom:1px solid var(--border);padding:16px 0}.v2-design-root .hotel-search-summary__inner{max-width:var(--content-max,1280px);margin:0 auto;padding:0 var(--shell-padding-x,2rem)}.v2-design-root .hotel-page{max-width:var(--content-max,1280px);margin:0 auto;padding:24px var(--shell-padding-x,2rem) 80px;display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.v2-design-root .hotel-fp{background:#fff;border-radius:14px;border:1px solid var(--border);padding:20px;position:sticky;top:calc(var(--nav-height, 70px) + 16px)}.v2-design-root .hotel-fp h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:16px}.v2-design-root .hotel-list{display:flex;flex-direction:column;gap:16px}.v2-design-root .hotel-card{display:flex;background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden;transition:box-shadow .25s}.v2-design-root .hotel-card:hover{box-shadow:0 8px 32px rgba(14,165,233,.1)}.v2-design-root .hotel-card__img{width:240px;min-width:240px;background:#e5e7eb;position:relative}.v2-design-root .hotel-card__img img{width:100%;height:100%;object-fit:cover;min-height:180px}.v2-design-root .hotel-card__body{flex:1 1;padding:18px 20px;display:flex;flex-direction:column;gap:8px}.v2-design-root .hotel-card__name{font-size:17px;font-weight:700;color:var(--navy)}.v2-design-root .hotel-card__meta{font-size:13px;color:var(--text-muted)}.v2-design-root .hotel-card__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.v2-design-root .hotel-card__price{font-size:22px;font-weight:800;color:var(--navy)}.v2-design-root .hotel-card__btn{background:var(--sky);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600}.v2-design-root .hotel-card__btn:hover{background:var(--sky-dark)}.v2-design-root .hotel-legacy-search{background:#fff;border-radius:14px;border:1px solid var(--border);padding:20px;margin-bottom:24px}.v2-design-root .co-wrap{max-width:1100px;margin:0 auto;padding:32px 2rem 80px}.v2-design-root .co-steps{display:flex;align-items:center;gap:0;margin-bottom:32px;flex-wrap:wrap}.v2-design-root .co-step{display:flex;align-items:center;gap:10px;flex:1 1;min-width:120px}.v2-design-root .co-step-num{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--sky-light);color:var(--sky-dark);flex-shrink:0}.v2-design-root .co-step.is-done .co-step-num{background:var(--sky);color:#fff}.v2-design-root .co-step.is-active .co-step-num{background:var(--navy);color:#fff}.v2-design-root .co-step-label{font-size:13px;font-weight:600;color:var(--text-muted)}.v2-design-root .co-step.is-active .co-step-label,.v2-design-root .co-step.is-done .co-step-label{color:var(--navy)}.v2-design-root .co-step-bar{flex:1 1;height:2px;background:var(--border);margin:0 12px;min-width:24px}.v2-design-root .co-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.v2-design-root .co-card{padding:24px}.v2-design-root .co-card,.v2-design-root .co-side-card{background:#fff;border-radius:14px;border:1px solid var(--border)}.v2-design-root .co-side-card{padding:20px;position:sticky;top:calc(var(--nav-height, 70px) + 16px)}.v2-design-root .co-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-top:16px;border-top:1px solid var(--border);font-size:18px;font-weight:800;color:var(--navy)}.v2-design-root .conf-card{max-width:900px;margin:32px auto 80px;padding:0 2rem}.v2-design-root .conf-card__inner{background:#fff;border-radius:14px;border:1px solid var(--border);padding:32px}.v2-design-root .conf-status{text-align:center;padding-bottom:24px;border-bottom:1px dashed var(--border);margin-bottom:24px}.v2-design-root .conf-status h2{font-family:var(--font-display);font-size:28px;color:var(--navy);margin-top:12px}.v2-design-root .conf-info-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.v2-design-root .conf-info-cell{background:var(--sky-pale);border-radius:10px;padding:14px}.v2-design-root .conf-info-cell span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px}.v2-design-root .conf-info-cell strong{font-size:14px;color:var(--navy)}.v2-design-root .conf-actions{display:flex;gap:12px;justify-content:center;margin-top:28px;flex-wrap:wrap}.v2-design-root .conf-btn{padding:12px 28px;border-radius:10px;font-size:14px;font-weight:600}.v2-design-root .conf-btn--outline{border:1.5px solid var(--border);background:#fff;color:var(--navy)}.v2-design-root .conf-btn--fill{background:var(--sky);color:#fff;border:none}.v2-design-root .co-legacy-stepper{background:transparent}.v2-design-root .co-legacy-stepper .mantine-Stepper-stepLabel{font-family:var(--font-body)}@media (max-width:920px){.v2-design-root .co-grid{grid-template-columns:1fr}.v2-design-root .co-side-card{position:static}.v2-design-root .conf-info-box{grid-template-columns:1fr}}@media (max-width:560px){.v2-design-root .co-step-label{display:none}}.v2-design-root{font-family:Plus Jakarta Sans,sans-serif;background:var(--bg);color:var(--text-body);overflow-x:hidden}.v2-design-root .logo-img{height:44px;width:auto;display:block;transition:filter .3s}.v2-design-root #nav-logo,.v2-design-root #nav-logo *{direction:ltr!important;visibility:visible!important;opacity:1!important}.v2-design-root .hero{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:110px 2rem 80px;overflow-x:clip;overflow-y:visible;width:100%}.v2-design-root .hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,14,30,.65) 0,rgba(5,18,40,.78) 50%,rgba(3,12,28,.88));z-index:1}.v2-design-root .hero-orb1{top:-120px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(14,165,233,.12) 0,transparent 70%)}.v2-design-root .hero-orb1,.v2-design-root .hero-orb2{position:absolute;border-radius:50%;pointer-events:none;z-index:2}.v2-design-root .hero-orb2{bottom:-80px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(13,148,136,.1) 0,transparent 70%)}.v2-design-root .hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:32px 32px;pointer-events:none;z-index:2}.v2-design-root .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(14,165,233,.15);border:1px solid rgba(14,165,233,.35);color:#7DD3FC;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:1.8rem;position:relative;z-index:3}.v2-design-root .hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(50px,7.5vw,88px);font-weight:600;color:#fff;text-align:center;line-height:1.05;margin-bottom:1.4rem;max-width:880px;position:relative;z-index:3}.v2-design-root .hero h1 em{color:var(--accent-highlight);font-style:italic}.v2-design-root .hero p{color:rgba(255,255,255,.75);font-size:16px;font-weight:300;text-align:center;max-width:500px;line-height:1.75;margin-bottom:3rem;position:relative;z-index:3}.v2-design-root .search-box{background:#fff;border-radius:16px;width:100%;max-width:var(--content-max,1200px);box-shadow:0 32px 80px rgba(0,0,0,.28),0 0 0 1px rgba(14,165,233,.1);position:relative;z-index:10;overflow:visible}.v2-design-root .search-tabs{display:flex;background:var(--navy);border-radius:16px 16px 0 0;overflow:hidden}.v2-design-root .search-tab{flex:1 1;padding:14px 6px;text-align:center;color:rgba(255,255,255,.45);font-size:12px;font-weight:500;cursor:pointer;background:none;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:5px;font-family:Plus Jakarta Sans,sans-serif;border:none;border-bottom:2px solid transparent}.v2-design-root .search-tab svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.v2-design-root .search-tab.active{color:var(--accent-highlight);border-bottom-color:var(--accent-highlight);background:rgba(14,165,233,.08)}.v2-design-root .search-tab:hover:not(.active){color:rgba(255,255,255,.7)}.v2-design-root .search-body{padding:20px 22px 18px;background:#fff;border-radius:0 0 16px 16px}.v2-design-root .trip-opts{align-items:center}.v2-design-root .sf{min-width:120px}.v2-design-root .sf label{font-size:10px}.v2-design-root .sf input[type=date],.v2-design-root .sf select{border:1.5px solid var(--border);border-radius:8px;padding:10px 11px;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:500;color:var(--navy);background:#fff;outline:none;transition:border-color .2s;width:100%;cursor:pointer;height:42px}.v2-design-root .sf select option{font-size:13.5px;padding:8px 10px}.v2-design-root .sf select optgroup{font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.5px;padding:4px 0}.v2-design-root .from-to-wrap{flex:2.2 1;min-width:240px}.v2-design-root .swap-btn{width:38px;height:42px;border:1.5px solid var(--sky-light);background:var(--sky-pale);font-size:18px;display:flex;align-items:center;justify-content:center}.v2-design-root .search-btn{background:var(--sky-btn-grad);border:none;border-radius:8px;padding:0 22px;height:42px;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 14px rgba(14,165,233,.35);transition:opacity .2s}.v2-design-root .search-btn:hover{opacity:.9}.v2-design-root .pax-trigger{padding:0 11px;gap:6px;height:42px;-webkit-user-select:none;user-select:none;overflow:hidden}.v2-design-root .pax-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1}.v2-design-root .pax-drop{right:auto;width:420px;max-width:90vw;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.18);z-index:9999;padding:20px}.v2-design-root .pax-drop.drop-up{top:auto;bottom:calc(100% + 6px)}.v2-design-root .pax-drop-wide{width:400px}.v2-design-root .pax-ctrl button{font-size:16px}.v2-design-root .pax-drop-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.v2-design-root .pax-drop-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:3px}.v2-design-root .pax-drop-sub{font-size:12px;color:var(--text-muted)}.v2-design-root .pax-drop-close{background:none;border:none;font-size:18px;color:var(--text-muted);cursor:pointer;padding:0;line-height:1;transition:color .2s;flex-shrink:0;margin-left:12px;margin-top:2px}.v2-design-root .pax-drop-close:hover{color:var(--navy)}.v2-design-root .pax-row-new{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #f5f7fa;gap:16px}.v2-design-root .pax-row-new:last-of-type{border-bottom:none}.v2-design-root .pax-info{flex:1 1}.v2-design-root .pax-name-new{font-size:14px;font-weight:600;color:var(--navy)}.v2-design-root .pax-age-new{font-size:12px;color:var(--text-muted);margin-top:2px}.v2-design-root .pax-ctrl-new{display:flex;align-items:center;gap:12px;flex-shrink:0}.v2-design-root .pax-ctrl-new button{width:34px;height:34px;border-radius:8px;border:1.5px solid var(--border);background:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);font-weight:300;line-height:1;font-family:inherit;transition:all .2s}.v2-design-root .pax-ctrl-new button:hover{border-color:var(--sky);color:var(--sky-dark);background:var(--sky-pale)}.v2-design-root .pax-ctrl-new span{font-size:16px;font-weight:700;color:var(--navy);min-width:22px;text-align:center}.v2-design-root .pax-cabin-row{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.v2-design-root .pax-cabin-title{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:10px}.v2-design-root .pax-cabin-opts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v2-design-root .cab-btn{border:1.5px solid var(--border);border-radius:8px;padding:9px 12px;font-size:13px;font-weight:500;color:var(--text-body);background:#fff;cursor:pointer;font-family:inherit;text-align:center;transition:all .2s;width:100%}.v2-design-root .cab-btn:hover{border-color:var(--sky);color:var(--sky-dark)}.v2-design-root .cab-btn.active{background:var(--sky);border-color:var(--sky);color:#fff;font-weight:600}.v2-design-root .add-leg-btn{padding:7px 14px;font-size:12.5px;margin-top:10px}.v2-design-root .ap-drop{z-index:9999}.v2-design-root .ap-search input{font-family:Plus Jakarta Sans,sans-serif}.v2-design-root .ap-item.selected .ap-code{background:var(--sky);color:#fff;border-color:var(--sky)}.v2-design-root .cal-field{position:relative;flex:1.4 1;min-width:160px}.v2-design-root .cal-trigger{border:1.5px solid var(--border);border-radius:8px;padding:0 11px;height:42px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color .2s;background:#fff;gap:8px}.v2-design-root .cal-trigger.open,.v2-design-root .cal-trigger:hover{border-color:var(--sky)}.v2-design-root .cal-trigger-inner{display:flex;flex-direction:column;justify-content:center;flex:1 1}.v2-design-root .cal-trigger-label{font-size:9.5px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;line-height:1}.v2-design-root .cal-trigger-val{font-size:13px;font-weight:600;color:var(--navy);margin-top:2px}.v2-design-root .cal-trigger-val.empty{color:var(--text-light);font-weight:400}.v2-design-root .cal-drop{position:absolute;left:0;background:#fff;border:1.5px solid var(--border);border-radius:14px;box-shadow:0 16px 60px rgba(0,0,0,.18);z-index:9999;display:none;padding:18px;width:580px;top:calc(100% + 8px)}.v2-design-root .cal-drop.open{display:block}.v2-design-root .cal-drop.drop-up{top:auto;bottom:calc(100% + 8px)}.v2-design-root .cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.v2-design-root .cal-nav{background:none;border:1.5px solid var(--border);border-radius:7px;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--navy);transition:all .2s}.v2-design-root .cal-nav:hover{border-color:var(--sky);color:var(--sky-dark)}.v2-design-root .cal-months{display:flex;gap:24px}.v2-design-root .cal-month{flex:1 1}.v2-design-root .cal-month-title{text-align:center;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:10px}.v2-design-root .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.v2-design-root .cal-dow{font-size:10px;font-weight:700;color:var(--text-muted);text-align:center;padding:4px 0;letter-spacing:.5px}.v2-design-root .cal-day{height:33px;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:500;color:var(--text-body);border-radius:6px;cursor:pointer;transition:all .15s;position:relative}.v2-design-root .cal-day:hover:not(.cal-empty):not(.cal-past){background:var(--sky-light);color:var(--sky-dark)}.v2-design-root .cal-day.cal-empty{cursor:default}.v2-design-root .cal-day.cal-past{color:var(--text-light);cursor:not-allowed}.v2-design-root .cal-day.cal-end,.v2-design-root .cal-day.cal-start{background:var(--sky)!important;color:#fff!important;font-weight:700}.v2-design-root .cal-day.cal-in-range{background:var(--sky-pale);color:var(--sky-deeper);border-radius:0}.v2-design-root .cal-day.cal-start{border-radius:6px 0 0 6px}.v2-design-root .cal-day.cal-end{border-radius:0 6px 6px 0}.v2-design-root .cal-day.cal-start.cal-end{border-radius:6px}.v2-design-root .cal-day.cal-today{font-weight:700;color:var(--sky-dark)}.v2-design-root .cal-day.cal-today:after{content:"";position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--sky)}.v2-design-root .cal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.v2-design-root .cal-selected-info{font-size:12.5px;color:var(--text-muted)}.v2-design-root .cal-selected-info strong{color:var(--navy)}.v2-design-root .cal-clear{background:none;border:none;font-size:12px;color:var(--text-light);cursor:pointer;font-family:inherit;padding:0}.v2-design-root .cal-clear:hover{color:#DC2626}.v2-design-root .cal-oneway{font-size:11.5px;color:var(--sky-dark);font-weight:600;background:none;border:1.5px solid var(--sky-light);border-radius:6px;padding:3px 10px;cursor:pointer;font-family:inherit}.v2-design-root .cal-oneway:hover{background:var(--sky-pale)}.v2-design-root .trust-strip{background:linear-gradient(90deg,var(--sky-dark) 0,var(--teal) 100%);padding:32px 2rem}.v2-design-root .trust-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:2rem;flex-wrap:wrap}.v2-design-root .trust-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.v2-design-root .trust-num{font-family:Plus Jakarta Sans,sans-serif;font-size:36px;font-weight:800;color:#fff;line-height:1;letter-spacing:-1px}.v2-design-root .trust-label{font-size:12.5px;color:rgba(255,255,255,.75);letter-spacing:.3px;font-weight:400;line-height:1}.v2-design-root .trust-div{width:1px;height:44px;background:rgba(255,255,255,.2);flex-shrink:0}.v2-design-root .section{padding:88px 2rem}.v2-design-root .section-inner{max-width:1270px;margin:0 auto}.v2-design-root .section-label{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--sky-dark);margin-bottom:12px}.v2-design-root .section-label:before{content:"";width:20px;height:2px;background:var(--sky);border-radius:2px}.v2-design-root .section-title{font-family:Cormorant Garamond,serif;font-size:clamp(34px,5vw,52px);font-weight:600;color:var(--navy);line-height:1.1;margin-bottom:14px}.v2-design-root .section-sub{font-size:15px;color:var(--text-muted);max-width:500px;line-height:1.7;font-weight:300}.v2-design-root .view-all{font-size:13.5px;color:var(--sky-dark);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:gap .2s}.v2-design-root .view-all:hover{gap:8px}.v2-design-root .deals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.v2-design-root .deal-card{border-radius:14px;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s,box-shadow .3s}.v2-design-root .deal-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.v2-design-root .deal-img{height:270px;background-size:cover;background-position:50%;position:relative}.v2-design-root .deal-img:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,37,64,.88) 0,rgba(11,37,64,.05) 55%)}.v2-design-root .deal-content{position:absolute;bottom:0;left:0;right:0;padding:22px}.v2-design-root .deal-tag{display:inline-block;background:var(--sky);color:#fff;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:8px}.v2-design-root .deal-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#fff;line-height:1.2;margin-bottom:4px}.v2-design-root .deal-from{font-size:12px;color:rgba(255,255,255,.65);font-weight:400}.v2-design-root .services-bg{background:linear-gradient(135deg,var(--navy) 0,var(--navy-soft) 100%)}.v2-design-root .services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.v2-design-root .service-card{padding:32px 22px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;transition:background .3s,border-color .3s,transform .3s;cursor:pointer;text-align:center}.v2-design-root .service-card:hover{background:rgba(14,165,233,.1);border-color:rgba(14,165,233,.3);transform:translateY(-4px)}.v2-design-root .service-icon-wrap{width:60px;height:60px;border-radius:50%;background:rgba(14,165,233,.12);border:1.5px solid rgba(14,165,233,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transition:all .3s}.v2-design-root .service-card:hover .service-icon-wrap{background:rgba(14,165,233,.2);border-color:rgba(14,165,233,.5)}.v2-design-root .service-icon-wrap svg{width:26px;height:26px;stroke:var(--accent-highlight);fill:none;stroke-width:1.6}.v2-design-root .service-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.v2-design-root .service-desc{font-size:13px;color:rgba(255,255,255,.5);line-height:1.65;font-weight:300}.v2-design-root .packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.v2-design-root .pkg-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .3s,transform .3s;cursor:pointer}.v2-design-root .pkg-card:hover{box-shadow:0 16px 48px rgba(14,165,233,.12);transform:translateY(-4px)}.v2-design-root .pkg-img{height:200px;background-size:cover;background-position:50%}.v2-design-root .pkg-body{padding:22px}.v2-design-root .pkg-type{font-size:10.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--sky-dark);margin-bottom:7px;display:flex;align-items:center;gap:6px}.v2-design-root .pkg-type:before{content:"";width:14px;height:2px;background:var(--sky);border-radius:2px}.v2-design-root .pkg-name{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:var(--navy);margin-bottom:7px;line-height:1.2}.v2-design-root .pkg-desc{font-size:13px;color:var(--text-muted);line-height:1.6;font-weight:300;margin-bottom:18px}.v2-design-root .pkg-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #f0f2f5}.v2-design-root .pkg-price{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-.5px}.v2-design-root .pkg-price span{font-family:Plus Jakarta Sans,sans-serif;font-size:11.5px;font-weight:400;color:var(--text-light);display:block;line-height:1.2}.v2-design-root .pkg-btn{background:var(--sky-light);border:none;color:var(--sky-dark);font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;font-weight:700;padding:9px 18px;border-radius:8px;cursor:pointer;transition:all .2s}.v2-design-root .pkg-btn:hover{background:var(--sky);color:#fff}.v2-design-root .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}.v2-design-root .why-card{padding:32px 24px;border:1.5px solid var(--border);border-radius:14px;background:var(--bg);transition:border-color .3s,transform .3s,box-shadow .3s}.v2-design-root .why-card:hover{border-color:var(--sky);transform:translateY(-4px);box-shadow:0 8px 30px rgba(14,165,233,.1)}.v2-design-root .why-icon{width:48px;height:48px;border-radius:12px;background:var(--sky-light);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.v2-design-root .why-icon svg{width:22px;height:22px;stroke:var(--sky-dark);fill:none;stroke-width:2}.v2-design-root .why-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px}.v2-design-root .why-desc{font-size:13px;color:var(--text-muted);line-height:1.65;font-weight:300}.v2-design-root .umrah-bg{background:linear-gradient(135deg,#F0F9FF,#E0F2FE 50%,#CCFBF1)}.v2-design-root .umrah-inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:1200px;margin:0 auto;padding:88px 2rem}.v2-design-root .umrah-features{margin-top:28px;display:flex;flex-direction:column;gap:14px}.v2-design-root .umrah-feat{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid rgba(14,165,233,.12)}.v2-design-root .umrah-feat-icon{width:32px;height:32px;border-radius:8px;background:var(--sky-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.v2-design-root .umrah-feat-icon svg{width:16px;height:16px;stroke:var(--sky-dark);fill:none;stroke-width:2}.v2-design-root .umrah-feat-title{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:2px}.v2-design-root .umrah-feat-desc{font-size:12.5px;color:var(--text-muted);font-weight:300;line-height:1.5}.v2-design-root .umrah-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--sky) 0,var(--sky-dark) 100%);color:#fff;padding:14px 32px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;border:none;font-family:Plus Jakarta Sans,sans-serif;margin-top:32px;box-shadow:0 4px 16px rgba(14,165,233,.3)}.v2-design-root .umrah-cta:hover{opacity:.9}.v2-design-root .umrah-cta svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.5}.v2-design-root .umrah-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v2-design-root .upk-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:22px 18px;transition:border-color .3s,box-shadow .3s,transform .3s;cursor:pointer;position:relative;overflow:hidden}.v2-design-root .upk-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--sky),var(--teal))}.v2-design-root .upk-card:hover{border-color:var(--sky);box-shadow:0 8px 28px rgba(14,165,233,.12);transform:translateY(-3px)}.v2-design-root .upk-badge{display:inline-block;background:var(--sky-light);color:var(--sky-dark);font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 9px;border-radius:4px;margin-bottom:10px}.v2-design-root .upk-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.v2-design-root .upk-nights{font-size:11.5px;color:var(--teal);font-weight:600;letter-spacing:.5px;margin-bottom:10px}.v2-design-root .upk-price{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-.5px}.v2-design-root .upk-from{font-size:11px;color:var(--text-light);font-weight:400}.v2-design-root .dest-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:14px;margin-top:44px}.v2-design-root .dest-card{border-radius:14px;overflow:hidden;position:relative;cursor:pointer}.v2-design-root .dest-card:first-child{grid-row:span 2}.v2-design-root .dest-img{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .45s}.v2-design-root .dest-card:hover .dest-img{transform:scale(1.06)}.v2-design-root .dest-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,37,64,.85) 0,transparent 55%)}.v2-design-root .dest-info{position:absolute;bottom:0;left:0;right:0;padding:20px}.v2-design-root .dest-country{font-size:11px;color:rgba(255,255,255,.6);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:3px;font-weight:500}.v2-design-root .dest-city{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#fff}.v2-design-root .dest-card:first-child .dest-city{font-size:32px}.v2-design-root .dest-chip{position:absolute;top:14px;right:14px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 12px;font-size:11px;color:#fff;font-weight:500}.v2-design-root .cta-strip{background:linear-gradient(135deg,var(--sky) 0,var(--sky-deeper) 100%);padding:64px 2rem;position:relative;overflow:hidden}.v2-design-root .cta-strip:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.v2-design-root .cta-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative}.v2-design-root .cta-text h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.1}.v2-design-root .cta-text p{font-size:15px;color:rgba(255,255,255,.75);font-weight:300}.v2-design-root .cta-actions{display:flex;gap:14px;flex-wrap:wrap}.v2-design-root .cta-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s;text-decoration:none}.v2-design-root .cta-btn.primary{background:#fff;color:var(--sky-dark)}.v2-design-root .cta-btn.primary:hover{background:#F0F9FF}.v2-design-root .cta-btn.secondary{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.35)}.v2-design-root .cta-btn.secondary:hover{background:rgba(255,255,255,.25)}.v2-design-root .cta-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5}.v2-design-root #recent-searches-wrap{width:100%;max-width:980px;margin-top:12px}.v2-design-root .recent-label{font-size:10.5px;font-weight:700;color:rgba(255,255,255,.55);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px}.v2-design-root .recent-pills-row{display:flex;gap:10px;flex-wrap:wrap}.v2-design-root .recent-pill{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:10px 14px;cursor:pointer;transition:all .2s;box-shadow:0 2px 12px rgba(0,0,0,.15)}.v2-design-root .recent-pill:hover{background:#fff;box-shadow:0 4px 20px rgba(14,165,233,.2);transform:translateY(-1px)}.v2-design-root .rp-info{display:flex;flex-direction:column;gap:3px}.v2-design-root .rp-route{font-size:13px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:5px}.v2-design-root .rp-route svg{stroke:var(--sky-dark)}.v2-design-root .rp-details{font-size:11px;color:var(--text-muted)}.v2-design-root .rp-remove{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:14px;line-height:1;padding:0;margin-left:4px;transition:color .15s;flex-shrink:0}.v2-design-root .rp-remove:hover{color:var(--red,#DC2626)}.v2-design-root .tab-panel{display:none}.v2-design-root .tab-panel.active{display:block}.v2-design-root .search-body{padding:20px 24px 18px}.v2-design-root .srow{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.v2-design-root .sf{display:flex;flex-direction:column;gap:5px;flex:1 1;min-width:130px}.v2-design-root .sf label{font-size:10.5px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase}.v2-design-root .sf input,.v2-design-root .sf select{border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;color:var(--navy);background:#fff;outline:none;transition:border-color .2s;width:100%}.v2-design-root .sf input:focus,.v2-design-root .sf select:focus{border-color:var(--sky)}.v2-design-root .from-to-wrap{display:flex;align-items:flex-end;gap:6px;flex:2.5 1;min-width:260px}.v2-design-root .from-to-wrap .sf{flex:1 1}.v2-design-root .swap-btn{width:34px;height:38px;border:1.5px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;font-size:16px;color:var(--sky-dark);flex-shrink:0;transition:all .2s;margin-bottom:0}.v2-design-root .swap-btn:hover{background:var(--sky-light);border-color:var(--sky)}.v2-design-root .trip-opts{display:flex;gap:1.2rem;margin-bottom:14px;flex-wrap:wrap}.v2-design-root .sopt{display:flex;align-items:center;gap:5px;font-size:12.5px;color:var(--text-muted);cursor:pointer;font-weight:500;-webkit-user-select:none;user-select:none}.v2-design-root .sopt input{accent-color:var(--sky);width:13px;height:13px;cursor:pointer}.v2-design-root .pax-field{position:relative;flex:1 1;min-width:130px}.v2-design-root .pax-trigger{border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:13px;color:var(--navy);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;transition:border-color .2s;white-space:nowrap}.v2-design-root .pax-trigger:hover{border-color:var(--sky)}.v2-design-root .pax-drop{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:240px;background:#fff;border:1.5px solid var(--border);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:50;padding:10px 12px;display:none}.v2-design-root .pax-drop.open{display:block}.v2-design-root .pax-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f5f7fa}.v2-design-root .pax-row:last-child{border-bottom:none}.v2-design-root .pax-name{font-size:13px;font-weight:600;color:var(--navy)}.v2-design-root .pax-age{font-size:10.5px;color:var(--text-light);font-weight:300}.v2-design-root .pax-ctrl{display:flex;align-items:center;gap:8px}.v2-design-root .pax-ctrl button{width:26px;height:26px;border-radius:6px;border:1.5px solid var(--border);background:#fff;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);font-weight:700;line-height:1;transition:all .2s;font-family:inherit}.v2-design-root .pax-ctrl button:hover{border-color:var(--sky);color:var(--sky-dark)}.v2-design-root .pax-ctrl span{font-size:14px;font-weight:700;color:var(--navy);min-width:18px;text-align:center}.v2-design-root .pax-note{font-size:11.5px;color:var(--orange);font-weight:600;margin-top:8px;padding-top:8px;border-top:1px solid #f5f7fa;line-height:1.5}.v2-design-root .pax-note a{color:var(--sky-dark);text-decoration:none;font-weight:700}.v2-design-root .h-pax-trigger{display:flex;align-items:center;gap:8px;height:42px;border:1.5px solid var(--border);border-radius:8px;padding:0 11px;background:#fff;cursor:pointer;transition:border-color .2s;-webkit-user-select:none;user-select:none}.v2-design-root .h-pax-trigger:hover{border-color:var(--sky)}.v2-design-root .child-age-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f5f7fa;gap:12px}.v2-design-root .child-age-label{font-size:12.5px;color:var(--text-muted);font-weight:500;flex-shrink:0;white-space:nowrap}.v2-design-root .child-age-select{border:1.5px solid var(--border);border-radius:7px;padding:5px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;color:var(--navy);outline:none;cursor:pointer;background:#fff;flex:1 1}.v2-design-root .child-age-select:focus{border-color:var(--sky)}.v2-design-root .child-ages-head{font-size:10px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;padding:10px 0 4px;border-top:1px solid var(--border);margin-top:4px}.v2-design-root .leg-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:nowrap;margin-top:12px;padding-top:12px;border-top:1px dashed var(--border)}.v2-design-root .remove-leg{background:none;border:1.5px solid var(--border);border-radius:8px;width:42px;height:42px;color:var(--text-light);cursor:pointer;font-size:16px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.v2-design-root .remove-leg:hover{border-color:#DC2626;color:#DC2626;background:#FEE2E2}.v2-design-root .add-leg-btn{background:none;border:1.5px dashed var(--border);border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--sky-dark);cursor:pointer;font-family:inherit;transition:all .2s}.v2-design-root .add-leg-btn:hover{border-color:var(--sky);background:var(--sky-pale)}.v2-design-root .hero-bg-img{position:absolute;inset:0;z-index:0;overflow:hidden}.v2-design-root .slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transform:translateX(100%);transition:opacity .8s ease,transform .8s ease}.v2-design-root .slide.active{opacity:1;transform:translateX(0)}.v2-design-root .slide.exit{opacity:0;transform:translateX(-100%)}.v2-design-root .slide-label{position:absolute;bottom:14px;right:18px;background:rgba(0,0,0,.45);color:rgba(255,255,255,.85);font-size:11px;font-weight:500;padding:4px 10px;border-radius:12px;letter-spacing:.5px}.v2-design-root .ap-field{position:relative;flex:1 1;min-width:150px;text-align:left}.v2-design-root .ap-trigger{border:1.5px solid var(--border);border-radius:8px;padding:0 11px;height:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;cursor:pointer;transition:border-color .2s;background:#fff;-webkit-user-select:none;user-select:none;text-align:left}.v2-design-root .ap-trigger.open,.v2-design-root .ap-trigger:hover{border-color:var(--sky)}.v2-design-root .ap-trigger-label{font-size:9.5px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;line-height:1}.v2-design-root .ap-trigger-val{font-size:13.5px;font-weight:600;color:var(--navy);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-design-root .ap-trigger-val.empty{color:var(--text-light);font-weight:400}.v2-design-root .ap-drop{position:absolute;left:0;width:320px;background:#fff;border:1.5px solid var(--border);border-radius:12px;box-shadow:0 12px 48px rgba(0,0,0,.18);z-index:10000;display:none;overflow:hidden;top:calc(100% + 6px);text-align:left}.v2-design-root .ap-drop.open{display:block}.v2-design-root .ap-drop.drop-up{top:auto;bottom:calc(100% + 6px)}.v2-design-root .ap-search{padding:10px 12px;border-bottom:1px solid var(--border)}.v2-design-root .ap-search input{width:100%;border:1.5px solid var(--border);border-radius:7px;padding:8px 11px;font-family:inherit;font-size:13px;color:var(--navy);outline:none;background:#fff;text-align:left}.v2-design-root .ap-search input:focus{border-color:var(--sky)}.v2-design-root .ap-list{max-height:260px;overflow-y:auto}.v2-design-root .ap-group-label{padding:8px 12px 4px;font-size:10px;font-weight:700;color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;background:var(--bg);border-top:1px solid var(--border);text-align:left}.v2-design-root .ap-list>.ap-group-label:first-child{border-top:none}.v2-design-root .ap-item{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;cursor:pointer;transition:background .15s;gap:10px}.v2-design-root .ap-item.selected,.v2-design-root .ap-item:hover{background:var(--sky-pale)}.v2-design-root .ap-item-info{flex:1 1;min-width:0;text-align:left}.v2-design-root .ap-item-city{font-size:13.5px;font-weight:600;color:var(--navy)}.v2-design-root .ap-item-airport,.v2-design-root .ap-item-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.v2-design-root .ap-item-airport{font-size:11.5px;color:var(--text-muted);margin-top:1px}.v2-design-root .ap-code{background:var(--sky-pale);border:1.5px solid var(--sky-light);border-radius:6px;padding:5px 10px;font-size:13px;font-weight:800;color:var(--sky-dark);flex-shrink:0;font-family:Plus Jakarta Sans,monospace;letter-spacing:1px;min-width:48px;text-align:center;direction:ltr}.v2-design-root .ap-item.selected .ap-code,.v2-design-root .ap-item:hover .ap-code{background:var(--sky);color:#fff;border-color:var(--sky)}.v2-design-root .ap-item--empty{cursor:default;color:var(--text-muted);font-size:13px}.v2-design-root .ap-item--empty:hover{background:transparent}.v2-design-root .tfm-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(11,37,64,.12)}.v2-design-root .hero .search-body,.v2-design-root .hero .search-box,.v2-design-root .insurance-search-box,.v2-design-root .ss-searchbar{text-align:left}body.rtl .v2-design-root .ap-drop,body.rtl .v2-design-root .ap-field,body.rtl .v2-design-root .ap-group-label,body.rtl .v2-design-root .ap-item-airport,body.rtl .v2-design-root .ap-item-city,body.rtl .v2-design-root .ap-item-info,body.rtl .v2-design-root .ap-search input,body.rtl .v2-design-root .ap-trigger{text-align:right}body.rtl .v2-design-root .ap-trigger{align-items:flex-end}body.rtl .v2-design-root .ap-code{text-align:center;direction:ltr}