:root {
  --color-primary: #132937;
  --color-secondary: #22374c;
  --color-tertiary: #d2bb90;
  --color-black: #000000;
  --color-white: #ffffff;
}
body {
  font-family: "Source Sans Pro";
  background-color: rgba(210, 187, 144, 0.1);
  color: var(--color-primary);
  font-size: 22px;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif Pro";
  color: var(--color-secondary);
}

h2 {
  font-size: 44px;
  line-height: 55px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}
p {
  margin-bottom: 15px;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button {
  border: none;
  text-transform: uppercase;
}
.content_box {
  max-width: 727px;
  margin: 0 auto;
  text-align: center;
}
.content_box h2 {
  margin-bottom: 26px;
}
.content_box p {
  margin-bottom: 30px;
}
.white_bg {
  background-color: var(--color-white);
}
.blue_bg {
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 55px;
}
.blue_bg a {
  color: var(--color-white);
}
.blue_bg h2,
.blue_bg h3 {
  color: var(--color-white);
}
.common_btn {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s ease;
}
.common_btn.golden_btn {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}
.common_btn.golden_btn:hover {
  background-color: var(--color-white);
  color: var(--color-tertiary);
}
.common_btn.blue_btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.common_btn.blue_btn:hover {
  background-color: var(--color-tertiary);
}
.section_padding_60 {
  padding: 60px 0;
}

.main_logo {
  position: absolute;
  left: 0;
}
header {
  background: #fff;
  padding: 12px 0;
}
nav {
  display: flex;
  justify-content: end;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 50px;
}
nav ul li a::after {
  display: block;
  width: 0;
  background: var(--color-secondary);
  content: "";
  height: 2px;
  transition: 0.4s;
}
nav ul li a:hover::after {
  width: 100%;
}
.blue_bg nav ul li a::after {
  background: var(--color-white);
}
.responsive_menu_wrapper {
  display: none;
}
.custom_footer_padding {
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.footer_social_icons a {
  margin-right: 10px;
}
.footer_logo {
  border-right: 1px solid var(--color-white);
}

.hero_content_absolute {
  max-width: 964px;
  margin: 0 auto;
  background: var(--color-secondary);
  text-align: center;
  padding: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -63px;
  margin-bottom: -70px;
}
.hero_bottom_section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.home_get_in_touch {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.img-force {
  width: 100%;
}
.mb_20 {
  margin-bottom: 20px;
}
.home_gallery_section {
  padding: 80px 0;
}
.home_gallery {
  margin-top: 70px;
}

.testimonial_section {
  overflow: hidden;
}
.testimonial_item {
  max-width: 1026px;
  margin: 22px auto 0;
}
.testimonial-box {
  padding: 60px 40px;
  text-align: center;
  height: 100%;
}

.testimonial-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 32px;
  font-family: "Source Serif Pro";
}

.testimonial-text {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: "Source Serif Pro";
}

.testimonial-author {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 24px;
  font-family: Source Sans Pro;
}

/* Border lines like screenshot */
.border-right {
  border-right: 1px solid #707070;
}

.border-bottom {
  border-bottom: 1px solid #707070 !important;
}
/* parent */
.testimonial_wrapper {
  position: relative;
  padding-bottom: 110px;
}

/* owl nav wrapper */
.testimonial_wrapper .owl-nav {
  margin: 0;
}

.testimonial_wrapper .owl-nav button.owl-prev,
.testimonial_wrapper .owl-nav button.owl-next {
  position: absolute;
  top: 44%;
  transform: translateY(-66%);
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
  z-index: 10;
}

/* left button */
.testimonial_wrapper .owl-nav button.owl-prev {
  left: -48px;
}

/* right button */
.testimonial_wrapper .owl-nav button.owl-next {
  right: -48px;
}

/* remove default span spacing */
.testimonial_wrapper .owl-nav button.owl-prev span,
.testimonial_wrapper .owl-nav button.owl-next span {
  display: block;
  line-height: 1;
  margin-top: -2px;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-top-bg {
  height: 390px;
  background: url("/wp-content/themes/heartwood/assets/images/get_in_touch_bg.png")
    center center / cover no-repeat;
}

.contact-bottom-bg {
  height: calc(100vh - 390px);
  min-height: 380px;
  background: var(--color-secondary);
}

.contact-card {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 570px;
  background: #fbf8f4;
  padding: 48px 54px 46px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.contact-card h2 {
  margin-bottom: 14px;
  text-align: center;
}

.form_group {
  margin-bottom: 10px;
}

.form_label {
  display: block;
  font-size: 12px;
  color: #707070;
  margin-bottom: 2px;
}

.form_control {
  width: 100%;
  height: 50px;
  border: 1px solid #707070;
  background: var(--color-white);
  padding: 16px 20px;
  font-size: 14px;
  color: #707070;
  outline: none;
  display: block;
  line-height: 18px;
}

.form_control::placeholder {
  color: #707070;
}

.form_control:focus {
  border-color: #707070;
}

.form_row {
  display: flex;
  gap: 18px;
}

.form_row .form_group {
  flex: 1;
}

.help-title {
  display: block;
  font-size: 12px;
  color: #707070;
  margin-bottom: 0;
}

.radio_group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.radio_item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #6d6d6d;
}

.radio_item input {
  display: none;
}

.custom-radio {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  background: #fff;
}

.radio_item input:checked + .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  background-color: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-text {
  font-size: 14px;
  color: #707070;
  line-height: 18px;
}

.submit-wrap {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 2px;
}
.get_in_touch_form_wrapper {
  max-width: 760px;
  margin: 0 auto;
}
textarea.form_control {
  height: 150px;
}
.map_wrapper {
  padding: 80px 0;
}
.contact-info-section {
  padding: 28px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 70px;
}

.contact-info {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  margin-bottom: 13px;
}

.info-item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our_process_items {
  text-align: center;
  position: relative;
  padding-bottom: 150px;
}

.our_process_site_content {
  max-width: 620px;
  margin: 0 auto;
}

.our_process_icon_box {
  width: 90px;
  height: 90px;
  background: #24384c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  position: relative;
  top: -45px;
}

.our_process_icon_box img {
  width: 34px;
  height: auto;
  filter: brightness(0) invert(1);
}

.faq-section {
  padding-bottom: 200px;
}

.custom-accordion .accordion-item {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  background: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 30px 60px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  line-height: 38px;
  text-transform: uppercase;
  font-family: "source sans pro";
}
.custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #111;
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* default bootstrap icon remove */
.custom-accordion .accordion-button::after {
  display: none;
}

/* custom plus/minus */
.custom-accordion .accordion-button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 34px;
  background: url("/wp-content/themes/heartwood/assets/images/plus_icon.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-accordion .accordion-button:not(.collapsed)::before {
  content: "";
  background: url("/wp-content/themes/heartwood/assets/images/minus_icon.png")
    center center / contain no-repeat;
}

.custom-accordion .accordion-body {
  padding: 0 90px 50px 60px;
}

.faq-text {
  margin-bottom: 60px;
}

.team-section {
  background: #f7f4ef;
}

.team-row {
  padding: 44px 0 80px;
}

.team-row:nth-child(odd) {
  background: var(--color-white);
}

.team-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.team-member {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 64px;
}

.team-member.reverse {
  flex-direction: row;
}

.team-content {
  flex: 1 1 auto;
  max-width: 560px;
}

.team-content h3 {
  margin: 0 0 8px;
}

.team-content p {
  margin: 0;
  max-width: 520px;
  color: #23384d;
}

.team-image {
  margin-top: -120px;
}
.our_founder .team-image {
  margin-top: 0;
}

.team-member.reverse {
  gap: 56px;
}

.founder_container {
  border-top: 1px solid #707070;
  padding: 60px 0;
}
.hero_bottom_section.team_title_section {
  padding-bottom: 120px;
}
.trade-section {
  padding: 38px 0 30px;
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 34px;
  row-gap: 34px;
  align-items: start;
}

.trade-item {
  text-align: center;
}

.trade-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.trade-icon img {
  position: relative;
  z-index: 1;
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
  display: block;
}

.trade-item h4 {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0;
}
.best_caraftsmen {
  padding: 80px 0;
}
.case-study-section {
  position: relative;
  min-height: 336px;
  overflow: hidden;
}

.case-study-bg {
  position: absolute;
  inset: 0;
}

.case-study-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-study-overlay-box {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 160px auto;
  padding: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.case-study-overlay-box h2 {
  margin: 0 0 18px;
  color: #23384d;
}

.case-study-overlay-box p {
  margin: 0;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.filter_btn_wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
.filter_btn_wrapper .common_btn {
  text-transform: uppercase;
  cursor: pointer;
  min-width: 192px;
  text-align: center;
}
.filter_btn_wrapper .common_btn.golden_btn.active,
.filter_btn_wrapper .common_btn.golden_btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.filter_gallery .home_gallery {
  margin-top: 30px;
}
