/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1771220384
Updated: 2026-02-16 05:39:44

*/



give-section choose-amount {
	/* Container Styling */
.give-form {
    background-color: #f1f8ff; /* Light background color for the form container */
    padding: 20px;
    border-radius: 10px;
    max-width: 100%; /* Ensure it takes the full width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Input Fields Styling */
.give-form input[type="number"],
.give-form select {
    width: auto;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 15px;
}

/* Quick Donate Button Styling */
.give-form button.give-submit-button {
    background-color: #e91e63; /* Pink button color */
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.give-form button.give-submit-button:hover {
    background-color: #c2185b; /* Slightly darker pink on hover */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .give-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .give-form input[type="number"],
    .give-form select {
        width: 100%;
        margin-bottom: 15px;
    }

    .give-form button.give-submit-button {
        width: 100%;
        text-align: center;
    }
}

}

/*========== Stat Common Css ==========*/
/* Start Custom Checkbox */
input[type="checkbox"]
{
    position: relative;
    display: inline;
    vertical-align: middle;
    padding-right: 16px; /* Space for the custom checkbox */
    margin-bottom: 10px; /* Adjust as needed */
    cursor: pointer;
    appearance: none;
    border: 0;;
    margin-right: 0 !important;
    background: none !important;
    border-color: none !important;
}
input[type="checkbox"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Size of the custom checkbox */
    height: 20px;
    border: 1px solid #2e2d93; /* Border color */
    background-color: #fff; /* Background color */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
input[type="checkbox"]:checked::after{
    content: '\2713'; /* Unicode checkmark character */
    font-size: 14px;
    color: #6436c4; /* Checkmark color when checked */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* End Custom Checkbox */
/*Start Custom RadioButton Css*/
input[type="radio"] {
    position: relative;
    padding: 0px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    appearance: none;
    width: auto;
    margin-right: 32px !important;
}

input[type="radio"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px; 
    border: 1px solid #6436c4;
    border-radius: 50%;
    background-color: #fff;
}
/* Style the custom radio button when checked */
input[type="radio"]:checked::before {
    border-color: #6436c4;
}
input[type="radio"]:checked::after {
    content: '';
    font-size: 9px;
    color: #6436c4;
    position: absolute;
    left: 10px;
    top: 10px;
    transform: translate(-50%, -50%);
    content: '';
    width: 12px;
    height: 12px;
    background: #6436c4;
    position: absolute;
    border-radius: 100%;
}
/*End Custom RadioButton Css*/
/*========== End Common Css ==========*/


.hero__2L872 header p {
    width: 300px !important;
    
}

p.profile-designation {
    font-size: 18px !important;
}


.tm-mmbrs.opr-porop .profile-card.elementor-animation-.text-center.ekit-team-style-default {
    min-height: 406px;
}

.woocommerce-form-coupon-toggle{display: none;}

ul.wcdp_options>li>input:checked+label{background: #6436C4;}

.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order{background: #6436C4;}


.summary.give-full-width {
    float: none;
    width: 100%;
        font-family:"matter", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 100;
color: black;}

.give-currency-symbol  {
    border-radius: 10px;
    margin-right: 9px !important;
    background-color: #6436c4 !important;
    color: white !important;
}
.give-donation-level-btn {
    border-radius: 10px;
    background-color: #6436c4 !important;
    color: white !important;
    font-size: 22px;
    height: 40px;
    line-height: 18px;
    margin: 0;
    padding: 0px 26px;
}
.give-btn{
	border-radius: 10px;
    background-color: #fcde05 !important;
    color: #000 !important;
justify-content: left;
padding: 10px 10px 10px 10px !important;}

.entry-summary{
    text-align: center;
    }
.give-form-title {color: #6436c4 !important;
    font-size: 40px !important;
    position: relative;
    display: none !important;
    top: -40px;
}

.page .give-card__title {
    font-size: 12pt!important;
}


/* fixed bar css */
.donation-fixed-sec {
    position: fixed;
    padding: 10px 0;
    background: rgb(100 54 196);
    bottom: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
        left: 0;
    right: 0;
    bottom: 0px;
}

/*.donation-fixed-sec .row{
        display: flex;
     

}*/
.donation-fixed-sec .qdFrom{
  display: flex;
  /* width: 80%;*/
}
.donation-fixed-sec h2.text-white.mainHeading {
    font-family: "graphik bold", Sans-serif;
    font-weight: 600;
    float: left;
    margin: 0;
    line-height: 42px;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
      font-size: 22px;
  /*  width: 20%;*/
}
select#fund-type-id , select#product ,input#amount  {
   
border-radius: 0px;
    color: #000;
    font-size: 16px;
    border-color: #fff;
   line-height: 24px;
    font-family: "matter light", Sans-serif;
    padding: 10px 16px;
    position: relative;
    width: 100%;
}

.donation-fixed-sec input.btn.btn-block.btn-danger {
    font-family: "DM Sans", Sans-serif;
    font-weight: 300;
    fill: #000000;
    color: #000000;
    background-color: #FFE600;
    font-size: 16px;
     height: 46px;
}
.donation-fixed-sec input.btn.btn-block.btn-danger:hover{
    color: #FFFFFF;
    background-color: #FF1507;
    border-color: #FF1507;
}


select, .select2-container .select2-selection--single {
    background-image: url(data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%234B4F58' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E);
    background-size: 0.8em;
    background-repeat: no-repeat;
    background-position-x: calc( 100% - 10px );
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
    padding-top: 10px !IMPORTANT;
    background-position-y: center;
}
label#fund-type-id-error , label#product-error ,  label#amount-error {
    color: #0c0000;
    font-size: 14px;
}

/****--- zakat-calculator-page-start-here ---****/
.ashra-south-africa-sec .ast-container {
    max-width: 100%;
    padding: 0px;
}
.ashra-south-africa-sec .header-sec {
    border-radius: 0px !important;
}
.ashra-south-africa-sec #primary {
    width: 100%;
}
.ashra-south-africa-sec .content-area .container {
    max-width: 1140px !important;
    margin: 0 auto !IMPORTANT;
}
.ashra-south-africa-sec .header-sec .elementor-nav-menu .menu-item.menu-item-has-children a.elementor-item {
    position: relative;
    padding-right: 33px;
}
.ashra-south-africa-sec .header-sec .elementor-nav-menu .menu-item.menu-item-has-children a.elementor-item::before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    top: 50%;
    right: 13px;
    color: #fff;
    background: transparent;
    opacity: 1;
    max-width: fit-content;
    transform: translateY(-50%);
    left: unset;
    height: auto;
}
.ashra-south-africa-sec .header-sec .elementor-nav-menu .menu-item.menu-item-has-children ul.sub-menu {
    width: fit-content;
}
.invest-form .sch-shrt {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.part-text ul {
    margin: 20px !important;
}
.invest-form .sch-shrt form#give-form-21942-1 {
    box-shadow: rgba(80, 82, 90, 0.2) 0px 2px 15px -6px;

}
.invest-form .give-donation-amount.form-row-wide {
    display: flex;
}
 .mk-sls {
    text-align: justify;
}
#para-text .bk-t-sc p {
    text-align: justify;
    margin-bottom: 0px;
}
.invest-form input#give-purchase-button {
    background: linear-gradient(90deg, rgba(100,54,196,1) 0%, rgb(154 116 233) 100%);
    border: 1px solid #6436c4 !important;
    font-size: 18px;
}
.invest-form .give-currency-symbol {
    position: absolute;
    color: #6436c4  !important;
    border: none !important;
    font-size: 22px !important;
    border-radius: 7px;
    padding: 10px 14px !important;
    background: none !important;
    font-weight: bold;

}
.invest-form  form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    width: 100%;
}
.invest-form ul#give-donation-level-button-wrap li {
    width: 26%;
}
.invest-form .give-btn:hover {
    border: unset;
}
.invest-form span.give-fee-message-label-text ,.invest-form label#give-gateway-option-offline ,.invest-form label#give-gateway-option-payfast {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}
.invest-form input#give-amount {
    font-size: 18px !important;
    font-weight: bold;
}
.invest-form span.give-fee-message-label-text {
    padding-left: 18px;
}
.invest-form .give-fee-message-label {
    display: flex !important   ;
}
#give-gateway-radio-list li {
    margin-bottom: 14px !important;
}
#give-payment-mode-select , #give_checkout_user_info{
    margin-top: 20px;
}
#give-final-total-wrap {
    border: 1px solid #2e2d93;
}
.give-donation-total-label {
    font-weight: 600;
}
#give-final-total-wrap {
    display: flex;
}
#stationary-List ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.give-goal-progress .give-progress-bar {
    /* background: linear-gradient(90deg, rgba(100,54,196,1) 0%, rgb(154 116 233) 100%); */
    /* background: rgb(154 116 233); */
       background:    rgb(190 159 255);
}
.give-goal-progress .give-progress-bar>span{
    background: rgba(100,54,196) !important;
}
/****--- zakat-calculator-page-end-here ---****/

