.btn.transparent:hover {
  background-color: #C8A25B;
  color: #3e3323; 
  border-color: #C8A25B;
}
.btn.white:hover {
  background-color: #053f33;
  color: #FAFAFA;
}
.our-value {
  padding: 80px 0;
  background-color: #fafafa;
}
.our-value .our-value-heading {
  text-align: center;
}
.our-value .our-value-heading h2 {
  margin-bottom: 15px;
}
.our-team {
  padding: 80px 0;
}
.our-value .our-value-heading h4 {
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #878e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.our-value .our-value-heading h2 p {
  margin: 0;
  color: #152305;
  font-family: 'Product Sans';
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.our-value .our-value-heading h2 .font-rhapsody {
  letter-spacing: 0.06em;
  line-height: 24px;
  font-size: 48px;
}
.our-value-content {
  padding-top: 15px;
}
.our-value-content .row-our-value {
  display: flex;
  gap: 24px;
}
.col-item-value {
  text-align: center;
  background-color: #EFEFEF; 
  /* padding: 24px; */
  border-radius: 8px;
}
.col-item-value h5 {
  font-family: "cormorant";
  font-size: 34px;
  margin-top: 20px;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
.col-item-value p {
  font-family: Poppins;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: #61665a;
  margin: 0;
}
.our-mission {
  padding: 120px 0;
  text-align: center;
  position: relative;
  background-image: url("../assets/images/careerbg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-background {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-our-mission {
  position: relative;
  z-index: 2;
  max-width: 630px;
  margin: 0 auto;
}
.content-our-mission h4 {
  color: #CCCCCC;
  letter-spacing: 0.03em;
  line-height: 22px;
  font-size: 16px;
  font-family: "Product Sans";
  font-weight: 400;
  margin-bottom: 8px;
}
.content-our-mission h2 {
  color: #fafafa;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Product Sans';
  font-weight: 400;
  margin-bottom: 25px;
}
.content-our-mission h2 span {
  font-family: Cormorant;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
}
.content-our-mission p {
  color: #ccc;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.row-intro {
  padding-right: calc((100% - 1260px) / 2);
  gap: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}
.row-intro .col-left {
  width: 45.5%;
}
.row-intro .col-right {
  width: 55.5%;
  padding-left: 115px;
  padding-right: 24px;
  text-align: center;
}
.row-intro .col-right p {
  color: #61665A;
  font-family: "Product Sans";
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.row-intro .col-right h5 {
  font-family: 'Product Sans';
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 22px;
  font-size: 16px;
  color: #152305;
  margin-top: 33px;
  text-transform: uppercase;
}
.row-intro .col-right img {
  margin: 7px 0;
}
.row-intro .img-wrap {
  padding-bottom: 88%;
  position: relative;
}
.row-intro .img-wrap img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 32px 32px 0;
}
.why-work {
  padding: 80px 0;
  background-color: #EFEFEF;
}
.row-why-work {
  display: flex;
  gap: 25px;
}
.row-why-work .col-left,
.row-why-work .col-right {
  width: 50%;
}
.row-why-work .col-left h4 {
  color: #61665A;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  font-family: "Product Sans";
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 50px;
}
.row-why-work .col-right .img-wrap {
  position: relative;
  padding-bottom: 93%;
}
.row-why-work .col-right .img-wrap img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 32px;
}
.row-why-work .col-left .content p {
  color: #152305;
  font-family: "cormorant";
  font-style: italic;
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  margin-top: -8px;
  max-width: 520px;
  margin-bottom: 32px;
}
.icon-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.icon-heading h5 {
  color: #527D72;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
}
.row-why-work .col-left p.description {
  color: #61665A;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  max-width: 510px;
  padding-left: 56px;
  margin-top: 0;
}
.career-form .cf-form {
  width: 78.5%;
  padding-left: calc((100% - 1170px) / 2);
  padding-top: 80px;
}
.career-form .contact-form {
  display: flex;
  gap: 132px;
}
.career-form .cf-info {
  width: 21.5%;
  padding: 0;
}
.career-form .cf-header,
.career-form .cf-body {
  width: 50%;
}
.career-form .cf-body {
  padding-top: 8px;
}
.career-form .cf-body_input-list {
  margin: 0;
}
.career-form .wpcf7-form-control.wpcf7-submit {
  margin-top: 36px;
  width: 251px;
}
.career-form .cf-content {
  padding: 157.5px 0 158.5px 0;
}
.career-form .cf-header h3 {
  max-width: 407px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.career-form .cf-header p {
  max-width: 407px;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 32px;
  font-family: "Product Sans";
  font-weight: 400;
}
input:-webkit-autofill {
  background-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.career-form p {
  margin: 0;
}
.career-banner .banner-default-text {
  align-items: normal;
}
.career-banner .banner-default-text .sub-title {
  margin-bottom: 15px;
  font-family: "Product Sans";
  letter-spacing: 0.15em;
}
.career-banner .banner-default-text .title span.font-rhapsody {
  font-size: 86px;
  line-height: 56px;
  letter-spacing: 0.06em;
}
.career-banner .desc {
  padding-top: 34px;
}
.career-banner .banner-default-text .title {
  margin-bottom: 26px;
  font-size: 40px;
  line-height: 48px;
}
.career-banner .banner-default-text .title span {
  font-family: Cormorant;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
}
.career-banner.banner-default-module {
  padding: 206px 24px 122px;
}
.khaki {
  color: #152305;
}
.career-banner .overplay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(2.05deg, rgba(29, 28, 20, 0.2) -95.44%, rgba(29, 28, 20, 0.5) 96.73%);
  opacity: 1;
  z-index: 0;
}
.why-work-referral.why-work {
  padding: 120px 0 70px 0;
}
.why-work-referral .row-why-work .col-left .content,
.why-work-referral .row-why-work .col-left p.description {
  max-width: 520px;
}
.why-work-referral .row-why-work .col-left h4 {
  padding-top: 30px;
}
.our-process-section-referral.our-process-section
  .row_column_main
  .column_main
  .wrap-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 53px 40px 15px 40px;
}
.our-process-section-referral.our-process-section
  .row_column_main
  .column_main
  h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.our-process-section-referral.our-process-section
  .row_column_main
  .column_main
  img {
  width: 38px;
}
.our-process-section-referral.our-process-section
  .row_column_main
  .column_main
  .description {
  margin-top: 14px;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 17px;
}
.referral-banner .banner-default-text {
  align-items: normal;
}
.referral-banner .banner-default-text .sub-title {
  margin-bottom: 12px;
}
.referral-banner .banner-default-text .title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 32px;
}
.referral-banner.banner-default-module .desc p:last-child {
  padding-top: 35px;
}
.referral-banner.banner-default-module {
  padding: 265px 24px 128px;
}

.referral-banner .banner-default-text .title del {
  text-decoration: none;
  font-family: "rhapsody_script";
  font-size: 48px;
  line-height: 24px;
  letter-spacing: 0.06em;
}

@media (min-width: 1441px) {
  .row-intro {
    max-width: 1218px;
    width: 100%;
    margin: auto;
    padding-right: 0;
  }
  .row-intro .img-wrap img {
    border-radius: 32px;
  }
}
@media (max-width: 1200px) {
  .career-form .cf-form {
    padding-left: 24px;
  }
}
@media (max-width: 1024.98px) {
  .career-banner .banner-default-text {
    flex-direction: row;
  }
  .career-banner.banner-default-module .heading,
  .referral-banner.banner-default-module .heading {
    width: 70%;
  }
  .career-banner.banner-default-module .desc,
  .referral-banner.banner-default-module .desc {
    width: 30%;
  }
  .referral-banner.banner-default-module .banner-default-text,
  .career-banner.banner-default-module .banner-default-text {
    flex-direction: row;
  }
  .row-intro .col-right {
    padding-left: 24px;
  }
  .career-form .contact-form {
    gap: 24px;
  }
  .our-value-content .row-our-value {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .referral-banner.banner-default-module {
    padding: 103px 24px 50px;
    min-height: auto;
  }
  .career-banner.banner-default-module .heading,
  .referral-banner.banner-default-module .heading,
  .career-banner.banner-default-module .desc,
  .referral-banner.banner-default-module .desc {
    width: 100%;
  }
  .career-banner.banner-default-module .banner-default-text,
  .referral-banner.banner-default-module .banner-default-text {
    flex-direction: column;
  }
  .referral-banner.banner-default-module .banner-default-text .title {
    padding-right: 5px;
  }
  .why-work-referral.why-work {
    padding: 42px 0 10px 0;
  }
  .why-work-referral .row-why-work .col-left h4 {
    padding-top: 0px;
  }
  .why-work-referral .row-why-work .col-left p.description {
    max-width: 100%;
    font-style: normal;
    position: relative;
    top: -24px;
  }
  .our-process-section-referral.our-process-section
    .row_column_main
    .column_main
    img {
    order: 0;
  }
  .our-process-section-referral.our-process-section
    .row_column_main
    .column_main
    .wrap-content {
    padding: 40px 24px;
  }
  .our-process-section-referral.our-process-section
    .row_column_main
    .column_main
    h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .career-banner.banner-default-module {
    padding: 103px 24px 85px;
  }
  .row-intro .col-right img {
    margin: 10px 0;
  }
  .career-banner.banner-default-module .banner-default-text .sub-title p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
  }
  .career-banner .banner-default-text .title {
    font-size: 32px;
  }
  .career-banner .banner-default-text .title {
    margin-bottom: -20px;
  }
  .career-banner.banner-default-module .desc p:last-child {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .career-banner.banner-default-module .btn.mobile {
    display: none;
  }
  .career-banner.banner-default-module {
    min-height: auto;
  }
  .career-banner .banner-default-text .title span.font-rhapsody {
    font-size: 48px;
    line-height: 40px;
  }
  .our-value-content .row-our-value {
    flex-wrap: wrap;
    gap: 24px;
  }
  .col-item-value {
    width: calc(50% - 12px);
  }
  .row-intro {
    flex-direction: column;
    padding: 0 24px;
  }
  .row-intro .col-left,
  .row-intro .col-right {
    width: 100%;
  }
  .row-intro .col-left,
  .row-intro .col-right {
    padding: 0;
  }
  .row-intro .col-right {
    padding-top: 7px;
  }
  .career-form .cf-form {
    width: 100%;
    padding: 0;
  }
  .career-form .contact-form {
    flex-direction: column;
    gap: 9px;
  }
  .our-mission {
    padding: 40px 0;
  }
  .our-value {
    padding: 40px 0 37px 0;
  }
  .our-value .our-value-heading h4 {
    letter-spacing: 0.09em;
    font-size: 12px;
    line-height: 16px;
  }
  .our-value .our-value-heading h2 p {
    font-size: 32px;
    line-height: 40px;
  }
  .our-value .our-value-heading h2 .font-rhapsody {
    font-size: 48px;
    line-height: 24px;
    letter-spacing: 0.06em;
  }
  .col-item-value h5 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 18px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .col-item-value p {
    line-height: 16px;
    font-size: 13px;
  }
  .content-our-mission h4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.09em;
    margin-bottom: 10px;
  }
  .content-our-mission h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .content-our-mission h2 span {
    font-size: 34px;
    line-height: 32px;
  }
  .content-our-mission p {
    line-height: 20px;
    font-size: 14px;
  }
  .intro {
    padding: 40px 0 20px 0;
  }
  .row-intro .img-wrap img {
    border-radius: 16px;
  }
  .row-intro .img-wrap {
    padding-bottom: 50%;
  }
  .row-intro .col-right p {
    font-size: 14px;
    line-height: 20px;
  }
  .row-intro .col-right h5 {
    line-height: 22px;
    font-size: 12px;
    margin-top: 24px;
  }
  .why-work {
    padding: 40px 0 20px 0;
  }
  .our-team .content-inner {
    margin-top: 0;
  }
  .row-why-work .col-right .img-wrap {
    padding-bottom: 100%;
  }
  .row-why-work .col-right .img-wrap img {
    border-radius: 16px;
  }
  .row-why-work .col-left h4 {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
  }
  .row-why-work .col-left .content p {
    font-size: 21px;
    line-height: 23px;
  }
  .icon-heading h5 {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -24px;
  }
  .row-why-work .col-left .content {
    margin-bottom: -9px;
    border-bottom: 0;
  }
  .row-why-work .col-left p.description {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
  }
  .career-form .cf-content {
    padding: 0;
  }
  .career-form .form-career {
    padding: 38px 24px 13px 24px;
  }
  .career-form .cf-header,
  .career-form .cf-body {
    width: 100%;
  }
  .career-form .cf-header p {
    font-size: 14px;
    line-height: 20px;
  }
  .career-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 8px;
    width: 100%;
    max-width: 345px;
  }
  .career-form .cf-header h3,
  .career-form .cf-header p {
    max-width: 100%;
  }
  .career-banner.banner-default-module .heading,
  .career-banner.banner-default-module .desc {
    width: 100%;
  }
  .career-form .form-career input[type="email"] {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .row-why-work .col-left,
  .row-why-work .col-right {
    width: 100%;
  }
  .row-why-work {
    flex-direction: column;
    gap: 16px;
  }
  .row-why-work .col-left {
    order: 1;
  }
  .home .cf-content {
    padding: 0;
  }
  .referral-banner.banner-default-module .desc p:last-child {
      padding-top: 0;
  }
}
@media (max-width: 468px) {
  .our-value .our-value-heading h2 p {
    max-width: 330px;
    margin: 0 auto;
  }
}
