/* 
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 */
/* || CUSTOM PAGE TEMPALTE STYLING & UTILITIES */
#content, #pmRoot {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.container {
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 80px 16px !important;
}

.container h2.wp-block-heading {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.container .wp-block-column ul, .container .wp-block-column ol {
  margin-bottom: .9rem !important;
}

.home #content {
  max-width: unset !important;
  margin: unset !important;
  padding: unset !important;
}


p:last-child {
    margin: 0 !important;
}

.secondary .elementor-heading-title {
    line-height: var(--e-global-typography-secondary-line-height) !important;
	font-size: var(--e-global-typography-secondary-font-size) !important;
}

.primary-xl .elementor-heading-title {
	line-height: var(--e-global-typography-cc256d1-line-height) !important;
	font-size: var(--e-global-typography-cc256d1-font-size) !important;
}

.primary-cards .elementor-heading-title {
    font-size: var(--e-global-typography-71e377b-font-size) !important;
    line-height: var(--e-global-typography-71e377b-line-height) !important;
    font-weight: var(--e-global-typography-71e377b-font-weight) !important;
    text-transform: var(--e-global-typography-71e377b-text-transform) !important
    font-family: var(--e-global-typography-71e377b-font-family) !important;
}

/* Text Editor UL/OL margin */
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  margin-bottom: .9rem;
}

/* Button & Form Styling */
.elementor-button {
  background-color: transparent !important;
  border: 1px solid var(--e-global-color-accent) !important;
  border-radius: 0px !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  text-transform: var(--e-global-typography-accent-text-transform) !important;
}

.elementor-button:hover, .gform_button:hover {
  background-color: var(--e-global-color-accent) !important;
  border: 1px solid var(--e-global-color-accent) !important;
  border-radius: 0px !important;
  text-decoration: unset !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
}

.border-gold .elementor-button {
    border: 1px solid var(--e-global-color-secondary) !important;
	color: #fff !important;
}

.border-gold .elementor-button:hover {
    border: 1px solid var(--e-global-color-096046f) !important;
    background-color: #fff !important;
    color: var(--e-global-color-text) !important;
}

.btn-dark .elementor-button, .btn-dark .elementor-button:hover span.dark {
  color: var(--e-global-color-secondary) !important;
}

.btn-dark .elementor-button:hover {
  color: #fff !important;
}

.elementor-button span.dark {
    color: var(--e-global-color-accent) !important;
}

.gform_button {
    background-color: transparent !important;
    color: #fff !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    border-radius: 0px !important;
}

.gform_button:hover {
  color: var(--e-global-color-primary) !important;
  background-color: #fff !important;
}

.gform_confirmation_message {
  background-color: #f9f9f9 !important;
  padding: 1rem !important;
  border: 3px solid rgba(104, 195, 163) !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.white label, .white legend, .white .gfield_required {
  color: #fff !important;
}

/* HF NAVIGATION */
.hf-navigation {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.hf-navigation * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hf-navigation ul {
  list-style: none;
}

.hf-navigation a {
  text-decoration: none;
  color: inherit;
}

.hf-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.hf-nav-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hf-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.hf-nav-menu > li {
  position: relative;
}

.hf-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--e-global-color-text);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: var(--e-global-typography-accent-text-transform) !important;
}

.hf-nav-link:hover {
  color: var(--e-global-color-accent);
  text-decoration: unset !important;
}

.hf-dropdown-arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hf-has-dropdown:hover .hf-dropdown-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hf-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 800px;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  background: rgba(241, 240, 239, 0.7);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(241, 240, 239, 0.3);
}

.hf-has-dropdown:hover > .hf-dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hf-sub-menu {
  padding: 30px 35px;
}

.hf-sub-menu > li {
  margin-bottom: 25px;
}

.hf-sub-menu > li:last-child {
  margin-bottom: 0;
}

.hf-submenu-link {
  display: block;
}

.hf-submenu-title {
  display: block;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: var(--e-global-typography-accent-text-transform) !important;
  margin-bottom: 0px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.hf-submenu-link:hover {
  text-decoration: unset !important;
  color: var(--e-global-color-secondary) !important;
}

.hf-submenu-link:hover .hf-submenu-title {
  color: var(--e-global-color-secondary) !important;
}

.hf-submenu-description {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.hf-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.hf-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 18px;
}

.hf-hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--e-global-color-text);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hf-mobile-toggle.active .hf-hamburger-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.hf-mobile-toggle.active, .hf-mobile-toggle:hover, .hf-mobile-toggle:focus {
  background: var(--e-global-color-accent);
}

.hf-mobile-toggle.active .hf-hamburger-line, .hf-mobile-toggle:hover .hf-hamburger-line, .hf-mobile-toggle:focus .hf-hamburger-line {
	background: #fff;
}

.hf-mobile-toggle.active .hf-hamburger-line:nth-child(2) {
  opacity: 0;
}

.hf-mobile-toggle.active .hf-hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.menu-item-has-children.active .hf-nav-link {
	color: var(--e-global-color-accent);
}

/*BG GRADIENT*/
.gradient-section .e-con-inner {
    position: relative;
}

.gradient-section .e-con-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1.5);
  width: 100%;
  height: 100%;   
  background: 
    linear-gradient(
      to bottom, #ffffff 0%,
      transparent 100%
    ),
    linear-gradient(
      90deg,#AB8A6145 30%,
#ffffff45 40%,
#AD730855 100%
    );
  background-size: 100% 100%, 200% 100%;
  animation: gradientMove 8s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%, 0% 50%;
  }
  50% {
    background-position: 0% 0%, 100% 50%;
  }
  100% {
    background-position: 0% 0%, 0% 50%;
  }
}


@media screen and (max-width: 1525px){
  .hf-dropdown-wrapper {
    min-width: 275px;
  }

  .hf-submenu-description {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hf-nav-container {
    height: 70px;
    padding: 0;
  }
  
  .hf-mobile-toggle {
    display: block;
  }
  
  .hf-nav-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
	width: 80vw;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
	z-index: 99;
    height: 100vh;
  }
  
  .hf-nav-wrapper.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  .hf-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    padding: 20px 0;
  }
  
  .hf-nav-menu > li {
    border-bottom: 1px solid var(--e-global-color-b82297f);
  }
  
  .hf-nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 25px;
    font-size: 14px;
  }
  
  .hf-dropdown-wrapper {
    position: static;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
	border: unset !important;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
	border-radius: 0px !important;
  }
  
  .hf-has-dropdown.active > .hf-dropdown-wrapper {
    max-height: 1000px;
  }
  
  .hf-has-dropdown.active .hf-dropdown-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .hf-sub-menu {
    padding: 15px 25px 25px;
  }
  
  body.hf-menu-open {
    overflow: hidden;
  }
  
}