@media (max-width: 1199px){
  .ctc-analytics {
    margin-bottom: 69px;
}

}
@media (max-width: 1024px){
    .invest-form ul#give-donation-level-button-wrap li {
        width: 40%;
    }
    .give-donation-total-label{
        font-size: 14px !important;
    }
    span.give-final-total-amount {
        font-size: 14px !important;
    }
    .invest-form .give-form {
        padding: 20px !important;
    }
    .invest-form input#give-purchase-button {
        font-size: 16px;
        padding: 14px 15px !important;
    }
    .mobmenul-container {
    top: 20px;
    margin-left: 5px;
    margin-top: 0px;
    height: 70px;
    float: left;
    }
    .mob-menu-header-holder {
        width: 100%;
        background-color: #6437C4;
        height: 70px;
        position: fixed;
    }
    .mob-retina-logo {
        height: 70px!important;
    }
    .mob-menu-logo-holder {
    margin-top: 0px;
    text-align: center;
    margin-left: 0;
    margin-right: px;
    height: 70px;
}
}

@media only screen and (max-width: 992px) {
    .donation-fixed-sec .qdFrom {
    display: flex;
    flex-wrap: wrap;
    display: inline-flex;
    margin-left: -15px;
    margin-top: 15px;
}
    }

@media only screen and (min-width: 992px) {
    
    .give-embed-form{max-width: 970px !important;}
    
    #wcdp-donation-amount {width: 62%;
height: 100%;
color: var(--controls);
background-color: var(--label-text-checked);
margin-left: 61px;}

    
    .page .give-card__text {
    font-size: 10pt!important;}

.give-wrap .give-card__text {
    margin: 0 0 1.5rem;
    padding: 0;}
    
    .give-form-grid-content>h3 {margin: 0 auto;
text-align: left;
color: #6436C4;
        font-size: 25px !important;
        margin-left: 15px !important}
a:link { text-decoration: none !important; }

.give-form-grid-content>p{
    
    text-align: left;
   
    font-size: 14pt;
        position: relative;
    left:14px;
    
}
    
.give-form-grid-content>button{
    background-color: #6436C4!important;
    color: white !important;
    margin: 0 auto;
    padding: 3px !important;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.6em;
    width: 100%!important;
    text-decoration: none;
}

.ast-single-post .entry-title, .page-title {
    margin-top: 10px !important;
font-size: 3rem;
margin: 0 auto;
text-align: center;
color: #6436C4;}

.give-form-grid-content>button>span{color: white !important}

#row-media {
max-width: 40%;
min-width: 20%;
height: 168px !important;
margin-bottom: 71px;}

.give-grid__item:hover {    
transition: transform .6s;
transform: scale(1.1) !important;
cursor: pointer;
}
    #give-recurring-form, form.give-form, form[id*=give-form]{margin: 0 auto;
    width: 320px;}
.is-form-style {
    width: 80%;
    margin-left: 10px;
}
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-15376 {
    display: none;
}
#give-gateway-radio-list li {
    display: flex !important;
}

