.elementor-element.elementor-element-685638c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}
body {
    background-color: #F0EAE4 !important;
}
.holistic_healing{
	 border: 2px solid;
	border-radius: 0px !important;
 border-image: linear-gradient(45deg, #d4af37, #ffd700, #b8962e) 1;
}
.holistic {
  border: 3px solid;
  border-image: linear-gradient(45deg, #d4af37, #ffd700, #b8962e) 1;
}
.top_header_size a.elementor-item.elementor-item-anchor {
    font-size: 16px !important;
}

input::placeholder {
  color: #070807E6;
}

.contact_page .elementor-icon-box-icon:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #ffffff;
    left: 13px;
    top: 30px;
}
.image h3 {
    padding-left: 10px;
    padding-right: 10px;
}
.sep-text.centered.keep-always {
    display: none;
}
div#comments-list {
    display: none;
}
h5#reply-title {
    display: none;
}
p.logged-in-as {
    display: none;
}
.elementor-element.elementor-element-a9421d4.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}
.elementor-element.elementor-element-2100a1bd.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}
.elementor-kit-5 input[type="submit"],
.elementor-kit-5 button {
    background-color: #C9A84C;
    border-radius: 0px;
    border: none;
    color: #fff;
}
.elementor-kit-5 input[type="submit"]:hover,
.elementor-kit-5 button:hover {
    background-color: #b8933f;
    border: none !important;   
    outline: none !important;  
    box-shadow: none !important; 
}
.elementor-slideshow__title {
    display: none;
}

/* Form Layout */
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-col {
  width: 50%;
}

.form-row.full {
  flex-direction: column;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important; /* same normal border */
  background-color: transparent !important;
}
.wpcf7 textarea {
  height: 100px;
	margin-top: 10px !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
}

.wpcf7 input[type="submit"] {
  background: #C9A84C;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  padding: 14px 30px;
  transition: 0.3s;
  text-transform: uppercase;
}
span.wpcf7-spinner {
    display: none;
}
select.wpcf7-form-control.wpcf7-select {
    margin-top: 10px;
}
.elementor-kit-5 input:not([type="button"]):not([type="submit"]) {
    border-radius: 0px;
margin-top: 10px !important;
}
.wpcf7 input[type="submit"]:hover {
  background: #8B6914;
border: 0px !important;
}
.form-row.full {
    margin-bottom: 0px !important;
}
button.elementor-button.elementor-size-md {
    border-radius: 0px;
}
.top_heading h2{
    font-family: 'Raleway', sans-serif !important;
 letter-spacing: 2px !important;
}

.newsletter-box {
    background: #f5f5f5;
    padding: 40px;
    max-width: 600px;
    border-radius: 8px;
}

.newsletter-box h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.newsletter-box p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.newsletter-form input[type="submit"] {
    background: ##c9a84c ;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
}

.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="submit"]:focus {
    background: #8b6914;
    color: #ffffff;
    border: 1px solid #3949AB;
    outline: none; /* 👈 blue outline remove */
    box-shadow: none;
}




/* Responsive */

@media (max-width: 768px) {
  .holistic {
    border: 2px solid;
    border-image: linear-gradient(45deg, #d4af37, #ffd700, #b8962e) 1;
  }
	.contact_page h3.elementor-icon-box-title {
    margin-top: 0px !important;
}
	.form-row {
    flex-direction: column;
  }

  .form-col {
    width: 100%;
  }
	.form-row.full {
    margin-bottom: 0px !important;
}
	.image h3 {
    padding-left: 0px;
    padding-right: 0px;
}
}