/*
Theme Name: Trevor Lyttleton MBE
Description: A custom WordPress theme for Trevor Lyttleton MBE website
Version: 1.0
Author: Anima
*/

/* Global Styles */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* Header Styles */
.header-section {
  background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(18, 25, 47, 1) 100%);
  padding: 20px 0;
}

.logo {
  max-width: 337px;
  height: auto;
}

.nav-link {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #cccccc !important;
}

.menu-icon {
  width: 23px;
  height: auto;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

/* Hero Banner */
.hero-banner {
  background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(18, 25, 47, 1) 100%);
  min-height: 727px;
  display: flex;
  align-items: center;
}

.hero-image {
  width: 100%;
  max-width: 694px;
  height: auto;
  object-fit: cover;
}

.hero-content {
  padding: 40px;
  color: white;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Button Styles */
.btn-custom {
  background-color: #2d2d2d;
  color: #ffffff;
  border: none;
  border-radius: 44px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  min-width: 139px;
}

.btn-custom:hover {
  background-color: #404040;
  color: #ffffff;
}

.btn-dark-custom {
  background-color: #2d2d2d;
  color: #ffffff;
  border: none;
  border-radius: 44px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  min-width: 139px;
}

.btn-dark-custom:hover {
  background-color: #404040;
  color: #ffffff;
}

.btn-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 44px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  min-width: 139px;
}

.btn-outline-light:hover {
  background-color: #ffffff;
  color: #262c70;
}

.btn-outline-primary {
  border: 1px solid #262c70;
  color: #262c70;
  border-radius: 44px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  min-width: 139px;
}

.btn-outline-primary:hover {
  background-color: #262c70;
  color: #ffffff;
}

/* Content Sections */
.content-section {
  padding: 80px 0;
}

.dark-section {
  background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(18, 25, 47, 1) 100%);
  padding: 80px 0;
}

.dark-content {
  padding: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #262c70;
  margin-bottom: 30px;
  line-height: 1.2;
}

.section-title-white {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #262c70;
  line-height: 1.2;
}

.section-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.6;
}

.section-text-white {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.section-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Quote Section */
.quote-section {
  background-size: cover;
  background-position: center;
  min-height: 624px;
  position: relative;
  display: flex;
  align-items: center;
}

.quote-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.quote-title {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
}

.quote-text {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 1.2;
}

/* Footer */
.footer-section {
  background-color: #262c70;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  padding: 60px 0 40px;
}

.footer-content {
  color: #ffffff;
}

.footer-logo {
  max-width: 337px;
  height: auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #cccccc;
}

.footer-contact {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-text {
  color: #ffffff;
}

.contact-email {
  color: #ffffff;
  text-decoration: underline;
}

.contact-email:hover {
  color: #cccccc;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 40px 0 20px;
}

.copyright-text {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1.3px;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.social-icon {
  width: auto;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
  
  .section-title,
  .section-title-white {
    font-size: 28px;
  }
  
  .quote-title,
  .quote-text {
    font-size: 32px;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  
  .social-icons {
    justify-content: center;
    margin-top: 20px;
  }
  
  .dark-content,
  .hero-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
  }
  
  .section-title,
  .section-title-white {
    font-size: 24px;
  }
  
  .quote-title,
  .quote-text {
    font-size: 24px;
  }
  
  .footer-contact {
    font-size: 16px;
  }
}