@media only screen 
and (max-width: 600px)
 { 
	 
.prkf h2.elementor-heading-title.elementor-size-default {
    color: #6437C4 !important;
}
.prkf-ps strong {
    color: #000;
}
	 
	 
	 
	 
	 
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    line-height: 15px !important;
    padding-top: 8px !important;
}
	 
	 
	 
.ayd #give-donation-level-button-wrap li {
    width: 47% !important;
}

	 
	 
.ayd {
    width: 100% !important;
}

	 
	 
	 
	 .postid-32278 #give-form-32278-content{
		 margin-top:20px;
		 
		 
	 }	 
	 
	 .mk-ssa-ppwu {
		 margin-top:20px;
		 
		 
	 }	 
	 
	 
	 
	 
	 
	.mk-sll-p {
    padding-top: 20px !important;
} 
	 
	 
	 
.for-non strong {
    font-size: 10px;
}	 
	 
	 

	.nmsj div#give-form-23097-wrap {
    margin: 0;
    width: 100% !important;
    padding: 0 !important;
} 
	 
    .invest-form .give-form {
        padding: 0px !important;
    }
     .invest-form .sch-shrt {
        padding: 14px;
    }
    .give-submit-button-wrap.give-clearfix {
        margin: 25px 15px 10px;
    }
    
    .invest-form ul#give-donation-level-button-wrap li {
        width: 100%;
        max-width: 40%;
    }
    #give-final-total-wrap {
        margin: 15px !important;
    }
    .give-total-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
ul#give-donation-level-button-wrap {
    padding-left: 15px;
}

fieldset#give-fee-recovery-wrap-21942-1 {
    padding-left: 15px;
}


fieldset#give-payment-mode-select {
    padding-left: 15px;
    padding-right: 15px;
}


fieldset#give_checkout_user_info {
    padding: 0 15px;
}

    p#give-final-total-wrap {
    padding-left: 0px !important;
}
.give-donation-total-label {
    font-size: 14px !important;
}
     
     
#para-text .bk-t-sc p {
    text-align: left;
}
.mk-sls {
    text-align: left;
}
    .sch-shrt {
    width: 100% !important;
}
     
     
     #give-recurring-form, form.give-form, form[id*=give-form] {
    margin: 0 auto !important;
    padding: 20px !important;
    width: 96% !important;
}
     
     
     
     
.mk-os .MPwidget {
    width: 100% !important;
    float: none;
}
     
span.give-final-total-amount {
    font-size: 14px !important;
}
     
     
     
     
     li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-15376 {
    background: #ffe600;
}
     
     
     li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-15376 {
    display: block !important;
}
     
     .give-form-grid-container {
    padding-top: 115px;
    /* text-align: center; */
}
     
    .tm-mmbrs-inner {
    width: 100% !important;
}
     
     .mfp-content
{max-width: 80% !important;
     }.elementor-section.elementor-top-section.elementor-element.elementor-element-c3fd93b.elementor-section-full_width.elementor-section-height-default .elementor-container.elementor-column-gap-default {
  display: none;
} 
     
     
     
     .elementor-822 .elementor-element.elementor-element-1cfba07 > .elementor-widget-container{width: 99% !important;}
     
.is-form-style {
    width: 64% !important;
    margin-left: 76px !important;
    /* padding: 0!important; */
    width: 90%;
    margin-left: 26px;}
     .give-form-grid-media{max-width: 100% !important;
height: 250px !important;
     }
     
     
     .give-form-grid{
         display: block;
     }
     .give-form-grid-media img{object-fit: contain !Important;
     margin-top: 6px}
     .give-form-grid-content>p{
    
text-align: CENTER;
font-size: 10pt;
position: relative;
margin-top: 20px;
}
.give-wrap .give-card{
height: 95%
}
     .give-form-grid-content{
         }
a:link { text-decoration: none !important;
     }
     .give-form-grid-content>h3 {
    color: #6436C4;
    font-size: 30px !important;
    line-height: 1.9rem !important;
         margin-left: 32px !important;
         margin-top: 10px !important;
         text-align: center !important;
}
    .ast-single-post .entry-title, .page-title {
    margin-top: 10px !important;
font-size: 2.3rem;
margin: 0 auto;
text-align: center;
color: #6436C4;}
     
    
}




.mob-menu-logo-holder {
  background: #6436c4;
}


.elementor-section.elementor-inner-section.elementor-element.elementor-element-f95776a.elementor-section-full_width.elementor-section-height-default {
  display: none;
}


.elementor-section.elementor-top-section.elementor-element.elementor-element-4246fc2.elementor-section-full_width.elementor-section-height-min-height.elementor-hidden-desktop.elementor-section-height-default.elementor-section-items-middle {
  display: none;
}

.home .elementor-section.elementor-top-section.elementor-element.elementor-element-9fcd395.elementor-section-height-min-height.elementor-section-full_width.elementor-section-height-default.elementor-section-items-middle {
  display: none;
}

@media only screen and (max-width: 768px) {
    .ctc-analytics{
    margin-bottom: 69px;
    }
    .donation-fixed-sec {

            bottom: -235px;
    padding-top: 15px;
        z-index: 999999999; 
    }
    .donation-fixed-sec.donate-toggle-sec {
    bottom: 0px;
}
.donation-fixed-sec .donateStickHook.visible-xs i.fa { 
    transition: .4s;
}
.donation-fixed-sec.donate-toggle-sec .donateStickHook.visible-xs i.fa {
    transform: rotate(180deg);
}
    /* fixed footer */
    .donation-fixed-sec .qdFrom {
    width: 100%;
    display: block;
    
    margin-left: 0px;

}
    
/*.donation-fixed-sec .row {
    display: flex;
     flex-wrap: wrap; 
}*/
    
.donateStickHook.visible-xs {  
  position: absolute;
    right: 20px;
    top: 10px;
    background: #fff;
    color: #000;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
}
select#fund-type-id, select#product, input#amount{
    margin-bottom: 10px;
}
.donation-fixed-sec h2.text-white.mainHeading {
   width: 100%;

    float: none;
    padding-left: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
}
     .mfp-content
{max-width: 80% !important;
     }.elementor-section.elementor-top-section.elementor-element.elementor-element-c3fd93b.elementor-section-full_width.elementor-section-height-default .elementor-container.elementor-column-gap-default {
  display: none;
} 
     
     
     
     .elementor-822 .elementor-element.elementor-element-1cfba07 > .elementor-widget-container{width: 99% !important;}
     
