html, body, *{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
   font-family: "Karla", sans-serif;
    color: #F8E9D1;
}


header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #242424;
}

main{
	margin-top: 143px;
}

.logged-in main{
	margin-top: 46px;
}

html{
	    scroll-behavior: smooth;
}
body{
    background-color: #242424;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

span, i{
    color: inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
b {
    font-weight: bolder;
}
em, i{
    color: inherit;
    font-style: italic !important;
}
a{
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ub, sup{
    vertical-align: text-middle;
    line-height: 0 !important;
    bottom: .8em;
    position: relative;
    color: inherit;
}
strong{
    color: inherit;
    font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}


p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

p:last-of-type{
    padding-bottom: 0;
}

a {
    /* color: #000; */
}


.container{
    max-width: 1282px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.hamburger, .header-mobile{
    display: none;
}


.main-menu-header ul li a{
	color: #F8E9D1 !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.52px;
	text-align: center;
	text-transform: uppercase !important;
}

.header-mobile ul li a{
	color: #F8E9D1 !important;
	font-family: Karla;
	font-weight: 400;
	font-size: 20px;
	line-height: 16.52px;
	text-align: center;
	text-transform: uppercase !important;
}

.main-header{
	display: flex;
    align-items: center;
	position: relative;
    justify-content: space-between;
}

.main-menu-header ul{
	display: flex;
	align-items: center;
	gap: 30px !important;
	margin: 0
}

header {
	border-bottom: 1px solid #424242;
}

.logo-header{
	padding-left: 33px;
}

.main-header{
	padding-top: 23px;
    padding-bottom: 21px;
}

/* Home */
.section-banner-home .container{
	max-width: 1282px;
}

.main-banner-home{
	display: flex;
    flex-wrap: wrap;
/*     align-items: center; */
	gap: 76px;
}

.section-banner-home{
	padding-top: 153px;
}

.image-banner-home{
	aspect-ratio: 630 / 554;

}

.image-banner-home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px
}

.content-banner-home{
	padding-top: 76px;
	width: calc(46.645% - 38px);
}

.image-banner-home{
	width: calc(53.355% - 38px);
}

.subtitle-banner-home span{
	font-weight: 400;
	font-size: 12px;
	line-height: 16.52px;
	text-align: center;
	text-transform: uppercase;
}

h1.title-banner-home{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 64px;
	line-height: 85px;
    margin-bottom: 16px;
}

.subtitle-banner-home{
	margin-bottom: 15px;
}

.description-banner-home p{
	font-weight: 400;
	font-size: 18px;
	line-height: calc(21 / 18);
}

.description-banner-home{
	margin-bottom: 49px
}

.description-banner-home{
	max-width: 513px
}

.button-banner-home a{
	background: inherit;
	display: inline-block;
	font-weight: 400;
	border-radius: 200px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding: 10px 28px 8px 29px;
	border: 1px solid #F8E9D1;
}

.subtitle-banner-home .icon-circle{
	animation: pulse-animation 2s infinite;
	border-radius: 50%;
}

.icon-circle{
	background: #F8E9D1;
	border-radius: 13px;
	width: 10px;
	height: 10px;
	display: inline-block
}

.subtitle-banner-home p{
	    display: flex;
    align-items: center;
    gap: 8px;
}


@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(248, 233, 209, 0.5);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(248, 233, 209, 0.5);
  }
}

.swiper-slide.item-brand-home {
	width: max-content;
}

.swiper-wrapper.list-brand-home {
	align-items: center;
}

.section-brand-home{
	padding-top: 42px;
	padding-bottom: 42px
}

.section-brand-home .container{
	max-width: 100%;
	padding: 0;
}

.section-install-home .container{
	max-width: 1282px;
}
.section-install-home {
	background: #C9D1D3;
	padding-top: 65px;
	padding-bottom: 98px
}
.main-serve-home p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: calc(52 / 40);
	color: #242424;
	text-align: center;
	max-width: 1089px;
	margin: 0 auto;
}

.main-serve-home{
	margin-bottom: 0
}

.main-install-home{
	padding-top: 98px;
}

.image-install-home{
	line-height: 0;
	aspect-ratio: 598 / 749;
}

