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

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

body a {
    text-decoration: none !important;
}

body ul li {
    list-style: none !important;
}

.elementor-location-footer {
    position: relative;
    overflow: hidden;
}

.elementor-location-footer::after {
    content: '';
    background: url(/wp-content/uploads/2025/04/footer-right-bottom.png);
    width: 28%;
    height: 50%;
    position: absolute;
    right: 0px;
    bottom: -57px;
    background-repeat: no-repeat;
    background-size: contain;
}


.border-img-class .elementor-widget-container {
    display: inline-block;
    background: transparent;
    border: 4px solid #000;
    padding: 6px;
    position: relative;
    z-index: 9;
}

.border-img-class .elementor-widget-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 40px;
    top: -40px;
    z-index: -1;
    background: transparent;
    border: 4px solid #000;
}

.jeg-elementor-kit.jkit-postblock .jkit-post-title {
    width: 90%;
}

.elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 65px;
    height: 53px;
    background: #000;
    border-radius: 100px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.elementor-image-box-wrapper {
    gap: 24px;
}

.attachment-full.size-full.wp-image-194 img {
    width: 20px;
    display: block;
}

.elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 30px;
    object-fit: contain;
}

.elementor-image-box-wrapper h3.elementor-image-box-title {
    margin: 0 0 10px !important;
}

.elementor-image-box-wrapper ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-right: 12px;
    position: relative;
}

.elementor-image-box-wrapper ul li::after {
    content: '';
    background: #3a3a3a;
    width: 5px;
    height: 5px;
    right: 0;
    top: 10px;
    position: absolute;
    border-radius: 100px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

div.wpforms-container-full .wpforms-form input {
    height: 42px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 6px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    border: 1px solid #d8d8d8 !important;
    height: 120px;
    border-radius: 6px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 15px 44px !important;
    font-size: 16px;
    text-transform: uppercase;
    background: #000 !important;
    border-radius: 10px !important;
    color: #fff !important;
    letter-spacing: 0.4px;
    border: none !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #B3E8F1 !important;
    color: #000 !important;
}



table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
    font-size: 15px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    padding: 15px 20px !important;
    letter-spacing: 0.5px;
    background: #000 !important;
    border-radius: 10px !important;
    margin-top: 12px !important;
    color: #fff !important;
    border: none !important;
}

.elementor-products-grid ul.products li img {
    padding: 42px 25px 25px;
    background: #f8f8f8;
    border-radius: 12px;
    margin-bottom: 20px !important;
}



[data-id="57f41fb"] span.elementor-button-icon {
    width: 26px;
    height: 25px;
    background: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}


.uc_review {
    flex-direction: column-reverse !important;
}

.uc_review p.uc_content {
    margin: 0 0 42px !important;
}

button.owl-prev {
    left: 91% !important;
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
    background: #000 !important;
    border-radius: 12px !important;
    border: unset;
    padding: 5px 0 !important;
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown li a.dropdown-item {
    color: #fff !important;
    font-size: 17px !important;
    padding: 10px 15px 10px !important;
    border-bottom: 1px solid rgb(255 255 255 / 61%);
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown li:last-child a.dropdown-item {
    border-bottom: unset !important;
}

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3rem, 2.7273rem + 1.0909vw, 3.6rem);
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 2.0455rem + 0.8182vw, 2.7rem);
}

h3, .fs-h3 {
	font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
}

h4, .fs-h4 {
	font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
}

h5, .fs-h5 {
	font-size: clamp(1.25rem, 1.1364rem + 0.4545vw, 1.5rem);
}

h6, .fs-h6 {
	font-size: clamp(1.125rem, 1.0227rem + 0.4091vw, 1.35rem);
}

p, .fs-p {
	font-size: clamp(0.8333rem, 0.7576rem + 0.303vw, 1rem);
}