.is-form-style {
    width: 64% !important;
    margin-left: 76px !important;
    /* padding: 0!important; */
    width: 90%;
    margin-left: 26px;}
     .give-form-grid-media{max-width: 100% !important;
height: 250px !important;
        
     }
     .give-form-grid-media img{object-fit: contain !Important;
         
     margin-top: 8px}
     .give-form-grid-content>p{
    
text-align: CENTER;
font-size: 10pt;
position: relative;
margin-top: 20px;
}
.give-wrap .give-card{
height: 97%
}
     .give-form-grid-content{
         }
a:link { text-decoration: none !important;
     }
     .give-form-grid-content>h3 {
    color: #6436C4;
    font-size: 25px !important;
    line-height: 1.9rem !important;
         margin-left: 32px !important;
         margin-top: 10px !important;
         text-align: center !important;
}
    .ast-single-post .entry-title, .page-title {
    margin-top: 10px !important;
font-size: 2.3rem;
margin: 0 auto;
text-align: center;
color: #6436C4;}
     
     #give-recurring-form, form.give-form, form[id*=give-form]{
         margin: 0 auto;
     width: 290px;}

}


.variations_form>.wcdp_options>li, .wcdp-row>.wcdp_options>li{border: 2px solid #6436c4;}

.wcdp-row>label, .wcdp-variation-heading {
    font-weight: 700;
    color: #6436c4;
    font-size: 20px;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){
    font-weight: 700;
    color: #6436c4;
    font-size: 20px;}
.woocommerce form .form-row{font-weight: 700;
    color: #6436c4;
    font-size: 20px;}

.woocommerce-privacy-policy-text{display: none;}

.wcdp_options>li>label{
    font-weight: 700;
    color: #6436c4;
    font-size: 15px;
    
}

h3#order_review_heading {font-weight: 700;
    color: #6436c4;
    font-size: 20px;}


@media screen and (min-width: 992px) {
    
.give-section.introduction  .image img {position: relative !important; margin-top: -280px !important;}
    .site-content .ast-container {display: block !important;}
}

td.product-name{font-weight: 700;
    color: #6436c4;
    font-size: 20px;}

tr.order-total th{font-weight: 700;
    color: #6436c4;
    font-size: 20px;}

.woocommerce-Price-amount{font-weight: 700;
    color: black;
    font-size: 15px;}

.woocommerce-checkout-payment label{font-weight: 700;
    color: black;
    font-size: 15px;}

.single-give_forms .give_forms{
padding: 40px 0 !important;}


.ekit-template-content-markup.ekit-template-content-header {
  background: #6436c4;
}


.scl-md {
  overflow: hidden;
}

.scl-md li {
  float: left;
  list-style: none;
  padding: 0px 5px;
  border: solid 1px;
  margin: 0 5px;
  background: #fff;
  height: 33px;
}
.art-s {
  overflow: hidden;
    text-align:center;
}

.art-s ul {
  padding: 0;
  margin: 0;
}
.art-s li a {
  color: #fff;
  font-weight: bold;
}


.art-s li {
  list-style: none;
  color: #fff;
}

.mk-wrk {
  margin-top: -7px !important;
}

.mk-wrk .elementor-button-link.elementor-button.elementor-size-md {
  background: #f00;
}



.mk-wrk .elementor-button-link.elementor-button.elementor-size-md:hover {
  background: #fff;
  color: #000;
}

.page-id-415 .elementor-element.elementor-widget.elementor-widget-heading {
  border-bottom:solid 1px;
  padding: 10px 0;
  text-align: center;
}
.mk-dt .elementor-button-link.elementor-button.elementor-size-xs {
  border: solid 1px;
  padding: 12px 119px;
  margin-top: 10px;
}
.mk-dt .elementor-button.elementor-size-xs {
  border: solid 1px;
  padding: 45px 120px;
  margin-top: 10px;
}
.elementor-415 .elementor-element.elementor-element-0e09078 .elementor-button {
    padding: 12px 119px;
}



/*** CSS FOR PROJECTS ***/


.new-idm.fr-n-idm {
  background: #f8f8f8;
}

.new-idm.fr-n-idm p {
  color: #3B3F4A !important;
}
.new-idm p {
  text-align: center;
  color: #fff !important;
}
.new-idm.fr-n-idm h3 {
  color: #BD1F5B;
}
.new-idm.fr-n-idm h4 {
  color: #3B3F4A;
}

.new-idm h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.new-idm h5 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  padding: 10px 0;
  background: #6436c4;
}
.new-idm {
  background: #BD1F5B;
  color: #fff !important;
  border-radius: -1px;
  padding-bottom: 20px;
  transition: transform .3s;
}

.new-idm:hover {
  transform: scale(1.1) !important;
}

.new-idm.fr-n-idm {
  color: #000 !important;
}


.mk-btn-sjhdf li {
  list-style: none;
  width: 45%;
  float: left;
}
.yl-bbtn-s{
    background:#ffe600;
}

.elementor-button-link.elementor-button.elementor-size-md.yl-bbtn-s {
  background: #ffe600;
  color: #000;
}

