/*
Theme Name: Samson Theme
Text Domain: Samson Theme
Version: 1.0
Description: Responsive WordPress Theme
Author: Seemore Graphics
Author URI: https://seemoregraphics.co.uk/

*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fafafa;
  color: #5A5A5A;
  margin: 0px;
}

.material-symbols-outlined {
  vertical-align: middle;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "barlow", sans-serif;
  color: #222222;
  font-weight: 800;
}

a {
  color: #1F1C59;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

input:focus {
  outline: none;
}

input, select, textarea {
  font-size: 16px;
}

.wpcf7 input[type=text], .wpcf7 select, .wpcf7 textarea,
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 input[type="number"] {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.wpcf7 input[type=submit] {
  background-color: #FFD226;
  color: #5a5a5a;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  background-color: #edbf1a;
}

.wpcf7 p {
  margin: 0px;
}

.button,
.wp-block-button a {
  background-color: #0099FF;
  line-height: 1;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 25px;
  margin: 0px 10px;
  border: 2px solid #0099FF;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.alt-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
}

.button:hover,
.button:focus,
.wp-block-button a:focus,
.wp-block-button a:hover {
  background-color: #668FD6;
  border: 2px solid #668FD6;
  color: #fff;
}

.slider-content-container .alt-button:hover,
.slider-content-container .alt-button:focus {
  border: 2px solid #668FD6;
  background-color: #668FD6;
}
.storage-button a,
.storage-button a:hover,
.storage-button a:focus {
  border: 0;
}

.entry-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.site-header {
  width: 100%;
  clear: both;
  position: relative;
  float: left;
  background-color: #fff;
  z-index: 99;
  padding: 10px 0px;
  top: 0px;
}

.header-logo {
  max-width: 250px;
  overflow: hidden;
  width: 100%;
  float: left;
  display: block;
  height: auto;
  padding: 10px;
}

.header-logo img {
  width:  100%;
}

.navigation-container {
  display: none;
}

nav.main-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height:0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #131F3C;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out;
  z-index: -1;
   transform: translateY(-100%);
   visibility: hidden;
}

nav.main-menu.show {
  visibility: visible;
  clear: both;
  position: absolute;
  top:0px;
  height: auto;
  transform: translateY(0);
  z-index:8;
}

nav.main-menu a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.menu-toggle {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  z-index:9;
}

.menu-toggle .bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #131F3C;
  margin: 4px 0;
  transition: 0.3s;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
  background-color: #fff;
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
  background-color: #fff;
}

/* SLIDER --------------------------------------- */

.slider-for {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px !important;
}

.slider-for .slick-container {
  position: relative;
}

.slider-content {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 20px;
  float: left;
  background-color: #0099FF;
}

.slider-content p {
  line-height: 1.4;
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.slider-content p span {
  color: #fff;
}

.slider-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider-content p:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0px;
}



.slider-content-container {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  max-width: 720px;
  float: left;
}
.button-container {
  text-align: left;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}

.button-container a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

/* SLIDER END --------------------------------------- */

.entry-title-container {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 0px;
}

