/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: mundial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1 {
  font-size: 2.4rem;
  position: relative;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-size: 1.1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}
p:last-of-type {
  margin: 0;
}

a {
  font-size: 1.1rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #000;
}

ul {
  padding: 0 0 0 1.5rem;
}

li {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

.wp-block-media-text {
  margin: 2rem 0;
}
@media (min-width: 800px) {
  .wp-block-media-text {
    margin: 4rem 0;
  }
}
.wp-block-media-text:first-of-type {
  margin: 0 0 2rem 0;
}
@media (min-width: 800px) {
  .wp-block-media-text:first-of-type {
    margin: 0 0 4rem 0;
  }
}
.wp-block-media-text:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 2rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 2rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 2rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 800px) {
  .introduction {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  .introduction {
    flex-direction: row;
    align-items: center;
  }
}
.introduction .introduction-box {
  width: 100%;
}
@media (min-width: 800px) {
  .introduction .introduction-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }
}
.introduction .introduction-box h2 {
  position: relative;
}
.introduction .introduction-box h2:after {
  content: "";
  position: absolute;
  width: 80%;
  background: #FBC107;
  height: 3px;
  bottom: -5px;
  left: 0;
}
.introduction .introduction-image {
  width: 100%;
  display: flex;
  position: relative;
  height: 250px;
  margin: 0 0 2rem 0;
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    width: 50%;
    display: flex;
    height: 400px;
    margin: 0;
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  .introduction .introduction-image img {
    clip-path: polygon(0% 0%, 47% 0%, 47% 100%, 52% 100%, 52% 30%, 100% 30%, 100% 100%, 0% 100%);
  }
}

.services {
  width: 100%;
  background-image: url("https://harris.xthost.co.uk/scotland-stone/wp-content/uploads/2025/07/dw-896.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 4rem 1rem 4rem 1rem;
}
@media (min-width: 800px) {
  .services .services-grid {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  .services .services-grid {
    padding: 6rem 1rem 4rem 1rem;
  }
}
@media (min-width: 800px) {
  .services .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.services .services-grid .services-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  transition: 0.3s;
  height: 300px;
  position: relative;
}
.services .services-grid .services-box:hover {
  transform: translateY(-5px);
}
.services .services-grid .services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.services .services-grid .services-box h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
}

.process {
  text-align: center;
  padding: 4rem 1rem;
}
.process h2 {
  margin-bottom: 2rem;
  position: relative;
}
.process h2::after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background: #FBC107;
  margin: 0.5rem auto 0;
}
@media (min-width: 800px) {
  .process h2::after {
    width: 10%;
  }
}

.process-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem 2rem 1rem;
}
@media (min-width: 800px) {
  .process-grid {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  .process-grid {
    padding: 0 1rem 2rem 1rem;
  }
}
@media (min-width: 1000px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.process-box {
  background: #F6F6F6;
  padding: 2rem;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.process-box h3 {
  font-weight: 400;
}
.process-box h3::after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background: #FBC107;
  margin: 0.5rem 0;
}
.process-box .process-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #FBC107;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 4px;
  font-size: 2rem;
}

.acf-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 4rem 0;
  gap: 2rem;
  max-width: 2000px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .acf-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
.acf-gallery .gallery-image {
  min-height: 200px;
  max-height: 300px;
}
.acf-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acf-gallery .gallery-image:nth-of-type(1) {
  display: none;
  margin-top: -2rem;
}
@media (min-width: 800px) {
  .acf-gallery .gallery-image:nth-of-type(1) {
    display: block;
  }
}
.acf-gallery .gallery-image:nth-of-type(2) {
  margin-bottom: -2rem;
}
.acf-gallery .gallery-image:nth-of-type(3) {
  margin-top: -2rem;
}
.acf-gallery .gallery-image:nth-of-type(4) {
  margin-bottom: -2rem;
}
.acf-gallery .gallery-image:nth-of-type(5) {
  display: none;
  margin-top: -2rem;
}
@media (min-width: 800px) {
  .acf-gallery .gallery-image:nth-of-type(5) {
    display: block;
  }
}

.review-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 800px) {
  .review-wrap {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  .review-wrap {
    padding: 0 1rem;
  }
}
.review-wrap h2 {
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  text-align: center;
}
.review-wrap h2::after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background: #FBC107;
  margin: 0.5rem auto 0;
}
@media (min-width: 800px) {
  .review-wrap h2::after {
    width: 10%;
  }
}

.home-contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.home-contact-us .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}
.home-contact-us .overlay .home-contact-us-box {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
    width: 80%;
  }
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container h2 {
  color: #fff;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container p {
  color: #fff;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container .btn {
  margin: 1rem 0 0 0;
}

