@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
} 

.btn-main, 
.btn-dark  {
    display: inline-block;
    padding: 0.8rem 2rem;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
}

.btn-main {
    color: #333;
    background-color: #ffbc00; 
} 
 
.btn-dark {
    color: #f4f4f4;
    background-color: #333;
}

/*button[class^='btn-']:hover,
a[class^='btn-']:hover,
input[class^='btn-']:hover {
    background-color: #ffbc00;
}*/

/*.lead-home.bg,*/
.home-c-p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
} 

.text-center {
    text-align: center; 
}

.py-1 {
    padding: 1rem 0;
}

.py-2 {
    padding: 2rem 0;
}

.py-3 {
    padding: 3rem 0;
}

.py-4 {
    padding: 4rem 0;
}

.my-1 {
    margin: 1rem 0;
}

.my-2 {
    margin: 2rem 0;
}

.my-3 {
    margin: 3rem 0;
}

.my-4 {
    margin: 4rem 0;
}  

.bottom-line {
    height: 0.125rem;
    width: 13rem;
    background: #ffbc00;
    display: block;
    margin: 0 auto 1rem auto;
}

.bottom-line-02 {
    height: 0.125rem;
    width: 20rem;
    background: #ffbc00;
    display: block;
    margin: 0 auto 1rem auto;
} 

body {
    font-family: 'Dosis', sans-serif;
    line-height: 1.6; 
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}  

.line-br {
    white-space: pre-line;
}
 
 
/* Initial hidden state for the element */
.hidden-on-load {
    visibility: hidden; /* Ensures it doesn't take up space/can't be interacted with */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* State when the user has scrolled */
.scrolled-visible {
    visibility: visible;
    opacity: 1;
}  
 
/* Initial State (NO SCROLL): Parent container is hidden and out of flow. */
#sticky {
    position: absolute; 
    top: -999px; 
    opacity: 0;
    z-index: 999; 
    /* Simplified transition: Fade the whole container in/out */
    transition: opacity 0.4s ease-in-out; 
}

/* Active State (ON SCROLL): Parent container is fixed and visible. */
#sticky.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    background-color: #f5f5f5;  
	box-shadow: 0px 12px 25px -10px rgba(3, 3, 3, 5);
}

#main-nav {
    display: flex;
    justify-content: space-between;
	flex-direction: row;
	align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 0; 
	font-family: 'Trebuchet MS', sans-serif; 
    font-weight: 400;
    font-style: normal;  
	background-color: #f5f5f5;  
}

#logo {
    max-height: auto;
    max-width: 7.5rem;
	width: 100%;
    color: #fff; 
    margin-bottom: 0.438;
} 

#main-nav img {
	margin-left: 1.5rem; 
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5)); 
	}

/*div#main-nav:first-child {
	min-width: 217px;
	} */

#main-nav h1 {
	font-size: 3rem;
	line-height: 1.2;
	color: #3397ff;
	text-shadow: 0.1rem 0.1rem 0.1rem #ccc; 
	}
	
#main-nav .btn-light {
	display: inline-block;
    padding: 0.75rem 1rem 1rem;
	margin-right: 1.5rem;
	text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
    background-color: #213051; /*#ffbc00;*/
	font-size: 1.25rem; 
	color: #B3FFFF; 
	border: #213051 solid 1px;
	border-radius: 5px;  
    transition: all 0.5s; 
    cursor: pointer;
	box-shadow: 0.125rem 0.125rem 0.313rem #888;
}

/*#main-nav a.btn-light {
    text-shadow: 0.125rem 0.125rem 0.313rem #888;
}*/

#main-nav a.btn-light:hover {
    transition: all 0.5s;
    background-color: #1e65b2; /*#fffaac;*/
} 

#main-nav ul {
    display: flex; 
	margin-right: 1rem; 
}

#main-nav li {
    padding: 1rem 1.25rem;
}

#main-nav a {
	font-size: 2.75rem;
	font-weight: 700;
    text-decoration: none;
	text-align: center;
	line-height: 90%;
    color: #374462;   
	margin: 0 1rem;   
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

#main-nav a:hover {
	transition: color 0.5s; 
    color: #ffd700;  
}

#main-nav a .rotate-45 {
    transform: rotate(45deg);
    display: inline-block;
}

.top-phone-90 {
	font-size: 85%;
	}

/*#main-nav a.current {
    border-color: #ffbc00;
}*/

/*#main-nav .bg {
	display: inline-block;
	}*/

nav {
    max-width: 60rem;
    margin: auto; 
    z-index: 1000;
}

