html {
  scroll-behavior: smooth;
}

/*
** Vacancy job opening
*/

.awsm-job-main {
  padding-top: 114px;
}

.awsm-jobs-archive-title,
.awsm-jobs-single-title {
  font-size: 52px !important;
  font-weight: 700;
  line-height: 1.2;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  color: #284c98;
}

.awsm-job-form-inner h2 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.2;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

.awsm-application-submit-btn {
  background: #f60 !important;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 12px 33px 12px 33px !important;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .awsm-job-entry-content {
    padding-right: 3rem;
  }
}

/*
 ** Forms
 */
.form__col .form__controls::after {
  content: "x";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 34px;
  border-radius: 40px;
  background: #f6f3ef;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form__col:last-child .form__controls::after {
  content: "=";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 34px;
  border-radius: 40px;
  background: #f6f3ef;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  /* Adjust the max-width as needed for your mobile breakpoint */
  .form__col .form__controls::after,
  .form__col:last-child .form__controls::after {
    top: 100%;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin-inline: auto;
    margin-top: 10px;
  }
}

/**
 * Form wrapper / Gravity forms
 */

.gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  color: #ffb258 !important;
}

.form-wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: auto;
  min-height: 532px;
}

.gform-grid-col label {
  padding-left: 26px;
  font-size: 14px;
}

.gform-theme form .gform_fields {
  row-gap: 14px !important;
}

.gform_button {
  display: inline-flex !important;
  vertical-align: middle !important;
  text-align: center !important;
  cursor: pointer !important;
  text-decoration: none !important;
  appearance: none !important;
  background: #f60 !important;
  border-radius: 6px !important;
  color: #fff !important;
  padding: 12px 33px 12px 33px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: all 0.4s !important;
  font-size: 17px !important;
  line-height: 17px !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 30px !important;
  transition: background 0.3s ease-in-out !important;
}

.gform_button:hover {
  background: #d15808 !important;
}

.ginput_container input,
.ginput_container select {
  font-size: 16px !important;
  line-height: 1.5 !important;
  border: 1px solid rgb(218.64, 206.52, 190.36) !important;
  border-radius: 40px !important;
  width: 100% !important;
  height: 42px !important;
  appearance: none !important;
  position: relative !important;
  color: #1a1a1a !important;
  padding: 5px 20px 7px 20px !important;
  line-height: 1.5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.ginput_container textarea {
  font-size: 16px !important;
  line-height: 1.5 !important;
  border: 1px solid rgb(218.64, 206.52, 190.36) !important;
  border-radius: 20px !important;
  width: 100% !important;
  height: 42px !important;
  appearance: none !important;
  position: relative !important;
  color: #1a1a1a !important;
  padding: 10px 20px 7px 20px !important;
  line-height: 1.5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

/*
* Grafity Forms -> Select
*/
.gfield .gfield-choice-input {
  padding: 0 !important;
  height: fit-content !important;
  width: fit-content !important;
}

.gfield .gchoice {
  display: flex;
  align-items: center;
}

.gfield .gchoice .gform-field-label .gform-field-label--type-inline {
  margin-left: 0px !important;
}

.awsm-job-form-group input[type="text"],
.awsm-job-form-group input[type="email"],
.awsm-job-form-group input[type="tel"],
.ginput_container input,
.gform_fields select {
  border: 1px solid rgb(218, 206, 190) !important;
  border-radius: 40px !important;
  width: 100% !important;
  height: 42px !important;
  appearance: none !important;
  position: relative !important;
  padding: 5px 20px 7px 20px !important;
  line-height: 1.5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.awsm-job-form-group textarea {
  border: 1px solid rgb(218, 206, 190) !important;
  border-radius: 14px !important;
  width: 100% !important;
  height: 100px !important;
  appearance: none !important;
  position: relative !important;
  padding: 5px 20px 7px 20px !important;
  line-height: 1.5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.gfield--type-checkbox {
  margin-bottom: 20px !important;
}

.gfield_checkbox {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  gap: 10px !important;
  column-gap: 84px !important;
}

.gchoice {
  width: 20% !important;
}

.gchoice label {
  width: fit-content !important;
}

@media (max-width: 768px) {
  .gchoice {
    width: 100% !important;
  }
}

body .gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}

body .gform_wrapper .gfield_label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 1rem;
  display: block;
}

/*
* Swiper pagination
*/

.js-reviews-pagination {
  height: 100%;
  width: fit-content !important;
  margin-inline: auto;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: black !important;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s;
  opacity: 100% !important;
  position: relative;
}

.swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background-color: orange !important;
  margin-inline: 4px;
}
.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto;
  /* left: 50%; */
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid orange;
  pointer-events: none;
  box-sizing: border-box;
  background-color: transparent;
}

/*
* FAQ
*/

.accordion__body {
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vertical-line {
  transition: opacity 0.3s ease;
}

/*
* Last breadcrumb
*/

.breadcrumb_last {
  font-weight: 600;
}

/**
  * Package
  **/
.package--has-border {
  box-shadow: 0 0.1rem 1.4rem hsla(201, 19%, 55%, 0.15);
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 50%
  );
  opacity: 0.5;
  mix-blend-mode: multiply;
}

/**
 * Review Stars
 */

.fa-star,
.fa-star-half-alt,
.fa-star-o {
  color: #ffb258;
}

/*
** Hexagon
*/

.hexagon {
  position: relative;
  width: 115px;
  height: 67.74px;
  background-color: #f6f3ef;
  margin: 33.37px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 57.5px solid transparent;
  border-right: 57.5px solid transparent;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.hexagon:before {
  bottom: 99%;
  border-bottom: 33.37px solid #f6f3ef;
}

.hexagon:after {
  top: 99%;
  border-top: 33.37px solid #f6f3ef;
}

.fixed::-webkit-scrollbar {
  display: none;
}

.intro p {
  font-size: 20px;
}

.hero-editor-content p {
  font-size: 20px;
  line-height: 1.3;
}

.hero-editor-content ul {
  margin-left: 1rem;
  margin-top: 1.5rem;
  line-height: 1.66;
}

.hero-editor-content ul li {
  margin-bottom: 0.25rem;
}

.hero-editor-content ul li::before {
  content: "•";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.hero-editor-content ul li a:hover {
  text-decoration: underline;
}
