/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/



/* ====== FORM CONTAINER ====== */
.wpcf7-form {
  max-width:750px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  font-family: "Montserrat", Sans-serif;
  transition: all 0.3s ease;
}

/* ====== LABELS ====== */
.wpcf7-form label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: block;
	font-family: "Montserrat", Sans-serif;
  margin-bottom: 8px;
}

/* ====== INPUT FIELDS ====== */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
	font-family: "Montserrat", Sans-serif;
  color: #333;
  background: #f9f9f9;
  transition: all 0.3s ease;
  outline: none;
	margin-top: 10px;
}

/* ====== INPUT FOCUS ====== */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #040404;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(178 201 196 / 15%);
}

/* ====== TEXTAREA ====== */
.wpcf7-form textarea {
  resize: none;
  min-height: 120px;
}

/* ====== SUBMIT BUTTON ====== */
.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #040404;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* Hover effect for button */
.wpcf7-form input[type="submit"]:hover {
  background: #040404;
  box-shadow: 0 4px 10px rgba(0,168,132,0.25);
}

/* ====== SPACING BETWEEN FIELDS ====== */
.wpcf7-form p {
  margin-bottom: 18px;
}

/* ====== MOBILE RESPONSIVE ====== */
@media (max-width: 480px) {
  .wpcf7-form {
    padding: 25px 20px;
  }
}
/* ====== MAKE FORM TWO-COLUMN ====== */
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px; /* row-gap column-gap */
}

/* Each field wrapper (<p>) gets 48% width */
.wpcf7-form p {
  width: 48%;
  margin: 0;
}
.wpcf7-form p.full {
  width: 100%;
}
/* Make submit button full width */
.wpcf7-form p input[type="submit"] {
  width: 100%;
}

/* ====== ERROR MESSAGE WIDTH FIX ====== */
.wpcf7-form .wpcf7-response-output {
  width: 100%;
}

/* ====== SINGLE-COLUMN ON MOBILE ====== */
@media (max-width: 768px) {
  .wpcf7-form p {
    width: 100%;
  }
}

#masthead,#site-footer{
	display:none;
}
.elementor-element-71ae12e{
	    margin: 0px;
    padding: 0px;
}
.elementor-8 .elementor-element.elementor-element-fe7d25f{
	    border-radius: 0px;
}
.elementor-button span{
	text-decoration:none;
}
/* Popup hidden by default */
.waitlist-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

/* Popup inner box */
.waitlist-popup .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
}

/* Close button */
.waitlist-popup .close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}