.page-layout .contact-page-details {
  margin: 2rem 0 0 0;
}
.page-layout .contact-page-details .contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 800px) {
  .page-layout .contact-page-details .contact-links {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
}
.page-layout .contact-page-details .contact-links .contact-item {
  width: 100%;
  padding: 4rem;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 800px) {
  .page-layout .contact-page-details .contact-links .contact-item {
    max-width: 300px;
  }
}
.page-layout .contact-page-details .contact-links .contact-item h3 {
  margin: 0;
}
.page-layout .contact-page-details .contact-links .contact-item .iconify {
  color: #000;
  font-size: 2rem;
}

.contact-form-wrap {
  background: #F6F6F6;
}
.contact-form-wrap .gform_wrapper {
  margin: 4rem 0 0 0;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 800px) {
  .contact-form-wrap .gform_wrapper {
    padding: 4rem 1rem;
  }
}
.contact-form-wrap .gform_required_legend {
  display: none;
}
.contact-form-wrap .gform_wrapper.gravity-theme input[type=color],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=date],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=datetime-local],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=datetime],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=email],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=month],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=number],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=password],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=search],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=tel],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=text],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=time],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=url],
.contact-form-wrap .gform_wrapper.gravity-theme input[type=week],
.contact-form-wrap .gform_wrapper.gravity-theme select,
.contact-form-wrap .gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: none;
}
.contact-form-wrap .gfield_consent_label a {
  font-size: 0.8rem;
}
.contact-form-wrap .charleft {
  margin: 0 0 -2rem 0;
}

.error {
  width: 100%;
  background-image: url("http://scotland-stone.local/wp-content/uploads/2025/06/505406782_650131958072656_4825771637485349502_n.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .error .overlay {
    margin: 0;
  }
}
.error .content {
  text-align: center;
}
.error .content h1 {
  color: #fff;
}
.error .content h2 {
  color: #fff;
}
.error .content p {
  color: #fff;
}
.error .content .btn {
  margin: 1rem 0 0 0;
}

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center;
}
.blog-header h2 {
  color: #fff;
}

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 576px) {
  .blog-post {
    width: 48%;
    margin: 0 1%;
  }
  @supports (display: grid) {
    .blog-post {
      width: 100%;
      margin: 0;
    }
  }
}
.blog-post .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post .meta {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto;
}
.post-single .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(33.3333333% - 1px);
  margin-right: 0.063rem;
}
.share-buttons li:last-child {
  width: 33.3333333%;
  margin-right: 0;
}
.share-buttons li:last-child a {
  border-radius: 0 0.188rem 0.188rem 0;
}
.share-buttons li:first-child a {
  border-radius: 0.188rem 0 0 0.188rem;
}
.share-buttons svg {
  fill: #fff;
  margin-right: 0.313rem;
  width: 1rem;
  height: 1rem;
}
.share-buttons a {
  display: block;
  padding: 0.75rem 0.75rem 0.563rem;
  text-align: center;
  color: White;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}

.share-pinterest {
  background: #b5071a;
}

.news-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 800px) {
  .news-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.pagination a,
.pagination span {
  padding: 4px 8px;
  border: 1px solid #F6F6F6;
  color: #333;
}
.pagination .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

.intro-wrap {
  width: 100%;
  background: #F6F6F6;
}
.intro-wrap .page-layout {
  width: 100%;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .intro-wrap .page-layout {
    width: 80%;
  }
}
.intro-wrap .page-layout h2 {
  display: inline-block;
  position: relative;
}
.intro-wrap .page-layout h2::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #FBC107;
  margin: 0.5rem auto 0;
}

.samples-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 576px) {
  .samples-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .samples-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .samples-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

.sample-item {
  background: #F6F6F6;
  padding: 1rem;
  text-align: center;
}
.sample-item .sample-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.sample-item .sample-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sample-item .sample-name {
  margin-top: 0.75rem;
}

.btn {
  color: #000;
  padding: 1rem;
  background: #FBC107;
  transition: 0.3s;
  display: inline-block;
}
.btn:hover, .btn:focus {
  color: #fff;
  background: #000;
}

#gform_submit_button_1 {
  color: #000;
  padding: 1rem;
  background: #FBC107;
  transition: 0.3s;
  display: inline-block;
  border: none;
  font-size: 1rem;
}
#gform_submit_button_1:hover, #gform_submit_button_1:focus {
  color: #fff;
  background: #000;
}

