/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744009168
Updated: 2025-04-07 06:59:28

*/


.e-con-inner {
    padding-left: 80px !important;
    padding-right: 80px !important;
    max-width: 100% !important;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    width: 100% !important;
}

.cf7-wrap input[type="text"],
.cf7-wrap input[type="email"],
.cf7-wrap select,
.cf7-wrap textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px !important;
    border: none;
    background: #f5f7fa;
    font-size: 15px;
    outline: none;
}

.cf7-wrap textarea {
    height: 140px;
    resize: none;
}

.cf7-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23999' d='M7 10L2 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.cf7-checkbox {
    font-size: 14px;
}
#product-url{
      display: none !important;
}
.cf7-checkbox a {
    color: #ff6a00;
    text-decoration: none;
}

.cf7-submit {
    margin-top: 0px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    display: block;
}
.cf7-wrap input[type="submit"] {
    background: #fff598;
    color: #000;
    padding: 12px 32px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf7-wrap input[type="submit"]:hover {
    background: #0077cc;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    display: none;
}

button.iti__selected-country {
    display: flex;
    border: none !important;
    background-color: #f5f7fa !important;
    color: #000 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.iti .iti__selected-dial-code {
    margin-left: -5px;
    font-size: 12px;
}

li.iti__country,
li.iti__country span {
    color: #000;
}

.cf7-row.cf7-checkbox {
    margin: -14px 0 0 0 !important;
}

.cf7-row.cf7-checkbox p {
    margin: 0 !important;
}

.cf7-row.cf7-checkbox span.wpcf7-list-item {
    margin: 0 !important;
}

.cf7-row.cf7-checkbox span.wpcf7-list-item-label {
    position: relative;
    top: -1px;
}

#pum-685 .pum-close.popmake-close {
background-color: #fff598 !important;
    font-size: 24px !important;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 18px !important;
    top: -20px !important;
    right: -20px !important;
    padding-bottom: 11px !important;
    color: #000;
}
#pum-685 {
    background-color: rgba(0, 0, 0, 0.7);
}
.pum-theme-676 .pum-container, .pum-theme-default-theme .pum-container {
    border: none !important;
    box-shadow: none !important;
    background-color: #009144;
}
.quote a.elementor-button.elementor-size-sm {
     display: block !important;
}
@keyframes moveDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

@media (max-width: 1366px) {}

@media (max-width: 1024px) {
    .e-con-inner {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 767px) {
    .e-con-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}