/* 
Theme Name: Thatcher Company Child Theme
Theme URI: https://mattmcraedp.com
Description: Thatcher Company Child Theme 
Author: MMD&P 
Author URI: https://mattmcraedp.com
Description: Thatcher
Template: thatcher
Version: 1.0.1
Text Domain: thatcher-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
  font-family: 'InterFixed';
  src: url('https://tchem.com/thatcher/wp-content/themes/thatcher-child/inc/Inter-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


 /* Chrome-Fix */

main#content {
    overflow-y: hidden;
}



 /* Improved Animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}



.thatcher-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
	 will-change: transform;
}

.page-content {
  margin-top: 125px;
}


@media (max-width: 1300px) {
	#thatchermenu .elementor-nav-menu .elementor-item {
  font-family: "Inter", Sans-serif;
  font-size: 16px;

  letter-spacing: 0px;
}
	
	.elementor-33 .elementor-element.elementor-element-6e3c3d48 .elementor-button {


  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 10px;
}
}

@media (max-width: 1100px) {

.elementor-33 .elementor-element.elementor-element-7bb2ebe3 .elementor-nav-menu--main .elementor-item {

  padding-left: 10px;
  padding-right: 10px;
}
}

@media (max-width: 1024px) {

		#thatchermenu .elementor-nav-menu .elementor-item {

  font-size: 18px;

  letter-spacing: 1.5px;
}
	
	.elementor-33 .elementor-element.elementor-element-6e3c3d48 .elementor-button {



  letter-spacing: 0.5px;

}
	
}


@media (max-width: 420px) {
  .elementor-33 .elementor-element.elementor-element-6e3c3d48 .elementor-button {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
	
 .elementor-33 .elementor-element.elementor-element-7bb2ebe3 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 33px !important;
  }
}



	

button:focus, button:hover {
  color: #fff;
  background-color: #b3c53c;
  text-decoration: none;
}


@media (max-width: 467px) {
 .elementor-27 .elementor-element.elementor-element-c7503a9 > .elementor-widget-container {
    margin: -75px 0px 0px 0px;
  }
}




.thatcher-reveal-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
  transform: skewX(-10deg);
}

.thatcher-reveal-text {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  color: black;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
	font-family: Inter, Sans-Serif; 
	letter-spacing: -1px;
	text-align: center; 
	line-height: 1.2em;
}


@media (max-width: 1600px) {
	.thatcher-reveal-text {
  font-size: 60px;

}
	#intrographic {
		max-width: 90%;
			margin: 0 auto; 
	}

}


#headingcontainer {
  max-width: 74%;
  padding: 4px;
}

#intro {
  max-width: 1920px;
}

.thatcher-reveal-text span {
  display: inline-block;
  transform: skewX(10deg);
  padding-right: 0.5em;
  color: #22326e;
}

.thatcher-reveal-slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #AD841F;
  transform: rotate(2deg);
  border-radius: 3px;
  opacity: 1;
}


.thatcher-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; 
}


/*
.slash-mask-container {
  width: 100%;
  height: 300px; 
  position: relative;
  background: white;
  overflow: hidden;
}

.slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3; 
clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  animation: revealSlash 1s ease forwards;
  transform-origin: left;
}
 
@keyframes revealSlash {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  }
}

*/


.nobreakmobile {
	display: block;
}

@media (max-width: 768px) {
	.nobreakmobile {
	display: none;
}
}


.thatcher-outer-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}


.thatcher-skewed-box-footer {
  transform: skewX(-10deg);
  background:linear-gradient(180deg,rgba(0, 0, 0, 0.2) 18%, rgb(34, 50, 100) 100%);
  width: 90%;
	max-width: 1600px;
  margin: 0 auto;
  padding: 155px 0;
  transform-origin: left center;
  visibility: hidden;
}



.thatcher-skewed-box-stay {
  transform: skewX(-10deg);
  background:linear-gradient(0deg,rgba(255, 255, 255, 1) 18%, rgba(236, 236, 236, 1) 100%);
  width: 90%;
	max-width: 1600px;
  margin: 0 auto;
  padding: 180px 0;
  transform-origin: left center;
  visibility: hidden;
}


#thatcherstay .thatcher-skewed-box-stay {
  transform: skewX(-10deg);
  background:linear-gradient(180deg,rgb(230, 230, 230) 18%, rgb(242, 242, 242) 100%);
  width: 92%;
	max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0;
  transform-origin: left center;
  visibility: hidden;
}



.thatcher-skewed-box {
  transform: skewX(-10deg);
  background:linear-gradient(0deg,rgba(255, 255, 255, 1) 18%, rgba(236, 236, 236, 1) 100%);
  width: 90%;
	max-width: 1600px;
  margin: 0 auto;
  padding: 180px 0;
  transform-origin: left center;
  visibility: hidden;
}





.thatcher-skewed-box-two {
  transform: skewX(-10deg);
  background: #f3f3f3;
  width: 90%;
  margin-left: 5%;
  padding: 180px 0;
  transform-origin: left center;
  visibility: hidden;
}


	@media (max-width: 1024px) {
		
		#thatchermenu .elementor-nav-menu--dropdown {
  background-color: #22326ED6;
  backdrop-filter: blur(5px);
  padding: 20px;
}
		
.thatcher-skewed-box-two {
  transform: skewX(-4.5deg);

  padding: 220px 0;

}
		
		.thatcher-skewed-box {
  transform: skewX(-4.5deg);

}
		
		
		
		
		.thatcher-skewed-box-footer {
  transform: skewX(-4.5deg);

}



.thatcher-skewed-box-stay {
  transform: skewX(-4.5deg);

}


#thatcherstay .thatcher-skewed-box-stay {
  transform: skewX(-4.5deg);

}


		
		
}


	@media (max-width: 768px) {
.thatcher-skewed-box-two {
  transform: skewX(-4.5deg);

  padding: 160px 0;
	margin-left: 7%;

}
		
		
				
		.thatcher-skewed-box {
  width: 92%;

}
		
		
}


@media (max-width: 567px) {
		
		.thatcher-skewed-box {
 padding: 158px 0;

}
}



.thatcher-skewed-box-gold {
  transform: skewX(-10deg);
  background: #FF0004;
  width: 90%;
  margin-left: 5%;
  padding: 180px 0;
  transform-origin: left center;
  visibility: hidden;
}


.content3 {
  transform: skewX(10deg);
  width: 90%;
  margin: 0 auto;
}



.thatcher-slant-box-outer-container {
  padding: 80px 20px;
  overflow: hidden;
  max-width: 1500px; 
  margin: 0 auto; 
}


.thatcher-slant-box-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.thatcher-slant-box-horizontal-bar {
  position: absolute;
  height: 6px;
  width: 100%;
  z-index: 5;
}

.thatcher-slant-box-top-bar {
  top: -15px;
  left: 38px;
  background: linear-gradient(to right, #1a2a63, transparent);
}

.thatcher-slant-box-bottom-bar {
  bottom: -20px;
  right: 38px;
  background: linear-gradient(to left, #b58c17, transparent);
}


.capabilities .thatcher-slant-box-top-bar {

  left: 28px;

}


.capabilities .thatcher-slant-box-top-bar {

  left: 28px;

}

.capabilities .thatcher-slant-box-bottom-bar {

  right: 27px;

}



.thatcher-slant-box-skewed-box {
  background: rgba(248, 248, 248, 0.81);
  transform: skewX(-10deg);
  position: relative;
  overflow: hidden;
  padding: 45px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /*  backdrop-filter: blur(5px);*/
}


.thatcher-unskew-wrapper {
	 transform: skewX(10deg);
}




.thatcher-slant-box-bar {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  z-index: 2;
}

.thatcher-slant-box-bar-left {
  left: 0px;
  background: linear-gradient(to right, #1a2a63, #1a2a63);
}

.thatcher-slant-box-bar-right {
  right: 0px;
  background: linear-gradient(to left, #b58c17, #b58c17);
}


.thatcher-slant-box-inner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 0 60px;
  position: relative;
  z-index: 3;
}



	@media (max-width: 1100px) {
  #intrographic {
    max-width: 100%;
    margin: 0 auto;
  }
}


@media (max-width: 768px) {
	
	
	.thatcher-slant-box-outer-container {
  padding: 80px 10px;
}

	
	.thatcher-slant-box-inner-content {

  gap: 40px;
  padding: 0 20px;

}
	
	.thatcher-slant-box-bar {

  width: 15px;

}
	
 .thatcher-reveal-text {
    font-size: 35px;
  }
	
	


}





#promise .thatcher-slant-box-inner-content {

  gap: 40px;
  padding: 0 10px;

}


.thatcher-slant-box-heritage-text {
  flex: 1 1 400px;
  min-width: 300px;
}





#ctabottom .thatcher-slant-box-heritage-text h2 {
  font-size: 50px;
}

