/*
 Theme Name:   Kiddino Child
 Theme URI:    https://wordpress.vecurosoft.com/kiddino/
 Description:  This is a child theme for Kiddino WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     kiddino
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 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:  kiddino-child
*/

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

html {
  scroll-behavior: smooth;
}

 

.grecaptcha-badge { 
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.makoons-jobcard, 
.makoons-jobcard p, 
.makoons-jobcard ul, 
.makoons-jobcard li, 
.makoons-jobcard strong {
  color: #ffffff !important;
  line-height: 1.6;
}
.makoons-jobcard ul { margin-left: 18px; padding-left: 0; }
.makoons-jobcard p { margin-bottom: 10px; }

/* WA Icon Footer */
.makoons-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 60px;
  z-index: 9999;
}

/* Base Icon Styling */
.makoons-whatsapp img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  animation: makoonsPulse 2s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Animation */
.makoons-whatsapp img:hover {
  transform: scale(1.15) rotate(3deg);
  box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 0 30px rgba(0,255,0,0.5);
}

/* Pulsing Effect */
@keyframes makoonsPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(0,255,0,0.2);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 16px rgba(0,255,0,0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(0,255,0,0.2);
  }
}


.widgettitle:before, .widget-title > h4:before, .sidebar-area .widget h3.wp-block-heading:before, .sidebar-area .wp-block-group__inner-container > h2:before, .widget_search .wp-block-search__label:not(.screen-reader-text):before, .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px !important;
    height: 4px;
    width: 30px;
    background-color: var(--theme-color2);
    border-radius: 9999px;
}


@media (max-width: 768px) {
  .makoons-whatsapp {
      left: 10px;
      bottom: 20px;
  }

  .makoons-whatsapp img {
      width: 40px;
      height: 40px;
  }
}