.entry-title-content h1 {
  width: auto;
  display: block;
  float: none;
  padding: 20px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.entry-title-content {
    max-width: 100%;
    float: none;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    padding-top: 0px;
}

.page-entry-wrap,
.wrap {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  float: none;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}

h2.featured-cat-title {
  font-size:  38px;
  margin-bottom: 0px;
}

.wrap {
  padding: 20px;
}

.footer-credits {
  width: 100%;
  clear: both;
  background-color: #131F3C;
  color: #fff;
  padding-bottom: 20px;
  padding: 10px;
}
.footer-credits .wrap {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-credits p {
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.footer-credits a {
  color: #fff;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.archive .page-entry-wrap,
.search .page-entry-wrap {
  max-width: 1660px;
}

.header-top {
  display: none;
}

.home .page-entry-wrap {
  max-width: 100%;
  padding: 0px;
}

.footer-widgets-area {
  width: 100%;
  clear: both;
  background-color: #131F3C;
}

.footer-widgets {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding: 40px;
  overflow: hidden;
  clear: both;
  color: #fff;
}

.footer-widgets a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
  opacity: 1;
}

.footer-widgets .wp-block-heading {
  color: #fff;
}

.social-icons img {
  margin: 0 10px 0px 0;
}
.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-widgets .social-icons {
  justify-content: flex-start;
}

.social-icons a {
  padding: 3px;
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}

.nav-links {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
.nav-links .page-numbers {
  text-decoration: none;
  color: #5A5A5A;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 5px;
  transition: all 0.3s ease-out;
  border: 1px solid #fff;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
}

.nav-links .current {
  color: #ccc;
  border: 1px solid #fff !important;
}

.breadcrumb,
.rank-math-breadcrumb {
  border-bottom: 0px solid #eee;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.breadcrumb a,
.rank-math-breadcrumb a {
    color: #fff;
}

.page-entry-wrap .sidebar {
  width: 100%;
  float: left;
}

.page-entry-wrap .content-area {
  width: 100%;
  float: left;
}

.page-entry-wrap ol li {
  margin-bottom: 30px;
}

.checkatrade-logo {
  max-width: 250px;
  margin: 10px auto;
  float: none;
  display: block;
}

.sg-wrap {
  max-width: 1140px;
  width:  100%;
  margin: 0 auto;
  float:  none;
  padding: 20px;
}

.service-slogan {
  color: #0099FF;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-container h2 {
  margin-top: 10px;
  color: #fff;
}

.services-slider .slick-container {
  overflow: hidden;
  border-radius: 5px;
  margin: 20px;
}

.services-slider .slick-container img {
  width: 100%;
  height: auto;
}

.text-bottom {
  padding: 0px;
  position: relative;
  color: #fff;
}

.text-bottom a {
  text-decoration: none;
  color: #fff;
}

.text-bottom .button {
  margin-bottom: 20px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
}

.services-slider h3 {
  margin-top: 40px;
  line-height: 1.2;
  font-size: 22px;
}

.services-slider .slick-next,
.services-slider .slick-prev {
  right: 20px;
  left: auto;
  bottom: -40px;
  top: auto;
}

.services-slider .slick-prev {
  right: 60px;
}

.services-slider .slick-dots {
  bottom: -40px;
  left: 0px;
  right: auto;
  display: flex;
}
.stages-home {
  width: 100%;
  background-color: #F8FAFB;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
}

.stages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.stages a {
  transition: all 0.3s ease-out;
}

.stages-title {
  text-align: center;
  margin-bottom: 40px;
}

.stages-title p {
  text-transform: uppercase;
  margin-top: 0px;
}

.stages-title h2 {
  font-size: 48px;
  margin-top: 0px;
}

.stage {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
}

.stage:hover a {
  color: #222222;
}

.stage h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}

.stage:hover h3 {
  color: #222222;
}
.stage p {
  margin: 0px;
}
.stage-number {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  margin-right: 0px;
  color: #0099FF;
}

.stage-icon {
  padding: 20px;
}

.stage-icon .material-symbols-outlined {
  font-size: 48px;
  color: #000;
}

.stage:before {
    content: "";
    background-image: url(/wp-content/themes/samson-theme/assets/images/stage-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -40px;
    margin-right: -25px;
    transform: rotate(90deg);
}

.stage:last-child:before {
  display: none;
}

.home-content .sg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 80px 20px;
}

.home-content {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.reviews-container {
  margin:  40px auto;
  max-width: 940px;
}

.content-image img {
  width: 100%;
  height: auto;
}

.content-text p,
.content-text h2 {
  margin-top: 0px;
}

.content-text h2 {
  font-size: 38px;
  line-height: 1.4;
}

.content-text p.slogan-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #0099ff;
  position: relative;
}

.content-text p.slogan-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #0099ff;
  right: 0;
  top: 50%;
}

.home-content ul {
  list-style-image: ;
  margin-left: 20px;
}

.home-content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.home-content ul li:before {
  width: 15px;
  height: 15px;
  content: "";
  background-image: url('/wp-content/uploads/2024/08/tick-box.svg');
  position: absolute;
  left: 0px;
}

.newsletter-sign-up {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.newsletter-sign-up p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.wpcf7 .newsletter-sign-up input[type=submit] {
  position: relative;
  background-image: url(/wp-content/uploads/2024/08/send.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 5px;
  background-color: #131F3C;
}

.wpcf7 .newsletter-sign-up input[type=submit]:hover,
.wpcf7 .newsletter-sign-up input[type=submit]:focus {
  background-color: #416AB3;
}


.wpcf7 .newsletter-sign-up input[type="email"] {
  margin: 0px;
  border: 0px solid #fff;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 0px;
}

.services-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 80px;
  padding: 40px;
}

.services-single {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-single img {
    width: 100%;
    height: auto;
}

.services-single h3 {
  font-size: 32px;
}

.services-image {
  overflow: hidden;
  max-height: 600px;
  }

.services-single .service-icon {
  position: absolute;
  left: -100px;
  top: 30px;
}

.services-single .text-bottom {
}

.appear {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.inview {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-navigation {
  width: 100%;
  clear: both;
  background-color: #131F3C;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contact {
  display: none;
}

.quote-form .acf-form .acf-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.quote-form .acf-form .acf-fields .acf-field {
  width: 100%;
  border: 0px solid #fff;
  color: #fff;
  padding: 8px 16px;
}

.home .quote-form .acf-form .acf-google-map .canvas {
  display: none;
}

.free-quote-form {
  padding: 20px;
  display: block;
  clear: both;
  width: 100%;
  background-color: #131F3C;
  z-index: 9;
  position: relative
}

.quote-form h2 {
  color: #fff;
  padding: 0px 20px;
}

.page-contact .quote-form h2 {
  color: #131F3C;
}

.page-contact .quote-form .acf-form .acf-fields .acf-field {
  width: 100%;
  color: #131F3C;
}

.page-contact .quote-form {
  margin-bottom: 40px;
}

.quote-form .acf-field input[type=text], 
.quote-form .acf-field input[type=password], 
.quote-form .acf-field input[type=date], 
.quote-form .acf-field input[type=datetime], 
.quote-form .acf-field input[type=datetime-local], 
.quote-form .acf-field input[type=email], 
.quote-form .acf-field input[type=month], 
.quote-form .acf-field input[type=number],
.quote-form .acf-field input[type=tel],
.quote-form .acf-field textarea, .quote-form .acf-field select {
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.home .quote-form .acf-field input[type=text], 
.home .quote-form .acf-field input[type=password], 
.home .quote-form .acf-field input[type=date], 
.home .quote-form .acf-field input[type=datetime], 
.home .quote-form .acf-field input[type=datetime-local], 
.home .quote-form .acf-field input[type=email], 
.home .quote-form .acf-field input[type=month], 
.home .quote-form .acf-field input[type=number],
.home .quote-form .acf-field input[type=tel],
.home .quote-form .acf-field textarea, .home .quote-form .acf-field select {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.quote-form .acf-button {
  margin-left: 16px;
  margin-top: 20px;
}

.quote-form .acf-google-map {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
}

.home .quote-form ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.quote-form .updated {
  margin-left: 20px;
  font-weight: 600;
}

.home .quote-form .updated {
  color: #fff;
  padding: 10px 10px 10px 30px; /* left padding for space */
  background-color: green;
  position: relative;
  border-radius: 4px;
}

.home .quote-form .updated::before {
  content: '✔'; /* Unicode tick */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.home .quote-form .updated p {
  margin: 0px;
}

.quote-form .acf-field-text .acf-label label,
.quote-form .acf-field-email .acf-label label {
  display:  none;
}

.quote-form .acf-google-map .title .search {
  height: 50px;
}

.quote-form .acf-date-picker:before,
.quote-form .acf-google-map:before {
  position: absolute;
  opacity: 0.4;
  right: 20px;
  top: 13px;
  height: 15px;
  width: 15px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e935";
}

.quote-form .acf-google-map:before {
  content: "\e0c8";
}

.quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.accreditation-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 25%;
}

.accreditation-logos .acc-logo img {
  max-width: 250px;
}

.icon-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.icon-bg {
  padding: 20px;
  background-color: #0099FF;
}

.icon-bg i {
  font-size: 42px;
  color: #fff;
}

.icon-text h3 {
  color: #0099FF;
  font-size: 42px;
  margin: 0px;
}

.icon-text {
  padding: 20px;
}

.icon-text p {
  margin-bottom: 0px;
}

.storage-container {
  background-image: url("/wp-content/uploads/2024/12/samson-storage-container.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.storage-text {
  min-height: 50vh;
  width: 100%;
  background-color: #F8FAFB;
  padding: 40px;
}

.storage-text h2 {
  font-size: 28px;
  font-weight: 600;
}

.storage-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.storage-link a {
  text-decoration: none;
}

.services-home {
  background-color: #131F3C;
}

.content-wrap {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 40px auto;
  padding: 40px;
}

.entry-content ul.before-you-move li {
  margin-bottom: 15px;
  font-weight: 600;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  color: #fff;
  background-color: #0099FF;
}

.entry-content ul.before-you-move {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.entry-content ul.before-you-move li::marker {
  left: 5px;
}

@media only screen and (min-width: 640px) { 
	.quote-form .acf-form .acf-fields .acf-field {
  		width: 50%;
	}
}

.wp-block-quote {
  background-color: #ffffff;
  padding: 20px;
}

@media only screen and (min-width: 960px) {  

  .site-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    padding: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .entry-title-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .entry-title-content h1 {
    padding: 20px 0px 20px 0px;
  }

  .menu-toggle {
    display: none;
  }
  .header-contact {
    display: block;
  }

  .header-contact a {
    text-decoration: none;
  }
  .header-contact a .material-symbols-outlined {
    color: #0099FF;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #e2e2e2;
    margin-right: 5px;
    transition: all 0.3s ease-out;
  }


  nav.main-menu {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    transform: initial;
    visibility: visible;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
  }

   nav.main-menu .menu-item {
    display: inline-block;
    margin-right: 25px;
   }

   nav.main-menu .quote-button {
    margin-right: 0px;
   }

  nav.main-menu a {
      color: #fff;
      text-decoration: none;
      padding: 20px 15px;
      display: block;
      font-weight: 300;
      font-size: 16px;
  }

    nav.main-menu a:hover,
    nav.main-menu a:focus {
      text-decoration: none;
    }

  .menu-toggle {
      display: none;
      cursor: pointer;
      font-size: 20px;
      line-height: 1;
      position: absolute;
      top: 10px;
      right: 10px;
  }

  .home-content .sg-wrap {
    flex-direction: row;
  }

  .page-entry-wrap .content-area {
    width:100%;
    float: right;
  }

  .single-offer .page-entry-wrap {
    padding: 40px 60px;
  }

  .content-image,
  .content-text {
    width: 50%;
  }

  .stages {
    flex-direction: row;
  }

  .stage:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -4px;
    margin-right: 0px;
    transform: rotate(0deg);
  }

  .services-image {
      overflow: hidden;
      width: 50%;
  }

  .services-single .text-bottom {
    width: 50%;
  }

  .services-single {
    flex-direction: row;
  }

  .services-single img {
    width: auto;
    height: 100%;
  }
	
	.quote-form .acf-form .acf-fields .acf-field {
	  width: 33.33%;
	  width: calc(100%/3);
	}

  /* SLIDER --------------------------------------- */

  .slider-container {
    width: 100%;
    clear: both;
    position: relative;
    max-height: 75vh;
    overflow: hidden;
  }

  .slider-for .slick-container {
    position: relative;
    max-height: 75vh;
  }

  .slider-content {
    top: 0;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) , rgba(0, 0, 0, 0.1));
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
  }
  /* .slider-content-container {
    position: absolute;
    width: 100%;
    max-width: 720px;
    bottom: 30%;
    left: 50%;
    margin-left: -360px;
    margin-bottom: 0px;
  } */
  .slider-content p {
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .slider-content h1 {
      font-size: 62px;
      margin-bottom: 20px;
  }

  .slider-content a span,
  .storage-link i {
    transition: all 0.3s ease-out;
  }

  .slider-content a:hover span,
  .storage-link a:hover i  {
    padding-left: 5px;
  }

  .footer-widget {
    display: block;
    width: 33.33%;
    width: calc(100%/3);
    float: left;
  }
  .footer-logos {
    flex-direction: row;
  }

  .header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    align-items: center;
    flex-direction: row;
    background: linear-gradient(60deg, #F2F2F2 50%, #131F3C 50%);
    background-image: -webkit-linear-gradient(30deg, #F2F2F2 50%, #131F3C 50%);
  }

  .header-top a {
    text-decoration: none;
    font-weight: 400;
  }

  .header-contact a {
    margin-right: 10px;
  }

  .services-container h2,
  .services-group h2 {
    font-size: 42px;
  }

  .page-contact .quote-form .acf-form .acf-fields .acf-field {
    width: 50%;
  }


  .header-contact a:not(.button):hover,
  .header-contact a:not(.button):focus {
    color: #0099FF;
  }

  .header-contact a:hover .material-symbols-outlined,
  .header-contact a:focus .material-symbols-outlined {
    color: #fff;
    background-color: #0099FF;
    border: 1px solid #0099FF;
  }

  .free-quote-form {
    max-width: 75%;
    margin-top: -80px;
  }

  .quote-form .acf-button:hover,
  .quote-form .acf-button:focus {
    cursor: pointer;
  }

  .quote-container {
    justify-content: space-between;
    flex-direction: row;
  }
	
	.storage-container {
	  min-height: 70vh;
	}

	.storage-text {
	  min-height: 50vh;
	  width: 50%;
	}
	
	.storage-text h2 {
	  font-size: 58px;
	}

}