@import url(https://fonts.googleapis.com/css2?family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Fonts Here */
/* Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p, a{
  font-size: 1rem;
  line-height: 1.5rem;
}
.header--main {
  position: relative;
}
.header--main * {
  position: relative;
  z-index: 1;
}
.header--main:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212121;
  mix-blend-mode: hard-light;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.home--faqs .accordion,
.home--faqs .accordion-benefits{
  width: 100%;
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 18px;
  box-shadow: 0px 10px 20px rgba(17, 26, 57, 0.1), 0px 4px 6px rgba(17, 26, 57, 0.1);
}
.home--faqs .panel{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
  transition: max-height 0.4s ease-out, opacity 0.3s ease, all 0.5s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(17, 26, 57, 0.1), 0px 4px 6px rgba(17, 26, 57, 0.1);
}
.home--faqs .accordion.active,
.home--faqs .accordion-benefits.active {
  box-shadow: 0px -10px 20px rgba(17, 26, 57, 0.1), 0px -4px 6px rgba(17, 26, 57, 0.1);
}
.home--faqs .accordion.active + .panel,
.home--faqs .accordion-benefits.active + .panel{
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 1;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
}
.home--faqs .accordion:before,
.home--faqs .accordion-benefits:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  float: right !important;
  margin-left: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 117 24 / var(--tw-text-opacity, 1)) !important;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .home--faqs .accordion:before,
  .home--faqs .accordion-benefits:before{
    float: left !important;
    margin-right: 1rem !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 117 24 / var(--tw-text-opacity, 1)) !important;
  }
}
.home--faqs .accordion.active:before,
.home--faqs .accordion-benefits.active:before {
  content: "\f068" !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 95 115 / var(--tw-text-opacity, 1)) !important;
}
.self--help__card {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.self--help__card:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 24 / var(--tw-bg-opacity, 1));
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .self--help__card:before {
    opacity: 0;
    visibility: hidden;
  }
}
.self--help__card:hover:before {
  opacity: 1;
  visibility: visible;
}
.self--help__card:hover .btn-aw{
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 115 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact--form input:not(.btn-aw), .contact--form textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px 10px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: #555555;
}
.contact--form textarea {
  height: 150px;
}
.contact--form input:focus, .contact--form select:focus, .contact--form textarea:focus {
  border: 2px solid #111A39; /* Darker  when focused */
  color: #111A39;
}
.contact--form ::-moz-placeholder {
  color: #555555;
}
.contact--form ::placeholder {
  color: #555555;
}
.contact--form .btn-aw {
  width: 100%;
}
.error--page * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .error--page h1 {
    font-size: 100px;
  }
  .error--page h2 {
    font-size: 60px;
  }
}
.error--page:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.61);
}
