/*
Theme Name: TriShieldTheme
Description: Main Styling Contents
Version: 1.0
Author: 
*/

@media(max-width: 865px){
	#headerContainer{
		display: flex !important;
	}
		
	#title{
		font-size: 18px !important;
		min-width: 200px !important;
		display: none;
	}

	#subtitle{
		display: none;
	}

	#mainLogo{
		width: 207px !important;
		left: 96px !important;
		top: -26px !important;
	}

	#backgroundBlendOne{
		height: 108px !important;
	}

	#nameBanner{
		display: block !important;
		width: 100%;
		height: 40px;
		background-color: #f3f4f6;
		top: -32px;
		position: relative;

		#nameTitle{
			font-family: "Balthazar";
			font-size: 24px;
			font-weight: 600;
			color: #666666;
			position: relative;
			top: -16px;
			left: 36px;
		}
		
	}
	
	.arrow-down {
 		width: 0; 
  		height: 0; 
  		border-left: 80px solid transparent;
  		border-right: 80px solid transparent;
  
  		border-top: 80px solid #f3f4f6;
		position: relative;
		left: 118px;
				
		top: -1px !important;
	}

	
	


	#subtitle{
		font-size: 16px !important; 
	}

	#linksContainer{
		display: none !important;
	}

	#socialsContainer{
		left: 150px !important;
		top: 577px !important;
		transform: scale(1.3) !important;

		#instagram, #facebook, #email{
			filter: grayscale(100%) sepia(100%) hue-rotate(165deg) saturate(380%) brightness(114%) !important;
		}

		
	}

	#informationalContainer{
		position: relative !important;
		transform: scale(0.70) !important;
		top: -75px !important;
		left: -45px !important;

		#phone{
			left: -16px !important;
		}

		#textLink{
			color: #fd9c5f !important;
			font-family: "Archivo" !important;
			text-decoration: none !important;
			display: block !important;
			position: relative !important;
			top: -6px !important;
		}

		#textIcon{
			display: block !important;
			height: 27px;
			left: 10px !important;
			filter: invert(27%) !important;
			top: 20px !important;
			position: relative !important;
		}

		#textTxt{
			font-family: "Archivo" !important;
			font-size: 18px !important;
			color: #444444 !important;
			position: relative !important;
			top: 30px !important;
			left: -80px !important;
		}

		#phone a {
  			
			color: #fd9c5f !important;
  			text-decoration: none !important;
			-webkit-text-fill-color: #fd9c5f !important; /* ensures color applies to detected links */
		}
	}

	#serviceInfoContainer{
		left: -40px !important;
		transform: scale(0.70) !important;
		top: 557px !important;
		width: 480px !important;
		height: 810px !important;


			
		#customContainer, #customContainer2, #customContainer3, #customContainer4, #customContainer5{
			width: 360px !important;
		}

		#cardWrapper2{
			height: 100% !important;
			width: 470px !important;
		}

		#backgroundBottom3{
			width: 470px !important;
		}

		#backgroundBottom4{
			left: 470px !important;
			height: 801px !important;
			top:-801px !important;
		}

		#resTitle{
		}

		#seventhBar{
			position: relative !important;
			top: 390px !important;
			left: -70px !important;
		}

		#comTitle{
			top: 450px !important;
			left: -40px !important;
			
		}

		#resContainer{
			top: -40px !important;
			left: 60px !important;
		}	
		
		#comContainer{
			position: relative !important;
			top: 45px !important;
		}
	}

	#servicesMainContainer{
		display: flex !important;
		flex-direction: column !important;
	}

	
	
	#projectsMainContainer{
		left: 33px !important;
		top: 630px !important;
		width: 333px !important;
		min-width: 333px !important;

		#cardWrapper3{
			border-bottom-right-radius: 0px !important;
		}

		#projectsHeader{
			font-size: 18px !important;
			top: 4px !important;
			left: -4px !important;
		}
		
		#layers2{
			height: 22px !important;
			filter: invert(27%) !important;
			left: -3px !important;
		}

		.project-card{
			width: 290px !important;
			min-width: 290px !important;
			margin-right: 0 !important;
			margin-left: 24px !important;
		}

		.project-image{
			width: 100px !important;
		}

		.project-title{
			font-size: 19px !important;
			color: #222222 !important;
		}

		.project-images .before::before,
		.project-images .after::before {
  			font-size: 18px !important;
		}

		#projectsBottom{
			padding: 20px 20px !important;
		}

		#projectsBackground1{
			width: 330px !important;
		}

		

		#projectsBar{
			top: -4px !important;
			left: 52px !important;
			width: 110px !important;
		}
	
		#projectsBackground2{
			left: 333px !important;
		}

	}
		
	#bottomInfoContainer{
                top: 340px !important;
		left: 45px !important;
		text-wrap: wrap !important;
		width: 210px !important;
		padding-bottom: 52px !important;
		#info1{
			font-size: 17px !important;
			font-family: "Archivo" !important;
		}
        }
}



