/* -------------------------
DO NOT TOUCH THIS CODE
If you need to edit code within this file please contact a developer
------------------------- */
/* Header CSS START */

.u-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.u-text--center,
.u-text--center-md {
  text-align: center;
}
.u-text--right {
  text-align: right;
}
.u-text--left {
  text-align: left;
}
.u-bg--dark {
  background-color: #383838;
}
.u-text--sm {
  font-size: 14px;
  line-height: normal;
}
.u-text--xl {
  font-size: 24px;
  line-height: normal;
}
.u-text--xl-md {
  font-size: 20px;
  line-height: normal;
}
.u-text--white {
  color: #ffffff;
}
.u-font--montserrat {
  font-family: "Montserrat", sans-serif;
}
.u-font--arial {
  font-family: Arial, sans-serif;
}
.u-text--bold {
  font-weight: bold;
}
.u-text--underline {
  text-decoration: underline;
}
.u-bg--light {
  background-color: #f9f9f9;
}
.u-hide--desktop {
  display: none;
}
.u-button {
  padding: 12px 32px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  font-size: 16px;
  line-height: normal;
}
.u-button--gold {
  background-color: #d6a96c;
  color: #ffffff;
  border: 1px solid #d6a96c;
}
.u-button--gold:active{
	color:#fff;
}
.u-button--gold:hover {
  background-color: transparent;
  color: #d6a96c;
}
.block--no-margin { 
  margin: 0;
}
.site-header {
  padding: 16px 0;
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo-img {
  max-height: 90px;
}
.site-header__content {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__cta {
  white-space: nowrap;
}
/* Header CSS END */
/* Footer CSS START */
.site-footer {
  background-color: #f9f9f9;
  padding: 32px 0;
}
.site-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer__col {
  flex: 1;
}
.site-footer__col--logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__logo-img {
  max-height: fit-content;
  max-width: 50%;
}
.site-footer__address {
  color: #333;
}
.site-footer__divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 24px 0;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
  gap: 16px;
}
/* Footer CSS END */
/* CONTACT US FORM CSS START */
.contact-us-form .gform_confirmation_message_2 {
  color: #fff;
}
.lpplastic-form {
  background: rgba(0, 0, 0, 0.13);
  padding: 20px;
}
.lpplastic-form_title {
  font-weight: 400;
  text-shadow: rgb(0 0 0 / 25%) 2px 2px 0px;
  font-family: Montserrat;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-style: normal;
  text-align: center;
  text-shadow: rgb(0 0 0 / 25%) 2px 2px 0px;
  line-height: normal;
}
.lpplastic-form .gfield_label.gform-field-label {
  font-family: Montserrat !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 19px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.lpplastic-form .gfield_validation_message {
  padding: 0 5px !important;
}
.lpplastic-form .ub-input-item input {
  color: #000;
  height: 36px;
  font-size: 15px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border-radius: 0;
  line-height: initial;
}
.lpplastic-form .gfield_required {
  display: none !important;
}
.lpplastic-form .gform_button {
  width: 100%;
}
.lpplastic-form .gform-footer {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
/* CONTACT US FORM CSS END */
/* Slider-section-CSS START */
.slider-section {
  overflow: hidden;
}
/* Slider-section-CSS END */
.single-content .block--no-margin {
    margin-bottom: 10px;
}

.site-footer__links a:hover, .site-footer__links a:focus, .site-footer__links a:active {color: var(--global-palette-highlight);}
.site-footer__links a {cursor: default;text-decoration: none;}

@media only screen and (max-width: 1024px) {
  .u-button {
    padding: 12px 15px;
  }
  .u-text--xl-md {
    font-size: 16px;
  }
  .hero-heading .kt-row-column-wrap {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
	.u-hide--mobile {
    display: none;
  }
  .u-hide--desktop {
    display: block;
  }
  .u-button {
    padding: 8px 12px;
    font-size: 14px;
  }
  /* 	Header-CSS START*/
  .site-header__logo-img {
    max-height: 60px;
  }
  .site-header__container {
    padding-top: 10px;
  }
  /* 	Header-CSS END*/
  /* 	FOOTER-CSS START */
	.site-footer__container{flex-direction:column;}
  .site-footer__logo-img {
    margin: 0 auto;
  }
  .site-footer__col p {
    margin: 0;
  }
  .site-footer__bottom {
    justify-content: center;
  }
  .site-footer__col.u-text--center-md,
  .site-footer__address.u-text--center-md {
    text-align: center;
  }
  /* 	FOOTER-CSS END*/

}