/*!
Theme Name: Kadence Child
Theme URI: 
Template: kadence
Author: Abdul khader
Author URI: 
Description: child theme.
Version: 0.0.1
*/

/* 
-------------------------------------------------------------- */
        .hero-sec2		{
            height:calc(100vh - 80px);
         }
        .site-footer-section .widget_pages li a{
            color:white;
        }
.cert-grid-wrapper {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }
 .services-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 20px;
            font-family: inherit;
        }

    .cert-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      width: 100%;
      box-sizing: border-box;
    }

    .cert-box {
      border: 2px solid #ffffff;
      padding: 30px 15px;
      text-align: center;
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      font-family: Arial, sans-serif;
      line-height: 1.5;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 90px;
    }

    @media (max-width: 768px) {
      .cert-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
.hero-sec		{
             min-height: calc(100vh - 80px) !important;
  width: 100%;
  box-sizing: border-box;
         }
    @media (max-width: 480px) {
		 .hero-sec		{
            height:80vh;
         }
      .cert-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .cert-box {
        font-size: 13px;
        padding: 20px 10px;
        min-height: 80px;
      }
    }
.site-footer-section .widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color:white;
}

/* =============================================
   Floating WhatsApp Button
   ============================================= */

.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.floating-whatsapp .wa-icon {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
    transition: all 0.3s ease;
    position: relative;
}

.floating-whatsapp .wa-icon svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    position: relative;
    z-index: 2;
}

.floating-whatsapp .wa-tooltip {
    background-color: #25D366;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-right: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}

.floating-whatsapp:hover .wa-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.7);
}

.floating-whatsapp .wa-icon::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    animation: wa-pulse 2s ease-out infinite;
    opacity: 0;
    z-index: 1;
}

@keyframes wa-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
    }

    .floating-whatsapp .wa-icon {
        width: 52px;
        height: 52px;
    }

    .floating-whatsapp .wa-icon svg {
        width: 28px;
        height: 28px;
    }

    .floating-whatsapp .wa-tooltip {
        display: none;
    }
}

.floating-call {
    display: none;
}

@media (max-width: 768px) {
    .floating-call {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        display: flex;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
    }

    .floating-call .call-icon {
        width: 52px;
        height: 52px;
        background-color: #1a3a6b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(26, 58, 107, 0.5);
        transition: all 0.3s ease;
        position: relative;
    }

    .floating-call .call-icon svg {
        width: 26px;
        height: 26px;
        fill: #ffffff;
        position: relative;
        z-index: 2;
    }

    .floating-call:hover .call-icon {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(26, 58, 107, 0.7);
    }

    .floating-call .call-icon::before {
        content: '';
        position: absolute;
        width: 52px;
        height: 52px;
        background-color: #1a3a6b;
        border-radius: 50%;
        animation: call-pulse 2s ease-out infinite;
        opacity: 0;
        z-index: 1;
    }

    @keyframes call-pulse {
        0% {
            transform: scale(1);
            opacity: 0.7;
        }
        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }
}
