/*
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.1.1747633649
Updated: 2025-05-19 05:47:29

*/



/* Contact form styling */

.wpcf7-form {
  max-width: 650px;
  margin: 0 auto;
  padding: 40px;
  background-color:#D9F1FF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

.form-group {
  margin-bottom: 24px;
}


.form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: "Cabin Condensed", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222e3c;
}


.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccd6dd;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #0073e6;
  outline: none;
}


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


.form-submit {
  background-color: #1D78EB;
  font-family: "Cabin Condensed", Sans-serif;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 30px 16px 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit:hover {
  background-color: #005bb5;
}

.required-label::after {
  content: " *";
  color: red;
  margin-left: 4px;
  font-weight: bold;
}

.form-radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.form-radio-group label {
  font-weight: normal;
  font-size: 15px;
  color: #222e3c;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}


@media (max-width: 768px) {
  .wpcf7-form {
    padding: 30px 20px;
  }

  .form-group label {
    font-size: 18px;
  }

  .form-input,
  .form-textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .form-submit {
    font-size: 18px;
    padding: 14px 24px;
  }
}


@media (max-width: 480px) {
  .wpcf7-form {
    padding: 25px 15px;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-input,
  .form-textarea {
    font-size: 14px;
    padding: 10px;
  }

  .form-submit {
    font-size: 16px;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
  }
}
