@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap);:root{--primary:#2c7575;--primary-dark:#115353;--primary-light:#4a9a9a;--secondary:#0d4141;--accent:#ffb347;--background:#f8fafc;--card-bg:#fff;--text-main:#0f172a;--text-muted:#64748b;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--gradient-primary:linear-gradient(135deg,#2c7575,#115353);--gradient-sunset:linear-gradient(135deg,#ffb347,#ff8c00);--gradient-ocean:linear-gradient(135deg,#2c7575,#4a9a9a);--gradient-glass:linear-gradient(135deg,#fffc,#fff6);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-glass:0 8px 32px 0 #1f268726;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1)}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--text-main)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:.15s cubic-bezier(.4,0,.2,1);transition:var(--transition-fast)}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition-normal)}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#fffc,#fff6);background:var(--gradient-glass);border:1px solid #fff3;box-shadow:0 8px 32px 0 #1f268726;box-shadow:var(--shadow-glass)}.container{margin:0 auto;max-width:1280px;padding:0 1.5rem;width:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s cubic-bezier(.4,0,.2,1) forwards;animation:fadeIn var(--transition-slow) forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--background)}::-webkit-scrollbar-thumb{background:#4a9a9a;background:var(--primary-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2c7575;background:var(--primary)}@media (max-width:768px){.container{padding:0 1rem}}.navbar{left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:var(--transition-normal);z-index:1000}.navbar.scrolled{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffc;border-bottom:1px solid #ffffff1a;box-shadow:var(--shadow-lg);padding:.75rem 0}.nav-container{justify-content:space-between}.logo,.nav-container{align-items:center;display:flex}.logo{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;gap:.75rem}.logo img{border-radius:10px;height:40px;object-fit:cover;transition:var(--transition-normal);width:40px}.logo:hover img{transform:rotate(10deg) scale(1.1)}.nav-links{align-items:center;display:flex;gap:1rem;list-style:none}.nav-links a{border-radius:8px;color:var(--text-main);font-size:.95rem;font-weight:600;padding:.5rem 1rem;position:relative}.nav-links a,.nav-links a:after{transition:var(--transition-normal)}.nav-links a:after{background:var(--gradient-primary);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:0}.nav-links a:hover{background:#6366f10d;color:var(--primary)}.nav-links a:hover:after{width:60%}.mobile-menu-toggle{align-items:center;background:#6366f11a;border-radius:8px;color:var(--primary);display:none;font-size:1.5rem;height:40px;justify-content:center;width:40px}.nav-right{align-items:center;display:flex;gap:1rem}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:var(--shadow-xl);flex-direction:column;left:1rem;opacity:0;padding:2rem;pointer-events:none;position:absolute;right:1rem;top:100%;transform:translateY(20px);transition:var(--transition-normal)}.nav-links.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-links a{font-size:1.1rem;padding:1rem;text-align:center;width:100%}}.language-selector{font-family:Inter,sans-serif;position:relative}.language-selector-button{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:var(--shadow-sm);color:var(--text-main);display:flex;font-size:.9rem;font-weight:600;gap:.75rem;padding:.5rem 1rem;transition:var(--transition-normal)}.language-selector-button:hover{background:#f8fafc;border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.language-selector-button .flag{font-size:1.1rem}.language-selector-button .arrow{color:var(--text-muted);font-size:.7rem;transition:var(--transition-normal)}.language-dropdown{animation:fadeIn var(--transition-fast) forwards;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:var(--shadow-xl);overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);width:180px;z-index:1001}.language-option{align-items:center;background:#0000;color:var(--text-main);display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1.25rem;text-align:left;transition:var(--transition-fast);width:100%}.language-option:hover{background:#6366f10d;color:var(--primary)}.language-option.active{background:#6366f11a;color:var(--primary);font-weight:700}.language-option .flag{font-size:1.1rem}@media (max-width:768px){.language-selector-button .language-name{display:none}.language-selector-button{padding:.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;width:100%}.animate-fadeIn{animation:fadeIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-modern{align-items:center;border-radius:12px;display:inline-flex;font-weight:700;justify-content:center;padding:.75rem 2rem;transition:var(--transition-normal)}.btn-modern-primary{background:var(--gradient-primary);box-shadow:var(--shadow-lg);color:#fff}.btn-modern-primary:hover{box-shadow:var(--shadow-xl);filter:brightness(1.1);transform:translateY(-2px)}.footer{background:#0f172a;color:#fff;font-family:Inter,sans-serif;padding:5rem 0 2rem}.footer-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:4rem}.footer-section h3{color:#fff;font-family:Outfit,sans-serif;font-size:1.25rem;margin-bottom:1.5rem}.footer-section p{color:#94a3b8;font-size:.95rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul a{color:#94a3b8;font-size:.95rem;transition:var(--transition-fast)}.footer-section ul a:hover{color:var(--primary-light);padding-left:5px}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icons a{align-items:center;background:#ffffff0d;border-radius:10px;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:var(--transition-normal);width:40px}.social-icons a:hover{background:var(--gradient-primary);transform:translateY(-3px)}.payment-icons{color:#94a3b8;display:flex;font-size:2rem;gap:1rem;margin-top:1rem}.footer-bottom{border-top:1px solid #ffffff0d;color:#64748b;font-size:.9rem;padding-top:2rem;text-align:center}@media (max-width:1024px){.footer-container{gap:3rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{padding:3rem 0 2rem}.footer-container{gap:2rem;grid-template-columns:1fr;text-align:center}.payment-icons,.social-icons{justify-content:center}}.blog-container{background-color:#f3f4f6;min-height:100vh;padding:2rem}.blog-title{color:#2d3748;font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{box-shadow:0 6px 12px #0003;transform:scale(1.05)}.blog-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:14rem;image-rendering:auto;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);width:100%}.blog-content{padding:1.5rem}.blog-title-small{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.blog-excerpt{color:#4a5568;margin-bottom:1rem}.blog-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.blog-button:hover{background-color:#1d4ed8}.tour-card{background:var(--card-bg);border:1px solid #0000000d;border-radius:24px;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.tour-card,.tour-card:before{transition:var(--transition-normal)}.tour-card:before{background:var(--gradient-primary);opacity:0;width:100%}.tour-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-xl);transform:translateY(-8px)}.tour-card:hover:before{opacity:1}.tour-image-container{border-radius:16px;height:200px;overflow:hidden;position:relative;width:100%}.tour-image{height:100%;transition:var(--transition-slow)}.tour-card:hover .tour-image{transform:scale(1.1)}.tour-badge{background:var(--gradient-primary);border-radius:20px;box-shadow:var(--shadow-md);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.tour-content{display:flex;flex-direction:column;gap:.5rem;text-align:left}.tour-title{color:var(--text-main);font-size:1.35rem}.tour-stats{color:var(--text-muted);font-size:.9rem;gap:1rem}.tour-stats,.tour-stats span{align-items:center;display:flex}.tour-stats span{gap:.25rem}.tour-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.tour-tag{background:#6366f114;border-radius:6px;color:var(--primary);font-size:.75rem;font-weight:600;padding:.25rem .75rem}.tour-footer{align-items:center;border-top:1px solid #0000000d;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.tour-price{display:flex;flex-direction:column}.price-label{color:var(--text-muted);font-size:.75rem}.price-value{color:var(--primary);font-size:1.25rem;font-weight:800}.view-details-btn{background:var(--gradient-primary);border-radius:12px;box-shadow:var(--shadow-md);color:#fff;font-size:.9rem;font-weight:700;padding:.75rem 1.5rem}.view-details-btn:hover{box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-2px)}.tour-list-container{background:radial-gradient(circle at top right,#6366f10d,#0000),radial-gradient(circle at bottom left,#a855f70d,#0000);padding:6rem 0}.tour-list-header{margin-bottom:4rem;text-align:center}.tour-list-header h2{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.tour-list-header p{color:var(--text-muted);font-size:1.1rem;margin:0 auto;max-width:600px}.tour-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@media (max-width:768px){.tour-list-container{padding:4rem 0}.tour-list-header h2{font-size:2.25rem}.tour-grid{grid-template-columns:1fr}}.why-choose-us{background:#fff;padding:8rem 0;text-align:center}.why-choose-us-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.why-choose-us h2{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:1rem}.why-choose-us .subtitle{color:var(--text-muted);font-size:1.1rem;margin:0 auto 4rem;max-width:700px}.reasons-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.reason-item{align-items:center;background:#fff;border:1px solid #0000000d;border-left:4px solid var(--primary);border-radius:12px;display:flex;padding:2rem;text-align:left;transition:var(--transition-normal)}.reason-item:hover{background:#fdfdfd;box-shadow:var(--shadow-lg);transform:translateX(5px)}.reason-item p{color:var(--text-main);font-size:1rem;font-weight:500;line-height:1.6;margin:0}.read-more{margin-top:4rem}.read-more a{background:var(--gradient-primary);border-radius:12px;box-shadow:var(--shadow-lg);color:#fff;display:inline-block;font-weight:700;padding:1rem 3rem}.read-more a:hover{box-shadow:var(--shadow-xl);filter:brightness(1.1);transform:translateY(-3px)}@media (max-width:768px){.why-choose-us{padding:4rem 0}.why-choose-us h2{font-size:2rem}}.how-it-works{background:var(--background);padding:8rem 0}.how-it-works-header{margin-bottom:5rem;text-align:center}.how-it-works-header h2{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.steps-container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative}@media (min-width:1024px){.steps-container:before{background:#6366f11a;content:"";height:2px;left:2rem;position:absolute;right:2rem;top:3rem;z-index:0}}.step-card{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:24px;display:flex;flex-direction:column;padding:3rem 2rem;position:relative;text-align:center;transition:var(--transition-normal);z-index:1}.step-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-xl);transform:translateY(-10px)}.step-icon-wrapper{align-items:center;background:var(--gradient-primary);border-radius:20px;box-shadow:var(--shadow-lg);color:#fff;display:flex;font-size:1.75rem;height:70px;justify-content:center;margin-bottom:1.5rem;transform:rotate(-5deg);transition:var(--transition-normal);width:70px}.step-card:hover .step-icon-wrapper{transform:rotate(0) scale(1.1)}.step-number{color:var(--primary);font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.step-card h3{font-size:1.25rem;margin-bottom:1rem}.step-time{background:#10b9811a;border-radius:20px;color:var(--success);font-size:.8rem;font-weight:700;margin-bottom:1.5rem;padding:.25rem .75rem}.step-list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.step-list li{color:var(--text-muted);font-size:.9rem;padding-left:1.25rem;position:relative}.step-list li:before{color:var(--success);content:"✓";font-weight:800;left:0;position:absolute}@media (max-width:768px){.how-it-works{padding:4rem 0}}.hero-section{align-items:center;color:#fff;display:flex;height:100vh;min-height:700px;overflow:hidden;position:relative}.hero-bg-img{filter:brightness(.7);object-fit:cover;z-index:-1}.hero-bg-img,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background:linear-gradient(90deg,#0f172acc,#0f172a4d);z-index:0}.hero-container{display:flex;flex-direction:column;gap:4rem;height:100%;justify-content:center;position:relative;z-index:1}.hero-content{max-width:700px}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;color:var(--primary-light);display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;padding:.5rem 1.25rem;text-transform:uppercase}.hero-title{color:#fff;font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffc;font-size:1.25rem;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1.5rem}.primary-btn{background:var(--gradient-primary);border-radius:12px;box-shadow:var(--shadow-lg);color:#fff;font-size:1rem;font-weight:700;padding:1rem 2.5rem}.primary-btn:hover{box-shadow:var(--shadow-xl);filter:brightness(1.1);transform:translateY(-3px)}.secondary-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;padding:1rem 2.5rem}.secondary-btn:hover{background:#fff3;transform:translateY(-3px)}.hero-stats{display:flex;gap:4rem}.stat-item{display:flex;flex-direction:column}.stat-number{color:#fff;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.stat-label{color:#fff9;font-size:.9rem;font-weight:500}@media (max-width:1024px){.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero-section{text-align:center}.hero-container{align-items:center}.hero-actions{flex-direction:column;width:100%}.hero-stats{flex-wrap:wrap;gap:2rem;justify-content:center}.hero-title{font-size:2.75rem}}.why-container{background:var(--background);padding:6rem 0;text-align:center}.why-title{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem}.why-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.6;margin:0 auto 4rem;max-width:800px}.why-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.why-card{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden;transition:var(--transition-normal)}.why-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-xl);transform:translateY(-10px)}.why-image-wrapper{height:220px;overflow:hidden;width:100%}.why-image{height:100%;object-fit:cover;transition:var(--transition-normal);width:100%}.why-card:hover .why-image{transform:scale(1.05)}.why-card-content{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:2.5rem 2rem}.why-card-title{color:var(--primary);font-size:1.5rem;font-weight:700;margin:0}.why-card-description{color:var(--text-muted);font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.why-container{padding:4rem 0}.why-title{font-size:2.25rem}.why-grid{gap:2rem;grid-template-columns:1fr}}.contact-container{background:var(--background);padding-top:100px}.contact-title{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:4rem;text-align:center}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;margin-bottom:5rem}.contact-info{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:var(--shadow-lg);padding:3rem}.contact-info h2{color:var(--primary);font-size:1.75rem;margin-bottom:1.5rem}.contact-info p{color:var(--text-muted);margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-details p{align-items:flex-start;color:var(--text-main);display:flex;font-weight:500;gap:1rem;margin-bottom:0}.contact-link-button{background:#0000;border:none;color:var(--primary);cursor:pointer;font-size:1rem;font-weight:700;padding:0;transition:var(--transition-fast)}.contact-link-button:hover{color:var(--primary-dark);text-decoration:underline}.contact-form{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:var(--shadow-lg);padding:3rem}.contact-form h2{font-size:1.75rem;margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{color:var(--text-main);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.input-group input,.input-group textarea{background:#f8fafc;border:1px solid #0000001a;border-radius:12px;font-family:inherit;font-size:1rem;padding:1rem;transition:var(--transition-normal);width:100%}.input-group input:focus,.input-group textarea:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #6366f11a}.contact-form button[type=submit]{background:var(--gradient-primary);border-radius:12px;box-shadow:var(--shadow-lg);color:#fff;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1.25rem;width:100%}.contact-form button[type=submit]:hover:not(:disabled){box-shadow:var(--shadow-xl);filter:brightness(1.1);transform:translateY(-2px)}.contact-form button[type=submit]:disabled{cursor:not-allowed;opacity:.7}.map-container{border-radius:24px;box-shadow:var(--shadow-xl);height:450px;margin-bottom:5rem;overflow:hidden}.map-container iframe{border:none;height:100%;width:100%}@media (max-width:1024px){.contact-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-title{font-size:2.25rem}.contact-form,.contact-info{padding:1.5rem}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.tours-container{background:linear-gradient(135deg,#f5f7fa,#e9ecef);min-height:100vh;padding:5rem 2rem;text-align:center}.tours-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 20px #667eea33}.tours-subtitle{color:#4a5568;font-size:1.3rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.tours-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.tour-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 10px 30px #667eea26,0 0 0 1px #667eea1a;max-width:380px;overflow:hidden;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.tour-card:before{background:linear-gradient(90deg,#667eea,#764ba2 50%,#f093fb);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.tour-card:hover{box-shadow:0 20px 40px #667eea40,0 0 0 1px #667eea33;transform:translateY(-10px) scale(1.02)}.tour-card:hover:before{transform:scaleX(1)}.tour-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:20px 20px 0 0;height:220px;image-rendering:auto;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);transition:transform .4s ease;width:100%}.tour-card:hover .tour-image{transform:scale(1.05)}.tour-content{padding:1.5rem}.tour-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.tour-duration{color:#4a5568;font-size:1rem;margin-bottom:.5rem}.tour-description{color:#4a5568;font-size:1rem;margin-bottom:1rem}.tour-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 6px 20px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 28px;position:relative;transition:all .3s ease}.tour-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.tour-btn:hover:before{height:300px;width:300px}.tour-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 8px 25px #667eea80;transform:translateY(-2px)}@media (max-width:768px){.tours-title{font-size:2rem}.tours-subtitle{font-size:1rem}.tour-card{max-width:100%}}.deals-container{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.deals-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.deals-subtitle{color:#4a5568;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.deals-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.deal-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:350px;overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s}.deal-card:hover{box-shadow:0 8px 16px #0003;transform:scale(1.05)}.deal-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:8px 8px 0 0;height:200px;image-rendering:auto;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);width:100%}.deal-content{padding:1.5rem}.deal-title{color:#2563eb;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.deal-duration,.deal-price{color:#4a5568;font-size:1rem;margin-bottom:.5rem}.deal-description{color:#4a5568;font-size:1rem;margin-bottom:1rem}.deal-btn{background-color:#2563eb;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s}.deal-btn:hover{background-color:#1d4ed8}@media (max-width:768px){.deals-title{font-size:2rem}.deals-subtitle{font-size:1rem}.deal-card{max-width:100%}}.testimonials-container{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.testimonials-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.testimonials-subtitle{color:#4a5568;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.testimonial-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:350px;overflow:hidden;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{box-shadow:0 8px 16px #0003;transform:scale(1.05)}.testimonial-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;border:3px solid #2563eb;border-radius:50%;height:100px;image-rendering:auto;margin-bottom:1rem;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);width:100px}.testimonial-content{padding:1rem}.testimonial-review{color:#4a5568;font-size:1rem;font-style:italic;margin-bottom:1rem}.testimonial-name{color:#2563eb;font-size:1.2rem;font-weight:700}.testimonial-location{color:#718096;font-size:1rem}@media (max-width:768px){.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:1rem}.testimonial-card{max-width:100%}}.itinerary-wrapper{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 20px 60px #667eea1a;color:#2c3e50;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:900px;padding:2rem 1.5rem}.itinerary-header{margin-bottom:2rem;text-align:center}.itinerary-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.intro-text{color:#555;font-size:1.1rem;line-height:1.5;margin:0 auto;max-width:600px;white-space:pre-line}.package-info-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #667eea1a;border-radius:15px;box-shadow:0 10px 30px #667eea26;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:700px;padding:2rem}.package-info-section .intro-text{margin:.75rem auto}.itinerary-cards-container{display:flex;flex-direction:column;gap:2rem}.itinerary-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 10px 30px #667eea26,0 0 0 1px #667eea1a;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.itinerary-card:before{background:linear-gradient(90deg,#667eea,#764ba2 50%,#f093fb);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.itinerary-card:hover{box-shadow:0 20px 40px #667eea40,0 0 0 1px #667eea33;transform:translateY(-10px)}.itinerary-card:hover:before{transform:scaleX(1)}.card-header{align-items:center;border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#667eea,#764ba2) 1;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem}.day-badge{border-radius:25px;box-shadow:0 6px 20px #667eea66;color:#fff;font-size:1rem;letter-spacing:.5px;padding:.5rem 1.2rem;text-transform:uppercase;white-space:nowrap}.card-header h2,.day-badge{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:700}.card-header h2{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;line-height:1.3}.card-content h3{color:#444;font-size:1.2rem;margin-bottom:.5rem}.card-content ul{color:#333;font-size:1rem;line-height:1.6;list-style-type:disc;margin-bottom:1rem;margin-left:1.5rem;padding-left:0;text-align:left}.card-content li{margin-bottom:.5rem;text-align:left}.activity-details{display:flex;flex-direction:column;gap:1rem}.activity-item{text-align:left}.activity-title{color:#2c3e50;font-size:1.1rem;font-weight:700;margin-bottom:.3rem;margin-top:0}.activity-desc{color:#555;font-size:.95rem;line-height:1.5;margin:0}.hotel-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:15px;box-shadow:0 10px 30px #667eea33;height:auto;image-rendering:auto;margin:1.5rem 0;max-width:500px;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);transition:transform .4s ease;width:100%}.hotel-image:hover{transform:scale(1.02)}.activity-image{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:15px;box-shadow:0 10px 30px #667eea33;display:block;height:280px;image-rendering:auto;margin:1.5rem 0 2rem;max-width:100%;object-fit:cover;transform:translateZ(0);-webkit-transform:translateZ(0);transition:transform .4s ease;width:100%}.itinerary-card:hover .activity-image{transform:scale(1.03)}.notes{color:#666;font-size:.95rem;font-style:italic;line-height:1.4}.book-now-wrapper{margin:3rem 0 4rem;text-align:center}.book-now-wrapper.top-right{margin:0;position:fixed;right:1rem;top:1.5rem;z-index:1000}.book-now-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;box-shadow:0 8px 25px #667eea66;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;justify-content:center;min-height:44px;overflow:hidden;padding:.75rem 2.5rem;position:relative;transition:all .3s ease}.book-now-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.book-now-button:hover:before{height:300px;width:300px}.book-now-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 12px 35px #667eea80;transform:translateY(-2px)}@media (max-width:1024px){.itinerary-wrapper{margin:1.5rem auto;max-width:800px;padding:0 1.5rem}.itinerary-header h1{font-size:2.2rem}.intro-text{font-size:1rem}.itinerary-card{padding:1.25rem 1.5rem}.card-header h2{font-size:1.3rem}.hotel-image{max-width:450px}.activity-image{height:220px}}@media (max-width:768px){.itinerary-wrapper{margin:1rem auto;max-width:100%;padding:0 1rem}.itinerary-header{margin-bottom:1.5rem;padding-top:6rem}.itinerary-header h1{font-size:1.8rem;margin-bottom:.5rem}.intro-text{font-size:.95rem;max-width:100%}.itinerary-cards-container{gap:1.5rem}.itinerary-card{border-radius:8px;padding:1rem 1.25rem}.itinerary-card:hover{transform:none}.card-header{align-items:flex-start;flex-direction:column;gap:.75rem}.day-badge{font-size:.9rem;padding:.3rem .8rem}.card-header h2{font-size:1.2rem;margin:0}.card-content h3{font-size:1.1rem}.card-content ul{font-size:.95rem;margin-left:1.25rem;padding-left:0;text-align:left}.card-content li{margin-bottom:.4rem;text-align:left}.hotel-image{margin:.75rem 0;max-width:100%}.activity-image{height:200px;margin:.75rem 0 1rem}.notes{font-size:.9rem}.book-now-wrapper.top-right{position:fixed;right:.75rem;top:9rem}.book-now-button{border-radius:25px;font-size:1rem;min-height:44px;padding:.5rem 1.5rem}}@media (max-width:480px){.itinerary-wrapper{margin:.75rem auto;padding:0 .75rem}.itinerary-header{padding-top:5.5rem}.itinerary-header h1{font-size:1.5rem}.intro-text{font-size:.9rem}.itinerary-cards-container{gap:1.25rem}.itinerary-card{padding:.75rem 1rem}.day-badge{font-size:.85rem;padding:.25rem .7rem}.card-header h2{font-size:1.1rem}.card-content h3{font-size:1rem}.card-content ul{font-size:.9rem;margin-left:1rem;padding-left:0;text-align:left}.card-content li{margin-bottom:.35rem;text-align:left}.notes{font-size:.85rem}.book-now-wrapper.top-right{right:.5rem;top:8.5rem}.book-now-button{font-size:.9rem;min-height:40px;padding:.4rem 1.25rem}}@media (max-width:768px){.book-now-button,.itinerary-card{touch-action:manipulation}}.book-now-button:focus{outline:2px solid #0c47b7;outline-offset:2px}@media (prefers-contrast:high){.itinerary-card{border:2px solid #2c3e50}.book-now-button{border:2px solid}}@media (prefers-reduced-motion:reduce){.itinerary-card{transition:none}.itinerary-card:hover{transform:none}.book-now-button{transition:none}}.buy-container{background-color:#f0f4ff;border-radius:8px;box-shadow:0 2px 12px #00439426;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:450px;overflow:hidden;padding:1.5rem}.buy-container,.buy-container *{box-sizing:border-box}.buy-heading{color:#0d47a1;font-size:1.75rem;margin-bottom:.25rem;text-align:center}.buy-subtitle{color:#1976d2;font-size:1rem;margin-bottom:1.5rem;text-align:center}.buy-form{gap:1.25rem}.buy-form,.buy-form-group{display:flex;flex-direction:column}.buy-row-group{display:flex;gap:1rem}.buy-half-width{display:flex;flex:1 1;flex-direction:column}.buy-label{color:#1565c0;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.buy-input{border:1px solid #90caf9;border-radius:4px;font-size:1rem;padding:.6rem .8rem;transition:border-color .2s ease-in-out;width:100%}.buy-select-wrapper{position:relative;width:100%}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.buy-helper-text{color:#64b5f6;font-size:.8rem;margin-top:.25rem}.buy-button{background-color:#1565c0;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.75rem;transition:background-color .3s ease}.buy-button:hover{background-color:#0d47a1}.buy-button:disabled{background-color:#90a4ae;cursor:not-allowed}.buy-dropdown{background-color:#fff;border:1px solid #90caf9;border-radius:6px;box-shadow:0 4px 12px #00000014;left:0;max-height:220px;overflow-y:auto;padding:.5rem;position:absolute;right:0;top:calc(100% + 4px);z-index:10}.buy-dropdown-option{align-items:center;cursor:pointer;display:flex;gap:.5rem;padding:.4rem .25rem}.buy-dropdown-option:hover{background-color:#f5f5f5}.buy-textarea{border:1px solid #90caf9;border-radius:4px;font-size:1rem;min-height:80px;padding:.6rem .8rem;resize:vertical;transition:border-color .2s ease-in-out;width:100%}@media (max-width:768px){.buy-container{margin:1rem auto;max-width:95%;padding:1rem}.buy-heading{font-size:1.5rem}.buy-subtitle{font-size:.9rem;margin-bottom:1rem}.buy-form{gap:1rem}.buy-row-group{flex-direction:row;flex-wrap:nowrap;gap:.5rem}.buy-phone-row{align-items:flex-end}.buy-phone-code{flex:0 0 140px}.buy-phone-code .buy-input{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif,Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji}.buy-phone-number{flex:1 1 auto;min-width:0}.buy-form>.buy-row-group:first-of-type{align-items:flex-end}.buy-form>.buy-row-group:first-of-type .buy-half-width:first-child{flex:0 0 auto}.buy-form>.buy-row-group:first-of-type .buy-half-width:first-child .buy-input{max-width:140px;min-width:90px;width:auto}.buy-form>.buy-row-group:first-of-type .buy-half-width:last-child{flex:1 1 auto;min-width:0}.buy-half-width{flex:1 1 50%;min-width:0}.buy-button{font-size:1rem;padding:.7rem}}@media (max-width:480px){.buy-container{border-radius:4px;margin:.5rem;max-width:100%;padding:.75rem}.buy-heading{font-size:1.25rem}.buy-subtitle{font-size:.85rem;margin-bottom:.75rem}.buy-form{gap:.75rem}.buy-label{font-size:.9rem;margin-bottom:.4rem}.buy-input{font-size:.95rem;padding:.5rem .6rem}.buy-helper-text{font-size:.75rem}.buy-button{font-size:.95rem;padding:.6rem}.buy-dropdown{max-height:180px;padding:.4rem}.buy-dropdown-option{gap:.4rem;padding:.3rem .2rem}.buy-textarea{font-size:.95rem;min-height:70px;padding:.5rem .6rem}}@media (max-width:768px){.buy-button,.buy-input,.buy-textarea{min-height:44px}.buy-dropdown-option{align-items:center;min-height:44px}}
/*# sourceMappingURL=main.cec6338c.css.map*/