:root {
  --navy: #1B1C30;
  --red: #C62721;
  --blue: #3D80C9;
  --cream: #FBFBF3;
  --white: #FFFFFF;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: var(--cream);
  color: var(--navy);
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h1, h2, h3{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1.ourstory{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
}

h2.ourstory{
  font-weight: 550;
  font-size: 15px;
  text-align: center;
}

.section-title{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: var(--red);
}

.lead-text{
  font-size: 1.5rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
  color: var(--blue);
  font-weight: 500;
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(blue);
  padding: 2rem 0;
}

.navbar-container {
  background-color: var(--cream); 
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--red);
  position: sticky;
}

header{
  width: 100%;
  overflow-x: hidden;
  padding: 0 10px;
  text-align: center;
}

header h1 {
  font-size: 2rem;
  color: var(--red); 
  margin-bottom: 10px;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

nav a {
  color: var(--navy);
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9rem;
  font-family: 'Rockwell Nova Condensed', 'Rockwell Condensed', Rockwell, serif;
}

nav a:hover {
  color: var(--blue);
}

.nav-cta {
  color: var(--red) !important;
}

/*hero section*/
.hero {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: url('A-TOWN_VIBE.jpg') center/cover no-repeat;
}

.hero-overlay{
  background: rgba(251,251,243,.85);
  padding: 3rem;
  border: 2px solid var(--red);
  max-width: 600px;
  margin: 0 20px;
}

.hero h2 {
  font-size: 2.5rem;
  color: var(--red);
  margin-bottom: 1rem;
}

.hero p{
  font-size: 1.2rem;
  color: var(--navy);
}



section{
  padding: 5rem 0;
}

.split-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.info-box{
  display:flex;
  flex-direction: column;
  height: 100%;
}

.text-content{
  flex-grow: 1;
  margin-bottom: 2rem;
}

.info-box h3{
  color: var(--red);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.info-box ul{
  list-style: none;
}

.info-box li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
}

.info-box li::before{
  content: "•";
  color: var(--blue);
  font-weight: bold;
  position:absolute;
  left: 0;
}

.photo-holder{
  background-color: #e0e0e0;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px dashed var(--blue);
  margin: 2rem 0;
}

/*
.subhead {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 1rem auto 2rem;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.badge {
  display: inline-block;
  background: var(--red);
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  border-radius: 4px;
}*/

/*Button */
.simple-cta{
  text-align: center;
  background-color: var(--red);
  color: var(--cream);
  padding: 4rem 1rem;
}

.cta-button {
  display: inline-block;
  background-color: var(--cream);
  color: var(--red);
  padding: 1rem 2.5rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  border: 2px solid var(--cream);
  transition: 0.3s;
}

.cta-button:hover {
  background-color: transparent;
  color: var(--cream);
}

.cta-button-solid {
  display: inline-block;
  background-color: var(--red);
  color: var(--white);
  padding: 1rem 2.5rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  border: 2px solid var(--red);
  transition: 0.3s;
}

.cta-button-solid:hover {
  background-color: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

footer{
  text-align: center;
  padding: 2rem;
  background-color: var(--cream);
  color: var(--blue);
  font-weight: bold;
  border-top: 2px solid var(--red);
}

/*packages 
.cta-button.secondary {
  background-color: transparent;
  border: 2px solid white;
}

.cta-button.secondary:hover {
  background-color: white;
  color: var(--black);
}

sections styling*/
/*.section-padding {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: var(--navy);
}


.bg-light { background-color: #f1f1f1; }
.bg-dark { background-color: var(--navy); color: var(--offwhite); }
.bg-dark .section-title { color: var(--offwhite); } /* Fixes the invisible title 

cards layout here*/
/*
.card-grid, .package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.card, .package-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  color: var(--black);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

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

.package-card.featured {
  border: 3px solid var(--red);
  position: relative;
  transform: scale(1.02);
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--red);
  margin-bottom: 1rem;
}

.package-card ul {
  list-style: none;
  padding-left: 0;
}

.package-card li {
  margin-bottom: 0.5rem;
}

.package-card li::before {
  content: "✓ ";
  color: var(--red);
  font-weight: bold;
}

forms 
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.step span {
  background: var(--blue);
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.form-container {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  padding: 3rem;
  border-radius: 15px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

input, select, textarea {
  padding: 1rem;
  border: 2px solid #eee;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
}


footer {
  background-color: var(--navy);
  color: var(--offwhite);
  text-align: center;
  padding: 2rem;
}

should allow mobile layout*/

.nav-logo {
  height: 100px; 
  width: auto;
  margin-bottom: 10px;
}

.form-wrapper{
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}

.form-subtitle{
  text-align: center;
  font-size: 1.2rem;
  color: var(--blue);
  margin-bottom: 3rem;
  font-weight: 500;
}

.branded-form{
  display:flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group{
  display:flex;
  flex-direction: column;
  gap: .5rem;
}

.form-group label{
  font-weight: bold;
  color: var(--navy);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.branded-form input,
.branded-form textarea{
  padding: 1rem;
  border: 2px solid var(--navy);
  background-color: var(--white);
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  width: 100%;
}

.branded-form input:focus,
.branded-form textarea:focus{
  outline: none;
  border-color: var(--red);
}

.submit-button{
  background-color: var(--red);
  color: var(--white);
  border: 2px solid var(--red);
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 1rem;
}
.submit-button:hover{
  background-color: var(--white);
  color: var(--red);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%; 
  border: 2px solid var(--red);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem; 
}

.social-label {
  font-size: 0.8rem;
  color: var(--blue);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.social-item:hover .social-label {
  color: var(--red);
}

.text-red {
  color: var(--red);
}
@media (max-width: 768px) {
  .split-grid{
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .lead-text{
    font-size: 1.2rem;
    padding: 1.5rem 0;
  }

  .section-title{
    font-size: 2rem;
  }

  .form-row{
    grid-template-columns: 1fr;
  }

  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  section, article, .hero-overlay {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  nav {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
  }
  
  nav a {
    font-size: 0.85rem; 
  }
}