/* TM CMS Page */
/* ── Carousel Wrapper ── */
#mti-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

/* ── Sliding Track ── */
#mti-carousel .carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* ── Individual Slides ── */
#mti-carousel .carousel-slide {
  min-width: 100%;
  position: relative;
  flex-shrink: 0;
}
#mti-carousel .carousel-slide img {
  width: 100%;
  height: 679px;
  object-fit: cover;
  display: block;
}

/* ── CTA Overlay ── */
#mti-carousel .slide-cta-area {
  position: absolute;
  bottom: 120px;
  left: 100px;
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(6px);
  border-radius: 4px;
  padding: 24px 32px;
  max-width: 420px;
}
#mti-carousel .slide-cta-area h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}
#mti-carousel .slide-cta-area a {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 10px 22px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 0.25s, border-color 0.25s;
}
#mti-carousel .slide-cta-area a:hover {
  background: rgba(255,255,255,0.32);
  border-color: #fff;
}

/* ── Prev / Next Buttons ── */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.35);
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  outline: none;
}
.carousel-btn:hover { background: rgba(0,0,0,0.65); }
.carousel-btn.prev  { left: 20px; }
.carousel-btn.next  { right: 20px; }
.carousel-btn svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Dot Indicators ── */
.carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  padding: 0;
  outline: none;
}
.carousel-dot.active {
  background: #fff;
  transform: scale(1.2);
}









#hero {
  position: relative;
}
  img {
    width: 100%;
    height: auto;
  }

  .heroBtn {
    position: absolute;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
    color: white;
  }

.contact {
  padding-bottom: 100px;
}

.collections { }
.collections .collection { }

a.ctaLink {
    display: inline-block;
    padding: 10px 30px;
    background-color: #609191;
    color: #ffffff;
}

