/*
Theme Name: Astra Child
Theme URI: https://loresenseagency.com/
Description: Child theme for Astra, customized for Loresense Agency.
Author: Emdad Husain
Author URI: nouri
Template: astra
Version: 1.0.0
*/

header.entry-header .entry-title {
	display: none;

}body {
    min-height: 100vh !important;
	display: flex !important;
 flex-direction: column !important;
	justify-content:space-between !important;
	color:#33334e;
}
html{
	scroll-behavior:smooth !important;
}
img{
	max-width:100% !important;
}
.ast-container, .ast-container-fluid {
	
	padding-left: 0px;
	padding-right: 0px;
}
.whatsapp-float {
  position: fixed;
  bottom: 75px;
  right: 25px;        /* change to right: 25px if you want it on the right side */
  z-index: 9999;
  border-radius: 50%;
/*   box-shadow: 2px 2px 10px rgba(0,0,0,0.3); */
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}