/*
Theme Name: Helpo - Child
Author: Artureanec
Author URI: http://artureanec.com
Description: - Version: 1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: helpo
*/

.helpo_header-logo__link.helpo_retina_logo {
    width: 81px !important;
    height: 81px !important;
    background-size: contain !important;
}
.helpo_header_without_padding .helpo_header-logo__link.helpo_retina_logo {
    height: 65px !important;
}

header.helpo_header.helpo_header--front_3 {
    padding: 0px 9px !important;
}

header.helpo_header.helpo_header--front_3.helpo_header_without_padding{
	padding: 0px !important;
}

.helpo_header_search_container {
    top: -130px !important;
}

.helpo_top-bar .helpo_top_bar_inner {
    padding: 3px 0 3px 0!important;
}

header.helpo_header .helpo_button {
    color: #fff;
    width: 180px!important;
    max-height: 81px!important;
}

header.helpo_header .row {
    align-items: center !important;
}

.helpo_header_button_container {
    align-self: stretch !important;
}

.helpo_page_title_container:before {
    content: '';
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.helpo_page_title_container .helpo_page_title{
    z-index: 1;
}

.helpo_page_title_container .helpo_page_title:before {
    background: #ffffff;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    font: 14px/1 FontAwesome !important;
    font-size: inherit !important;
}


/* Main Section Spacing */
.helpo_single_product_page .helpo_page_content_wrapper,
.helpo_single_product_page .helpo_woocommerce_wrapper {
    padding: 50px 0;
}

/* Layout */
.helpo_single_product_page .product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.helpo_single_product_page .woocommerce-product-gallery {
    flex: 1;
    text-align: center;
    margin: 0 !important;
}

.helpo_single_product_page .woocommerce-product-gallery img {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* Donation Buttons Container */
.helpo_main_donation_popup {
    width: 100%;
    min-width: auto !important;
    max-width: 800px !important;
    padding: 30px !important;
}

.helpo_main_donation_popup .wcdp_options.wcdp_amount,
.helpo_single_product_page .wcdp_options.wcdp_amount {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

/* Individual Donation Button */
.helpo_main_donation_popup .wcdp_options.wcdp_amount li,
.helpo_single_product_page .wcdp_options.wcdp_amount li {
    list-style: none;
    flex: 1 1 80px;
}

.helpo_main_donation_popup .wcdp_options.wcdp_amount li:last-child,
.helpo_single_product_page .wcdp_options.wcdp_amount li:last-child {
    flex: 0 0 180px;
    width: auto;
}

/* Label as button */
.helpo_single_product_page .wcdp-button-label,
.helpo_single_product_page .wcdp_label_custom_amount,
.helpo_main_donation_popup .wcdp-button-label,
.helpo_main_donation_popup .wcdp_label_custom_amount {
    display: block;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000 !important;
    margin: 0 !important;
}

/* Hover effect */
.helpo_single_product_page .wcdp-button-label:hover,
.helpo_main_donation_popup .wcdp-button-label:hover {
    background: #ca0614 !important;
    border-color: #ca0614 !important;
    color: #fff !important;
}

/* Selected donation */
.helpo_single_product_page input[type="radio"]:checked + .wcdp-button-label,
.helpo_single_product_page input[type="radio"]:checked + .wcdp_label_custom_amount,
.helpo_main_donation_popup input[type="radio"]:checked + .wcdp-button-label,
.helpo_main_donation_popup input[type="radio"]:checked + .wcdp_label_custom_amount {
    background: #ca0614 !important;
    color: #fff;
    border-color: #ca0614 !important;
}

.helpo_main_donation_popup .woocommerce form .form-row {
    display: flex;
    flex-direction: column;
}

.helpo_main_donation_popup .wcdp-tab {
    margin-bottom: 20px;
}

.helpo_main_donation_popup .wcdp-tab .cart.variations_form {
    max-width: 550px;
    margin: 0 auto;
}

.select2-container--default .select2-selection--single {
    background-color: #eef0f3 !important;
    border: 1px solid #eef0f3 !important;
    padding: 0 20px;
}

.select2-container .select2-selection--single {
    min-height: 50px !important;
    height: auto !important;
    border-radius: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 16px !important;
}

.helpo_main_donation_popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
    right: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-weight: 800;
}

.lds-ellipsis div {
    background: #ca0614 !important;
}

.helpo_main_donation_popup .wcdp-header {
    padding-top: 0 !important;
}

.helpo_main_donation_popup .woocommerce form .form-row {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0;
}

.helpo_main_donation_popup .woocommerce form .form-row:nth-child(odd) {
    padding-right: 12px;
}

.helpo_main_donation_popup .woocommerce form .form-row:nth-child(even) {
    padding-left: 12px;
}

.woocommerce-checkout .woocommerce form .form-row {
    width: 50%;
    padding: 0 12px;
}

.woocommerce-checkout .select2-selection {
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #f9f7f6;
    padding: 0 20px;
    margin-bottom: 18px;
    background: #eef0f3;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

@media screen and (max-width: 767px) {
    .helpo_main_donation_popup .woocommerce form .form-row {
        width: 100%;
    }

    .helpo_main_donation_popup .woocommerce form .form-row:nth-child(odd) {
        padding-right: 0;
    }

    .helpo_main_donation_popup .woocommerce form .form-row:nth-child(even) {
        padding-left: 0;
    }

    .woocommerce-checkout .woocommerce form .form-row {
        width: 100%;
        padding: 0;
    }

}

#customer_details .col-1 {
    max-width: 100%;
    width: 100%;
}

.helpo_main_donation_popup .woocommerce form .form-row:has(.screen-reader-text) {
    justify-content: flex-end !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.helpo_main_donation_popup #billing_city_field,
.helpo_main_donation_popup #billing_state_field,
.helpo_main_donation_popup #billing_postcode_field {
    width: calc(50%);
}

.helpo_main_donation_popup h3 {
    font-size: 30px;
    line-height: normal;
    margin: 0;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {

    .helpo_main_donation_popup .woocommerce-billing-fields__field-wrapper .form-row,
    .helpo_main_donation_popup .woocommerce-billing-fields__field-wrapper .form-row-first,
    .helpo_main_donation_popup .woocommerce-billing-fields__field-wrapper .form-row-last,
    .helpo_main_donation_popup .woocommerce-billing-fields__field-wrapper .form-row-half {
        width: 100%;
    }
}


.helpo_main_donation_popup .wc-donation-platform .wcdp-header .wcdp-step {
    color: #ca0614 !important;
}

.helpo_main_donation_popup .wc-donation-platform .wcdp-step:before {
    background-color: #ca0614 !important;
}

.helpo_main_donation_popup .wcdp-progress-bar {
    background: #ca0614 !important;
}

.helpo_main_donation_popup .wcdp-progress-bar-background {
    background: #f06b73 !important;
}

.helpo_main_donation_popup .wc-donation-platform .wcdp-header .wcdp-step.wcdp-header-step-3 {
    color: #f06b73 !important;
}

.helpo_main_donation_popup .wc-donation-platform .wcdp-step.wcdp-header-step-3:before {
    background-color: #f06b73 !important;
}

.helpo_main_donation_popup .button-row {
    gap: 10px;
    justify-content: center;
}

.helpo_main_donation_popup .button-row .button {
    width: 100%;
    max-width: 280px;
}

body span.select2-container--open {
    z-index: 99999 !important;
}

/* Other amount field */
.wcdp_label_custom_amount {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcdp_cu_field input {
    margin-top: 6px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ca0614 !important;
    width: 80px;
    text-align: right;
    transition: border 0.3s ease;
}

.wcdp_cu_field input:focus {
    border-color: #ca0614 !important;
    outline: none;
}

ul.wcdp_options > li > input:checked + label,
ul.wcdp_options > li > input:checked + label span {
    background: #ca0614 !important;
}

ul.wcdp_options > li > input:focus + label {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ca0614 !important;
}

.helpo_single_product_page input[type="radio"]:checked + .wcdp-button-label,
.helpo_single_product_page input[type="radio"]:checked + .wcdp_label_custom_amount {
    position: relative;
    overflow: hidden;
}

.wcdp_options > li > input:checked + label:after {
    display: none;
}

/* ================= FORM SECTION ================= */

.helpo_single_product_page .summary {
    flex: 1;
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.05);
    padding: 35px !important;
    margin: 0 !important;
}

/* Title */
.helpo_single_product_page .product_title {
    font-size: 46px;
    font-weight: 700;
    color: #ca0614;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

/* Donation Label */
.wcdp-amount label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: block;
}

/* Currency + Input Alignment */
.wcdp-amount {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Currency */
.wcdp-amount .woocommerce-Price-currencySymbol {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

/* Input */
.wcdp_donation_amount_field {
    flex: 1;
    height: 58px;
    border: 2px solid #e5e5e5;
    font-size: 18px;
    padding: 0 18px;
    border-radius: 8px;
    transition: all 0.25s ease;
    background: #fafafa;
}

.wcdp_donation_amount_field:focus {
    border-color: #ca0614;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(179, 0, 0, 0.08);
    outline: none;
}

/* Donate Button */
.wcdp-button {
    width: 100%;
    margin-top: 30px;
    height: 60px;
    border-radius: 60px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border: none !important;
    transition: all 0.3s ease;
}

.wcdp-button:hover {
    background: #ca0614 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(179, 0, 0, 0.25);
}

/* Remove divider */
.wcdp-divider {
    display: none;
}

/* Category */
.helpo_single_product_page .product_meta {
    margin-top: 35px;
    font-size: 14px;
    color: #777;
}

.helpo_single_product_page .product_meta a {
    color: #ca0614;
    text-decoration: none;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
    top: 20% !important;
}

.woocommerce-checkout .helpo_blog_content_wrapper,
.woocommerce-checkout .helpo_page_content_wrapper {
    padding: 60px 0 !important;
}

.wcdp_label_custom_amount .wcdp_cu_field {
    display: inline-flex;
    gap: 10px;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    margin-bottom: 10px;
}

.woocommerce-form__input.woocommerce-form__input-checkbox:not(:checked) + span:before {
    margin-top: 8px;
}

/* Container */
.single-product .woocommerce:not(body.woocommerce) {
    margin: 0px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    color: #2d3748;
}

/* Order details layout */
.order_details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    border-bottom: 1px solid #e6e8ec;
    padding-bottom: 25px;
}

.order_details li {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #6b7280;
}

.order_details li strong {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    text-transform: none;
    color: #1f2937;
    font-weight: 600;
}

/* Message text */
.helpo_woocommerce_wrapper p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #4b5563;
}

/* Buttons container */
.helpo_woocommerce_wrapper p:last-of-type {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

/* Primary button */
#btn-razorpay {
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

#btn-razorpay:hover {
    background: #000000;
    transform: translateY(-1px);
}

/* Cancel button */
#btn-razorpay-cancel {
    background: #ffffff;
    color: #111827;
    border: 1px solid #cbd5e1;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
}

#btn-razorpay-cancel:hover {
    background: #f3f4f6;
}

/* Success message */
#msg-razorpay-success {
    border-radius: 6px;
    border-top: 3px solid #9ca3af !important;
    color: #1f2937;
}

