/*
Theme Name: BookYourTravel
Theme URI: https://1.envato.market/7QDLg
Author: themeenergy
Author URI: http://themeforest.net/user/themeenergy
Description: Book Your Travel – a responsive WordPress theme with a powerful online booking and reservation system for accommodations, bed and breakfasts, guest houses, villas, hotels, tours, cruises, rent a cars, travel agencies, booking portals, travel blogs and everyone else in the tourism business.
License: Envato Split License
License URI: https://themeforest.net/licenses/standard
Text Domain: bookyourtravel
Version: 8.19.56
*/
.gt-floating-chat {
  position: fixed;
  inset-inline-end: calc(16px + env(safe-area-inset-right));
  inset-block-end: calc(16px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2147483647; /* above basically everything */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.gt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
  will-change: transform;
}
.gt-btn svg { display: block; }
.gt-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.gt-btn:active { transform: translateY(0); box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.gt-wa { background: #25D366; }
.gt-line { background: #06C755; }
/* Compact on very small screens */
@media (max-width: 420px) {
  .gt-btn { padding: 10px 12px; font-size: 13px; }
  .gt-btn svg { width: 18px; height: 18px; }
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gt-btn { transition: none; }
}
/* Optional: hide text labels on super-narrow widths but keep icons tappable */
@media (max-width: 340px) {
  .gt-btn span { display: none; }
}