.container,
.container-outlets {
    max-width: 1280px;
    padding: 0 1.5rem;
    margin: auto;
    overflow: hidden;
}

#header-home {
	/*font-family:'Open Sans',sans-serif;*/
	font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal; 
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.2)),
				url('../img/blue-ridge-mountains-town.jpg') right/cover no-repeat; 
	/* Modern browsers: AVIF/WebP with overlay + retina support */
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
	-webkit-image-set(
	  url('../img/blue-ridge-mountains-town.avif') 1x,
	  /*url('../img/electric-distribution-system-01@2x.avif') 2x,*/
	  url('../img/blue-ridge-mountains-town1.webp') 1x,
	  /*url('../img/electric-distribution-system-01@2x.webp') 2x*/
	); 
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	max-height: 500px; 
	width: 100%; 
    /*color: #f1ef7a;*/ 
    padding: 2rem 0 10rem;
} 

#header-home .header-content  {
    text-align: center;
    padding-top: 3%;
} 

#header-home .header-content h1 {
    font-size: 3rem;
    line-height: 1.2;
}

#header-home .header-content h2 {
	font-size: 2.25rem; 
	margin-bottom: 1rem;
	}
	
#header-home .header-content h3 {
    font-size: 1.55rem; 
	margin-bottom: 1rem;
	} 
	
#header-home .header-content h4 {
    font-size: 1.25rem;
	color: #ffe34c; /*ffeb7f*/
	} 

#header-home .container .header-content p.lead-home-bg,
#header-home .container .header-content p.lead-home-sml {
    font-size: 1.55rem;
    line-height: 1.2;
    color: #f5f5f5;
	/*#66C7FF; #62c1ff;*/
    font-weight: 500;
    text-shadow: 0.125rem 0.125rem 0.313rem #333;
	margin-top: 1rem;
}  

.appointment-wrapper .btn-light {
    display: inline-block;
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #FFD700; /*#ffbc00;*/
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.25rem; 
	color: #333; 
	border: #c3c3c3 solid 1px;
	border-radius: 3px;  
    transition: all 0.5s; 
    cursor: pointer; 
}

.appointment-wrapper a.btn-light {
    text-shadow: 0.125rem 0.125rem 0.313rem #888;
}

.appointment-wrapper a.btn-light:hover {
    transition: all 0.5s;
    background-color: #ffe34c;/*#FFF08A; #fffaac;*/
}

#header-home .header-content h1 a {
    color: #FFD700; /*#ffbc00;*/
    /* #fffaac; used here before and used on lead-home before, f6f37a*  used on header-home */
    font-weight: 500;
    text-shadow: 0.125rem 0.125rem 0.313rem #333;
}

#header-home .header-content h1 a:hover {
    transition: all 0.5s;
    color: #FFF08A; /*#fffaac;*/
}

#header-home .container .header-content h1 { 
	color: #F5F5F5; /*#FFD700;  #FF8559; <--Peach/Coral #f1ef7a;*/
	}

#header-home .container .header-content h2,
#header-home .container .header-content h3 {	
	color: #F5F5F5;
}

#header-home .header-content h1,
#header-home .header-content h2,
#header-home .header-content h3,
#header-home .header-content h4 {
    text-shadow: 0.125rem 0.125rem 0.313rem #333;
}

.appointment-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
    align-items: center;
	}

.details-wrapper p {
    text-align: left;
    font-size: 1.25rem;
	color: #B3FFFF;
	/*font-weight: 700;
	text-shadow: 0.1rem 0.1rem 0.1rem #ccc;*/
} 

.details-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    /*previously --> space-between 
    height: 5rem;*/
    align-items: center;
	gap: 2rem;
	margin: 1.5rem 0;
}

.section-title {
	filter: drop-shadow(0px 2px 5px rgba(8, 8, 8, 0.5));
	}
	
/*#header-home .header-content img {
    height: 50px;
    width: 50px;
    margin: 1rem 1rem 0 0;
    border: none; }*/

#home-a .section-title {
    font-size: 2rem;
    display: block;
    padding: 0.5rem 0 0 0;
    text-align: center;
    font-weight: 100; 
} 

#home-a .section-title img.bulb-left {
    /*height: 4.688rem;
    width: 4.625rem;*/
    margin-right: 1rem;
}

#home-a .section-title img.bulb-right {
    /*height: 4.688rem;
    width: 4.625rem;*/
	margin-left: 1rem; 
}

#home-a .section-title p.text-space {
	/*margin-left: 1rem;*/
	}

#home-a .specials {
    margin-top: 3rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

