/*
 Theme Name:     The Guardian Care - Divi Child Theme
 Theme URI:      https://divi.wplayouts.com/guardiancare
 Description:    Premium The Guardian Care - Elderly Home, Senior Nursing Care Child Theme <a href="https://divi.wplayouts.com/guardiancare">View Demo</a>
 Author:         WP layouts
 Author URI:     https://wplayouts.com/
 Template:       Divi
 Version:        1.0.0
 License:     	 GNU General Public License v2 or later
 License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*/




#main-header.et_pb_sticky{
  backdrop-filter: blur(10px);
  animation: slideDown 0.90s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0);
  }
}

/* End custom css for Header part */



/*for gallery page  */

.galley-section2 .et_pb_gallery_item {
    width: 23% !important;
    margin-right: 1.5% !important;
    margin-bottom: 1.5% !important;
}
.wpl-service-box .et_pb_module-box:hover::after {
    transform: scaleY(1);
}

.wpl-service-box .et_pb_module-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    background: #004a61;
    z-index: -1;
    transition: transform 0.5s;
}