/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
Text Domain: hello-elementor-child
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
*/



.site-main{
    max-width: 700px !important;
    padding: 100px 0px;
}

.contain-style{
   display: flex;
   flex-wrap: wrap;
}

.signer-contain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   row-gap: 20px;
   column-gap: 15px;
}

.signer-contain li{
    width: 32.33%;
}

.live-update{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
    width: max-content;
    padding: 12px 24px;
    border-radius: 30px;
    background-color: rgb(34 197 94 / 0.2);
    border-color: rgb(74 222 128 / 0.7);
    
}

.live-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    width: 10px;
    height: 10px ;
    opacity: 1;
    border-radius: 100% ;
    background-color: rgb(74 222 128);
}

.live-update p{
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    opacity: 70%;
    font-size: 14px;
}

.count-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.count-style{
    display: flex;
    flex-direction: column-reverse;
    color: #ffffff;
    align-items: center;
}

.bg-text{
    font-size: 26px;
    font-weight: 600;

}

.sml-text{
    font-size: 14px;
}


/* Progress bar */

.goal-progress-wrapper {
    padding: 30px;
    border-radius: 12px;
    font-family: sans-serif;
    text-align: center;
}

.goal-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1.5em;
    color: #222;
}

.goal-subtitle {
    margin-bottom: 30px;
    font-size: 1em;
    color: #444;
}

.goal-bar-container {
    height: 16px;
    background: #e1e1e1;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
}

.goal-bar-fill {
    height: 100%;
    background: #f0651f;
    transition: width 0.6s ease;
}

.goal-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    padding: 0 10px;
}


@keyframes pulse {
    50% {
    opacity: .5;
}
}

.contact-form input:not([type="submit"]) {
    height: 50px !important;
    border-radius: 28px !important;
    border: 1px solid #E4E4E4 !important;
    padding-left: 25px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
}

.contact-form textarea{
    height: 150px !important;
    border-radius: 10px !important;
    border: 1px solid #E4E4E4 !important;
    padding-left: 25px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

 .contact-form .address_city{
    width: 100% !important;
}

.contact-form .ginput_container_address{
    row-gap: 25px !important;
}

.contact-form .gform_fields {
    row-gap: 25px !important;
    column-gap: 13px !important;
}

.contact-form {
    /* box-shadow: 0px 20px 40px 0px rgba(87.99999999999997, 87.99999999999997, 87.99999999999997, 0.15) !important; */
    border-radius: 20px !important;
}

.contact-form input[type="submit"] {
    border-radius: 28px !important;
    width: 100% !important;
    padding: 0px 38px !important;
    height: 50px !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background: linear-gradient(290.48deg, #2D8BD2 0%, #73C2FB 100%);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    text-transform: capitalize !important;
    
}
.contact-form input[type="submit"]:hover{
    background: #000000 !important;
}

.contact-form input[type="checkbox"]{
    height: 20px !important;
    width: 20px !important;
    border-radius: 2px !important;
    padding-left: 0px !important;
   

}

.contact-form .check label {
    font-size: 14px !important;
}

.contact-form .gform-footer.gform_footer.top_label{
    justify-content: center !important;
    margin-top: 0px !important;
}

.contact-form .gform_button_select_files{
    font-size: 14px !important;
    font-weight: 600 !important;
    background: linear-gradient(290.48deg, #2D8BD2 0%, #73C2FB 100%);
    border: none !important;
    border-radius: 10px !important;
}

.contact-form .gform_button_select_files:hover{
    background: #000000 !important;
}
.contact-form .gform_button_select_files:focus{
    outline: none !important;
}

.gform_validation_errors{
    display: none !important;
}

.Total-style {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 25px;
    color: #ffffff;
    width: max-content;
    padding: 16px 35px ;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.total-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.Total-style .bg-text{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.Total-style .sml-text{
    font-size: 14px;
}

.recent-style{
    font-weight: 600;
}

.contain-style ul li:last-child{
    border-bottom: none !important;
    
}

.contact-form label{
    font-size: 18px !important;
}

.big-text .elementor-heading-title {
    font-size: 100px;
    color: #2D8BD2;
    font-weight: 700;
}

.globe-btn .elementor-button{
    border-radius: 20px !important;
    padding: 0px 38px !important;
    line-height: 50px !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
/*     background: linear-gradient(290.48deg, #2D8BD2 0%, #73C2FB 100%); */
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(180deg, #FF9E2E 0%, #E0550C 100%);
}

.globe-btn .elementor-button:hover{
    background: #000000 !important;
}

.contact-form span.gfield_required.gfield_required_text {
    display: none !important;
}

.no-submit{
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}





/* New design style */

.black-btn .elementor-button
{
     --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes bounce{

 0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
}

50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

/* Responsive parts */

@media screen and (max-width: 1024px) {
   .signer-contain li{
    width: 48.50%;
   }
}


@media screen and (max-width: 767px) {
    
  .signer-contain li{
    width: 100%;
    flex-direction: column;
  }

  .content-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .Total-style{
    border-radius: 25px;
  }

  /* .contact-form .gform_fields {
    row-gap: 13px !important;
} */

.mid-text {
    font-size: 55px !important;
}

}

  @media screen and (max-width: 484px) {
   
    .goal-progress-wrapper{
        padding: 13px;
    }
    .total-wrap{
        margin-bottom: 29px;
    }

    .goal-stats{
        flex-direction: column;
        row-gap: 10px;
    }

    .mid-text {
    font-size: 35px !important;
}
  }

   @media screen and (max-width: 365px) {
    .animate-pulse{
        height: 8px;
    }
   }


