/*
Theme Name: Underwood & Sons Builders
Theme URI: https://shaununderwoodexcavations.co.uk
Author: Underwood & Sons
Author URI: https://shaununderwoodexcavations.co.uk
Description: Premium WordPress theme for Underwood & Sons Builders (Top Bar, Header, and Hero Section Phase).
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: underwood-sons
Tags: construction, groundworks, landscaping, paving, driveways, mansfield, custom-theme, responsive-layout
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap');

:root {
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background-color: #020617;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, .font-serif {
  font-family: 'Playfair Display', Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

/* Scroll Animation classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Contact Form 7 Integration & Styling Support */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.wpcf7 label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background-color: #020617;
  border: 1px solid #334155;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #f59e0b;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #f59e0b;
  color: #020617;
  font-weight: 900;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #d97706;
}

.wpcf7-response-output {
  border-radius: 0.5rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.875rem !important;
  margin: 1rem 0 0 0 !important;
  border-color: #f59e0b !important;
  background-color: rgba(245, 158, 11, 0.1) !important;
  color: #ffffff !important;
}
