span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
border: 2px solid red !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
    border: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.thm-btn-two {
    padding: 11px 38px;
    background: #D9232B;
    border: 1px solid #D9232B;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    transition: .5s;
}
.col-lg-3.col-md-6:nth-child(1) .single-process-box::before {
    display: none;
}
.header-address-info a {
    color: #fff;
}

.phone-number a {
    color: #fff;
}
.rpost-thumb img {
    width: 70px;
    height: 70px;
}
.blog-desc2 h2,.blog-desc2 h3,.blog-desc2 h4,.blog-desc2 h5,.blog-desc2 h6 {margin:20px 0px 10px 0px;}
.service-dtls-content h2,.service-dtls-content h3,.service-dtls-content h4,.service-dtls-content h5,.service-dtls-content h6 {margin:20px 0px 10px 0px;}
.login label{color:#000!important;}
body.login.js.login-action-.wp-core-ui.locale-en-us{ background: #5dbe72!important;}
.login form {
    background: #f5f8fe!important;
}
.blogs-section:before {
    display: none;
}
.about-section{width:100%;}
.about-right-thumb {margin:0px;}
div#about {}

.fullwidth-section {
    padding: 120px 0 100px;
    background-color:#f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0 auto;
}
.single-services .blog-thumb:before {display: none;}
.single-services .blog-thumb img {
    object-fit: cover;
    height: 400px;
    margin-bottom: 40px;
}
/* Hide mobile menu on larger screens */
  .mobile-menu-container {
    display: none ;
  }
.submenu-toggle {
    display: none ;
  }
@media only screen and (max-width: 991px) {
  /* Show Mobile Menu & Submenu Toggle Only on Mobile */
  .mobile-menu-container, .submenu-toggle {
    display: block !important;
  }

  /* Mobile Menu Container */
  .mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #81b960;
    z-index: 1000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Logo Styling */
  .mobile-menu-logo img {
    height: 40px;
  }

  /* Mobile Menu Toggle Button */
  #mobile-menu-toggle {
    background: #e42e31;
    color: #fff;
    padding: 15px 30px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
	 z-index:999999;
  }
button.submenu-toggle {
	position:fixed;
    
  }
	#mobile-menu-toggle:hover {
    background: #e65c00;
  }

  /* Full-Width Mobile Menu */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #222;
    list-style: none;
    padding: 20px;
    overflow-y: auto;
  }

  .mobile-menu li {
    padding: 15px;
    border-bottom: 1px solid #444;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; /* Ensures submenus align properly */
  }

  .mobile-menu a {
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
  }

  .mobile-menu a:hover {
    color: #ff6600;
  }

  /* ======= Submenu Styling (Pushes Content Down) ======= */
  .mobile-menu .sub-menu {
    display: block;
    width: 100%;
    background: #333;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
  }

  .mobile-menu .sub-menu.open {
    max-height: 500px; /* Adjust if needed */
    padding: 10px 0;
  }

  .mobile-menu .sub-menu li {
    padding: 12px;
    border-bottom: 1px solid #444;
    font-size: 16px;
    width: 100%;
  }

  .mobile-menu .sub-menu a {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }

  /* Submenu Toggle Button */
  .submenu-toggle {
    background: none;
    border: none;
    color: #ff6600;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    transition: transform 0.3s ease-in-out;
    align-self: flex-end; /* Aligns the toggle button to the right */
  }

  .submenu-toggle:hover {
    color: #fff;
  }

  /* Rotate arrow when submenu is open */
  .submenu-toggle.active {
    transform: rotate(180deg);
  }

  /* Align toggle button correctly */
  button#mobile-menu-toggle {
    float: right !important;
  }
	a.nav-brand img {
    width: 30%;
}
	.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
	i.fas.fa-chevron-down {
    display: none;
}

button.submenu-toggle {
    border: 0px !important;!i;!;
}


}
/* Preloader Background */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Preloader Logo */
#preloader-logo {
    width: 350px; /* Adjust as needed */
    height: auto;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards, pulse 2s infinite ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.form-bottom-content {
    margin: 50px 0px 0px 0px;
}
.hero-section:before {background-color: #0000004f;}
.breatcam-section:before {background-color: #0000004f;}
.sero-content h1 {
    text-shadow: 2px 2px 4px #e32e31e8;
}