#ctabottom .thatcher-slant-box-heritage-button {
  margin-right: 15px;
}

#ctabottom .thatcher-slant-box-heritage-text p {
	font-size: 20px; 
	margin-bottom: 1.4em; 
}

.thatcher-slant-box-heritage-text h2 {
  font-size: 53px;
  font-weight: 400;
  font-family: Inter, sans-serif;
  color: #1a2a63;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0px;
	letter-spacing: -0.5px; 
}


@media (max-width: 768px) {
.thatcher-slant-box-heritage-text h2 {
  font-size: 40px;
}
	
	#aboutintro .thatcher-slant-box-heritage-text {
  max-width: 100%;
		min-width: 0px;
		margin-top: -60px; 
}
}

.thatcher-slant-box-heritage-text h2 span {
  font-weight: 500;
}

.thatcher-slant-box-heritage-text p {
  font-size: 17px;
  font-family: Inter, sans-serif;
  color: #0f0f0f;
  line-height: 1.5;
  margin-bottom: 20px;
	font-weight: 300; 
}


@media (max-width: 768px) {
.thatcher-slant-box-heritage-text h2 {
  font-size: 40px;
}
	
#careers .thatcher-slant-box-heritage-text p {
  font-size: 16px;
}	
	
	
	#ctabottom .thatcher-slant-box-heritage-text h2 {
  font-size: 40px;
}
	
	
	
	
}


.balancewords {
	text-wrap: balance; 
}

.mobileonlybreak {
		display: none;
	}


.thatcher-slant-box-heritage-button {
  background: #B9CF62;
  color: black;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: all 1s ease-in-out;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}


@media (max-width: 768px) {
.thatcher-slant-box-heritage-button {

  font-size: 16px;
	text-wrap: balance;
	margin-bottom: 15px; 

}
	
	.mobileonlybreak {
		display: block;
	}


}




@media (max-width: 450px) {
  #ctabottom .thatcher-slant-box-heritage-text h2 {
    font-size: 38px;
  }
}



.thatcher-slant-box-heritage-button:hover {
  background: #AD841F;
	color: white;
}



.thatcher-slant-box-commitment-box {
  flex: 1 1 400px;
  min-width: 300px;
  background: #fff;
  padding: 20px 40px;
	border-radius: 5px; 
}

/*

.thatcher-slant-box-commitment-box h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #1a2a63;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  letter-spacing: 3px;
}

*/

.thatcher-slant-box-commitment-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #1a2a63;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  letter-spacing: 0.5px;
}

.thatcher-slant-box-commitment-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thatcher-slant-box-commitment-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}

.thatcher-slant-box-commitment-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b58c17;
  font-size: 1.2rem;
}


#aboutintro .thatcher-slant-box-skewed-box {
  background: #fff;
  transform: skewX(-10deg);
  position: relative;
  overflow: hidden;
  padding: 45px 40px;
}





@media (max-width: 1024px) {

	
	.thatcher-slant-box-wrapper {

  width: 95%;

}
	
	#aboutintro .thatcher-slant-box-skewed-box {
  transform: skewX(-5deg);
		 padding: 40px 20px 60px 20px;

}
	
		 .thatcher-slant-box-skewed-box {
  transform: skewX(-5deg);

}
	
	.thatcher-unskew-wrapper {
  transform: skewX(5deg);
}
	
	.thatcher-slant-box-commitment-box {

  margin-left: -24px;
}

	
}



@media (max-width: 768px) {
	
	
	.thatcher-slant-box-heritage-text {
  flex: unset;
  max-width: 100%;
		min-width: 0px;
}
	
	.thatcher-slant-box-commitment-box {
  flex: unset;

}
	
	
	
		#aboutintro .thatcher-slant-box-skewed-box {
  transform: skewX(-3deg);
			 padding: 30px 10px 50px 10px;


}
	
		#aboutintro .thatcher-unskew-wrapper {
  transform: skewX(3.1deg);
}

  .thatcher-slant-box-inner-content {
    flex-direction: column;
    padding: 0 50px;
  }
	
	  .thatcher-slant-box-skewed-box {
    transform: skewX(-2deg);
		  padding: 20px 25px;
  }
	
	.thatcher-slant-box-commitment-box h3 {
  font-size: 20px;

}
	
	
	
	.thatcher-slant-box-commitment-box {
  
  padding: 10px 20px;
		min-width:100%;

}

	
	.thatcher-unskew-wrapper {
	 transform: skewX(2deg);
}
	
	
	.thatcher-slant-box-top-bar {

  left: 7px;

}
	
	.thatcher-slant-box-bottom-bar {

  right: 9px;

}
	
	
	#industryintro .thatcher-slant-box-heritage-text h2 {
    font-size: 35px;
  }
	
	
	#industryintro .thatcher-slant-box-commitment-box {
  margin-top: -16px;
  margin-bottom: 10px;
}
	
	 #industryintro .thatcher-slant-box-top-bar {
    left: 18px;
  }
	

		 #industryintro .thatcher-slant-box-bottom-bar {
    right: 18px;
  }
	
	 #industryintro .thatcher-slant-box-wrapper {
    width: 99%;
  }
	
	#industryintro .thatcher-slant-box-commitment-box h3 {
    font-size: 19px;
  }
	
	
}




@media (max-width: 568px) {
	
		#aboutintro .thatcher-slant-box-skewed-box {
  transform: skewX(-1deg);
			 padding: 30px 10px 50px 10px;


}
	
		#aboutintro .thatcher-unskew-wrapper {
  transform: skewX(1.1deg);
}

  .thatcher-slant-box-inner-content {
    flex-direction: column;
    padding: 0 30px;
  }
	
	
	#aboutintro .thatcher-slant-box-bottom-bar {
  bottom: -20px;
  right: 5px;
  background: linear-gradient(to left, #b58c17, transparent);
}
	
	#aboutintro .thatcher-slant-box-top-bar {

  left: 7px;

}
	
	#ctabottom .thatcher-slant-box-inner-content {
  padding: 0 20px;
}
	
	
	#homeslant .thatcher-slant-box-heritage-text h2 {
    font-size: 38px;
  }
		#homeslant .thatcher-slant-box-heritage-text h2 {
    font-size: 38px;
  }
	

	#industryintro .thatcher-slant-box-skewed-box {
    transform: skewX(-1deg);
 
  }
	
	
	#industryintro .thatcher-unskew-wrapper {
    transform: skewX(1.1deg);
  }
	
	
	#industryintro .thatcher-slant-box-top-bar {
    left: 7px;
  }
	
	#industryintro .thatcher-slant-box-bottom-bar {
    right: 8px;
  }
	

	
}


@media (max-width: 430px) {
  .thatcher-slant-box-inner-content {
    flex-direction: column;
    padding: 0 20px;
  }
}



.thatcher-promise-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 5px;
  text-align: center;
}

.thatcher-promise-feature {
  width: 200px;
  flex: 1 1 75px;
}

@media (max-width: 1155px) {
	.thatcher-promise-feature {
  flex: 1 1 175px;
}
}
	

.thatcher-promise-feature img {
  width: 90px;
  margin-bottom: 0px;
}

.thatcher-promise-feature p {
  font-size: 20px;
  color: #ad841f;
  margin: 0;
  line-height: 1.3;
  font-family: Inter, Sans-Serif;
  font-weight: 500;
}


