/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-theme-child-sgvp-main
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#sticky-head { position: fixed; top: 0; left: 0; width: 100%; z-index: 400;
     background-color: #fff; transition: all 0.3s ease-in-out; overflow: hidden; }
     .admin-bar #sticky-head { top: 32px; }

     body { padding-top: 145px; }

     .topEmail, .topPhone { display:none; transition: all 0.3s ease-in-out; }

     #sticky-head.hfe-sticky { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

     #sticky-head.hfe-sticky .headMini { display: none;}

     #sticky-head.hfe-sticky .topEmail,  #sticky-head.hfe-sticky .topPhone { display:block}

.freeBtnPopup  .elementor-button {
    animation: floatDown 2s ease-in-out infinite;
}

@keyframes floatDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}
     
.fullink { position: absolute !important; top: 0; left: 0; display: block; text-indent: -99999px; width: 100%; height: 100%; z-index: 10; bottom: 0; right: 0; }
.fullink a { width: 100%; height: 100%; display: block; background: transparent !important; border-radius: 0px; }
.fullinkouter { position: relative; }

.top_user_account a { background-color: #5b9d3e; border-radius: 500px; padding: 10px 20px; color: #fff; 
    text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;  font-weight: normal;
     font-size: 16px; display: inline-flex; align-items: center; justify-content: center; }

    .top_user_account a svg {fill:#ffffff; width: 20px; height: 20px; margin-right: 8px; vertical-align: middle;}


    .cart-item-count {
    background-color: #5b9d3e;
    color: #fff;
    margin-top: -12px;
    margin-right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

body:not(.elementor-editor-active) .page-content .elementor-widget-container ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

body:not(.elementor-editor-active) .page-content .elementor-widget-container ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

body:not(.elementor-editor-active) .page-content .elementor-widget-container ul li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fd51a3;
    font-size: 16px;
    font-weight: bold;
}




.cart-item-count {
    position: absolute;
    right: 0;
    top: 7%;
    z-index: 500;
}

.donateBtn a { background: url(../hello-elementor-child/assets/images/donateBtn.png) no-repeat 15px center; 
    background-size: 20px 20px; border-radius: 500px;
    padding: 0px 20px 0px 45px; color: #fff; text-decoration: none; font-weight: bold; height:42px; 
    transition: background-color 0.3s ease; font-weight: normal; 
    font-size: 16px; display: inline-flex; align-items: center; justify-content: center; }


    .mainLogo { position: absolute; top:30px ; z-index: 300; }  


.CTA_btn {
    position: fixed;
    right: -55px;
    z-index: 9999;
    border-radius: 0 0 8px 8px;
    transform: rotate(90deg);
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.refer-btn {
    top: 300px;
    background: #4f1f97;
}

.whatsapp-btn {
    top: 420px;
    background: #25D366;
     right: -13px;
}
.CTA_btn.whatsapp-btn:hover {
    right: -15px;
}

.CTA_btn:hover {
    right: -58px;
}

.CTA_btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.CTA_btn.whatsapp-btn a { padding: 10px 20px;}
.whatsapp-btn i {
    font-size: 20px;
    transform: rotate(-90deg);
}

.CTA_btn span {
    line-height: 1;
}

.headingTitle h2 span{ color:#021e4f; }  
.thermometerOuter  svg { width: inherit !important;}
.counterBoxOUter { display: grid !important; grid-template-columns:  80px 1fr; gap: 10px; align-items: center; }
.counterBoxOUter .elementor-icon-wrapper { background: #ecf1f8; border-radius: 50%; width: 80px; height: 80px; 
    display: flex; align-items: center; justify-content: center; }

    
    .serviceslot { display: grid !important; grid-template-columns:  40px 1fr; gap: 10px; align-items: center;}
    .serviceslot { font-size: 14px; font-weight: 500; color: #021e4f; }


    .serviceslot .elementor-icon-wrapper { background: #fff; border: 1px solid #d8e4f5; border-radius: 50%; width: 35px; height: 35px;
    padding: 2px; display: flex; align-items: center; justify-content: center;
    
    }
    .onlyContentPage  h2, .onlyContentPage  h3, .onlyContentPage  h4 {  font-size: 25px;
         margin: 20px 0 10px 0 ;}
    .freeBtnPopup  a { color: #fff !important; }
    .freeBtnPopup.darkcolorBtn a { color: #360288 !important;}
    .modal .btn-close {
    width: 30px;
    height: 30px;
    background: #360288 !important;
    border-radius: 50%;
    border: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    background-image: none !important;
}


    .modal .btn-close::after {
    content: "✕";
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}


    .fullBtn a { width: 100%  !important;}
   .footerslider .elementor-heading-title  span { font-size: 18px; font-weight: normal;}
    h2.heading-title { margin: 0px;}
.elementor-icon-list-icon svg { height: 14px !important; width: 14px !important; }
li.elementor-icon-list-item { list-style: none !important;  }
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: 8px;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px;
}
    /* button.metform-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    height: 64px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(90deg, #4CD964 0%, #00C48C 30%, #0B84E3 70%, #7B3FE4 100%);
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.35s ease;
    
} */

button.metform-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

button.metform-btn:focus {
    outline: none;
}

button.metform-btn:active {
    transform: translateY(1px);
}

/* Chrome, Safari, Edge, Opera */
input[name="mf-number"]::-webkit-outer-spin-button,
input[name="mf-number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[name="mf-number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.innerHeader{ background: #021e4f; padding: 130px 0 50px 0 ; }
.innerHeader h1 { font-size: 30px; color:  #fff !important; font-weight: normal !important; 
  
  text-transform: uppercase; font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: 800; margin: 0px !important; padding-left: 25px;}


  .blog_list_page {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 20px;
}


.grid-3 {
    display: grid;
    grid-template-columns: 1fr  1fr;
    gap: 20px;
}
.blogOuter  { background: #F0F9FE; padding: 40px 0 ;}

.blog_list_page .item {
    background: #fff !important;
    padding: 0;
    border-radius: 20px;
    padding: 0px;
}
.grid-3 .item { border: solid 1px #00000020; border-radius: 20px;}
.blog-content  h4 {  margin: 10px 0 10px 0px;}
.blog-content  h4 a { font-size: 23px; color: #001949; font-weight: 600;}
.blog-items img { border-radius: 10px 10px 0px 0px;}
.blog-content  { padding:  0 20px 20px 20px;}
.blog-date { padding: 15px 0 0 0;}
.cate-tag   { color: #5b9d3e; font-size: 16px; padding-bottom: 10px;}
 .blog-date  { font-size: 15px; opacity: 0.7;}
a.readMore1, button.woocommerce-button, button.woocommerce-Button,  .woocommerce-message a , .wc-block-cart__submit-container a { background: #5b9d3e !important; color: #fff !important;
     font-size: 16px !important; border-radius: 500px; padding: 10px 15px !important; display: inline-block; margin: 15px 0 0 0 ; font-weight: normal !important;}
.woocommerce-form { border: none !important; padding: 0px !important; margin: 0px !important; background: #fff !important; box-shadow: none !important;}
button.single_add_to_cart_button , button.wc-block-components-button{ background: #5b9d3e !important; color: #fff !important;
     font-size: 16px !important; border-radius: 500px; height: 40px !important; padding: 10px 15px !important; display: inline-block; margin: 15px 0 0 0 ;}



@media (min-width: 1300px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1250px;
    }
    .container { max-width: 1250px !important;}
}


.post_right { background: #021e4f; border-radius: 20px; padding: 20px;}
h2.wp-block-heading { font-size: 23px; padding: 10px 0 10px 0 ; border-bottom: solid 1px #ffffff50;}
.post_right h2.wp-block-heading,  .post_right li a { color: #fff !important;}
 .post_right li a:hover { color: #5b9d3e !important;}
.post_right  ul { padding: 0px; margin: 0px;}
.post_right li { list-style: none !important; margin: 7px  10px;}

.post_right li::before {
    content: "\f105"; /* Font Awesome angle-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #fff;
}


.page-header { background: url(assets/images/no_img_1.png) no-repeat center center; padding: 50px 0  50px 0 ;}
.page-header h1 { color: #fff;}

.page-header .entry-title { color: #fff; text-align:center; }
.page-content-blog { padding: 40px 0 ; display: grid; grid-template-columns: 1fr 20% ; gap: 40px;}
.woocommerce-breadcrumb {  display: none !important ;}
.type-product  { margin-top: 100px;}
.woocommerce div.product div.images .flex-control-thumbs li { width: 20% !important; margin: 2% !important;}
.woocommerce-message { margin-top: 100px !important;}
.alignwide {
    margin-inline: 0px !important;
}

.wp-block-woocommerce-cart { padding:40px 0 !important ;}

body.woocommerce-cart .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-heading:has(+ .wp-block-woocommerce-product-new) {
    display: none !important;
}
.woocommerce-account  { background: #f0f9fe !important; }
.woocommerce-account  .page-content{ padding:40px   0 !important ;}
.woocommerce-account .woocommerce { background: #fff !important; padding: 40px 20px !important; border-radius: 20px;
     border: solid 1px #bbc2c6; }
.woocommerce-account .woocommerce ul li { list-style: none !important; margin: 10px 0px !important; }
.woocommerce-account .woocommerce ul li a, .woocommerce-account .woocommerce a 
 { color: #021e4f !important; font-size: 16px !important; font-weight: 500 !important;  
    text-decoration: none !important; }

.woocommerce-account .woocommerce a { color: #5b9d3e !important; font-size: 16px !important; font-weight: 500 !important;}
.woocommerce-Address { border: solid 1px #bbc2c6; border-radius: 20px; padding: 20px; margin-bottom: 20px;}
.woocommerce-Address h2 { font-size: 20px; color: #021e4f; font-weight: 600; margin-bottom: 10px;}


#cookie-banner {
  position: fixed;
  bottom: 0;
  font-size: 14px !important;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #360288;
  border-top: solid 1px #360288;
  text-align: center;
  z-index: 1020;
  color: #fff !important; 
}

button#accept-cookies { background-color: #fff !important; color: #360288; border: none; padding: 10px 20px !important; border: solid 1px #5B9D3E !
    ;}

#cookie-banner a { color: #fff !important; text-decoration: underline; font-size: 16px;}


.footerOuter {grid-template-columns: 330px 225px 160px  200px  200px !important; gap: 20px; display: grid; padding: 40px 0 ;}
.elementor-heading-title span { color: #f752ad !important;}






@media (min-width: 100px) and (max-width: 767px) { 
.topEmail, .topPhone { display:block; }

.footerOuter {grid-template-columns: 1fr !important;  gap: 10px !important; display: grid;
    padding:0px;
    
    }

  #sticky-head.hfe-sticky    .logoOuter  { display: none !important;  }
  .sticky-buttons { display: none !important;  }

  .nisedo-logo img {
    max-width: 78px;
 
}

img.logoText {
    max-width: 61%;
}
.logoOuter {
    grid-template-columns: 85px 1fr;
   
}

.nisedo-symbol {
  
    width: 85px;
    height: 85px;
  
}


}