#home-a .container .lead-home {
	text-align: center;
	font-weight: 700;
	}

#home-a .container .specials img,
#home-c .container .process img {
    width: 100%; 
}

#home-a .specials .fas {
    color: #ffbc00;
    padding-bottom: 0.4rem;
} 

.specials p {
    text-align: left;
}

.specials img {
    margin: .5rem 0 0 0;
}

/* .specials div {
  border-left: #333 sold;
} */

/*#home-b .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  #home-b .stats li {
    line-height: 2; }
    #home-b .stats li.stats-title {
      font-size: 1.5rem; }
    #home-b .stats li.stats-number {
      font-size: 2rem;
      font-weight: bold; }
  #home-b .stats div {
    padding: 3rem 0; }
    #home-b .stats div:nth-child(odd) {
      background: #f4f4f4; }
    #home-b .stats div:nth-child(even) {
      background: #ccc; }  
*/

#home-c .container {
	padding-top: 2rem; 
	} 
	
#home-c .outlets img {
	border: solid thin #eae3dd;
	}
	
#home-c .process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    text-align: center;
}

#home-c .process-step {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    background: #ffbc00;
    color: #fff;
    border-radius: 50%;
    height: 0.938rem;
    width: 0.938rem;
    line-height: 0.938rem;
    padding: 1rem;
    transition: all 1s;
}

#home-c .process-icon {
    border-radius: 50%;
    background: #333;
    color: #fff;
    padding: 2rem;
    height: 4.375rem;
    width: 4.375rem;
    line-height: 4.375rem;
    text-align: center;
    position: relative;
    transition: all 1s;
}

#home-c .process-icon:hover {
    background: #ffbc00;
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.625rem;
}

#home-c .process-icon:hover .process-step {
    background: #333;
    color: #fff;
}

/* #home-c .section-title {
    padding-top: 5rem;
} */

#home-c .section-title img {
   /* height: 4.688rem;
    width: 4.625rem;*/
    margin: 0 1.5rem 0 2rem;
}

#main-footer {
    background: #333;
    color: #fff;
    height: 6.15rem;
	margin-top:2rem; 
	padding: 1rem 0 0.15rem 0;
}

#main-footer .footer-content {
    display: flex;
    justify-content: center; 
    height: 5rem;
    align-items: center;
}

#main-footer .footer-content div.mr-abbey { 
	display: grid;
	grid-gap: 1rem;;
    grid-template-columns: auto auto auto;
	margin: 0;
	} 
	
.grid-container > *:nth-child(2) {
	padding-top: 2rem;
}

#main-footer .footer-content div.mr-abbey img {
	width: 4.625rem;
	}                                 
	
#main-footer .footer-content .social .fab {
    margin-right: 1rem;
    border: 0.125rem #fff solid;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.5rem;
}

#main-footer .footer-content .social .fab:hover {
    background: #ffbc00;
}

                                                      /* Contact Us Code BEGIN */ 
.outer-container-contact header {
	z-index: 100;
    position: fixed; 
    width: 100%; 
    background-color: #f5f5f5;  
	box-shadow: 0px 12px 25px -10px rgba(3, 3, 3, 5);
}
													  
.outer-container-contact { 
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal; 
    background-image: linear-gradient(90deg, #ffffff 30%, #f2f8f5 40%);  
	transition: background-image 0.5s ease-in-out;  
}  
	
.outer-container-contact .header-content {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	}
	
.outer-container-contact .header-content {
	padding-top: 10rem;
	text-align: center;
	} 

#home-d .section-title {
    display: block;
    padding: 1rem 0;
    text-align: center;
    font-weight: 100; 
}
												  
#home-d .section-title h3 {
	padding: 0;
	margin: 0;
	}

.contact-wrapper {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	padding-top: 1.5rem;
	}
	
#contact-info {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center; 
	padding-right: 4rem; 
	margin-right: 2rem;
	}
	
#contact-info .contact-left {
	text-align: left;
	width: 17rem; 
	margin-bottom: 2rem;
	}

#contact-info:nth-child(3) {
	margin-bottom: 0;
	}
	
#contact-info .contact-left .contact-info-01,
#contact-info .contact-left .contact-info-02,
#contact-info .contact-left .contact-info-03 {
	font-size: 1.5rem;
	}
	
#contact-info .contact-left h4 {
	font-wieght: 700;
	font-size: 1.5rem;
	}

h3.section-title {
    font-size: 1.5rem;
	} 
		
#home-d .py-2,
.py-2 {
	padding: 0;
	margin: 0;
	} 
	
