@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";:root{--primary-color: #007bff;--secondary-color: #1a73e8;--accent-color: #0f9d58;--text-color: #ffffff;--bg-color: #121212;--font-main: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}button{cursor:pointer;border:none;font-family:var(--font-main)}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;z-index:1000;color:#fff;transition:all .3s ease}.navbar.scrolled{background-color:#fff;padding:1rem 4rem;box-shadow:0 4px 20px #0000000d}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-weight:700;font-size:1.2rem;color:#ffffffe6;text-decoration:none;transition:all .3s ease}.navbar.scrolled .nav-links a{color:#333}.nav-links a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}.navbar.scrolled .nav-links a:hover{color:#2d68ff;text-shadow:none}.book-btn{background-color:#2d68ff;color:#fff;padding:.7rem 1.8rem;border-radius:4px;font-weight:600;font-size:.9rem;transition:transform .2s,background-color .2s;box-shadow:0 4px 15px #2d68ff4d;border:none;cursor:pointer;text-decoration:none;display:inline-block}.book-btn:hover{background-color:#1a54ea;transform:translateY(-2px)}.footer{background-color:#1a202c;color:#fff;padding-top:4rem;position:relative;overflow:hidden;font-family:Inter,sans-serif;padding-bottom:0}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;color:#fff;position:relative;z-index:2;padding-bottom:1rem}.footer-brand{font-size:1.25rem;font-weight:800;margin-bottom:1rem;color:#fff}.footer-desc{color:#9ca3af;font-size:.9rem;line-height:1.6;max-width:300px}.footer-column h3{margin-bottom:1.2rem;font-size:1.1rem;color:#fff;font-weight:700}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .2s ease}a.contact-item:hover{color:#fff}a.contact-item:hover .contact-icon{color:#2d68ff}.contact-icon{margin-top:3px;flex-shrink:0;color:#6b7280;transition:color .2s ease}.footer-socials{display:flex;gap:.75rem;margin-top:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:50%;color:#9ca3af;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff;transform:translateY(-3px)}.footer-copyright-text{text-align:center;color:#6b7280;font-size:.85rem;padding:0 1rem;position:relative;z-index:2;margin-bottom:-40px}.footer-art-wrapper{position:relative;width:100%;margin-top:-50px;line-height:0;z-index:0;pointer-events:none}.footer-art-img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hero{position:relative;height:100vh;width:100%;background:url(/hero-bg.png) no-repeat center center/cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:0 20px;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0000001a,#0000004d);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;margin-top:5vh;animation:fadeInUp 1s ease-out}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 12px rgba(0,0,0,.3);letter-spacing:-1px}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;font-weight:400;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.4);color:#fffffff2;max-width:700px;margin-left:auto;margin-right:auto}.search-box{background:#fffffff2;padding:.5rem;border-radius:12px;display:flex;gap:.5rem;width:100%;max-width:600px;margin:0 auto;box-shadow:0 20px 40px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-size:1rem;color:#333;background:transparent;font-family:inherit}.search-input::placeholder{color:#888}.explore-btn{background-color:#10b981;color:#fff;padding:0 2.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;white-space:nowrap}.explore-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.navbar{padding:1rem}.nav-links{display:none}.search-box{flex-direction:column;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.search-input{background:#fff;border-radius:8px;margin-bottom:.5rem;width:100%}.explore-btn{padding:1rem;width:100%}}.featured-section{padding:6rem 2rem;background:#fff;min-height:auto}.section-header-main{text-align:center;max-width:700px;margin:0 auto 4rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#2d68ff1a;border:1px solid rgba(45,104,255,.2);border-radius:50px;font-size:.85rem;font-weight:600;color:#2d68ff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1a1a2e;margin:0 0 1rem;line-height:1.2}.section-subtitle{font-size:1.1rem;color:#64748b;line-height:1.7;margin:0}.trips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.trip-card{--accent-color: #2D68FF;position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 20px #00000014}.trip-card:hover{transform:translateY(-10px);border-color:var(--accent-color);box-shadow:0 25px 50px #00000026,0 0 60px #2d68ff14}.trip-card-image{position:relative;height:280px;overflow:hidden}.trip-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.trip-card:hover .trip-card-image img{transform:scale(1.1)}.trip-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 40%,rgba(0,0,0,.5) 80%,rgba(0,0,0,.7) 100%)}.trip-badge{position:absolute;top:1.25rem;left:1.25rem;padding:.5rem 1rem;background:var(--accent-color);border-radius:50px;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #0000004d}.trip-price-tag{position:absolute;top:1.25rem;right:1.25rem;display:flex;flex-direction:column;align-items:flex-end;padding:.75rem 1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 4px 15px #0000001a}.trip-price-tag .from{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.trip-price-tag .amount{font-size:1.4rem;font-weight:800;color:#1a1a2e}.trip-card-content{padding:1.5rem 1.75rem 2rem;display:flex;flex-direction:column;flex-grow:1;background:#fff}.trip-header{margin-bottom:1rem}.trip-header .trip-title{font-size:1.75rem;font-weight:800;color:#1a1a2e;margin:0 0 .25rem;line-height:1.2}.trip-header .trip-subtitle{font-size:1rem;color:var(--accent-color);margin:0;font-weight:500}.trip-description{color:#64748b;font-size:.95rem;line-height:1.7;margin:0 0 1.5rem}.trip-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;color:#334155}.stat-item svg{color:var(--accent-color);opacity:.9}.trip-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.highlight-tag{padding:.4rem .8rem;background:#2d68ff14;border:1px solid rgba(45,104,255,.15);border-radius:50px;font-size:.75rem;color:#334155;font-weight:500}.trip-card:nth-child(2) .highlight-tag{background:#d4a5741a;border-color:#d4a57433}.trip-cta{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;margin-top:auto;background:linear-gradient(135deg,var(--accent-color),rgba(45,104,255,.85));border-radius:14px;font-size:1rem;font-weight:600;color:#fff;transition:all .3s ease}.trip-card:hover .trip-cta{gap:1rem;box-shadow:0 10px 30px #2d68ff4d}.trip-card:nth-child(2) .trip-cta{background:linear-gradient(135deg,#d4a574,#8b6914)}.trip-card:nth-child(2):hover .trip-cta{box-shadow:0 10px 30px #d4a5744d}@media(max-width:768px){.featured-section{padding:4rem 1rem}.trips-grid{grid-template-columns:1fr;gap:2rem}.trip-card-image{height:220px}.trip-header .trip-title{font-size:1.5rem}.trip-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.featured-section{padding:3rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.trip-card-image{height:200px}.trip-card-content{padding:1.25rem 1.25rem 1.5rem}.trip-header .trip-title{font-size:1.35rem}.trip-price-tag .amount{font-size:1.2rem}.stat-item{padding:.5rem .6rem;font-size:.8rem}}.newsletter-section{position:relative;padding:8rem 2rem;background-color:#f0f0f0;background:linear-gradient(135deg,#e0e7df,#d1d5db);overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:600px}.newsletter-bg-circle{position:absolute;border-radius:50%;filter:blur(60px);z-index:1;opacity:.8}.circle-1{width:400px;height:400px;background:linear-gradient(to bottom right,#84cc16,#65a30d);top:-50px;left:20%}.circle-2{width:500px;height:500px;background:linear-gradient(to bottom right,#84cc16,#4d7c0f);bottom:-100px;right:20%}.circle-3{width:300px;height:300px;background:#a3a3a3;top:40%;right:10%;opacity:.4;filter:blur(80px)}.newsletter-card{position:relative;z-index:10;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:4rem 3rem;border-radius:20px;text-align:center;max-width:700px;width:100%;box-shadow:0 25px 50px -12px #00000026}.newsletter-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.newsletter-desc{color:#fff;font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.1)}.newsletter-form{display:flex;gap:10px;max-width:500px;margin:0 auto 1rem}.newsletter-input{flex:1;padding:1rem 1.5rem;border-radius:8px;border:none;outline:none;font-size:1rem;color:#2d68ff;background:#fffffff2;font-weight:600}.newsletter-input::placeholder{color:#9ca3af;font-weight:400}.newsletter-btn{background-color:#3b82f6;color:#fff;padding:0 2rem;border-radius:8px;font-weight:700;font-size:1rem;transition:all .3s ease;border:none}.newsletter-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.newsletter-note{color:#fffc;font-size:.75rem;margin-top:1rem}@media(max-width:640px){.newsletter-form{flex-direction:column}.newsletter-btn{padding:1rem;width:100%}.newsletter-title{font-size:2rem}}.trip-page{min-height:100vh;background:#fff}.trip-hero{position:relative;min-height:60vh;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;background-size:cover;background-position:center;background-attachment:fixed}.trip-hero:before{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#ffffff,transparent);pointer-events:none}.back-button{position:absolute;top:6rem;left:2rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50px;color:#1a1a2e;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px #0000001a}.back-button:hover{background:#fff;transform:translate(-5px);box-shadow:0 6px 20px #00000026}.trip-hero-wrapper{position:relative;z-index:5;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;max-width:1200px;width:100%;margin:0 auto}.trip-hero-content{flex:1;max-width:700px}.price-card-hero{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#0f172ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;min-width:240px;box-shadow:0 25px 50px #0000004d}.price-card-hero .price-main{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.price-card-hero .price-label{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.price-card-hero .price-value{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#4ade80,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-card-hero .price-note{font-size:.85rem;color:#ffffff80}.price-card-hero .book-now-btn{display:block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2d68ff,#1a4fd6);border-radius:12px;font-size:1rem;font-weight:700;color:#fff;text-align:center;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px #2d68ff4d}.price-card-hero .book-now-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #2d68ff66}.price-card-hero .price-extra{font-size:.8rem;color:#d4a574e6;margin:.75rem 0 0;text-align:center}.price-card-hero.spiti-price .price-value{background:linear-gradient(135deg,#f59e0b,#d4a574);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-card-hero.spiti-price .book-now-btn{background:linear-gradient(135deg,#d4a574,#8b6914);box-shadow:0 10px 30px #d4a5744d}.price-card-hero.spiti-price .book-now-btn:hover{box-shadow:0 15px 40px #d4a57466}.trip-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#2d68ff,#1a4fd6);border-radius:50px;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.spiti-badge{background:linear-gradient(135deg,#d4a574,#8b6914)}.trip-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;color:#fff;margin:0;line-height:1.1;text-shadow:0 4px 30px rgba(0,0,0,.5)}.trip-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#ffffffe6;margin:.5rem 0 1.5rem;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.3)}.trip-quick-info{display:flex;flex-wrap:wrap;gap:1rem}.info-chip{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50px;color:#1a1a2e;font-size:.9rem;font-weight:500;box-shadow:0 2px 10px #0000001a}.trip-content{position:relative;max-width:1000px;margin:0 auto;padding:3rem 2rem 4rem}.price-card-floating{position:relative;top:0;float:none;width:100%;max-width:100%;margin:0 0 3rem;padding:2rem;background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid rgba(45,104,255,.3);border-radius:20px;box-shadow:0 20px 60px #00000026;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.spiti-price{border-color:#d4a5744d}.price-main{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.price-label{font-size:.85rem;color:#fff9;margin-bottom:.25rem}.price-value{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#2d68ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.spiti-price .price-value{background:linear-gradient(135deg,#d4a574,#f0c987);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-note{font-size:.9rem;color:#ffffff80}.book-now-btn{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#2d68ff,#1a4fd6);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease}.book-now-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2d68ff66}.spiti-btn{background:linear-gradient(135deg,#d4a574,#8b6914)}.spiti-btn:hover{box-shadow:0 10px 30px #d4a57466}.price-route{font-size:.9rem;color:#fff9;margin:0}.price-extra{font-size:.85rem;color:#d4a574e6;margin:0}.trip-section{margin-bottom:4rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:#1a1a2e}.section-header svg{color:#2d68ff}.section-header h2,.section-header h3{font-size:1.8rem;font-weight:700;margin:0}.section-title-group{display:flex;flex-direction:column;gap:.25rem}.section-note{font-size:.85rem;color:#94a3b8;font-weight:400;font-style:italic}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.destinations-grid.single{grid-template-columns:1fr}.destination-card{padding:2rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s ease}.destination-card:hover{transform:translateY(-5px);border-color:#2d68ff;box-shadow:0 20px 40px #2d68ff1a}.spiti-card:hover{border-color:#d4a574;box-shadow:0 20px 40px #d4a5741a}.destination-icon{font-size:3rem;margin-bottom:1rem}.destination-card h3{font-size:1.3rem;color:#1a1a2e;margin:0 0 1rem}.destination-card p{color:#64748b;line-height:1.7;margin:0}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#2d68ff0d;border:1px solid rgba(45,104,255,.15);border-radius:12px;color:#1a1a2e;font-size:.95rem;transition:all .3s ease}.highlight-item:hover{background:#2d68ff1a;transform:translate(5px)}.highlight-item svg{color:#2d68ff;flex-shrink:0}.spiti-highlight{background:#d4a57414;border-color:#d4a57433}.spiti-highlight:hover{background:#d4a57426}.spiti-highlight svg{color:#b8860b}.itinerary-timeline{position:relative;padding-left:3rem}.itinerary-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#2d68ff,#2d68ff33);border-radius:2px}.timeline-item{position:relative;padding:1.5rem;margin-bottom:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s ease}.timeline-item:hover{background:#fff;border-color:#2d68ff;box-shadow:0 10px 30px #2d68ff1a}.timeline-marker{position:absolute;left:-3rem;top:1.5rem;width:2rem;height:2rem;background:linear-gradient(135deg,#2d68ff,#1a4fd6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #2d68ff4d}.spiti-marker{background:linear-gradient(135deg,#d4a574,#8b6914);box-shadow:0 4px 15px #d4a5744d}.timeline-content h4{margin:0 0 .75rem;color:#1a1a2e;font-size:1.15rem}.timeline-content p{margin:0;color:#64748b;line-height:1.6}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{padding:2rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}.info-card .section-header{margin-bottom:1.5rem}.info-card .section-header h3{font-size:1.4rem}.check-list{list-style:none;padding:0;margin:0}.check-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#334155;border-bottom:1px solid #e2e8f0}.check-list li:last-child{border-bottom:none}.check-list svg{color:#22c55e;flex-shrink:0;margin-top:2px}.exclusions-list{list-style:none;padding:0;margin:0}.exclusions-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#64748b;border-bottom:1px solid #e2e8f0}.exclusions-list li:last-child{border-bottom:none}.exclusions-list svg{color:#ef4444;flex-shrink:0;margin-top:2px}.essentials-list{list-style:none;padding:0;margin:0}.essentials-list li{padding:.75rem 0;color:#334155;border-bottom:1px solid #e2e8f0;line-height:1.6}.essentials-list li:last-child{border-bottom:none}.essentials-list strong{color:#2d68ff}.dates-card{padding:2rem;background:#f8fafc;border:1px solid rgba(45,104,255,.2);border-radius:20px}.spiti-dates{border-color:#d4a5744d}.dates-note{font-size:1.1rem;color:#334155;margin:0 0 1.5rem;text-align:center}.dates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.date-month{display:flex;flex-direction:column;padding:1.25rem;background:#2d68ff14;border:1px solid rgba(45,104,255,.15);border-radius:12px;text-align:center}.spiti-dates .date-month{background:#d4a5741a;border-color:#d4a57433}.month-name{font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.month-dates{color:#64748b;font-size:.95rem}.trip-page.spiti-theme .section-header svg{color:#b8860b}.trip-page.spiti-theme .timeline-item:hover{border-color:#d4a574;box-shadow:0 10px 30px #d4a5741a}.trip-page.spiti-theme .itinerary-timeline:before{background:linear-gradient(to bottom,#d4a574,#d4a57433)}.trip-page.spiti-theme .check-list svg{color:#b8860b}.trip-page.spiti-theme .essentials-list strong{color:#b8860b}.trip-page.spiti-theme .info-card{border-color:#d4a57426}.trip-page.spiti-theme .destination-card:hover{border-color:#d4a574;box-shadow:0 20px 40px #d4a5741a}.trip-page.spiti-theme .contact-section{background:linear-gradient(145deg,#3d2914,#2a1d0e)}.trip-page.spiti-theme .contact-item:hover{color:#d4a574}.trip-page.spiti-theme .contact-item svg{color:#d4a574}.contact-section{text-align:center;padding:3rem 2rem;background:linear-gradient(145deg,#1e293b,#0f172a);border-radius:20px;margin-top:3rem}.contact-section h3{font-size:1.5rem;color:#fff;margin:0 0 2rem}.contact-info{max-width:500px;margin:0 auto}.company-name{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#fffc;text-decoration:none;transition:color .3s ease}.contact-item:hover{color:#2d68ff}.contact-item svg{color:#2d68ff}.address{color:#fff9;font-size:.9rem;margin:0;line-height:1.6}@media(max-width:768px){.trip-hero{min-height:auto;padding:6rem 1.5rem 2rem;background-attachment:scroll}.trip-hero-wrapper{flex-direction:column;align-items:stretch;gap:1.5rem}.trip-hero-content{max-width:100%}.price-card-hero{min-width:auto;width:100%}.back-button{top:5rem;left:1rem;padding:.6rem 1rem;font-size:.85rem}.trip-title{font-size:2.5rem}.trip-subtitle{font-size:1.1rem}.info-chip{padding:.5rem .75rem;font-size:.8rem}.trip-content{padding:2rem 1rem 3rem}.price-card-floating{flex-direction:column;align-items:stretch;text-align:center}.price-main{align-items:center}.book-now-btn{width:100%}.price-route,.price-extra{text-align:center}.section-header h2,.section-header h3{font-size:1.4rem}.itinerary-timeline{padding-left:2.5rem}.timeline-marker{left:-2.5rem;width:1.75rem;height:1.75rem;font-size:.75rem}.itinerary-timeline:before{left:.75rem}.two-column-grid{grid-template-columns:1fr}.contact-details{flex-direction:column;align-items:center;gap:1rem}}@media(max-width:480px){.trip-hero{min-height:45vh}.trip-title{font-size:2rem}.trip-quick-info{gap:.5rem}.info-chip{padding:.4rem .6rem;font-size:.75rem}.highlights-grid,.dates-grid{grid-template-columns:1fr}}