/* ===== CART TOTALS WRAPPER ===== */
.cart-collaterals {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    padding: 30px;
}

.cart_totals {
    width: 420px !important;
    background: #fff;
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ===== HEADING ===== */
.cart_totals h2 {
    font-size: 22px;
    font-weight: 600;
    color: #c40000;
    margin-bottom: 25px;
    text-align: left;
}

/* ===== TABLE RESET ===== */
.cart_totals table {
    border: none;
}

.cart_totals table tr {
    border-bottom: 1px solid #eee;
}

.cart_totals table tr:last-child {
    border-bottom: none;
}

.cart_totals th,
.cart_totals td {
    padding: 14px 0;
    font-size: 15px;
    border: none;
}

.cart_totals th {
    font-weight: 500;
    color: #333;
    text-align: left;
}

.cart_totals td {
    text-align: right;
    color: #c40000;
    font-weight: 500;
}

/* ===== SHIPPING SECTION ===== */
.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-shipping-methods li {
    margin-bottom: 6px;
}

.woocommerce-shipping-destination {
    font-size: 13px;
    color: #777;
    margin-top: 8px;
}

/* ===== TOTAL ROW ===== */
.order-total th {
    font-size: 18px;
    font-weight: 600;
}

.order-total td {
    font-size: 18px;
    font-weight: 700;
    color: #c40000;
}

/* ===== CHECKOUT BUTTON ===== */
.wc-proceed-to-checkout {
    margin-top: 30px;
}

.wc-proceed-to-checkout .checkout-button {
    width: 100%;
    text-align: center;
    padding: 16px;
    border-radius: 40px;
    background: transparent;
    border: 2px solid #111;
    color: #111;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #111;
    color: #fff;
}

/* ===== REMOVE DEFAULT BACKGROUNDS ===== */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    background: #fff;
}


