:root{--bg: #111827;--panel: #111827;--accent: #e88773;--accent-2: #f6b72e;--text: #e5e7eb;--muted: #9ca3af;--overlay: rgb(11, 18, 32);--header-height: 64px;--footer-height: 72px}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-ExtraLight-CfehTQZj.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-Light-CsIQXwTh.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-Regular-CaoZO_eu.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-Medium-CwoFaprg.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-SemiBold-46ift69d.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stack Sans Headline;src:url(/assets/StackSansHeadline-Bold-BF5seG81.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html,body,#root{height:100%}html{scroll-padding-top:var(--header-height)}body{margin:0;font-family:Stack Sans Headline,Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}.app{position:relative;z-index:50}.app{overflow:visible}.bg-video{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.bg-video video{width:100%;height:100%;object-fit:cover}.bg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--overlay);pointer-events:none}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.grid{display:grid;gap:24px}.card{background:var(--panel);border:1px solid #1f2937;border-radius:16px;padding:20px}.button{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;font-weight:600;text-decoration:none}.button.ghost{background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;color:#fff;box-shadow:0 8px 20px #0000001f;transition:transform .15s ease,filter .15s ease}.store{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;font-weight:600;text-decoration:none;color:#0b1220}.store.ios{background:var(--accent)}.store.android{background:var(--accent-2);margin-left:12px}.store.icon{width:44px;height:44px;padding:0;border-radius:12px;color:#fff}.store.icon svg{width:22px;height:22px;fill:currentColor}.store.icon img{width:22px;height:22px}.download-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.download-buttons .store.labeled{flex:0 0 200px;min-width:160px;max-width:260px;display:inline-flex;align-items:center;justify-content:center}.download-buttons .store.labeled.ios,.download-buttons .store.labeled.android{background:#fff;color:var(--bg);padding:10px 14px;border-radius:12px;box-shadow:0 6px 18px #0206171f;border:1px solid rgba(16,24,40,.06)}.download-buttons .store.labeled img{width:28px;height:28px;display:block;margin-right:10px}.download-buttons .store.labeled .label{display:inline-block;text-align:left;color:var(--bg)}.download-buttons .store.labeled+.store.labeled{margin-left:0}@media (max-width: 480px){.download-buttons{flex-direction:row;align-items:center;gap:8px;justify-content:center;width:100%;flex-wrap:nowrap}.download-buttons .store.labeled{flex:1 1 auto;min-width:140px;max-width:180px;font-size:12px;padding:10px 12px}.download-buttons .store.labeled img{width:24px;height:24px}}@media (max-width: 360px){.download-buttons{gap:6px}.download-buttons .store.labeled{min-width:120px;font-size:11px;padding:8px 10px}.download-buttons .store.labeled img{width:20px;height:20px}}.store.labeled{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;font-weight:600;text-decoration:none;color:var(--bg);min-height:44px;font-size:14px;justify-content:center}@media (max-width: 480px){.store.labeled{width:auto;padding:10px 12px;font-size:13px}.store.android{margin-left:0}}.store.labeled img{width:20px;height:20px;display:block;filter:none}.store.labeled .label{line-height:1;display:block}.join-row{display:flex;align-items:center;gap:12px;margin-top:16px}@media (max-width: 480px){.join-row{gap:8px;margin-top:12px}}.avatars{display:flex;align-items:center;position:relative;padding-left:4px}.avatars .avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover;border:2px solid rgba(255,255,255,.9);box-shadow:0 6px 18px #1018281f;margin-left:-12px;background:#ddd}@media (max-width: 480px){.avatars .avatar{width:32px;height:32px;margin-left:-10px;border:1.5px solid rgba(255,255,255,.9)}}.avatars .avatar:first-child{margin-left:0}.avatars .avatar.more{filter:grayscale(30%)}.join-text{font-weight:700;color:var(--text);font-size:14px}@media (max-width: 480px){.join-text{font-size:12px}}.header{position:sticky;top:0;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e6eefb;margin:0;box-shadow:0 6px 18px #1018280f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:12px;flex-wrap:nowrap}.actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.button.ghost{background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;color:#fff;box-shadow:0 8px 20px #0000001f;transition:transform .15s ease,filter .15s ease;white-space:nowrap;padding:8px 14px;font-size:13px}.button.ghost:hover{filter:brightness(.98);transform:translateY(-1px)}.brand .logo{font-weight:700;font-size:20px;color:var(--accent-2);display:inline-block;height:75px;width:auto;object-fit:contain}@media (max-width: 960px){.brand .logo{height:40px}.nav{display:none}.actions{gap:6px}.button.ghost{padding:6px 10px;font-size:12px}.hajj-icon{width:36px!important;height:36px!important}.lang-switch{margin-left:8px!important}}@media (max-width: 640px){.brand .logo{height:34px}.header-inner{gap:8px}.actions{gap:4px;flex:1;justify-content:flex-end}.button.ghost{padding:6px 8px;font-size:11px;display:none}.hajj-icon{width:32px!important;height:32px!important;margin-left:4px!important}.lang-switch{margin-left:4px!important;gap:2px;padding:2px 4px}.lang-switch button{padding:3px 6px;font-size:9px}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:8px;z-index:10001}.hamburger span{display:block;height:3px;width:100%;background:#111827;border-radius:3px;transition:all .3s ease}.hamburger:hover span{background:var(--accent)}@media (max-width: 960px){.hamburger{display:flex}}.mobile-menu{position:fixed;top:var(--header-height);right:-100%;width:280px;height:calc(100vh - var(--header-height));background:#fff;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;z-index:10000;overflow-y:auto}.mobile-menu.open{right:0}.mobile-nav{display:flex;flex-direction:column;padding:24px 20px;gap:4px}.mobile-nav a{color:#111827;text-decoration:none;padding:14px 16px;border-radius:10px;font-weight:500;transition:all .2s ease;display:block}.mobile-nav a:hover,.mobile-nav a:active{background:#e8877314;color:var(--accent)}.mobile-menu-backdrop{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#0006;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 961px){.hamburger,.mobile-menu,.mobile-menu-backdrop{display:none!important}}.nav a{color:#111827;text-decoration:none;margin:0 12px}.nav a:hover{color:var(--accent-2)}.hero{padding-top:calc(var(--header-height) + 8px);padding-bottom:24px;position:relative;z-index:60}.hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.hero-bg-video video{width:100%;height:100%;object-fit:cover}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0b122073;pointer-events:none}.hero-inner{position:relative;z-index:2}.hero-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.hero-copy h1{font-size:44px;line-height:1.2;margin:0 0 16px;padding-bottom:6px;color:var(--text)}@media (max-width: 480px){.hero-copy h1{font-size:28px;margin-bottom:12px}}.text-gradient{background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:9999px;background:#ffffff0a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:12px}@media (max-width: 480px){.hero-badge{gap:8px;padding:5px 10px;margin-bottom:10px}}.hero-badge .badge-text{font-size:13px;font-weight:700;color:var(--text);letter-spacing:.2px}@media (max-width: 480px){.hero-badge .badge-text{font-size:11px}}.hero-badge .badge-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px #fdfdfdef;display:inline-block;animation:badge-blink 1.2s linear infinite}@media (max-width: 480px){.hero-badge .badge-dot{width:8px;height:8px}}@keyframes badge-blink{0%{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.hero-copy p{font-size:18px;color:var(--text);margin:0 0 24px;font-weight:500}@media (max-width: 640px){.hero-copy p{font-size:16px;margin-bottom:20px}}@media (max-width: 480px){.hero-copy p{font-size:14px;margin-bottom:16px}}.hero-media{position:relative;display:flex;justify-content:flex-end;align-items:center}.hero-media img{width:100%;border-radius:16px;display:block}.hero-media .hero-image{max-width:364px;border:1px solid #1f293700}.phone-frame{position:absolute;right:-30px;bottom:-30px;width:260px;height:520px;background:#0e1626;border-radius:36px;border:1px solid #1f2937;padding:12px;box-shadow:0 20px 60px #0006}.phone-frame img{width:100%;height:100%;object-fit:cover;border-radius:24px}.hero-image.bounce{animation:bounce 3s ease-in-out infinite;transform-origin:center}@keyframes bounce{0%{transform:translateY(0)}20%{transform:translateY(-12px)}40%{transform:translateY(0)}60%{transform:translateY(-6px)}80%{transform:translateY(0)}to{transform:translateY(0)}}.section{padding:64px 0}#features{position:relative;overflow:hidden;background:linear-gradient(135deg,#1a1f2e,#0f1419)}#features:before{content:"";position:absolute;top:-50%;left:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(232,135,115,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}#features h1{text-align:center;font-size:42px;font-weight:800;margin-bottom:12px;color:#fff}#features h2{color:#94a3b8;font-weight:500;font-size:18px;line-height:1.5;margin:0 auto 48px;text-align:center;max-width:700px}.features-grid{grid-template-columns:repeat(3,1fr);gap:28px}.feature{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;animation:fadeInUp .6s ease-out backwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature:nth-child(1){animation-delay:.1s}.feature:nth-child(2){animation-delay:.2s}.feature:nth-child(3){animation-delay:.3s}.feature:nth-child(4){animation-delay:.4s}.feature:nth-child(5){animation-delay:.5s}.feature:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:linear-gradient(135deg,rgba(232,135,115,.08) 0%,transparent 60%);border-radius:50%;transform:scale(0);transition:transform .6s ease;pointer-events:none}.feature:hover:before{transform:scale(1)}.feature:hover{transform:translateY(-12px);box-shadow:0 20px 50px #e8877333;border-color:#e8877366}.feature-icon-wrap{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:18px;margin-bottom:20px;background:linear-gradient(135deg,#e887731a,#e887730d);border:2px solid rgba(232,135,115,.2);box-shadow:0 8px 24px #e8877326;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.feature-icon-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;background:linear-gradient(135deg,#e88773,#d67362);opacity:0;transition:opacity .4s ease}.feature:hover .feature-icon-wrap{transform:rotate(8deg) scale(1.1);box-shadow:0 12px 35px #e887734d;border-color:#e8877380}.feature:hover .feature-icon-wrap:after{opacity:1}.feature-icon{width:42px;height:42px;display:block;filter:drop-shadow(0 4px 12px rgba(200,90,70,.25));transition:filter .4s ease;position:relative;z-index:2}.feature:hover .feature-icon{filter:drop-shadow(0 6px 18px rgba(255,255,255,.8)) brightness(1.2);animation:iconFloat 2s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.feature h3{margin:0 0 10px;font-size:20px;font-weight:700;color:#fff;transition:color .3s ease;position:relative;z-index:1}.feature:hover h3{color:#e88773}.feature p{margin:0;color:#94a3b8;line-height:1.6;font-size:14px;position:relative;z-index:1}.shots{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.shots img{width:100%;height:280px;object-fit:cover;border-radius:16px;border:1px solid #1f2937;transition:transform .2s ease,box-shadow .2s ease}.shots img:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0003}@media (max-width: 960px){.shots{grid-template-columns:repeat(2,1fr);gap:12px}.shots img{height:220px}}@media (max-width: 640px){.shots{grid-template-columns:1fr;gap:10px}.shots img{height:200px;border-radius:12px}}.destinations-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.destinations-section:before{content:"";position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(232,135,115,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.pakistan-tours-section{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);position:relative;overflow:hidden}.pakistan-tours-section:before{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(1,121,68,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.pakistan-flag{font-size:36px;margin-right:12px;display:inline-block;animation:wave 3s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.section-header{text-align:center;margin-bottom:48px}.section-header h2{color:#111827;font-size:36px;font-weight:700;margin-bottom:12px}.destinations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.destination-card{position:relative;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.destination-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #e8877333}.destination-image{position:relative;width:100%;height:320px;overflow:hidden}.destination-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.destination-card:hover .destination-image img{transform:scale(1.1)}.destination-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0000004d,#000000d9);display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:background .4s ease}.destination-card:hover .destination-overlay{background:linear-gradient(to bottom,#e8877333,#e8877366,#111827e6)}.destination-badges{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.badge.popular{background:#fbbf24e6;color:#78350f}.badge.featured{background:#e88773e6;color:#fff}.destination-info{transform:translateY(10px);transition:transform .4s ease}.destination-card:hover .destination-info{transform:translateY(0)}.destination-info h3{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.destination-info .flag{font-size:32px;line-height:1}.destination-info p{color:#fffffff2;font-size:15px;margin:0 0 16px;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.5)}.explore-btn{background:linear-gradient(135deg,#e88773,#d67362);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e887734d;opacity:0;transform:translateY(10px)}.explore-btn:hover{background:linear-gradient(135deg,#d67362,#c96252);box-shadow:0 6px 20px #e8877380;transform:translateY(-2px)}@media (max-width: 960px){.destinations-grid{grid-template-columns:repeat(2,1fr);gap:20px}.destination-image{height:280px}.destination-info h3{font-size:24px}.destination-info .flag{font-size:28px}}@media (max-width: 640px){.destinations-grid{grid-template-columns:1fr;gap:16px}.destination-image{height:260px}.section-header h2{font-size:28px}.destination-info h3{font-size:22px}.destination-info .flag{font-size:24px}.destination-info p{font-size:14px}.explore-btn{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.section-header{margin-bottom:32px}.section-header h2{font-size:24px}.section-subtitle{font-size:14px}.destination-image{height:240px}.destination-card.featured .destination-image{height:280px}.destination-info h3{font-size:20px}.destination-info .flag{font-size:22px}.explore-btn{padding:10px 20px;font-size:13px}}.cta{background:linear-gradient(135deg,#e88773,#d67362,#c96252);position:relative;padding-bottom:2%;overflow:hidden}.cta:before{content:"";position:absolute;top:10%;left:0;right:0;bottom:10%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px 0;position:relative;z-index:1}.cta-content{flex:1;max-width:600px}.cta-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px;margin-top:16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0000001a;animation:pulse 2s ease-in-out infinite}.cta h2{margin:0 0 12px;color:#fff;font-size:32px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.15)}.cta p{margin:0 0 24px;color:#fffffff2;font-size:16px;line-height:1.6}.cta p strong{color:#fff;font-weight:700;background:#fff3;padding:2px 8px;border-radius:4px}.cta-stats{display:flex;gap:32px;margin-top:24px}.stat-item{display:flex;align-items:center;gap:12px}.stat-icon{font-size:32px;line-height:1}.stat-item div{display:flex;flex-direction:column;gap:2px}.stat-item strong{color:#fff;font-size:20px;font-weight:700;line-height:1}.stat-item small{color:#ffffffd9;font-size:12px;line-height:1}.testimonials-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,135,115,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.section-subtitle{text-align:center;color:#64748b;font-size:16px;max-width:600px;margin:-10px auto 40px}.testimonials-section h2{text-align:center;color:#111827;font-weight:700;font-size:36px;margin-bottom:12px}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.testimonial{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000a;transition:all .3s ease;position:relative;overflow:hidden}.testimonial:before{content:'"';position:absolute;top:16px;left:20px;font-size:80px;color:#e8877314;font-family:Georgia,serif;line-height:1;pointer-events:none}.testimonial:hover{transform:translateY(-6px);box-shadow:0 12px 35px #e8877326;border-color:#e887734d}.testimonial-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;position:relative;z-index:1}.testimonial .avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e88773,#d67362);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;box-shadow:0 4px 12px #e8877340}.testimonial .user-info{display:flex;flex-direction:column;gap:2px;flex:1}.testimonial .user-info strong{color:#111827;font-weight:600;font-size:15px}.testimonial .user-info .location{color:#64748b;font-size:13px;display:flex;align-items:center;gap:4px}.testimonial .user-info .location:before{content:"📍";font-size:11px}.testimonial .stars{display:flex;gap:2px;margin-bottom:12px}.testimonial .star{color:#fbbf24;font-size:18px;text-shadow:0 1px 2px rgba(251,191,36,.3)}.testimonial .quote{color:#475569;line-height:1.7;font-size:14px;margin:0;position:relative;z-index:1}.testimonial .author{margin-top:10px;display:flex;flex-direction:column;gap:4px}.testimonial .author strong{color:var(--text);font-weight:600;font-size:15px}.testimonial .author .location{color:var(--muted);font-size:13px}.faq details{background:var(--panel);border:1px solid #1f2937;border-radius:12px;padding:14px 16px}.faq details+details{margin-top:12px}.faq summary{cursor:pointer;font-weight:600}.faq p{color:var(--muted)}.footer{background:linear-gradient(135deg,#1a1f2e,#0f1419);color:#e2e8f0;padding:64px 0 0;position:relative;overflow:hidden}.footer-bg{background:linear-gradient(135deg,#2a2f3e,#1b2128);padding:48px 0;border-top:1px solid rgba(255,255,255,.1)}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(232,135,115,.5),transparent)}@media (max-width: 1024px){.footer-inner{grid-template-columns:repeat(2,1fr);gap:32px}.footer-col{margin-bottom:24px}}@media (max-width: 640px){.footer-inner{grid-template-columns:1fr;gap:24px}.footer-col{text-align:center;margin-bottom:20px}.footer .brand{font-size:24px}.footer .footer-desc{font-size:14px}.footer .footer-col h4{font-size:18px;margin-bottom:12px}.footer .footer-col a{font-size:14px}.footer-bar{padding:20px 0}.footer-bar-inner{flex-direction:column;gap:12px;text-align:center}}.footer .brand{font-weight:800;font-size:28px;background:linear-gradient(135deg,#e88773,#f59e8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;margin-bottom:12px}.footer-desc{color:#94a3b8;margin:0 0 24px;line-height:1.6;font-size:14px;max-width:320px}.footer-apps{display:flex;gap:12px;margin-top:20px}.app-badge{display:block;transition:transform .3s ease,opacity .3s ease;opacity:.9}.app-badge:hover{transform:translateY(-4px);opacity:1}.app-badge img{height:40px;width:auto;display:block}.footer-col{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.footer-col h4{margin:0 0 20px;color:#fff;font-size:16px;font-weight:700;position:relative;padding-bottom:8px}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:linear-gradient(90deg,#e88773,transparent)}.footer-col nav{display:flex;flex-direction:column;gap:12px}.footer-col nav a{display:block;color:#94a3b8;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative;padding-left:0}.footer-col nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:#e88773;transition:width .3s ease}.footer-col nav a:hover:after{width:100%}.footer-col nav a:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#e88773;border-radius:50%;opacity:0;transition:all .3s ease}.footer-col nav a:hover{color:#fff;padding-left:16px}.footer-col nav a:hover:before{opacity:1;left:0}.footer-small-desc{color:#64748b;font-size:13px;margin:-8px 0 16px}.socials{display:flex;gap:12px;margin-bottom:24px}.social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.social:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e88773,#d67362);opacity:0;transition:opacity .3s ease}.social:hover{transform:translateY(-4px);border-color:#e8877380;box-shadow:0 8px 20px #e887734d}.social:hover:before{opacity:1}.social img{width:20px;height:20px;display:block;position:relative;z-index:1;filter:brightness(0) invert(1)}.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-contact p{margin:0;color:#94a3b8;font-size:13px;display:flex;align-items:center;gap:8px}.footer-bar{border-top:1px solid rgba(255,255,255,.08);padding:24px 0;background:#0003}.footer-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.copyright{color:#64748b;font-size:14px}.footer-tags{display:flex;gap:12px;flex-wrap:wrap}.footer-tags .tag{display:inline-flex;align-items:center;gap:6px;background:#e8877326;border:1px solid rgba(232,135,115,.3);color:#e88773;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}main{display:block;min-height:calc(100vh - var(--header-height) - var(--footer-height));padding-top:0;padding-bottom:calc(var(--footer-height) - 16px)}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;align-items:start}.footer .links a{color:var(--muted);text-decoration:none;margin-right:12px}.footer .links a:hover{color:var(--text)}.copyright{color:var(--muted)}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr}.phone-frame{position:static;width:100%;height:auto;margin-top:12px}.shots,.features-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer{padding:48px 0 0}.footer-desc{max-width:100%}.testimonials-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.nav{display:none}.hero-copy h1{font-size:34px}.shots,.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start;padding:80px 0}.footer-inner{grid-template-columns:1fr;gap:40px}.footer{padding:40px 0 0}.footer .brand{font-size:24px}.footer-col h4{font-size:15px;margin-bottom:16px}.footer-col nav a{font-size:13px}.footer-bar-inner{flex-direction:column;gap:12px;align-items:center;text-align:center}.copyright{font-size:13px}.footer-tags{justify-content:center}.container{padding:0 16px}.hero{padding-top:calc(var(--header-height) + 4px);padding-bottom:16px}}@media (max-width: 480px){.container{padding:0 12px}.hero{padding-top:calc(var(--header-height) + 4px);padding-bottom:12px}.hero-inner{gap:24px}.newsletter{flex-direction:column;align-items:stretch}.newsletter input[type=email]{width:100%;margin-bottom:8px}.newsletter .button.ghost{width:100%}.footer{padding:32px 0 0}.footer-inner{gap:32px}.footer .brand{font-size:22px;text-align:center}.footer-desc{text-align:center;margin-left:auto;margin-right:auto}.footer-col{align-items:center;text-align:center}.footer-col h4{font-size:14px}.footer-col h4:after{left:50%;transform:translate(-50%)}.footer-col nav{align-items:center}.footer-col nav a{padding-left:0!important}.footer-col nav a:before{display:none}.socials{justify-content:center}.social{width:40px;height:40px}.social img{width:18px;height:18px}.footer-contact{align-items:center}.footer-contact p{font-size:12px}.footer-bar{padding:20px 0}.copyright{font-size:12px}.footer-tags .tag{font-size:11px;padding:5px 12px}}@media (max-width: 360px){.container{padding:0 10px}.header-inner{gap:6px}.brand .logo{height:28px}.hajj-icon{width:24px!important;height:24px!important}.lang-switch{padding:2px 4px;gap:2px}.lang-switch button{padding:3px 5px;font-size:9px}.hero-copy h1{font-size:24px}.hero-copy p{font-size:13px}}.feature{opacity:1;transform:none;transition:none}.feature:hover{box-shadow:0 8px 20px #02061729}.feature-icon-wrap{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:14px;margin-bottom:12px;background:#1e283d78;border:1px solid rgb(255,255,255);box-shadow:0 10px 30px #8282829f;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.feature-icon{width:36px;height:36px;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,.32))}.feature-icon-wrap:hover{background:#fff;box-shadow:0 12px 30px #f8ae851f}.feature h3{font-size:18px;margin-bottom:8px}.feature p{color:var(--muted);font-size:14px;line-height:1.5}.feature:focus-visible{outline:none;box-shadow:0 12px 30px #02061729}@media (max-width: 640px){.feature-icon-wrap{width:64px;height:64px}.feature-icon{width:28px;height:28px}}.mockup-wrap{position:relative;display:inline-block;overflow:hidden;border-radius:16px}.mocup-side{position:absolute;right:12px;top:16%;display:flex;flex-direction:column;gap:12px;align-items:flex-end;pointer-events:none}.mocup-thumb{width:110px;height:96px;object-fit:cover;border-radius:12px;border:1px solid rgba(31,41,55,.9);box-shadow:0 18px 40px #02061780;transform-origin:center right}.mocup-thumb.top,.mocup-thumb.bottom{transform:translateY(0) scale(.98)}@media (max-width: 960px){.mocup-thumb{width:84px;height:100px}.mocup-side{right:8px;top:12%}}.hero-decorations{position:absolute;right:-6px;top:6%;display:flex;flex-direction:column;gap:10px;pointer-events:none}.hero-deco{width:84px;height:56px;object-fit:cover;border-radius:10px;border:1px solid rgba(31,41,55,.85);box-shadow:0 10px 30px #02061773;opacity:.98}.hero-deco.deco-1{transform:translateY(0) scale(.98)}.hero-deco.deco-2{transform:translateY(4px) scale(.98)}@media (max-width: 960px){.hero-decorations{right:-4px;top:8%}.hero-deco{width:68px;height:46px}}@media (max-width: 640px){.hero-decorations{display:none}}@media (max-width: 640px){.mocup-thumb{width:64px;height:76px}.mocup-side{right:6px;top:10%}}.hero-media .hero-image{max-width:320px!important;max-height:580px!important;width:auto;height:auto}@media (max-width: 960px){.hero-media{justify-content:center;margin-top:20px}.hero-media .hero-image{max-height:400px!important;max-width:100%!important}}@media (max-width: 640px){.hero-media{justify-content:center;margin-top:24px}.hero-media .hero-image{max-height:320px!important;max-width:90%!important}}@media (max-width: 480px){.hero-media .hero-image{max-height:280px!important;max-width:85%!important}}.lang-switch{display:flex;align-items:center;gap:6px;margin-left:16px;padding:4px 8px;border:1px solid #e0e7ff;border-radius:8px;background:#ffffff0a}.lang-switch button{padding:6px 10px;border:none;background:transparent;color:#111827;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.lang-switch button.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 4px 12px #e887734d}.lang-switch button:hover:not(.active){background:#e887731a;color:var(--accent)}.hajj-icon{width:80px;height:80px;margin-left:12px;display:inline-block;vertical-align:middle;object-fit:contain;animation:hajj-float 4s ease-in-out infinite;transition:transform .2s cubic-bezier(.2,.9,.22,1)}.hajj-icon:hover{animation:hajj-bounce .64s cubic-bezier(.2,.9,.22,1);transform:translateY(-6px) scale(1.06)}@keyframes hajj-float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.why-fungoo{background:linear-gradient(135deg,#0f1729,#1a2749);padding:80px 0}.why-fungoo-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-left{position:relative;display:flex;align-items:center;justify-content:center}.why-images{position:relative;width:100%;max-width:400px}.why-img-1,.why-img-2{width:100%;border-radius:20px;border:3px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0000004d}.why-img-1{width:280px;height:280px;object-fit:cover;position:absolute;left:0;top:0}.why-img-2{width:220px;height:220px;object-fit:cover;position:absolute;right:0;bottom:0}.why-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10}.badge-inner{width:140px;height:140px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 10px 40px #0003}.badge-percent{font-size:36px;font-weight:700;color:var(--accent);line-height:1}.badge-label{font-size:11px;font-weight:700;color:#111827;text-align:center;text-transform:uppercase;letter-spacing:.5px}.why-right{display:flex;flex-direction:column;gap:40px}.why-header{display:flex;flex-direction:column;gap:12px}.why-label{font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.why-right h2{font-size:42px;font-weight:700;color:#fff;margin:0;line-height:1.2}.why-reasons{display:flex;flex-direction:column;gap:24px}.why-reason-card{display:flex;gap:20px;align-items:flex-start}.reason-number{font-size:24px;font-weight:700;color:var(--accent);background:#e887731a;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(232,135,115,.3)}.reason-content{flex:1}.reason-content h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px}.reason-content p{font-size:14px;color:#b4c0d9;margin:0;line-height:1.6}@media (max-width: 960px){.why-fungoo-inner{display:flex;flex-direction:column-reverse;gap:40px}.why-left{order:2}.why-right{order:1}.why-right h2{font-size:32px}.why-img-1{width:200px;height:200px}.why-img-2{width:160px;height:160px}.badge-inner{width:120px;height:120px}.badge-percent{font-size:28px}}@media (max-width: 640px){.why-fungoo{padding:50px 0}.why-fungoo-inner{gap:36px}.why-left{max-height:none;display:flex;justify-content:center}.why-images{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;width:100%;max-width:100%}.why-img-1{width:180px;height:180px;position:relative;left:auto;top:auto;align-self:flex-start;margin-top:140px}.why-img-2{width:170px;height:170px;position:relative;right:auto;bottom:auto;margin-left:40px;margin-bottom:80px}.why-badge{position:relative;left:auto;top:auto;transform:none;z-index:10}.badge-inner{width:130px;height:130px}.badge-percent{font-size:32px}.badge-label{font-size:11px}.why-right{margin-top:50px}.why-right h2{font-size:28px}.why-reasons{gap:20px}.why-reason-card{gap:16px}.reason-number{width:50px;height:50px;font-size:22px;min-width:50px}.reason-content h3{font-size:18px}.reason-content p{font-size:15px}}@media (max-width: 480px){.why-fungoo{padding:32px 0}.why-fungoo-inner{gap:24px}.why-left{max-height:240px}.why-img-1{width:130px;height:130px}.why-img-2{width:95px;height:95px}.badge-inner{width:85px;height:85px}.badge-percent,.why-right h2{font-size:20px}.why-reasons{gap:14px}.why-reason-card{gap:10px}.reason-number{width:36px;height:36px;font-size:16px;min-width:36px}.reason-content h3{font-size:15px}}@media (max-width: 360px){.why-fungoo{padding:24px 0}.why-fungoo-inner{gap:20px}.why-left{max-height:200px}.why-img-1{width:110px;height:110px}.why-img-2{width:80px;height:80px}.badge-inner{width:70px;height:70px}.badge-percent{font-size:18px}.badge-label{font-size:8px}.why-label{font-size:11px}.why-right{gap:28px}.why-right h2{font-size:18px}.why-reasons{gap:12px}.why-reason-card{gap:8px}.reason-number{width:32px;height:32px;font-size:14px;min-width:32px}.reason-content h3{font-size:14px}.reason-content p{font-size:12px}}@media (max-width: 640px){.hajj-icon{width:30px;height:30px;margin-left:8px}.lang-switch{margin-left:8px;gap:4px;padding:3px 6px}.lang-switch button{padding:4px 8px;font-size:10px}.brand .logo{height:26px!important;width:auto!important;object-fit:contain!important;display:inline-block!important;vertical-align:middle!important}.hero-media img,.hero-media .hero-image{max-width:100%!important;height:auto!important;object-fit:contain!important;display:block!important}.hero-bg-video video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.hero-deco,.mocup-side,.hero-decorations{display:none!important}}.destination-details-page{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#e2e8f0)}.destination-hero{position:relative;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.destination-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#000000b3);display:flex;align-items:center;justify-content:center}.destination-hero .container{position:relative;z-index:2;text-align:center;color:#fff}.back-button{position:absolute;top:24px;left:24px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:50px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translate(-4px)}.destination-hero h1{font-size:64px;font-weight:700;margin-bottom:16px;text-shadow:0 4px 20px rgba(0,0,0,.5)}.destination-flag-large{font-size:72px;margin-right:16px;display:inline-block}.hero-tagline{font-size:24px;font-weight:400;opacity:.95;max-width:600px;margin:0 auto;text-shadow:0 2px 10px rgba(0,0,0,.3)}.destination-video-section{padding:80px 0;background:#fff}.destination-video-section .section-title{text-align:center;font-size:42px;font-weight:700;color:#1a202c;margin-bottom:48px}.video-wrapper{max-width:1000px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.video-wrapper iframe{display:block;border-radius:20px}.destination-info-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.info-grid{display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}.info-main h2{font-size:36px;font-weight:700;color:#1a202c;margin-bottom:24px}.full-description{font-size:18px;line-height:1.8;color:#4a5568}.info-sidebar{position:sticky;top:100px}.info-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:24px}.info-item{display:flex;align-items:start;gap:16px;margin-bottom:24px}.info-item:last-child{margin-bottom:0}.info-icon{font-size:32px;flex-shrink:0}.info-item h4{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:4px}.info-item p{font-size:18px;color:#1a202c;font-weight:500}.cta-button-large{width:100%;padding:18px 32px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);color:#fff;border:none;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #e887734d}.cta-button-large:hover{transform:translateY(-2px);box-shadow:0 15px 40px #e8877366}.highlights-section{padding:80px 0;background:#fff}.highlights-section .section-title{text-align:center;font-size:42px;font-weight:700;color:#1a202c;margin-bottom:48px}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.highlight-card{background:linear-gradient(135deg,#fff,#f7fafc);padding:32px;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.highlight-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--accent)}.highlight-icon{font-size:56px;margin-bottom:16px;display:block}.highlight-card h3{font-size:22px;font-weight:600;color:#1a202c;margin-bottom:12px}.highlight-card p{font-size:16px;color:#4a5568;line-height:1.6}.explore-btn{background:linear-gradient(135deg,#e88773e6,#f6b72ee6);color:#fff;border:none;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(10px);text-decoration:none;display:inline-block}.destination-card:hover .explore-btn{opacity:1;transform:translateY(0)}.explore-btn:hover{background:linear-gradient(135deg,#e88773,#f6b72e);transform:scale(1.05)}@media (max-width: 960px){.destination-hero{height:400px}.destination-hero h1{font-size:48px}.destination-flag-large{font-size:56px}.hero-tagline{font-size:20px}.info-grid{grid-template-columns:1fr;gap:32px}.info-sidebar{position:static}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}}@media (max-width: 640px){.destination-hero{height:350px}.destination-hero h1{font-size:36px}.destination-flag-large{font-size:42px}.hero-tagline{font-size:18px}.back-button{top:16px;left:16px;padding:10px 20px;font-size:14px}.destination-video-section .section-title,.highlights-section .section-title{font-size:32px}.info-main h2{font-size:28px}.video-wrapper iframe{height:300px}.highlights-grid{grid-template-columns:1fr}.destination-video-section,.destination-info-section,.highlights-section{padding:60px 0}}.hajj-umrah-page{background:linear-gradient(to bottom,#f0f9ff,#e0f2fe);min-height:100vh}.hajj-hero{position:relative;min-height:600px;background:linear-gradient(135deg,#047857,#065f46,#064e3b);display:flex;align-items:center;justify-content:center;overflow:hidden}.hajj-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.03) 10px,rgba(255,255,255,.03) 20px);pointer-events:none}.hajj-hero-overlay{position:relative;width:100%;z-index:2;padding:100px 0}.islamic-pattern{position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(254,240,138,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{text-align:center;color:#fff}.kaaba-icon{font-size:100px;margin-bottom:24px;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hajj-title{font-size:72px;font-weight:700;margin-bottom:24px;text-shadow:0 4px 20px rgba(0,0,0,.3);background:linear-gradient(to right,#fff,#fef08a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hajj-subtitle{font-size:28px;margin-bottom:48px;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.islamic-quote{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(254,240,138,.3);border-radius:20px;padding:32px;max-width:800px;margin:0 auto;box-shadow:0 10px 40px #0003}.islamic-quote p{font-size:24px;font-style:italic;margin-bottom:16px;color:#fef08a;line-height:1.8}.quote-reference{font-size:16px;opacity:.9;font-weight:600;color:#d1fae5}.packages-section{padding:100px 0;background:#fff}.packages-section .section-title{text-align:center;font-size:48px;font-weight:700;color:#047857;margin-bottom:64px}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.package-card{background:linear-gradient(to bottom,#fff,#f9fafb);border-radius:24px;padding:40px;box-shadow:0 10px 40px #00000014;border:2px solid #e5e7eb;transition:all .4s ease;position:relative;overflow:hidden}.package-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(to right,#047857,#fbbf24)}.package-card:hover{transform:translateY(-12px);box-shadow:0 25px 60px #04785733;border-color:#047857}.package-card.featured{border:3px solid #fbbf24;background:linear-gradient(135deg,#fffbeb,#fef3c7);transform:scale(1.05)}.package-card.featured:hover{transform:scale(1.05) translateY(-12px)}.featured-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:700;box-shadow:0 4px 15px #fbbf2466}.package-icon{font-size:64px;text-align:center;margin-bottom:24px}.package-card h3{font-size:32px;font-weight:700;color:#047857;text-align:center;margin-bottom:16px}.package-desc{text-align:center;font-size:16px;color:#6b7280;margin-bottom:32px;min-height:48px}.package-features{list-style:none;padding:0;margin-bottom:32px}.package-features li{padding:12px 0;border-bottom:1px solid #e5e7eb;font-size:15px;color:#374151}.package-features li:last-child{border-bottom:none}.package-price{text-align:center;font-size:16px;color:#6b7280;margin-top:auto}.package-price .price{display:block;font-size:42px;font-weight:700;color:#047857;margin:8px 0}.package-price .original-price{display:block;text-decoration:line-through;color:#9ca3af;font-size:20px;margin-top:-8px}.quote-section{padding:100px 0;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.quote-container{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}.quote-intro h2{font-size:42px;font-weight:700;color:#047857;margin-bottom:24px}.quote-intro p{font-size:18px;line-height:1.8;color:#4b5563;margin-bottom:40px}.trust-badges{display:flex;flex-direction:column;gap:20px}.badge{display:flex;align-items:center;gap:16px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 15px #00000014;border-left:4px solid #047857}.badge-icon{font-size:32px;color:#047857}.badge span:last-child{font-size:16px;font-weight:600;color:#1f2937}.quote-form{background:#fff;padding:48px;border-radius:24px;box-shadow:0 20px 60px #0000001a;border:2px solid #d1fae5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group{display:flex;flex-direction:column}.form-group.full-width{margin-bottom:24px}.form-group label{font-size:15px;font-weight:600;color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{padding:14px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#047857;box-shadow:0 0 0 4px #10b9811a}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;padding:18px 32px;background:linear-gradient(135deg,#047857,#065f46);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 10px 30px #0478574d}.submit-btn:hover{background:linear-gradient(135deg,#065f46,#064e3b);transform:translateY(-2px);box-shadow:0 15px 40px #04785766}.btn-icon{font-size:24px}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.captcha-container{display:flex;gap:16px;align-items:center;margin-top:8px}.captcha-question{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:14px 20px;border-radius:10px;border:2px solid #047857;flex:1}.captcha-text{font-size:16px;font-weight:600;color:#047857;flex:1}.captcha-refresh{background:#047857;color:#fff;border:none;padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.captcha-refresh:hover{background:#065f46;transform:rotate(180deg)}.captcha-container input[type=number]{width:120px;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;font-weight:600;text-align:center;transition:all .3s ease}.captcha-container input[type=number]:focus{outline:none;border-color:#047857;box-shadow:0 0 0 4px #0478571a}.captcha-container input[type=number].error{border-color:#ef4444;background:#fee2e2}.captcha-error{display:block;color:#ef4444;font-size:14px;margin-top:8px;font-weight:500}.why-choose-section{padding:100px 0;background:#fff}.why-choose-section .section-title{text-align:center;font-size:48px;font-weight:700;color:#047857;margin-bottom:64px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.feature-item{text-align:center;padding:40px;background:linear-gradient(to bottom,#f9fafb,#fff);border-radius:20px;border:2px solid #e5e7eb;transition:all .3s ease}.feature-item:hover{transform:translateY(-8px);border-color:#047857;box-shadow:0 20px 40px #04785726}.feature-icon{font-size:56px;margin-bottom:20px;color:#047857;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1);color:#065f46}.feature-item h3{font-size:22px;font-weight:700;color:#047857;margin-bottom:12px}.feature-item p{font-size:15px;color:#6b7280;line-height:1.6}.hajj-icon-link{display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.hajj-icon-link:hover{transform:scale(1.1)}.hajj-icon-link .hajj-icon{transition:all .3s ease}@media (max-width: 1024px){.packages-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.package-card.featured{transform:scale(1)}.package-card.featured:hover{transform:translateY(-12px)}.quote-container{grid-template-columns:1fr;gap:48px}.features-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 768px){.hajj-hero{min-height:500px}.kaaba-icon{font-size:72px}.hajj-title{font-size:48px}.hajj-subtitle{font-size:20px}.islamic-quote p{font-size:18px}.packages-section .section-title,.why-choose-section .section-title{font-size:36px}.quote-intro h2{font-size:32px}.form-row{grid-template-columns:1fr;gap:20px}.features-grid{grid-template-columns:1fr}.packages-section,.quote-section,.why-choose-section{padding:60px 0}.quote-form{padding:32px 24px}.captcha-container{flex-direction:column;align-items:stretch}.captcha-container input[type=number]{width:100%}}@media (max-width: 480px){.hajj-title{font-size:36px}.hajj-subtitle{font-size:18px}.islamic-quote{padding:24px}.islamic-quote p{font-size:16px}.package-card{padding:32px 24px}.package-card h3{font-size:28px}.package-price .price{font-size:36px}}.become-partner-page{background:linear-gradient(to bottom,#fff7ed,#fed7aa);min-height:100vh}.partner-hero{background:linear-gradient(135deg,#f97316,#ea580c,#c2410c);padding:120px 0 80px;position:relative;overflow:hidden}.partner-hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1;object-fit:cover}.partner-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f97316d9,#ea580cd9,#c2410cd9);z-index:2}.partner-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.03) 10px,rgba(255,255,255,.03) 20px);z-index:3}.partner-hero .container{position:relative;z-index:4}.partner-hero-content{text-align:center;color:#fff;position:relative;z-index:2}.partner-hero-content h1{font-size:56px;font-weight:700;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.2)}.partner-hero-content p{font-size:20px;opacity:.95;max-width:700px;margin:0 auto}.partner-form-section{padding:80px 0}.form-wrapper{max-width:900px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.form-header{background:linear-gradient(135deg,#f97316,#ea580c);padding:40px;text-align:center;color:#fff}.form-header h2{font-size:32px;font-weight:700;margin-bottom:12px}.form-header p{font-size:16px;opacity:.95}.partner-form{padding:48px}.form-row-partner{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-field{display:flex;flex-direction:column}.form-field label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:flex;align-items:center;gap:8px}.form-field label svg{color:#f97316}.form-field input,.form-field select{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;transition:all .3s ease;font-family:inherit;background:#fff}.form-field input:focus,.form-field select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.form-field input::placeholder{color:#9ca3af}.file-input{padding:12px!important;cursor:pointer}.file-input::-webkit-file-upload-button{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;margin-right:12px;transition:all .3s ease}.file-input::-webkit-file-upload-button:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}.form-submit{margin-top:32px;text-align:right}.submit-partner-btn{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:16px 48px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #f973164d}.submit-partner-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 15px 40px #f9731666}.submit-partner-btn:disabled{opacity:.6;cursor:not-allowed}.submit-success{background:#d1fae5;border:2px solid #10b981;color:#065f46;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-weight:600;text-align:center;font-size:15px}.submit-error{background:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-weight:600;text-align:center;font-size:15px}@media (max-width: 768px){.partner-hero{padding:80px 0 60px}.partner-hero-content h1{font-size:36px}.partner-hero-content p{font-size:16px}.partner-form-section{padding:60px 0}.form-wrapper{margin:0 20px}.partner-form,.form-header{padding:32px 24px}.form-header h2{font-size:26px}.form-row-partner{grid-template-columns:1fr;gap:20px}.form-submit{text-align:center}.submit-partner-btn{width:100%}.captcha-container{flex-direction:column;align-items:stretch}.captcha-container input[type=number]{width:100%}}@media (max-width: 480px){.partner-hero-content h1{font-size:28px}.form-header h2{font-size:22px}.partner-form{padding:24px 16px}}.app-screens-section{background-color:#f8fafc;padding:100px 0;overflow:hidden}.screens-showcase{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:60px;flex-wrap:wrap}.screen-card{flex:1;min-width:300px;max-width:350px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.screen-card.center-featured{transform:scale(1.1);z-index:2}.screen-image-wrapper{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px #00000026;border:8px solid #fff;background:#fff;transition:all .3s ease}.screen-img{display:block;width:100%;height:auto;border-radius:22px}.screen-content{margin-top:24px}.screen-card.left .screen-content,.screen-card.right .screen-content{margin-bottom:24px;margin-top:0}.screen-card h3{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:10px}.screen-card p{font-size:16px;color:#64748b;line-height:1.5}.screen-card:hover .screen-image-wrapper{transform:translateY(-10px);box-shadow:0 30px 60px #f9731633;border-color:#fff7ed}.screen-card.center-featured:hover .screen-image-wrapper{transform:translateY(-10px)}@media (max-width: 1024px){.screens-showcase{flex-direction:column;gap:60px}.screen-card.center-featured{transform:scale(1);order:-1}.screen-card{max-width:100%;width:100%;flex-direction:row;align-items:center;text-align:left;gap:30px}.screen-card:nth-child(2n){flex-direction:row-reverse;text-align:right}.screen-image-wrapper{width:280px;flex-shrink:0}.screen-content{margin:0!important}}@media (max-width: 640px){.screen-card{flex-direction:column!important;text-align:center!important;gap:20px}.screen-image-wrapper{width:260px}}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.legal-page,.help-page,.about-page{flex:1;padding-top:var(--header-height);background:#f8fafc}.legal-content{background:#fff;padding:60px;border-radius:24px;box-shadow:0 4px 20px #0000000d;max-width:900px;margin:40px auto 80px;color:#000}.legal-content h1{font-size:42px;font-weight:800;color:#000;margin-bottom:16px}.last-updated{color:#000;font-size:14px;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:24px;color:#000;margin-bottom:16px}.legal-content h3{font-size:20px;color:#000;margin-bottom:12px;margin-top:24px}.legal-content p{color:#000;line-height:1.8;margin-bottom:16px;font-size:16px}.legal-content ul{padding-left:24px;margin-bottom:16px}.legal-content li{color:#000;margin-bottom:8px;line-height:1.6}.help-hero{background:linear-gradient(135deg,#0f172a,#1e293b);padding:80px 0;text-align:center;color:#fff}.help-hero h1{font-size:48px;font-weight:800;margin-bottom:32px}.search-box{max-width:600px;margin:0 auto;position:relative;display:flex;gap:12px}.search-box input{flex:1;padding:16px 24px;border-radius:12px;border:none;font-size:16px;box-shadow:0 10px 30px #0003}.search-btn{padding:0 32px;background:var(--accent);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:background .3s ease}.search-btn:hover{background:#d67362}.help-content{margin-top:-40px;padding-bottom:80px;position:relative;z-index:2}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:60px}.help-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease;text-align:center}.help-card:hover{transform:translateY(-8px)}.help-card .icon{font-size:48px;margin-bottom:20px}.help-card h3{font-size:20px;color:#1e293b;margin-bottom:12px}.help-card p{color:#64748b;margin-bottom:20px;line-height:1.6}.learn-more{color:var(--accent);text-decoration:none;font-weight:600;font-size:14px}.faq-section-help h2{text-align:center;font-size:32px;color:#1e293b;margin-bottom:40px}.faq-item{background:#fff;padding:24px;border-radius:16px;margin-bottom:16px;border:1px solid #e2e8f0}.faq-item h3{font-size:18px;color:#334155;margin-bottom:8px}.about-hero{background:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2071&q=80) center/cover no-repeat;height:400px;display:flex;align-items:center;justify-content:center;position:relative}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ab3}.about-hero .container{position:relative;z-index:2;text-align:center;color:#fff}.about-hero h1{font-size:56px;font-weight:800;margin-bottom:16px}.about-hero p{font-size:24px;opacity:.9}.about-content{padding:80px 20px}.mission-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px}.mission-text h2{font-size:36px;color:#1e293b;margin-bottom:24px}.mission-text p{font-size:18px;color:#475569;line-height:1.8}.mission-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stat{text-align:center;padding:24px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d}.stat strong{display:block;font-size:32px;color:var(--accent);margin-bottom:8px}.stat span{color:#64748b;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.story-section{max-width:800px;margin:0 auto 100px;text-align:center}.story-section h2{font-size:36px;color:#1e293b;margin-bottom:32px}.story-section p{font-size:18px;color:#475569;line-height:1.8;margin-bottom:24px}.values-section h2{font-size:36px;color:#000;text-align:center;margin-bottom:32px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.value-card{background:#fff;padding:40px;border-radius:24px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.value-card:hover{border-color:var(--accent);transform:translateY(-8px)}.value-card h3{font-size:24px;color:#000;margin-bottom:16px}.value-card p{color:#000;line-height:1.6}@media (max-width: 960px){.legal-content{padding:40px;margin:20px 0 60px}.mission-section{grid-template-columns:1fr;gap:40px}.values-grid{grid-template-columns:1fr}}@media (max-width: 640px){.legal-content{padding:24px}.legal-content h1{font-size:32px}.help-hero h1{font-size:36px}.about-hero h1{font-size:42px}.about-hero p{font-size:18px}.mission-stats{grid-template-columns:1fr}}.contact-form-section{max-width:600px;margin:0 auto;text-align:center;padding:40px;background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d}.contact-form-section h2{font-size:32px;color:#1e293b;margin-bottom:12px}.contact-form-section p{color:#64748b;margin-bottom:32px}.contact-form{text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#334155;margin-bottom:8px;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:16px;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e887731a}.submit-btn{width:100%;padding:16px;background:var(--accent);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:#d67362}