.nmb-os h4 {
  padding-top: 20px;
  background: ;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
.nmb-os {
  padding: 0 15px;
    padding-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
}
.new-idm.fr-n-idm {
  color: #000 !important;
  margin: 0;
  padding: 0;
}

.ashr {
  overflow: hidden;
}
.ashr li {
  list-style: none;
  float: left;
  padding: 0 10px;
}
.ashr li a {
  border: solid 1px;
  padding: 10px 50px;
  font-size: 20px;
  background: #f00;
  color: #fff;
  border-radius: 7px;
}
.ashr {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 15px 0;
  margin-top: 50px;
  margin-bottom: 20px;
}
.ashr li a:hover{
background:#ffe600;
color:#000;
}
.ashr ul {
  padding: 0;
  margin: 0;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-13379 {
  display: none;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-13380 {
  display: none;
}



@media only screen and (max-width: 600px) {
    
	
	.lh-eos {
    border: solid 1px #8DA2C934;
    box-shadow: 0px 3px 46px #00000019;
    border-radius: 20px;
		width:100% !important;
		padding:10px 0 !important;
	}
	
	
    .mk-sls li {
    width: 50% !important;

}

form#give-form-23680-1 {
    padding: 0 !important;
}
	
	.lh-eos .give-goal-progress {
    padding: 25px;
}
	
    
    
.sch-shrt {
    width: 90%;
 
}
    
    
    
    
    
    
    
 .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-13379 {
  display: block;
        background: #ffe600;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-13380 {
  display:  block;
    background: #f00;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-13380 a{
        color: #fff !important;
}
    .cb-top-bar-flex-container {
  display: none;
}
    
}


.bdt-member.bdt-member-skin-band .bdt-member-name {
  color: #ff9644;
    font-size: 20px !important;}



.ekit-image-box.style-sideline .ekit-image-box-body-inner {
    border-color: #6436c4;}




.ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
  color: #6436c4;
}



/****** TEAM MEMEBRS *****/



.tm-mmbrs-inner {
    width: 31%;
    float: left;
    margin: 0 1%;
}


.tm-mmbrs {
    width: 100%;
    overflow: hidden;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: #6436c4;
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: #000;
}

.elementskit-post-image-card {
    margin-bottom: 15px;
}

.mks-ik {
    /* display: none; */
    min-height: 670px;
}


.give-form-grid-content {
    padding: 45px 0;
}

.ash-iujs {
    text-align: left !important;
    padding: 20px !important;
}
.ash-iujs li {
    text-align: left !important;
}

.bk-dio h3 {
    min-height: 86px;
    max-height: 87px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
}
.bk-dio h2 {
    min-height: 86px;
    max-height: 87px;
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
}

.bk-dio p {
    min-height: 47px;
    max-height: 48px;
    overflow: hidden;
    margin: 0;
}

ul.news-meta li a {
    color: #6436c4 !important;}

.news-info h3 a:hover {
    color: #6436c4;
}



.sgn-p h3 {
    display: none;
}

.mailerlite-form .mailerlite-form-field label {
    display: block;
    display: none !important;
}

input.mailerlite-subscribe-submit {
    width: 100%;
    padding: 10px;
}

.mailerlite-form-field input {
    width: 100%;
    padding: 3px 20px;
}


input.mailerlite-subscribe-submit {
    width: 100%;
    padding: 10px;
    background: #ffe600;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

input.mailerlite-subscribe-submit:hover {
    background: #ff0000;
}


.nacep-btn:before {
    background: #ad9bd4;
}

.give-page-numbers span.current, .give-page-numbers a:hover, .nacep-pagination ul li a:hover, .nacep-pagination ul li a.current, .nacep-pagination ul li span.current {
    background-color: #6436c4;
    border-color: #6436c4;
    color: #fff;
}

.tm-mmbrs-inner .profile-card.elementor-animation-.text-center.ekit-team-style-default {
    min-height: 650px;
}
input.mailerlite-subscribe-submit {
    width: 100%;
    padding: 10px;
    background: #fdc339;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}
.elementor-822 .elementor-element.elementor-element-968e338 .elementor-nav-menu--main .elementor-item {
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 0;
}



.elementor-element.elementor-element-9d8e89e.elementor-widget.elementor-widget-text-editor {
    margin: 0;
}



.tp-sjs {
    text-align: center;
}

.tp-sjs a {
    color: #000;
    border: solid 1px;
    padding: 10px 70px;
    background: #ffe600;
    font-weight: bold;
}


.home section.elementor-section.elementor-top-section.elementor-element.elementor-element-d23e848.elementor-hidden-tablet.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    DISPLAY: none;
}


.urg-ap .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

.sgn-p-io input.mailerlite-subscribe-submit {
    background: #6436c4 !important;
    color: #fff!important;
    font-weight: normal;
}

.sgn-p-io .mailerlite-form-title {
    display: none;
}


.tca h3 {
    color: #6336c4;
}

.tca h4 {
    color: #6336c4;
}


.ash-ftr-cnda{
    display:none;
}

.page-id-15425 .ash-ftr-cnda{
    display:block !important;
}

.page-id-15425 .ash-nr-ftr{
    display:none !important;
}


.elementor-element.elementor-element-f4bf62f.elementor-widget.elementor-widget-image img {
    width: 60%;
}

.elementor-element.elementor-element-1ac69bd.elementor-widget.elementor-widget-image img {
    width: 60%;
}

.elementor-element.elementor-element-039d6ff.elementor-widget.elementor-widget-image img {
    width: 60%;
}

.elementor-element.elementor-element-fe03b87.elementor-widget.elementor-widget-image img {
    width: 60%;
}


.fal {
    min-height: 57px;
}

.eq-ht {
    min-height: 250px;
}

.eq-ht .nmb-os {
    min-height: 555px;
}

.eq-ht-t .nmb-os {
    min-height: 690px;
}



.mk-op {
    min-height: 165px;
}

.elementor-element.elementor-element-7ebc8c5.mk-op.elementor-widget.elementor-widget-text-editor {
    min-height: 192px;
}

.bhjiuy {
    min-height: 250px;
}


ul#give-gateway-radio-list li:nth-child(4) {
    display: none !important;
} 




a.give_terms_links.give_terms_links-18206 {
    display: none !important;
}


section.elementor-section.elementor-top-section.elementor-element.elementor-element-66151476.elementor-hidden-tablet.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none;
}


.mcr-fnc {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 0px 23px #Eee;
    border: solid 1px #eee;
    padding: 30px;
    margin-top: 50px;
}

.page-id-15425 .bhjiuy {
    min-height: 250px;
    min-height: auto;
}
b.bmc a {
    color: #fff !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-6ef7041.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0;
}


rs-module-wrap#rev_slider_3_3_wrapper {
    z-index: -10000000000;
}


.ash-nz img {
    width: 60%;
}


.mk-dl {
    max-width: 98%;
    margin: 0 auto;
    overflow: hidden;
}







.page-id-15425 .cnd {
    display: block !important;
}


.page-id-15425 .hme {
    display: none !important;
}

.mk-wt .elementor-element.elementor-element-2bad931.elementor-nav-menu__align-center.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
    margin-bottom: 0;
}



