/*
 Theme Name:   Rasm Child  
 Theme URI:    https://themeholy.com/wordpress/rasm/
 Description:  This is a child theme for Rasm - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     rasm
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  rasm-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

.whatsapp-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 5px 10px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  z-index: 9999;
}

.whatsapp-button:hover {
  background-color: #20b358;
}