.industry {
  font-family: "Inter", Sans-serif;
  font-size: 52px;
  font-weight: 350;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  color: white;
}

@media (max-width: 768px) {
	.industry {
	font-size: 42px;
}
	
	.thatcher-promise-section {

  padding: 0px 5px 20px 5px;

}
}

@media (max-width: 568px) {


.thatcher-promise-feature p {
  font-size: 18px;

  margin-top: -5px;
}
}


.industry-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://tchem.com/wp-content/themes/thatcher-child/img/Thatcher-Background-Main.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
    }

    .section-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .industry-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
      margin: 50px auto;
      max-width: 1600px;
    }

    .industry-card {
      flex: 0 0 auto;
      width: 360px;
      height: 285px;
      background: #ccc;
      border-radius: 5px;
      border: 1px solid white;
      overflow: hidden;
      opacity: 0;
      transform: scale(1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .industry-card:hover::after {
      background-position: bottom;
    }

    .industry-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .industry-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(34, 50, 110, 0.61) 0%, rgba(15, 22, 48, 0) 32%, rgba(0, 0, 0, 0) 51%, rgba(92, 70, 16, 0) 72%, rgba(173, 132, 31, 0.6) 100%);
      z-index: 1;
      transition: background-position 0.5s ease;
      background-size: 100% 200%;
      background-position: top;
    }

    .industry-label-wrapper {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 100%;
      z-index: 2;
      opacity: 0;
      transform: translate(-50%, 20px);
    }

    .industry-label-line.top {
      height: 4px;
      width: 100%;
      max-width: 172px;
      margin: 0 auto 10px auto;
      background: linear-gradient(to left, #ad841f, transparent);
      transform: skewX(-10deg);
      transition: transform 0.4s ease;
    }

    .industry-label-line.bottom {
      height: 4px;
      width: 100%;
      max-width: 172px;
      margin: 10px auto 0 auto;
      background: linear-gradient(to right, #afc460, transparent);
      transform: skewX(-10deg);
      transition: transform 0.4s ease;
    }

    .industry-card:hover .industry-label-line.top {
      transform: skewX(-10deg) translateX(-10px);
    }

    .industry-card:hover .industry-label-line.bottom {
      transform: skewX(-10deg) translateX(10px);
    }

    .industry-label {
      display: inline-block;
      transform: skewX(-10deg);
      background: white;
      color: #22326e;
      font-size: 1.1rem;
      padding: 0.5rem 1.4rem;
		letter-spacing: 1px; 
    }

    .industry-label span {
      display: inline-block;
      transform: skewX(10deg);
		font-family: Inter, sans-serif; 
		font-weight: 500; 
		letter-spacing: 1px;
    }

    .ripple {
      position: absolute;
      border-radius: 50%;
      transform: scale(0);
      background: rgba(255, 255, 255, 0.3);
      animation: ripple-animation 0.6s linear;
      pointer-events: none;
      z-index: 2;
    }

    @keyframes ripple-animation {
      to {
        transform: scale(4);
        opacity: 0;
      }
    }

@media (max-width: 460px) {
    .industry-card {

      width: 300px;
   
    }
}




#solutions .thatcher-reveal-text {
  font-size: 52px;
  font-weight: 400;
  color: white;
  font-family: Inter, Sans-Serif;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.2em;
}
#solutions .thatcher-reveal-text span {
  color: #fff;
}


#solutions .elementor-widget-container {
  margin: 0 auto;
  text-align: center;
}


#solutions .thatcher-reveal-wrapper {
  text-align: center;
  margin: 0 auto;
}

.industry-spacer {
  padding: 70px 20px;
}





.foot-h4 {
  color: #c18c30;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}


.foot-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-ul li {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 2px;
}

.foot-ul li a {
  color: white;
	transition: all ease-in-out 0.6s;
}

.foot-ul li a:hover {
  opacity: 0.6;
}

#thatcherfoot {
  margin-top: -244px;
}






.custom-slash li:not(:last-child)::after {
  content: "/" !important;
  font-size: 22px;
  align-self: flex-start !important;
  margin-top: 6px;
  color: #AD841F;
}



.custom-slash .sub-menu li::after {
  content: none !important;
}


.elementor-sub-item {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 10px 15px !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: 16px;
  letter-spacing: 1px;
}

.sub-menu elementor-nav-menu--dropdown {
  background: #22326EA3 !important;
}
.sub-menu li {
  opacity: 1 !important;
}

.elementor-33 .elementor-element.elementor-element-7bb2ebe3 .elementor-nav-menu--dropdown {
  background-color: #22326EB8;
  padding: 20px 20px 30px 20px;
  backdrop-filter: blur(5px);
  border-radius: 7px;
}



@media (max-width: 1024px) {
.custom-slash li:not(:last-child)::after {
  display: none;
}


  .elementor-84 .elementor-element.elementor-element-93223be .elementor-nav-menu--dropdown {
  background-color: #1C3F1FCC;
  backdrop-filter: blur(7px);
}



  .elementor-nav-menu--dropdown .sub-menu {
    background-color: #22326E8C !important;
    margin-bottom: 15px;
  }
	
	.elementor-33 .elementor-element.elementor-element-7bb2ebe3 .elementor-nav-menu--dropdown a.elementor-item-active {
	
	background-color: #FFFFFF40;
}
	
	 .elementor-nav-menu .sub-menu a {
    color: white !important;
  }

  .elementor-nav-menu .sub-menu a:hover,
  .elementor-nav-menu .sub-menu a:focus {
    color: white !important;
  }
	
	.custom-slash .sub-menu a {
    color: white !important;
		opacity: 1 !important;
  }
	
}



.gold {
  color: #edda97;
  margin-top: -15px;
}



.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child)::after {
  border-left-style: none;
}


.custom-slash .elementor-nav-menu li {
    transition: opacity 0.3s ease-in-out; 
}

.custom-slash .elementor-nav-menu:hover li {
    opacity: 0.4; 
}

.custom-slash .elementor-nav-menu li:hover {
    opacity: 1;
}

#menu-2-93223be {
  padding: 20px 0px;
}


#ctabottom .thatcher-slant-box-skewed-box {
  background: white;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #edda97;
    text-transform: uppercase; 
    font-family: "GMH-Body", sans-serif; 
    color: black;
    padding: 10px 16px 10px 16px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    letter-spacing: 1px; 
}

.arrow {
    display: inline-block;
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    line-height: 1;
	transform: translateY(0px);
	margin-top: -4px; 
}

.arrow::after {
    content: '›';
    position: absolute;
    left: 6px; 
    top: 0; 
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 20px; 
    vertical-align: middle; 
    transform: translateY(2px);
	line-height: 1;
}

.cta-button:hover {
    background-color: #cdaf68; 
    color: black;
}

.cta-button:hover .arrow {
    transform: translateX(2px); 
}

.cta-button:hover .arrow::after {
    opacity: 1; 
    transform: translateY(0);
}

.cta-button:not(:hover) .arrow::after {
    opacity: 0; 
    transform: translateY(2px); 
}

.smallerwidth {
  max-width: 700px;
}



.container2 {
  min-height: 100vh;
}

.masky {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: screen;
}

.masky h6 {
  font-size: 75px;
  font-family: "GMH-Head", serif;
  font-weight: 900;
}

.container2 video {
  position: fixed;
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}



/* Slit Reveal */



.reveal-section {
  position: relative;
  height: 200vh; 
  background: black;
}


.fade-text {
  opacity:0;
	color: #fff; 
	text-align: center; 
	transform:scale(1);
}

.reveal-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
	z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
 
 clip-path: polygon(44.6341% 0%, 55.3659% 0%, 55.3659% 100%, 44.6341% 100%);
}


.textmain {
  position: absolute; 
}




/* Values Slider */


.thatcher-values-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: left;
      padding: 40px 100px;
      color: white;
      max-width: 1600px;
      margin: 0 auto;
      border-radius: 5px;
      box-sizing: border-box;
    }
    .background-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
    }
    .background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
    }
    .background.active {
      opacity: 1;
    }
    .bg-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #22326E;
