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


/* Default transparent header */
.stickyheader {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;
}

/* On scroll */
.stickyheader.scrolled {
    background: #0157a9d4 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#chartdiv {
  width: 100%;
  height: 500px;
  max-width: 1100px;
  margin: auto;
}



.cf7-wrapper {
    max-width: 100%;
}

.cf7-wrapper .row-2 {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.cf7-wrapper .col {
    flex: 1;
}

.cf7-wrapper .row-full {
    margin-bottom: 20px;
}

.cf7-wrapper input,
.cf7-wrapper textarea {
    width: 100%;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #f8f8f8;
    font-size: 15px;
    outline: none;
}

.cf7-wrapper textarea {
    height: 140px;
    resize: none;
}

.cf7-wrapper .checkbox-row {
    font-size: 14px;
    color: #333;
}

.cf7-wrapper .submit-row input[type="submit"] {
    background: #0157A9;
    color: #fff;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: auto;
}

.cf7-wrapper .submit-row input[type="submit"]:hover {
    opacity: 0.9;
}

.cccheck input[type="checkbox"]{width: 20px}

.prodsibar li a {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
	width:100%;
}
.prodsibar li a:after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    display: block;
    right: 0;
    opacity: 1 !important;
    background: transparent !important;
    left: auto !important;
    top: 12px;
}
.prodsibar li a:hover{
	background: #F88A26;
	color:#fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .cf7-wrapper .row-2 {
        flex-direction: column;
    }
}