/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/*Header Transparent */
/* .home .wrapper .hfg_header .header--row .header--row-inner {
   background:transparent !important;
   position: absolute;
   width: 100%;
   z-index: 99999;
} */
/* .nv-navbar {
   background-color: transparent !important;
} */

/* .neve-main {
    flex: 1 auto;
    background-color: #ffffff;
}

.navbar-toggle {
    display: flex !important;
} */

/* Contact Form 7 styling — 4thgro.com Contact Us page, form id 78 */

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
}

.wpcf7-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
  text-transform: none;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #d85a30;
  box-shadow: 0 0 0 3px rgba(216, 90, 48, 0.15);
}

.wpcf7-form textarea {
  min-height: 80px;
  resize: vertical;
}

/* Pair Company + Number of locations, and Phone + Email, side by side */
.wpcf7-form p:has(> label[for="your-company"]),
.wpcf7-form p:has(> label[for="your-phone"]) {
  display: inline-block;
  width: calc(50% - 8px);
  margin-right: 16px;
  vertical-align: top;
}

.wpcf7-form p:has(> label[for="your-number"]),
.wpcf7-form p:has(> label[for="your-email"]) {
  display: inline-block;
  width: calc(50% - 8px);
  vertical-align: top;
}

/* CAPTCHA row: image + narrow input side by side */
.wpcf7-form img.wpcf7-captcha-captcha-1 {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.wpcf7-form input[name="captchar"] {
  display: inline-block;
  width: 140px;
}

.wpcf7-form p:has(> label[for="captchar"]) {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.wpcf7-form p:has(> label[for="captchar"]) label {
  display: none;
}

.wpcf7-form input[type="submit"] {
  align-self: flex-start;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #d85a30;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #b8471f;
}

.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-response-output {
  margin: 4px 0 0;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #2e7d32;
  color: #2e7d32;
  background: #eaf5ea;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
  border: 1px solid #c0392b;
  color: #c0392b;
  background: #fbeaea;
}

.wpcf7-spinner {
  margin-left: 8px;
}

/* Contact page layout wrapper */
.wp-block-columns {
  gap: 2rem;
}