background: linear-gradient(90deg, rgba(34, 50, 110, 0.7) 50%, rgba(237, 221, 83, 0) 100%);
      z-index: 1;
    }
    .line-wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 450px;
      min-height: 420px;
      transform: skewX(-10deg);
      z-index: 2;
      box-sizing: border-box;
      flex: 1;
    }
    .top-line {
      height: 5px;
      background: linear-gradient(to left, #ad841f, transparent);
      flex-shrink: 0;
    }
    .bottom-line {
      height: 5px;
      background: linear-gradient(to right, #afc460, transparent);
      flex-shrink: 0;
    }
    .spacer {
      height: 12px;
      background: transparent;
      flex-shrink: 0;
    }
    .gold-box {
      background: #b2841f;
      flex-grow: 1;
      display: flex;
      align-items: flex-start;
      padding-left: 20px;
      overflow: visible;
      padding-top: 20px;
      box-sizing: border-box;
		border-radius: 5px; 
    }
    .value-wrapper {
      position: relative;
      width: 100%;
      transform: skewX(10deg);
		margin-left: 30px; 
    }
    .value-list {
      display: flex;
      flex-direction: column;
      gap: 2px;
		margin-top: 15px; 
    }
    .value-item {
      font-size: 30px;
      padding: 1px 0;
      color: #ffffff3d;
      transition: color 0.5s ease-in-out;
      cursor: pointer;
      font-weight: 500;
		font-family: Inter, sans-serif; 
		margin-bottom: -5px; 
		
    }
    .value-item span:first-child {
      font-weight: 800;
      font-size: 34px;
      margin-right: 4px;
		color: white; 
    }

.value-item[data-value="Innovative excellence"] {
  transform: translateX(5px);
}



    .value-item.active { color: white; }
    .content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      flex: 1;
      box-sizing: border-box;
		padding-left: 50px; 
    }
    .content h2 {
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 10px;
		font-family: Inter, Sans-Serif;
    }
  .content p {
  font-size: 30px;
  font-family: Inter, Sans-serif;
  line-height: 1.4em;
  font-weight: 300;
	   opacity: 1;
  transition: opacity 0.5s ease-in-out;
	  max-width: 654px;
}

.content p.fade-out {
  opacity: 0;
}


.strive strong {
  font-weight: 700;
  font-size: 28px;
}






    @media (max-width: 1076px) {
      .thatcher-values-section {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 20px;
        gap: 20px;
      }
      .line-wrapper {
        order: -1;
		  align-items: center; 
      }
      .line-wrapper, .content {
        max-width: 100%;
      }
		
		.thatcher-values-section {
 
  min-height: 850px;

}
		
		
		.line-wrapper {

  transform: skewX(-5deg);
			min-height:0px; 
			max-height: 450px;

}
		
		.value-wrapper {
 
  transform: skewX(5deg);
			 padding: 20px 60px 50px 60px;
			margin-left: 0px;

}
		
		.gold-box {

  flex-grow: unset;
			padding-left: 0px;
			padding-top: 0px; 

}
		
		.content {

  padding-left: 0px;
			margin: 0 auto; 
}
		
	  .content p {
text-align: center; 
}
		
		
		.bg-overlay {

  background: linear-gradient(0deg, rgba(34, 50, 110, 0.7) 30%, rgba(237, 221, 83, 0) 100%);

}
		
		.top-line {

  width: 428px;
}
	
				.bottom-line {

  width: 428px;
}
	
	
    }

@media (max-width: 1024px) {
	
	.background {

  background-position: bottom right;

}

}



@media (max-width: 556px) {
  .gold-box {

    width: 90%;
  }
	
	.value-item {
  font-size: 23px;

}
	

  .value-wrapper {

    padding: 20px 20px 50px 30px;

  }
	
	.top-line {

  width: 90%;
}
				.bottom-line {

  width: 90%;
}
	
	
    }
	
	

@media (max-width: 400px) {

.value-item span:first-child {

  font-size: 28px;

}
	
.value-item {
    font-size: 20px;
  }
}

/* Main Container 
.logo-container {
  position: absolute;
  top: -54px;
  right: 0px;
  width: 175px;
  height: 175px;
}


.logo-container svg {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateText 30s linear infinite;
    will-change: transform;
}


.logo-container text {
    font-family: "Times New Roman", serif;
    font-size: 28.2px;
    letter-spacing: 1px;
    fill: black;
}


.static-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px; 
    backface-visibility: hidden;
}


@keyframes rotateText {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}



@media (max-width: 768px) {
    .logo-container {
        width: 150px;
        height: 150px;
    }

.static-logo {

  width: 110px;

}
    
  .logo-container text {

  font-size: 20px;

}
}

*/



.logo-container {
  position: absolute;
  bottom: 30px;
  right: 43px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}


.rotating-svg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: rotateText 30s linear infinite;
  will-change: transform;
}

.rotating-svg {
  width: 100%;
  height: 100%;
  display: block;
}


.static-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 217px;
  backface-visibility: hidden;
}




@media (max-width: 1024px) {

.logo-container {
  position: absolute;
  bottom: 0px;
  right: 17px;
  width: 230px;
  height: 230px;
  overflow: hidden;
  top: 30px;
}
	
	.static-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 158px;
  backface-visibility: hidden;
	
}
}

@media (max-width: 768px) {

  .logo-container {
    
    bottom: 0px;
    width: 175px;
    height: 175px;

    top: 0px;
    left: 30px;
  }
	
	.static-logo {
  
  width: 121px;

	
}

}




.logo-container-2 {
  position: absolute;
  top: 61px;
  right: -25px;
  width: 550px;
  height: 550px;
  opacity: 0.2;
}

.rotating-svg-wrapper-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: rotateText 30s linear infinite;
  will-change: transform;
}


.rotating-svg-2 {
  width: 100%;
  height: 100%;
  display: block;
}


.static-logo-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  backface-visibility: hidden;
}



@keyframes rotateText {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}



.c-btn {
  position: relative;
  display: inline-block; 
  text-decoration: none; 
  padding: 3px 12px; 
  font-size: 16px; 
  font-weight: bold; 
  color: #1c3f1f; 
  transition: color 0.3s ease-in-out; 
}

.c-btn:after,
.c-btn:before {
  content: '';
  display: block;
  position: absolute;
}

.c-btn--line:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 100%; /
  background: linear-gradient(77deg, rgba(28,63,31,1) 0%, rgba(74,98,78,0.5) 100%);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform .6s cubic-bezier(.55,0,.1,1);
}

.c-btn--line:hover {
  color: #4a624e; 
}

.c-btn--line:hover:after {
  transform: scaleX(0);
  transform-origin: right;
}


.c-btn--white {
  color: #ffffff; 
}

.c-btn--white:hover {
  color: #dee7cf;
}

.c-btn--white.c-btn--line:after {
  background: linear-gradient(77deg, rgba(242,245,240,1) 0%, rgba(74,98,78,0.5) 100%); /* White to light green */
}



.butt-align-bottom {
	margin-top: auto;
}


.introP {
  opacity: 0;
  transform: perspective(800px) rotateY(-20deg) translateY(20px);
  filter: blur(10px);
  will-change: transform, opacity, filter;
  transition: transform 1s ease-out, opacity 1s ease-out, filter 1s ease-out;
}


.introP.in-view {
  opacity: 1;
  transform: perspective(800px) rotateY(0deg) translateY(0px);
  filter: blur(0px);
}



.thatch-content-box-single {
  opacity: 0;
  filter: blur(10px) !important;
  transform: translateY(20px) !important;
  transition: opacity 1s ease, filter 1s ease, transform 1s ease !important;
  will-change: opacity, filter, transform;
}

.thatch-content-box-single.activatedmain {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateY(0) !important;
}


.thatch-content-box-single-sap {
  opacity: 0;
  /*filter: blur(10px);*/
  transform: translateX(-10px);
}


.thatch-content-box-single-sapicon {
  opacity: 0;
  /*filter: blur(10px);*/
  transform: translateX(-20px);
}