body{
	background-color: #fbf7f5 !important;
	margin: 0;
	overflow-x: hidden;
}

#headerContainer{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 100vw;
	height: auto;
	flex-direction: column;
	min-width: 100%;
	

}

#backgroundContainer{
	
	position: relative;
	width: 110%;                                                               
	height: 100%;
      overflow: hidden; 
}
#backgroundContainer::before{
/*
	content: "";
	position: fixed;
	top: 0;
	left: -2.5vw;
	width: 104%;
	height: 104%;
        background-image: url("/wp-content/uploads/2025/10/WhiteHouse.jpg");
	background-size: 102%;
        background-position: -2.5vw -15vh;
        background-repeat: no-repeat;
	filter: grayscale(20%) contrast(105%);
        z-index: -1;
        transform: rotate(-.5deg);
*/
	content: "";
    	position: fixed; /* stays in one place on screen */
    	top: -170px;
    	left: 0;
    	width: 1920px; /* use exact pixel width of how you want it displayed */
    	height: 1280px; /* match aspect ratio of your image */
    	background-image: url("/wp-content/uploads/2025/10/Front-of-House-scaled.jpg");
    	background-size: 2020px 1540px; /* fixed size so it never scales */
    	background-position: -90px 0; /* can be adjusted with px if you need to shift it */
    	background-repeat: no-repeat;
    	z-index: -1;
    	transform: rotate(0.9deg);
	filter: grayscale(45%) contrast(100%) brightness(85%) saturate(90%) blur(5px);
	background-color: rgba(0, 0, 0, 0.12); /* faint overlay */
        background-blend-mode: darken;
}

#backgroundBlendOne{
	
        background-color: #f5f5f5;
        height: 96px;
        width: 100%;
	
        position: relative;
        top: 0;
        left: 0;
        /*transform: rotate(-0.7deg);*/
        opacity: .96;
	display: flex;
	background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}

#backgroundPointLeft{
	display: none;
}

#backgroundPointRight{
	display: none;
}

#titleContainer{
         position: relative;
         height: 60px;
         width: auto;
         float: left;
         z-index: 2;
	 top: -9px;
	 left: 130px;
	cursor: default;

}

#title{
	font-family: "Balthazar";
         font-weight: 600;
         font-size: 28px;
         color: #444444;
         letter-spacing: 2px;
	 min-width: 390px;
}

#subtitle{
	position: absolute;
	font-family: "Archivo";
	font-size: 19px;
	
	top: 42px;
}
/*
#backgroundBlendTwo{
        background-color: #5eafe6;
        height: 400px;
        width: 8000px;
        position: absolute;
        top: 735px;
        left: -200px;
        transform: rotate(-3.7deg);
        opacity: .72;
        display: none;
}*/

#mainLogo{
        position: absolute;
        width: 130px;
        height: auto;
	top: -16px;
        left: -6px;
        z-index: 1;
}

#linksContainer{
	position: relative;
	display: flex;
	height: 60px;
	cursor: pointer;
	top: 15px;
	margin-left: auto;
	right: 40px;
	
}


#projectsContainer{
	position: relative;
	width: 150px;
	display: flex;
	left: -12px;
}

#projectsContainer:hover{
	transform: scale(1.1);
	color: #0073e6;
  transition: color 0.2s ease;
}

#layers{
	position: relative;
	height: 22px;
	width: 22px;
	filter: invert(22%);
	top: 20px;
}

#projects{
	font-family: "Archivo";
	font-size: 18px;
	font-weight: 600;
	margin-left: 9px;
	color: #444444;
	letter-spacing: 2px;
	top: 2px;
	position: relative;
}

#services{
	font-family: "Archivo";
        font-size: 19px;
        font-weight: 600;
        margin-left: 9px;
        color: #444444;
        letter-spacing: 2px;
        top: 2px;
        position: relative;
}

