html {
  scroll-behavior: smooth;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
img {
  display: block;
  max-width: 100%;
}
main {
  overflow: hidden;
  position: relative;
}
#home {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 100;
}
.home-section-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.home-content-container {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 804px) {
  .banner {
    position: fixed !important;
    display: block !important;
    top: 144px !important; /* 1.5 inches approx */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff8dc;
    color: #92400e;
    padding: 0.75rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  body {
    padding-top: 180px !important;
  }
}
  .home-content-container {
  padding-top: 0;
}
.home-content-leftSide {
  flex: 0.4;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .home-content-leftSide {
    flex: 0.3;
  }
}
.home-content-leftSide img {
  margin-left: auto;
  margin-top: 0;
  width: 71%;
}
@media screen and (max-width: 1400px) {
  .home-content-leftSide img {
    width: 91%;
  }
}
@media screen and (max-width: 1200px) {
  .home-content-leftSide img {
    width: 100%;
  }
}
.left-shade {
  background: #d3d3d3;
  width: 30.5%;
  height: 72px;
}
@media screen and (max-width: 1400px) {
  .left-shade {
    width: 28.5%;
  }
}
.home-content-center {
  flex: 0.72;
}
.home-content-center img {
  width: 100%;
}
.text-container {
  font-size: 43px;
  letter-spacing: 3px;
  text-align: center;
  padding: 20px 20px 0 20px;
  background: #eaeaea;
  margin: 0;
}
@media screen and (max-width: 1034px) {
  .text-container {
    font-size: 23px;
  }
}
.pAdd {
  padding: 0;
  padding-bottom: 5px;
  font-size: 48px;
}
@media screen and (max-width: 1034px) {
  .pAdd {
    font-size: 28px;
  }
}
.home-content-leftSide-1 {
  width: 100%;
  padding-top: 40px;
}
.logo {
  box-shadow: 3px 7px 25px rgba(50, 80, 150, 0.6);
  margin-bottom: 3px;
  position: relative;
  z-index: 10;
}
.home-content-rightSide {
  flex: 0.2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .home-content-rightSide {
    flex: 0.12;
  }
}
.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .menu {
    gap: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1034px) {
  .menu {
    gap: 0;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.menu a {
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  transition: color 0.3s;
}
@media screen and (max-width: 1034px) {
  .menu a {
    font-size: 11px;
  }
}
.menu a:hover {
  color: #62b6f3;
}
.right-shade {
  height: 72px;
  background: #d3d3d3;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1346px) {
  .right-shade {
    width: 35%;
    align-items: end;
  }
}
.right-shade p {
  font-size: 13px;
  margin: 0;
}
.right-shade div a {
  color: black;
  font-size: 13px;
  text-decoration: none;
}
.right-shade div a:hover {
  color: #62b6f3;
}
footer {
  display: flex;
}
@media screen and (max-width: 1034px) {
  footer {
    margin-top: auto;
  }
}
h3 {
  margin: 0;
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  h3 {
    font-size: 20px;
  }
}
#mobileNotice {
  display: none;
  background-color: #fff3cd;
  color: #856404;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  border-bottom: 1px solid #ffeeba;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  #mobileNotice {
    display: block;
    position: relative;
    top: 0;
    z-index: 1000;
  }
}
.footer {
  background: linear-gradient(to right, #1b2a49 41%, #d3d3d3 0);
  width: 55%;
  height: 72px;
}
.footer .nolink {
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .footer {
    width: 65%;
    background: linear-gradient(to right, #1b2a49 58%, #d3d3d3 0);
  }
}
@media screen and (max-width: 1346px) {
  .footer {
    width: 45%;
  }
}
.section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section-content {
  align-self: center;
  margin: auto;
  padding: 20px;
}
.section-content p {
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  .section-content p {
    font-size: 20px;
  }
}
.section-content h2 {
  font-size: 45px;
  color: black;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1034px) {
  .section-content h2 {
    font-size: 35px;
  }
}
.section-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section-content li {
  margin-bottom: 35px;
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  .section-content li {
    font-size: 20px;
  }
}
.section-contentLi {
  margin-bottom: 0 !important;
}
.up-arrow {
  text-align: center;
  text-decoration: none;
  font-size: 90px;
  color: #87ceeb;
  padding-left: 8%;
  line-height: 1;
}
blockquote {
  font-style: italic;
  font-size: 20px;
  color: #000000;
  border-left: 4px solid #080808;
  padding-left: 15px;
  margin-bottom: 0;
}

/* === Custom Sections === */
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.headshot,
.boardroom {
  height: 300px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ready-box {
  background-color: #e0e0e0;
  width: 100%;
  max-width: 600px;
  height: 2in;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0 0;
  border-radius: 12px;
}
.blue-bar {
  width: 3in;
  height: 0.5in;
  background-color: #87ceeb;
  margin-top: -0.25in;
  border-radius: 8px;
}
.section-block {
  display: flex;
  flex-direction: row;
  margin: 3rem 0;
  width: 100%;
  max-width: 1200px;
}
.white-box {
  width: 20%;
}
.blue-box {
  width: 60%;
  background-color: #87ceeb;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.contact-section {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.captcha-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.captcha-image {
  width: 320px;
  height: auto;
  margin-bottom: 1rem;
}
.captcha-note {
  font-size: 0.85rem;
  color: #444;
}
.challenge-box {
  background: white;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.challenge-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.challenge-box input[type="text"],
.challenge-box select {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.challenge-box input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.challenge-box input[type="submit"]:hover {
  background-color: #444;
}
.sec-footer {
  margin-top: 0;
}
.form-wrapper{
    max-width:600px;
    margin:120px auto;
    padding:40px;
    background:white;
    box-shadow:0 6px 20px rgba(0,0,0,0.1);
    border-radius:6px;
}

.form-wrapper h2{
    text-align:center;
    margin-bottom:25px;
}

.form-wrapper p{
    text-align:center;
    margin-bottom:30px;
}

.form-wrapper form div{
    margin-bottom:20px;
}

.form-wrapper label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
}

.form-wrapper input[type="text"]{
    display:block;
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:4px;
}

.checkbox-row{
    margin-bottom:25px;
}

.form-wrapper button{
    width:100%;
    padding:12px;
    background:#0c3b70;
    color:white;
    border:none;
    border-radius:4px;
    font-size:16px;
    cursor:pointer;
}

.form-wrapper button:hover{
    background:#082a4f;
}