.mk-wt .elementor-element.elementor-element-3385bba.elementor-nav-menu__align-center.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
    margin: 0;
    padding: 0;
}


.mk-wt .elementor-element.elementor-element-0115698.elementor-nav-menu__align-center.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
    margin: 0;
}

.mk-wt h4 {
    color: #fff;
}

.ekit-wid-con i.icon.icon-search {
    margin-right: 43px;
}



.page-id-16224 .elementor-element.elementor-element-e4bba57.elementor-nav-menu__align-center.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
    margin-bottom: 0;
}













.cnd{
    display:none;
}

.zmb{
    display:none;
}


.mlw{
    display:none;
}

.nzl{
    display:none;
}


/*******
.hme{
    display:none;
}
  ********/


.home .hme{
    display:block;
}
.page-id-15396 .zmb {
    display:block;
}


.page-id-16224 .mlw{
    display:block;
}


.page-id-19167 .nzl{
    display:block;
}
 



























.cnd{
    display:none;
}

.zmb{
    display:none;
}


.mlw{
    display:none;
}

.nzl{
    display:none;
}



.home .hme{
    display:block;
}
.page-id-15396 .hme {
    display:none;
}


.page-id-16224 .hme{
    display:none;
}


.page-id-19167 .hme{
    display:none;
}




.pd-opo .elementor-widget-wrap.elementor-element-populated {
    border-bottom: solid 1px #6436c4;
    padding: 0;
}



.mk-snm label {
    margin-top: -62px;
    padding: 0 !important;
}

.mk-snm .give-label {
    padding-left: 35px !important;
}
 

.form-row.form-row-wide.ffm-field-container.js-phone-domestic {
    margin: 0 !important;
    padding: 0 !important;
}

label.give-label {
    display: none !important;
}





.mk-os .MPwidget {
    width: 25%;
    float: left;
}









.elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-d3a473a {
    padding-bottom: 70px;
}





.mk-wrk {
    text-align: center;
}

a.mk-wrk {
    background: #6436c4;
    color: #fff;
    padding: 10px 60px;
    text-transform: capitalize;
    font-weight: bold;
}


#wcdp_value_other:not(:checked)~#wcdp_label_custom_amount>.wcdp_cu_field {
    display: block !important;
}


ul#wcdp_amount li:nth-child(7) {
    max-height: 42px;
}



/********DONATION FORM******/




.give-form {
    width: 60% !important;
    margin: 0 auto !important;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.3);
    border-radius: 0.5rem;
    padding: 40px !important;
}

input#give-amount {
    width: 90%;
    border: 1px solid #424242 !important;
    border-radius: 0.5rem !important;
    padding: 25px 10px !important;
    text-align: right !important;
    color: #000 !important;
    font-size: 25px !important;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-left: 1px solid #ccc;
    border-right: none;
    padding: 12px 10px 41px 10px;
    background: linear-gradient(90deg, rgba(100,54,196,1) 0%, rgb(154 116 233) 100%);
}

ul#give-donation-level-button-wrap li {
    width: 30%;
}

#give-donation-level-button-wrap li button {
    width: 100%;
    background: linear-gradient(90deg, rgba(100,54,196,1) 0%, rgb(154 116 233) 100%);
    font-size: 16px;
    line-height: normal !important;
    padding: 13px !important;
    height: auto !important;
    font-weight: 600;
}



ul#give-gateway-radio-list li {
    width: 100%;
    float: left !important;
    text-align: left;
    font-size: 16px;
}
fieldset#give_checkout_user_info input {
    border: 0.078rem solid #666 !important;
    /* box-shadow: inset 0 0.08em 0.4em rgba(0,0,0,.15) !important; */
    border-radius: 0.25rem !important;
    padding-left: 20px;
}

span.give-final-total-amount {
    width: 50%;
    /* border: 0.078rem solid #666 !important; */
    /* box-shadow: inset 0 0.08em 0.4em rgba(0,0,0,.15) !important; */
    border-radius: 0 0.25rem 0.25rem 0!important;
    height: 44px !important;
    line-height: 42px !important;
    border: none !important;
    border-left: 1px solid #2e2d93 !important;
}



form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    width: 50%;
    /* border: 0.078rem solid #666 !important; */
    border-radius: 0.25rem 0 0 0.25rem!important;
    height: 44px;
    line-height: 42px;
    color: white;
    /* background: linear-gradient(90deg, rgba(100,54,196,1) 0%, rgb(154 116 233) 100%); */
    border: unset !important;
    background: none;
    color: #6436c4;
 
}


div#give_purchase_form_wrap input{
    
    border-radius: 0.25rem !important;
    padding-left: 20px;
    border: 1px solid #cecece !important;
    
}


div#give_purchase_form_wrap select{
    
       border: 0.078rem solid #666 !important;
    box-shadow: inset 0 0.08em 0.4em rgba(0,0,0,.15) !important;
    border-radius: 0.25rem !important;
    padding-left: 20px;
    
}

.form-row .give-stripe-cc-field{
       border: 0.078rem solid #666 !important;
    box-shadow: inset 0 0.08em 0.4em rgba(0,0,0,.15) !important;
    border-radius: 0.25rem !important;
    padding: 16px !important;
    
}

.give-submit-button-wrap.give-clearfix input {
    width: 100%;
    padding: 20px !important;
    font-weight: bold !important;
}




.mk-sls li {
    float: left;
    width: 50%;
    font-weight: bold;
}



.sch-shrt {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #BABABA5C;
    box-shadow: 0px 3px 6px #96969629 !important;
    border-radius: 20px;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}


