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

*:focus{
    outline: none !important;
}
*{
    box-sizing: border-box;
}
:root {
    --primary: #3F170D;
    --secondary:#F6F6EB;
    --text:#3F170D;
    --accent:#3F170D;
    --white: #FFFFFF;
    --dark: #000000;
    --titlef: "Poppins", sans-serif;
    --bodyf: "Poppins", sans-serif;
}
body{
    font-family:var(--bodyf);
}
html {
    margin-top: 0 !important;
    scroll-behavior: smooth ;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
}
html p{
    line-height: 160%;
}
::selection {
    color: var(--white);
    background: var(--primary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
html a, html .elementor a {
    text-decoration: none;
    transition: all 0.4s;
    color: var(--primary);
}
html a:hover{
    color: var(--dark);
}
html h1.entry-title {
    display: none;
}
html p:last-child {
    margin-bottom: 0;
}
html main#content {
    min-height: 50vh;
}

html header#site-header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    transition: all 0.5s;
}
#site-header .header-inner {
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
}
#site-header .site-logo .custom-logo-link {
    display: block;
    width: 145px;
}
#site-header .site-logo .custom-logo-link:hover {
    transform: scale(0.9);
}
#site-header .site-logo .custom-logo-link img {
    width: 100%;
}
#site-header .site-navigation {
    display: block;
    padding: 10px 0;
}
#site-header .menu {
    gap: 30px;
    align-items: center;
}
#site-header .menu a {
    padding: 0;
    text-transform: uppercase;
}
#site-header .menu .btn a {
    font-size: 15px;
    display: block;
    line-height: 42px;
    border: 1px solid var(--primary);
    padding: 0 31px;
    border-radius: 50px;
}
#site-header .menu .btn a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
html.sticky header#site-header {
    background: var(--white);
    padding: 14px 0;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 4%);
}
html.scroll100 header#site-header {
    transform: translateY(-100%);
}
.sticky #site-header .site-logo .custom-logo-link {
    width: 110px;
}


#hbanner {
    background: linear-gradient(180deg, #FFD7A4 0%, rgba(255, 215, 164, 0) 41.35%), #F6F6EB;
}
#hbanner h1.elementor-heading-title {
    margin-right: -100px;
}
#banefites-boxs .elementor-icon-box-wrapper {
    min-height: 328px;
}
#banefites-boxs .elementor-icon-box-content {
    margin-top: auto;
    flex-grow: unset;
}