#servicesContainer{
	position: relative;
}

#servicesContainer:hover{
	transform: scale(1.1);
}

#firstBar{
	border-left: 2px solid #444444;
	height: 20px;
	position: relative;
	left: 12px;
	top: 21px;
	filter: invert(23%);
}

#secondBar{
	border-left: 2px solid #444444;
        height: 20px;
        position: relative;
       	left: 14px;
        top: 21px;
        filter: invert(23%);
	cursor: default;
}

#thirdBar{
	border-left: 2px solid #444444;
        height: 20px;
        position: relative;
        left: 6px;
        top: 36px;
        filter: invert(23%);
        cursor: default;
	margin-right: 12px;
}

#socialsContainer{
	position: relative;
	display: flex;
	left: -6px;
        margin-right: 16px;
}

#instagram, #facebook, #email{
	height: 25px;
	width: 25px;
	cursor: pointer;
	margin-right: 12px;
	
	top: 33px;
	position: relative;
	cursor: pointer;
	filter: grayscale(100%);
/*	filter: grayscale(100%) sepia(100%) hue-rotate(165deg) saturate(380%) brightness(114%);*/
}

#email{
	height: 31px;
	width: 31px;
	top: 30px;
	
}

#instagram:hover, #facebook:hover, #email:hover, #phone:hover{
	transform: scale(1.1);
	
}


#informationalContainer{
/*	position: absolute;*/
	position: relative;
	left: 90px;
	top: 90px;
	height: 490px;
	width: 480px;
	z-index: 2;
}

#phoneContainer{
	position: relative;
	width: 100%;
	display: flex;
	left: 66px;
	top: -12px;
}

#textIcon{
	display: none;
}

#calltoaction{
	font-family: "Archivo";
	font-size: 21px;
	letter-spacing: 2px;
	color: #444444;
	cursor: default;
	position: relative;
	left: 6px;
}

#phone{
	font-family: "Archivo";
	font-size: 21px;
	color: #fd9c5f;
	cursor: pointer;
	position: relative;
	margin-left: 38px;
}

#textLink{
	display: none;
}

#titleContainerMiddle{
	position: relative;
	width: 100%;
	display: flex;
	top: 9px;
	left: 10px;
}

#dogtag{
	position: absolute;
	height: 42px;
	top: 12px;
	margin-left: 8px;
	filter: invert(30%);
}

#infoTitle{
	cursor: default;
	position: relative;
	font-family: "Archivo";
	font-size: 24px;
	font-weight: 600;
	color: #444444;
	top: -6px;

	margin-left: 60px;
	letter-spacing: 2px;
}

#infoTitle2{
	cursor: default;
	position: relative;
	font-family: "Archivo";
	font-size: 18px;
	font-weight: 400;
	margin-left: 72px;
	top: -34px;
	color: #444444;
}

#infoInfo{
	cursor: default;
	color: #444444;
	position: relative;
	font-family: "Archivo";
	font-size: 21px;
	letter-spacing: 1px;
	width: 50%;
	left: 74px;
	top: -36px;
}

#fourthBar{
	position: relative;
	border-bottom: 1px solid #444444;
	width: 300px;
	top: -38px;
	left: 72px;
	filter: invert(90%);
}

#fifthBar{
	position: relative;
        border-bottom: 1px solid #444444;
        width: 187.5px;
        top: -12px;
        left: 72px;
        filter: invert(90%);
}

#backgroundTop{
/*
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	
	background: rgba(255, 255, 255, 1);
	background: #fdfdfe;
	backdrop-filter: blur(4px);
	z-index: 3;
*/
	position: relative; /* creates a new stacking context */
  	width: 100%;
  	height: 100%;
  	background: rgba(255, 255, 255, 0.95);
  	border-radius: 3px;
  	backdrop-filter: blur(4px);
  	-webkit-backdrop-filter: blur(4px);
  	box-shadow: 0 4px 25px rgba(0,0,0,0.1);
	opacity: 0.96;
  	z-index: 2;
	border-bottom-right-radius: 0;
}


#cardWrapper{
	position: relative;
	width: 480px;
	height: 490px;
}


#backgroundBottom1{
	position: relative;
	background-color: #5eafe6;
	height: 12px;
	width: 480px;
	left: 12px;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
}

