*{
	margin:0;
	padding:0 auto;
	box-sizing: border-box
}

html {
  scroll-behavior: smooth;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}

nav .navbar-nav li a{
    color: #00314c !important;
}

.navbar-custom{
  border-bottom: 1px solid #d1cece;
  margin-top: 32px !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(63,63,65, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


#info-nav{
  background-color: #3ab9bc !important;
}

#info-nav .navbar-nav li a{
  color: #fff !important;
}

.social-link-img{
	font-size: 16px;
	transition: all 0.1s ease-in-out;
}

.main-container{
  margin-top: 105px !important;
}

.btn-site{
  background-color: #236e91 !important;
  color: #fff !important;
  outline: none;
}

.jumbotron-billboard .img {
    margin-bottom: 0px;
    opacity: 0.21;
    color: #fff;
    background: #000 url("../img/home-background.jpg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-attachment: fixed;
}

.jumbotron h2 {margin-top:0;}
.jumbotron {
  position:relative;
  padding-top:20px;
  padding-bottom:30px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0px 0px;
  
}
.jumbotron-page{
  border-bottom: 1px solid #ebebeb;
}
.jumbotron .container {
  position:relative;
  z-index:2;
}

.custom-line{
  border: 1px solid #3ab9bc;
}

.home-card{
  background-color: #3ab9bc !important;
  border: none !important;

}

.review-area{
  height: 500px;
}

.carousel-container{
 
}

.review-card{
  border: none;
}

.card-card{
  background-color:#fff;
  border-radius: 10px;
  border: 3px solid #00314c;
  position: relative;
  height: 350px;
}

.card-inner{
  height: 350px;
  
}

#contact-us-container{

  position: relative;
  width: 100%;
  overflow: hidden;

}

#contact-us-container::before {

  content: ""; /* Required for ::before to show up */
  opacity: 0.11;
  background: #000 url("../img/home-background.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Change from fixed to scroll */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}

#contact-us-container> * {
  position: relative;
  z-index: 2;
}

#about-container{

  position: relative;
  width: 100%;
  overflow: hidden;

}

#about-container::before {
  content: ""; /* Required for ::before to show up */
  opacity: 0.21;
  background: #000 url("../img/home-background.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Change from fixed to scroll */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#about-container > * {
  position: relative;
  z-index: 2;
}

#services-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#services-section::before {
  content: ""; /* Required for ::before to show up */
  opacity: 0.21;
  background: #000 url("../img/home-background.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Change from fixed to scroll */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#services-section > * {
  position: relative;
  z-index: 2;
}

.services-row {
  border: 5px solid #00314c;
  display: flex;
  flex-wrap: wrap;
}

.services-service-card {
  position: relative;
  overflow: hidden;
  background-color: #fff; /* fallback */
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.services-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.services-service-card .card-body {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Specific card background */
#services-service-card-1::before {
  background-image: url('../img/home-service-card-1.png');
}

#services-service-card-2-sm::before,
#services-service-card-2-lg::before {
    background-image: url('../img/home-service-card-2.png');
}

#services-service-card-3::before {
  background-image: url('../img/home-service-card-3.png');
}

#services-service-card-4-sm::before,
#services-service-card-4-lg::before {
    background-image: url('../img/home-service-card-4.png');
}

.services-row-wording{
  font-weight: bold;
  color: #00314c;
}

.no-icon {
  color: #fff !important;
}


.plus-icon {
  list-style-type: none;
  position: relative;
  padding-left: 1.2em;
  padding: 0px;
}

.plus-icon::before {
  content: "+";
  position: absolute;
  left: -19px; /* aligns with the bullet */
  color: #dc3545; /* Optional: match your theme */
  font-weight: bold;
}

.home-services-card {
    position: relative;
    overflow: hidden;
    background-color: #fff; /* fallback */
    color: white;
    width: 18rem;
    height: 18rem;
    border: 5px solid #00314c;
  border-radius: 20px;
}

/* Pseudo-element background */
.home-services-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

/* Content stays above background */
.home-services-card .card-body {
    position: relative;
    z-index: 1;
}

#home-services-card-1::before {
    background-image: url('../img/home-service-card-1.png');
}

/* Specific background for this card */
#home-services-card-2::before {
    background-image: url('../img/home-service-card-2.png');
}

/* Specific background for this card */
#home-services-card-3::before {
    background-image: url('../img/home-service-card-3.png');
}

.contact-section-services{

  background-color: #3ab9bc !important;
  border-bottom:1px solid #fff;

}

.review-link{
  display: block; 
    width: 100%; 
    height: 100%; 
    color: inherit; 
    text-decoration: none;
}

.review-link:hover{
  text-decoration: none;
}
.review-stars{
  width: 200px;
}

.review-main-img{
  width: 300px;
}

.review-img{
  width: 100px;
}

.review-quote{
  font-size: 15px;
}

.site-text, .addons-link{

  color: #00314c;

}

.addons-link:hover{

  color: #00314c !important;
  text-decoration: none !important;
}

.site-text2{

  color: #3f3f41;

}

.site-line{
  border: 1px solid #236e91 !important;
  width: 100%;
}

.site-card{
  background-color: #daf3ff;
}

.site-card-2{
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px 10px 0 0;
}

.site-card-2 .card-body{
  border-radius: 0 0 10px 10px !important;
  background-color: #e7e3e3 !important;

}

.card-image-site{

  border: 5px solid #fff;

}

.card-site-header{
  background-color: #236e91 !important;
  color: #fff !important;
}

