* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}
  
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
  
.header {
    background: #004466;
    color: white;
    padding: 20px 0;
}
  
.logo {
    font-size: 1.8rem;
    font-weight: bold;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container {
    display: flex;
    align-items: center;
}
  
.nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.header-logo {
    height: 80px;  
    width: auto;
    margin-left: 20px;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
  
.nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.702); 
    z-index: 1;
}

.hero {
    background: url('https://scontent-lhr8-1.xx.fbcdn.net/v/t39.30808-6/486534036_1099343828900498_5868908313114100723_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=833d8c&_nc_ohc=lbFKEMYHRyAQ7kNvwGIJt1o&_nc_oc=AdlIagNRRlY_oHBa3ITnJ7X2VgpmLrG0tgUGNSK8UBHR85uEFX1b2V2YcpRhpn4Ih48&_nc_zt=23&_nc_ht=scontent-lhr8-1.xx&_nc_gid=L00-8sV7dmtaXJwOzZ4c7Q&oh=00_AfE2KZGkSJ0ZVfXoyHJ97ojFEqYAVLNjlKu1QVmPN9CbYg&oe=681E9EEA') center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
}

.hero-text {
    position: relative;
    z-index: 2; 
    color: rgb(0, 0, 102);
}

.hero-text h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hero-text p {
    font-size: 1.5rem;
    margin-top: 0;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ff6600;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}
  
.section {
    padding: 60px 0;
}
  
.projects .project-cards {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-top: 20px;
}

.video-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    align-items: flex-start;
  }
  
.video-box {
    flex: 1;
    min-width: 300px;
}
  
.video-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
  
.video-card-container .card {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
  
.card {
    background: white;
    padding: 30px;
    flex: 1;
    min-height: 290px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.inline-img {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

#toggleTeamBtn {
    padding: 10px 20px;
    background-color: #13379b;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
}
  
#toggleTeamBtn:hover {
    background-color: #3c7abc;
}  

.section {
    padding: 60px 0;
}
  
.projects .project-cards {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-top: 20px;
}
  
.card2 {
    background: white;
    padding: 30px;
    flex: 1;
    min-height: 150px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inline-img2 {
        width: 300px;
        height: auto;
        margin-top: 15px;
        border-radius: 6px;
}

.inline-img3 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img4 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img5 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img6 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}


.inline-img7 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img8 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img9 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img10 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.inline-img11 {
    width: 300px;
    height: auto;
    margin-top: 15px;
    border-radius: 6px;
}

.image-row {
    display: flex;
    gap: 20px; 
    justify-content: center;
    margin-top: 20px; 
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #003366; 
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
  
.btn:hover {
    background-color: #0055aa;
}

.please-note {
    font-weight: bold;
}
  
.red-text {
    color: red;
    display: block; 
    font-weight: normal;
}
  
.bold-text {
    font-weight: bold;
}

.facebook-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
  
.facebook-frame {
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.contact-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
  
.facebook-frame {
    width: 800px;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}
  
.contact-info {
    max-width: 300px;
    font-size: 18px;
    line-height: 1.8;
}
  
.label {
    font-weight: bold;
    color: #003366;/
}
  
.contact-info a {
    color: #003366;
    text-decoration: none;
}
  
  
.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin-top: 60px;
}
  