#backgroundBottom2{
	position: relative;
        background-color: #5eafe6;
        height: 480px;
	top: -480px;
	left: 480px;
        width: 12px;
        
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
	
}

#serviceInfoContainer{
	position: absolute;
    	left: 560px;
    	top: 185px;
    	height: 490px;
    	width: 800px;
    	z-index: 2;
	left: 660px;
}

#cardWrapper2{
	position: relative;
	height: 520px;
	width: 800px;
	
}	

#backgroundTop2{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 3px;
	backdrop-filter: blur(4px);
	box-shadow: 0 4px 25px rgba(0,0,0,0.1);
	z-index: 2;
	border-bottom-right-radius: 0;
	background: rgba(255, 255, 255, 0.95);
	opacity: .96;
}

#backgroundBottom3{
	position: relative;
    background-color: #5eafe6;
    height: 12px;
    width: 800px;
    left: 12px;
	
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	
}

#backgroundBottom4{
	position: relative;
    background-color: #5eafe6;
    height: 510px;
    top: -510px;
    left: 800px;
    width: 12px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	
}

#infoContainerTop{
	position: relative;
	display: flex;
	left: 9px;
	top: 4px;
	
}

#headerTitle{
	font-family: "Archivo";
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	top: -2px;
	color: #444444;
	cursor: default;
	margin-left: 11px;
}

#tool{
	position: relative;
	height: 40px;
	top: 18px;
	margin-left: 8px;
	filter: invert(36%);
}

#headersContainer{
	display: flex;
	position: relative;
	
	top: -48px;
}

#nameBanner{
	display: none;
}

#resTitle, #comTitle{
	position: relative;
	top: 8px;
	
	cursor: default;
	position: relative;
	font-family: "Archivo";
	font-size: 20px;
	font-weight: 400;
	color: #444444;
}

#resTitle{
	left: 70px;
}

#comTitle{
	left: 300px;
}

#barContainer{
	position: relative;
	display: flex;
	top: 0px;
	left: 29px;
}

#sixthBar{
	position: relative;
	border-bottom: 1px solid #444444;
	width: 100px;
	top: -52px;
	left: 42px;
	filter: invert(90%);
}


#seventhBar{
	filter: invert(90%);
	top: -52px;
	left: 280px;
	position: relative;
        border-bottom: 1px solid #444444;
        width: 110px;
}

#servicesMainContainer{
	position: relative;
	display: flex;
}

#resContainer{
	position: relative;
	
	width: 350px;
	height: 360px;
	top: -35px;
	left: 72px;
}

#comContainer{
	position: relative;
	
	width: 350px;
	height: 360px;
	top: -36px;
	left: 62px;
}

#customContainer{
	position: relative;
	top: -16px;
	width:290px;
	height: 110px;
	border-radius: 4px;
	
	/*
	border-radius: 4px;
	border-bottom-right-radius: 0;
	
	background-color: rgba(239, 239, 239, 0.99);
	backdrop-filter: blur(4px);
	*/

	border-bottom-right-radius: 0;
        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
}

#customContainer2{
	position: relative;
        top: -16px;
        width:290px;
        height: 96px;
        border-radius: 4px;

        /*
        border-radius: 4px;
        border-bottom-right-radius: 0;

        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
        */

        border-bottom-right-radius: 0;
        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
}


#serviceText, #serviceText2, #serviceText3, #serviceText4, #serviceText5{
	font-family: "Archivo";
	font-size: 21px;
	color: #222222;
	left: 14px;
	position: relative;
	cursor: default;
	top: 14px;
}

#customContainer3{
	position: relative;
        top: -16px;
        width:290px;
        height:96px;
        border-radius: 4px;

        /*
        border-radius: 4px;
        border-bottom-right-radius: 0;

        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
        */

        border-bottom-right-radius: 0;
        background-color: rgba(239, 239, 239, 0.89);
        backdrop-filter: blur(4px);
}


#customContainer4{
	position: relative;
        top: -16px;
        width:290px;
        height:96px;
        border-radius: 4px;

        /*
        border-radius: 4px;
        border-bottom-right-radius: 0;

        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
        */

        border-bottom-right-radius: 0;
        background-color: rgba(239, 239, 239, 0.89);
        backdrop-filter: blur(4px);
}