.image-install-home img{
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-install-home{
	display: flex;
    flex-wrap: wrap;
    gap: 51px;
	align-items: center;
}

.image-install-home{
	width: calc(50.202% - 25.5px);
}

.content-install-home{
	width: calc(49.798% - 25.5px);
	
}

.title-install-home h2{
	color: #242424;
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 32px;
	line-height: calc(43 / 32);
	margin-bottom: 14px

}

.description-install-home p{
	color: #242424;
	font-weight: 400;
	font-size: 18px;
	line-height: calc(21 / 18);
	margin-bottom: 31px
	

}

.title-installation-highlights p{
	font-weight: 600;
	font-size: 18px;
	line-height: calc(21 / 18);
	color: #242424;
	margin-bottom: 8px
	
}

.desc-installation-highlights p{
	font-weight: 400;
	font-size: 18px;
	line-height: calc(21 / 18);
	color: #242424;

}

.item-installation-highlights{
	margin-bottom: 30px;
}

.item-installation-highlights:last-child{
	margin-bottom: 0;
}

.link-install-home a{
	display: inline-block;
    border: 1px solid #242424;
    padding: 10px 18px 8px 16px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #242424;
	margin-top: 30px
}

.section-brand-commitment{
	padding: 34px 0 90px;
	background: #F8ECD9;
	border-bottom: 1px solid #CBCBCB;
}

.text-marquee-commitment{
	padding-bottom: 34px;
}

.marquee-content-commitment p{
	color: #0a0a0a;
	font-family:  "Instrument Serif", serif;
	font-weight: 400;
	font-size: 64px;
	line-height: calc(83 / 64);
	letter-spacing: 0%;

}

.text-marquee-commitment{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
	border-bottom: 1px solid #948572
}

.section-brand-commitment .container{
	max-width: 1282px;
}

.title-brand-commitment h2{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
	color: #242424;

}

.title-brand-commitment h2 br{
	display: none;
}

.title-brand-commitment{
	margin-bottom: 54px
}

.brand-commitment-wrapper{
	padding-top: 91px
}
.marquee-track-commitment {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.marquee-content-commitment {
  flex: 0 0 auto;
  padding-right: 100px; 
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


.number-growth p{
	font-family:  "Instrument Serif", serif;
	font-weight: 400;
	font-size: 62px;
	line-height: 100%;
	color: #242424;
    margin-bottom: 12px;
}

.image-brand-commitment{
	aspect-ratio: 355 / 482;
	line-height: 0
}

.image-brand-commitment img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.description-brand-commitment p{
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	color: #242424;
	margin-bottom: 36px;
}

.description-number-growth p{
	color: #242424;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;

}

.image-brand-commitment{
	width: calc(33.307% - 60px);
}

.content--brand-commitment{
	width: calc(32.745% - 60px);
	padding-top: 5px;
}

.link-brand-commitment a{
	display: inline-block;
    color: #242424;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    border: 1px solid #242424;
    padding: 10px 30px 9px 30px;
    border-radius: 200px;
}

.key-numbers-commitment{
	width: calc(33.948% - 60px);
	    padding-left: 44px;
    padding-top: 12px;
}

.item-key-numbers{
	margin-bottom: 58px;
}

.item-key-numbers:last-child{
	margin-bottom: 0;
}

.main-brand-commitment{
	display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.accordion-industry .accordion-content {
  display: none;
}

.accordion-industry .accordion-header {
  background: inherit;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.icon-toggle-industry, .icon-toggle-solutions {
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.icon-toggle-industry .icon-minus, .icon-toggle-solutions .icon-minus{
  display: none;
}

.accordion-item.active .icon-toggle-industry .icon-plus,.accordion-item-solutions.active .icon-toggle-solutions .icon-plus{
  display: none;
}

.accordion-item.active .icon-toggle-industry .icon-minus,.accordion-item-solutions.active .icon-toggle-solutions .icon-minus{
  display: flex;
}

.icon-toggle-industry span, .icon-toggle-solutions span{
	line-height: 0;
    display: flex;
    align-items: center;
}


.section-tailored-industries .container{
	max-width: 1282px;
}

.section-tailored-industries{
	background: #F8ECD9;
	padding-bottom: 135px;
	padding-top: 90px;
}

.accordion-item{
	background: #EFE1CB;
	padding: 20px 63px 20px 40px;
	border-radius: 10px;
}

.accordion-header{
	color: #000;
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: calc(45.5 / 35);
}

.accordion-content p{
	color: #242424;
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
}

.accordion-content{
	padding-top: 11px;
}
.title-tailored-industries h2{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
	color: #242424;
	text-align: center;
	margin-bottom: 58px;
}

.accordion-industry .accordion-industry-wrapper{
      width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.accordion-column{
	width: calc(50% - 6.5px);
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.accordion-item {
  width: 100%;
}


.section-facility-solutions{
	padding-top: 91px;
	border-bottom: 1px solid #353535;
	padding-bottom: 117px
}

.section-facility-solutions .container{
	max-width: 1282px
}
.title-tailored-industries{
	margin-bottom: 55px;
}


.title-facility-solutions h2{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	max-width: 846px;
	margin: 0 auto;
	margin-bottom: 36px
}

.link-facility-solutions a{
	border: 1px solid #F8E9D1;
	border-radius: 200px;
	padding: 10px 20px 10px 20px;
	font-weight: 400;
	font-size: 19px;
	line-height: 23px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.accordion-header-solutions{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: calc(46 / 35);
	letter-spacing: 0%;
	background: inherit;
	width: 100%;
	text-align: left;
	position: relative;
	padding-right: 26px;
	cursor: pointer;
}

.solutions-accordion-wrapper{
	display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.accordion-image-facility{
	aspect-ratio: 598 / 460;
	line-height: 0;
}

.accordion-image-facility img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.accordion-list-solutions{
	width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-list-solutions, .accordion-image-facility{
	width: calc(50% - 25px);
}

.link-facility-solutions{
	display: flex;
	margin-bottom: 36px
	
}
.accordion-content-solutions p {
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
	padding-top: 11px;
}

.accordion-item-solutions{
	padding: 15px;
	background: #2E2E2E;
	border-radius: 10px;
}

.accordion-content-solutions {
  display: none;
}

.title-reviews h2{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: calc(55 / 50);
	text-align: center;
	margin-bottom: 41px

}

.swiper-client-testimonials{
	margin: 0 auto;
	background: #232323;
	border: 1px solid #313131;
	border-radius: 20px;
	padding: 23px 0 59px 0;
}


.parent-swiper-testimonials{
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 31.5px;
}

.box-hover-testimonials{
	position: absolute;
    margin: 0 auto;
    background: #232323;
    border: 1px solid #313131;
    border-radius: 20px;
    z-index: -1;
    width: 100%;
    height: calc(100% - 24px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide.item-client-testimonial{
	padding: 0 88px 0 88px;
	
}

.swiper-client-testimonials .swiper-button-next:after, .swiper-client-testimonials .swiper-button-prev:after{
	display: none;
}

.arrow-button-testimonials .swiper-button-prev svg, .arrow-button-testimonials .swiper-button-next svg{
	min-width: 24px;
    height: 24px;
    width: 24px;
}

.section-client-testimonials{
	padding-top: 117px;
	padding-bottom: 52px
}

.arrow-button-testimonials .swiper-button-prev , .arrow-button-testimonials .swiper-button-next {
	position: relative;
    top: unset;
    left: unset;
    right: unset;
    height: max-content;
    display: block;
    line-height: 0;
    margin: 0 !important;
}

.content-client-testimonial p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: calc(46 / 35);
	text-align: center;
	margin-bottom: 29px;
}

.arrow-button-testimonials{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    height: 24px;
	margin-bottom: 29px;
}

.title-client-testimonials p{
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	text-align: center;
}
.description-client-testimonials p{
	color: #fff;
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	text-align: center;
	max-width: 806px;
	margin: 0 auto 50px;
}

.success-stories__heading h2{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 45px;
}

.section-success-stories {
	padding-top: 52px;
	padding-bottom: 132px;
	border-bottom: 1px solid #353535
}
.section-success-stories .container{
	max-width: 1384px;
}

.success-story__thumbnail{
	background: #F8E9D1;
	line-height: 0;
	margin-bottom: 10px;
	aspect-ratio: 396 / 229;
}
.success-story__thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.success-story__title p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: calc(52 / 40);
	margin-bottom: 12px;
}

.success-story__content ul li, .success-story__content p, .success-story__content ol li{
	color: #fff;
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 11px;
	
}

.success-stories__parent .swiper-button-prev:after, .success-stories__parent .swiper-button-next:after{
	display: none;
}

.success-stories__parent .swiper-button-prev svg, .success-stories__parent .swiper-button-next svg{
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.success-stories__parent .swiper-button-next{
	right: -2px !important;
}
.success-stories__parent .swiper-button-prev{
	left: -2px !important;
}


.success-stories__parent{
	padding: 0 51px;
	position: relative;
}

.success-story__content ul {
    list-style: disc;
	padding-left: 30px;
}
.success-story__content ol {
    list-style: decimal;
	padding-left: 30px;
}

.success-story__content ul li:last-child, .success-story__content ol li:last-child{
	margin-bottom: 0;
}

.section-team-home{
	padding-top: 120px;
	padding-bottom: 119px
}

.heading-team-home h2{
	max-width: 846px;
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: calc(52 / 40);
	margin-bottom: 84px

}

.section-team-home .container{
	max-width: 1282px;
}

.list-box-team{
	max-width: 1193px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	margin-bottom: 61px;
	flex-wrap: wrap;
}

.item-box-team{
	width: calc((100% - 20px) / 3);
	padding: 35.5px 30px;
	border-radius: 20px;
	background: #212121;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.subtitle-box-team p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: calc(26 / 20);
	margin-bottom: 5px;
}

.link-our-team{
	display: flex;
}

.link-our-team a{
	display: inline-block;
    border: 1px solid #948572;
    color: #948572;
    font-family: Karla;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 17px 9px 17px;
    border-radius: 30px;
    margin: 0 auto;
}

.title-box-team h3{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: calc(52 / 40);
	letter-spacing: 0%;

}

.link-our-team{
	display: flex
}

.link-our-team a{
	display: inline-block;
    margin: 0 auto;
    border: 1px solid #948572;
    border-radius: 30px;
    padding: 10px 18px 10px 18px;
    color: #948572;
    /* font-family: Karla; */
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
}


/* Contact Page */
.section-banner-contact{
	padding-top: 123px;
	padding-bottom: 135px
}

.section-banner-contact .container{
	max-width: 1282px;
}

.title-banner-contact{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 64px;
	line-height: 85px;	
	margin-bottom: 15px;

}

.description-banner-contact p{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 15px;
}

.description-banner-contact p:last-child{
	margin-bottom: 0;
}

.form-banner-contact{
	background: #202020;
	padding: 30px;
	border-radius: 20px;
	    padding-top: 36px;
}

.title-form-contact{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 100%;
	    margin-bottom: 8px;
}

.description-form-contact{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	    margin-bottom: 32px !important;
}

.main-banner-contact{
	display: flex
;
    flex-wrap: wrap;
	gap: 135px
}

.content-banner-contact{
	    width: calc(47.32% - 67.5px);
    padding-top: 30px;
}

.form-banner-contact{
	width: calc(52.68% - 67.5px);
	max-width: 534px;
}

.main-form-contact .wpforms-container .wpforms-one-half{
	width: calc(50% - 5px) !important;
}

.main-form-contact .wpforms-container .wpforms-field.wpforms-one-half{
	margin-left: 10px !important;
}

.main-form-contact .wpforms-container .wpforms-field.wpforms-one-half.wpforms-first{
	margin-left: 0 !important;
}

.main-form-contact input, .main-form-contact textarea{
	background: #1F1F1F !important;
	border: 1px solid #292929 !important;
	padding: 10px 20px !important;
	border-radius: 146px !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 23px; !important;
	text-align: left  !important;
	outline: none !important;
	box-shadow: none !important;
	color: #F8E9D1 !important;
}

.main-form-contact textarea{
	border-radius: 21px !important;
}

.main-form-contact input::placeholder, .main-form-contact textarea::placeholder{
	color: #F8E9D1 !important;
	opacity: 1 !important;
}

.main-form-contact textarea{
	padding-top: 20px !important;
	min-height: 165px !important;
	height: 165px !important;
}

.main-form-contact .wpforms-submit-container{
	margin-top: 0 !important;
}

.main-form-contact .wpforms-field-container .wpforms-field {
	padding: 0 !important;
	padding-bottom: 20px !important;
}
.main-form-contact button[type=submit]{
	border-radius: 21px !important;
	background: #1F1F1F !important;
	border: 1px solid #F8E9D1 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 23px !important;
	text-align: center !important;
	padding: 10px 28px 10px 30px !important;
    margin-top: 0;
    height: 43px !important;
	color: #F8E9D1 !important;
}

.main-form-contact .wpforms-container.wpforms-container-full {
	margin-bottom: 0 !important;
}

.main-form-contact .wpforms-error{
	margin-right: auto !important;
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll{
	background: inherit !important;
    border: none !important;
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll p{
	color:  #F8E9D1 !important;
}

/* Footer */

footer{
	background: #948572;
}

footer .container{
	max-width: 1282px;
}

.address-footer p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	text-align: right;
	
}

.info-link-footer a, .info-link-footer .info-email-footer{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	display: block;
}

.info-link-footer a{
	display: inline-block
}


.title-footer p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	text-align: right;
	margin-bottom: 34px
}

.desc-footer p{
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	text-align: right;

}

.main-footer{
	padding-top: 77px;
	padding-bottom: 19px;
}

.address-footer{
	border-bottom: 1px solid #F8E9D1;
    padding-bottom: 50px;
	margin-bottom: 50px
}

.main-footer-wrapper{
	padding-top: 0;
	
}

.form-footer {
	padding-top: 3px 
}

.main-footer-wrapper{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 80px !important;
	flex-direction: column
}

.info-link-footer, .form-footer{
	width: 50%
}

.info-link-footer a.link-phone-footer, .info-contact-footer a{
	font-size: 19px !important;
	line-height: 29px !important;
 	font-family: "Karla", sans-serif;
	margin-top: 37px
}

.info-contact-footer a{
	margin: 0 !important;
	display: inline-block;
}

.info-contact-footer {
	    margin-top: 39px;
}



.main-form-footer form input{
	border: 1px solid #F8E9D1 !important;
	border-radius: 30px !important;
	box-shadow: none !important;
	outline: none !important;
	text-align: right !important;
	margin-left: auto !important;
	background: inherit !important;
	color: #F8E9D1 !important;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 100%;
	text-align: right;
	

}

.main-form-footer form input[type="email"]{
	width: 100% !important;
	max-width: 100%;
	    min-height: 45px !important;
	padding: 0 24px !important;
}

.wpforms-field.wpforms-field-email {
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-form-footer form input::placeholder{
	opacity: 1 !important;
	color: #F8E9D1 !important;
}

.main-form-footer{
	max-width: 432px !important;
	margin-left: auto !important;
}

.main-form-footer .wpforms-field.wpforms-field-checkbox{
	padding: 0 !important;
    padding-left: 13px !important;
    margin-top: 10px !important;
}

.main-form-footer .wpforms-submit{
	padding: 0 !important;
    background: inherit !important;
    text-decoration: underline !important;
    color: #F8E9D1 !important;
    text-underline-offset: 10px;
    margin-left: auto;
    display: block;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	    margin-top: 24px !important;
	margin-top: 24px !important;
    padding-right: 4px !important;

}
.main-form-footer form input[type="checkbox"]{
	margin: 0 !important;
	width: 13px !important;
	height: 13px !important;
	border-color: #fff !important;
	min-width: 13px !important;
}

.main-form-footer form .wpforms-field.wpforms-field-checkbox label{
	color: #F8E9D1 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 100% !important;
	letter-spacing: 0% !important;
	padding-left: 12px !important;
}

.desc-footer{
	margin-bottom: 10px 
}

.main-form-footer form input[type="checkbox"]::after, .main-form-footer form input[type="checkbox"]::before{
/* 	width: 13px !important; */
	max-height: 13px !important;
	max-width: 13px !important;
}

.main-form-footer  .wpforms-container {
	margin: 0 !important;
}

.copyright-footer p{
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	text-align: center;

}

.success-stories__mb{
	display: none;
}

.section-brand-home {
  overflow: hidden;
}

.main-brand-home {
  width: 100%;
}

.list-brand-home.marquee {
  display: flex;
  min-width: 100%; /* fixes Safari flicker */
  align-items: center;
  gap: 12px; /* optional breathing room */
  will-change: transform;
}

.marquee-content {
  display: flex;
  animation: marquee 100s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* depends on how many items are shown */
}
.item-brand-home {
  flex: 0 0 auto; 
	margin-right: 18px;
}

.item-brand-home img {
  object-fit: contain; 
  height: 80px;
  width: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}

.list-brand-home.marquee:hover {
  animation-play-state: paused;
}

@media (max-width: 1199px){
	.main-brand-commitment{
		gap: 45px;
	}
	
	.image-brand-commitment {
		width: calc(33.307% - 30px);
	}
	
	.content--brand-commitment {
		width: calc(32.745% - 30px);
		padding-top: 5px;
	}
	
	.key-numbers-commitment {
		width: calc(33.948% - 30px);
	}
	
	.main-banner-contact{
		gap: 40px;
	}
	
	.content-banner-contact {
		width: calc(47.32% - 20px);
		padding-top: 30px;
	}
	
	.form-banner-contact {
		width: calc(52.68% - 20px);
		max-width: 100%;
	}
}
@media(max-width: 1023px){
    .hamburger, .header-mobile{
        display: block;
    }

    .hamburger {
        z-index: 1001;
        background: none;
        border: none;
        cursor: pointer;
        width: 25px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #d9d9d9;
        transition: transform 0.7s, opacity 0.7s;
    }

    .header-mobile {
        transform: translateX(100%);
        transition: transform 0.7s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #242424;
        z-index: 1000;
        padding: 50px 24px 30px 24px;
    }
	
	
	.main-menu-header{
		display: none;
	}

    .hamburger.active span{
        background: #fff;

    }

    .header-mobile.active {
        transform: translateX(0);
        height: 100vh;
        background: #242424;
        z-index: 1000;
    }
	
	.header-mobile ul{
		padding-top: 80px;
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin: 0
	}
	
	.hamburger.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
	
	.logo-header{
		padding-left: 0;
	}
	
	
	.content-banner-home{
		padding-top: 0;
		width: 100%;
	}
	
	
	.image-banner-home{
		width: 100%;
		max-width: 630px;
		margin: 0 auto;
	}
	
	.image-install-home{
		width: 100%;
		max-width: 598px;
		margin: 0 auto;
	}
	
	.content-install-home, .content--brand-commitment{
		width: 100%
	}
	
	.image-brand-commitment{
		width: 100%;
    	max-width: 355px;
	}
	
	.key-numbers-commitment{
		padding: 0;
		width: 100%;
		display: flex;
    	gap: 40px;
	}
	
	.main-brand-commitment{
		gap: 40px
	}
	
	.accordion-list-solutions{
		width: 100%;
	}
	
	.accordion-image-facility{
		width: 100%;
		max-width: 598px;
		margin: 0 auto;
	}
	
	.content-banner-contact, .form-banner-contact{
		width: 100%;
		max-width: 100%;
	}
	
	.main-banner-contact{
		gap: 50px;
	}
}

@media (max-width: 767px){
	.info-email-footer{
		text-align: center;
	}
	.marquee-content {
  animation: marquee-mobile 30s linear infinite !important;
}

@keyframes marquee-mobile {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.item-brand-home {
  margin-right: 12px !important;
}

.item-brand-home img {
  height: 50px !important;
  width: auto !important;
}
	@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .marquee-content {
      transform: translateZ(0);
    }
  }
}
	
	.item-box-team{
		width: 100%;
	}
	
	.hamburger{
		right: 21px;
	}
	
	.main-banner-home{
		padding: 0 15px;
	}
	
	.section-banner-home{
		padding-top: 59px
	}
	
	.image-banner-home{
		display: none;
	}
	
	.swiper-slide.item-brand-home img{
		
	}
	
	.main-header{
		padding: 23px 20px 21px 16px;
	}
	
	.section-brand-home {
		padding-top: 46px;
        padding-bottom: 43px;
	}
	.swiper-slide.item-brand-home {
		width: auto;
		transform: scale(0.73);
	}
	
	.main-serve-home p{
		font-size: 24px;
		line-height: 31px;
	}
	
	.section-install-home .container{
		padding: 0 24px 0 25px
	}
	.main-serve-home {
		margin-bottom: 0;
	}
	
	.main-install-home{
		padding-top: 30px;
		
	}
	
	.image-install-home{
		aspect-ratio: 391 / 393;
	}
	.section-install-home{
		padding-top: 43px;
		padding-bottom: 55px
	}
	
	.text-marquee-commitment{
		padding-bottom: 24px
	}
	
	.section-brand-commitment{
		padding-top: 25px;
		padding-bottom: 55px;
	}
	
	.section-brand-commitment .container{
		padding: 0 48px 0 37px;
	}
	
	.title-brand-commitment h2 br{
		display: block;
	}
	
	.brand-commitment-wrapper {
		padding-top: 57px;
	}
	
	.title-brand-commitment {
		margin-bottom: 32px;
	}
	
	.main-brand-commitment {
        gap: 28px;
    }
	
	.key-numbers-commitment{
		display: block
	}
	
	.key-numbers-commitment{
		padding-top: 56px;
	}
	
	.section-tailored-industries{
		padding-top: 61px;
		padding-bottom: 107px;
	}
	
	.title-tailored-industries h2{
		margin: 0 auto;
    	max-width: 266px;
	}
	
	.accordion-column{
		width: 100%;
	}
	
	.section-tailored-industries .container {
		max-width: 1126px;
		padding: 0 38px 0 37px;
	}
	
	.title-tailored-industries{
		margin-bottom: 56px;
	}
	
	.title-facility-solutions h2{
		font-size: 30px;
		line-height: 39px;

	}
	
	.section-facility-solutions .container{
		padding: 0 31px;
	}
	
	.section-facility-solutions{
		padding-top: 82px;
		padding-bottom: 68px;
	}
	
	.link-facility-solutions a{
		padding: 9px 20px
	}
	
	.solutions-accordion-wrapper{
		gap: 25px;
	}
	
	.accordion-image-facility {
    	aspect-ratio: 372 / 460;
	}
	
	.title-reviews h2{
		font-size: 30px;
		line-height: 55px;
		margin-bottom: 20px
	}
	
	.section-client-testimonials {
		padding-top: 68px;
		padding-bottom: 40px;
	}
	
	.description-client-testimonials p{
		margin-bottom: 77px;
	}
	
	.swiper-slide.item-client-testimonial{
		padding: 0 19px;
	}
	
	.content-client-testimonial p{
		font-size: 32px;
		line-height: 42px;
	}
	
	.parent-swiper-testimonials{
		padding: 0 24px;
	}
	
	.section-client-testimonials .container{
		padding: 0 23px
	}
	
	.title-reviews, .description-client-testimonials{
		padding: 0 8px
	}
	
	.arrow-button-testimonials{
		margin-bottom: 74px;
	}
	
	.content-client-testimonial p{
		margin-bottom: 73px;
	}
	
	.swiper-client-testimonials{
		padding-bottom: 57px
	}
	
	.section-success-stories{
		padding-top: 37px;
		padding-bottom: 72px;
	}
	
	.success-stories__pc{
		display: none;
	}
	.success-stories__mb{
		display: block;
		padding: 0
	}
	
	.section-success-stories .container{
		padding: 0 31px
	}
	
	.success-story__thumbnail{
		    aspect-ratio: 378 / 229;
	}
	
	.success-stories__slider-mb{
		display: flex;
		flex-direction: column;
		gap: 60px;
	}
	
	.heading-team-home h2{
		font-size: 30px;
		line-height: 39px;
	}
	
	.section-team-home .container{
		padding: 0 15px;
	}
	
	.heading-team-home{
		padding: 0 16px;
	}
	
	.section-team-home{
		padding-top: 70px;
		padding-bottom: 73px
	}
	
	.heading-team-home h2{
		margin-bottom: 68px
	}
	
	.item-box-team{
		padding: 46px 30px
	}
	
	.list-box-team{
		gap: 35px;
		        margin-bottom: 35px;
	}
	
	.item-box-team:nth-child(3){
		padding: 35.5px 30px;
	}
	
	.link-our-team a{
		padding: 9px 18px;
	}
	
	.address-footer p{
		text-align: center;
	}
	
	.main-footer {
		padding-top: 73px;
		padding-bottom: 54px;
	}
	
	.address-footer{
		padding: 0 15px 50px;
		margin: 0 15px;
		margin-bottom: 50px
	}
	
	.main-footer-wrapper{
		padding: 0px 15px;
        margin-bottom: 0 !important;
	}
	
	.info-link-footer a.link-phone-footer{
		margin-top: 14px;
	}
	
	.form-footer{
		padding: 0;
	}
	.info-link-footer, .form-footer {
		width: 100%;
	}
	
	.info-link-footer{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 59px;
	}
	
	.main-footer div.wpforms-container-full .wpforms-form em.wpforms-error{
		    margin: 10px auto 0;
		text-align: center
	}
	
	.title-footer p, .desc-footer p{
		text-align: center
	}
	
	.form-footer{
		padding: 0 24px
	}
	
	.title-footer p{
		margin-bottom: 16px;
	}
	
	.desc-footer{
		margin-bottom: 13px
	}
	
	.main-form-footer form input[type="email"]{
		padding: 0 16px;
	}
	
	.main-form-footer .wpforms-field-container{
		    display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.main-form-footer .wpforms-container .wpforms-field{
		width: 100%;
		        padding-bottom: 8px;
	}
	
	.main-form-footer form input{
		text-align: left !important;
	}
	
	.main-form-footer div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li{
		justify-content: center !important
	}
	
	.main-form-footer .wpforms-submit{
		margin: 0 auto;
	}
	
	footer .container{
		padding: 0
	}
	
	.main-form-footer .wpforms-submit{
		margin-top: 22px;
	}
	
/* 	Page contact */
	
	.section-banner-contact .container{
		padding: 0 23px;
	}
	
	.section-banner-contact{
		padding-top: 29px;
		padding-bottom: 59px;
	}
	
	.marquee-content, .list-brand-home.marquee{
		gap: 0;
	}
	
	.item-brand-home{
		margin-right: 12px;
	}
	
	.item-brand-home img{
		object-fit: contain;
		width: 60%;
        margin: 0 auto;
	}
	
	.address-footer p, .info-link-footer a, .title-footer p, .info-link-footer .info-email-footer{
		font-size: 30px;
	}
	
	.accordion-column.column-left{
		position: relative;
	}
	
	.accordion-item.active{
		position: relative;
		margin-bottom: 16px
	}
	
	.accordion-item.active::after{
		position: absolute;
        content: "";
        width: 51px;
        background: #555;
        height: 3px;
        bottom: -15.5px;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
}

/* New page */
.section-banner-contact.banner-form-page .form-banner-contact{
	width: 100% !important;
	max-width: 100% !important;
}

.section-banner-contact.banner-form-page .title-form-contact{
	text-align: center
}

.section-banner-contact.banner-form-page .main-form-contact label, .section-banner-contact.banner-form-page .main-form-contact legend{
	font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px !important;
    color: #F8E9D1;
}

.section-banner-contact.banner-form-page .main-form-contact input,.section-banner-contact.banner-form-page  .main-form-contact textarea,.section-banner-contact.banner-form-page  .main-form-contact select{
	border: 1px solid #F8E9D1 !important
}

.section-banner-contact.banner-form-page .main-form-contact input::placeholder,.section-banner-contact.banner-form-page  .main-form-contact textarea::placeholder,.section-banner-contact.banner-form-page  .main-form-contact select::placeholder{
	opacity: 0.5 !important
}

.section-banner-contact.banner-form-page .main-form-contact input[type="radio"]{
	padding: 0 !important
}

.section-banner-contact.banner-form-page .gform_confirmation_message{
	text-align: center
}

.main-form-contact select {
    background: #1F1F1F !important;
    border: 1px solid #292929 !important;
    padding: 10px 20px !important;
    border-radius: 146px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px;
    text-align: left !important;
    outline: none !important;
    box-shadow: none !important;
    color: #F8E9D1 !important;
	padding: 0 !important;
    padding-left: 20px !important;
}
.section-banner-contact.banner-form-page button[type="button"]{
	border: 1px solid #F8E9D1 !important;
	background: #1F1F1F !important;
    padding: 10px 20px !important;
    border-radius: 146px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px;
    text-align: left !important;
    outline: none !important;
    box-shadow: none !important;
    color: #F8E9D1 !important;
}

.label-form{
	font-size: 24px;
	font-weight: 700;
	  margin-bottom: -20px;
}

@media (max-width: 540px){
	.section-banner-contact.banner-form-page button[type="button"]{
		margin: 0 !important;
	}
	
	.section-banner-contact.banner-form-page .gform_footer{
		flex-direction: column
	}
	
	.section-banner-contact.banner-form-page .main-form-contact input[type="submit"]{
		text-align: center !important
	}
}