/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


-------- Contact form 7 Starts --------------

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.newsletter-popup.active {
  display: flex;
}

.newsletter-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.newsletter-popup-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.newsletter-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsletter-popup-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  background: #fff;
}
.newsletter-field input {
    background: transparent !important;
    border-radius: 0;
    font-size: 16px !important;
    color: black !important;
    font-weight: 300 !important;
}
.newsletter-cf7 {
  width: 100%;
  max-width: 360px;
}
.newsletter-subtitle {
    margin: 0 0 23px !important;
    font-size: 14px;
    color: #ff4a73;
    position: relative;
    padding-left: 42px;
}
.newsletter-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #ff4a73;
  transform: translateY(-50%);
}
.newsletter-popup-close {
   
    padding: 0 !important;
}
.newsletter-cf7 h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 500;
  color: #111;
}

p.newsletter-text {
    font-size: 16px;
    font-weight: 300;
    color: #000000C2;
    margin-bottom: 20px;
}
.newsletter-field {
  margin-bottom: 18px;
}



.newsletter-field input[type="email"]::placeholder {
  color: #a6a6a6;
}

.newsletter-submit input[type="submit"] {
    width: 100%;
    height: 54px;
    border: none;
    background: #2f64f5;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}
.newsletter-submit input[type="submit"]:hover {
  opacity: 0.95;
}

.newsletter-cf7 .wpcf7-spinner {
  margin-top: 10px;
}

.newsletter-cf7 .wpcf7-response-output {
  margin: 15px 0 0 !important;
  padding: 10px 12px !important;
  font-size: 14px;
}

@media (max-width: 768px) {
  .newsletter-popup-box {
    grid-template-columns: 1fr;
    max-width: 560px;
    min-height: auto;
  }

  .newsletter-popup-left {
    display: none;
  }

  .newsletter-popup-right {
    padding: 50px 24px 32px;
  }

  .newsletter-cf7 h2 {
    font-size: 34px;
  }

  .newsletter-text,
  .newsletter-subtitle {
    font-size: 16px;
  }
}

-------- Contact form 7 Ends --------------