/* 
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-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
*/

/* Add your custom styles here */

a{
	color: #025396;
}
.elementor-animation-grow:hover {
    transform: scale(1.02);
}
.ct-form .wpforms-field {
    padding: 8px 0px;
}

.ct-form .wpforms-submit {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.ct-form div.wpforms-container-full select {
    color: #1049758a !important;
}
/* ====== Side mini cart  ==============*/
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #025396;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price{
	font-size: 18px !important;
    font-weight: 700 !important;
    color: #104975 !important;
}
.elementor-menu-cart__product-remove{
	bottom: 50%!important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout{
    background-color: #F6B409 !important;
    color: #104975 !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout:hover{
	transform: scale(1.02);
    transition: transform 0.3s ease;
	background-color: #4dbcb3;
	color: #ffffff;
}
/* ====== Side mini cart  ==============*/

/* ====== WP-Form Button ====== */
.contact_form .wpforms-submit {
    width: 100% !important;
    border-radius: 4px !important;
    background: #F6B409 !important;
    color: #104975 !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border: none !important;
    padding: 12px 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: center !important;
	height: 44px !important;
}

.contact_form .wpforms-submit::after {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    background-image: url("/wp-content/uploads/2026/06/Symbol.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    flex-shrink: 0 !important;
}

.contact_form .wpforms-submit:hover {
    opacity: 0.94 !important;
    transform: scale(1.02);
}

/* ====== Form Fields ====== */
.contact_form input:not([type="submit"]):not([type="hidden"]),
.contact_form textarea,
.contact_form select {
    background: #F3FAFFCC !important;
    border: 1px solid #F3FAFF;
    border-radius: 4px !important;
    color: #104975 !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    box-shadow: none !important;
}

/* Input/Textarea Caret */
.contact_form input:not([type="submit"]):not([type="hidden"]),
.contact_form textarea {
    caret-color: #104975 !important;
}

/* Placeholder */
.contact_form input:not([type="submit"]):not([type="hidden"])::placeholder,
.contact_form textarea::placeholder {
    color: #104975 !important;
    opacity: 1 !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* Focus */
.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
    outline: none !important;
    border-color: #025396 !important;
    box-shadow: none !important;
}

/* Select Dropdown Caret / Arrow */
.contact_form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-color: #F3FAFFCC !important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23104975' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 14px auto !important;
    padding-right: 45px !important;
}


/*Checkout page*/
.wc-block-components-checkout-place-order-button,.wc-block-components-totals-coupon__button,.wc-block-cart__submit-button {
     background-color: #F6B409;
    color: #104975;
	border: 1px solid #f6b409 !important;
	outline-color: #f6b409 !important;
}
.wc-block-components-checkout-place-order-button:hover,.wc-block-components-checkout-place-order-button:focus-visible,.wc-block-components-totals-coupon__button:hover,.wc-block-cart__submit-button:hover {
    background-color: #4dbcb3;
    color: #ffffff;
	border: 1px solid #4dbcb3 !important;
	outline-color: #4dbcb3 !important;
    text-decoration: none;
}
.wc-block-components-totals-coupon__button {
    min-height: 2em !important;
}
.wc-block-checkout__form h2{
	color: #025396;
	font-family: Inter;
	font-size: 42px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal;
}

.wc-block-checkout__form label span, .wc-block-components-checkout-order-summary__content,.wc-block-components-product-name,.wp-block-woocommerce-cart-order-summary-block{
	color:  #104975 !important;
	font-family: Archivo;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px !important; 
}
.wc-block-cart-items__header,.wc-block-cart .wc-block-cart__totals-title {
    font-size: 22px !important;
}
.wp-block-woocommerce-checkout-shipping-method-block,.wp-block-woocommerce-checkout-pickup-options-block{
	display:none;
}
