body {
    margin: auto;
    min-height: 100vh;
    display: flex; 
    flex-direction: column;
    align-items: stretch;
    line-height: 1.4; 
    font-family: "Trebuchet MS", Calibri, 'Gill Sans', sans-serif;
    font-weight: bold;
    background-color: #ffffff;
}

 * {
    box-sizing: border-box;
}

header, main {
    align-self: auto;
    width: 100%;

   
}

header {
    background-color: #1a3d6d; padding: 50px;
    border-top: 3px solid #f3c300;
    border-bottom: 4px solid #f3c300; 
    border-left: 3px solid #f3c300;
    border-right: 3px solid #f3c300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 3.5cm;
}

  .logo-box {
 background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    border: 4px;
  }
   


footer, main{
    align-items: center;
    width: 100%;
    padding-left: 2cm;
    padding-right: 2cm;
    
}

footer { background-color: #1a3d6d;
 color: #f3c300; 
 border-top: solid 3px #f3c300;
 border-bottom: solid 4px #f3c300;
border-left: 3px solid #f3c300;
 border-right: 3px solid #f3c300;
 padding: 20px; 
 margin-top: 5px;
 display: flex; 
 justify-content: space-between; 
 align-items: flex-start; }

 footer h3 
 {
    color: #f3c300;
    text-align: center;
    margin-top: 1.8cm;
     margin-bottom: 12px;
     margin-left: 120px; 
     margin-right: 150px;
   

} footer a
 { display: block;
    text-align: center;
    margin-top: 1.3cm;
     margin-bottom: 1.2cm; 
     margin-left: 120px;
     margin-right: 180px;
     color: #f3c300;
    }
 footer p 
 { 
     margin-top: 3cm;
    margin-bottom: 1cm;
    margin-right: 120px;
     color: #f3c300   
 }
.footer-social a img {
   width:25px;
   height:25px;
   color:#f3c300;
}
.footer-social img:hover {
    transform: scale(1.15);
    filter: brightness(1.3)
}

h1,h2,h3,h4,h5,h6 {
    color: #1a3d6d; 
    margin-top: 2.0cm;
    margin-bottom: 1cm;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold; 
    line-height: 1.5;
}
.hero-banner { 
    width: 100%;
     height: 900px; 
      background-image:url(img/AdobeStock_1087353328.jpg);
       background-size:cover; 
       background-position:center; 
        background-repeat: no-repeat; 
        position: relative;
     margin-top: 20px; 
}
.hero-banner-2 {
     width: 100%;
     height: 650px; 
      background-image:url(img/AdobeStock_134362781.jpg);
       background-size:cover; 
       background-position:center; 
        background-repeat: no-repeat; 
        position: relative;
     margin-top: 20px; 
     margin-bottom: 2cm;

}
.hero-banner-3 {
     width: 100%;
     height: 800px; 
      background-image:url(img/AdobeStock_39219837.jpeg);
       background-size:cover; 
       background-position:center; 
        background-repeat: no-repeat; 
        position: relative;
     margin-top: 20px; 

}
.hero-banner-4 {
     width: 100%;
     height: 1200px; 
      background-image:url(img/AdobeStock_418041482.jpg);
       background-size:cover; 
       background-position:center; 
        background-repeat: no-repeat; 
        position: relative;
     margin-top: 15px; 

}
.hero-banner-5 {
     width: 100%;
     height: 800px; 
      background-image:url(img/AdobeStock_298155089.jpg);
       background-size:cover; 
       background-position:center; 
        background-repeat: no-repeat; 
        position: relative;
     margin-top: 5px; 

}
    

.tagline{
    color:#000000;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
position: absolute;
top: 30%;
left: 50%;


}
.tagline-2{
    color:#f3c300;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
position: absolute;
top: 17%;
left: 5%;
line-height: 3;
}

.tagline-3 {
    color:#000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
position: absolute;
bottom: 20%;
left: 10%;
}

.tagline-4 {
    color:#000000;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    Text-align: right;
    margin-bottom: 20px;
position: absolute;
bottom: 12%;
right: 5%;


}
.tagline-5 {
    color:#000000;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    Text-align: center;
    margin-bottom: 20px;
position: absolute;
margin-top: 20px;
left: 30px;


}

.tagline-6 {
    color:#f3c300;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    Text-align: left;
    margin-right: 260px;
 position:absolute;
 margin-top: 230px;
 left: 39px;


}


.site-header {
    display: flex;
    align-items: stretch;
    min-height: 8em;
}

.site-logo {
    color: #1a3d6d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 800;
    text-decoration: none;
}

.navigation {
    display: flex;
}

.navigation-link {
    color: #f3c300;                
    padding: 1.4em;
    text-decoration: none;                 
    font-weight: 700;                    
    border-radius: 0.1em;

}

.navigation-link:hover {
    color: #f3c300;
    background-color: #424953;

}
 .table-wrapper {
      max-width: 700px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      padding: 24px 20px;
    }

    h2 {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 22px;
      color: #000000;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    thead th {
      text-align: left;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #1a3d6d;
      padding-bottom: 10px;
      border-bottom: 2px solid #ffffff;
    }

    tbody td {
      padding: 12px 0;
      font-size: 15px;
      color: #000000;
      vertical-align: top;
      border-bottom: 1px solid #ffffff;
    }

    tbody tr:last-child td {
      border-bottom: none;
    }

    tbody td:first-child {
      font-weight: 600;
      width: 30%;
      padding-right: 20px;
    }


form {
    max-width: 40em;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 1.5em;
    margin: 2cm 0;
    border-radius: 0.5em;
}

label {
    font-size: 0.9em;
    font-weight: 700;
}

input[type='text'], input[type='email'], textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 0.35em;
}

input[type='radio'] {
    display: inline;
    margin-right: 0.5em;
}

textarea {
    resize: none;
}

input[type='submit'] {
    width: auto;
    padding: 0.6em 2em;
    background-color: #000000; 
    color: white;
    border-style: none;
    border-radius: 0.35em;
    margin:  0 0 0;
    cursor: pointer;
}

input[type='submit']:hover {
    background-color: #1a3d6d;
}

.form-header {
    margin-top: auto;
}

.form-description {
    margin-bottom: auto;
}


img {
    width: 30%;
    height: auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    
  font-weight: bold;
}

.main-header {
  background: linear-gradient(to right, #000000, #000000);
    margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}

.logo {
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.7;
}
* {
  margin: 0%;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT',  'Trebuchet MS', sans-serif; 
  font-weight: bold;
}

.main-header {
  background: linear-gradient(to right, #000000, #000000);
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.6;
}
.icon-container {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100px; 
    border: 50px solid #ccc; 
}
