.hide-this {
  display: none !important;
}
.pad-lower-mobile {padding-bottom:0px !important;}
.wpcf7-response-output {
  position: absolute;
 bottom: 75px;
  left: 0;color:#fff;
  margin: 2em 0.5em 1em;
    padding: 0 !important;
    border: none !important;;font-size:14px;line-height:14px;
}

/* Reset link style */
#primary-menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000; /* adjust color */
  padding: 5px 0; /* space for underline */
}

/* Underline effect */
#primary-menu li a::after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: 30px;
  width: 0%;
  height: 1px; /* thickness of line */
  background-color: #fff; /* underline color */
  transition: width 0.3s ease;
}

/* Show underline on hover */
#primary-menu li a:hover::after {
  width: 30px;
}

/* Show underline for current menu item */
#primary-menu li.current-menu-item a::after,
#primary-menu li.current_page_item a::after {
  width: 30px;
}

.site-footer li.current-menu-item a {
  color: #ac9751;
}

.site-footer .menu {
  float: right;
}

.site-footer .menu li a {
  letter-spacing: 2px;
}

.site-footer .menu li {
  margin-bottom: 15px;
}

.add-shadow {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}

.site-header,
.sticky-menu {
  background-color: #001c71 !important;
}

.menu-overlay .site-header {
  background-color: #001c71 !important;
}

.site-footer .row {
  display: flex;
}

.site-footer .col-md-4:last-child {
  margin-left: auto; /* pushes it to the right */
  text-align: left;
}

.site-footer .col-md-4:first-child {
  padding-right: 40px;
}

.site-footer .col-md-4:nth-child(2) {
  margin-right: auto; /* pushes the second col to the right */
  text-align: left;
}

h4 {
  letter-spacing: 2.5px !important;
  font-size: 14px !important;
  width: 100%;
}

.hero_right {
  background-repeat: no-repeat !important;
  background-position: right center !important; /* aligns image to right side */
  background-size: contain !important; /* keeps full image visible */
}

#home-banner-bar {
  padding: 50px 0 !important;
}


.desktop-show {display:flex !important;  }
  
  
  .mobile-show {display:none !important;}  



 .empty-inner-contact {
    height:90px !important;
    padding-bottom:30px;
 
  }

/* Mobile devices (portrait) */
/* Larger mobiles & small tablets */
@media (max-width: 768px) {
    .pad-lower-mobile {margin-bottom:18px !important;}
    .desktop-show {display:none !important;}
  .mobile-show {display:block !important;}  
  
  
  .wpcf7-response-output {
  position: absolute;
 bottom: 72px;
  left: 0;color:#fff;
  margin: 5px 5px 5px 5px;
    padding:0 10px 0 12px !important;
    border: none !important;;font-size:13px;line-height:14px;
}

    
    
  /* Styles for mobile & tablets in portrait */
  h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .empty-inner {
    height: 90px !important;
 
  }
  .empty-inner-contact {
    height: 50px !important;
 
  }
  .spacer-height-mobile {
    height: 40px !important;
  }

  #home-banner-bar {
    padding: 25px 0 !important;
  }

  .blue-text-banner .vc_custom_heading {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .footer-column-container .footer-column:nth-child(1) {
    /* styles for the 1st column */
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 15px;
  }

  .footer-column-container .footer-column:nth-child(1) img {
    /* styles for the 1st column */
    width: 70px !important;
    height: auto;
  }

  .footer-column-container .footer-column:nth-child(2) {
    /* styles for the 2nd column */
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .footer-column-container .footer-column:nth-child(3) {
    /* styles for the 3rd column */
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .site-footer li.current-menu-item a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .menu-item,
  .page_item {
    display: block !important;
  }

  .site-footer .menu {
    float: left;
  }

  .site-footer .menu li {
    margin-bottom: 5px;
  }
}

/* Tablets (portrait & landscape) */
@media (max-width: 1024px) {
  /* Styles for tablets */
}