@tailwind base;@tailwind components;@tailwind utilities;@keyframes backforth{0%{left:-110%}to{left:110%}}.btn-im:before{content:"";position:absolute;top:0;left:-110%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;animation:backforth 2s infinite ease-in-out;animation-delay:3s}.btn-im:hover{transform:translateY(-3px);box-shadow:0 4px 20px #4f46e54d}.hotel-header{background:linear-gradient(90deg,#343a40,#495057);box-shadow:0 2px 10px #0003;transition:all .3s ease}.hotel-header a{color:#fff;transition:color .3s ease}.hotel-header a:hover{color:gold!important}.mobile-menu{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000026;animation:slideIn .3s ease-in-out}.mobile-menu a:hover{background:#f1f3f5;color:gold}.service-card,.subcategory-card{border:none;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover,.subcategory-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0003}.search-input{border-radius:20px;padding-left:40px;transition:border-color .3s ease,box-shadow .3s ease}.search-input:focus{border-color:gold;box-shadow:0 0 0 .25rem #ffd70040}.story-circle{border:3px solid #ffd700;border-radius:50%;padding:3px;transition:transform .3s ease}.story-circle:hover{transform:scale(1.1)}.btn-custom{background:linear-gradient(45deg,gold,#ffca28);border:none;color:#212529;border-radius:20px;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease}.btn-custom:hover{transform:scale(1.05);box-shadow:0 4px 15px #ffd70066;color:#212529}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.footer{background:linear-gradient(90deg,#212529,#343a40);color:#fff}.kanban-board-container{height:calc(100vh - 16rem);overflow-y:auto}.kanban-column{height:100%;min-height:500px}@media (max-width: 768px){.hotel-header,.carousel-caption{padding:.75rem 1rem}.carousel-caption{background:#000c;border-radius:8px;padding:1rem}.btn-custom{padding:8px 16px;font-size:.9rem}.service-card img,.content-card img{height:auto}}.filament-kanban-container{min-height:calc(100vh - 16rem)!important}.filament-kanban{height:calc(100vh - 16rem)!important;min-height:500px}.filament-kanban-board{min-height:calc(100vh - 16rem)!important}.filament-kanban-column{height:100%!important;min-height:400px}
