.plan-your-trip{max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,Segoe UI,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.plan-your-trip h2{text-align:center;color:white;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.trip-form{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:2rem;backdrop-filter:blur(10px)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.75rem;font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group select{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:1.25rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.packages-section{margin:2rem 0;padding:2rem;background:white;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.packages-section h3{color:#2d3748;margin-bottom:2rem;text-align:center;font-size:1.8rem;font-weight:700}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem}.package-card{background:linear-gradient(145deg,#ffffff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.package-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.package-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15);border-color:#667eea}.package-card.selected{border-color:#667eea;background:linear-gradient(145deg,#f0f4ff,#f8fafc);box-shadow:0 10px 30px rgba(102,126,234,.2)}.package-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.package-header h4{color:#2d3748;margin:0;font-size:1.3rem;font-weight:700;flex:1}.package-duration{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-left:1rem}.package-description{color:#718096;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.package-price{margin-bottom:1.5rem;padding:1.5rem;background:white;border-radius:12px;border:1px solid #e2e8f0}.usd-price{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.inr-price{font-size:1rem;color:#718096;margin-bottom:.5rem}.total-price{font-size:1.1rem;font-weight:600;color:#667eea;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.package-includes{list-style:none;padding:0;margin-bottom:2rem}.package-includes li{padding:.5rem 0;color:#4a5568;font-size:.9rem;display:flex;align-items:center}.package-includes li:before{content:"✓";color:#48bb78;font-weight:700;margin-right:.75rem;font-size:1.1rem}.select-package-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#48bb78,#38a169);color:white;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.select-package-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(72,187,120,.3)}.package-card.selected .select-package-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.trip-calculation{background:white;border-radius:20px;padding:2.5rem;margin-top:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.trip-calculation h3{color:#2d3748;margin-bottom:2rem;text-align:center;font-size:1.8rem;font-weight:700}.package-calculation{position:relative}.package-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,#48bb78,#38a169);color:white;padding:.75rem 1.5rem;border-radius:25px;font-size:.85rem;font-weight:600;box-shadow:0 4px 15px rgba(72,187,120,.3)}.calculation-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.summary-card{background:linear-gradient(145deg,#f8fafc,#ffffff);padding:1.5rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.summary-card:hover{transform:translateY(-3px)}.summary-card h4{color:#718096;font-size:.9rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.summary-card p{color:#2d3748;font-size:1.4rem;font-weight:700;margin:0}.total-cost{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.total-cost h4,.total-cost p{color:white}.inr-conversion{font-size:.9rem;color:rgba(255,255,255,.8);margin-top:.5rem}.cost-breakdown,.daily-breakdown{margin-bottom:2.5rem}.cost-breakdown h4,.daily-breakdown h4{color:#2d3748;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.breakdown-grid{background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.breakdown-item{display:flex;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;background:white;transition:background-color .3s ease}.breakdown-item:hover{background:#f7fafc}.breakdown-item:last-child{border-bottom:none}.breakdown-item.total{background:linear-gradient(135deg,#667eea,#764ba2);color:white;font-weight:700;font-size:1.1rem}.breakdown-item.total span{color:white}.package-details{background:#f8fafc;padding:2rem;border-radius:16px;margin-top:1.5rem;border:1px solid #e2e8f0}.package-details h4{color:#2d3748;margin-bottom:1.25rem;font-size:1.3rem;font-weight:600}.package-details ul{list-style:none;padding:0}.package-details li{padding:.75rem 0;color:#4a5568;border-bottom:1px solid #e2e8f0;display:flex;align-items:center}.package-details li:before{content:"✓";color:#48bb78;font-weight:700;margin-right:1rem;font-size:1.1rem}.package-details li:last-child{border-bottom:none}.budget-status{background:white;border-radius:16px;padding:2rem;margin-bottom:1.5rem;border-left:5px solid;box-shadow:0 5px 20px rgba(0,0,0,.08)}.budget-status.within-budget{border-left-color:#48bb78}.budget-status.over-budget{border-left-color:#f56565}.budget-status h4{color:#2d3748;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.budget-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.budget-item:last-child{border-bottom:none}.budget-item .positive{color:#48bb78;font-weight:700}.budget-item .negative{color:#f56565;font-weight:700}.budget-progress{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.progress-bar{width:100%;height:10px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .5s ease;border-radius:10px}.budget-message{margin-top:1.5rem;padding:1.25rem;border-radius:12px;text-align:center;font-weight:600;font-size:1.1rem}.within-budget .budget-message{background:linear-gradient(135deg,#c6f6d5,#9ae6b4);color:#22543d}.over-budget .budget-message{background:linear-gradient(135deg,#fed7d7,#feb2b2);color:#742a2a}.calculation-notes{text-align:center;color:#718096;font-size:.9rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;line-height:1.6}@media (max-width:768px){.plan-your-trip{padding:1rem}.trip-form{padding:1.5rem}.form-row{gap:1rem}.form-row,.packages-grid{grid-template-columns:1fr}.package-header{flex-direction:column;gap:.75rem}.package-duration{margin-left:0;align-self:flex-start}.calculation-summary{grid-template-columns:1fr}.trip-calculation{padding:1.5rem}}