.sch-shrt form#give-form-21942-1 {
    width: 100% !important;
}

.postid-21942 button.give-donation-level-btn.give-btn.give-btn-level-custom {
    display: none;
}


.page-id-21995 button.give-donation-level-btn.give-btn.give-btn-level-custom {
    display: none !important;
}




.mk-sls {
    overflow: hidden;
}


form#give-form-21815-1 {
    margin: 0 !important;
    /* padding: 0 !important; */
    width: 100% !important;
}




.elementor-822 .elementor-element.elementor-element-e4cd4b3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 35;
}


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

.sldr-oss .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0;
}


span.give-fee-message-label-text {
    padding-left: 15px;
}

[id*=give-form] .give-recurring-donors-choice label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}



/**************/


div#give-form-23097-wrap {
    width: 60% !important;
    margin: 0 auto !important;
    background: #fff !important;
    padding: 25px !important;
    border-radius: 5px;
}















form#give-form-23295-1 {
    display: flex;
    flex-direction: column;
}

div#give-form-23295-wrap fieldset#give-payment-mode-select {
    order: 1 !important;
}

div#give-form-23295-wrap .give-total-wrap {
    order: 2 !important;
}


div#give-form-23295-wrap ul#give-donation-level-button-wrap {
    order: 3 !important;
}

div#give-form-23295-wrap fieldset#give-fee-recovery-wrap-23295-1 {
    order: 4;
}

div#give-form-23295-wrap div#give_purchase_form_wrap {
    order: 5 !important;
}




form#give-form-23295-1 div#give_error_error {
    display: none;
}


/***********FORM  DONATION******/


form#give-form-23323-1 {
    display: flex;
    flex-direction: column;
}
div#give-form-23323-wrap fieldset#give-payment-mode-select {
    order: 1 !important;
}
div#give-form-23323-wrap .give-total-wrap {
    order: 2 !important;
}
div#give-form-23323-wrap ul#give-donation-level-button-wrap {
    order: 3 !important;
}
div#give-form-23323-wrap fieldset#give-fee-recovery-wrap-23323-1 {
    order: 4;
}
div#give-form-23323-wrap div#give_purchase_form_wrap {
    order: 5 !important;
}
form#give-form-23323-1 div#give_error_error {
    display: none;
}
div#zoid-paypal-buttons-uid_8438a6b81a_mty6mdq6mde {
    display: none !important;
}
.for-non strong {
    border: solid 1px;
    padding: 10px 30px;
    border-radius: 20px;
    background: #6436c4;
    color: #fff;
    border: solid 3px #6436c4;
}
a.elementor-button-link.elementor-button.elementor-size-lg {
    background: #fcde05 !important;
    color: #000 !important;
}
#give-donation-level-button-wrap li button {
    background: #fcde05 !important;
    color: #000 !important;
}


input#give-purchase-button {
    background: #fcde05 !important;
    color: #000;
    border: none !important;
}


span.give-currency-symbol.give-currency-position-before.give-cs-mini-dropdown-icon {
    background: #fcde05 !important;
    color: #000 !important;
}



.lh-eos {
    border: solid 1px #8DA2C934;
    padding: 60px;
    box-shadow: 0px 3px 46px #00000019;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 50px !important;
}

.page-id-23129 ul#give-gateway-radio-list li:nth-child(1) {
    display: none !important;
}


.postid-23295 ul#give-gateway-radio-list li:nth-child(1) {
    display: none !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-56fc406.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: #ebebeb;
}

.cnf p {
    margin: 0;
}

article#post-26500 {
    padding-top: 70px;
}



.single-post #content {
    margin-top: 140px;
}


div#give-form-content-19004 {
    padding-top: 90px;
}



div#give-form-content-19004 h3 {
    color: #41398a;
}




div#give-form-12912-wrap {
	    padding-top: 90px;
}

div#give-form-content-12912 h3 {
    color: #41398a;
}


.spnsr ol {
    margin-left: 20px;
}
.mk-dnt a {
    /* border: solid 1px #000; */
    background: #6535c4;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px;
}
.mk-dnt a:hover {
    border-radius: 40px;
}
div#give-form-18206-wrap {
    padding-top: 90px;
}
.postid-32158 #content {
    margin-top: 80px;
}
.btn-sloos a {
    background: #fcde05;
    color: #000;
    padding: 15px 80px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.btn-sloos a:hover {
    background: #6436c4;
    color: #fff;
}
.btn-sloos {
    margin-bottom: 50px;
    text-align: center;
}
.mk-ssa-ppwu {
    padding-top: 50px !important;
    max-width: 940px;
    margin: 0 auto !important;
    width: 94%;
    margin-top: 150px !important;
    margin-bottom: 120px !important;
    padding-bottom: 60px !important;
    border: solid 1px #ccc;
}
.postid-32278 #give-form-32278-content {
    margin-top: 155px !important;
}
.mk-ssa-ppwu img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.ksmjjss h3 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
    color: #000;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.ksmjjss b {
    background: #6436C4;
    color: #fff;
    padding: 20px 20px;
    overflow: hidden !important;
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px !important;
	    transition: border-radius 0.3s ease-in-out;
}
.ksmjjss b:hover {
    border-radius: 30px;
}
.ksmjjss {
    overflow: hidden;
    height: auto;
    display: grid
;
    /* padding: 10px; */
    border: ;
}
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    padding: 15px !important;
    border: solid 1px #ccc;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.rmdn-apl {
    margin: 0 !important;
    margin-top: -43px !important;
    /* text-align: center; */
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    font-family: "graphik bold", sans-serif;
    text-align: center;
    margin-left: -40px !important;
}
.rmdn-apl a {
    color: #fff;
    text-shadow: none; /* No stroke by default */
    transition: text-shadow 0.3s ease-in-out;
}
.rmdn-apl a:hover {
    text-shadow: -1px -1px 0 #000,  
                  1px -1px 0 #000,  
                 -1px  1px 0 #000,  
                  1px  1px 0 #000;
	color:#fff;
}
.mbl-ss-psa-s {
    margin: 0 !important;
}
.postid-17766 .elementor-element.elementor-element-ba6fed8.elementor-widget.elementor-widget-shortcode {
    display: none;
}
p.give-form-description img {
    width: 100% !important;
	max-width:600px !important;
}
.ul#give-donation-level-button-wrap .give-form-templates .give-donation-level-btn.give-default-level{
	color:#fff !important;
	
}
.give-form-templates .give-donation-level-btn.give-default-level:hover{
	color:#fff !important;
}
.give-form-templates .give-donation-level-btn.give-default-level{
	color:#fff !important;
}
.ayd {
    width: 70%;
    margin: 0 auto;
    background: #fff;
}
.fr-p-ty img {
    width: 97% !important;
    padding: 0 !important;
}
.ayd-frt img {
    width: 98.5%;
}
.page-id-31678 h1.entry-title {
    display: none;
}
.page-id-31678 .entry-content.clear {
    padding-top: 110px;
}