@media (max-width: 992px) {

    .helpo_single_product_page .product {
        flex-direction: column;
        gap: 60px;
        padding: 0 25px;
    }

    .helpo_single_product_page .summary {
        padding: 40px 30px !important;
    }

    .helpo_single_product_page .product_title {
        font-size: 36px;
        text-align: center;
    }

    .wcdp-amount {
        flex-direction: row;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .cart-collaterals {
        justify-content: center;
    }

    .cart_totals {
        width: 100%;
    }
}


.helpo_linked_item .helpo_linked_item_wrapper {
    min-height: 535px;
}

.helpo_content_slide {
    position: relative;
}

.hero-slider .helpo_content_slide:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0;
}


.hero-slider .helpo_content_slider_wrapper .helpo_content_slide {
    background-position: top center !important;
}

.gallery-masonry__item .gallery-masonry__img img.img--bg {
    object-position: center center !important;
}

.dialog-type-lightbox {
    z-index: 99999 !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    margin: 0 !important;
    padding: 3px;
}

.gallery img {
    border: 1px solid #e5e5e5 !important;
    max-height: 230px;
    object-fit: cover;
    object-position: center;
}

.contacts-wrapper__map {
    width: calc(50vw - 80px) !important;
    height: 450px;
}

@media only screen and (max-width: 1024px) {
    .contacts-wrapper__map {
        width: 100% !important;
        height: 450px;
        position: relative;
    }
}

@media only screen and (min-width: 1200px) {
    .custom-stories-list .stories-item .heading__title {
        font-size: 71px !important;
    }
}

.custom-stories-list .stories-item .img-box__img img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 700px;
}

.custom-stories-list .helpo_button {
    border-color: var(--e-global-color-secondary);
}

.custom-stories-list .helpo_button:hover {
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.causes-slider .helpo_button {
    display: none !important;
}

.causes-slider .helpo_post_title {
    pointer-events: none !important;
}

.sayla-gallery .gallery .gallery-item img{
    max-height: 300px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.single-product.helpo_single_product_page .helpo_page_title_container {
    min-height: 430px!important;
	background-image: url(/wp-content/uploads/2026/05/DSC_5149.jpg)!important;
}

.hero-slider .slick-track,
.hero-slider .hero-slider .helpo_content_slider_wrapper .helpo_content_slide{
    width: 100vw!important;
    margin: 0 auto;
}