/*
 Theme Name:   MWR Advantage Child
 Theme URI:    https://mwradvantage.com
 Description:  Custom child theme for MWR Advantage, based on Astra
 Author:       LeVon
 Template:     astra
 Version:      1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

body {
    font-family: 'Open Sans', sans-serif;
}

.site-header {
    background-color: #002D72;
    color: white;
}

button,
a.button,
.wp-block-button__link {
    background-color: #f9b600;
    color: #002D72;
    font-weight: 700;
    border-radius: 5px;
    padding: 0.75em 1.5em;
}



.hero-section {
  background-image: url('/wp-content/uploads/2025/05/mwrfinancial-hero-bground.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 75px 20px;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  color: white;
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-text p {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.hero-button {
  text-decoration: none;    
  display: inline-block;
  background-color: #f9b600;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
}

.why-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
  color: #002D72;
}

.why-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.why-heading {
  font-size: 2.5rem;
  margin-bottom: 60px;
  font-weight: 700;
}

.why-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.why-tile {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1 1 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-tile:hover {
  transform: translateY(-5px);
}

.why-icon {
  font-size: 3rem;
  color: #f9b600;
  margin-bottom: 20px;
}

.why-tile:hover .why-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}


.why-tile h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.why-tile p {
  font-size: 1rem;
  color: #333;
}



.training-section {
  background-color: #002D72;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.training-inner {
  max-width: 800px;
  margin: 0 auto;
}

.training-heading {
  color: #f0f0f0;
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.training-subtext {
  font-size: 1.75em;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #f0f0f0;
}

.training-button {
  display: inline-block;
  background-color: #f9b600;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.training-button:hover {
  background-color: #e6a500;
}








.signup-section {
  background-color: #f9f9f9;
  color: #002D72;
  padding: 100px 20px;
  text-align: center;
}

.signup-inner {
  max-width: 800px;
  margin: 0 auto;
}

.signup-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.signup-subtext {
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #333333;
}

.signup-button {
  display: inline-block;
  background-color: #002D72;
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.signup-button:hover {
  background-color: #001944;
}







.tools-section {
  background-color: #ffffff;
  padding: 100px 20px;
  text-align: center;
  color: #002D72;
}

.tools-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tools-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.tools-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.tool-tile {
  flex: 1 1 300px;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.tool-tile:hover {
  transform: translateY(-5px);
}

.tool-icon {
  font-size: 2.5rem;
  color: #f9b600;
  margin-bottom: 20px;
}

.tool-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  color: #002D72;
  text-decoration: underline;
}

span.small {
  font-size: 80%;
}



/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .tools-columns {
    flex-direction: column;
    align-items: center;
  }

  .tool-tile {
    max-width: 90%;
  }
}













/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .why-columns {
    flex-direction: column;
    align-items: center;
  }

  .why-tile {
    max-width: 90%;
  }
}
















/* Responsive behavior */
@media screen and (max-width: 768px) {
  .hero-section {
    background-position: left center;
    padding: 80px 20px;
    text-align: center;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-text h1 {
    font-size: 2.25rem;
  }
}




.smartstart-section {
  background-color: white;
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.smartstart-inner {
  max-width: 700px;
  margin: 0 auto;
}

.smartstart-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.smartstart-section p {
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.smartstart-button {
  display: inline-block;
  background-color: #f9b600;
  color: #002D72;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
}





.smartstart-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.smartstart-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.smartstart-form input,
.smartstart-form select,
.smartstart-form textarea {
  flex: 1;
  padding: 4px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.smartstart-form button {
  background-color: #002D72;
  color: #fff;
  font-weight: bold;
  padding: 14px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.smartstart-form button:hover {
  background-color: #001944;
}

#formMessage {
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 5px;
}
#formMessage[style*="color: green"] {
  background-color: #e6ffe6;
}
#formMessage[style*="color: red"] {
  background-color: #ffe6e6;
}