a.ctaLink:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.homeBannerArea {
    
    width: 100%;
    position: relative;
    display: block;
    background-color: #ffffff;
    background: linear-gradient(
        0deg,
        rgba(203, 202, 202, 1) 0%,
        rgba(229, 228, 228, 1) 30%,
        rgba(229, 228, 228, 1) 70%,
        rgba(203, 202, 202, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbcaca", endColorstr="#cbcaca", GradientType=1);
    margin-bottom: 0px;
    display: block;

}
    

    .ctaBannerArea {
        position: relative;
        min-height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

    }
            
        .bannerImage {
            width: 100%;
        }

        

        .ctaTagArea {
            position: absolute;
            bottom: 40px;
            left: 40px;   
            width: 33%;  

        }       

        .ctaTagArea     h1 {
                color: #ffffff;
                text-transform: none;
                font-size: 28px;
                line-height: 40px;
                font-weight: normal;
                /* text-shadow: 2px 2px 8px #000000; */
                padding: 0px 0px 20px 0px;
                margin: 0px;
            }

            .ctaTagArea  p {
                color: #ffffff;
                font-size: 20px;
                text-shadow: 1px 1px 6px #000000;
                padding: 0px 0px 20px 0px;
            }
            
        

        @media (max-width: 1360px){
            .bannerImage {
                width: auto;
                height: 500px;
                flex-shrink: 0;
                min-width: 100%;
                min-height: 100%
            }
            .ctaTagArea {
                position: absolute;
                top: 20%;
                left: 40px;   
                width: 60%; 
            }
        }

    @media (max-width: 1060px){
        
        .homeBannerArea .container {
            width: 100%;
        }

        .homeBannerArea .container .ctaBannerArea img {
            width: auto;
            height: auto;
        }

        header .container #phone-search-field div.search-area input#search-input {
            margin-top: 0px;
        }

        

    }



    
section 			{ padding: 40px 0px; }
section h2			{ font-size: 32px; font-weight: 500; padding: 0px 0px 30px 0px; }
section div.title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0px 0px 30px 0px;
}
section h3 			{ font-size: 24px; line-height: 32px; padding: 0px 0px 20px 0px; }
section h3.pt-3  	{ font-size: 16px; text-transform: uppercase; color: #262226; padding: 10px 0px 15px 0px; padding-top: 10px !important; margin: 0px; line-height: inherit; text-decoration: none; }

div#banner-area {
	width: 100%;
	position: relative;
	display: block;
	background-color: var(--clr-white);
	margin-bottom: 20px;
}
div#banner-area video {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
div#banner-area img.made-in-the-usa {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div#banner-area div.banner-img {
	width: 100%;
	position: relative;
	display: block;
}
div#banner-area div.banner-img img {
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}
div#banner-area div.banner-tag-left {
	color: var(--clr-white);
	position: absolute;
	width: 50%;
	left: 0px;
	top: 60px;
	z-index: 10;
	text-align: center;
}
div#banner-area div.banner-tag-left div.line-one {
	font-size: 28px;
	padding: 0px 0px 20px 0px;
}
div#banner-area div.banner-tag-left div.line-two {
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}
div#banner-area div.banner-tag-left div.line-three {
	font-size: 38px;
}
div#banner-area {
	background: rgb(203, 202, 202);
	background: -moz-linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	background: linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbcaca", endColorstr="#cbcaca", GradientType=1);
	margin-bottom: 0px;
	display: block;
}
@media (max-width: 1199.98px) {
	div#banner-area {
		/* margin-bottom: 22px; */
	}
}
div#banner-area h1 {
	font-size: 62px;
	color: #040403;
	padding: 55px 0;
	margin: 0;
	display: block;
}
@media screen and (max-width: 1301px) {
	div#banner-area div.banner-tag-left {
		top: 40px;
	}
	div#banner-area div.banner-tag-left div.line-one {
		font-size: 24px;
		padding: 0px 0px 10px 0px;
	}
	div#banner-area div.banner-tag-left div.line-two {
		font-size: 14px;
		padding: 0px 0px 10px 0px;
	}
	div#banner-area div.banner-tag-left div.line-three {
		font-size: 30px;
	}
}
section#highlight-buttons {
	background-color: var(--clr-white);
}
section#highlight-buttons div.button-area {
	width: calc((100% - 40px) / 4);
	float: left;
	text-align: left;
}
section#highlight-buttons div.button-area:first-child {
	margin-right: 40px;
}
section#highlight-buttons div.button-area:nth-child(2) {
	margin-right: 40px;
}
section#highlight-buttons div.button-area:nth-child(3) {
	margin-right: 0px;
	width: calc(50% - 60px);
}
section#highlight-buttons div.button-area:nth-child(4) {
	margin-right: 40px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-child(5) {
	margin-right: 40px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-child(6) {
	margin-right: 0px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-last-child() {
	margin-right: 0px;
}
section#highlight-buttons div.button-area a.button {}
section#highlight-buttons div.button-area a.button div.button-title {
	color: var(--clr-black);
	padding-bottom: 10px;
	text-transform: uppercase;
}
section#highlight-buttons div.button-area a.button img {
	width: 100%;
	box-shadow: 0px 5px 10px #888888;
}
section#highlight-buttons div.button-area a.button:hover img {}
section#highlight-buttons a.button .button-title {
	text-transform: uppercase;
	color: var(--text-color);
	padding: 10px 0px 20px 0px;
	text-decoration: none;
}
section#highlight-buttons a.button:hover {
	text-decoration: none;
}
@media screen and (max-width: 1201px) {}
@media screen and (max-width: 951px) {
	section#highlight-buttons div.button-area {
		width: calc((100% - 60px) / 2);
	}
	section#highlight-buttons div.button-area:first-child {
		margin-right: 40px;
	}
	section#highlight-buttons div.button-area:nth-child(2) {
		margin-right: 0px;
	}
	section#highlight-buttons div.button-area:nth-child(3) {
		margin-right: 40px;
	}
	section#highlight-buttons div.button-area:nth-last-child() {
		margin-right: 0px;
	}
}
@media screen and (max-width: 461px) {
	section#highlight-buttons div.button-area {
		width: 100%;
		padding: 0px 0px 40px 0px;
	}
}
section#collection {
	background-color: #e6e6e6;
	padding: 40px 0px 30px 0px;
}
section#collection div.collection div.cta a{
	
}
/*section#collection div.collection {
	width: calc((100% - 60px) / 3);
	float: left;
	text-align: left;
}
section#collection div.collection:first-child {
	margin-right: 30px;
}
section#collection div.collection:nth-child(2) {
	margin-right: 30px;
}
section#collection div.collection:nth-last-child() {
	margin-right: 0px;
}*/
section#collection div.collection div.collection-title {
    text-transform: uppercase;
    padding: 20px 0px 10px 0px;
}
section#collection div.collection div.description {
	padding: 0px 0px;
}
section#collection div.collection img {
	width: 100%;
}
section#collection div.collection div.cta {
	text-transform: uppercase;
	padding: 0px 0px;
}
section#collection div.collection div.cta {
	border: 0px;
}
section#collection div.collection div.cta a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
	border: 0;
}
section#collection div.collection a.button div.button-title {
	color: var(--clr-black);
	padding-bottom: 10px;
}
section#collection div.collection a.button img {
	box-shadow: 0px 5px 10px #888888;
}
section#collection div.collection a.button:hover img {
	box-shadow: 0px 5px 5px #888888;
}
@media screen and (max-width: 1201px) {}
@media screen and (max-width: 951px) {
	/*section#collection div.collection {
		width: calc(100% / 2);
		padding: 0px 0px 40px 0px;
	}*/
}
@media screen and (max-width: 461px) {
	/*section#collection div.collection {
		width: 100%;
		padding: 0px 0px 40px 0px;
	}*/
}
section#residential-commercial {
	background-color: var(--clr-white);
	padding: 40px 0px 30px 0px;
}
section#residential-commercial div.type {
	/*width: calc((100% - 40px) / 2);
	float: left;*/
	text-align: left;
}
section#residential-commercial div.type:nth-child(1) {
	/*padding: 0px 20px 0px 0px;*/
}
section#residential-commercial div.type:nth-child(2) {
	/*padding: 0px 0px 0px 20px;*/
}
section#residential-commercial div.type div.type-heading {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
}
section#residential-commercial div.type img {
	width: 100%;
}
section#residential-commercial div.type div.collection-title {
		text-transform: uppercase;
		padding: 15px 0px 5px;
		font-weight: bold;
	
}
section#residential-commercial div.type div.collection-title a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
}
@media screen and (max-width: 651px) {
	section#residential-commercial div.type, section#residential-commercial div.type:nth-child(2) {
		/*width: 100%;
		float: none;
		padding: 0px 0px 0px 0px;*/
	}
}
section#awards {
	background-color: #e6e6e6;
}
section#awards .container {
	max-width: 1267px;
}
section#awards a {
	/*width: 85%;
	margin: 0px auto;
	display: block;*/
}
section#awards a img {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 651px) {
	section#awards div.type, section#awards div.type:nth-child(2) {
		width: 100%;
		float: none;
		padding: 0;
	}

    .collections .collection {
        padding: 0px 2px 40px 20px;
    }
}

.ctaBannerArea .cta {
    display: inline-block;
    padding: 10px 30px;
    background-color: #609191;
    color: #fff;
  }

  .ctaBannerArea .cta:hover {
    display: inline-block;
    padding: 10px 30px;
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
  }