@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

body { overflow-x: hidden; }

/* Header */
header.et-l.et-l--header {
  top: 0;
  display: block;
  position: fixed;
  z-index: 2;
}
div#et-main-area {
  padding-top: 140px;
}

.home div#et-main-area {
  padding-top: 0;
}

.full-width-header .et_pb_row_0 {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 100%;
}
.full-width-header {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.full-width-header,
.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  min-height: 400px;
  max-height: 400px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

/* Dropdown menu */
.sub-menu li {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
}

.et-menu ul.sub-menu li {
  transition: background-color .2s ease-in-out;
}

.et-menu ul.sub-menu li:hover {
  background-color: #ddd !important;
}

.et-menu li ul {
  min-width: 270px !important;
}
.et-menu li li a {
  width: 100% !important;
}

/* Home action buttons */
.home .c1 .et_pb_button, .home .c2 .et_pb_button {
  box-sizing: border-box;
  max-width: 250px !important;
  min-width: 255555!important;
  width: 2250px !important;
  text-align: center;
}

/* Top menu */
nav#top-menu-nav {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center;
    padding: 10px 20px; /* Add some padding for breathing room */
}

nav#top-menu-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Group icons closer together */
nav#top-menu-nav .icon-group {
    display: flex;
    gap: 12px; /* Closer spacing between icons */
}

/* Style for each menu item */
nav#top-menu-nav li {
    list-style: none;
}

/* Style for icons */
nav#top-menu-nav a {
  color: white;
  text-decoration: none;
  display: inline-flex;
}
nav#top-menu-nav .icon-group a {
    font-size: 18px; /* Adjust icon size */
    padding: 8px; /* Small padding for clickable area */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Style for Free Estimate link */
nav#top-menu-nav .free-estimate {
    margin-left: 25px; /* Add space between icons and Free Estimate */
    font-size: 18px;
}

/* Hover effect */
nav#top-menu-nav a:hover {
    opacity: 0.8;
}

/* Testimonials */
.et_pb_module_inner.dnxte-tstimonial-item:before {
  color: rgba(0, 0, 0, .6) !important;
}

body .et_pb_menu_0_tb_footer.et_pb_menu .nav li ul, body .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu, body .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu ul, body .et_pb_menu_1_tb_footer.et_pb_menu .nav li ul, body .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu, body .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu ul, body .et_pb_menu_2_tb_footer.et_pb_menu .nav li ul, body .et_pb_menu_2_tb_footer.et_pb_menu .et_mobile_menu, body .et_pb_menu_2_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: rgba(30, 43, 56, 1) !important
}

/* Gallery captions in lightbox. */
.pgc-rev-lb-b-item-title { display: none !important; }

button.cmc-close-form {
  color: #333;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 100%;
  position: absolute;
  right: 10px;
  border-color: transparent;
  border-radius: 50%;
  top: 10px;
  cursor: pointer;
}

/* Hamburger menu icon. */
span.mobile_menu_bar {
  padding-right: 20px;
}
span.mobile_menu_bar:before {
  color:#0071B9 !important;
}

  footer .et_pb_section_0_tb_footer { height: 300px; }
@media screen and (max-width: 980px) {

  footer .et_pb_section_0_tb_footer { height: 1000px; }
  footer .et_mobile_menu {
    border-top-color: transparent;
  display: block;
  }
  footer .mobile_menu_bar:before { display: none; }

}

/* Video popup */
.et_pb_section.ai-popup-nospace,
.et_pb_row.ai-popup-nospace {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.et_pb_row.ai-popup-nospace {

