@tailwind base;@tailwind components;@tailwind utilities;@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .25s ease-in-out}.modern-sidebar{position:fixed;top:0;left:0;width:270px;height:100vh;background:#111827;color:#fff;display:flex;flex-direction:column;z-index:1050;box-shadow:8px 0 30px #00000014;overflow:hidden}.sidebar-header{height:80px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar-logo{display:flex;align-items:center;text-decoration:none}.sidebar-logo img{max-width:165px;max-height:48px;object-fit:contain}.mobile-close{display:none;border:none;background:transparent;color:#fff;font-size:20px;cursor:pointer}.sidebar-user{margin:20px 15px;padding:14px;display:flex;align-items:center;gap:12px;border-radius:12px;background:#ffffff0f}.user-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#c49a6c;color:#fff;font-size:16px}.user-info{display:flex;flex-direction:column;min-width:0}.user-info strong{font-size:13px;font-weight:600;color:#fff}.user-info span{margin-top:3px;font-size:11px;color:#9ca3af;text-transform:capitalize}.sidebar-menu{flex:1;padding:5px 14px;overflow-y:auto}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.menu-heading{padding:12px 12px 10px;font-size:10px;font-weight:700;color:#6b7280;letter-spacing:1.2px}.sidebar-link{position:relative;width:100%;min-height:48px;padding:0 13px;margin-bottom:5px;display:flex;align-items:center;gap:13px;border:none;border-radius:10px;background:transparent;color:#aeb6c5;text-decoration:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .25s ease}.sidebar-link:hover{background:#ffffff12;color:#fff;transform:translate(2px)}.sidebar-icon{width:21px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#9ca3af;transition:all .25s ease}.sidebar-link:hover .sidebar-icon{color:#c49a6c}.sidebar-link.active{background:linear-gradient(90deg,#c49a6c33,#c49a6c12);color:#fff}.sidebar-link.active:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:0 5px 5px 0;background:#c49a6c}.sidebar-link.active .sidebar-icon{color:#c49a6c}.sidebar-group{margin-bottom:4px}.sidebar-toggle{font-family:inherit;text-align:left}.sidebar-toggle .arrow{margin-left:auto;font-size:9px;color:#6b7280;transition:transform .25s ease}.sidebar-group.open .arrow{transform:rotate(180deg)}.sidebar-submenu{margin:2px 0 8px 20px;padding-left:15px;border-left:1px solid rgba(255,255,255,.08)}.submenu-link{min-height:38px;padding:8px 10px;display:flex;align-items:center;gap:10px;border-radius:8px;color:#8f98a8;text-decoration:none;font-size:12px;transition:all .25s ease}.submenu-link svg{font-size:10px}.submenu-link:hover{background:#ffffff0f;color:#fff;padding-left:14px}.submenu-link.active{background:#c49a6c1f;color:#c49a6c}.sidebar-footer{padding:18px 20px;border-top:1px solid rgba(255,255,255,.07);text-align:center}.footer-logo{font-size:15px;font-weight:700;letter-spacing:1px;color:#fff}.footer-logo span{color:#c49a6c}.sidebar-footer small{display:block;margin-top:5px;color:#6b7280;font-size:9px}@media (max-width: 768px){.modern-sidebar{width:270px;transform:translate(-100%);transition:transform .3s ease}.modern-sidebar.show{transform:translate(0)}.mobile-close{display:flex;align-items:center;justify-content:center}}@media (max-width: 480px){.modern-sidebar{width:250px}.sidebar-header{padding:0 18px}.sidebar-user{margin:15px 12px}}.modern-topbar{position:sticky;top:0;height:76px;padding:0 28px;background:#fff;border-bottom:1px solid #eeeeee;display:flex;align-items:center;justify-content:space-between;z-index:1000;box-shadow:0 4px 20px #00000009}.topbar-left{display:flex;align-items:center;gap:18px}.topbar-title{display:flex;flex-direction:column}.topbar-title h4{margin:0;color:#1f2937;font-size:16px;font-weight:700}.topbar-title span{margin-top:3px;color:#9ca3af;font-size:11px}.mobile-menu-btn{width:40px;height:40px;border:none;border-radius:9px;background:#f5f5f5;color:#374151;display:none;align-items:center;justify-content:center;cursor:pointer;transition:.25s}.mobile-menu-btn:hover{background:#c49a6c;color:#fff}.mobile-logo{display:none}.mobile-logo img{width:140px;max-height:45px;object-fit:contain}.topbar-right{display:flex;align-items:center;gap:15px}.topbar-icon-btn{position:relative;width:42px;height:42px;border:1px solid #eeeeee;border-radius:10px;background:#fff;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;transition:all .25s ease}.topbar-icon-btn:hover{color:#c49a6c;border-color:#e6d5c0;background:#fffaf5}.notification-dot{position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:50%;background:#d97706;border:1px solid #fff}.profile-wrapper{position:relative}.profile-toggle{min-width:175px;height:50px;padding:5px 10px 5px 6px;border:1px solid #eeeeee;border-radius:12px;background:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .25s ease}.profile-toggle:hover{border-color:#e2d0b9;background:#fffdf9}.profile-avatar{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,#c49a6c,#a87d4d);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.profile-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.profile-info strong{max-width:100%;overflow:hidden;color:#1f2937;font-size:12px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.profile-info span{margin-top:2px;color:#9ca3af;font-size:9px;font-weight:600;letter-spacing:.6px}.profile-arrow{color:#9ca3af;font-size:10px;transition:transform .25s ease}.profile-arrow.rotate{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;overflow:hidden;background:#fff;border:1px solid #eeeeee;border-radius:14px;box-shadow:0 15px 40px #0000001f;animation:dropdownShow .2s ease}@keyframes dropdownShow{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{padding:20px;background:#fafafa;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eeeeee}.profile-large-avatar{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#c49a6c,#a87d4d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px}.profile-dropdown-header div:last-child{display:flex;flex-direction:column}.profile-dropdown-header strong{color:#1f2937;font-size:13px}.profile-dropdown-header span{margin-top:3px;color:#9ca3af;font-size:10px;text-transform:capitalize}.profile-menu{padding:8px}.profile-menu-item{width:100%;min-height:45px;padding:0 12px;border:none;border-radius:9px;background:transparent;display:flex;align-items:center;gap:11px;color:#4b5563;font-family:inherit;font-size:12px;cursor:pointer;text-align:left;transition:all .25s ease}.profile-menu-item:hover{background:#fff5eb;color:#b45309}.profile-menu-item:disabled{opacity:.6;cursor:not-allowed}.profile-menu-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-size:12px}.profile-menu-item.logout:hover .profile-menu-icon{background:#fee2e2;color:#dc2626}@media (max-width: 992px){.modern-topbar{margin-left:0;padding:0 20px}.mobile-menu-btn{display:flex}}@media (max-width: 576px){.modern-topbar{height:68px;padding:0 14px}.topbar-title{display:none}.mobile-logo{display:block}.mobile-logo img{width:120px}.topbar-right{gap:8px}.topbar-icon-btn{width:38px;height:38px}.profile-toggle{min-width:auto;width:42px;height:42px;padding:2px;border:none}.profile-info,.profile-arrow{display:none}.profile-avatar{width:38px;height:38px}.profile-dropdown{right:-5px;width:240px}}.admin-layout{min-height:100vh;background:#f6f7f9}.admin-main{min-height:100vh;margin-left:270px;display:flex;flex-direction:column}.dashboard-content{flex:1;padding:35px 30px}.dashboard-container{max-width:1450px;margin:0 auto}.dashboard-header{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between}.dashboard-label{display:inline-block;margin-bottom:7px;color:#b28a5a;font-size:10px;font-weight:700;letter-spacing:1.5px}.dashboard-header h1{margin:0;color:#1f2937;font-size:28px;font-weight:700}.dashboard-header p{margin:7px 0 0;color:#8a94a6;font-size:13px}.dashboard-header-icon{width:55px;height:55px;border-radius:14px;background:#fff;color:#b28a5a;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 5px 20px #0000000d}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:35px}.stat-card{position:relative;min-height:220px;padding:24px;overflow:hidden;background:#fff;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 8px 30px #0000000b;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000017}.stat-card-top{display:flex;align-items:center;justify-content:space-between}.stat-icon{width:45px;height:45px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff5e9;color:#b28a5a;font-size:17px}.stat-label{color:#a0a7b2;font-size:10px;font-weight:700;letter-spacing:1px}.stat-content{margin-top:28px}.stat-content h2{margin:0;color:#202735;font-size:36px;line-height:1;font-weight:700}.stat-content p{margin:9px 0 0;color:#8992a2;font-size:12px}.loading-text{color:#c49a6c;animation:pulseLoading 1s infinite}@keyframes pulseLoading{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.stat-footer{position:absolute;left:24px;right:24px;bottom:20px;padding-top:14px;border-top:1px solid #f1f1f1;display:flex;align-items:center;justify-content:space-between;color:#9ca3af;font-size:10px}.stat-footer svg{color:#c49a6c;font-size:11px}.active-status{color:#22a06b!important;font-weight:600}.dashboard-section{margin-bottom:30px}.section-heading{margin-bottom:16px;display:flex;justify-content:space-between}.section-heading h2{margin:0;color:#202735;font-size:18px;font-weight:700}.section-heading p{margin:4px 0 0;color:#969eab;font-size:12px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.quick-action{min-height:90px;padding:18px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #eeeeee;border-radius:13px;text-decoration:none;color:inherit;transition:all .25s ease}.quick-action:hover{transform:translateY(-3px);border-color:#e3d0b8;box-shadow:0 10px 25px #0000000f}.quick-action-icon{width:42px;height:42px;flex-shrink:0;border-radius:10px;background:#fff6ec;color:#b28a5a;display:flex;align-items:center;justify-content:center;font-size:15px}.quick-action div:nth-child(2){flex:1;display:flex;flex-direction:column}.quick-action strong{color:#303846;font-size:12px}.quick-action span{margin-top:4px;color:#9aa2af;font-size:10px}.quick-action>svg{color:#b28a5a;font-size:11px}.welcome-panel{position:relative;min-height:180px;padding:35px;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#24211d,#3a3025);display:flex;align-items:center;justify-content:space-between;box-shadow:0 15px 35px #00000014}.welcome-content{position:relative;z-index:2;max-width:600px}.welcome-content>span{color:#c49a6c;font-size:10px;font-weight:700;letter-spacing:1.5px}.welcome-content h2{margin:8px 0;color:#fff;font-size:25px;font-weight:700}.welcome-content p{margin:0;max-width:500px;color:#c4c0bb;font-size:12px;line-height:1.7}.welcome-icon{position:absolute;right:70px;color:#ffffff0f;font-size:140px}@media (max-width: 1100px){.stats-grid,.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.admin-main{margin-left:0}.dashboard-content{padding:25px 18px}.dashboard-header h1{font-size:23px}.dashboard-header-icon{display:none}.stats-grid,.quick-actions{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-content{padding:20px 14px}.dashboard-header{margin-bottom:22px}.dashboard-header h1{font-size:21px}.stat-card{min-height:200px;padding:20px}.stat-content h2{font-size:32px}.welcome-panel{padding:25px;min-height:170px}.welcome-content h2{font-size:20px}.welcome-icon{right:-15px;font-size:100px}}.booking-page{min-height:100vh;background:#f6f8fc;padding:0;color:#364152;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.booking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.booking-header h1{margin:0;font-size:28px;font-weight:700;color:#172033}.booking-header p{margin:7px 0 0;color:#8490a5;font-size:14px}.booking-count{background:#fff;border:1px solid #e6eaf0;border-radius:12px;padding:12px 20px;min-width:130px;text-align:center}.booking-count span{display:block;font-size:11px;color:#8994a7;text-transform:uppercase;letter-spacing:.5px}.booking-count strong{display:block;margin-top:3px;font-size:22px;color:#4f46e5}.booking-toolbar{background:#fff;border:1px solid #e7ebf1;border-radius:14px;padding:16px;display:flex;align-items:center;gap:14px;margin-bottom:18px}.search-box{flex:1;height:44px;border:1px solid #e0e5ec;border-radius:9px;display:flex;align-items:center;padding:0 14px;background:#fafbfc}.search-box span{font-size:22px;color:#8b95a7;margin-right:8px}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:14px;color:#333}.filter-buttons{display:flex;background:#f3f5f8;padding:4px;border-radius:9px}.filter-buttons button{border:0;background:transparent;padding:9px 15px;border-radius:7px;color:#687386;cursor:pointer;font-size:13px;font-weight:500}.filter-buttons button.active{background:#fff;color:#4f46e5;box-shadow:0 2px 6px #0000000f}.refresh-btn{height:42px;padding:0 17px;border:1px solid #dfe4eb;border-radius:8px;background:#fff;cursor:pointer;color:#4f46e5;font-weight:600}.refresh-btn:hover{background:#f6f7ff}.booking-card{background:#fff;border:1px solid #e5e9ef;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #232a3c0a}.booking-table{width:100%;min-width:900px;border-collapse:collapse}.booking-table thead{background:#f8f9fb}.booking-table th{padding:16px 10px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#7c8799;font-weight:700;border-bottom:1px solid #e8ecf1}.booking-table td{padding:16px 18px;border-bottom:1px solid #eef1f5;font-size:13px;vertical-align:middle;white-space:nowrap}.booking-table tbody tr{transition:.2s}.booking-table tbody tr:hover{background:#fafbff}.booking-id{color:#4f46e5;font-weight:700}.guest{display:flex;align-items:center;gap:10px}.guest-avatar{width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef0ff;color:#4f46e5;font-weight:700}.guest strong{display:block;color:#273043;font-size:13px}.guest small,.booking-table td small{display:block;color:#919aaa;font-size:11px;margin-top:3px}.room-type{color:#8b95a7}.type-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.type-badge.online{background:#eaf7ff;color:#1684c5}.type-badge.offline{background:#f1f2f5;color:#687386}.status-badge,.payment-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.status-confirmed{background:#e9f9f0;color:#159957}.status-cancelled{background:#fff0f0;color:#dc3545}.status-pending{background:#fff7e6;color:#d99000}.status-completed{background:#edf0ff;color:#4f46e5}.payment-badge.paid{background:#e9f9f0;color:#159957}.payment-badge.unpaid{background:#fff0f0;color:#dc3545}.action-buttons{display:flex;gap:7px}.action-buttons button{width:34px;height:34px;border-radius:8px;border:0;cursor:pointer;font-size:16px;transition:.2s}.action-edit{background:#eef0ff;color:#4f46e5}.action-edit:hover{background:#4f46e5;color:#fff}.action-checkout{background:#e9f9f0;color:#159957}.action-checkout:hover{background:#159957;color:#fff}.booking-footer{padding:15px 18px;display:flex;justify-content:space-between;color:#8993a5;font-size:12px}.booking-loading{min-height:350px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#8993a5}.spinner{width:35px;height:35px;border:3px solid #e7e9f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .7s linear infinite}.empty-booking{height:300px;text-align:center!important}.empty-booking>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-icon{width:65px;height:65px;border-radius:50%;background:#f2f4f8;display:flex;align-items:center;justify-content:center;font-size:27px}.empty-booking h3{margin:15px 0 5px;font-size:16px;color:#343c4d}.empty-booking p{color:#929bad;margin:0}.custom-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14192394;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.custom-modal{width:100%;max-width:500px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 70px #0003;padding:25px}.modal-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px}.modal-top h2{margin:0;font-size:20px;color:#202838}.modal-top p{margin:5px 0 0;color:#8b95a7;font-size:12px}.modal-close{border:0;background:#f2f4f7;width:34px;height:34px;border-radius:8px;font-size:22px;color:#697386;cursor:pointer}.modal-close:hover{background:#eceef2}.form-group{margin-bottom:17px}.form-group label{display:block;margin-bottom:7px;font-size:13px;font-weight:600;color:#40495a}.form-group label span{color:#e03131;margin-left:3px}.form-group input,.form-group select{width:100%;height:44px;border:1px solid #dfe4eb;border-radius:8px;outline:0;padding:0 12px;font-size:13px;color:#333;background:#fff;box-sizing:border-box}.form-group input:focus,.form-group select:focus{border-color:#756cf0;box-shadow:0 0 0 3px #4f46e514}.form-group input[type=file]{padding:10px}.cancel-warning{padding:13px;background:#fff8e8;color:#a66a00;border:1px solid #ffe3a6;border-radius:8px;font-size:13px;margin-bottom:18px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.modal-actions button{height:42px;padding:0 18px;border-radius:8px;border:0;cursor:pointer;font-weight:600;font-size:13px}.btn-secondary{background:#f0f2f5;color:#5f697b}.btn-primary{background:#4f46e5;color:#fff}.btn-danger{background:#dc3545;color:#fff}.btn-success{background:#159957;color:#fff}.modal-actions button:hover{opacity:.9}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 900px){.booking-page{padding:20px}.booking-header{align-items:flex-start;gap:15px}.booking-toolbar{flex-wrap:wrap}.search-box{flex-basis:100%}.refresh-btn{margin-left:auto}}@media (max-width: 600px){.booking-page{padding:15px}.booking-header{flex-direction:column}.booking-count{width:100%;box-sizing:border-box}.filter-buttons{width:100%}.filter-buttons button{flex:1}.refresh-btn{width:100%}.custom-modal{padding:20px}}.room-page{padding:24px;background:#f5f7fb;min-height:100vh}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.room-header h1{font-size:30px;font-weight:700;color:#222;margin-bottom:6px}.room-header p{color:#777;margin:0}.room-count{color:#2c2b2b;padding:18px 30px;text-align:center;background:#fff;border:1px solid #e6eaf0;border-radius:12px}.room-count span{display:block;font-size:11px;color:#8994a7;text-transform:uppercase;letter-spacing:.5px}.room-count strong{display:block;margin-top:3px;font-size:22px;color:#4f46e5}.room-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.search-box{flex:1;display:flex;align-items:center;background:#fff;border-radius:12px;padding:12px 15px;box-shadow:0 3px 12px #0000000f}.search-box span{color:#999;margin-right:10px}.search-box input{width:100%;border:none;outline:none;font-size:15px;background:none}.room-toolbar select{padding:12px 15px;border:1px solid #ddd;border-radius:10px;outline:none;background:#fff}.add-room-btn{border:none;background:#4f46e5;color:#fff;padding:12px 22px;border-radius:10px;cursor:pointer;font-weight:600;transition:.3s}.add-room-btn:hover{background:#3730a3}.room-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #00000014}.table-responsive{overflow:auto}.room-table{width:100%;border-collapse:collapse}.room-table thead{background:#f8f9fc}.room-table th{padding:16px;text-align:left;font-size:14px;color:#666;font-weight:600}.room-table td{padding:18px 16px;border-top:1px solid #eee;vertical-align:middle}.room-table tbody tr{transition:.3s}.room-table tbody tr:hover{background:#f8fbff}.room-thumb{width:70px;height:55px;object-fit:cover;border-radius:10px;border:1px solid #eee}.status{padding:7px 15px;border-radius:30px;font-size:13px;font-weight:600}.available{background:#d1fae5;color:#047857}.booked{background:#fee2e2;color:#dc2626}.cleaning{background:#fef3c7;color:#d97706}.maintenance{background:#e5e7eb;color:#374151}.action-btn{width:38px;height:38px;border:none;border-radius:10px;cursor:pointer;margin-right:8px;transition:.3s;font-size:16px}.edit{background:#dbeafe;color:#2563eb}.view{background:#dcfce7;color:#16a34a}.delete{background:#fee2e2;color:#dc2626}.action-btn:hover{transform:translateY(-2px)}.room-footer{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-top:1px solid #eee;color:#666}.room-loading{text-align:center;padding:80px 20px}.spinner{width:45px;height:45px;border:4px solid #ddd;border-top:4px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@media (max-width:992px){.room-header{flex-direction:column;align-items:flex-start;gap:15px}.room-toolbar{flex-direction:column;align-items:stretch}.add-room-btn,.room-toolbar select,.search-box{width:100%}.room-table{min-width:900px}}@media (max-width:576px){.room-page{padding:15px}.room-header h1{font-size:24px}.room-count{width:100%}}.room-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.room-modal{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003}@keyframes popup{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.room-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #eee}.room-modal-header h3{margin:0;font-size:22px;font-weight:700}.close-btn{border:none;background:none;font-size:30px;cursor:pointer;color:#777}.room-form-grid{padding:25px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{font-size:14px;margin-bottom:7px;font-weight:600}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;border:1px solid #ddd;border-radius:8px;outline:none;font-size:15px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.full-width{grid-column:1/-1}.room-modal-footer{display:flex;justify-content:flex-end;gap:15px;padding:20px 25px;border-top:1px solid #eee}.cancel-btn{background:#e5e7eb;color:#333;border:none;padding:11px 22px;border-radius:8px;cursor:pointer}.save-btn{background:#4f46e5;color:#fff;border:none;padding:11px 28px;border-radius:8px;cursor:pointer;font-weight:600}.save-btn:hover{background:#4338ca}@media (max-width:768px){.room-form-grid{grid-template-columns:1fr}.room-modal{width:95%}}.roomtype-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.roomtype-form-grid{padding:25px;display:grid;grid-template-columns:50% 50%;gap:20px;width:100%}.roomtype-modal{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003}@keyframes modal{0%{transform:translateY(40px) scale(.96);opacity:0}to{transform:translateY(0);opacity:1}}.roomtype-modal-header{padding:28px 35px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.roomtype-modal-header h3{margin:0;font-size:25px}.roomtype-modal-header p{margin-top:6px;opacity:.8}.roomtype-form{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding:35px}.full{grid-column:1/-1}.upload-box{height:120px;border:2px dashed #c7d2fe;border-radius:15px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;background:#f8faff}.upload-box span{color:#4f46e5;font-weight:600}.roomtype-footer{display:flex;justify-content:flex-end;gap:15px;padding:25px 35px;border-top:1px solid #edf2f7}.cancel-btn{padding:12px 25px;border:none;border-radius:12px;background:#eef2f7;cursor:pointer;font-weight:600}.save-btn{padding:12px 30px;border:none;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;cursor:pointer;transition:.3s}.save-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #4f46e54d}.amenities-section{width:100%;padding:4px 0}.amenities-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.amenities-heading h4{margin:0;color:#172033;font-size:14px;font-weight:700}.amenities-heading p{margin:4px 0 0;color:#8a94a6;font-size:12px}.amenities-count{padding:5px 10px;border-radius:20px;background:#f1f5ff;color:#4f46e5;border:1px solid #dfe5ff;font-size:11px;font-weight:600}.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.amenity-card{position:relative;min-height:72px;padding:12px;border:1px solid #e1e5eb;border-radius:11px;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.amenity-card:hover{border-color:#aeb8c8;background:#fafbfc;transform:translateY(-1px)}.amenity-icon{width:38px;height:38px;min-width:38px;border-radius:9px;background:#f4f6f9;color:#667085;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease}.amenity-info{min-width:0;display:flex;flex-direction:column;gap:3px}.amenity-info strong{color:#344054;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amenity-info small{color:#98a2b3;font-size:10px}.amenity-check{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:transparent;background:transparent}.amenity-card-selected{border-color:#4f46e5;background:#f7f7ff;box-shadow:0 3px 10px #4f46e51a}.amenity-card-selected .amenity-icon{background:#4f46e5;color:#fff}.amenity-card-selected .amenity-info strong{color:#3730a3}.amenity-card-selected .amenity-info small{color:#6366f1}.amenity-card-selected .amenity-check{background:#4f46e5;color:#fff}@media (max-width: 850px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 650px){.amenities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.amenities-grid{grid-template-columns:1fr}.amenities-heading{align-items:flex-start;gap:10px}}.no-amenity{text-align:center;padding:25px;color:#94a3b8;font-size:13px}@media (max-width:768px){.roomtype-form{grid-template-columns:1fr}.roomtype-modal{max-width:95%}.roomtype-footer{flex-direction:column}.cancel-btn,.save-btn{width:100%}}.roomtype-modal-footer{padding:0 20px;background:#374151}.room-details-content{padding:28px 30px;background:#f7f8fc;min-height:calc(100vh - 70px)}.details-page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px;gap:20px}.details-back-btn{border:none;background:transparent;color:#667085;font-size:14px;cursor:pointer;padding:0;margin-bottom:15px}.details-back-btn:hover{color:#4f46e5}.details-back-btn span{margin-right:7px}.details-heading{display:flex;align-items:center;gap:18px}.details-heading h1{margin:0;font-size:29px;font-weight:700;color:#101828}.details-heading p{margin:6px 0 0;color:#667085;font-size:14px}.room-status{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:30px;font-size:12px;font-weight:600}.room-status.active{color:#087443;background:#ecfdf3}.room-status.inactive{color:#b42318;background:#fef3f2}.status-dot{width:7px;height:7px;background:currentColor;border-radius:50%}.details-actions{display:flex;gap:10px}.details-edit-btn,.details-delete-btn{border:none;padding:11px 17px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer}.details-edit-btn{color:#fff;background:#4f46e5}.details-edit-btn:hover{background:#4338ca}.details-delete-btn{background:#fff;color:#d92d20;border:1px solid #fecdca}.details-delete-btn:hover{background:#fef3f2}.room-details-main-card{display:grid;grid-template-columns:430px 1fr;background:#fff;border:1px solid #eaecf0;border-radius:16px;overflow:hidden;margin-bottom:22px;box-shadow:0 2px 8px #10182808}.room-details-image{min-height:350px;background:#f2f4f7}.room-details-image img{width:100%;height:100%;min-height:350px;display:block;object-fit:cover}.no-image{height:100%;min-height:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#98a2b3}.no-image span{font-size:45px}.no-image p{font-size:14px}.room-basic-info{padding:30px}.price-section{padding-bottom:25px;border-bottom:1px solid #eaecf0}.price-section span{display:block;font-size:13px;color:#667085;margin-bottom:5px}.price-section strong{color:#101828;font-size:30px}.price-section small{color:#667085;font-size:13px;margin-left:5px}.quick-info{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding-top:25px}.quick-info-item{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #eaecf0;border-radius:10px}.quick-icon{width:38px;height:38px;border-radius:9px;display:flex;justify-content:center;align-items:center;background:#f4f3ff;font-size:17px}.quick-info-item span{display:block;color:#667085;font-size:11px;margin-bottom:4px}.quick-info-item strong{display:block;color:#101828;font-size:14px}.details-two-column{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.details-white-card{background:#fff;border:1px solid #eaecf0;border-radius:16px;padding:25px;box-shadow:0 2px 8px #10182808}.card-heading{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #eaecf0}.heading-icon{width:40px;height:40px;border-radius:10px;background:#f4f3ff;display:flex;justify-content:center;align-items:center;font-size:18px}.card-heading h2{margin:0;color:#101828;font-size:17px}.card-heading p{margin:4px 0 0;color:#667085;font-size:12px}.description-text{padding-top:20px}.description-text p{color:#475467;line-height:1.8;font-size:14px;margin:0}.empty-text{color:#98a2b3!important}.details-amenities{padding-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.detail-amenity{display:flex;align-items:center;gap:9px;padding:11px;border-radius:8px;background:#f9fafb;color:#344054;font-size:13px}.amenity-check{width:23px;height:23px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#ecfdf3;color:#079455;font-size:12px;font-weight:700}.room-information-card{margin-bottom:25px}.room-information-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-top:22px}.room-information-grid>div{padding:15px;background:#f9fafb;border-radius:9px}.room-information-grid span{display:block;color:#667085;font-size:11px;margin-bottom:6px}.room-information-grid strong{color:#101828;font-size:14px}.room-loading{min-height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#667085}.loading-spinner{width:35px;height:35px;border:3px solid #eaecf0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.room-not-found{min-height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column}.room-not-found button{border:none;background:#4f46e5;color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer}@media (max-width: 1100px){.room-details-main-card{grid-template-columns:350px 1fr}.room-information-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.room-details-content{padding:20px}.details-page-header{align-items:flex-start;flex-direction:column}.details-actions{width:100%}.details-actions button{flex:1}.room-details-main-card{grid-template-columns:1fr}.room-details-image{min-height:280px}.room-details-image img{min-height:280px;max-height:320px}.details-two-column{grid-template-columns:1fr}}@media (max-width: 550px){.room-details-content{padding:15px}.details-heading{align-items:flex-start;flex-direction:column}.details-heading h1{font-size:24px}.quick-info,.details-amenities,.room-information-grid{grid-template-columns:1fr}}html,body,#root{width:100%;height:100%;margin:0;padding:0;font-family:Poppins,sans-serif;background:#f4f7fb}.login-page{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#eef2f7,#fff)}.login-page:before,.login-page:after{content:"";position:absolute;border-radius:50%;filter:blur(60px)}.login-page:before{width:320px;height:320px;background:#c59d5f26;top:-100px;left:-80px}.login-page:after{width:260px;height:260px;background:#3498db1f;right:-80px;bottom:-80px}.login-overlay{display:none}.login-card{position:relative;z-index:5;min-height:550;width:430px;max-width:92%;padding:30px 45px;background:#fff;border-radius:24px;border:1px solid #ececec;box-shadow:0 15px 45px #00000014,0 5px 15px #0000000a;animation:fade .5s ease}@keyframes fade{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.login-logo{width:90px;height:90px;margin:0 auto 25px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-logo-img{width:100%;height:100%;object-fit:contain;display:block}.login-card h2{text-align:center;color:#222;font-size:22px;margin-bottom:5px;font-weight:700}.login-card p{text-align:center;color:#777;margin-bottom:25px;font-size:13px}.input-box{display:flex;align-items:center;background:#f7f8fb;border:1px solid #dfe4ea;border-radius:14px;padding:12px 16px;margin-bottom:20px;transition:.3s}.input-box:focus-within{border-color:#d4af37;box-shadow:0 0 0 4px #d4af3726}.icon{color:#888;font-size:18px}.input-box input{flex:1;border:none;background:transparent;outline:none;padding-left:12px;color:#222;font-size:15px}.input-box input::placeholder{color:#999}.eye{cursor:pointer;color:#666;font-size:18px}.login-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:14px;color:#666}.login-options label{display:flex;align-items:center;gap:8px}.login-options a{text-decoration:none;color:#c59d5f;font-weight:600}.login-options a:hover{color:#a57b24}.login-btn{width:100%;border:none;border-radius:14px;padding:15px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8860b);transition:.3s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #d4af3759}.login-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:600px){.login-card{width:92%;padding:30px 22px}.login-card h2{font-size:26px}}.customer-content{background:#f6f8fb;min-height:calc(100vh - 70px);padding:30px}.customer-container{max-width:100%;margin:auto}.customer-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.customer-breadcrumb{font-size:13px;color:#8a94a6;margin-bottom:8px}.customer-breadcrumb span{margin:0 8px;color:#c2c8d0}.customer-page-header h1{margin:0;font-size:28px;font-weight:700;color:#172033}.customer-page-header p{margin:7px 0 0;color:#7c8799;font-size:14px}.customer-refresh-btn{border:1px solid #e1e6ed;background:#fff;color:#344054;padding:11px 18px;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.customer-refresh-btn:hover{background:#f1f5f9;border-color:#cfd6df}.customer-refresh-btn span{display:inline-block;margin-right:7px;font-size:18px}.rotate{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px}.customer-stat-card{background:#fff;border:1px solid #e8ecf1;border-radius:13px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 3px 15px #1f293709;transition:.2s}.customer-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1f293712}.stat-icon{width:48px;height:48px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700}.stat-icon.total{background:#eef2ff;color:#4f46e5}.stat-icon.confirmed{background:#ecfdf3;color:#079455}.stat-icon.pending{background:#fffaeb;color:#dc6803}.stat-icon.cancelled{background:#fef3f2;color:#d92d20}.stat-info{display:flex;flex-direction:column;gap:3px}.stat-info span{font-size:13px;color:#8a94a6}.stat-info strong{font-size:23px;color:#172033}.customer-card{background:#fff;border:1px solid #e6eaf0;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #1f29370a}.customer-card-header{padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #edf0f4}.customer-card-header h2{margin:0;font-size:18px;color:#172033;font-weight:700}.customer-card-header p{margin:5px 0 0;color:#8a94a6;font-size:13px}.customer-card-header p strong{color:#344054}.customer-controls{display:flex;align-items:center;gap:10px}.customer-search{width:270px;height:42px;border:1px solid #dfe4ea;border-radius:8px;display:flex;align-items:center;padding:0 12px;background:#fff}.customer-search>span{font-size:21px;color:#98a2b3;margin-right:8px}.customer-search input{width:100%;border:none;outline:none;font-size:13px;color:#344054}.customer-search input::placeholder{color:#98a2b3}.customer-search button{border:none;background:transparent;color:#98a2b3;font-size:18px;cursor:pointer}.customer-filter{height:42px;border:1px solid #dfe4ea;border-radius:8px;padding:0 35px 0 12px;color:#344054;background:#fff;outline:none;font-size:13px;cursor:pointer}.customer-table-wrapper{width:100%;overflow-x:auto}.customer-table{width:100%;border-collapse:collapse;min-width:1250px}.customer-table thead{background:#f8fafc}.customer-table th{padding:14px 18px;text-align:left;font-size:11px;font-weight:700;color:#667085;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e9edf2;white-space:nowrap}.customer-table td{padding:17px 18px;border-bottom:1px solid #f0f2f5;vertical-align:middle;font-size:13px;color:#475467}.customer-table tbody tr{transition:.15s}.customer-table tbody tr:hover{background:#fafbfc}.customer-profile{display:flex;align-items:center;gap:11px;min-width:200px}.customer-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.customer-info{display:flex;flex-direction:column;gap:4px}.customer-info strong{color:#1d2939;font-size:13px;font-weight:650}.customer-info span{color:#98a2b3;font-size:11px}.booking-info,.room-info,.contact-info{display:flex;flex-direction:column;gap:4px}.booking-info strong{color:#4f46e5}.booking-info span,.room-info span,.contact-info span{color:#98a2b3;font-size:11px}.room-info strong{color:#344054;font-size:13px}.address-info{max-width:160px;color:#667085;line-height:1.5}.stay-info{display:flex;flex-direction:column;gap:7px}.stay-info div{display:flex;flex-direction:column;gap:2px}.stay-info span{color:#98a2b3;font-size:10px}.stay-info strong{color:#475467;font-size:12px;white-space:nowrap}.customer-status,.payment-status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.customer-status i{width:6px;height:6px;border-radius:50%;display:inline-block}.customer-status.confirmed{color:#067647;background:#ecfdf3}.customer-status.confirmed i{background:#12b76a}.customer-status.completed{color:#175cd3;background:#eff8ff}.customer-status.completed i{background:#2e90fa}.customer-status.pending{color:#b54708;background:#fffaeb}.customer-status.pending i{background:#f79009}.customer-status.cancelled{color:#b42318;background:#fef3f2}.customer-status.cancelled i{background:#f04438}.customer-status.default{color:#475467;background:#f2f4f7}.customer-status.default i{background:#98a2b3}.payment-status.paid{color:#067647;background:#ecfdf3}.payment-status.failed{color:#b42318;background:#fef3f2}.payment-status.pending{color:#b54708;background:#fffaeb}.payment-status.default{color:#475467;background:#f2f4f7}.customer-amount{color:#172033;font-size:14px;white-space:nowrap}.customer-loading{min-height:350px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#667085}.customer-spinner{width:38px;height:38px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:15px}.customer-loading h3{margin:0;color:#344054;font-size:16px}.customer-loading p{margin:6px 0 0;font-size:13px;color:#98a2b3}.customer-empty{height:350px;text-align:center}.customer-empty>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-customer-icon{width:65px;height:65px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;font-size:27px;margin-bottom:15px}.customer-empty h3{margin:0;font-size:17px;color:#344054}.customer-empty p{margin:7px 0 15px;color:#98a2b3;font-size:13px}.customer-empty button{border:none;background:#4f46e5;color:#fff;border-radius:7px;padding:9px 15px;font-size:12px;cursor:pointer}.customer-table-footer{padding:15px 22px;border-top:1px solid #edf0f4;display:flex;justify-content:space-between;color:#98a2b3;font-size:12px}.customer-table-footer strong{color:#475467}@media (max-width: 1200px){.customer-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.customer-content{padding:18px}.customer-page-header{align-items:flex-start;gap:15px}.customer-page-header h1{font-size:23px}.customer-stats{grid-template-columns:1fr}.customer-card-header{align-items:flex-start;flex-direction:column}.customer-controls{width:100%;flex-direction:column}.customer-search,.customer-filter{width:100%}.customer-refresh-btn{padding:9px 13px}}@media (max-width: 500px){.customer-page-header{flex-direction:column}.customer-refresh-btn{width:100%}.customer-table-footer{flex-direction:column;gap:7px}}.about-admin-content{padding:30px;background:#f6f7fb;min-height:calc(100vh - 70px)}.about-admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.admin-page-label{font-size:12px;font-weight:700;color:#9a7b32;letter-spacing:1.5px}.about-admin-header h1{margin:5px 0;font-size:30px;font-weight:700;color:#1e2430}.about-admin-header p{margin:0;color:#7a8190}.header-actions{display:flex;gap:12px}.preview-btn,.save-about-btn{border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600}.preview-btn{background:#fff;border:1px solid #e1e4ea;color:#333}.save-about-btn{background:#b18a3c;color:#fff}.about-tabs{display:flex;gap:5px;background:#fff;padding:7px;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px}.about-tabs button{border:none;background:transparent;padding:11px 20px;border-radius:7px;cursor:pointer;color:#69707d;font-weight:600}.about-tabs button.active{background:#f3ead8;color:#9a742c}.content-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:28px;margin-bottom:20px;box-shadow:0 2px 8px #00000008}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #edf0f3;padding-bottom:20px;margin-bottom:25px}.card-heading h2{margin:0 0 5px;font-size:21px;color:#252b36}.card-heading p{margin:0;color:#89909d;font-size:14px}.content-status{padding:6px 12px;background:#e8f7ee;color:#23844d;border-radius:20px;font-size:12px;font-weight:700}.section-number{font-size:30px;font-weight:700;color:#e2e4e8}.form-grid{display:grid;grid-template-columns:70% 30%;gap:20px}.input-group{display:flex;flex-direction:column;padding-right:15px}.input-group.full{grid-column:1 / -1;width:100%}.input-group label{margin-bottom:8px;font-size:13px;font-weight:700;color:#454b57}.input-group input,.input-group textarea,.input-group select{width:100%;border:1px solid #dfe3e8;border-radius:8px;padding:12px 14px;font-size:14px;outline:none;background:#fff;transition:.2s}.input-group input:focus,.input-group textarea:focus{border-color:#b18a3c;box-shadow:0 0 0 3px #b18a3c14}.input-group textarea{resize:vertical;line-height:1.7}.input-group small{color:#9299a5;margin-top:6px}.upload-box{position:relative;border:1.5px dashed #ccd2da;border-radius:9px;padding:25px;text-align:center;background:#fafbfc}.upload-box input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-box span{color:#777f8c;font-weight:600}.add-item-btn{border:none;background:#b18a3c;color:#fff;padding:10px 16px;border-radius:7px;cursor:pointer;font-weight:600}.service-admin-list{display:flex;flex-direction:column;gap:18px}.service-admin-card{display:flex;gap:18px;padding:20px;border:1px solid #e5e8ed;border-radius:10px;background:#fafbfc}.service-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1e8d5;color:#9a742c;border-radius:8px;font-weight:700}.service-form{flex:1}.delete-item-btn{width:38px;height:38px;border:none;background:#fff0f0;color:#d83c3c;border-radius:7px;cursor:pointer}.gallery-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-admin-item{position:relative;height:180px;border-radius:10px;overflow:hidden;background:#eee}.gallery-admin-item img{width:100%;height:100%;object-fit:cover}.gallery-actions{position:absolute;bottom:10px;right:10px;display:flex;gap:5px}.gallery-actions button{width:34px;height:34px;border:none;border-radius:6px;background:#fff;cursor:pointer}.empty-gallery{grid-column:1 / -1;text-align:center;padding:60px;border:1px dashed #d7dbe1;border-radius:10px}.empty-gallery div{font-size:40px}.empty-gallery h3{margin:10px 0 5px}.empty-gallery p{color:#8a919c}@media (max-width: 900px){.about-admin-header{flex-direction:column;align-items:flex-start;gap:20px}.about-tabs{overflow-x:auto}.form-grid{grid-template-columns:1fr}.input-group{padding-right:0}.gallery-admin-grid{grid-template-columns:repeat(2,1fr)}}.upload-box{width:100%;height:150px;border:2px dashed #d9dee7;border-radius:14px;background:#f8fafc;position:relative;overflow:hidden;cursor:pointer;transition:all .25s ease}.upload-box:hover{border-color:#2563eb;background:#f5f8ff}.upload-box input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.upload-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;pointer-events:none}.upload-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eaf1ff;font-size:21px}.upload-content strong{font-size:14px;color:#1e293b}.upload-content small{font-size:12px;color:#64748b}.gallery-content-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:32px;box-shadow:0 10px 35px #0000000d}.gallery-header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:28px;margin-bottom:30px;border-bottom:1px solid #eeeeee}.gallery-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:1.8px;color:#b38a32;margin-bottom:7px}.gallery-header h2{margin:0;font-size:26px;font-weight:700;color:#202020}.gallery-header p{margin:7px 0 0;color:#777;font-size:14px}.gallery-update-btn{display:flex;align-items:center;gap:9px;padding:13px 22px;border:none;border-radius:11px;background:linear-gradient(135deg,#c9a34e,#a8791d);color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 7px 18px #b48c3740;transition:all .25s ease}.gallery-update-btn span{font-size:16px}.gallery-update-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #b48c3759}.modern-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.modern-gallery-card{overflow:hidden;background:#fff;border:1px solid #e9e9e9;border-radius:17px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 5px 18px #0000000a}.modern-gallery-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001a}.modern-gallery-image{position:relative;width:100%;height:210px;overflow:hidden;background:#f3f3f3}.modern-gallery-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.modern-gallery-card:hover .modern-gallery-image img{transform:scale(1.05)}.gallery-index{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:7px;background:#000000a6;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px}.gallery-image-edit{position:absolute;right:12px;bottom:12px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fffffff2;color:#333;font-size:17px;cursor:pointer;box-shadow:0 5px 15px #0000002e;transition:all .2s ease}.gallery-image-edit:hover{background:#c59d5f;color:#fff;transform:scale(1.08)}.modern-gallery-body{padding:18px}.modern-gallery-body label{display:block;margin-bottom:8px;color:#555;font-size:12px;font-weight:600}.modern-gallery-body input{width:100%;padding:12px 13px;border:1px solid #dddddd;border-radius:9px;background:#fafafa;color:#222;outline:none;font-size:14px;transition:all .2s ease;box-sizing:border-box}.modern-gallery-body input:focus{background:#fff;border-color:#c59d5f;box-shadow:0 0 0 3px #c59d5f1f}.modern-gallery-body input::placeholder{color:#aaa}.gallery-status{display:flex;align-items:center;gap:7px;margin-top:13px;font-size:11px;color:#777}.status-dot{width:7px;height:7px;border-radius:50%;background:#45a66f}.gallery-empty{grid-column:1 / -1;padding:70px 20px;text-align:center;border:1px dashed #d9d9d9;border-radius:15px;background:#fafafa}.empty-icon{font-size:42px;margin-bottom:12px}.gallery-empty h3{margin:0 0 7px;color:#333;font-size:18px}.gallery-empty p{margin:0;color:#888;font-size:13px}@media (max-width: 1100px){.modern-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.gallery-content-card{padding:20px}.gallery-header{flex-direction:column;align-items:flex-start}.gallery-update-btn{width:100%;justify-content:center}.modern-gallery-grid{grid-template-columns:1fr}}.image-preview{position:relative;width:100%;max-width:900px;height:250px;margin-top:16px;padding:7px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 5px 18px #0f172a14}.image-preview img{width:100%;height:100%;object-fit:cover;display:block;border-radius:9px;transition:transform .3s ease}.image-preview:hover img{transform:scale(1.03)}.preview-info{position:absolute;left:16px;bottom:16px;padding:7px 12px;border-radius:7px;background:#000000a6;color:#fff;font-size:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.preview-info span{font-weight:600}.contact-admin-content{flex:1;padding:35px 30px;background:#f6f7f9}.contact-admin-container{max-width:1400px;margin:0 auto}.contact-page-header{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between}.contact-page-label{display:inline-block;margin-bottom:6px;color:#b28a5a;font-size:10px;font-weight:700;letter-spacing:1.5px}.contact-page-header h1{margin:0;color:#1f2937;font-size:28px;font-weight:700}.contact-page-header p{margin:7px 0 0;color:#8d96a5;font-size:13px}.contact-header-icon{width:55px;height:55px;border-radius:14px;background:#fff;color:#b28a5a;display:flex;align-items:center;justify-content:center;font-size:19px;box-shadow:0 6px 20px #0000000d}.contact-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:22px;align-items:start}.contact-main-card{background:#fff;border:1px solid #eeeeee;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000000a}.contact-card-header{padding:22px 25px;border-bottom:1px solid #f0f0f0}.contact-card-header h2{margin:0;color:#252c38;font-size:16px}.contact-card-header p{margin:5px 0 0;color:#9aa2af;font-size:11px}.contact-card-body{padding:25px}.contact-form-group{margin-bottom:22px}.contact-form-group label{display:block;margin-bottom:8px;color:#374151;font-size:12px;font-weight:600}.contact-two-column{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-input{height:46px;display:flex;align-items:center;gap:11px;padding:0 13px;background:#fafbfc;border:1px solid #e2e5e9;border-radius:9px;transition:.25s}.contact-input svg{flex-shrink:0;color:#b28a5a;font-size:13px}.contact-input input{width:100%;height:100%;border:none;outline:none;background:transparent;color:#303846;font-family:inherit;font-size:13px}.contact-input:focus-within{border-color:#c49a6c;background:#fff;box-shadow:0 0 0 3px #c49a6c1a}.textarea-input{height:auto;align-items:flex-start;padding-top:13px}.textarea-input textarea{width:100%;border:none;outline:none;resize:vertical;background:transparent;color:#303846;font-family:inherit;font-size:13px;line-height:1.6}.normal-contact-input,.normal-contact-textarea{width:100%;box-sizing:border-box;border:1px solid #e2e5e9;border-radius:9px;background:#fafbfc;padding:12px 14px;outline:none;font-family:inherit;color:#303846;font-size:13px}.normal-contact-input{height:46px}.normal-contact-textarea{resize:vertical}.normal-contact-input:focus,.normal-contact-textarea:focus{border-color:#c49a6c;background:#fff;box-shadow:0 0 0 3px #c49a6c1a}.contact-preview-card{background:#fff;padding:22px;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 8px 30px #0000000a;margin-bottom:20px}.preview-card-title{margin-bottom:15px;color:#b28a5a;font-size:9px;font-weight:700;letter-spacing:1.2px}.contact-preview-card h3{margin:0 0 20px;color:#252c38;font-size:19px}.preview-item{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-top:1px solid #f0f0f0}.preview-icon{width:35px;height:35px;flex-shrink:0;border-radius:9px;background:#fff5e9;color:#b28a5a;display:flex;align-items:center;justify-content:center;font-size:12px}.preview-item div{display:flex;flex-direction:column;min-width:0}.preview-item small{margin-bottom:3px;color:#a1a8b2;font-size:9px}.preview-item strong{color:#424a57;font-size:11px;font-weight:600;line-height:1.5;word-break:break-word}.map-card{margin-bottom:20px;background:#fff;border:1px solid #eeeeee;border-radius:16px;overflow:hidden}.map-card-header{padding:17px 20px;display:flex;justify-content:space-between;border-bottom:1px solid #eeeeee;color:#b28a5a;font-size:9px;font-weight:700;letter-spacing:1px}.map-placeholder{min-height:180px;padding:25px;background:linear-gradient(135deg,#f7f8fa,#eee);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.map-placeholder svg{color:#b28a5a;font-size:27px;margin-bottom:10px}.map-placeholder p{margin:0;color:#4b5563;font-size:12px;font-weight:600}.map-placeholder small{max-width:220px;margin-top:6px;color:#9ba3ae;font-size:9px;line-height:1.5}.contact-info-box{padding:17px;border-radius:12px;background:#fff8ef;border:1px solid #f5e4cf}.contact-info-box strong{color:#8f6a40;font-size:11px}.contact-info-box p{margin:6px 0 0;color:#9a8063;font-size:10px;line-height:1.6}.contact-save-bar{margin-top:22px;padding:18px 22px;background:#fff;border:1px solid #eeeeee;border-radius:14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 25px #0000000a}.contact-save-bar>div{display:flex;flex-direction:column}.contact-save-bar strong{color:#303846;font-size:12px}.contact-save-bar span{margin-top:4px;color:#9aa2ad;font-size:10px}.contact-save-btn{height:45px;padding:0 22px;border:none;border-radius:9px;background:#b28a5a;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:.25s}.contact-save-btn:hover{background:#967348;transform:translateY(-2px);box-shadow:0 8px 20px #b28a5a40}.contact-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1000px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 768px){.contact-admin-content{padding:25px 18px}.contact-page-header h1{font-size:23px}.contact-header-icon{display:none}.contact-card-body{padding:20px}.contact-two-column{grid-template-columns:1fr}.contact-save-bar{flex-direction:column;align-items:flex-start;gap:15px}.contact-save-btn{width:100%}}@media (max-width: 480px){.contact-admin-content{padding:20px 14px}.contact-page-header h1{font-size:21px}.contact-card-header,.contact-card-body{padding:18px}}.gallery-page{padding:28px 5px 50px}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.gallery-header h1{margin:0;font-size:28px;font-weight:700;color:#182230}.gallery-header p{margin:7px 0 0;color:#8091a7;font-size:14px}.gallery-add-btn{border:0;background:#6576ff;color:#fff;padding:12px 20px;border-radius:9px;font-weight:600;cursor:pointer;transition:.2s}.gallery-add-btn:hover{background:#4f61ed;transform:translateY(-1px)}.gallery-add-btn span{font-size:18px;margin-right:6px}.gallery-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.gallery-stat-card{background:#fff;border:1px solid #e5e9f2;border-radius:12px;padding:20px;display:flex;align-items:center;gap:15px}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eef1ff;font-size:22px}.gallery-stat-card span{display:block;color:#8091a7;font-size:13px;margin-bottom:5px}.gallery-stat-card strong{font-size:22px;color:#182230}.gallery-toolbar{background:#fff;border:1px solid #e5e9f2;border-radius:12px;padding:16px;display:flex;gap:12px;margin-bottom:22px}.gallery-search{flex:1;height:42px;border:1px solid #d9e0ea;border-radius:8px;display:flex;align-items:center;padding:0 12px}.gallery-search span{font-size:20px;color:#8091a7;margin-right:8px}.gallery-search input{width:100%;border:0;outline:none;font-size:14px}.gallery-toolbar select{min-width:170px;height:42px;border:1px solid #d9e0ea;border-radius:8px;padding:0 12px;color:#364152;outline:none}.gallery-refresh{width:44px;height:42px;border:1px solid #d9e0ea;background:#fff;border-radius:8px;font-size:20px;cursor:pointer}.gallery-card{background:#fff;border:1px solid #e5e9f2;border-radius:12px;padding:20px;min-height:350px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-item{border:1px solid #e5e9f2;border-radius:12px;overflow:hidden;background:#fff;transition:.25s}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #1e2a3c1a}.gallery-image-wrapper{height:210px;position:relative;overflow:hidden;background:#f5f7fa}.gallery-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-item:hover .gallery-image-wrapper img{transform:scale(1.05)}.gallery-type{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}.gallery-type.room{background:#e8edff;color:#5264ed}.gallery-type.casual{background:#e7f8ef;color:#168653}.gallery-delete{position:absolute;right:10px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#fffffff2;cursor:pointer;transition:.2s}.gallery-delete:hover{background:#ffe7e7}.gallery-info{padding:14px}.gallery-info strong{display:block;color:#253043;font-size:14px}.gallery-info small{display:block;color:#94a0b2;margin-top:4px;font-size:12px}.gallery-empty{min-height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.gallery-empty>div{font-size:50px;margin-bottom:10px}.gallery-empty h3{margin:0;color:#253043}.gallery-empty p{color:#8996a8}.gallery-empty button{border:0;background:#6576ff;color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer}.gallery-loading{min-height:330px;display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery-spinner{width:38px;height:38px;border:3px solid #e5e9f2;border-top-color:#6576ff;border-radius:50%;animation:gallerySpin .8s linear infinite}@keyframes gallerySpin{to{transform:rotate(360deg)}}.gallery-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.gallery-modal{width:100%;max-width:550px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003}.gallery-modal-header{padding:22px 24px;border-bottom:1px solid #edf0f5;display:flex;justify-content:space-between}.gallery-modal-header h2{margin:0;font-size:20px;color:#182230}.gallery-modal-header p{margin:5px 0 0;color:#8996a8;font-size:13px}.gallery-modal-close{border:0;background:#f2f4f7;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.gallery-modal form{padding:24px}.gallery-form-group{margin-bottom:20px}.gallery-form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:#344054}.gallery-form-group label span{color:#e63946;margin-left:3px}.gallery-form-group select,.gallery-form-group input[type=file]{width:100%;height:44px;border:1px solid #d9e0ea;border-radius:8px;padding:0 12px;outline:none}.image-type-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.image-type-options button{border:1px solid #dce2eb;background:#fff;border-radius:10px;padding:15px;text-align:left;cursor:pointer;transition:.2s}.image-type-options button:hover{border-color:#6576ff}.image-type-options button.selected{border:2px solid #6576ff;background:#f5f6ff}.image-type-options span{display:block;font-size:25px;margin-bottom:7px}.image-type-options strong{display:block;color:#253043}.image-type-options small{display:block;color:#8996a8;margin-top:3px}.gallery-preview{margin-bottom:20px;border-radius:10px;overflow:hidden;height:180px;background:#f5f7fa}.gallery-preview img{width:100%;height:100%;object-fit:cover}.gallery-modal-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #edf0f5;padding-top:20px}.gallery-btn-secondary,.gallery-btn-primary{border:0;padding:11px 20px;border-radius:8px;font-weight:600;cursor:pointer}.gallery-btn-secondary{background:#f1f3f5;color:#344054}.gallery-btn-primary{background:#6576ff;color:#fff}.gallery-btn-primary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1200px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.gallery-stats{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-toolbar{flex-wrap:wrap}.gallery-search{flex-basis:100%}}@media (max-width: 600px){.gallery-header{align-items:flex-start;flex-direction:column;gap:15px}.gallery-grid{grid-template-columns:1fr}.gallery-toolbar select{width:100%}.gallery-toolbar{flex-direction:column}.image-type-options{grid-template-columns:1fr}}.gallery-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:25px}.gallery-category-card{background:#fff;border:1px solid #e5e9f2;border-radius:14px;overflow:hidden;cursor:pointer;transition:all .25s ease}.gallery-category-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #1f29371f}.category-cover{height:190px;position:relative;overflow:hidden;background:#f4f6f9}.category-cover img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-category-card:hover .category-cover img{transform:scale(1.06)}.category-count{position:absolute;right:12px;top:12px;background:#000000a6;color:#fff;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:600}.category-empty{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#a0aabd;font-size:45px}.category-card-body{padding:16px;display:flex;justify-content:space-between;align-items:center}.category-card-body h3{margin:0;font-size:16px;color:#182230}.category-card-body p{margin:5px 0 0;font-size:12px;color:#8996a8}.category-arrow{width:34px;height:34px;border-radius:50%;background:#f0f2ff;color:#6576ff;display:flex;align-items:center;justify-content:center;font-size:18px}.gallery-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.gallery-detail-header h1{margin:15px 0 5px;font-size:28px;color:#182230}.gallery-detail-header p{margin:0;color:#8996a8}.back-gallery-btn{border:0;background:transparent;padding:0;color:#6576ff;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:7px}.gallery-detail-toolbar{background:#fff;border:1px solid #e5e9f2;border-radius:12px;padding:15px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.category-total{color:#8996a8;font-size:13px}.category-total strong{color:#182230;font-size:18px;margin-right:5px}.gallery-table-card{background:#fff;border:1px solid #e5e9f2;border-radius:12px;overflow:hidden}.gallery-table{width:100%;border-collapse:collapse}.gallery-table thead{background:#f8f9fc}.gallery-table th{padding:15px 18px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.3px;color:#8091a7;border-bottom:1px solid #e5e9f2;white-space:nowrap}.gallery-table td{padding:14px 18px;border-bottom:1px solid #edf0f5;vertical-align:middle}.gallery-table tbody tr{transition:.15s}.gallery-table tbody tr:hover{background:#fafbff}.table-image{width:90px;height:65px;border-radius:8px;overflow:hidden;background:#f4f6f9}.table-image img{width:100%;height:100%;object-fit:cover}.gallery-title{color:#253043;font-size:14px}.gallery-description{max-width:320px;margin:0;color:#8996a8;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-type{display:inline-block;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:capitalize}.gallery-type.room{background:#eef1ff;color:#5264ed}.gallery-type.casual{background:#e8f8ef;color:#168653}.main-gallery-actions{display:flex;align-items:center;gap:8px}.main-gallery-actions button{width:34px;height:34px;border:0;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:.2s ease}.edit-gallery{background:#eef1ff;color:#5264ed}.delete-gallery{background:#fff0f0;color:#e5484d}.edit-gallery:hover{background:#dfe4ff;transform:translateY(-1px)}.delete-gallery:hover{background:#ffe0e0;transform:translateY(-1px)}.gallery-table-empty{padding:70px 20px;text-align:center}.gallery-table-empty svg{font-size:45px;color:#a0aabd;margin-bottom:12px}.gallery-table-empty h3{margin:0;color:#253043}.gallery-table-empty p{color:#8996a8}.gallery-form-group input[type=text],.gallery-form-group textarea{width:100%;border:1px solid #d9e0ea;border-radius:8px;padding:11px 12px;outline:none;font-size:14px;resize:vertical}.gallery-form-group input[type=text]:focus,.gallery-form-group textarea:focus{border-color:#6576ff}@media (max-width: 1200px){.gallery-category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.gallery-category-grid{grid-template-columns:repeat(2,1fr)}.gallery-detail-header{align-items:flex-start;gap:15px}}@media (max-width: 600px){.gallery-category-grid{grid-template-columns:1fr}.gallery-detail-header{flex-direction:column}.gallery-detail-toolbar{flex-direction:column;align-items:stretch;gap:12px}}.booking-details-content{padding:24px;background:#f5f7fb;min-height:calc(100vh - 70px)}.booking-loading,.booking-not-found{height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-spinner{width:55px;height:55px;border-radius:50%;border:5px solid #e2e8f0;border-top-color:#2563eb;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.details-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;gap:20px}.details-header-left{flex:1}.details-back-btn{border:none;background:#fff;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:600;margin-bottom:18px;box-shadow:0 2px 8px #0000000d;transition:.3s}.details-back-btn:hover{background:#2563eb;color:#fff}.details-heading{display:flex;justify-content:space-between;align-items:center}.details-heading h1{font-size:28px;margin:0;color:#1f2937}.details-heading p{margin-top:6px;color:#6b7280}.booking-status{padding:8px 18px;border-radius:30px;font-weight:600;text-transform:capitalize;font-size:14px}.booking-status.pending{background:#fff7d6;color:#d97706}.booking-status.confirmed{background:#dcfce7;color:#15803d}.booking-status.completed{background:#dbeafe;color:#1d4ed8}.booking-status.cancelled,.booking-status.canceled{background:#fee2e2;color:#dc2626}.details-white-card{background:#fff;border-radius:14px;padding:28px;margin-bottom:22px;box-shadow:0 4px 12px #0f172a0d}.card-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;border-bottom:1px solid #edf1f7;padding-bottom:14px}.card-heading h2{margin:0;font-size:20px;color:#111827}.room-information-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.room-information-grid div{background:#f9fafb;border-radius:10px;padding:16px}.room-information-grid span{display:block;color:#6b7280;font-size:13px;margin-bottom:8px}.room-information-grid strong{color:#111827;font-size:16px;font-weight:600;word-break:break-word}.details-white-card p{color:#4b5563;line-height:1.7}.paid{color:#16a34a}.failed{color:#dc2626}.pending-payment{color:#d97706}.details-actions{display:flex;gap:12px}.details-edit-btn,.details-delete-btn{border:none;border-radius:8px;padding:11px 18px;cursor:pointer;font-weight:600}.details-edit-btn{background:#2563eb;color:#fff}.details-delete-btn{background:#ef4444;color:#fff}@media (max-width: 991px){.details-page-header{flex-direction:column}.details-heading{flex-direction:column;align-items:flex-start;gap:14px}.room-information-grid{grid-template-columns:1fr}}@media (max-width: 576px){.booking-details-content{padding:16px}.details-white-card{padding:18px}.details-heading h1{font-size:22px}.card-heading h2{font-size:18px}}.enquiry-page{padding:30px;background:#f6f8fc;min-height:calc(100vh - 80px)}.enquiry-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.enquiry-header h2{margin:0;font-size:27px;font-weight:700;color:#172033}.enquiry-header p{margin:7px 0 0;color:#7b8496;font-size:14px}.enquiry-count{color:#2c2b2b;padding:18px 30px;text-align:center;background:#fff;border:1px solid #e6eaf0;border-radius:12px}.enquiry-count span{display:block;font-size:11px;color:#8994a7;text-transform:uppercase;letter-spacing:.5px}.enquiry-count strong{display:block;margin-top:3px;font-size:22px;color:#4f46e5}.enquiry-toolbar{display:flex;justify-content:space-between;margin-bottom:18px}.enquiry-search{width:420px;height:45px;display:flex;align-items:center;gap:10px;padding:0 15px;background:#fff;border:1px solid #e3e7ef;border-radius:10px}.enquiry-search svg{color:#98a1b2;font-size:14px}.enquiry-search input{width:100%;border:none;outline:none;font-size:14px;color:#333}.enquiry-search input::placeholder{color:#a1a8b5}.enquiry-card{background:#fff;border:1px solid #e7eaf0;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #141e320a}.table-responsive{width:100%;overflow-x:auto}.enquiry-table{width:100%;border-collapse:collapse;min-width:900px}.enquiry-table thead{background:#f8f9fc}.enquiry-table th{padding:16px 18px;text-align:left;font-size:12px;font-weight:700;color:#697386;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #e8ebf1}.enquiry-table td{padding:16px 18px;border-bottom:1px solid #edf0f4;vertical-align:middle}.enquiry-table tbody tr{transition:.2s ease}.enquiry-table tbody tr:hover{background:#fafbff}.enquiry-table tbody tr:last-child td{border-bottom:none}.serial-number{color:#7b8494;font-size:13px;font-weight:600}.customer-info{display:flex;align-items:center;gap:11px;min-width:180px}.customer-avatar,.profile-avatar{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef0ff;color:#4f46e5;font-size:15px;font-weight:700}.customer-info strong{display:block;color:#252b38;font-size:14px;margin-bottom:4px}.customer-info small{display:block;color:#8a93a3;font-size:11px}.contact-details{display:flex;flex-direction:column;gap:6px}.contact-details span{display:flex;align-items:center;gap:7px;color:#667085;font-size:12px}.contact-details svg{color:#7b8494;font-size:11px}.subject-text{display:inline-block;max-width:170px;color:#333b4d;font-size:13px;font-weight:600}.message-preview{max-width:220px;color:#737d8e;font-size:12px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enquiry-date{color:#737d8e;font-size:12px;white-space:nowrap}.enquiry-actions{display:flex;align-items:center;gap:8px}.enquiry-view-btn,.enquiry-delete-btn{width:36px;height:36px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.enquiry-view-btn{background:#eef2ff;color:#4f46e5}.enquiry-view-btn:hover{background:#4f46e5;color:#fff}.enquiry-delete-btn{background:#fef2f2;color:#dc2626}.enquiry-delete-btn:hover{background:#dc2626;color:#fff}.empty-enquiry{text-align:center!important;padding:70px 20px!important}.empty-enquiry svg{font-size:35px;color:#c5cad5;margin-bottom:12px}.empty-enquiry h4{margin:0;color:#343b49;font-size:16px}.empty-enquiry p{margin-top:6px;color:#9098a8;font-size:13px}.table-loading{text-align:center!important;padding:50px!important;color:#7b8494}.enquiry-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.enquiry-modal{width:650px;max-width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000002e;animation:enquiryModalIn .2s ease}@keyframes enquiryModalIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:20px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.modal-header h3{margin:0;color:#202635;font-size:19px}.modal-header p{margin:5px 0 0;color:#8992a2;font-size:12px}.modal-close{width:32px;height:32px;border:none;background:#f2f4f7;border-radius:8px;font-size:22px;color:#667085;cursor:pointer}.modal-close:hover{background:#e9ebef}.modal-body{padding:24px}.customer-profile{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px solid #edf0f4}.profile-avatar{width:48px;height:48px;font-size:18px}.customer-profile h4{margin:0 0 4px;color:#202635;font-size:16px}.customer-profile span{color:#8b94a4;font-size:12px}.enquiry-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.info-box{padding:14px;background:#f8f9fc;border:1px solid #edf0f4;border-radius:10px}.info-box label{display:block;margin-bottom:3px;color:#8a93a3;font-size:11px;text-transform:uppercase;font-weight:600}.info-box strong{display:block;color:#303746;font-size:13px;word-break:break-word}.message-box{margin-top:18px}.message-box label{display:block;margin-bottom:9px;color:#596273;font-size:12px;font-weight:700}.message-box p{margin:0;padding:15px;background:#f8f9fc;border:1px solid #edf0f4;border-radius:10px;color:#596273;font-size:13px;line-height:1.7;white-space:pre-wrap}.modal-footer{padding:17px 23px;background:#fafbfc;border-top:1px solid #edf0f4;display:flex;justify-content:flex-end;gap:10px}.reply-email-btn,.call-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:8px;text-decoration:none;font-size:12px;font-weight:600}.reply-email-btn{background:#4f46e5;color:#fff}.call-btn{background:#fff;color:#4f46e5;border:1px solid #dddff0}.reply-email-btn:hover{color:#fff;background:#4338ca}.call-btn:hover{color:#4f46e5;background:#f5f5ff}@media (max-width: 768px){.enquiry-page{padding:20px 15px}.enquiry-header{align-items:flex-start;gap:15px}.enquiry-header h2{font-size:23px}.enquiry-count{padding:9px 12px}.enquiry-search{width:100%}.enquiry-info-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column}.reply-email-btn,.call-btn{justify-content:center}}