.proud-section {
  text-align: center;
  padding: 0px 20px 40px 20px;
  background: none;
  position: relative;
  z-index: 3;
}

.proud-section h2 {
  font-size: 25px;
  margin-bottom: 2rem;
	font-weight: 500;
  text-transform: uppercase;
  font-family: Inter, Sans-Serif;
  letter-spacing: 3px;
  color: #1a2a63;
}

.proud-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #a2792e;
  margin: 1rem 1rem 0.5rem;
  font-family: Inter, sans-serif;
}


.proud-item p {
  color: #000;
  padding: 0 2rem 1.5rem;
  font-size: 18px;
  line-height: 1.4em;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.proud-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.proud-item {
  flex: 1 1 425px;
  max-width: 425px;
  background: white;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 5px;
}

@media (max-width: 1500px) {
	
	
	.proud-item {
  flex: 1 1 360px;
  max-width: 360px;

}
	
}
	
	
	
	
	

.proud-item img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.proud-item h3 {
  font-size: 21px;
  font-weight: 500;
  color: #AD841F;
  margin: 1rem 1rem 0.5rem;
	
}

.proud-item p {
  font-size: 17px;
  color: #0f0f0f;
  padding: 0 1rem 1.5rem;
	font-weight: 300; 
}



#promise .thatcher-reveal-text {
  font-size: 52px;
  font-weight: 400;
  color: black;
  font-family: Inter, Sans-Serif;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.2em;
}


#promise .thatcher-reveal-wrapper {
  text-align: center;
  display: block;
}



#stay .thatcher-reveal-text {
  font-size: 52px;
  font-weight: 400;
  color: black;
  font-family: Inter, Sans-Serif;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.2em;
}


#stay .thatcher-reveal-wrapper {
  text-align: center;
  display: block;
}


#stay .proud-columns {
  margin-top: 66px;
}

#promise .thatcher-slant-box-skewed-box {
  background: #fff;
}


#promise .thatcher-slant-box-outer-container {
  padding: 50px 20px;
}


#promise .thatcher-slant-box-skewed-box {
  padding: 10px 40px 30px 40px;
}


@media (max-width:768px) {
	
	 #promise .thatcher-slant-box-wrapper {
    width: 100%;
  }
	
	#promise .thatcher-slant-box-skewed-box {
  padding: 20px 25px;
}
	
	.thatcher-promise-feature {
  flex: 0 1 calc(50% - 20px);
}
	
	.thatcher-promise-section {

  gap: 25px 24px;

}
	
	
}




#values .thatcher-reveal-text {
  font-size: 52px;
  font-weight: 400;
  color: black;
  font-family: Inter, Sans-Serif;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.2em;
}



.amount strong {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.amntF {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}


.amntF.visible {
  opacity: 1;
}







.small1 {
  display: none;
}

@media (max-width: 1500px) {
	
	.small1 {
  display: block;
}
	
}





.hero-container {
    position: relative;
    width: 100%;
    height: 70vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}





.hero-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url('') center/cover no-repeat;
  opacity: 0;
  transition: opacity 1s ease-out;
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: background 1s ease-out, opacity 1s ease-out;
}


.hero-text {
  color: white;
  font-size: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}


.next-section {
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: black;
}



.scroll-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-container {
  position: relative;
  width: 95%;
  max-width: 1819px;
  opacity: 0;
  transform: scale(0.75);
  overflow: hidden;
  border-radius: 5px;
  height: 600px; 
}

.background-video {
  object-fit: cover;
  height: 100%;
}



.image-container img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 400px;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  linear-gradient(0deg,rgba(34, 50, 110, 0.61) 0%, rgba(15, 22, 48, 0) 32%, rgba(0, 0, 0, 0) 51%, rgba(92, 70, 16, 0) 72%, rgba(173, 132, 31, 0.1) 100%);
  opacity: 0;
  pointer-events: none;
}

.gmhtext-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

@media (max-width: 1400px) {

.gmhtext-content {
  width: 70%;
}
}


.gmhtext-content h1 {
  font-size: 46px;
  margin: 0 0 1rem 0;
  color: #fff;
}

.gmhtext-content p {
  font-family: "GMH-Body", Sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 20px;
	color: #fff;
}


@media (max-width: 768px) {
	.gmhtext-content {
  width: 90%;
}
	
	.gmhtext-content h1 {
  font-size: 35px;
}
	
	.gmhtext-content p {

  font-size: 21px;

  line-height: 1.3em;

}
	
	.image-container {
 
  min-height: 600px;
}


	
.image-container img {

  height: 600px;
  object-fit: cover;
  object-position: left;
}
	
	.cta-button {

  font-size: 14px;

}

}


#footermain {
	 position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0; 
}

.post-13 .page-content {
  z-index: 1;
  position: relative;
  background: #fff;
}

.footer-fade,
.footer-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.footer-text {
  transition-delay: 0.3s;
}

.footer-fade.active,
.footer-text.active {
  opacity: 1;
  transform: translateY(0);
}

.emblem {
	display: none;
}

@media (max-width: 1700px) {
 .emblem {
	display: inline-block;
}
}

@media (max-width: 1024px) {
  .emblem {
    display: none;
  }
}


@media (max-width: 1024px) {
	.grid-box {
		
		overflow: hidden;
	}
	
	.peril-section h2 {

  font-size: 35px;

}
	
	.peril-section p {
  font-size: 21px;
}
	
	
}





.thatch-industry-hero-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: white;
  font-family: sans-serif;
}


.thatch-industry-hero-bg {
  position: relative;
  width: 100%;
  height: auto;
}

.thatch-industry-hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}


.thatch-industry-particles-wrapper {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 2;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 80%, transparent 100%);
}

.thatch-industry-particles {
  width: 100%;
  height: 100%;
}


.thatch-industry-hero-content {
  position: absolute;
  bottom: 3%;
  left: 7%;
  z-index: 3;
  max-width: 760px;
  padding: 1rem;
}




.thatch-industry-hero-content h1 {
  font-size: 56px;
  margin: 0;
  line-height: 1.1;
  font-family: 'Inter';
  font-weight: 400;
}

.thatch-industry-hero-content p {
  margin-top: 0.8rem;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}


.thatch-industry-angled-label {
  position: absolute;
  top: 10%;
  left: 11%;
  z-index: 3;
  transform: skewX(-10deg);
  background: white;
  padding: 0.5rem 1.2rem;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.thatch-industry-label-text {
  display: block;
  transform: skewX(10deg); 
  color: #111;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.thatch-industry-label-text a:link {
  text-decoration: underline;
  color: #9d9d9d;
  font-weight: 600;
  font-family: inter;
}

.thatch-industry-label-text a:visited {
  text-decoration: underline;
  color: #9d9d9d;
  font-weight: 600;
  font-family: inter;
}

.thatch-industry-angled-label::before,
.thatch-industry-angled-label::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  transform: skewX(10deg);
}

