:root {
  --primary-color: #FDB400;
  --secondary-color: #E85420;
  --tertiary-color: #4E4E4E;
  --detail-color: #FDB400;
  --text-color: #707070;
  --secondary-text-color: #707070;
  --white-color: #FFFFFF;
  --whatsapp-color: #45A858;
}

html {
  max-width: 1920px;
  margin: 0 auto;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
html *:not(svg) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body {
  margin: 0;
  overflow: hidden;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  margin: 0;
}
html button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}
html ul {
  margin: 0;
}
html blockquote {
  padding: 0;
  margin: 0;
}
html input,
html button,
html select,
html textarea {
  border-radius: 0;
}
html input:-internal-autofill-selected {
  background-color: transparent !important;
}
html textarea {
  resize: vertical;
}
html label {
  margin-bottom: 0;
}
html p {
  margin: 0;
}
html dl {
  margin: 0;
}
html dt,
html dd {
  line-height: inherit;
}
html dt {
  font-weight: inherit;
}
html dd {
  margin-bottom: 0;
}
html cite {
  font-style: normal;
}
html form {
  margin-bottom: 0;
}
html blockquote {
  padding-left: 0;
  border-left: 0;
}
html address {
  margin-top: 0;
  margin-bottom: 0;
}
html figure {
  margin-bottom: 0;
}
html a,
html p a {
  text-decoration: none;
}
html a:hover,
html p a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none !important;
}

body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-container,
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container video,
.video-container embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper video,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.select2-container--default {
  width: 100% !important;
  max-width: 100% !important;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  padding: 12px 20px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #242424 !important;
  color: #FFFFFF !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #4E4E4E !important;
  border-radius: 9999px !important;
  background-color: transparent !important;
  padding: 26px 23px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2 !important;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 100% !important;
  background-image: url("../svg/chevron-select.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 9px;
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-radius: 0 0 20px 20px !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-radius: 20px 20px 0 0 !important;
}
.select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.select2-container--default.select2-container--disabled {
  opacity: 0.5;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #4E4E4E !important;
  border-radius: 0 0 20px 20px !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 400;
  overflow: hidden;
}
.select2-container--default .select2-dropdown--above {
  border-radius: 20px 20px 0 0 !important;
}
.select2-container--default .select2-dropdown ::-webkit-scrollbar {
  width: 8px;
}
.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
  background: #fff;
}
.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #FDB400;
}
.select2-container--default .select2-dropdown ::-moz-selection {
  background: #FDB400;
  color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #4E4E4E;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  display: block;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-within {
  border-color: #FDB400;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding-left: 0;
}
.slick-dots li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  padding: 0;
}
.slick-dots li.slick-active button {
  border-color: #FDB400;
  background-color: #FDB400;
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
}

.swal2-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FDB400 !important;
  font-family: "Poppins", sans-serif !important;
}

#swal2-content {
  font-size: 12px !important;
  color: #FDB400 !important;
  font-family: "Poppins", sans-serif !important;
}

.swal2-confirm.swal2-styled {
  background-color: #FDB400 !important;
  border-radius: 5px;
  border: 1px solid #FDB400 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #E85420;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 11px 25px 7px;
  -webkit-box-shadow: 0px 3px 6px rgba(253, 180, 0, 0.16) !important;
          box-shadow: 0px 3px 6px rgba(253, 180, 0, 0.16) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.swal2-confirm.swal2-styled:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #FDB400;
}

.swal2-cancel.swal2-styled {
  margin-top: 10px;
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #FDB400 !important;
  line-height: 1.2;
  color: #707070 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  padding: 8px 25px 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(253, 180, 0, 0.08) !important;
          box-shadow: 0px 3px 6px rgba(253, 180, 0, 0.08) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.swal2-cancel.swal2-styled:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #FDB400;
}

#main-header:after {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0 0 auto 0;
  padding-bottom: 15%;
  background-image: url("../svg/header-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 5;
}

.service-card__icon {
  background-image: url("../images/noise-sm.webp");
  background-position: center;
  background-size: cover;
}
.service-card__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.25;
  transition: all ease-in-out 0.25;
  z-index: 10;
}
.service-card:hover .service-card__icon::after {
  opacity: 1;
}

.pillar-card__icon {
  background-image: url("../images/noise-sm.webp");
  background-position: center;
  background-size: cover;
}
.pillar-card__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.25;
  transition: all ease-in-out 0.25;
  z-index: 10;
}
.pillar-card:hover .service-card__icon::after {
  opacity: 1;
}

#services-container .slick-list {
  margin: 0 -8px;
}
#services-container .slick-slide {
  margin: 0 8px;
}
#services-container .slick-dots {
  margin-top: 52px;
}

#testimonials-container .slick-list {
  margin: 0 -8px;
}
#testimonials-container .slick-slide {
  margin: 0 8px;
}
#testimonials-container .slick-dots {
  margin-top: 52px;
}
#testimonials-container .slick-dots li:not(.slick-active) button {
  border-color: #4E4E4E;
}

#pillars-container .slick-list {
  margin: 0 -8px;
}
#pillars-container .slick-slide {
  margin: 0 8px;
}
#pillars-container .slick-dots {
  margin-top: 52px;
}

.single-service #gallery .slick-list {
  margin: 0 -30px;
  padding: 0 30px 60px;
}
.single-service #gallery .slick-slide {
  margin: 0 30px;
  position: relative;
}
.single-service #gallery .slick-slide::after {
  content: "";
  position: absolute;
  display: block;
  inset: auto 0 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7693452381)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7693452381) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
  z-index: 20;
}
.single-service #gallery .slick-active img {
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.11);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.11);
}
.single-service #gallery .slick-dots {
  position: absolute;
  inset: auto 0 17% 0;
}

@media screen and (max-width: 1024px) {
  .page-template-front-page #about .about__subtitle br {
    display: none;
  }
  .page-template-front-page #testimonials .testimonials__subtitle br {
    display: none;
  }
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 9999;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.overflow-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}