.site-card p{
  font-size: 16px;
  line-height: 26px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  
  @media screen and (min-width: 600px){ 
    font-size: 18px;
    line-height: 30px;
  }
}

.header-container{
  background-color: #3ab9bc !important;
}

#home-contact-container{
  background-color: #3ab9bc !important;
}

.required{
  color: red !important;
}

#btn-cont-submit, .view-more-btn{
  background-color: #3ab9bc !important;
  color: #fff !important;
}

.view-more-btn:hover{
  background-color: #fff !important;
  color: #00314c !important;
  border: 1px solid #00314c !important;
}

.view-more-btn2{
  border: 3px solid #fff !important;
  color: #fff !important;
}

.view-more-btn2:hover{
  color: #00314c !important;
  background-color: #fff !important;
}

.site-link{
  color: #236e91 !important;
}

.site-link:hover{
  text-decoration: none;
}

#bottom-contact1{
  background-color: #236e91;
}

#contact-bottom-img{
  width: 400px;
}

#logo-bottom{
  width: 100%;
}

#social-nav{
  margin-top: 100px;
  background-color: #3ab9bc !important;
}
#social-nav-sm{
  margin-top: 100px;
  background-color: #3ab9bc !important;
  width: 100%;
}

#additional-info{
  resize: none !important;
}

#main-footer{
 
  background-color: #00314c;
  
}

#main-footer a{
  color: #fff !important;
  text-decoration: none;
}

.footer-line{
  border: 1px solid #3ab9bc !important;
  width: 220px;
}

#home-advisor-img{
  width: 500px;
}

#credit-cards-img{
  width: 500px;
}

#acorn-img{
  width: 500px;
}

.text-warning-contact{
  color: #bd8e03
}

.text-danger-contact{
  color: #aa0011;
}

#upload-card{
  border: 1px dashed #236e91 !important;
  background-color: #fff !important;
  cursor: pointer;
}

#uploaded-card{
  border: none;
}

#image-upload{
  width: 100%;
  height: 100%;
}

#upload-img{
  width: 15%;
}

.file-icon{
  width: 20px;
  margin-right: 5px
}

.footer-small-text{
  color: #236e91 !important;
}

#footer-small-img{
  width: 20px;
}

#copyright{
  background-color: #12141a !important;
  color: #fff;
}

.one{
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.0s;
  animation: dot 1.3s infinite;
  animation-delay: 0.0s;
}

.two{
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.02;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}

.three{
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}

#gallery-container{

  background-color:#343a40 !important;

}

#gallery{

  padding-top: 25px;

}

.gallery-image-link {
  display: inline-block; 
  border: 5px solid #fff; 
  text-decoration: none;
  overflow:hidden;
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
  margin: 10px;
}

.gallery-image-link:hover{
  border: 5px solid #236e91;
}

.gallery-image-link:hover .gallery-image{
  transform: scale(1.4);
}

.gallery-image {
  display: block;
  width: 100%;
  height: auto; 
  transition: transform 0.3s ease;
}

p {
  word-spacing: normal; /* You can adjust this */
  letter-spacing: normal; /* And this */
  font-size: 1em;
}

.home-area-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-area-section::before {
  content: ""; /* Required for ::before to show up */
  opacity: 0.21;
  background: #000 url("../img/home-background.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Change from fixed to scroll */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-area-section > * {
  position: relative;
  z-index: 2;
}

#map-img{
  border: 5px solid #00314c;
  border-radius: 20px; 
  background-color: #eeeeee;

}

#about-about p{

  font-size: 1.2em;

}

.team-section .card {
  position: relative;
  overflow: hidden;
  background-color: transparent; /* Optional: fallback if image doesn't load */
  border: 5px solid #00314c;
  border-radius: 20px; 
}

.team-section .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../img/home-background.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.31;
  z-index: 1;
}

/* Ensures content stays on top */
.team-section .card > * {
  position: relative;
  z-index: 2;
}

@keyframes dot{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {


  .navbar-brand{
		margin-left: 10px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

  .navbar{
		padding: 0px;
    border-bottom: none !important;
	}

  .navbar-collapse{
		background-color: #fff;

	}

  .navbar-collapse li {
    border-bottom: 1px solid #e9e9e9;
  }

  .navbar-collapse li:last-child {
    border-bottom: none;
  }

  .navbar-collapse li:first-child {
    border-top: 1px solid #e9e9e9;
  }

  .navbar-collapse li a{
		margin-left: 10px;
    padding: 15px;
	}

  nav .navbar-nav li a{
    color: #00314c !important;

  }
    nav .navbar-nav li:hover{
    background-color: #3ab9bc !important;

  }

  nav .navbar-nav li a:hover{
    color: #fff !important;
    /*background-color: #3ab9bc !important;*/

  }

}

@media screen and (max-width: 768px) {
  
  .jumbotron {
    padding-top:20px;
    padding-bottom:20px;
  }

  .footer-line{
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
}

@media screen and (max-width: 428px){

  .review-quote{
    font-size: 13px;
  }
  
  #social-nav{
    display: none !important;
  }
  #social-nav-sm{
    display: inline-block !important;
  }


}


@media screen and (max-width: 412px){

  .team-card{
    border-radius: 10px;
    /* background-color: #fff !important; */
    border: 1px solid #236e91 !important;
    padding: 0px !important;
  }
  
  .team-card-img{
    border: 3px solid #236e91 !important;
    width: 150px;
    z-index: 1;
  }
  
  .team-card-text{
    background-color: inherit !important;
    border-radius: 0px;
    border: none !important;
    padding: 7px !important;
    margin-bottom: 0px !important;
  }

  

}