.thatch-industry-angled-label::before {
  top: -8px;
  background: linear-gradient(to right, #a47c1d, #e0c872);
}

.thatch-industry-angled-label::after {
  bottom: -8px;
  background: linear-gradient(to right, #b4d17f, #8fcd32);
}





@media (max-width: 1350px) {

	.thatch-industry-hero-content h1 {
  font-size: 47px;

  line-height: 1.2;

  font-weight: 400;
}
}



@media (max-width:1024px) {
	.thatch-industry-angled-label {

  top: 6%;
  left: 13%;
  z-index: 3;
  transform: skewX(-3deg);
  
}
	
	 .thatch-industry-label-text {

	  transform: skewX(3deg);
  }
	
}



@media (max-width: 768px) {
	
	

	
	
  .thatch-industry-hero-content h1 {
    font-size: 42px;
  }
	
	
	.smaller2 p {
    font-size: 16px !important;
 letter-spacing: -0.1px;
  }

  .thatch-industry-hero-content p {
    font-size: 17px;
	  text-wrap: balance; 
  }
	
	
}

  .thatch-industry-angled-label {
    padding: 0.3rem 0.8rem;
  }

  .thatch-industry-label-text {
    font-size: 0.85rem;
	  transform: skewX(4deg);
  }
	
	
	.thatch-industry-angled-label {

  transform: skewX(-4deg);
	

}

	


@media (max-width: 500px) {
 .smaller2 {
    position: absolute;
 
    max-width: 79% !important;
  
  }
}



@media (max-width: 468px) {
  .thatch-industry-hero-content h1 {
    font-size: 36px;
	  line-height: 1.1;
  }
}


.thatch-industry-feature-block {
  font-family: 'Inter', sans-serif;
  color: #222;
	margin-top: 30px; 
}

.thatch-industry-feature-section {
  margin-bottom: 40px;
}

.thatch-industry-feature-section h2 {
  font-family: 'Inter', sans-serif;
  color: #1a2d6d;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
	line-height: 1.4;
}

.thatch-industry-feature-section ul {
	 font-family: 'Inter', sans-serif;
  list-style: none;
  padding-left: 1.2rem;
  margin: 0;
}

.thatch-industry-feature-section ul li {
  font-family: 'Inter', sans-serif;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 17px;
  color: #0f0f0f;
	font-weight: 350;
}

.thatch-industry-feature-section ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c2881c;
  font-size: 1.1rem;
  line-height: 1;
	font-weight: 300;
}

.thatch-industry-feature-section p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  color: #0f0f0f;
	font-weight: 325; 
}



.thatcher-industry-section {
  background: url('https://tchem.com/wp-content/themes/thatcher-child/img/Thatcher-Background-Main.jpg') center/cover no-repeat;
  padding: 60px;
  color: #222;
  font-family: sans-serif;
}

.thatcher-industry-grid.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1440px;
  margin: 60px auto 30px;
}


.thatcher-industry-grid.columns-3.second-row {
  margin-top: 40px !important;
}

@media (max-width: 1024px) {
  .thatcher-industry-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #solutions .thatcher-industry-grid.columns-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .thatcher-industry-grid.columns-3 {
    grid-template-columns: 1fr;
  }
}

.thatcher-industry-box {
  background: #fff;
  padding: 30px 40px 30px 40px;
  border-radius: 5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	z-index: 2;
	   opacity: 0;
}


.thatcher-industry-box:nth-of-type(7) {
  grid-column: 2 / 3;
}

@media (max-width: 1024px) {
  .thatcher-industry-box:nth-of-type(7) {
    grid-column: auto;
  }
}


.thatcher-industry-label {
  width: 100%;
  text-align: center;
  margin: 0px auto 18px;

}





.thatcher-industry-bar {
  height: 4px;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}

.thatcher-industry-bar.angled {
  transform: skewX(-6deg);
}

.thatcher-industry-bar.top {
  background: linear-gradient(to right, #a47c1d, #e0c872);
  margin-bottom: 0.5rem;
  mask-image: linear-gradient(to right, transparent 0%, black 30%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
}

.thatcher-industry-bar.bottom {
  background: linear-gradient(to right, #b4d17f, #8fcd32);
  margin-top: 0.5rem;
  mask-image: linear-gradient(to left, transparent 0%, black 30%);
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%);
}

.thatcher-industry-inner {
  display: inline-block;
  background: #22326e;
  transform: skewX(-6deg);
  padding: 0.75rem 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	width:98%;
}

.thatcher-industry-label-text {
  display: inline-block;
  transform: skewX(6deg);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}

.thatcher-industry-box p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.tollblend .thatcher-industry-box p {

  text-wrap: balance;

}

.tollblend .thatcher-industry-box {

  align-items: center;

}


#solutions .image-container {
  position: relative;
  width: 96%;
  opacity: 0;
  transform: scale(0.5);
  overflow: hidden;
  border-radius: 5px;
	height: auto; 
}


.thatcher-feature-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px; 
}

.thatcher-feature-heading {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 500;
  color: #a47c1d;
  font-family: 'Inter', sans-serif;
}


.thatcher-feature-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}






.why-thatcher-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.why-thatcher-container {
  display: flex;
  gap: 40px;
  flex-wrap: no-wrap;
}


.why-thatcher-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.why-thatcher-container {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}

/* Image container 
.why-thatcher-image {
  flex: 1 1 50%;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}


.why-thatcher-image {
  width: 100%;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
}

*/

.why-thatcher-image {
  flex: 1 1 50%;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.why-thatcher-image .swiper-wrapper,
.why-thatcher-image .swiper-slide {
  width: 100%;
  height: 100%;
}

.why-thatcher-image {
  --swiper-navigation-size: 30px;
}

.why-thatcher-image .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}
.why-thatcher-image .swiper-pagination-bullet-active {
  background-color: #fff;
}
.why-thatcher-image .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.why-thatcher-cards {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-thatcher-card {
  background: white;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  opacity: 0;
  transform: translateX(-10px);
  width: 100%;
}

.why-thatcher-highlight {
  color: #a88300;
  font-weight: 500 !important;
  font-size: 21px !important;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
}

.why-thatcher-card p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 350;
	margin-bottom: 0px; 
}



@media screen and (max-width: 1024px) {
  .why-thatcher-container {
    flex-direction: column;
  }
	
.why-thatcher-image {
    width: 100%;
    display: flex;
    height: 300px;
    flex: none; 
  }

.why-thatcher-image .swiper-slide {
  height: 100%;
}


  .why-thatcher-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .why-thatcher-card {
    flex: 1 1 calc(50% - 20px);
  }


  .why-thatcher-card:last-child {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 600px) {
  .why-thatcher-card {
    flex: 1 1 100%;
    padding: 20px;
  }
}



.why-thatcher-wrapper {
  position: relative;
	overflow: hidden;
}


.why-thatcher-logo-bg {
  position: absolute;
  bottom: 0;
  width: 300px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
	right: -100px; 
}


.thatcher-feature-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch; 
}

@media (max-width:768px) {

#sustain .thatcher-feature-section {
  display: grid;
 grid-template-columns: 1fr;
}

}

.thatcher-feature {
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1;
  padding: 30px;
  opacity: 0;
	transform: translateX(-10px);
	
}


#thatchercapabilities .thatcher-feature {

  min-width: 312px;
}





/* Thatcher Mission 

.thatchermission-pin-section {
    height: 400vh;
    position: relative;
  }

  .thatchermission-pin-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .thatchermission-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	opacity: 0; 
  }

  .thatchermission-blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 50, 110, 0.6);
    opacity: 0;
    z-index: 2;
  }

  .thatchermission-overlay-text {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
	  width: 75%;
  }


.thatchermission-overlay-text h2 {
  font-size: 25px;
  margin-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Inter, Sans-Serif;
  letter-spacing: 3px;
  color: #fff;
	text-align: center; 
}


.thatchermission-overlay-text p {
  font-size: 53px;
  font-weight: 325;
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0px;
	text-align: center; 
}

 .thatchermission-post-section {
    height: 1vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }


*/




/*

//PINNED CONTAINER (OPACITY AT 0)


.thatchermission-pin-section {
  position: relative;
  height: auto;
}

.thatchermission-pin-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.thatchermission-background-image {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}

.thatchermission-blue-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 32, 91, 0.6);
  z-index: 1;
  opacity: 0;
}

.thatchermission-overlay-text {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: white;
  opacity: 0;
}


*/



.thatchermission-pin-section {
  position: relative;
  height: auto;
}

.thatchermission-pin-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.thatchermission-background-image {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

.thatchermission-blue-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 32, 91, 0.6);
  z-index: 1;
  opacity: 1;
}

.thatchermission-overlay-text {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: white;
  opacity: 1;
}

.text-one {
  margin-top: 20vh;
}

.text-values {
  margin-top: 5rem;
}


.thatchermission-overlay-text h2 {
  font-size: 25px;
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Inter, Sans-Serif;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}

.thatchermission-overlay-text p {
  font-size: 53px;
  font-weight: 325;
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
}



@media (max-width:1024px) {
	.thatchermission-overlay-text {
  padding: 0px 20px;
}
	
	
}

@media (max-width:768px) {
.thatchermission-overlay-text p {
  font-size: 42px;

}
}

