@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css";*{margin:0;padding:0}body{margin:0;font-family:Arial,Helvetica,sans-serif;background-color:#f5f7fa;color:#333}.dashboard{display:flex;min-height:100vh}.sidebar{width:230px;background:#111827;color:#fff;padding:20px;position:fixed;top:0;left:0;text-align:center;height:100vh;box-shadow:3px 0 8px #00000040}.sidebar h2{font-size:20px;font-weight:700;margin-bottom:30px}.sidebar ul{display:flex;flex-direction:column}.sidebar ul li{display:flex;align-items:center;gap:8px;color:#d1d5db;text-decoration:none;padding:15px 0;margin-left:30px;transition:.2s;font-size:18px;cursor:pointer;text-align:center}.sidebar ul li:hover{color:#60a5fa}.main{flex:1;padding:20px;background:#f5f7fa;margin-left:290px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.topbar input[type=text]{width:30%;padding:10px;border:1px solid #ccc;border-radius:6px}.topbar input[type=text]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f64d}.topbar .profile{display:flex;align-items:center;gap:10px}.topbar .profile img{width:40px;height:40px;border-radius:50%}.cards{display:flex;justify-content:space-between;margin-bottom:25px}.card{background:#fff;width:29%;padding:20px;border-radius:10px;margin:10px;box-shadow:0 2px 6px #0000001a}.card h3{font-size:14px;color:#6b7280}.card p{font-size:22px;font-weight:700;margin-top:5px}.charts{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:25px}.chart-box{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.chart-box h3{font-size:16px;font-weight:600;margin-bottom:15px}.chart-footer{display:flex;justify-content:space-between;margin-top:15px;color:#666;font-size:14px}.tourtable{padding:20px;font-family:Arial,sans-serif}.tourtable{display:flex;background:#f9fafb;font-family:Arial,sans-serif;margin-left:260px}.tourtable table{width:120%;border-collapse:collapse;margin:40px auto;box-shadow:0 4px 12px #00000026;background:#fff;border-radius:8px;overflow:hidden;border:2px solid #111827}.tourtable th{background-color:#111827;color:#fff;padding:12px;text-align:center;font-size:16px;font-weight:600;border:1px solid #111827}.tourtable td{padding:10px;text-align:center;border:1px solid #111827;font-size:15px;font-weight:700}.tourtable tr:hover{background-color:#f9fafb;transition:.2s ease-in-out}.tourtable img{border-radius:6px;box-shadow:0 2px 6px #0003}.tourtable button{background-color:#111827;color:#fff;border:none;padding:8px 14px;margin:5px 0;border-radius:6px;font-size:14px;cursor:pointer;box-shadow:0 3px 6px #00000040;transition:all .3s ease;width:90px}.tourtable button:hover{background-color:#1f2937;transform:translateY(-2px)}.tourtable h2{font-size:22px;font-weight:700;margin-bottom:20px;text-align:center;color:#111827}.flex{display:flex}.w-full{width:100%}.bg-white{background-color:#fff}.p-6{padding:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.mb-4{margin-bottom:1rem}.max-h-96{max-height:330px;max-width:330px}.object-cover{object-fit:cover}.rounded{border-radius:.25rem}.grid{display:grid}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.h-32{height:8rem}.text-gray-700{color:#374151}.font-semibold{font-weight:600}.text-lg{font-size:1.125rem;line-height:1.75rem}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}.mb-6{margin-bottom:1.5rem}.main-content{background-color:#fff;border:2px solid #111827;border-radius:12px;box-shadow:0 4px 12px #00000026;margin-left:350px;max-width:1000px;min-height:300px;margin-top:20px;margin-bottom:40px;padding:24px}.edit-btn{background-color:#111827;border:2px solid white;color:#fff;font-weight:600;padding:12px 32px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 5px #0003;margin-left:305px}.edit-btn:hover{background-color:#111827;box-shadow:0 4px 10px #0000004d}.sidebar ul li a{color:#fff;text-decoration:none}.sidebar ul li a.active{color:#ff0}.dashboard2{display:flex;min-height:100vh}.main-content2{margin-left:240px;padding:20px}.editform{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;box-sizing:border-box}.editform form{background:#fff;padding:0 34px 34px;border-radius:12px;width:80%;max-width:720px;max-height:90vh;overflow-y:auto;border:2px solid #111827;box-shadow:0 8px 25px #00000040;animation:fadeInUp .3s ease-in-out;box-sizing:border-box;margin-left:300px}.editform h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:#111827;text-align:center}.editform input{border:2px solid #111827;padding:10px 12px;border-radius:8px;width:100%;margin-bottom:12px;transition:all .3s ease;font-size:15px;box-sizing:border-box}.editform input:focus{border-color:#374151;outline:none;box-shadow:0 0 6px #11182766}.editform button{border:2px solid #111827;background:#111827;color:#fff;padding:10px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-block;margin-right:10px}.editform button:hover{background:#fff;color:#111827;border-color:#111827;transform:translateY(-2px);box-shadow:0 4px 10px #00000040}.editform button[type=button]{background:#111827;color:#fff;border:2px solid #111827}.editform button[type=button]:hover{background:#fff;color:#111827;border-color:#111827}.editform h4{font-weight:600;margin-top:16px;margin-bottom:8px;color:#111827}@keyframes fadeInUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.tourform{width:180%;height:100%;display:flex;justify-content:center;align-items:center;margin-top:40px;box-sizing:border-box}.tourform form{background:#fff;padding:0 34px 40px 40px;border-radius:12px;max-width:720px;border:2px solid #111827;box-shadow:0 8px 25px #00000040;animation:fadeInUp .3s ease-in-out;box-sizing:border-box;margin-left:300px}.tourform h2{text-align:center;margin-bottom:20px;color:#111827}.tourform h4{margin-top:20px;margin-bottom:10px;color:#111827;font-size:18px}.tourform input,.tourform textarea{width:85%;margin:0 20px 12px 10px;padding:10px 20px;border:2px solid #111827;border-radius:8px;font-size:14px;transition:border-color .2s ease}.tourform input:focus,.tourform textarea:focus{border-color:#111827;outline:none}.tourform textarea{resize:vertical;min-height:80px}.tourform button{background-color:#111827;color:#fff;border:2px solid #111827;padding:10px 12px;margin-top:10px;border-radius:8px;cursor:pointer;font-size:15px;transition:.3s ease;width:160px}.tourform button:hover{background-color:#fff;color:#111827}.tourform .dashboard{display:flex}.tourform div{margin-bottom:8px}.login{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#111827;font-family:Poppins,sans-serif}.login-box{width:360px;padding:40px;background:#ffffff14;border-radius:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 30px #0009;color:#fff;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-box h2{text-align:center;margin-bottom:30px;font-size:28px;color:#f9fafb}.input-group{position:relative;margin-bottom:25px}.input-group input{width:100%;padding:12px;font-size:16px;border:none;outline:none;border-radius:8px;background:#ffffff26;color:#fff}.input-group label{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:.3s ease}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{top:-8px;left:10px;font-size:12px;color:#fbbf24}.btn{width:100%;padding:12px;border:none;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #3b82f666}.options{margin-top:20px;display:flex;justify-content:space-between;font-size:14px}.options a{color:#fbbf24;text-decoration:none;transition:.2s}.options a:hover{text-decoration:underline}.image-info{display:flex;gap:20px;margin-bottom:20px}.image-box{flex-shrink:0}.tour-image{width:250px;height:250px;object-fit:cover;border-radius:8px;box-shadow:0 4px 10px #0000001a}.info-box p{margin:8px 0;color:#333;line-height:1.4}.section-title{font-size:18px;font-weight:700;margin:15px 0 10px}.includes-excludes{display:flex;justify-content:space-around;gap:20px;margin-bottom:20px}.list{list-style-type:disc;margin-left:20px}.trip-highlights{margin-bottom:20px}.tour-plan .plan-list{display:flex;flex-direction:column;gap:15px}.plan-card{border:1px solid #ccc;border-radius:6px;padding:10px 15px;background:#f9f9f9}.search-bar1{margin:20px 80px;text-align:left}.search-bar1 input{width:350px;padding:10px 15px;border:2px solid #ccc;border-radius:8px;font-size:15px;outline:none;transition:.3s}.search-bar1 input:focus{border-color:#2563eb;box-shadow:0 0 6px #2563eb66}.search-bar{width:300px;padding:10px 14px;font-size:16px;border:1px solid #ccc;border-radius:15px;outline:none;transition:all .3s ease;margin-left:300px}.search-bar:focus{border-color:#2563eb;box-shadow:0 0 6px #2563eb66}.tour-type-label{display:flex;flex-direction:column;font-size:15px;font-weight:500;color:#444;margin-left:8px}.tour-type-select{margin-top:8px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border .2s ease,box-shadow .2s ease;width:48%;background-color:#fff}.tour-type-select:focus{border-color:#111827}
