/* 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;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #222222;
  font-size: 0.875rem;
}
.email-form {
    background-color: #1b2f45;
    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: #333;
    margin-bottom: 20px;
    font-size: 24px !important;
}

.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;
}

/* CAPTCHA */

.checkbox-captcha {
    /* position: relative !important; */
    pointer-events: auto !important;
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    left: 0 !important;
    cursor: pointer;
    z-index: 10;
    color: #000 !important;
    padding: 10px 15px !important;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    border: none;
    border-radius: 4px;
    background: #fff;
    width: 100%;
}
.form-row.form-row-captcha {
    margin-bottom: 15px;
    margin-top: 3px;
}
.checkbox-captcha input[type="checkbox"] {
    pointer-events: auto;
    position: relative;
    z-index: 11;
    cursor: pointer;
    color: #fff;
    width: 16px;
    height: 16px;
    accent-color: #0078d4 !important;
    bottom: -2px;
}

.email-form:target .submit-button {
    animation: 1.5s ease 0s 1 normal both running bounce-in-bottom;
}

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

.contact-form .submit-button:hover {
    background-color: #0056b3;
}
.button {
  background-color: #56b8e6;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(59, 93, 80, 0);
  transition: all ease-out 0.5s;
}

.headeractive {
  background-color: #1b2f45;
}

.navbar {
  background-color: transparent;
  color: #000000;
}
.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.navbar .callbtn {
  background-color: #56b8e6;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #56b8e6;
  border-bottom: 2px dashed #56b8e6;
  padding: 0.5rem 0rem;
  margin-right: 20px;
  margin-left: 20px;
}
.navbar .navbar-toggler {
  background-color: #ffffff;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}
.hero::before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  inset: 0;
}
.hero::after {
  position: absolute;
  content: "";
  width: 40%;
  background: #1b2f45;
  top: 0;
  bottom: 0;
}
.hero div {
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #ffffff;
}
.hero div h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  margin-top: 30px;
}
.hero div .button {
  background-color: #56b8e6;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
}


/* Badges */
.badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}
.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: #1b2f45;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  max-width: 200px;
  padding: 0px 5px 0px 5px;
  margin: 10px 10px 15px;
  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;
}

.badge-img {
  text-align: center;
}

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

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

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

.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 */


.about-section {
  padding: 4rem 0;
}
.about-section h2 {
  font-size: 2.875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.about-section h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  color: #56b8e6;
  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;
}

.service-section {
  padding: 4rem 0;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  background: #ffffff;
}
.service-section .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.service-section .icon-box .icon {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 64px;
  height: 64px;
  background: #56b8e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-section .icon-box .icon i {
  color: #ffffff;
  font-size: 28px;
}
.service-section .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.gallery-section {
  padding: 4rem 0;
  text-align: center;
  position: relative;
}
.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 2rem;
}
.gallery-section .img-boxes .img-box {
  padding: 0px;
  transition: all 0.3s ease-out 0s;
  height: 300px;
}
.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.gallery-section .img-boxes .img-box img:hover {
  transform: scale(1.1);
}

.feature-section {
  padding: 4rem 0;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.feature-section h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 7px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.feature-section .list-item li i {
  margin-right: 5px;
}
.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.feature-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
.feature-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}
.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: 600;
  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: #222222;
}
.testimonial-section .testimonial-box .carousel-control-next-icon {
  background-image: none;
  color: #222222;
}

.footer {
  color: #1b2f45;
  text-align: center;
  padding: 2rem 0;
  background-color: #f7f9fc;
}
.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: #56b8e6;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .about-section .img-boxes .col-md-6:nth-child(2) .img-box, .about-section .img-boxes .col-md-6:nth-child(4) .img-box {
    margin-top: 0px;
  }
}/*# sourceMappingURL=main.css.map */

#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999;
      cursor: pointer;
      bottom: 10px;
      display: inline-block;
      background-color: #81d742;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
  }

  #callnowbutton a img {
      height: 2em;
  }
}

a {
  text-decoration: none;
  color: initial;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
.button-2 {
        font-size: 16px;
    border: 1px solid #000;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: #47b2e4;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 20px 20px 0;
}