/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.footer-social .fa,.footer-social .fas,.footer-social .far,.footer-social .fal,.footer-social .fad,.footer-social .fab {
    font-family: 'Font Awesome 5 Brands'!important;
}

.elementor-social-icon:hover i {
  color: #fff !important;
}


.product-lines-card a{
  color:#db0000;
}

.product-lines-card-section:first-child{
 margin-top:100px; 
}

.product-lines-card-section:last-child{
 margin-bottom:50px; 
}

.product-lines-card-section .elementor-container.elementor-column-gap-default{
 gap:30px; 
}

.product-lines-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  margin-bottom: 30px;
}

.product-lines-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


@media (max-width: 1024px) and (min-width: 768px) {
 .product-lines-card-section .elementor-container.elementor-column-gap-default{
display:grid;
   grid-template-columns:auto auto auto;
  }
  .product-lines-card{
   width:100%!important; 
  }
}


