.elementor-kit-8{--e-global-color-primary:#232323;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-92f14e4:#232323;--e-global-color-934814c:#26AE60;--e-global-color-fa3a4a6:#F7F7F7;--e-global-color-ce687a5:#FFFFFF;--e-global-color-1d91641:#DADADA;--e-global-color-a5dfc0a:#B2B2B2;--e-global-color-b953edb:#6EC1E4;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-line-height:1.9em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b756e6f-font-family:"Heebo";--e-global-typography-b756e6f-font-size:16px;--e-global-typography-b756e6f-line-height:1.9em;--e-global-typography-2383325-font-family:"Heebo";--e-global-typography-2383325-font-size:15px;--e-global-typography-2383325-line-height:1.9em;--e-global-typography-913930a-font-family:"Yantramanav";--e-global-typography-913930a-font-size:18px;--e-global-typography-913930a-font-weight:500;--e-global-typography-ea247b9-font-family:"Yantramanav";--e-global-typography-ea247b9-font-size:67px;--e-global-typography-ea247b9-font-weight:600;--e-global-typography-ea247b9-line-height:1em;--e-global-typography-ea247b9-letter-spacing:-2px;--e-global-typography-ab98dd3-font-family:"Yantramanav";--e-global-typography-ab98dd3-font-size:51px;--e-global-typography-ab98dd3-font-weight:600;--e-global-typography-ab98dd3-line-height:1.1em;--e-global-typography-9ad3550-font-family:"Yantramanav";--e-global-typography-9ad3550-font-size:38px;--e-global-typography-9ad3550-font-weight:600;--e-global-typography-9ad3550-line-height:1.2em;--e-global-typography-4ef9888-font-family:"Yantramanav";--e-global-typography-4ef9888-font-size:28px;--e-global-typography-4ef9888-font-weight:600;--e-global-typography-4ef9888-line-height:1.3em;--e-global-typography-b984c6f-font-size:21px;--e-global-typography-b984c6f-font-weight:600;--e-global-typography-b984c6f-line-height:1.2em;--e-global-typography-d0a681e-font-family:"Yantramanav";--e-global-typography-d0a681e-font-size:18px;--e-global-typography-d0a681e-font-weight:400;--e-global-typography-d0a681e-line-height:1.5em;--e-global-typography-f54012d-font-family:"Heebo";--e-global-typography-f54012d-font-size:13px;--e-global-typography-f54012d-font-weight:400;color:#232323;font-family:"Heebo", Sans-serif;font-size:16px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-934814c );color:var( --e-global-color-ce687a5 );border-style:solid;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{color:var( --e-global-color-secondary );background-color:var( --e-global-color-fa3a4a6 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-fa3a4a6 );border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*wgatsapp button*/
.floating-whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.28);
}

.floating-whatsapp .elementor-icon {
    color: #fff;
    font-size: 30px;
}

.floating-whatsapp {
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.floating-whatsapp:hover {
    animation: none;
    transform: scale(1.08);
}


/*home titles*/
.h-pp {
    display: flex;
    align-items: center;
    gap: 12px;
     color:#26AE60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
  
    
}
.h-pp h1 {color:#26AE60;
    font-size: 18px; 
    font-weight:bold;}
.h-pp::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #20ad62;
    display: block;
    flex-shrink: 0;
}
.h-ppw {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #20ad62;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}

.h-ppw::before,
.h-ppw::after {
    content: "";
    height: 1px;
    width: 35px;
    background-color: #ffffff;
    opacity: 0.65;
    flex-shrink: 0;
}


.h-pp-f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #20ad62;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}

.h-pp-f::before,
.h-pp-f::after {
    content: "";
    height: 1px;
    width: 35px;
    background-color: #000000;
    opacity: 0.65;
    flex-shrink: 0;
}/* End custom CSS */