/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770462414
Updated: 2026-02-07 04:06:54

*/

/* Header */

.header-menu a.hfe-menu-item {
    border-radius: 100px;
    padding: 10px !important;
}
/* .contact-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    border-radius: 0 20px;
} */

/* FAQ */

.faq-sec.elementor-widget-n-accordion .e-n-accordion-item {
    background-color: #fff7f1;
    border-left: 2px solid #e98533;
    border-radius: 15px;
}

/* Contact Form */
.contact-form {
  max-width: 820px;
  width: 100%;
  font-family: Arial, sans-serif;
}

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

/* GROUP */
.form-group {
  flex: 1;
}

.full-width {
  flex: 100%;
}

/* INPUTS */
.form-input,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}
.form-input, .form-textarea {
    border: 1px solid #e98533 !important;
    border-radius: 5px !important;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

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

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

/* FOOTER */
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* CAPTCHA */
.captcha-box {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px 14px;
}

/* BUTTON */
.submit-btn {
  background-color: #ffd600;
  color: #000;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #ffcc00;
}
span.supscript {
    font-size: 16px;
    position: absolute;
    top: 12px;
}




/* RESPONSIVE */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
