/* 
Theme Name: ZMB
Theme URI: https://www.saloninteriors.de/
Description: ZMB is a child theme of Hello Elementor
Author: ZMB
Author URI: https://www.zmb.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: ZMB
*/

/* Add your custom styles here */

.noscroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img,
svg {
  display: block;
}
.w-fit-content {
  width: fit-content;
}
.elementor-icon-box-icon {
  display: inline-flex;
}
.elementor-image-box-img {
  display: block !important;
}
.elementor-image-box-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.elementor-button-icon svg {
  width: auto;
}
.elementor-icon-list-icon svg {
  margin: 0 !important;
}
.elementor-icon-list-text {
  padding-inline-start: 0 !important;
}
.center.elementor-widget-button .elementor-button-content-wrapper {
  align-items: center;
}
.icn-lst-btn-rvs .elementor-icon-list-item a {
  width: fit-content;
  flex-direction: row-reverse;
  gap: 12px;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
  width: auto !important;
}
label {
	width: 100%;
	display: block;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}  
::placeholder {
  color: #ACACAC;
}
.wpcf7-form .field_label p {
  font-family: "Source Sans 3";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.14px;
	color: #000000;
	margin-bottom: 14px;	
}
.wpcf7-form .wpcf7-form-control {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 12.5px 19px;
  font-family: "Source Sans 3";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #000000;
  display: block;
}
.wpcf7-form textarea {
  max-height: 115px;
}
.wpcf7-form .wpcf7-form-control:focus-visible {
  border: 1px solid #691B32;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #dc3232;
}

.wpcf7-form .contact_fields .field:not(:last-child) {
  margin-bottom: 23.5px;
}
.wpcf7-form .contact_fields .field-2-col {
  display: flex;
  gap: 16px;
}
.wpcf7-form .contact_fields .field_input, .wpcf7-form .contact_fields .field_label {
  width: 100%;
}
.wpcf7-form .submit_button button {
  width: 100%;
	background: #F2C400;
  border: 1px solid #F2C400;
  border-radius: 6px;
  padding: 15.5px;
	color: #691B32;
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
	margin-top: 27px;
}
.wpcf7-form .submit_button button:hover {
	background: #691B32;
  border: 1px solid #691B32;
	color: #F2C400;
}
.wpcf7-not-valid-tip {
    display: none;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0px;
}
.banner-img > div {
  height: 100%;
}
.e-n-accordion-item {
  transition: 0.3s ease;
}
.e-n-accordion-item:not([open]) {
  padding: 0 36px;
}
.e-n-accordion-item-title[aria-expanded="false"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.e-n-accordion-item-title-text {
  display: flex;
  gap: 35px;
}
.e-n-accordion-item-title-text span {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.25px;
}

.review-slider .slick-list {
  margin: 0 -10px;
}
.review-slider .slick-slide {
  margin: 37px 10px 0;
  opacity: 0.41; 
}
.review-slider .slick-center {
  opacity: 1;
}
.slick-arrow {
  cursor: pointer;
}
.review-slider .slide-contents {
	height: 100%;
}


/**************** Responsive Styles ****************/

@media screen and (max-width: 1280px) {
  .e-n-accordion-item:not([open]) {
    padding: 0 32px;
  }
  .e-n-accordion-item-title-text {
    gap: 32px;
  }
  .e-n-accordion-item-title-text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .e-n-accordion-item-title-text span {
    font-size: 22px;
  }
  .e-n-accordion-item:not([open]) {
    padding: 0 28px;
  }
  .e-n-accordion-item-title-text {
    gap: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .hfe-nav-menu__breakpoint-tablet {
    position: initial;
  }
  nav.hfe-dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0% !important;
    padding: 40px 20px;
    display: block;
    transition: .3s ease;
  }
  nav.hfe-dropdown.menu-is-active {
      top: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .e-n-accordion-item:not([open]) {
    padding: 0 24px;
  }
  .e-n-accordion-item-title-text {
    gap: 24px;
  }
  .e-n-accordion-item-title-text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-img {
    position: initial;
  }
  .e-n-accordion-item:not([open]) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .wpcf7-form .contact_fields .field-2-col {
    display: block;
  }
  .wpcf7-form .contact_fields .field-2-col {
    margin-bottom: 24px;
  }
}