footer {
  background: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer p {
  margin: 0;
}
footer .main-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 4rem 1rem;
}
@media (min-width: 800px) {
  footer .main-footer {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  footer .main-footer {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
footer .main-footer .section-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  footer .main-footer .section-one {
    width: 25%;
    align-items: flex-start;
  }
}
footer .main-footer .section-one .logo {
  margin: 0 0 1rem 0;
}
footer .main-footer .section-one .logo img {
  max-width: 10rem;
  height: auto;
  transition: 0.3s;
}
footer .main-footer .section-one .footer-contact-details .contact-links {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 800px) {
  footer .main-footer .section-one .footer-contact-details .contact-links {
    align-items: flex-start;
  }
}
footer .main-footer .section-one .footer-contact-details .contact-links .contact-item .iconify {
  display: none;
}
footer .main-footer .section-one .footer-contact-details .contact-links .contact-item a {
  color: #fff;
}
footer .main-footer .section-two {
  margin: 1rem 0 0 0;
}
@media (min-width: 800px) {
  footer .main-footer .section-two {
    width: 25%;
    margin: 0;
  }
}
footer .main-footer .section-two h2 {
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .section-two a {
  display: block;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}
@media (min-width: 800px) {
  footer .main-footer .section-two a {
    text-align: left;
  }
}
footer .main-footer .section-two a:hover, footer .main-footer .section-two a:focus {
  color: #FBC107;
}
footer .main-footer .section-three {
  margin: 1rem 0 0 0;
}
@media (min-width: 800px) {
  footer .main-footer .section-three {
    width: 25%;
    margin: 0;
  }
}
footer .main-footer .section-three h2 {
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .section-three p {
  color: #fff;
  text-align: center;
}
@media (min-width: 800px) {
  footer .main-footer .section-three p {
    text-align: left;
  }
}
footer .main-footer .section-four {
  margin: 1rem 0 0 0;
}
@media (min-width: 800px) {
  footer .main-footer .section-four {
    margin: 0;
  }
}
footer .main-footer .section-four h2 {
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .section-four .footer-socials .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  footer .main-footer .section-four .footer-socials .social-links {
    justify-content: flex-start;
  }
}
footer .bottom-footer-wrap {
  border-top: 2px solid #fff;
}
footer .bottom-footer-wrap .bottom-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  footer .bottom-footer-wrap .bottom-footer {
    padding: 4rem 1rem;
  }
}
@media (min-width: 800px) {
  footer .bottom-footer-wrap .bottom-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .bottom-footer-wrap .bottom-footer p {
  color: #fff;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
}
footer .bottom-footer-wrap .bottom-footer a {
  color: #fff;
  transition: 0.3s;
  font-size: 0.8rem;
}
footer .bottom-footer-wrap .bottom-footer a:hover, footer .bottom-footer-wrap .bottom-footer a:focus {
  color: #FBC107;
}

.home.active {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home.active {
    overflow: auto;
  }
}

.site-header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: 0.3s;
  z-index: 2000;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  transition: 0.3s;
}
.site-header .logo {
  margin-right: auto;
}
.site-header .logo img {
  max-width: 10rem;
  height: auto;
  transition: 0.3s;
}
.site-header .logo a {
  display: flex;
}
.site-header .request-button {
  display: none;
}
@media (min-width: 992px) {
  .site-header .request-button {
    display: block;
  }
}
.site-header .mobile-request-button .btn {
  border: 1px solid #FBC107;
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.site-header #mobile-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #FBC107;
}
@media (min-width: 992px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 25px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #FBC107;
}
.site-header.scrolled {
  background: #000;
}
.site-header.scrolled .container .logo img {
  filter: none;
}
.site-header.scrolled .container #mobile-button .iconify {
  color: #fff;
  transform: 0.3s;
}
.site-header.scrolled .container #mobile-button .iconify:hover, .site-header.scrolled .container #mobile-button .iconify:focus {
  color: #FBC107;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a {
  color: #fff;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a:hover, .site-header.scrolled .container #main-menu .menu-primary-container .menu li a:focus {
  color: #FBC107;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  overflow-Y: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
  margin: 20px 0;
}
#mobile-menu .menu li a {
  display: inline-block;
  margin: 0.5rem 0;
  color: #fff;
}
#mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
  color: #FBC107;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
@media (min-width: 992px) {
  #mobile-menu .sub-menu {
    padding: 2rem 0 0;
  }
}
#mobile-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
}
#mobile-menu .sub-menu li {
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
#mobile-menu .contact-details .icon .iconify {
  margin: 0 0.2rem 0 0;
}
#mobile-menu .contact-details .icon a {
  font-size: 1rem;
}

#main-menu {
  display: none;
}
@media (min-width: 992px) {
  #main-menu {
    display: flex;
    padding: 0 1rem 0 0;
  }
}
#main-menu .menu {
  position: relative;
}
#main-menu .menu li {
  position: relative;
}
#main-menu .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#main-menu .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#main-menu .sub-menu {
  position: absolute;
  top: 35px;
  right: 0;
  padding-left: 0;
  max-width: 300px;
  min-width: 150px;
  background: #FBC107;
}
#main-menu .sub-menu a {
  display: block;
  padding: 0.5rem;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 992px) {
  .menu a {
    color: #fff;
  }
}
.menu a:hover, .menu a:focus {
  color: #FBC107;
}

