.package-view-section{padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.back-button-container{margin-bottom:2rem}.back-btn{display:inline-flex;align-items:center;gap:.75rem;background:white;color:#475569;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:600;text-decoration:none;border:none;font-family:inherit;box-shadow:0 2px 8px rgba(0,0,0,.05)}.back-btn:hover{background:#f8fafc;transform:translateX(-5px);border-color:#3b82f6;color:#3b82f6}.package-view-layout{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.package-view-header{background:white;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.package-breadcrumb{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;margin-bottom:1rem}.package-breadcrumb .current{color:#3b82f6;font-weight:600}.package-title-section h1{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 1rem;line-height:1.2}.package-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.category-badge,.duration-badge,.rating-badge{display:flex;align-items:center;gap:.5rem;background:#f0f7ff;color:#3b82f6;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.duration-badge{background:#f0fdf4;color:#16a34a}.category-badge{background:#fef7cd;color:#d97706;text-transform:capitalize}.package-highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.highlight-item{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.75rem 1rem;border-radius:8px;font-weight:500;color:#475569}.highlight-icon{background:#3b82f6;color:white;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.package-gallery{background:white;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.main-image{width:100%;height:400px;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.thumbnail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.thumbnail{position:relative;height:100px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:3px solid transparent;overflow:hidden}.thumbnail:hover{transform:scale(1.05);border-color:#3b82f6}.thumbnail-active{border:3px solid #3b82f6!important;transform:scale(1.05)}.more-images-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;opacity:0;transition:opacity .3s ease}.thumbnail:hover .more-images-overlay{opacity:1}.main-gallery-image{width:100%;height:400px;object-fit:cover;border-radius:12px}.thumbnail-image{width:100%;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.thumbnail-image:hover{transform:scale(1.05)}.gallery-image{width:100%;height:250px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.02)}.image-caption{text-align:center;margin-top:.5rem;color:#64748b;font-size:.8rem}.image-fallback{display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;color:#666;font-size:14px}.main-image .image-fallback{height:400px;border-radius:12px}.thumbnail .image-fallback{height:100px;border-radius:8px}.gallery-item .image-fallback{height:250px;border-radius:8px}.package-tabs{display:flex;background:white;border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #f1f5f9}.tab-btn{flex:1;background:none;border:none;padding:1rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;color:#64748b;transition:all .3s ease;font-family:inherit}.tab-btn:hover{color:#3b82f6;background:#f8fafc}.tab-btn.active{background:#3b82f6;color:white;box-shadow:0 4px 12px rgba(59,130,246,.3)}.tab-content{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9;margin-bottom:2rem}.overview-section{margin-bottom:2.5rem}.overview-section:last-child{margin-bottom:0}.overview-section h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.overview-section p{color:#64748b;line-height:1.6;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;transition:all .3s ease}.feature-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.feature-icon{font-size:1.5rem;flex-shrink:0}.feature-content h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.feature-content p{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.timeline-day{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.timeline-day:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.timeline-header{gap:1rem;margin-bottom:1.5rem}.day-number,.timeline-header{display:flex;align-items:center}.day-number{background:#3b82f6;color:white;width:50px;height:50px;border-radius:50%;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.day-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.activities-section h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.activities-list{list-style:none;padding:0;margin:0 0 1.5rem}.activities-list li{color:#64748b;position:relative;padding:.5rem 0 .5rem 1.5rem}.activities-list li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.day-details{display:flex;gap:2rem;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:.5rem}.detail-label{font-weight:600;color:#475569}.detail-value{color:#64748b}.exclusions-section,.inclusions-section{margin-bottom:2.5rem}.exclusions-section:last-child,.inclusions-section:last-child{margin-bottom:0}.exclusions-list,.inclusions-list{display:flex;flex-direction:column;gap:1rem}.exclusion-item,.inclusion-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f0f7ff;border-radius:8px}.exclusion-item{background:#fef2f2}.exclusion-icon,.inclusion-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.inclusion-content strong{display:block;color:#1e293b;margin-bottom:.25rem}.inclusion-content p{color:#64748b;margin:0;font-size:.9rem}.exclusion-item span{color:#64748b}.reviews-summary{display:flex;gap:3rem;margin-bottom:2.5rem;padding:2rem;background:#f8fafc;border-radius:12px}.overall-rating{text-align:center;flex-shrink:0}.rating-score{font-size:3rem;font-weight:800;color:#1e293b;line-height:1}.rating-stars{font-size:1.2rem;margin:.5rem 0}.rating-count{color:#64748b;font-size:.9rem}.rating-breakdown{flex:1;display:flex;flex-direction:column;gap:.5rem}.rating-bar{display:flex;align-items:center;gap:1rem;font-size:.9rem}.rating-bar span:first-child{width:60px;color:#64748b}.rating-bar span:last-child{width:40px;text-align:right;color:#64748b}.bar{flex:1;height:8px;background:#e2e8f0;overflow:hidden}.bar,.bar .fill{border-radius:4px}.bar .fill{height:100%;background:#f59e0b}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{padding:1.5rem;background:#f8fafc;border-radius:12px}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.verified-badge{background:#10b981;color:white;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600}.review-meta{text-align:right}.review-rating{color:#f59e0b;font-weight:600;margin-bottom:.25rem}.review-date{color:#64748b;font-size:.8rem}.review-comment{color:#475569;line-height:1.5;margin:0}.gallery-content{width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-item{cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.package-booking-sidebar{display:flex;flex-direction:column;gap:2rem;position:sticky;top:2rem}.booking-card,.quick-contact-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.booking-header{margin-bottom:1.5rem}.booking-header h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.current-price{font-size:2rem;font-weight:800;color:#1e293b}.original-price{font-size:1.2rem;color:#94a3b8;text-decoration:line-through}.discount-badge{background:#ef4444;color:white;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.book-now-btn{background:#3b82f6;color:white;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit}.book-now-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.booking-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.feature{display:flex;align-items:center;gap:.75rem;color:#64748b;font-size:.9rem}.feature-icon{font-size:1rem}.quick-contact-card{text-align:center}.contact-icon{font-size:3rem;margin-bottom:1rem}.quick-contact-card h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.quick-contact-card p{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.contact-buttons{display:flex;flex-direction:column;gap:.75rem}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;border:2px solid #3b82f6}.contact-btn.primary{background:#3b82f6;color:white}.contact-btn.primary:hover{background:#2563eb;transform:translateY(-2px)}.contact-btn.secondary{background:white;color:#3b82f6}.contact-btn.secondary:hover{background:#f8fafc;transform:translateY(-2px)}@media (max-width:1024px){.package-view-layout{grid-template-columns:1fr;gap:2rem}.package-booking-sidebar{position:static}}@media (max-width:768px){.container{padding:0 1rem}.package-title-section h1{font-size:2rem}.package-meta{align-items:flex-start}.package-meta,.package-tabs,.reviews-summary{flex-direction:column}.reviews-summary{gap:1.5rem;text-align:center}.thumbnail-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}}@media (max-width:480px){.package-title-section h1{font-size:1.6rem}.gallery-grid,.package-highlights-grid{grid-template-columns:1fr}.booking-card,.package-gallery,.package-view-header,.quick-contact-card,.tab-content{padding:1.5rem}.main-image{height:250px}.thumbnail-grid{grid-template-columns:repeat(3,1fr)}}