/* Page CSS - Exact conversion from _main.scss page styles */

/* Page Header Styles */
section.page-header {
  padding: 64px 0;
  background-color: #8BAEBE;
  color: #525151;
  background-image: url("/img/our-story-pattern.webp");
  background-blend-mode: multiply;
}

section.page-header h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
}

section.page-header p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #e5e5e5;
  margin-bottom: 0;
  margin-top: 0;
}

section.page-header nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
}

section.page-header nav ol {
  margin: 0;
}

section.page-header nav li {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
}

section.page-header nav li:first-child::before {
  content: "" !important;
}

section.page-header nav li::before {
  content: ">" !important;
  color: #e5e5e5 !important;
}

section.page-header nav li a {
  text-decoration: none !important;
  font-weight: 400;
  color: #e5e5e5 !important;
}

/* Page Content Styles */
section.page-contents {
  padding-top: 64px;
  padding-bottom: 90px;
  background: #fff;
}

section.page-contents img {
  margin-bottom: 48px;
}

section.page-contents p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #606060;
  margin-bottom: 16px;
}

section.page-contents h2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #525151;
  margin-bottom: 24px;
}

section.page-contents h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: #525151;
}

section.page-contents ul {
  list-style: none !important;
  width: 100%;
  padding: 0;
}

section.page-contents ul li {
  font-family: "Manrope";
  font-style: normal;
  padding-left: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000;
}

/* Contact Section Styles */
section.contact {
  padding-top: 89px;
}

section.contact .contact-wrapper {
  margin-bottom: 24px;
}

section.contact h4 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 16px;
}

section.contact p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}

section.contact p span.adress-line {
  margin-right: auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #656565;
}

section.contact p span.adress-line:first-child {
  width: 100%;
}

section.contact .map-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

/* Contact Form Styles */
section.section-header.contact-form {
  margin-top: 30px !important;
}

section.section-header.contact-form .section-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #525151;
  margin-bottom: 16px;
}

section.section-header.contact-form .section-desc {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1D2130;
  margin-bottom: 48px;
}

section.section-header.contact-form form .form-control {
  border: 1px solid rgba(163, 169, 182, 0.5);
  border-radius: 2px;
  height: 64px;
  padding: 20px 24px;
  color: #606060;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D2130;
  background-color: #fff;
  margin-bottom: 24px;
}

section.section-header.contact-form form textarea.form-control {
  border: 1px solid rgba(163, 169, 182, 0.5);
  border-radius: 2px;
  height: 148px;
  padding: 18px 33px;
  color: #606060;
  margin-bottom: 40px;
}

section.section-header.contact-form form .form-control:focus {
  box-shadow: unset !important;
  border-color: #212529;
}

section.section-header.contact-form form .form-check.d-flex.justify-content-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  margin-bottom: 32px;
}

section.section-header.contact-form form .form-check.d-flex.justify-content-center .form-check-input {
  width: 24px;
  height: 24px;
}

section.section-header.contact-form form label.form-check-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

section.section-header.contact-form form button.btn.btn-cstm-blue.self {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 24px;
  border-radius: 120px;
  width: 100%;
  text-align: center;
  height: 78px;
  line-height: 78px;
}

/* Filter Styles */
.row.filters .filter-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  width: fit-content;
  padding: 32px 48px !important;
  margin-top: 64px;
}

.row.filters .filter-content .seperator {
  margin: 0 60px;
  width: 1px;
  height: auto;
  color: #F2F2F2;
  display: flex;
  font-size: 30px;
  line-height: initial;
  font-weight: 300;
  font-family: 'Manrope';
}

.row.filters .filter-content .filter .nav-link.dropdown-toggle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262729;
  padding: 0;
}

.row.filters .filter-content .filter ul.dropdown-menu.show {
  margin-top: 36px !important;
  padding: 32px;
  padding-bottom: 16px;
  border: unset !important;
  border-radius: 10px;
  box-shadow: 0px 0 50px 0px rgb(0 0 0 / 10%), 0px 0 30.5526px rgb(0 0 0 / 4%);
}

.row.filters .filter-content .filter ul.dropdown-menu.show::before {
  content: "\A";
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 30%;
  transform: rotate(90deg);
  top: -22px;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li {
  padding: 0 !important;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item {
  margin-bottom: 16px;
}

.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:hover,
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:focus {
  background: unset !important;
}

/* Search Styles */
.search {
  margin-top: 64px;
}

.search input.form-control,
.search input.form-control:focus {
  padding: 40px 48px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-family: 'Manrope';
  border: 1px solid #F1F1F1;
  outline: unset !important;
  border-right: unset !important;
  box-shadow: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #06040A;
}

.search input.form-control::placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #9a9ea6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  section.page-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
  
  section.page-header p {
    font-size: 14px;
    line-height: 24px;
  }
  
  section.page-contents h2,
  section.page-contents h3 {
    font-size: 28px;
    line-height: 32px;
  }
  
  section.page-contents {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  section.contact {
    padding-top: 60px;
  }
  
  section.section-header.contact-form .section-title {
    font-size: 28px;
  }
  
  section.section-header.contact-form .section-desc {
    font-size: 16px;
  }
}

