/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #000000;
}

.email-form {
    background-color: #96bbe0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
	margin-top: 30px;
}

.email-form h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #007bff;
}

.contact-form .form-row {
    margin-bottom: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus
.contact-form input[type="message"]:focus {
    outline: none;
    border-color: #007bff;
}

.contact-form .submit-button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form .submit-button:hover {
    background-color: #0056b3;
}


.button {
  background-color: #47b2e4;
  color: #ffffff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  border-radius: 50px;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(55, 81, 126, 0.2);
  transition: all ease-out 0.5s;
}

.headeractive {
  background-color: #37517e;
}

.navbar {
  background-color: transparent;
  color: #ffffff;
}
.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .nav-link:hover {
  color: #47b2e4;
}
.navbar .callbtn {
  background-color: #47b2e4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}
.navbar a.callus {
	background-color: #47b2e4;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #47b2e4;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}
.navbar .navbar-toggler {
  background-color: #47b2e4;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

.hero {
  width: 100%;
  min-height: 130vh;
  position: relative;
  /*padding: 60px 0 60px 0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37517e;
}
.hero div.container-fluid {
  min-height: 90vh;
}
.hero div.container-fluid div div.hero-img {
  min-height: 90vh;
}

.hero img {
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}

.hero h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero p {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.hero p a{
  color: #fff;
}

.hero p a:hover {
  color: #e1e1e1;
}

.hero .slogan {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 20px;
}

.about-section {
  padding: 4rem 0;
}
.about-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.about-section h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  color: #47b2e4;
  margin-bottom: 0;
}
.about-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
}
.about-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
.about-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}
.about-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.gallery-section {
  padding: 4rem 0;
  text-align: center;
  position: relative;
}
.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 2rem;
}
.gallery-section .img-boxes .img-box {
  padding: 2px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
  height: 200px;
}
.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 10px;
}
.gallery-section .img-boxes .img-box img:hover {
  transform: scale(1.1);
}

.service-section {
  padding: 4rem 0;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .service-item {
  position: relative;
  padding: 20px;
  background-color: #47b2e4;
  color: #ffffff;
}
.service-section .service-item .icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.service-section .service-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  z-index: 1;
  bottom: -8px;
  left: 8px;
  transition: 0.3s;
}
.service-section .service-item .icon i {
  color: #47b2e4;
  font-size: 30px;
  z-index: 2;
  position: relative;
}
.service-section .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.feature-section {
  padding: 4rem 0;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.feature-section h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 0px;
  color: #47b2e4;
  margin-bottom: 0;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.feature-section .list-item li i {
  margin-right: 5px;
}
.feature-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

.testimonial-section {
  padding: 4rem 0;
}
.testimonial-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.testimonial-section .testimonial-box {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.testimonial-section .testimonial-box .carousel-control-prev-icon {
  background-image: none;
  color: #777777;
}
.testimonial-section .testimonial-box .carousel-control-next-icon {
  background-image: none;
  color: #777777;
}

.footer {
  background-color: #47b2e4;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer .social-icons li a {
  color: #ffffff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .hero .intro-text {
    padding: 40px;
  }
}/*# sourceMappingURL=main.css.map */
/* div#home-badges-section {
  background-color: #0e0900 !important;
  background-size: auto;
  background-image: url(/wp-content/uploads/2022/08/wood-bg.png);
  background-repeat: repeat;
} */


/* Badges */
.badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.badges .container .badge .badge-icon{
  
  margin-top: 15px;
  }
  .badges .container .badge .badge-icon i {
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 100px;
    padding: 5px;
    animation: rotateIcon 10s linear infinite; /* Slow rotation initially */
    transition: animation-duration 0.3s ease; /* Smooth transition */
  }
  
  .badges .container .badge:hover .badge-icon i {
    animation-duration: 2s; /* Faster rotation on hover */
  }
  
.badge-holder {
  background: #37517e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  max-width: 160px;
  padding: 15px 5px 22px 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
  text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
  font-family: 'Nunito', sans-serif;
  border: 1px solid #fff;
  height: 150px;
}

.badge-holder:hover {
  box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
  color: #fff;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  font-size: 17px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  margin-top: 10px;
}

.badge-holder img {
  width: 50%;
  padding-bottom: 5px;
}

.badge-title {
  background: #007bff;
  font-size: 15px;
  width: 85%;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  top: 125px;
  color: #fff!important;
  font-weight: bold;
  border-radius: 8px;
}

.badge-title span {
  font-size: 15px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse-icon {
  animation: pulse 1s infinite;
}
 /* END Badges */


 @media (max-width: 991.9px) {
  .hero {
    position: relative;
  }

  .hero .row {
    height: 1200px;
  }

  .hero .col-lg-6.d-flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75); /* Optional background for readability */
    padding: 60px 20px;
    height: 100%;
  }

  .hero .hero-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero h2 {
    font-size: 40px;

  }
  /* .intro-text {
    margin-top: 70px;
  } */
}

@media screen and (max-width: 600px) {
  .hero h2 {
    font-size: 36px;
  }
 }

@media (min-width: 992px) {
  .hero h2 {
    padding-top: 90px;
  }
}

h2.offer-title {
    margin-top: 120px;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.08;
    font-weight: 800;
}
h2.offer-title span{
    display: block;
    margin: 6px 0;
    color: #47b2e4;
}
p.offer-intro{
    max-width: 620px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.5;
}
ul.offer-list{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.offer-list li{
    position: relative; 
    margin-bottom: 9px;
    padding-left: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.offer-list li:before{
    content: '\2713';
    position: absolute;
    top: 0;
    left: 10px;
    color: #47b2e4;
    font-weight: 800;
}
.offer-btn {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 30px;
    background-color: #47b2e4;
    color: #06255f;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer-btn:hover{
    transform: translatey(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}
p.mb-5 {
    margin-bottom: 20px !important;
    line-height: 1.5;
}
@media(max-width: 767px){
    .offer-btn{
        width: 100%;
        text-align: center;
    }
}
.storm-damage-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(40px, 6vw, 90px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
    background-color: #f3f7ff;
}
.storm-damage-content{
    width: 100%;
}
.storm-damage-label{
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 30px;
    background-color: #dcecff;
    color: #1458a6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;   
}
.storm-damage-title{
    margin-bottom: 15px; color: #102d67;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.12;
    font-weight: 800;
}
p.storm-damage-intro {
    margin-bottom: 15px;
    color: #47b2e4;
    font-size: 17px;
}
ul.storm-damage-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.storm-damage-list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #263b59;
    font-size: 16px;
}
.storm-damage-list li:before{
    content: '\2713';
    position: absolute;
    left: 12px;
    font-weight: 800;
}

a.storm-damage-btn {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #37517e;
    color: #fff;
    text-decoration:  none;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow: 0.25s ease;
}
a.storm-damage-btn:hover{
    transform: translatey(-2px);
    box-shadow: 0 10px 25px rgba(20,88,166,0.25)
}
.storm-damage-image{
    position: relative;
    width: 100%;
    min-height: 470px;
    overflow: hidden; 
    box-shadow: 0 18px 45px rgba(16, 45, 105, 0.2)
}
.storm-damage-image img{
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: center;
    object-position: center;
   
}
.navbar .nav-link {
    background-color: #37517e;
    padding: 5px 15px;
}
@media(max-width: 980px){
 .storm-damage-section{
  grid-template-columns: 1fr;
  gap: 35px;
  padding: 40px;
 }
 .storm-damage-image{
  min-height: 380px;
 }
 
}
@media(max-width: 600px){
  .storm-damage-section{
    padding: 45px 20px;
  }
  .storm-damage-image {
    min-height: 270px;
  }
  .storm-damage-btn{
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
h2.offer-title{
    margin-top: 175px;
 }
}
.img-box img, .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.video-box video {
    cursor: pointer;
}