/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Footer: it-wo.com + Informazioni side by side */
.footer-1 .widget_custom_html {
  flex: 1 0 100% !important;
  max-width: 100% !important;
}
.footer-sidebar-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
}
.footer-sidebar-col {
  flex: 0 1 48%;
  min-width: 200px;
}
.footer-sidebar-col h3 {
  color: #ffffff !important;
}
.footer-sidebar-col p {
  color: #e0e0e0 !important;
}
.footer-sidebar-col a {
  color: #81d4fa !important;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer-sidebar-col a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Benefit card styling for Perché Sceglierci section */
.has-shadow .col-inner {
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.has-shadow .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}