.page-header {
  width: 100%;
  height: 300px;
  position: relative;
}
.page-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0;
  margin: 2rem 0 0 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-wrap {
  position: relative;
}
.slide-wrap .slick-arrows {
  position: absolute;
  top: 95%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  max-width: 90rem;
}
@media (min-width: 800px) {
  .slide-wrap .slick-arrows {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.slide-wrap .slick-arrows .slick-prev,
.slide-wrap .slick-arrows .slick-next {
  background: none;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 4000;
}
.slide-wrap .slick-arrows .slick-prev .iconify,
.slide-wrap .slick-arrows .slick-next .iconify {
  font-size: 2rem;
}
.slide-wrap .slick-arrows .slick-prev {
  left: 10px;
}
.slide-wrap .slick-arrows .slick-next {
  right: 10px;
}
.slide-wrap .slides {
  max-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .slide-wrap .slides {
    max-height: 100vh;
  }
}

.slide-img {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (min-width: 800px) {
  .slide-img {
    height: 100vh;
  }
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-img .container {
  width: 100%;
  max-width: 1400px;
  margin: 3rem auto 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
}
.slide-img .container h1 {
  margin: 0 0 0.5rem 0;
  color: #fff;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.2s;
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 800px) {
  .slide-img .container h1 {
    font-size: 2.6rem;
  }
}
.slide-img .container p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 1rem 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
  text-align: center;
}
.slide-img .container .btn {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 1s;
}
.slide-img .container .slider-socials {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.8s;
}
@media (min-width: 800px) {
  .slide-img .container .slider-socials {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
}
.slide-img .container .slider-socials .social-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (min-width: 800px) {
  .slide-img .container .slider-socials .social-links {
    flex-direction: column;
    margin: 0;
  }
}
.slide-img .container .slider-socials .social-links a .iconify {
  color: #fff;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .split-content {
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
    margin: 4rem 0 0 0;
  }
  .split-content.split-content-image-left {
    flex-direction: row-reverse;
  }
  .split-content.split-content-image-left:nth-child(odd) {
    flex-direction: row;
  }
  .split-content.split-content-image-right {
    flex-direction: row;
  }
  .split-content.split-content-image-right:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.split-content .split-content-text {
  width: 100%;
}
@media (min-width: 800px) {
  .split-content .split-content-text {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 0;
  }
}
.split-content .split-content-text h2 {
  margin: 0;
  line-height: 3rem;
}
.split-content .split-content-image {
  width: 100%;
  display: flex;
  position: relative;
  height: 300px;
}
.split-content .split-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .split-content .split-content-image {
    flex: 1;
    width: 50%;
    height: unset;
  }
}

.full-width-bullet-wrap {
  width: 100%;
  background: #F6F6F6;
}
.full-width-bullet-wrap .full-width-bullet {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 800px) {
  .full-width-bullet-wrap .full-width-bullet {
    padding: 4rem 1rem;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
@media (min-width: 800px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
    justify-content: flex-start;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box .iconify {
  font-size: 3rem;
  color: #000;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box h3 {
  margin: 0;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box p {
  text-align: center;
}

.accreditation-container {
  width: 100%;
}
.accreditation-container .accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 800px) {
  .accreditation-container .accreditation {
    padding: 4rem 1rem;
  }
}
.accreditation-container .accreditation .accreditation-img img {
  margin: 0 auto;
  height: 100px;
}

.social-links {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.social-links a {
  transition: 0.3s;
  display: inline-block;
}
.social-links a .iconify {
  font-size: 2rem;
  color: #fff;
}
.social-links a:hover, .social-links a:focus {
  transform: scale(1.1);
}

.contact-links {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.contact-links .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.contact-links .contact-item .iconify {
  color: #fff;
  margin: 0 0 0 0;
}
.contact-links .contact-item a {
  transition: 0.3s;
}
.contact-links .contact-item a:hover, .contact-links .contact-item a:focus {
  color: #FBC107;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 800px) {
  .page-layout {
    padding: 4rem 1rem;
  }
}

.page-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 800px) {
  .page-split {
    flex-direction: row;
    justify-content: space-between;
  }
}

#iubenda_policy li:before {
  display: none !important;
}

#iubenda_policy .iub_content {
  padding: 0 !important;
}

.footer__credits {
  display: none;
}

#iub-pp-container footer div:last-of-type {
  display: none;
}

#iub-pp-container h1 {
  display: none;
}

#iub-pp-container footer {
  display: none;
}/*# sourceMappingURL=style.css.map */