/**
Theme Name: Badgerdirt
Author: Abhi
Author URI: https://badgerdirt.com
Description: Child Theme for Badgerdirt
Version: 2025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: badgerdirt
Template: astra
*/

.banner-text h2.elementor-heading-title.elementor-size-default a {
    text-decoration: none;
}
.services h3 a {
    text-decoration: none !important;
}

.wpcf7 .field-row {
    display: flex;
    gap: 20px;
    width: 100%;
    margin:0px;
}
.wpcf7 .field p{
    margin:0px;
}
.wpcf7 .field{
    width: 100%;
    margin: 0px 0px 15px;
}
.wpcf7 .field input[type="tel"],
.wpcf7 .field textarea,
.wpcf7 .field select,
.wpcf7 .field input[type="text"]{
    border-radius:0px;
}
.wpcf7 .field textarea {
    height: 120px;
}
.wpcf7 .field input[type="submit"] {
    background-color: #f68d32;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border: 0px;
    outline: none;
    margin-top: 10px;
    cursor:pointer;
}
.wpcf7 .field input[type="submit"]:hover{
    background:#000;
}

/* Button to open modal */

    /* Modal overlay */
    .modal-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
      animation: fadeIn 0.3s forwards;
    }

    /* Modal content box */
    .model-content-box {
background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    animation: scaleIn 0.3s ease-out forwards;
            
    position: relative;
    }
.modal-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
    /* Close button */
    .close-modal {
      position: absolute;
      top: 10px; right: 15px;
      font-size: 20px;
      cursor: pointer;
    }

    /* Fade-in animation */
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* Scale-in animation */
    @keyframes scaleIn {
      from { transform: scale(0.7); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }
.model-content-box h2 {
    margin-bottom: 20px;
}
.mc4wp-form-fields h2 {
    color: #fff;
    font-weight: 700;
}
.newsletter-div {
    display: flex;
    gap: 20px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
.newsletter-div input[type="email"] {
    max-width: 400px;
    border: 0px;
    border-radius: 0px;
    padding: 30px 15px;
    width: 100%;
}
.newsletter-div input[type="submit"] {
    background: none;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.newsletter-div input[type="submit"]:hover{
    background: #fff;
    color:#f68d32;
}
.mc4wp-form-fields h2 {
    color: #fff;
    font-weight: 700;
}
div#video-hm {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#video-hm .elementor-widget-container {
    height: 100%;
    width: 100%;
}
#video-hm .e-hosted-video {
    width: 100%;
    height: 100%;
}
.auto-popup-modal h2 {
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    color:#fff;
}
.auto-popup-modal .model-content-box {
    background: rgba(14,159,218,1);
    padding: 30px 30px 60px;
}
.auto-popup-modal span.close-auto-modal {
    color: #fff;
    float: right;
    font-size: 30px;
    cursor:pointer;
}
@media only screen and (max-width:767px){
    .wpcf7 .field-row {
    flex-direction: column;
        gap: 0;
}
    .newsletter-div{
        flex-direction: column;
    }
    .model-content-box {
    position: absolute;
    top: 20px;
    width: 91%;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}
    .auto-popup-modal .model-content-box {
    background: #f68d32;
    padding: 30px 30px 60px;
    position: inherit;
    height: auto;
}
}
.no-margin-bottom p {
  margin-bottom: 0px;
}
.location .elementor-widget-container::before {
   content: "";
background: url(http://badgerdirt.com/wp-content/uploads/2025/05/location.png);
height: 44px;
 width: 36px;
    display: inline-block;
    float: left;
  margin-right: 10px;
    background-repeat: no-repeat;

}
.hours .elementor-widget-container::before {
   content: "";
background: url(http://badgerdirt.com/wp-content/uploads/2025/05/clock.png);
 height: 42px;
    width: 36px;
    display: inline-block;
    float: left;
  margin-right: 10px;
    background-repeat: no-repeat;
    
}

.phone .elementor-widget-container::before {
   content: "";
background: url(http://badgerdirt.com/wp-content/uploads/2025/05/phone.png);
    height: 36px;
    width: 36px;
    display: inline-block;
    float: left;
  margin-right: 10px;
    background-repeat: no-repeat;
    
}