@media (max-width:450px) {
.thatchermission-overlay-text p {
    font-size: 34px;
  }
}





 .thatcher-about-value-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1400px;
      margin: 0 auto;
    }

    .thatcher-about-value-card {
      position: relative;
      width: 425px;
      height: 325px;
      overflow: hidden;
      font-family: 'Inter', sans-serif;
      cursor: pointer;
		border-radius: 5px; 
    }

    .thatcher-about-value-image {
      position: absolute;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .thatcher-about-value-s {
      position: absolute;
      top: -40px;
      left: -25px;
      font-family: 'InterFixed', sans-serif;
      font-weight: 700;
      font-size: 350px;
      line-height: 1;
      color: transparent;
      z-index: 3;
      pointer-events: none;
      opacity: 1;
      -webkit-mask-image: linear-gradient(to bottom, white, transparent);
      mask-image: linear-gradient(to bottom, white, transparent);
      -webkit-text-stroke: 2px white;
      text-stroke: 2px white;
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .thatcher-about-value-card:hover .thatcher-about-value-s {
      opacity: 0.4;
      transform: translateX(10px);
    }

    .thatcher-about-value-label {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 4;
      pointer-events: none;
      transition: transform 0.5s ease;
      min-width: max-content;
    }

    .thatcher-about-value-card:hover .thatcher-about-value-label {
      transform: translate(-50%, -120%);
    }

.thatcher-about-value-text {
  background-color: #fff;
  color: #22326e;
  border: 1px solid white;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  transform: skew(-10deg);
  display: inline-block;
  z-index: 2;
  min-width: 240px;
  letter-spacing: 1px;
}
    .thatcher-about-value-text span {
      display: inline-block;
      transform: skew(10deg);
    }

    .thatcher-about-value-line {
      height: 6px;
      width: 96%;
      margin: 4px 0;
      transform: skew(-10deg);
      z-index: 1;
    }

    .thatcher-about-value-line.top {
      background: linear-gradient(to right, #c8a94b, rgba(200, 169, 75, 0));
    }

    .thatcher-about-value-line.bottom {
      background: linear-gradient(to right, rgba(181, 216, 103, 0), #b5d867);
    }

    .thatcher-about-value-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(10px);
      background-color: rgba(19, 44, 99, 0.55);
      color: white;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 100px 20px 20px 20px;
      box-sizing: border-box;
      transition: opacity 0.5s ease;
      z-index: 2;
    }

    .thatcher-about-value-card:hover .thatcher-about-value-overlay {
      opacity: 1;
    }

    .thatcher-about-value-description {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      line-height: 1.6;
		font-weight: 350;
      max-width: 90%;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
		min-height: 150px; 
		margin-top: 45px;
    }

    .thatcher-about-value-card:hover .thatcher-about-value-description {
      opacity: 1;
      transform: translateY(0);
    }


#striveabout .thatcher-feature {
  background: none;
  border-radius: 5px;
  box-shadow: none;
  flex: inherit;
  padding: 0px;
  opacity: 0;
  transform: translateX(-10px);
}

#aboutfooter .proud-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

#aboutfooter .proud-item {
  flex: 2;
  max-width: 540px;
  background: white;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 0; 
}

#aboutfooter .proud-item img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#aboutfooter .proud-item h3,
#aboutfooter .proud-item p {
  padding-left: 20px;
  padding-right: 20px;
}

#aboutfooter .proud-item h3 {
  margin: 24px 0px 13px 0px;
}

#aboutfooter .proud-item p {
  flex-grow: 1;
	margin-bottom: 0px; 
}

#aboutfooter .proud-item button {

  background-color: #c3d455;
  color: black;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 300px;
  margin: 0 auto 40px;
	transition: all 1s ease-in-out; 
}


#aboutfooter .proud-item button:hover {
  background: #AD841F;
	color: white; 
}

#aboutfooter .thatcher-slant-box-heritage-button {
  max-width: 300px;
  margin: 0 auto 40px;
}


#industryslant .thatcher-slant-box-heritage-text h3 {
  font-size: 24px;
  color: #ad841f;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
  margin-top: -8px;
}

#industryintro .thatcher-skewed-box-two {
  transform: skewX(-10deg);
  background: #f3f3f3;
  width: 90%;
  margin-left: 5%;
  padding: 157px 0;
  transform-origin: left center;
  visibility: hidden;
}


@media (max-width: 1024px) {
	
	#industryintro .thatcher-skewed-box-two {
  transform: skewX(-4.5deg);

}
	
	

}


@media (max-width: 768px) {
	
	#aboutblocks .proud-item.thatch-content-box-single-sap {
  flex: 1 1 100%;
}
	
	#industryslant .thatcher-slant-box-heritage-text h3 {
  font-size: 20px;

}
	
#industryslant .thatcher-slant-box-commitment-box {

    margin-left: -17px;
    margin-top: -20px;
    margin-bottom: 20px;
  }	
	
	
	
	
	
}



#industryslant .thatcher-slant-box-outer-container {
  padding: 30px 20px;
}



.industry-description-text {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 350;
	text-wrap: balance; 
}


#industryserve .industry-card {
  flex: 0 0 auto;
  width: 360px;
  height: 460px;
  background: #ccc;
  border-radius: 5px;
  border: 1px solid white;
  overflow: hidden;
  opacity: 0;
  transform: scale(1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#industryserve .industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(14, 26, 68, 1) 0%, rgba(34, 50, 110, 0.5) 40%, rgba(255, 255, 255, 0) 85%, rgba(173, 132, 31, 0.55) 99%);
  z-index: 1;
  pointer-events: none; 
}


#industryserve .industry-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://tchem.com/wp-content/themes/thatcher-child/img/Thatcher-Background-Main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}


#industryserve .industry-label {
  min-width: 240px;
}

#industryserve .industry-label-line.top {

  max-width: 254px;

}

#industryserve .industry-label-line.bottom {

  max-width: 253px;

}


.industry-main-section {
  padding: 30px;

}

.industry-main-container {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
	padding-top: 30px; 
}

.industry-main-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-main-icon-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.industry-main-icon-box {
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.07);
  text-align: center;
}

.industry-main-icon-box img {
  width: 60px;
}

.industry-main-icon-box h4 {
  color: #1c2c5b;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.industry-main-icon-box p {
  font-size: 0.95rem;
  color: #333;
}

.industry-main-image {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .industry-main-container {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .industry-main-left,
  .industry-main-image {
    flex: 1 1 100%;
  }
	
	
	.industry-main-image {
    margin-top: 115px;
		margin-bottom: 100px; 
  }
	
	#presence .industry-main-image {
    max-width: 100%;
  }

  .industry-main-icon-boxes {
    grid-template-columns: 1fr 1fr;
  }
}





.industry-main-icon-boxes h3 {
  color: #a88300;
  font-weight: 500;
  font-size: 21px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
}

.applications h3 {
	color: #a88300;
  font-weight: 500;
  font-size: 21px;
  font-family: 'Inter', sans-serif;
	margin-bottom: 9px;
}

.industry-main-icon-boxes p {

font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 350;
	line-height: 1.5;
	text-wrap: balance;
}

.applications p {

font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 350;
	line-height: 1.5;
	
}

.industry-main-section h2 {

font-family: "Inter", Sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  color: #22326e;
	text-align: center; 
}


.industry-main-applications-inline {
  max-width: 1200px;
  margin: 3rem auto;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}



.sustainability-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px; 
  flex-wrap: wrap;
	margin-top: -20px; 
}

.sustainability-logo {
  max-width: 150px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}




.thatcher-slant-box-commitment-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thatcher-slant-box-commitment-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}

@media (max-width:768px) {
	
	

.thatcher-slant-box-commitment-box li {
  
  font-size: 17px;
}

	.industry-main-image {
    margin-top: -20px;
		margin-bottom:0px; 
  }
	
	.industry-main-icon-box {

  padding: 20px;

}
	
	#solutions .thatcher-industry-section {

  padding: 40px;

}
	

}



.certifications .thatch-industry-feature-section {
  margin-bottom: 20px;
}


.certifications .thatch-industry-feature-section h2 {
  margin-bottom: 20px;
}

