@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{width:100%;height:100%}:root{--primary-orange:#f97316;--luxury-dark:#0f172a}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#fff;width:100%}body{-webkit-font-smoothing:antialiased;color:#0f172a;background-color:#fff;width:100%;font-family:Inter,sans-serif;overflow-x:hidden}.text-left{text-align:left!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-orange)}img{object-fit:cover;max-width:100%;height:auto;display:block}.group:hover img{transition:transform 1s cubic-bezier(.4,0,.2,1);transform:scale(1.05)}input,textarea{transition:all .3s}input:focus,textarea:focus{outline:none;transform:translateY(-2px);border:2px solid var(--primary-orange)!important;background-color:#fff!important;box-shadow:0 20px 25px -5px #0000000d!important}input[type=date]{appearance:none;cursor:pointer;min-height:56px;position:relative}@media (width<=768px){.text-8xl{font-size:4rem!important;line-height:.9!important}.text-7xl{font-size:3.5rem!important;line-height:1!important}.text-6xl{font-size:3rem!important;line-height:1.1!important}.lg\:sticky{position:static!important}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}