.btn-mnth a {
    width: 100% !important;
    /* border-radius: 10px !important; */
}




.postid-26527 .elementor-element.elementor-element-41dd39e.elementor-widget.elementor-widget-text-editor {
    display: none;
}



.tdtt-gh b {
    color: #000;
}

.tdtt-gh p {
    color: #000;
}

.tdtt-gh strong {
    color: #000 !important;
}

.tdtt-gh span {
    color: #000 !important;
}

div#give-form-content-35356 {
    padding-top: 90px;
}

div#give-form-content-35356 h3 {
    color: #6437C4;
}


div#give-form-content-35298{
    padding-top: 90px;
}

div#give-form-content-35298 h3 {
    color: #6437C4;
}
div#give-form-content-35886{
    padding-top: 90px;
}

div#give-form-content-35886 h3 {
    color: #6437C4;
}





p#donation_type_field {
    display: none;
}

.page-id-36276 p#donation_type_field {
    display: block;
}
.woocommerce-multicheckbox-wrapper label span {
    display: none;
}


/*** PRODUCTS PAGE SINGLE ***/


/* 🎯 General Cleanup */
.single-product .product .price,
.single-product .product_meta,
.single-product .product .quantity,
.woocommerce-product-details__short-description,
.woocommerce-tabs,
.woocommerce-breadcrumb {
    display: none !important;
}

/* ✅ Donation Page Heading Styling */
.single-product h1.product_title {
    font-size: 2.5rem;
    color: #1591D3;
    text-align: center;
    margin-bottom: 10px;
}

/* 💬 Donation Description */
.single-product .woocommerce-Tabs-panel--description {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* 💸 Custom Donation Input Field Styling */
.donation-platform-donation-amount input[type="number"],
.donation-platform-donation-amount input[type="text"] {
    font-size: 1.5rem;
    padding: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #1591D3;
}

/* 🧷 Donation Form Wrapper Centering */
form.cart {
    text-align: center;
}

/* 🟦 "Donate Now" Button Styling */
form.cart .single_add_to_cart_button {
    background-color: #1591D3;
    color: white;
    font-size: 1.2rem;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
}

form.cart .single_add_to_cart_button:hover {
    background-color: #1175aa;
}

/* 🖼 Center the Featured Image */
.single-product div.product div.images {
    text-align: center;
}

.single-product div.product div.images img {
    max-width: 500px;
    border-radius: 15px;
}

/* 🧼 Remove Related Products Section */
.related.products {
    display: none !important;
}

/* 🧾 Optional: Add a clean white background */
.single-product .product {
    background: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* 🌍 Mobile Optimization */
@media (max-width: 768px) {
    .single-product h1.product_title {
        font-size: 1.8rem;
    }
    .donation-platform-donation-amount input {
        font-size: 1.2rem;
    }
}


span.single-product-category {
    display: none !important;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

h1.product_title.entry-title {
    color: #6437C4;
}



.wwst ul {
    margin: 0;
}



/*******CSSS ****/

.water-banner {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)), url('https://ashrafulaid.org/wp-content/uploads/2025/05/ash-1.jpg') center center / cover no-repeat;
  color: white;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 40px;
}
.water-banner .content {
  max-width: 800px;
  margin: auto;
}
.water-banner .title {
  font-size: 2.2rem;
  font-weight: bold;
}
.water-banner .subtitle {
  font-size: 1.2rem;
  margin-top: 10px;
}
.water-banner .btn-main {
  margin-top: 30px;
  background-color: #6437c4;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s;
}
.water-banner .btn-main:hover {
  background-color: #4d2e9f;
}

.projects-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.project-card {
  flex: 1 1 300px;
  background: #f9f9f9;
  border-left: 5px solid #6437C4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}





.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.project-card .info {
  padding: 20px;
}
.project-card .info .location {
  font-weight: bold;
  font-size: 1.1rem;
  color: #6437c4;
  margin-bottom: 10px;
}
.project-card .info ul {
  padding-left: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.project-card .btn-donate {
  margin-top: 15px;
  display: inline-block;
  background-color: #6437c4;
  color: white;
  padding: 10px 18px;
  font-size: 0.9rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.project-card .btn-donate:hover {
  background-color: #4d2e9f;
}





.wtr-nk a {
    background: #FCDE05 !important;
    color: #000 !important;
}

.wtr-nk a:hover {
    background: #6437C4!important;
    color: #fff !important;
}



button.button.wcdp-button.wcdp-right {
    background: #FCDE05;
    color: #000;
    padding: 15px 68px;
    width: 100% !important;
    border-radius: 10px !important;
}
button.button.wcdp-button.wcdp-right:hover {
    background: #6437C4;
    color: #fff;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-795eacb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}



section.elementor-section.elementor-top-section.elementor-element.elementor-element-9ef5387.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}


.elementor-element.elementor-element-0847953.elementor-widget.elementor-widget-image {
    display: none !important;
}
.elementor-element.elementor-element-e814152.elementor-widget.elementor-widget-image {
    display: none !important;
}



.postid-41809 #content {
    padding: 0;
    margin: 0 !important;
}
