@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600&display=swap");

:root {
  --a-primary: #81403f;
  --a-secondary: #bb7473;
  --a-tertiary: #d6a9aa;

  --a-primary: #183b43;
  --a-secondary: #daa728;
  /* --a-tertiary: #77b9a5; */
  --a-tertiary: #fff;
}
body,
html {
  font-family: "Arimo", sans-serif;
  overflow-x: hidden;
}
body {
  background-color: var(--a-tertiary);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.top-bar {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background-color: var(--a-primary);
  color: white;
  /* justify-content: space-between; */
}
.top-bar .items {
  display: flex;
  width: 100%;
  margin: 0 50px 0 10px;
  /* justify-content: space-evenly; */
  /* border: 1px solid red; */
}
.items div div {
  display: inline;
  font-size: 1.1em;
  margin: 0 10px;
}
.items span {
  /* font-size: 1.2em; */
}
.items span::after {
  /* content: "         ..."; */
  /* font-size: 1.5em; */
}
.items span::before {
  /* content: "..."; */
}
.active {
  text-decoration: underline;
  font-weight: bold;
}
.logo {
  display: flex;
  align-items: center;
}
.logo p {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.logo img {
  /* width: 270px; */
  width: 50px;
}
.main-header {
  display: flex;
  /* justify-content: space-between; */
  background-color: var(--a-secondary);
  width: 100%;
  padding-bottom: 20px;
}
.text-thumbs {
  display: flex;
  flex-basis: 0%;
  flex-direction: column;
  /* justify-content: space-around; */
  justify-content: space-between;
  /* height: 83vh; */
  height: 100%;
  height: auto;
}
.right-header {
  flex-basis: 50%;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* border: 1px solid red; */
}
.form-img {
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
}
.form-img img {
  border: 1px solid black;
  border-radius: 7px;
  cursor: pointer;
  width: 370px;
}
.form-img img:hover {
  border: 2px solid rgb(21, 104, 212);
  transition: all 0.5s;
}
.right-header > div {
  flex-basis: 100%;
}
.right-header p {
  font-size: 1.3em;
}
.right-header .text {
  width: 80%;
}
.text h1 {
  font-size: 1.4em;
}
.text p {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 1.1em;
}
.left-header {
  flex-basis: 40%;
  /* border: 1px solid purple; */
}
.thumbnails {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  margin-right: 20px;
  margin-bottom: -20px;
}
.thumbnails p {
  font-size: 0.9em;
}
.thumbnails div {
  text-align: center;
  cursor: pointer;
  background-color: white;
  width: 100px;
  padding: 10px;
  /* border-radius: 7px; */
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border: 1px solid black;
  border-bottom: none;
  /* border: 1px solid green; */
}
.thumbnails img {
  border-radius: 7px;
  width: 70px;
}
/* .thumbnails */
.swiper {
  width: 60%;
  flex-basis: 40%;
  /* height: 700px; */
  height: 83vh;
  margin-left: 10px;
}
.swiper-slide {
  /* text-align: center; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}
.slide-1 {
  background-image: url("images/PHOTO\ 4.jpg");
}
.slide-2 {
  background-image: url("images/PHOTO\ 5.jpg");
}
.slide-3 {
  background-image: url("images/PHOTO\ 6.jpg");
}
.slide-4 {
  background-image: url("images/PHOTO\ 7.jpg");
}
.slide-5 {
  background-image: url("images/PHOTO\ 8.jpg");
}
.slide-6 {
  background-image: url("images/PHOTO\ 1.jpg");
}
.slide-7 {
  background-image: url("images/PHOTO\ 2.jpg");
}
.slide-8 {
  background-image: url("images/PHOTO\ 3.jpg");
}
.swiper-slide img {
}
footer {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2d363c;
  background-color: var(--a-primary);
  height: 150px;
}
footer p {
  margin-bottom: 10px;
}
footer img {
  width: 30px;
  margin: 50px 12px;
}
.services,
/* .where-work, */
.testimonials {
  min-height: 700px;
  margin-top: 40px;
  /* flex-basis: 40%; */
  background-image: url("./images/services.jpg");
  background-image: url("./images/sketch.jpg");
  /* background-image: url("./images/services.png"); */
  background-size: 50%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  /* transform: scaleX(-1); */
}
.services-content {
  width: 90%;
  margin: 40px auto;
}
.services-content h3 {
  margin: 60px 0 20px 0;
  text-transform: uppercase;
  font-size: 1.5em;
}
.services-content p {
  margin: 20px 0 20px 20px;
  font-size: 1.2em;
  width: 330px;
  line-height: 1.7;
}
.spacer {
  display: flex;
  justify-content: flex-end;
}
.small-form {
  width: 200px;
  background-color: #e6e6e6;
  border-radius: 0 0 0 10px;
  text-align: center;
  height: 150px;
}
.small-form p {
  font-size: 1.1em;
  margin: 25px auto;
}
.section-content h3 {
  width: 350px;
}
.services-content li,
.where-work li {
  margin: 10px 0 10px 30px;
  width: 370px;
  font-size: 1.2em;
  line-height: 1.4;
}
.where-work ul {
  margin-left: 150px;
}
.quote-link {
  color: #195fc8;
  text-decoration: underline;
  margin-top: 60px;
  cursor: pointer;
}
.quote-link img {
  width: 25px;
}

.faqs {
  width: 80%;
}
.faqs-content {
  margin: 60px auto;
}
.faq-item {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-top: 30px;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-question p {
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
}
.faq-question img {
  width: 30px;
  height: 30px;
}
.faq-answer {
  display: none;
}
.faq-answer p {
  color: #6a6a6a;
  font-size: 1.3em;
  margin-top: 20px;
}

form input {
  padding: 10px;
  font-size: 1.2em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
  /* font-family: "Outfit", sans-serif; */
  font-family: "Arimo", sans-serif;
}
form label {
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  /* font-size: 0.9em; */
  width: 350px;
}
form span {
  margin-bottom: 5px;
  display: inline-block;
}
.field {
  margin-top: 30px;
}
.two-fields {
  display: flex;
  justify-content: space-between;
}
.quote-content {
  width: 100%;
}
.quote-content h2 {
  text-align: center;
}
.quote-content form {
  width: 750px;
  margin: 100px auto;
}
.quote-content h3 {
  margin: 40px auto 10px;
}
.label-checkbox {
  display: inline;
  font-size: 1.25em;
  font-weight: 300;
}
input[type="checkbox"] {
  width: auto;
  margin-top: 20px;
}
.no-services {
  margin-top: 20px;
}
.no-services p {
  margin-top: 8px;
  text-transform: uppercase;
}
.submit {
  margin-top: 50px;
  text-align: center;
}
.submit p {
  color: gray;
  margin-top: 15px;
  font-weight: 600;
  font-size: 0.9em;
}
.attachments {
  margin: 5px auto 10px auto;
}
input[type="file"] {
  /* border: none; */
  width: fit-content;
  text-align: center;
  margin: 10px auto;
  font-size: 1em;
}
.attachments {
  width: 100%;
  /* font-size: 0.9em; */
}
form textarea {
  width: 100%;
  height: 130px;
  resize: none;
  /* font-family: "Outfit", sans-serif; */
  font-family: "Arimo", sans-serif;
  font-size: 1.1em;
  border-radius: 5px;
  padding: 10px;
}
.button-wrapper {
  /* border: solid; */
  text-align: center;
  margin-top: 40px;
}
form button {
  background-color: #2d363c;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}

.spinner.show {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.contact,
.quote,
.faqs {
  margin: 70px auto;
}
.contact h2 {
  text-align: center;
}
.contact-content {
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
}
.map {
  /* text-align: center; */
  margin: 0 auto;
}
.map p {
  margin-top: 20px;
}

#faqs,
#contact,
#quote,
#testimonials,
#where-work {
  display: none;
}

.section-content h2 {
  font-size: 2em;
}
.section-content {
  margin: 100px auto;
}
.where-work h2,
.testimonials h2 {
  text-align: center;
}
.where-work p {
  text-align: center;
  margin: 40px auto;
  font-size: 1.1em;
}
.testimonial-content {
  width: 50%;
  /* border: 1px solid red; */
  margin-left: 30px;
  margin-top: 30px;
  display: flex;
  /*flex-wrap: wrap; */
  flex-direction: column;
  /* justify-content: space-between; */
}
.review-right {
  /* float: right */
}
.review {
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  padding: 20px;
  width: 350px;
  background-color: #fff;
  margin: 20px 0;
  box-shadow: 2px 2px 7px rgb(221, 221, 221);
}
.review p {
  line-height: 1.4;
}
.review-cover {
  display: flex;
  /* border: 1px solid red; */
  justify-content: flex-end;
}
.review-content {
  flex-basis: 72%;
  /* flex-grow: 1; */
  /* flex-grow: 1; */
}
.review span {
  display: block;
  font-weight: bold;
  margin-top: 9px;
}
.review img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  /* float: left; */
  border: 1px solid grey;
}
.temp-contact {
  text-align: center;
  margin-bottom: 80px;
}
.temp-contact p {
  margin-bottom: 13px;
}
.temp-contact a {
  color: var(--a-primary);
  text-decoration: underline;
  font-size: 1.4em;
  font-weight: 500;
}

body.menu-open {
  overflow: hidden; /*  prevent scrolling behind the menu */
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%); /* start off-screen */
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
}

/* When menu is active (visible) */
.mobile-menu.active {
  transform: translateX(0); /* slide in */
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu div {
  padding: 20px;
  text-align: center;
}

.mobile-menu div span {
  color: var(--a-primary);
  font-size: 1.4em;
  font-weight: bold;
}

/* Hamburger styles (unchanged) */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  gap: 6px;
  margin-left: auto;
}

.hamburger-menu span {
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

@media screen and (max-width: 1189px) {
  .services,
  .where-work,
  .testimonials {
    background-size: 50%;
    background-position-x: right;
    background-position-y: center;
  }
}
@media screen and (max-width: 730px) {
  .hamburger-menu {
    display: flex;
  }
  .items {
    display: none;
  }
  .services,
  .where-work,
  .testimonials {
    background-image: none;
  }
  .testimonial-content {
    width: 95%;
  }
  .thumbnails {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main-header {
    display: block;
  }
  .swiper {
    width: 95%;
  }
  .text-thumbs {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-img {
    margin: 40px 0;
  }
  .thumbnails div {
    padding: 0;
    width: 85px;
  }
  .thumbnails p {
    font-size: 0.8em;
  }
  .top-bar {
    align-items: center;
    padding: 5px;
    /* justify-content: space-between; */
  }
  .top-bar .items {
    /* display: inline-block; */
    width: 100%;
    margin: 0 50px 0 10px;
    font-size: 0.85em;
    flex-wrap: wrap;
    /* margin: 10px; */
    /* padding: 1px; */
    /* justify-content: space-evenly; */
    /* border: 1px solid red; */
  }
  .quote-content form {
    width: 90%;
  }
  .two-fields {
    display: block;
  }
  .postcode-input {
    margin-top: 20px;
  }
  .contact-content {
    width: 95%;
  }
  .map {
    width: 100%;
  }
  .map iframe {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* .main-header {
    display: block;
  }
  .swiper {
    width: 95%;
  }
  .form-img {
    margin: 40px 0;
  } */
  .thumbnails p {
    font-size: 0.6em;
  }
  .text-thumbs {
    margin-left: 1px;
    margin-right: 1px;
  }
  .thumbnails {
    margin-right: 0px;
  }
  .thumbnails div {
    padding: 0;
    width: 58px;
  }
  .thumbnails img {
    /* border-radius: 7px; */
    width: 45px;
  }
  .services,
  .where-work,
  .testimonials {
    /* min-height: 700px; */
    /* margin-top: 40px; */
    background-image: none;
  }
  .text {
    margin-left: 10px;
  }
  .form-img img {
    width: 340px;
  }
  .services-content p {
    font-size: 1.1em;
    width: 95%;
  }
  .services-content li {
    width: 95%;
    font-size: 1.1em;
  }
  .top-bar .items {
    /* display: inline-block; */
    width: 100%;
    margin: 0 1px 0 10px;
    font-size: 0.7em;
    /* flex-wrap: wrap; */
  }
  .right-topbar {
    margin-left: 13px;
  }
  .faqs {
    width: 90%;
  }
  .faqs-content {
    font-size: 0.9em;
  }
  .logo img {
    width: 40px;
    margin-left: 10px;
  }
  .label-checkbox {
    font-size: 1em;
  }
  input[type="file"] {
    width: 95%;
  }
  .review {
    width: 90%;
  }
  .review-cover {
    display: block;
  }
}
