/*
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.5.1765336243
Updated: 2025-12-10 16:10:43

*/

/* Reset overrides specific to Bit Form */
.bitform-container * {
  box-sizing: border-box;
}

/* Global font and text adjustments */
.bitform-label {
  font-family: inherit;
  font-weight: 600;
  color: #222;
}
.bitform-input, .bitform-textarea, .bitform-select {
  font-family: inherit;
  font-size: 16px;
  color: #333;
}

/* Align fields and groups */
.bitform-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.bitform-field {
  margin-bottom: 20px;
}

/* Input styling */
.bitform-input, .bitform-textarea, .bitform-select {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  background-color: #f9f9f9;
}
.bitform-input:focus, .bitform-textarea:focus, .bitform-select:focus {
  border-color: #0073e6;
  background-color: #fff;
  outline: none;
}

/* Radio and checkbox groups */
.bitform-radio-group, .bitform-checkbox-group {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  background-color: #f0f8ff;
}
.bitform-radio-group label, .bitform-checkbox-group label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}

/* Submit button */
.bitform-submit {
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bitform-submit:hover {
  background-color: #005bb5;
}  
  
  
  /* Tablet */
@media (max-width: 1279px) {
  .bitform-row {
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bitform-input, .bitform-textarea, .bitform-select {
    font-size: 14px;
  }
}
  
