/* 
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 */

.custom-file {
  font-family: inherit;
  font-size: 14px;
  color: #374151;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 16px;
  background: #f9fafb;
  cursor: pointer;
  width: 100%;
  max-width: 380px;
  transition: all 0.25s ease;
}

.custom-file:hover {
  border-color: #6366f1;
  background: #eef2ff;
}

.custom-file:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}

.custom-file::-webkit-file-upload-button {
  background: #6366f1;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.25s ease;
}

.custom-file::-webkit-file-upload-button:hover {
  background: #4f46e5;
}

.custom-file::file-selector-button {
  background: #6366f1;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.25s ease;
}

.custom-file::file-selector-button:hover {
  background: #4f46e5;
}
