/*
 Theme Name:   Neve Child
 Theme URI:    http://example.com/neve-child/
 Description:  Neve Child Theme
 Author:       Eric Martinez
 Author URI:   http://example.com
 Template:     neve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  neve-child
*/
.header-main,
.hfg_header {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9999;
}
.header-main.sticky,
.hfg_header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-in-out;
}
.header-main.sticky *,
.hfg_header.sticky * {
  background-color: transparent !important;
}
.header-main.sticky .nav-menu-primary,
.hfg_header.sticky .nav-menu-primary,
.header-main.sticky .nav-menu,
.hfg_header.sticky .nav-menu,
.header-main.sticky .navbar-nav,
.hfg_header.sticky .navbar-nav,
.header-main.sticky .nav-ul,
.hfg_header.sticky .nav-ul,
.header-main.sticky .header-menu-sidebar,
.hfg_header.sticky .header-menu-sidebar,
.header-main.sticky .header-menu-sidebar-bg,
.hfg_header.sticky .header-menu-sidebar-bg,
.header-main.sticky .builder-item,
.hfg_header.sticky .builder-item,
.header-main.sticky .hfg-item,
.hfg_header.sticky .hfg-item {
  background: transparent !important;
  background-color: transparent !important;
}
.header-main.sticky #header-grid,
.hfg_header.sticky #header-grid {
  padding: 8px 0;
  border-bottom: 2px solid #ee5f00;
  background: transparent !important;
}
.header-main.sticky .nav-menu-primary,
.hfg_header.sticky .nav-menu-primary,
.header-main.sticky .nav-menu,
.hfg_header.sticky .nav-menu,
.header-main.sticky .navbar-nav,
.hfg_header.sticky .navbar-nav,
.header-main.sticky .nav-ul,
.hfg_header.sticky .nav-ul,
.header-main.sticky .header-menu-sidebar,
.hfg_header.sticky .header-menu-sidebar,
.header-main.sticky .header-menu-sidebar-bg,
.hfg_header.sticky .header-menu-sidebar-bg {
  background: transparent !important;
  background-color: transparent !important;
}
.header-main.sticky .nav-menu-primary .nav-ul > li > a,
.hfg_header.sticky .nav-menu-primary .nav-ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent !important;
}
.header-main.sticky .nav-ul,
.hfg_header.sticky .nav-ul {
  font-size: 0.9em;
  margin: 0;
  background: transparent !important;
}
.header-main.sticky .nav-ul li,
.hfg_header.sticky .nav-ul li {
  background: transparent !important;
}
.header-main.sticky .nav-ul li a,
.hfg_header.sticky .nav-ul li a {
  background: transparent !important;
}
.header-main.sticky .builder-item--logo,
.hfg_header.sticky .builder-item--logo,
.header-main.sticky .site-logo,
.hfg_header.sticky .site-logo,
.header-main.sticky .custom-logo-link,
.hfg_header.sticky .custom-logo-link {
  --maxwidth: calc(var(--maxwidth) * 0.7) !important;
}
.header-main.sticky .builder-item--logo img,
.hfg_header.sticky .builder-item--logo img,
.header-main.sticky .site-logo img,
.hfg_header.sticky .site-logo img,
.header-main.sticky .custom-logo-link img,
.hfg_header.sticky .custom-logo-link img {
  max-height: min(calc(var(--maxwidth, 120px) * 0.7), 70px);
  width: auto;
  height: auto;
}
.header-main.sticky .site-logo.use-site-icon,
.hfg_header.sticky .site-logo.use-site-icon,
.header-main.sticky .custom-logo-link.use-site-icon,
.hfg_header.sticky .custom-logo-link.use-site-icon {
  --maxwidth: calc(var(--maxwidth) * 0.7) !important;
}
.header-main.sticky .site-logo.use-site-icon img,
.hfg_header.sticky .site-logo.use-site-icon img,
.header-main.sticky .custom-logo-link.use-site-icon img,
.hfg_header.sticky .custom-logo-link.use-site-icon img {
  max-height: min(calc(var(--maxwidth, 120px) * 0.7), 70px);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-main.sticky .navbar-toggle,
.hfg_header.sticky .navbar-toggle {
  padding: 8px 10px;
  background: transparent !important;
}
.header-main.sticky .hamburger-inner,
.hfg_header.sticky .hamburger-inner,
.header-main.sticky .hamburger-inner::before,
.hfg_header.sticky .hamburger-inner::before,
.header-main.sticky .hamburger-inner::after,
.hfg_header.sticky .hamburger-inner::after {
  height: 2px;
}
.header-main.sticky .navbar-collapse,
.hfg_header.sticky .navbar-collapse,
.header-main.sticky .navbar-nav,
.hfg_header.sticky .navbar-nav,
.header-main.sticky .dropdown-menu,
.hfg_header.sticky .dropdown-menu {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header-main.sticky .navbar-collapse .nav-ul,
.hfg_header.sticky .navbar-collapse .nav-ul,
.header-main.sticky .navbar-nav .nav-ul,
.hfg_header.sticky .navbar-nav .nav-ul,
.header-main.sticky .dropdown-menu .nav-ul,
.hfg_header.sticky .dropdown-menu .nav-ul {
  background: transparent !important;
}
.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-wrapper .form-row {
    margin-bottom: 20px;
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.contact-form-wrapper textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.contact-form-wrapper input[type="submit"]:hover {
    background-color: #005a87;
}

.contact-form-wrapper input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    border: 1px solid #46b450;
    background-color: #ecf7ed;
    color: #46b450;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
    border: 1px solid #dc3232;
    background-color: #fef7f7;
    color: #dc3232;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#header-grid {
  border-bottom: 3px solid #ee5f00;
  transition: all 0.3s ease-in-out;
}
.builder-item--logo,
.site-logo,
.custom-logo-link {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.builder-item--logo img,
.site-logo img,
.custom-logo-link img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  height: auto;
  max-height: 100px;
}
body.sticky-header-active {
  --sticky-header-height: 70px;
}
body.sticky-header-active .hfg_header.sticky + .neve-main,
body.sticky-header-active .hfg_header.sticky + #primary,
body.sticky-header-active .header-main.sticky + .neve-main,
body.sticky-header-active .header-main.sticky + #primary {
  margin-top: var(--sticky-header-height);
}
body.sticky-header-active .hero-cover {
  margin-top: calc(var(--sticky-header-height) * -1);
  padding-top: var(--sticky-header-height);
  min-height: calc(60vh + var(--sticky-header-height));
}
@supports (backdrop-filter: blur(10px)) {
  .header-main.sticky,
  .hfg_header.sticky {
    background: rgba(255, 255, 255, 0.9);
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .header-main.sticky,
  .hfg_header.sticky {
    background: rgba(255, 255, 255, 0.98);
  }
}
@media (max-width: 960px) {
  body.sticky-header-active {
    --sticky-header-height: 55px;
  }
  .header-main.sticky .builder-item--logo,
  .hfg_header.sticky .builder-item--logo,
  .header-main.sticky .site-logo,
  .hfg_header.sticky .site-logo,
  .header-main.sticky .custom-logo-link,
  .hfg_header.sticky .custom-logo-link {
    --maxwidth: calc(var(--maxwidth) * 0.75) !important;
  }
  .header-main.sticky .site-logo.use-site-icon,
  .hfg_header.sticky .site-logo.use-site-icon,
  .header-main.sticky .custom-logo-link.use-site-icon,
  .hfg_header.sticky .custom-logo-link.use-site-icon {
    --maxwidth: calc(var(--maxwidth) * 0.75) !important;
  }
}
@media (max-width: 768px) {
  body.sticky-header-active {
    --sticky-header-height: 50px;
  }
}
@media (prefers-color-scheme: dark) {
  .header-main.sticky,
  .hfg_header.sticky {
    background: rgba(30, 30, 30, 0.95);
    color: white;
  }
  .header-main.sticky .nav-ul > li > a,
  .hfg_header.sticky .nav-ul > li > a {
    color: white;
  }
}
@media (prefers-contrast: high) {
  .header-main.sticky,
  .hfg_header.sticky {
    background: white;
    border-bottom: 2px solid #000;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-main,
  .hfg_header,
  .header-main *,
  .hfg_header *,
  .site-logo img,
  .custom-logo-link img {
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .header-main.sticky,
  .hfg_header.sticky {
    animation: stickySlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wide-content-template {
  overflow-x: hidden;
}
form.wpcf7-form p label {
  width: 100%;
}
form.wpcf7-form p label input {
  width: 100%;
}
form.wpcf7-form p label textarea {
  width: 100%;
}
form.wpcf7-form input[type="submit"] {
  width: 100%;
  border: 1px solid #ee5f00;
}
form.wpcf7-form input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #ee5f00;
  color: #ee5f00;
}
.hfg_header {
  transition: all 0.3s ease;
}
.hfg_header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.hfg_header.sticky .header-main-inner,
.hfg_header.sticky .row {
  transition: all 0.3s ease;
}
.hfg_header.sticky .nav-menu-primary {
  background: transparent !important;
}
.hfg_header.sticky .nav-menu-primary .nav-ul {
  margin: 0;
  background: transparent !important;
}
.hfg_header.sticky .nav-menu-primary .nav-ul > li {
  background: transparent !important;
}
.hfg_header.sticky .nav-menu-primary .nav-ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent !important;
}
.hfg_header.sticky .nav-menu,
.hfg_header.sticky .navbar-nav,
.hfg_header.sticky .nav-ul,
.hfg_header.sticky .header-menu-sidebar,
.hfg_header.sticky .header-menu-sidebar-bg {
  background: transparent !important;
  background-color: transparent !important;
}
.hfg_header.sticky .navbar-toggle {
  padding: 8px 10px;
  background: transparent !important;
}
.hfg_header.sticky .hamburger-inner,
.hfg_header.sticky .hamburger-inner::before,
.hfg_header.sticky .hamburger-inner::after {
  height: 2px;
}
.hfg_header.sticky .navbar-collapse,
.hfg_header.sticky .navbar-nav,
.hfg_header.sticky .dropdown-menu {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hfg_header.sticky .navbar-collapse .nav-ul,
.hfg_header.sticky .navbar-nav .nav-ul,
.hfg_header.sticky .dropdown-menu .nav-ul {
  background: transparent !important;
}
.hfg_header.sticky .navbar-collapse .nav-ul li,
.hfg_header.sticky .navbar-nav .nav-ul li,
.hfg_header.sticky .dropdown-menu .nav-ul li {
  background: transparent !important;
}
.hfg_header.sticky .navbar-collapse .nav-ul li a,
.hfg_header.sticky .navbar-nav .nav-ul li a,
.hfg_header.sticky .dropdown-menu .nav-ul li a {
  background: transparent !important;
}
.hfg_header.sticky .builder-item--logo,
.hfg_header.sticky .site-logo,
.hfg_header.sticky .custom-logo-link {
  --maxwidth: calc(var(--maxwidth) * 0.7) !important;
}
.hfg_header.sticky .builder-item--logo img,
.hfg_header.sticky .site-logo img,
.hfg_header.sticky .custom-logo-link img {
  max-height: min(calc(var(--maxwidth, 120px) * 0.7), 70px);
}
.hfg_header.sticky .site-logo.use-site-icon,
.hfg_header.sticky .custom-logo-link.use-site-icon {
  --maxwidth: calc(var(--maxwidth) * 0.7) !important;
}
.hfg_header.sticky .site-logo.use-site-icon img,
.hfg_header.sticky .custom-logo-link.use-site-icon img {
  max-height: min(calc(var(--maxwidth, 120px) * 0.7), 70px);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.builder-item--logo,
.site-logo,
.custom-logo-link {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.builder-item--logo img,
.site-logo img,
.custom-logo-link img {
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  max-height: 100px;
}
body.sticky-header-active {
  --sticky-header-height: 70px;
}
body.sticky-header-active .hfg_header.sticky + .neve-main,
body.sticky-header-active .hfg_header.sticky + #primary {
  margin-top: var(--sticky-header-height);
}
body.sticky-header-active .hero-cover {
  margin-top: calc(var(--sticky-header-height) * -1);
  padding-top: var(--sticky-header-height);
  min-height: calc(60vh + var(--sticky-header-height));
}
@supports (backdrop-filter: blur(10px)) {
  .hfg_header.sticky {
    background: rgba(255, 255, 255, 0.9);
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .hfg_header.sticky {
    background: rgba(255, 255, 255, 0.98);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hfg_header.sticky {
    animation: stickySlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 960px) {
  body.sticky-header-active {
    --sticky-header-height: 55px;
  }
  .hfg_header.sticky .builder-item--logo,
  .hfg_header.sticky .site-logo,
  .hfg_header.sticky .custom-logo-link {
    --maxwidth: calc(var(--maxwidth) * 0.75) !important;
  }
  .hfg_header.sticky .builder-item--logo img,
  .hfg_header.sticky .site-logo img,
  .hfg_header.sticky .custom-logo-link img {
    max-height: min(calc(var(--maxwidth, 120px) * 0.75), 50px);
  }
  .hfg_header.sticky .site-logo.use-site-icon,
  .hfg_header.sticky .custom-logo-link.use-site-icon {
    --maxwidth: calc(var(--maxwidth) * 0.75) !important;
  }
  .hfg_header.sticky .site-logo.use-site-icon img,
  .hfg_header.sticky .custom-logo-link.use-site-icon img {
    max-height: min(calc(var(--maxwidth, 120px) * 0.75), 50px);
  }
}
@media (max-width: 768px) {
  body.sticky-header-active {
    --sticky-header-height: 50px;
  }
  .hfg_header.sticky .builder-item--logo img,
  .hfg_header.sticky .site-logo img,
  .hfg_header.sticky .custom-logo-link img {
    max-height: min(calc(var(--maxwidth, 120px) * 0.75), 45px);
  }
}
@media (prefers-color-scheme: dark) {
  .hfg_header.sticky {
    background: rgba(30, 30, 30, 0.95);
    color: #fff;
  }
  .hfg_header.sticky .nav-ul > li > a {
    color: #fff;
  }
}
@media (prefers-contrast: high) {
  .hfg_header.sticky {
    background: #fff;
    border-bottom: 2px solid #000;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hfg_header,
  .hfg_header * {
    transition: none !important;
    animation: none !important;
  }
  .builder-item--logo img,
  .site-logo img,
  .custom-logo-link img {
    transition: none !important;
  }
}
.top-header {
  background: #f8f9fa;
  color: #6c757d;
  font-size: 14px;
  border-bottom: 1px solid #dee2e6;
  transition: all 0.3s ease;
  position: relative;
  z-index: 998;
}
.top-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-header .top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  min-height: 48px;
}
@media (max-width: 768px) {
  .top-header .top-header-content {
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }
}
.top-header .contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .top-header .contact-info {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .top-header .contact-info {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-header .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-header .contact-info .contact-item i {
  color: #ee5f00;
  font-size: 12px;
  width: 14px;
  text-align: center;
}
.top-header .contact-info .contact-item span,
.top-header .contact-info .contact-item a {
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-header .contact-info .contact-item span:hover,
.top-header .contact-info .contact-item a:hover {
  color: #ee5f00;
}
.top-header .contact-info .contact-item.address i,
.top-header .contact-info .contact-item.phone i,
.top-header .contact-info .contact-item.email i,
.top-header .contact-info .contact-item.schedule i {
  color: #ee5f00;
}
.top-header .social-media {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-header .social-media .social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #495057;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-header .social-media .social-link:hover {
  background: #ee5f00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: white;
  text-decoration: none;
}
.top-header .social-media .social-link i {
  font-size: 14px;
}
.top-header .social-media .social-link:hover {
  background: #ee5f00;
}
body.sticky-header-active .top-header {
  display: none;
}
@media (max-width: 960px) {
  .top-header .contact-info {
    gap: 15px;
  }
  .top-header .social-media .social-link {
    width: 30px;
    height: 30px;
  }
  .top-header .social-media .social-link i {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .top-header .top-header-content {
    text-align: center;
  }
  .top-header .contact-info {
    justify-content: center;
  }
  .top-header .contact-info .contact-item {
    font-size: 13px;
  }
  .top-header .contact-info .contact-item i {
    font-size: 11px;
    width: 12px;
  }
  .top-header .social-media .social-link {
    width: 28px;
    height: 28px;
  }
  .top-header .social-media .social-link i {
    font-size: 12px;
  }
}
@media (prefers-color-scheme: dark) {
  .top-header {
    background: #2d3748;
    color: #e2e8f0;
    border-bottom-color: #4a5568;
  }
  .top-header .contact-info .contact-item span,
  .top-header .contact-info .contact-item a {
    color: #e2e8f0;
  }
  .top-header .contact-info .contact-item span:hover,
  .top-header .contact-info .contact-item a:hover {
    color: #ee5f00;
  }
}
@media (prefers-contrast: high) {
  .top-header {
    background: white;
    color: black;
    border-bottom: 2px solid black;
  }
  .top-header .social-media .social-link {
    background: black;
    border: 2px solid black;
  }
  .top-header .social-media .social-link:hover {
    background: white;
    color: black;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-header * {
    transition: none !important;
    animation: none !important;
  }
  .social-media .social-link:hover {
    transform: none;
  }
}
/*# sourceMappingURL=style.css.map */