.entry-header.ast-header-without-markup {
  display: none !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
  border: none !important;
  outline: none !important;
}

.fahkwang {
  font-family: "Fahkwang", sans-serif !important;
}

.footer-info {
  display: flex;
  gap: 55px;
  line-height: 100%;
}

@media (max-width: 768px) {
  .footer-info {
    flex-direction: column;
  }
}

.footer-info div {
  gap: 15px;
  align-items: flex-start;
}

.footer-info div:first-child {
  flex: 1.3;
}

.footer-info div:nth-child(2) {
  flex: 1.7;
}

.footer-info div:nth-child(3) {
  flex: 0.7;
}

.footer-info div:last-child {
  flex: 1.3;
}

.footer-info p {
  margin-bottom: 0 !important;
}

.footer-info p.footer-info_title {
  margin-bottom: 34px !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer-info p.footer-info_title {
    margin-bottom: 20px !important;
  }
}

footer .site-primary-footer-wrap.ast-builder-grid-row-2-equal .ast-builder-grid-row {
  grid-template-columns: 1.8fr 3.2fr !important;
}

@media (max-width: 768px) {
  footer .site-primary-footer-wrap.ast-builder-grid-row-2-equal .ast-builder-grid-row {
    grid-template-columns: 1fr !important;
  }
}

/* FORMS */
.wpforms-submit-container {
  text-align: center;
}

.wpforms-submit {
  color: white !important;
  font-size: 18px !important;
  margin-top: 50px !important;
 padding: 20px 70px !important;
	background: rgba(176,138,69,0.9) !important;
	border: none !important;
		font-family: 'Fahkwang', sans-serif !important;
    font-weight: 600 !important;
	text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .wpforms-submit {
    font-size: 16px !important;
    margin-top: 35px !important;
  }
}

label.wpforms-error {
  font-size: 14px !important;
  margin-top: 2px;
}

input.wpforms-field-large,
input.wpforms-field-name-first,
input.wpforms-field-name-last,
input.wpforms-field-medium,
textarea.wpforms-field-large,
textarea.wpforms-field-medium {
  background-color: transparent !important;
  border: 2px solid #BDB5AA !important;
  padding: 17px 23px !important;
  color: #91897D !important;
  font-size: 16px !important;
}


input.wpforms-field-large,
input.wpforms-field-name-first,
input.wpforms-field-name-last,
input.wpforms-field-medium {
  height: auto !important;
}

textarea {
  resize: none !important;
}

.mobile-menu-toggle-icon {
  display: none !important;
}

.menu-toggle::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('/wp-content/uploads/2026/02/menu.svg') no-repeat center;
  background-size: contain;
}

.ast-grid-right-center-section {
  justify-content: flex-end;
}

.main-navigation li a {
  position: relative;
  text-decoration: none;
}

.main-navigation > ul {
    gap: 50px;
}

.main-navigation li.current-menu-item > a {
  text-decoration: none;
}

.main-navigation li a::after {
  content: "";
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 14px;
  height: 1px;
  width: auto;
  transform: scaleX(0);
  transform-origin: left;
  background-color: currentColor;
  transition: transform .3s ease;
}

.main-navigation li:not(.current-menu-item) a:hover::after {
  transform: scaleX(1);
}

.main-navigation li.current-menu-item a::after {
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .main-navigation > ul { gap: 0; }
  .main-navigation li a::after,
  .main-navigation li.current-menu-item a::after {
    display: none;
  }
}

.footer-info a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
}

.footer-info a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background-color: currentColor;
  transition: transform .3s ease;
}

.footer-info a:hover::after {
  transform: scaleX(1);
}

.hero-full {
  position: relative;
}

.hero-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
}

@media (min-width: 1025px) {
  body.home .main-navigation li a {
    color: white !important;
  }
}

body.home .site-header img.custom-logo,
body.home .site-header .menu-toggle,
body.home .site-header .site-header-primary-section-right-center img {
  filter: brightness(0) invert(1);
}

.elementor-section:not(:first-of-type) {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.elementor-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.elementor-editor-active .elementor-section {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.text-button {
  position: relative;
  padding-left: 45px;
}

.text-button.center {
  margin: auto;
}

.text-button:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #696359;
  position: absolute;
  top: 12px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.text-button:hover::before {
  width: 17px;
}

.ast-mobile-header-content {
  position: absolute;
}

#masthead {
  position: relative !important;
}

@media (max-width: 768px) {
  .alt-column {
    display: flex;
    flex-direction: column;
  }

  .alt-column .elementor-column:first-child {
    order: 2;
  }

  .alt-column .elementor-column:last-child {
    order: 1;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 45px;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

@media (max-width: 768px) {
  #scrollToTop {
    right: 20px;
  }
}

#scrollToTop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scrollToTop:hover {
  transform: translateY(-5px);
}


.elementor-gallery-item__title {
  display: block;
  font-weight: 600;
}

.elementor-gallery-item__caption {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

/* SLIDER */
.slider-custom .elementor-swiper-button-prev {
  display: none !important;
}

.slider-custom .elementor-swiper-button-next,
.slider-custom .swiper-button-next {
  position: absolute !important;
  top: -130px !important;
  font-size: 50px !important;
  right: 5px !important;
  transition: right 0.3s ease;
}

.slider-custom .elementor-swiper-button-next:hover,
.slider-custom .swiper-button-next:hover {
  right: 0px !important;
}

.slider-custom .swiper {
  overflow: visible !important;
}

@media (max-width: 768px) {
  .slider-custom .elementor-swiper-button-next,
  .slider-custom .swiper-button-next {
    top: -45px !important;
  }
  
  .slider-custom .swiper {
    overflow: hidden !important;
  }
}

.swiper-slide-inner {
  text-align: left;
}