@font-face {
  font-family: "FWC26 Bold";
  src: local("fwc26-bold"), url("../../assets/fonts/FWC26-CondensedBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FWC26";
  src: local("fwc26"), url("../../assets/fonts/FWC26-CondensedThin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body .outter-wrapper-parent {
  top: -30px !important;
}
body main.fwc26 {
  color: black;
  font-family: "FWC26";
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 1500px;
  text-align: center;
}
main.fwc26 section {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.fwc26 h1,
.fwc26 h2,
.fwc26 h3,
.fwc26 h4 {
  color: black;
  font-family: "FWC26 Bold", Arial, sans-serif;
}
.fwc26 h1 {
  font-size: 2rem;
}
.fwc26 h2 {
  font-size: 1.25rem;
}
.fwc26 h4 {
  color: #002b5c;
  font-family: "FWC26";
  font-size: 2rem;
  font-weight: 400;
  margin-top: 30px;
  text-transform: none;
}
img {
  max-width: 100%;
}
#header {
  background-image: url('https://attstadium.com/wp-content/uploads/2025/05/header-ole-background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 30px auto;
  padding: 90px 30px 45px;
}
@media (min-width: 992px) {
  #header {
    margin: 60px auto;
  }
}
#header img {
  width: 150px;
}
#header h1 {
  color: white;
  text-align: center;
}
#header .agent-text {
  color: white;
  margin: 60px auto 0 auto;
  font-size: 1rem;
  max-width: 800px;
}
#body-text,
#why {
  margin-bottom: 60px;
  max-width: 800px;
}
#image-carousel ul {
  list-style-type: none;
}
#packages {
  padding: 30px;
}
#packages h2 {
  font-size: 2rem;
}
#packages h3,
.additional-packages h3 {
  color: #002b5c;
  font-size: 1.4rem;
}
#packages .package-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  align-items: center;
}
@media (min-width: 768px) {
  #packages .package-grid {
    align-items: unset;
  }
}
.package-grid .package {
  border: 1px solid #888;
  border-radius: 12px;
  box-shadow: 1px 1px 5px #888;
  box-sizing: border-box;
  flex-basis: 100%;
  margin: 15px;
  max-width: 425px;
  padding: 20px;
}
.package-grid .package:hover {
  background: #ccc;
  border: 1px dashed #002b5c;
  box-shadow: 0 0 0 #888;
  transition: all 0.5s;
}
.package h3 {
  text-align: center;
}
.package p {
  font-style: italic;
  margin: 0 0 10px;
}
.package ul {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
}
.package .center-text {
  margin: 20px 0 0;
  text-align: center;
}
main.fwc26 .cta {
  background: #002b5c;
  border-radius: 12px;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 10px 45px;
  text-transform: uppercase;
}
main.fwc26 .cta:hover {
  background: #4c637e;
}
@media (min-width: 768px) {
  .fwc26 h1 {
    font-size: 2.5rem;
  }
  .fwc26 h2 {
    font-size: 1.5rem;
  }
  #packages .package-grid {
    flex-direction: row;
  }
  .package-grid .package {
    flex-basis: 46%;
  }
}
@media (min-width: 992px) {
  body .outter-wrapper-parent {
    top: 0px !important;
  }
  main.fwc26 section {
    padding: 0 30px;
  }
  #header img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  body .fwc26 {
    font-size: 1.4rem;
  }
  .fwc26 h1 {
    font-size: 3rem;
  }
  .fwc26 h2 {
    font-size: 2rem;
  }
  .package-grid .package {
    margin: 30px;
    max-width: 500px;
  }
}
