*{box-sizing:border-box}*{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#f5f5f5}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.textaligncenter{text-align:center}.hero{position:relative;padding:20px 0 10px;background:#f5f5f5}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr 1fr;gap:0px;align-items:flex-start}.hero-content{padding-top:40px}.hero-badge{display:inline-block;padding:8px 18px;background:#fff;color:#10b981;border-radius:20px;font-size:14px;margin-bottom:20px}.hero-content h1{font-size:64px;font-weight:700;line-height:1.1;color:#020617;margin-bottom:24px}.hero-content h1 span{color:#3b82f6}.hero-content p{font-size:16px;color:#64748b;line-height:1.7}.hero-image{position:relative;z-index:1}.hero-image img{width:100%;height:600px;object-fit:cover;border-radius:30px;box-shadow:0 30px 60px #0000001f}.hero-search-wrapper{position:absolute;top:430px;transform:translate(-50%);z-index:5;opacity:0;animation:searchFadeUp .8s ease-out .2s forwards;width:85%}.hero-search{width:75%;height:170px;background:#f5f5f5;border-radius:20px;box-shadow:0 20px 50px #0000001f;overflow:hidden;display:grid;grid-template-columns:1fr 1fr 1.4fr 160px;grid-auto-rows:auto;grid-template-rows:1fr 1fr}.QuickBar-item{padding:18px 22px 5px}.QuickBar-item label{display:block;font-size:13px;font-weight:600;margin-bottom:1px;color:#020617}.QuickBar-item input,.QuickBar-item select{width:100%;border:none;outline:none;font-size:15px;color:#64748b;background:transparent;font-size:14px;height:28px}.date-range{display:flex;align-items:center;gap:8px}.date-range input{border:none;outline:none;font-size:14px;color:#64748b;width:100%}.date-range span{color:#94a3b8;font-weight:600}.search-btn{background:#60a5fa;color:#fff;border:none;cursor:pointer;width:100%;height:100%;border-radius:0 20px 20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;grid-column:4;grid-row:1 / span 2}.search-btn i{font-size:18px}.search-btn:hover{background:#3b82f6}.message-item{grid-column:1/4;grid-row:2;padding-top:4px}.QuickBar-item small{font-size:11px;color:red}@media(max-width:768px){.hero{min-height:calc(100vh - 70px);display:flex;flex-direction:column;align-items:center;padding:0}.hero-search-wrapper{width:100%;display:flex;justify-content:center}.hero:after{display:none}.hero-inner{grid-template-columns:1fr}.hero-content{padding-top:0}.hero-content h1{font-size:42px}.hero-image{display:none}.hero-search-wrapper{position:static;transform:none;opacity:1;animation:none}.hero-search{width:90%;margin:40px auto 0;height:auto;display:flex;flex-direction:column;border-radius:24px;background:#f5f5f5}.QuickBar-item{padding:22px 24px;border-bottom:1px solid #e5e7eb}.QuickBar-item:last-of-type{border-bottom:none}.date-range{flex-direction:column;align-items:flex-start;gap:12px}.date-range span{display:none}.search-btn{height:64px;border-radius:0 0 24px 24px;flex-direction:row;gap:10px;font-size:16px}}.quick-success{grid-column:1 / -1;grid-row:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.success-icon{width:56px;height:56px;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:10px}.quick-success h4{font-size:18px;font-weight:700;color:#020617;margin-bottom:6px}.quick-success p{font-size:14px;color:#64748b}@keyframes searchFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.quick-success{animation:successFadeIn .45s ease-out forwards}.success-icon{animation:iconPop .4s ease-out .15s forwards;transform:scale(.8);opacity:0}.quick-success h4{opacity:0;animation:textFadeUp .35s ease-out .25s forwards}.quick-success p{opacity:0;animation:textFadeUp .35s ease-out .35s forwards}@keyframes successFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes iconPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes textFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.package-tile{position:relative;height:260px;border-radius:18px;overflow:hidden;cursor:pointer}.package-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.package-tile:hover img{transform:scale(1.08)}.package-badge{position:absolute;top:16px;right:16px;background:#60a5fa;color:#fff;font-size:14px;font-weight:600;padding:6px 14px;border-radius:8px;z-index:3}.package-overlay{position:absolute;inset:0;background:linear-gradient(to top,#020617bf,#02061733);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .35s ease}.package-tile:hover .package-overlay{opacity:1}.package-overlay h3{color:#fff;font-size:26px;font-weight:600;margin-bottom:6px;text-align:center}.package-overlay p{color:#e5e7eb;font-size:14px;margin-bottom:10px}.view-link{color:#60a5fa;font-weight:600;font-size:15px}.package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.section-heading{text-align:center;max-width:720px;margin:0 auto 60px}.section-heading h2{font-size:48px;font-weight:700;color:#020617;margin-bottom:16px}.section-heading h2 span{color:#60a5fa}.section-heading p{font-size:18px;color:#64748b;line-height:1.7;margin-bottom:28px}.section-link{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#020617;text-decoration:none;border-bottom:2px solid #e5e7eb;padding-bottom:6px;transition:all .3s ease}.section-link span{font-size:18px;transition:transform .3s ease}.section-link:hover{color:#60a5fa;border-color:#60a5fa}.section-link:hover span{transform:translate(4px)}@media(max-width:768px){.package-tile{height:220px}.package-overlay h3{font-size:22px}.section-heading h2{font-size:34px}.section-heading p{font-size:16px}}.promo-section{padding:80px 0}.promo-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:stretch}.promo-banner{position:relative;border-radius:22px;overflow:hidden;height:360px}.promo-banner img{width:100%;height:100%;object-fit:cover}.promo-overlay{position:absolute;inset:0;background:linear-gradient(to right,#020617bf,#0206174d);padding:50px;display:flex;flex-direction:column;justify-content:center}.promo-overlay h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:14px}.promo-overlay p{font-size:16px;color:#e5e7eb;max-width:360px;margin-bottom:24px}.promo-btn{background:#60a5fa;color:#fff;border:none;padding:12px 26px;font-size:15px;font-weight:600;border-radius:12px;width:fit-content;cursor:pointer}.promo-btn:hover{background:#3b82f6}.newsletter-card{background:#f8fafc;border-radius:22px;padding:25px}.newsletter-card h2{font-size:25px!important;font-weight:700;color:#020617;margin-bottom:16px}.newsletter-card p{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:30px}.newsletter-form{display:flex;align-items:center;background:#fff;border-radius:999px;padding:10px 12px;gap:12px}.email-icon{font-size:18px;color:#64748b;padding-left:10px}.newsletter-form input{border:none;outline:none;font-size:15px;flex:1}.subscribe-btn{background:#60a5fa;color:#fff;border:none;padding:12px 22px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer}.subscribe-btn:hover{background:#3b82f6}@media(max-width:992px){.promo-section{padding:60px 30px}.promo-grid{grid-template-columns:1fr}.promo-banner{height:300px}}@media(max-width:576px){.promo-overlay{padding:30px}.promo-overlay h2{font-size:26px}.newsletter-card{padding:30px}.newsletter-form{flex-direction:column;border-radius:18px}.subscribe-btn{width:100%}}.popular-tours{padding:10px 0}.popular-tours-header{text-align:center;margin-bottom:60px}.popular-tours-header h2{font-size:46px;font-weight:700}.popular-tours-header h2 span{color:#60a5fa}.linkdiv{text-align:center;padding-bottom:25px}.tours-slider-wrapper{position:relative}.tours-slider{display:flex;gap:25px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:10px 0}.tours-slider::-webkit-scrollbar{display:none}.tour-card{min-width:160px;width:369px;height:460px;position:relative;border-radius:18px;overflow:hidden;flex-shrink:0;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease}.tour-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tour-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0009,#00000026)}.tour-card h3{position:absolute;bottom:24px;left:24px;z-index:2;color:#fff;font-size:26px;font-weight:600;transition:transform .35s ease}.tour-card:hover .tour-title{transform:translateY(-90px)}.tour-badge{position:absolute;top:16px;right:16px;z-index:2;background:#60a5fa;color:#fff;padding:6px 14px;border-radius:14px;font-size:14px;font-weight:500;transition:transform .35s ease,box-shadow .35s ease}.tour-title{position:absolute;bottom:22px;left:24px;z-index:2;color:#fff;font-size:26px;font-weight:600;transition:transform .35s ease}.tours-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:#0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .25s ease}.tours-arrow i{font-size:18px;color:#64748b}.tours-arrow:hover{background:#0000001f}.tours-arrow:hover i{color:#020617}.tours-arrow.left{left:-64px}.tours-arrow.right{right:-64px}.tour-details{position:absolute;left:0;right:0;bottom:0;padding:18px 22px;z-index:3;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);opacity:0;transform:translateY(20px);transition:all .4s ease}.tour-card:hover .tour-details{opacity:1;transform:translateY(0)}.tour-duration{color:#e5e7eb;font-size:14px;margin-bottom:8px}.tour-rating{color:#facc15;font-size:14px;margin-bottom:10px}.tour-rating span{color:#cbd5f5;font-size:13px;margin-left:6px}.tour-price{display:flex;align-items:center;gap:12px}.tour-price del{color:#94a3b8;font-size:14px}.tour-price strong{color:#fff;font-size:20px;font-weight:700}@media(max-width:768px){.popular-tours-header h2{font-size:34px}.tour-card{min-width:280px;height:220px}.tours-arrow{display:none}}.tour-card:hover img{transform:scale(1.08)}.tour-card:hover:after{background:linear-gradient(to top,#000000bf,#00000040)}.tour-card:hover h3{transform:translateY(-6px)}.tour-card:hover .tour-badge{transform:translateY(-4px);box-shadow:0 6px 16px #00000040}.packages-header{padding:40px;background-color:#f5f5f5}.package-list{padding:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.package-card{border:1px solid #e0e0e0;padding:20px}.package-card h3{margin-top:0}.package-card button{margin-top:10px}.contact-banner{height:280px;background:url(https://images.unsplash.com/photo-1500534314209-a25ddb2bd429) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.contact-banner h1{color:#fff;font-size:42px}.contact-info{max-width:1100px;margin:60px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:0 20px;text-align:center}.info-box i{font-size:28px;margin-bottom:10px;color:#3b82f6}.info-box h3{margin-bottom:10px}.info-box p{color:#555}.info-box a{color:#3b82f6;text-decoration:none}.contact-map{margin-top:60px;width:100%;height:420px;border-radius:16px;overflow:hidden}.contact-map iframe{width:100%;height:100%;border:0}.container h2{font-size:50px}@media(max-width:768px){.contact-info{grid-template-columns:1fr}.contact-map{height:300px}.container h2{font-size:25px}}.package-enquiry{margin-top:30px;padding:24px;border:1px solid #e5e7eb;border-radius:14px}.form-group{margin-bottom:15px}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.btn-enquiry{width:100%;padding:12px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.btn-enquiry:hover{background:#2563eb}.quick-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 0}.success-icon{width:56px;height:56px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:12px}.quick-success p{font-size:14px;color:#16a34a;line-height:1.5}.package-detail{max-width:1100px;margin:40px auto;padding:0 20px}.package-header{margin-bottom:30px}.package-title{font-size:42px;font-weight:700;margin-bottom:10px}.package-rating{color:#f4a261;font-size:16px;margin-bottom:20px}.package-rating span{color:#666;margin-left:8px}.package-meta{display:flex;flex-wrap:wrap;gap:30px;font-size:15px;color:#444}.meta-item{display:flex;align-items:center;gap:8px}.package-tabs{display:flex;gap:30px;border-bottom:1px solid #e5e5e5;margin-top:40px}.package-tabs button{background:none;border:none;padding:12px 0;font-size:16px;cursor:pointer;color:#777;position:relative}.package-tabs button.active{color:#000;font-weight:600}.package-tabs button.active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:3px;background-color:#3b82f6}.package-gallery{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin:40px 0}.gallery-main img,.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:14px;cursor:pointer}.gallery-main{height:420px}.gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gallery-thumb{height:200px}.gallery-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:999}.gallery-modal img{max-width:90%;max-height:90%;border-radius:8px}.package-info{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin:60px 0}.package-description h2{font-size:28px;margin-bottom:20px}.package-description p{color:#555;line-height:1.7;margin-bottom:20px}.package-description h3{margin-top:30px;font-size:22px}.includes-list{list-style:none;padding:0;margin-top:15px}.includes-list li{margin-bottom:12px;color:#444}.includes-list i{color:#3b82f6;margin-right:10px}.package-price-card{border:1px solid #e5e7eb;border-radius:14px;padding:24px;height:fit-content;position:sticky;top:100px}.package-price-card h4{font-size:18px;margin-bottom:10px}.price{margin-bottom:20px}.price span{color:#777;margin-right:6px}.price strong{font-size:36px;font-weight:700}.price-meta{border-top:1px solid #eee;padding-top:15px}.meta-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#444}.gallery-modal{padding-top:20px;position:fixed;inset:0;background:#000;z-index:1000;display:flex;align-items:center;justify-content:center}.gallery-image{max-width:90%;max-height:90%;object-fit:contain}.gallery-close{position:absolute;top:20px;right:25px;font-size:28px;color:#fff;background:none;border:none;cursor:pointer}.gallery-count{position:absolute;top:20px;left:25px;color:#fff;font-size:16px;opacity:.8}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:40px;background:#3b82f6;color:#fff;border:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer}.gallery-arrow.left{left:30px}.gallery-arrow.right{right:30px}.gallery-arrow:hover{background:#2563eb}.gallery-arrow i{color:#fff;font-size:18px;line-height:1}.form-group small{color:red;font-size:12px}.success-msg{color:green;margin-bottom:10px;font-size:14px}@media(max-width:768px){.package-gallery{grid-template-columns:1fr}.gallery-main{height:260px}.gallery-side{grid-template-columns:1fr 1fr}.gallery-thumb{height:140px}.package-info{grid-template-columns:1fr}.package-price-card{position:static}}.about-page{max-width:1200px;margin:auto;padding:60px 20px}.about-header{text-align:center;margin-bottom:70px}.about-header h1{font-size:52px;font-weight:700}.about-header p{color:#777;margin-top:8px;font-size:16px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-images-collage{position:relative;width:100%;min-height:540px}.img-main{width:100%;height:500px;object-fit:cover;border-radius:22px}.img-thumb{position:absolute;width:190px;height:230px;object-fit:cover;border-radius:18px;box-shadow:0 12px 35px #0000002e}.img-thumb-1{top:30px;right:-35px}.img-thumb-2{bottom:30px;right:50px}.img-thumb-3{bottom:-35px;left:50px}.about-text h2{font-size:34px;margin-bottom:22px;line-height:1.3}.about-text p{color:#555;line-height:1.7;margin-bottom:20px}.about-feature{display:flex;gap:16px;margin-top:30px}.about-feature i{font-size:30px;color:#3b82f6;margin-top:6px}.about-feature h4{margin:0}@media(max-width:768px){.about-content{grid-template-columns:1fr}.about-images-collage{min-height:auto}.img-main{height:300px}.img-thumb{position:static;width:100%;height:200px;margin-top:20px}}.highlights-section{background:#f7f7f7;padding:70px 20px}.highlights-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.highlight-item{display:flex;align-items:flex-start;gap:20px}.highlight-item i{font-size:34px;color:#3b82f6;margin-top:6px}.highlight-item h3{font-size:22px;font-weight:600;line-height:1.3;margin:0}.highlight-item p{color:#555;line-height:1.6;font-size:15px}.highlight-text{max-width:260px}@media(max-width:768px){.highlights-container{grid-template-columns:1fr;gap:40px}}.gallery-grid-section{margin-top:30px;margin-bottom:15px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.gallery-item{position:relative;min-height:240px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 16px #00000014;cursor:pointer}.gallery-item img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;font-size:14px;color:#fff;background:linear-gradient(to top,#000000b3,#0000)}.gallery-lightbox{position:fixed;inset:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:90%;max-height:90%;object-fit:contain}.lightbox-close{position:absolute;top:18px;right:28px;font-size:36px;color:#fff;cursor:pointer}.lightbox-counter{position:absolute;top:20px;left:24px;color:#fff;font-size:14px;opacity:.85}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#3b82f6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;padding:0}.lightbox-nav{outline:none;box-shadow:none}.lightbox-nav:focus,.lightbox-nav:focus-visible,.lightbox-nav:active{outline:none;box-shadow:none}.lightbox-nav.left{left:24px}.lightbox-nav.right{right:24px}.lightbox-nav:hover{background:#2563eb}@media(max-width:768px){.gallery-item img{height:200px}}@media(max-width:480px){.gallery-item img{height:180px}}.admin-login-container{height:100vh;display:flex;justify-content:center;align-items:center}.login-card{width:360px;background:#fff;padding:35px;border-radius:12px;box-shadow:0 15px 40px #00000040;text-align:center}.login-card h1{margin:0;font-size:26px;color:#203a43}.subtitle{font-size:14px;color:#666;margin-bottom:25px}.form-group{text-align:left;margin-bottom:18px}.form-group label{font-size:13px;font-weight:600;color:#333;margin-bottom:6px;display:block}.form-group input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:border .2s,box-shadow .2s}.form-group input:focus{border-color:#2c5364;box-shadow:0 0 0 2px #2c536426;outline:none}.loginbtn{width:100%;margin-top:10px;padding:12px;border-radius:8px;border:none;background:#203a43;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .3s}.loginbtn:hover{background:#2c5364}.loginbtn:disabled{background:#999;cursor:not-allowed}.error-msg{background:#ffe0e0;color:#b00020;padding:10px;border-radius:6px;font-size:13px;margin-bottom:15px}.footer-text{margin-top:20px;font-size:12px;color:#999}.sidebar{width:300px;height:100vh;background:#fff;border-right:1px solid #C3D3DB;padding:20px 56px;display:flex;flex-direction:column}.sidebar-logo{font-size:22px;font-weight:700;color:#111827;margin-bottom:28px}.sidebar-logo small{display:block;font-size:12px;font-weight:400;color:#6b7280;margin-top:2px}.sidebar-menu{flex:1;padding-bottom:16px}.sidebar-section{font-size:11px;font-weight:600;letter-spacing:.06em;color:#9ca3af;margin:18px 0 8px;text-transform:uppercase}.sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:20px;color:#374151;text-decoration:none;transition:background .2s ease,color .2s ease}.sidebar-link svg{font-size:16px;stroke-width:2;color:#6b7280}.sidebar-link:hover{background:#f3f4f6}.sidebar-link:hover svg{color:#374151}.sidebar-link.active{background:#eef6ff;color:#2563eb}.sidebar-link.active svg{color:#2563eb}.sidebar-footer{position:sticky;bottom:0;background:#fff;padding:14px 0;border-top:1px solid #e5e7eb}.sidebar-logout{width:100%;display:flex;align-items:center;gap:10px;background:#ef4444;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:14px}.sidebar-logout:hover{background:#dc2626}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar{position:fixed;left:-100%;top:0;width:260px;height:100vh;padding:20px;z-index:1001;transition:left .3s ease}.sidebar.open{left:0}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000073;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay.show{opacity:1;pointer-events:all}}.topbar{height:64px;background:#fff;border-bottom:1px solid #C3D3DB;display:flex;align-items:center;justify-content:space-between;padding:40px}.topbar-search{display:flex;align-items:center;gap:10px;background:#eef3f6;padding:10px 16px;border-radius:999px;width:420px;color:#6b7280}.topbar-search svg{font-size:16px}.topbar-search input{border:none;background:none;outline:none;width:100%;font-size:14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.topbar-search input::placeholder{color:#9ca3af}.topbar-actions{display:flex;align-items:center;gap:18px}.topbar-flag{width:20px;height:14px;border-radius:2px;cursor:pointer}.icon-btn{position:relative;background:#f3f4f6;border:none;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151}.icon-btn svg{font-size:18px}.icon-btn:hover{background:#e5e7eb}.notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%}.topbar-avatar{position:relative;width:36px;height:36px;cursor:pointer}.topbar-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.mobile-menu-btn{display:none}@media(max-width:768px){.topbar{padding:16px;gap:12px}.mobile-menu-btn{display:flex;background:none;border:none;font-size:22px;cursor:pointer}.topbar-search{width:100%}}.admin-footer{height:44px;padding:0 20px;background:#fff;border-top:1px solid #e5edf3;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280;position:sticky;bottom:0;z-index:50}.admin-footer strong{color:#111827}.footer-version{font-size:12px;color:#9ca3af}.admin-layout{display:flex;min-height:100vh;height:100vh;background:#fff}.admin-main{flex:1;display:flex;overflow-y:auto;flex-direction:column}.admin-content{flex:1;display:flex;flex-direction:column}.admin-topbar{height:60px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.topbar-title{font-size:18px;font-weight:600;color:#111827}.topbar-actions{display:flex;align-items:center;gap:20px}.admin-user{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.topbar-logout,.logout-btn{background:none;border:none;color:#ef4444;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px}.admin-page{background:#fff;padding:32px 40px}.page-header.invoice-style{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h2{font-size:26px;font-weight:700;color:#111827;margin:0}.page-actions{display:flex;align-items:center;gap:10px}.filter-btn{display:flex;align-items:center;gap:6px;background:#f3f4f6;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500}.search-box{display:flex;align-items:center;background:#f3f4f6;padding:8px 14px;border-radius:999px}.search-box i{margin-right:8px;color:#6b7280;font-size:14px}.search-box input{border:none;outline:none;background:transparent;width:170px;font-size:14px}.btn-primary{background:#3b82f6;color:#fff;padding:8px 18px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:600}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:visited{color:#fff;text-decoration:none}.admin-page .table-card{background:transparent;border-radius:14px;box-shadow:none;border:0}.admin-table thead{background:#f8fafc}.admin-table thead th{padding:16px;font-size:13px;font-weight:600;color:#6b7280;text-align:left}.admin-table td{padding:16px;font-size:12px;color:#111827;border-bottom:1px solid #e5e7eb}.admin-table tbody tr:hover{background-color:#f9fafb}.status{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}.status.active{background:#e6fef0;color:#047857}.status.inactive{background:#fee2e2;color:#b91c1c}.link-btn{background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;margin-right:12px;padding:0}.link-btn:hover{text-decoration:underline}.link-btn.danger{color:#dc2626}.icon-btn{background:none;border:none;cursor:pointer}.enquiry-card{background:#fff;padding:20px;margin-top:24px}.enquiry-header h2{margin:0 0 12px;font-size:20px;font-weight:600}.enquiry-table{width:100%;border-collapse:collapse}.enquiry-table thead th{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;padding:12px;border-bottom:1px solid #e5e7eb}.enquiry-table tbody td{padding:14px;font-size:14px;border-bottom:1px solid #e5e7eb}.enquiry-table tbody tr:hover{background-color:#f9fafb}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:#fff;width:420px;border-radius:16px;box-shadow:0 25px 60px #0003;padding:20px}.modal-header{display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;font-size:18px;cursor:pointer}.modal-body p{margin:6px 0;font-size:14px}.message-box{background:#f9fafb;padding:12px;border-radius:8px;margin:12px 0;font-size:14px}.admin-page .table-footer{margin-top:16px;background:#f8fafc;border-radius:14px;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#374151}.footer-left{display:flex;align-items:center;gap:10px}.show-all-btn{background:none;border:none;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer}.footer-right{display:flex;align-items:center;gap:6px}.page-btn{min-width:32px;height:32px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#374151}.page-btn:hover:not(:disabled){background:#e5e7eb}.page-btn.active{background:#3b82f6;color:#fff;font-weight:600}.page-btn:disabled{opacity:.4;cursor:default}.action-icons{display:flex;align-items:center;gap:12px}.icon-action{width:25px;height:25px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:background .2s ease,color .2s ease}.icon-action.edit:hover{background:#e0e7ff}.icon-action.delete:hover{background:#fee2e2}.select-field{display:flex;flex-direction:column;gap:6px}.custom-dropdown{position:relative;min-width:150px}.dropdown-trigger{width:100%;padding:10px 14px;border-radius:10px;border:1.5px solid #dbeafe;background:#fff;font-size:14px;font-weight:500;color:#111827;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dropdown-trigger i{font-size:12px;color:#6b7280}.dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001f;padding:6px;z-index:20;animation:dropdownFade .15s ease}.dropdown-item{padding:10px 12px;border-radius:8px;font-size:14px;cursor:pointer}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.active{background:#e0e7ff;color:#1d4ed8;font-weight:600}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.admin-content{overflow-x:hidden;overflow-y:auto}}.dashboard-metrics{display:grid;grid-template-columns:520px 1fr;border-bottom:1px solid #c3d3db}.metric-grid{display:grid;grid-template-columns:1fr 1fr}.metric-card{padding:28px 26px;border-right:1px solid #c3d3db;border-bottom:1px solid #c3d3db}.metric-card:nth-child(3),.metric-card:nth-child(4){border-bottom:none}.metric-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:20px}.metric-icon.blue{background:#e8f1ff;color:#2563eb}.metric-icon.orange{background:#fff1e6;color:#f97316}.metric-icon.green{background:#ecfdf5;color:#16a34a}.metric-icon.cyan{background:#ecfeff;color:#0891b2}.metric-card h4{font-size:16px;margin:0 0 6px}.metric-content h2{font-size:36px;margin:0 0 4px}.metric-content p{font-size:12px;color:#6b7280}.analytics-panel{display:flex;flex-direction:column;padding:16px}.analytics-header{display:flex;justify-content:space-between;border-bottom:1px solid #c3d3db;padding-bottom:12px}.chart-filters button{padding:8px 14px;border-radius:10px;background:#f8fafc;border:none;font-size:13px}.chart-filters button.active{background:#2563eb;color:#fff}.analytics-chart-wrapper{margin-top:20px;height:100%}.chart-filters button:focus,.chart-filters button:focus-visible{outline:none;box-shadow:none}@media(max-width:768px){.dashboard-metrics{display:flex;flex-direction:column}.analytics-chart-wrapper{height:240px}.recharts-responsive-container{width:100%!important;height:100%!important}.metric-card:nth-child(3),.metric-card:nth-child(4){border-bottom:1px solid #c3d3db}}.table-card{background:#fff;border:1px solid #e5edf3;border-radius:14px;overflow:hidden}.table-header{padding:18px 22px;border-bottom:1px solid #eef2f7}.table-header h2{font-size:20px;font-weight:700;margin:0 0 4px}.table-header p{font-size:14px;color:#6b7280;margin:0}.table-wrapper{overflow-x:auto;border-radius:15px!important}.admin-dashboard .desktop-only{border-radius:0!important}.common-table{width:100%;border-collapse:collapse;min-width:700px}.common-table th{background:#f1f5f9;font-size:13px;font-weight:600;color:#6b7280;padding:14px 20px;text-align:left}.common-table td{padding:14px 20px;font-size:13px;border-bottom:1px solid #eef2f7}.common-table tr:hover{background:#f9fbff}.mobile-cards{display:flex;flex-direction:column;gap:12px}.enquiry-card{border:1px solid #eef2f7;border-radius:14px;padding:14px;background:#fff}.card-head{display:flex;justify-content:space-between;align-items:center}.card-head h4{margin:0;font-size:15px;font-weight:700}.card-head .status-badge{margin-top:4px}.card-row{display:flex;align-items:center;gap:10px;margin-top:8px;font-size:13px;color:#374151}.card-row i{width:16px;color:#6b7280}.card-view{font-weight:600;color:#2563eb;cursor:pointer}.table-footer{background:#f8fafc;border-top:1px solid #eef2f7;padding:12px 18px;display:flex;justify-content:space-between;font-size:13px}.footer-right{display:flex;gap:18px}.pager-btn{all:unset;cursor:pointer;font-weight:500;color:#2563eb}.pager-btn.disabled{color:#9ca3af}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.table-footer{flex-direction:column;gap:10px;text-align:center}}.drawer-backdrop{position:fixed;inset:0;background:#00000059;z-index:999}.enquiry-drawer{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:92%;background:#fff;box-shadow:-10px 0 30px #00000026;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s ease}.enquiry-drawer.open{transform:translate(0)}.drawer-backdrop{position:fixed;inset:0;background:#00000059;z-index:999;opacity:0;transition:opacity .35s ease}.drawer-backdrop.show{opacity:1}.drawer-header{padding:16px 20px;background:linear-gradient(135deg,#7db6f5,#5cb3c6);color:#fff;display:flex;justify-content:space-between;align-items:center}.drawer-header h3{margin:0;font-size:18px}.drawer-actions{display:flex;gap:10px}.reset-btn{background:#fff3;border:none;color:#fff;padding:6px 12px;border-radius:8px;cursor:pointer}.drawer-actions .close-btn{background:#ffffff40;border:none;color:#fff;font-size:22px;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}.drawer-body{padding:20px;overflow-y:auto;flex:1}.info-section{margin-bottom:22px}.info-section h4{margin-bottom:12px;font-size:14px;font-weight:600}.info-row{margin-bottom:10px}.info-row label{font-size:12px;color:#6b7280}.info-row p{margin:2px 0 0;font-weight:500;border:1px solid #c7e8f5;padding:10px;border-radius:10px}.message-box{background:#f1f7ff;padding:12px;border-radius:10px;font-size:14px;height:100px}.form-group{margin-bottom:14px}.form-group label{font-size:13px;font-weight:500;display:block;margin-bottom:4px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb}.drawer-footer{padding:14px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:10px}.btn-secondary{background:#f3f4f6;border:none;padding:8px 16px;border-radius:8px}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:8px 20px;border-radius:8px}.admin-dashboard{width:100%}.page-title{font-size:28px;font-weight:600;margin-bottom:6px;color:#1f2937}.page-subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.page-loading{font-size:14px;color:#6b7280;padding:20px}.enquiry-card{background:#fff;border-radius:14px;padding:20px;margin-top:24px;box-shadow:0 10px 25px #0000000d}.enquiry-header h2{margin:0 0 12px;font-size:20px;font-weight:600;color:#111827}@media(max-width:768px){.admin-dashboard{display:flex;flex-direction:column;gap:20px}.dashboard-cards{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px}.dashboard-card{width:100%!important;border:none!important;border-radius:18px!important;padding:18px 16px!important;background:#fff;box-shadow:0 8px 22px #0000000f}.dashboard-card:before,.dashboard-card:after{display:none!important}.dashboard-card .icon-box{width:42px;height:42px;border-radius:12px}.dashboard-card h3{font-size:14px;font-weight:600;margin-bottom:6px}.dashboard-card .count{font-size:26px;font-weight:700;margin-top:10px}.dashboard-card p{font-size:12px;color:#6b7280}.enquiry-card{padding:16px}.enquiry-card table{display:block;overflow-x:auto;white-space:nowrap}}.admin-page .packages-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0;background-color:#fff}.header-left h2{font-size:26px;font-weight:700}.header-right{display:flex;align-items:center;gap:12px}.search-box{position:relative;width:500px}.search-box i{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#9ca3af}.search-box input{padding:10px 12px 10px 36px;border-radius:999px;border:none;background:#f1f5f9;font-size:14px}.custom-dropdown{position:relative}.dropdown-trigger{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;gap:8px;cursor:pointer}.dropdown-menu{position:absolute;top:110%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;z-index:20}.dropdown-item{padding:10px 14px;cursor:pointer}.dropdown-item:hover,.dropdown-item.active{background:#f1f5f9}.package-actions{display:flex;gap:12px;align-items:center}.icon-action{background:none;border:none;cursor:pointer;font-size:16px}.icon-action.edit{color:#2563eb}.icon-action.delete{color:#dc2626}.status{padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.status.active{background:#dcfce7;color:#166534}.status.inactive{background:#fee2e2;color:#991b1b}.card-actions-vertical button,.card-actions-vertical a{font-size:12px;font-weight:100;background-color:#fff}.pkg-thumb{width:42px;height:42px;border-radius:50%;object-fit:cover;display:block;margin:auto;border:1px solid #e5e7eb;background:#f9fafb}.admin-page button:focus,.admin-page button:focus-visible{outline:none;box-shadow:none}@media(max-width:768px){.packages-header{flex-direction:column;align-items:stretch;gap:12px}.header-right{flex-direction:column;align-items:stretch;gap:10px}.search-box,.custom-dropdown,.add-package-btn,.dropdown-trigger,.search-box input{width:100%}.add-package-btn{text-align:center;padding:12px;font-size:15px}.package-actions{flex-direction:column;align-items:flex-start;gap:6px}.pkg-card-img{width:100%;max-height:160px;object-fit:cover;border-radius:12px;margin-bottom:10px}}.package-form-card{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:32px}.form-header h2{font-size:26px;font-weight:700;margin-bottom:4px}.form-header p{color:#6b7280;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.package-form input,.package-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:none;background:#eef2f5;font-size:14px;outline:none}.package-form input:focus,.package-form textarea:focus{background:#fff;box-shadow:0 0 0 2px #3b82f633}.image-upload-section{margin-top:20px}.upload-label{font-size:14px;font-weight:500;margin-bottom:8px;display:block}.image-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.image-thumb{position:relative;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.imagefooter{display:flex;align-items:center;justify-content:space-between}.cover-label{font-size:12px}.drag-handle{padding:5px}.drag-handle:hover{border:0}.image-thumb img{width:100%;height:90px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;display:block}.remove-img{position:absolute;top:6px;right:6px;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease}.image-box{position:relative;width:100%}.image-box img{width:100%;height:90px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb}.remove-img:hover{background:#00000059;transform:scale(1.05)}.remove-img:active{transform:scale(.95)}.upload-tile{height:90px;border-radius:10px;border:1.5px dashed #c7d2fe;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#2563eb;font-size:14px;transition:background .2s ease,border-color .2s ease}.upload-tile:hover{background:#eef2ff;border-color:#6366f1}.switch-row{display:flex;align-items:center;gap:12px;margin-top:24px}.switch-label{font-size:13px;font-weight:500;color:#111827}.switch{position:relative;width:44px;height:24px}.slider{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;cursor:pointer;transition:background .2s ease}.slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.switch input:checked+.slider{background:#3b82f6}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}.btn-secondary{background:#f3f4f6;border:none;padding:10px 18px;border-radius:10px;cursor:pointer}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:10px 22px;border-radius:10px;font-weight:600}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.tiptap-editor{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.tiptap-toolbar{display:flex;gap:6px;padding:8px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tiptap-toolbar button{border:none;background:transparent;padding:6px 10px;font-size:14px;cursor:pointer;border-radius:6px;color:#374151}.tiptap-toolbar button:hover{background:#e5e7eb}.tiptap-toolbar button.active{background:#3b82f6;color:#fff}.tiptap-editor .ProseMirror{padding:14px;min-height:140px;outline:none;font-size:14px;line-height:1.6}@media(max-width:768px){.package-form-card{padding:20px 16px;border-radius:14px}.form-header h2{font-size:20px}.form-header p{font-size:13px;margin-bottom:18px}.form-grid{grid-template-columns:1fr;gap:12px}.package-form input,.package-form textarea{font-size:14px;padding:12px}.tiptap-editor .ProseMirror{min-height:120px;font-size:14px}.image-grid{grid-template-columns:repeat(2,1fr);gap:10px}.image-thumb img,.image-box img{height:100px}.upload-tile{height:100px;font-size:13px}.switch-row{margin-top:20px}.form-actions{flex-direction:column-reverse;gap:10px}.form-actions button{width:100%;padding:12px;font-size:15px}.drag-handle{padding:6px 8px;font-size:16px}.remove-img{width:26px;height:26px;font-size:18px}}.enquiries .table-card{background:#fff;border-radius:16px}.table-header{display:flex;justify-content:space-between;margin-bottom:20px}.table-header h2{font-size:24px;font-weight:700}.table-header p{font-size:13px;color:#6b7280}.lead-count{font-weight:600;color:#2563eb}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.filter-bar select,.filter-bar input,.filter-bar button{padding:8px 12px;border-radius:10px;border:none;background:#eef2f5;font-size:13px}.table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table thead th{text-align:left;font-size:12px;color:#6b7280}.admin-table tbody tr{border-top:1px solid #e5e7eb}.admin-table td{padding:14px 6px;font-size:14px}.status-badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-badge.new{background:#fef3c7;color:#92400e}.status-badge.contacted{background:#dbeafe;color:#1e40af}.status-badge.closed{background:#dcfce7;color:#166534}.btn-link{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer}.enquiry-cards{display:none}.enquiry-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px;margin-bottom:14px}.card-top{display:flex;justify-content:space-between;margin-bottom:8px}.card-top h4{font-size:15px;font-weight:700;margin:0}.card-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151;margin-top:6px}.card-row i{color:#6b7280}.simple-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid #eef2f7;background:#fbfdff;border-radius:0 0 14px 14px}.footer-left{font-size:14px;color:#374151}.footer-link{background:none;border:none;color:#2563eb;font-weight:500;margin-left:8px;cursor:pointer}.footer-right{display:flex;gap:20px}.nav-link{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer}.nav-link:disabled{color:#cbd5e1;cursor:not-allowed}.simple-footer button:focus,.simple-footer button:focus-visible{outline:none;box-shadow:none}.sub-text{margin:4px 0 0;font-size:12px;line-height:1.4;color:#374151}.sub-text.muted{color:#6b7280;font-style:italic}@media(max-width:768px){.enquiries .table-wrapper{display:none}.enquiry-cards{display:block}.filter-bar{flex-direction:column}.table-header{flex-direction:column;gap:6px}.simple-footer{flex-direction:column;align-items:flex-start;gap:10px}.footer-right{width:100%;justify-content:space-between}.admin-page{padding:20px}}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.admin-user-modal{width:480px;max-width:94%;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column;animation:slideUp .25s ease}.modal-header{padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef2f7}.modal-header h3{margin:0;font-size:18px;font-weight:700}.modal-close{border:none;background:none;font-size:22px;cursor:pointer;color:#6b7280}.modal-body{padding:22px;display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-group input,.form-group select{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px}.form-group input:disabled{background:#f1f5f9}.switch-group{flex-direction:row;justify-content:space-between;align-items:center;margin-top:6px}.switch{position:relative;width:42px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;border-radius:999px;transition:.2s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background-color:#2563eb}.switch input:checked+.slider:before{transform:translate(20px)}.modal-footer{padding:18px 22px;border-top:1px solid #eef2f7;display:flex;justify-content:flex-end;gap:12px}.btn-secondary{background:#f1f5f9;border:none;padding:10px 16px;border-radius:10px;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}@media(max-width:640px){.admin-user-modal{width:100%;border-radius:14px}.modal-footer{flex-direction:column-reverse}.modal-footer button{width:100%}}@media(max-width:768px){.admin-users .page-header{flex-direction:column;align-items:stretch;gap:12px}.admin-users.page-header h2{font-size:22px}.admin-users .btn-primary{width:100%;text-align:center;padding:12px;font-size:15px}.admin-users .mobile-cards{margin-top:12px}.admin-users .enquiry-card{padding:16px}.admin-users .card-head h4{font-size:16px}.admin-users .card-view{margin-top:10px}}.footer{background:#0a0a0aec;color:#cbd5e1;font-size:15px}.footer-top{padding:80px 0}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px}.footer-col h4{color:#fff;margin-bottom:20px;font-size:20px}.footer-logo{font-size:26px;color:#fff;margin-bottom:20px}.footer-logo span{color:#60a5fa}.currency-select{background:#1f1f1f;color:#fff;border:none;padding:10px 14px;border-radius:6px;margin-top:10px}.footer-col p{margin-bottom:10px}.social-icons{display:flex;gap:14px;margin-top:20px}.social-icons i{font-size:16px;cursor:pointer;transition:color .3s}.social-icons i:hover{color:#60a5fa}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px;cursor:pointer}.footer-col ul li:hover{color:#fff}.payment-icons{display:flex;gap:10px;margin-top:20px}.payment-icons img{height:28px;background:#fff;padding:4px 6px;border-radius:4px}.footer-bottom{background:#000;padding:10px 0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;font-size:14px}.footer-links{display:flex;gap:24px}.footer-links a{color:#cbd5e1;text-decoration:none}.footer-links a:hover{color:#fff}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:40px}.footer-bottom-inner{flex-direction:column;gap:12px;text-align:center}}.navbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:25px 80px 32px;transition:background .3s ease,box-shadow .3s ease;background:#f5f5f5;box-shadow:0 4px 20px #00000014}.navbar-solid{background:#fff;box-shadow:0 4px 20px #00000014;opacity:.97}.logo{font-size:22px;font-weight:600;color:#020617}.logo-accent{color:#3b82f6}.menu{position:relative;display:flex;align-items:center;gap:36px}.menu a{text-decoration:none;font-size:15px;font-weight:500;color:#64748b;padding:8px 0;transition:color .25s ease}.menu a:hover,.menu a.active{color:#020617}.menu-dot{position:absolute;bottom:-8px;width:6px;height:6px;background:#64748b;border-radius:50%;transform:translate(-50%);transition:left .3s ease,opacity .2s ease;opacity:0;pointer-events:none}.nav-right{display:flex;align-items:center;gap:16px}.login-btn{padding:10px 22px;background:#60a5fa;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s ease}.login-btn:hover{background:#3b82f6}.hamburger{width:30px;height:22px;position:relative;background:none;border:none;cursor:pointer;display:none}.hamburger span{position:absolute;left:0;width:100%;height:2px;background:#020617;transition:all .3s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:nth-child(3){top:20px}.hamburger.open span:nth-child(1){transform:rotate(45deg);top:10px}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg);top:10px}.mobile-overlay{position:fixed;inset:0;z-index:2000;display:flex;justify-content:flex-end;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-overlay.open{opacity:1;pointer-events:auto}.mobile-panel{width:280px;height:100%;background:#1c1c1c;padding:80px 30px;display:flex;flex-direction:column;gap:24px;transform:translate(100%);transition:transform .35s ease}.mobile-overlay.open .mobile-panel{transform:translate(0)}.mobile-close{position:absolute;top:25px;right:25px;background:none;border:none;color:#fff;font-size:26px;cursor:pointer}.mobile-panel a{color:#fff;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:1px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.15)}.mobile-panel a:hover,.mobile-panel a.active{color:#93c5fd}@media(max-width:768px){.navbar{padding:16px 20px}.menu,.login-btn{display:none}.hamburger{display:block}}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 6px 16px #00000040;z-index:9999;text-decoration:none}.whatsapp-float:hover{background-color:#1ebe5d}@media(max-width:480px){.whatsapp-float{bottom:16px;right:16px}}
