
/* ==========================================================================
   05. HERO SECTION
   ========================================================================== */
/* ==========================================
   HERO
   ==========================================  */
   


/* ------------------------------------------
   Layout
   ------------------------------------------ */
.hero {
	padding-left: 1rem;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: left; 
    justify-content:flex-start; 
    min-height:80vh;
    padding-top:12rem;
    padding-bottom:8rem;
    box-sizing: border-box;	
}
.hero-container {
    padding: 5rem 1rem 2rem; 
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	}
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    max-width: 1200px;
	width: 56%;
}	
@media screen and (min-width: 768px) and (orientation: portrait) { 

    .hero {
        padding-top:2rem;
        padding-bottom:8rem;
		justify-content: center; 
    }
	.hero-container {    
	   /* 4. REDUCE THIS if you want the text even closer to the physical screen edge */
		padding:8rem 0rem 2rem  7rem;  
	}
    .hero-content {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (orientation: landscape) { 

    .hero {
        padding-top:5rem;
    }
	.hero-container {    
	   /* 4. REDUCE THIS if you want the text even closer to the physical screen edge */
		padding:15rem 0rem 2rem  8rem;  
		width: 100%;
		position: relative;
		z-index: 2;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
    .hero-content {
        width: 80%;
    }
}
@media screen and (min-width: 1200px) {
	.hero-container {
  
	/* 3. CHANGE THIS to remove automatic equal centering margins margin: 0 auto; */
	margin: 0 auto;    
	/* 4. REDUCE THIS if you want the text even closer to the physical screen edge  Top, Right, Bottom, Left*/
	padding: 5rem 0rem 2rem  5rem; 
    height: 100%;
	}
	.hero-content {
		width: 100%;
	}
}
@media screen and (min-width: 1600px) {
	.hero-container {
		padding: 15rem 0rem 2rem  40rem; 

	}

}
/* ------------------------------------------
   Typography
   ------------------------------------------ */

.hero-eyebrow {
	color: var(--lightblue);
	font-family: "Euclid Circular A", "Helvetica Neue", Arial, sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.15em;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #425D7B;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
	margin-top: 1.5rem;
    color: var(--secondary);
	font-size: 1rem;
	margin-bottom: 1rem;	
	line-height: 1;
   /* text-shadow: 2px 3px 4px #013281;*/
}
    
.hero-subtitle {
		font-family: "Libre Baskerville", serif;
        font-size: 1.5rem;
        margin-bottom: 1rem;
		color: var(--lightblue);
		font-style: italic;
		font-weight: 400;
		text-shadow: 1px 1px 1px #425D7B;
		line-height: 1;
    
}

.hero-slogan {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    color: var(--secondary);
    text-shadow: 1px 1px 1px var(--white);
}

.hero-tagline {
    font-size: 1rem;
    margin-top: 1rem;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,.2);
    animation: slideUp 1s ease-out .2s both;
}

.hero-description {
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;


	max-width: 700px;
	text-shadow: 0 1px 10px rgba(0,0,0,.2);
	animation: slideUp 1s ease-out .4s both;
}

@media screen and (min-width: 768px) and (orientation: portrait) {
	.hero-eyebrow {
		font-size: 1em;
		text-shadow:none;
	}	
    .hero-title {
        font-size: 1.2rem;
    }	
    .hero-subtitle {
        font-size: 2.5rem;
		line-height: 1.2;		
    }    
	.hero-slogan {
        font-size: 1rem;
    }
    .hero-tagline {
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.hero-eyebrow {
		font-size: 1em;
	}	
    .hero-title {
        font-size: 1.2rem;
    }	
    .hero-subtitle {
        font-size: 2.5rem;
		text-shadow: 1px 1px 1px var(--secondary);
		line-height: 1.2;		
    }    
	.hero-slogan {
        font-size: 1rem;
        text-shadow: 1px 1px 1px var(--white);
    }
    .hero-tagline {
        font-size: 1.2rem;
    }

}
@media screen and (min-width: 1025px) and (any-hover: hover) { 
	.hero-eyebrow {
		font-size: 1em;
	}
	.hero-title {
		font-size: 1.5rem;
	}
    .hero-subtitle {
        font-size: 3rem;
        line-height: 1.2;        
    }
	.hero-slogan {
		font-size: 1.3rem;
	}	
	.hero-tagline {	
		font-size: 1.3rem;
	}
	.hero-description {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 2rem;
    }	
}

@media screen and (min-width: 1441px) {
	.hero-eyebrow {
		font-size: 1em;
		letter-spacing: 0.25em;	
	}
	.hero-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
    .hero-subtitle {
        font-size: 4rem;
        line-height: 1.3;        
        text-shadow: 2px 1px 1px var(--secondary);
    }
	.hero-slogan {
		font-size: 2rem;
	}	
	.hero-tagline {	
		font-size: 1.5rem;
	}
	.hero-description {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 2rem;
    }	
}

/* ------------------------------------------
   Background Assets
   ------------------------------------------ */

/* Desktop / Tablet Background */
.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
}

/* Mobile Background */
.hero-background_m {
    display: none;
}


/* ------------------------------------------
   Actions
   ------------------------------------------ */

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    animation: slideUp 1s ease-out .6s both;
}

/* ------------------------------------------
   Scroll Indicator
   ------------------------------------------ */

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

.scroll-indicator svg {
    width: 30px;
    height: 30px;
    stroke: var(--white);
    stroke-width: 2;
    fill: none;
}

/* ------------------ process-row -------------------
---------------------------------------------------------*/
.process-row {
	margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-card {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 20px;
        text-align: left; /* Align text left so it reads nicely next to the icon */
        align-items: center; /* Centers the icon vertically against the text block */
    }
/*
.icon-circle {
    min-width: 60px;
    height: 60px;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
	margin: 0;
    color: var(--secondary);
}*/
.icon-circle img {
    width: 50px;
    height: 50px;
    color: var(--white);
}
.process-card h3 {
    margin-top: 0;
      color: var(--white);
    font-size: 1rem;
	margin-bottom: 2px;
}

.process-card h4 {
    color: var(--white);
    margin-bottom: 2px;
    line-height: 1.2;
	font-size: 1rem;
}

.process-card p {
    max-width: 100%;
    margin: 0;
    line-height: 1.6;
	font-size: 0.8rem;
	color: var(--white);
}

.arrow {
	display: none; 
}

hr {
    margin: 70px 0;
    border: 0;
    border-top: 1px solid #dbe5f0;
}
@media screen and (min-width: 481px) and (orientation: landscape) {
    .process-row {
    	margin-left: 4rem;
    	margin-right: 4rem;
    }
}
@media screen and (min-width: 768px) and (orientation: portrait) {  
    .process-row {
    	margin-left: 8rem;
    	margin-right: 2rem;
    }
}
@media screen and (min-width: 768px) and (orientation: landscape) {  
    .process-row {
    	margin-left: 12rem;
    	margin-right: 2rem;
    }
    	.arrow {
	   font-size: 2rem;
	   display: flex;
		color:var(--white);
		align-self: center;
	
	}
}
@media screen and (min-width: 1000px)   { 
	.process-row {
		display: grid;
		flex-direction: row;
		grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
		gap: 20px;
		align-items: start; /* Changed from center to start */
	}	
    .process-card {
        display: block

        grid-template-columns: auto 1fr;
        gap: 20px;
        text-align: center; /* Align text left so it reads nicely next to the icon */
        align-items: center; /* Centers the icon vertically against the text block */
    }
    .icon-circle {
    	display: none; 
    }
    	.process-label h4 {
		margin-bottom: 5px;
		font-size: 0.8rem;
	}

	.process-card p {
		max-width: 320px;
		margin: auto;
		line-height: 1.6;
		font-size: 0.8rem;
	}
}


@media screen and (min-width: 1441px) {
    .icon-circle {
    	display: none; 
    }

	.process-card h3 {
		margin-top: 20px;
		color: #0054d1;
		font-size: 1rem;
	}

	.process-label h4 {
		margin-bottom: 5px;
		font-size: 1rem;
	}

	.process-card p {
		max-width: 320px;
		margin: auto;
		line-height: 1.6;
		font-size: 1rem;
	}

	.arrow {
	   font-size: 2rem;
	   display: flex;
		color:var(--white);
		align-self: center;
	
	}

	hr {
		margin: 70px 0;
		border: 0;
		border-top: 1px solid #dbe5f0;
	}
}