#customContainer5{
	position: relative;
        top: -16px;
        width:290px;
        height:110px;
        border-radius: 4px;

        /*
        border-radius: 4px;
        border-bottom-right-radius: 0;

        background-color: rgba(239, 239, 239, 0.99);
        backdrop-filter: blur(4px);
        */

        border-bottom-right-radius: 0;
        background-color: rgba(239, 239, 239, 0.89);
        backdrop-filter: blur(4px);
}



#paintbrush, #home, #pen, #briefcase, #helmet{
	position: absolute;
	height: 24px;
	top: 16px;
	left: 12px;
	filter: invert(36%);
}

#briefcase{
	top: 14px;
}

#helmet{
	top: 14px;
}

#serviceText, #serviceText2, #serviceText3, #serviceText4, #serviceText5{
	position: relative;
	margin-left: 32px;
}

#serviceTextInfo, #serviceTextInfo2, #serviceTextInfo3, #serviceTextInfo4, #serviceTextInfo5{
	font-family: "Archivo";
	font-size: 16px;
	color: #444444;
	position: relative;
	left: 48px;
	top: -2px;
	padding-right: 6px;
	width: 80%;
	padding-bottom: 12px;
	cursor: default;
}

#projectsMainContainer{
	position: relative;
 	top: 253px;       
	left: 90px;
	height: auto;
	width: 1420px;
	z-index: 2;
	min-width: 1420px;
	margin-bottom: 300px;
}

#cardWrapper3{
	position: relative;
	border-radius: 4px;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 4px 25px rgba(0,0,0,0.1);
        opacity: 0.96;
}

#projectsTop{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	
	border-bottom-right-radius: 0;
}

#projectsBackground1{
	position: relative;
	background-color: #5eafe6;
	height: 9px;
	width: 1420px;
	left: 12px;
	top: 9px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#projectsBackground2{
	position: absolute;
	background-color: #5eafe6;
	height: 100%;
	width: 9px;
	top: 9px;
	left: 1420px;
	border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
}

#top{
	position: relative;
	display: flex;
	margin-bottom: 0;
}

#layers2{
	position: relative;
	height: 28px;
	top: 20px;
	margin-left: 20px;
	filter: invert(38%);
}

#projectsHeader{
	font-family: "Archivo";
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	top: -4px;
	color: #444444;
	cursor: default;
	margin-left: 14px;
}

#projectsBar{
	position: relative;
        border-bottom: 1px solid #444444;
        width: 162px;
        top: -16px;
        left: 62px;
        filter: invert(90%);	
}

#projectsBottom {
  padding: 60px 20px;
  position: relative;
  padding-top: 0;
  
}

.projects-grid {/*
  display: flex;
  flex-direction: column;
  display: grid;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  justify-items: center;
  /*max-width: 1200px;*/
  margin: 0 auto;
  align-items: start;
  position: relative;
  top: 0;
}

.project-card {
  background-color: rgba(239, 239, 239, 0.99);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  padding: 12px;
  width: 40%;
  
  min-width: 600px;
  text-align: center;
  position: relative;
  top: -4px;
  left: -12px;
  margin-right: 18px;
  border-bottom-right-radius: 0;
  background-color: rgba(239, 239, 239, 0.99);
  backdrop-filter: blur(4px);
}



.project-title {
  font-family: "Archivo";
  font-size: 24px !important;
  font-weight: 400;
  text-align: left;
  color: #444444 !important;
  margin-bottom: 12px;
  font-size: 1.2rem;
  margin-top: 3px;
  cursor: default;
}

.project-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  top: 14px;
}

.project-images > div {
  flex: 1 1 45%; /* two items per row when room allows */
  max-width: 400px;
  text-align: center;
}

.project-images img {
  position: relative;
  top: 8px;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-images img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.project-images .before::before,
.project-images .after::before {
  display: block;
  font-weight: 400;
  font-size: 19px;
  font-family: "Archivo" !important;
  color: #444444;
  margin-bottom: 6px;
  text-align: left;
  position: relative;
  top: 4px;
}
.project-images .before::before { content: "Before"; }
.project-images .after::before  { content: "After"; }

@media (max-width: 700px) {
  .project-images > div {
    flex: 1 1 100%; /* stack vertically only when it’s narrow */
  }
}

#bottomInfoContainer{
	height: 40px;
	width: 700px;
	position: relative;
	top: -10px;
	left: 102px;
}

#info1{
	font-family: "Balthazar";
	font-size: 20px;
	color: #faf9f6;
	cursor: default;
}


@media (max-width: 768px) {
  /* mobile overrides here */
	
}
