/*
 Theme Name:   FC United Child Theme
 Theme URI:    http://fc-united.axiomthemes.com/
 Description:  FC United Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     fcunited
 Version:      1.0.1
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  fcunited
*/


/* =Theme customization starts here
------------------------------------------------------------ */

@media (max-width: 767px) {
	body .content_wrap, body .content_container {
		width: 90% !important;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 100% !important;
	}
}

.search_mobile, .socials_mobile {
	display: none !important;
}

@media (max-width: 479px) {
  .mobile_device .menu_mobile .sc_layouts_logo img, .mobile_layout .menu_mobile .sc_layouts_logo img {
    max-height: 5em;
  }
}

.wpcf7[data-wpcf7-id="5100"] .wpcf7-spinner {
	position: sticky !important;
	transform: translate(-50%, 50%) !important;
}
.wpcf7[data-wpcf7-id="5100"] .wpcf7-response-output {
	position: relative !important;
}

/* === GB ELITE FOOTBALL ACADEMY FORM STYLE === */

.wpcf7-form {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a1a;
  max-width: 900px;
  margin: 0 auto 60px;
}

/* Section Titles */
.wpcf7-form h3 {
  color: #002b5b; /* Navy blue */
  font-size: 1.4rem;
  border-left: 5px solid #0077ff;
  padding-left: 12px;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Column layout */
.columns_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.column-1_1 {
  flex: 1 1 100%;
}

.column-1_2 {
  flex: 1 1 calc(50% - 1rem);
}

.column-1_3 {
  flex: 1 1 calc(33.333% - 1rem);
}

/* Inputs and text fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  background: #f7f9fc;
  border: 1px solid #d8dce5;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #1a1a1a;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #0077ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,119,255,0.1);
}

/* Placeholder color */
::placeholder {
  color: #999;
}

/* Checkboxes and radios */
.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  accent-color: #0077ff; /* Modern checkbox color */
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Horizontal rules between sections */
.wpcf7-form hr {
  border: none;
  border-top: 1px solid #e4e8f0;
  margin: 2rem 0;
}

/* Paragraphs and labels */
.wpcf7-form p, 
.wpcf7-form label {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.wpcf7-form em {
  color: #666;
  font-size: 0.9rem;
}

/* Consent section */
.wpcf7-form .wpcf7-list-item-label a {
  color: #0077ff;
  text-decoration: underline;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #0077ff 0%, #004aad 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,119,255,0.3);
  background: linear-gradient(135deg, #004aad 0%, #0077ff 100%);
}

/* Center align submit section */
.align-center {
  text-align: center;
  margin-top: 2rem;
}

/* Response message */
.wpcf7-response-output {
  border-radius: 10px;
  padding: 1rem 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e6f9ee;
  color: #056b33;
  border: 1px solid #8fd9a6;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background: #fff2f2;
  color: #a40000;
  border: 1px solid #ffb3b3;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .column-1_2,
  .column-1_3 {
    flex: 1 1 100%;
  }
  .wpcf7-form {
    padding: 1.5rem;
  }
  .wpcf7-form h3 {
    font-size: 1.2rem;
  }
}
