@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");.contact-bar{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-wrap:wrap;gap:1rem;justify-content:space-evenly;margin:40px auto;max-width:1400px;padding:1rem 2rem}.contact-bar,.contact-item{align-items:center;display:flex}.contact-item{color:#1e293b;gap:.5rem;text-decoration:none;transition:all .2s ease}.contact-item:hover{color:#e57c00}.contact-icon{color:#e57c00;font-size:1.1rem}.social-icon{color:#1e293b;font-size:1.2rem;transition:all .2s ease}.social-icon:hover{color:#2563eb;transform:translateY(-2px)}.book-button{align-items:center;background-color:#e57c00;border-radius:8px;color:#fff;display:inline-flex;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .2s ease}.book-button:hover{background-color:#2563eb;box-shadow:0 4px 12px rgba(37,99,235,.2);transform:translateY(-2px)}@media (max-width:768px){.contact-bar{bottom:50px;padding:1rem;right:10px}.contact-bar,.contact-methods{align-items:flex-start;flex-direction:column}.contact-methods{gap:1rem;width:100%}.book-button{justify-content:center;width:100%}}