#home-d p {
	padding: 0;
	margin: 0; 
    font-size: 1.5rem;
   /* text-shadow: 0.125rem 0.125rem 0.313rem #000;*/
	} 
	
#home-d .container {
	background-color: #ffffff;
    padding: 25px 40px;
	margin-bottom: 2.5rem;
	border-radius: 10px;
	}  

#home-d form { 
	margin-top: 0;
	margin-bottom: 0;
	}
	
.contact-form {
    max-width: 600px;
    margin: 2rem auto;
    text-align: left;
	/*text-shadow: 0.125rem 0.125rem 0.313rem #000;*/
}

/*.contact-form .form-group {
    margin-bottom: 1.5rem; 
    margin-right: 1rem;
}*/

.contact-form .form-message {
	margin-bottom: 0; 
	}
	
.contact-form label {
    display: block;
    font-weight: 500;
    margin: 0.5rem 0 0.05rem;
}

.form-group-01 label {
	margin: 0 0 0.05rem 0;
	/*color: blue;*/
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    font-family: 'Dosis', sans-serif;
    font-size: 1rem;
    border-radius: 0.25rem;
	background-color: #f2f8f5;
}  

.contact-form .checkbox-wrapper {
	display: flex;
	flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 0.5rem 0;
	}
 
/* CSS to fix checkbox alignment/layout and make it a vertical list BEGIN */ 

/* 1. Container for all options (Removed display: flex to force vertical stacking) */
.contact-form .contact-preferences,
.contact-form .contact-preferences-02 {  
    /* Adds a small gap between the list of options */
    display: block; 
    margin-top: 0.25rem; 
} 

/* 2. Each individual option (Checkbox and Label) */
.contact-form .preference-option {
    display: flex;
    align-items: center; /* Vertically centers the text with the checkbox */
    margin-bottom: 0; /* ⭐ KEY: Tight spacing between stacked options */
    padding: 0; /* Optional: Small internal padding for better click area */
}

/* 3. Style for the checkbox input */
/* Hide the default checkbox */
input[type="checkbox"] {
	appearance: none; /* Removes default browser styling */
	-webkit-appearance: none; /* For older WebKit browsers */
	-moz-appearance: none; /* For older Firefox browsers */
	margin-right: 0.75rem; /* Space between the box and the word */
    transform: scale(1.1); /* Optional: make the box slightly larger for better visibility */
    /* Ensure the checkbox is rendered small/inline */
    width: auto; 
    height: auto;
	border: 1px solid #ccc; /* Border for the custom checkbox */
	border-radius: 4px; /* Optional: rounded corners */
	background-color: #f2f8f5; /* Background for unchecked state */
	cursor: pointer;
}

/* Style the checked state */
input[type="checkbox"]:checked {
	background-color: #f2f8f5; /* Background for checked state */
	border-color: #ccc;
}

/* Create a custom checkmark using a pseudo-element */
input[type="checkbox"]:checked::before {
	content: '\2713'; /* Unicode checkmark character */
	font-size: 16px;
	color: #333;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 4. Style for the label text */
.contact-form .preference-option label {
    /* Ensures the label uses minimal vertical space */
    margin: 0; 
    font-weight: normal; 
    cursor: pointer;
}

/* CSS to fix checkbox alignment/layout and make it a vertical list END */ 

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ffbc00;
}

.contact-form textarea {
    height: 100px;
    resize: vertical;
}

.contact-form .form-button {
    display: inline-block;
    padding: 0.8rem 1rem;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #333; 
    font-weight: bold;
    background-color: #ffbc00; 
	border: #c3c3c3 solid 1px;
	border-radius: 3px; 
}  

.contact-form button[class^='btn-']:hover {
    background-color: #f4f4f4;
} 

#home-d .contact-form .g-recaptcha {
	padding: 0;
	margin: 0;
	}

.contact-form .form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem; /* space between captcha and button */
  margin-top: 1rem;
  padding-bottom: 0.75rem;
}

.contact-form .form-actions .g-recaptcha {
  margin: 0;
  padding: 0;
}

.contact-form .form-actions button {
  white-space: nowrap;
}

#main-footer-contact {
    background: #333;
    color: #fff;
    height: 5rem; 
}

#main-footer-contact .footer-content {
    display: flex;
    justify-content: center;
    /* previously --> space-between */
    height: 5rem;
    align-items: center;
}

#main-footer-contact .footer-content .social .fab {
    margin-right: 1rem;
    border: 0.125rem #fff solid;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.5rem;
}

#main-footer-contact .footer-content .social .fab:hover {
    background: #ffbc00;
}  