#thatchersafety .thatcher-feature-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 40px;
}

#thatchersafety .thatcher-feature {
  flex: 0 1 calc(33.333% - 27px); 
  box-sizing: border-box;
}


@media (max-width:1024px) {
	
	#thatchersafety .thatcher-feature {
  flex: 0 1 calc(50% - 27px);
}
}

@media (max-width:568px) {
	
	#thatchersafety .thatcher-feature {
  flex: 0 1 calc(100%);
}
}




#thatchersafety h4 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: -20px;
}


#sustainability .thatcher-slant-box-heritage-button.otherbutton {
  margin-top: -20px;
  margin-bottom: 40px;
	display: inline-block;
}



#sustainability .proud-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  gap: 40px; 
}

#sustainability .proud-item {
  width: 100%;
  max-width: 1140px;
  background: white;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

#sustainability .proud-item p {
  margin-bottom: 0px;
}


#aboutintro .thatcher-slant-box-commitment-box {
  flex: 1 1 200px;
	min-width: 100px; 

}

#aboutintro .thatcher-slant-box-heritage-text {
  flex:  0 0 70%;

}

#industryintro .thatcher-slant-box-heritage-text h3 {
  font-size: 24px;
  color: #ad841f;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
  margin-top: -8px;
}


@media (max-width: 1024px) {


#aboutintro .thatcher-slant-box-heritage-text {
  flex: 0 0 65%;
}

}


@media (max-width: 768px) {
	#aboutintro .thatcher-slant-box-heritage-text {
  order:2;
}
	
	
	#industryintro .thatcher-slant-box-heritage-text h3 {
  font-size: 19px;
		text-wrap: balance; 
}

	
}



#industryintro .thatcher-slant-box-outer-container {
  padding: 20px 20px 50px;

}



.viewsolutions {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 10px;
  text-decoration: underline;
  letter-spacing: 0.3px;
}

.viewsolutions a {
  color: #fff;
}


#logistics .why-thatcher-image {
  flex: 1 1 75%;
  min-height: 400px;

}

@media (max-width: 1024px) {
	
#logistics .why-thatcher-image {
  flex: unset;
  min-height: 400px;

}
	
	#logistics .why-thatcher-section {
  padding: 20px; 
}
}


#presence .industry-main-container {

  flex-wrap: wrap;

}


#presence .industry-main-image img {

  margin-top: 10px;

}


#presence .industry-main-icon-boxes {

  grid-template-columns: repeat(4, 1fr);

}

@media (max-width: 1024px) {
#presence .industry-main-icon-boxes {
  grid-template-columns: 1fr 1fr;
}

}

@media (max-width: 1024px) {

#presence .industry-main-image {

  margin-top: 10px;
	  margin-bottom: 0px;

}
}

@media (max-width: 568px) {


#presence .industry-main-icon-boxes {
	grid-template-columns: 1fr;
}
}


.intropresence {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}




.thatcher-feature-section.agencies {
  margin-top: 40px;
}


.agencies .thatcher-feature {
  padding: 60px 10px;
}

.agencies .sustainability-logo {
  max-width: 135px !important;

}



.agencies .sustainability-logo-row {

  gap: 20px;

}

.sustainability-logo.smallerl {
  max-width: 100px !important;
}

@media (max-width:768px) {
	.agencies .sustainability-logo {
  max-width: 100px !important;
}
}


.thatch-industry-hero-bg {
  position: relative;
  overflow: hidden;
}



.thatch-industry-overlay {
  display: none;
}


@media (max-width: 1699px) {

.thatch-industry-overlay {
  position: absolute;
  inset: 0;
  margin: 2.5% 8.2%;
  background: linear-gradient(to top, rgba(34, 50, 110, 0.6) 50%, rgba(34, 50, 110, 0) 80%);
  z-index: 1;
  pointer-events: none;
  transform: skew(-10deg);
  transform-origin: top left;
  width: 89%;
	display: block;
}
}

@media (max-width: 1500px) {

.thatch-industry-hero-content {
  position: absolute;
  bottom: 3%;
  left: 5%;
  z-index: 3;
  max-width: 75%;
  padding: 1rem;
}
	
}
	
	
	
@media (max-width: 1024px) {

   .thatch-industry-overlay {
    position: absolute;
    inset: 0;
    margin: 2% 11.2%;
    background: linear-gradient(to top, rgba(34, 50, 110, 0.6) 50%, rgba(34, 50, 110, 0) 80%);
    z-index: 1;
    pointer-events: none;
    transform: skew(-4deg);
    transform-origin: top left;
    width: 84.5%;
    display: block;
  }
	
	 .thatch-industry-hero-content {
    position: absolute;
    bottom: 3%;
    left: 8%;
    z-index: 3;
    max-width: 75%;
    padding: 1rem;
  }


  }

@media (max-width: 768px) {

  .thatch-industry-overlay {
    position: absolute;
    inset: 0;
    margin: 2% 15.4%;
    background: linear-gradient(to top, rgba(34, 50, 110, 0.9) 20%, rgba(34, 50, 110, 0.7) 60%, rgba(34, 50, 110, 0) 80%);
    z-index: 1;
    pointer-events: none;
    transform: skew(-4.2deg);
    transform-origin: top left;
    width: 80.2%;
    display: block;
  }
	
	 .thatch-industry-hero-content {
    position: absolute;
    bottom: 1%;
    left: 10%;
    z-index: 3;
    max-width: 81%;
    padding: 1rem;
  }
}



.watertreat .thatcher-slant-box-heritage-text {
  text-wrap: balance;
}

/*
#careers .thatcher-slant-box-top-bar {
  background: linear-gradient(to right, #fff, transparent);
}

#careers .thatcher-slant-box-bar-left {

  background: linear-gradient(to top, #141f44, #fff);
}
*/


#careers .thatcher-slant-box-top-bar {

  background: linear-gradient(to right, #101b42, transparent);
}


#careers .thatcher-slant-box-bar-left {

  background: linear-gradient(to right, #101b42, #1a2a63);
}



#careerbenefits .thatcher-feature-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
}

#careerbenefits .thatcher-feature {
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  opacity: 0;
  transform: translateX(-10px);
  flex: 0 0 calc((100% - 3 * 40px) / 4); 
}

#careerbenefits  .thatcher-feature:nth-child(n+5) {
  flex: 0 0 calc((100% - 2 * 40px) / 3); 
}

#careerbenefits .thatcher-feature-heading {

  text-wrap: balance;
}


@media (max-width: 1024px) {
  #careerbenefits .thatcher-feature {
    flex: 0 0 calc((100% - 40px) / 2); 
  }

  #careerbenefits .thatcher-feature:nth-child(n+5) {
    flex: 0 0 calc((100% - 40px) / 2); 
  }
}


@media (max-width: 768px) {
 #careerbenefits .thatcher-feature {
    flex: 0 0 100% !important;
  }
	
	.industry-main-section h2 {

  font-size: 42px;

}
}


.thatcher-about-value-grid a {
  color: #B9CF62;
  text-decoration: underline;
}



#leadership h3 {
  font-family: 'Inter', sans-serif;
  color: #1a2d6d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.4;
}

#leadership h4 {
  font-family: 'Inter', sans-serif;
  color: #AD841F;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 3px;
}

#leadership p {
  font-size: 17px;
  line-height: 1.6;
  text-wrap: balance;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.intropara {
  font-size: 18px;
  font-weight: 450;
  color: #22326E;
  line-height: 1.4;
}


#leadership .thatcher-skewed-box-footer {
width: 95%;
  max-width: 1900px;

}


#gform_submit_button_1 {
  background: #B9CF62;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

#gform_submit_button_1:hover {
  background: #AD841F;
  color: white;
}



body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper select,
body .gform_wrapper textarea {
  outline: none;
  border: 1px solid #717171; 
  transition: border-color 0.3s ease;
}

body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  outline: none;
  border-color: #AD841F !important;
  box-shadow: none !important; 
}


.contactaddress p {
  margin-top: -5px;
}


.page-id-4351 #thatcherfoot {
  margin-top: -170px;
}