body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #b7cbff;
    color: #222;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
span.logo img {
    width: 100px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}
.mail-text {
    position: relative;
    top: -50px;
    left: 0;
    object-fit: cover;
    z-index: 0;
}
#branding{
    font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#advisory{
   font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#training{
    font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#writing{
    font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;

}
#pool{
   font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#recruitment{
    font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;

}
#index{
    font-family: 'Segoe UI', Arial, sans-serif;
    position: fixed;
    object-fit: center/cover;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;

}

header {
    position: relative;
    background: linear-gradient(90deg, #2b5876 0%, #4e4376 100%);
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
header h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
header p {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.mail {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    z-index: 2;
}
nav {
    background: #a9eeff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 12px;
    text-align: center;
    border-radius: 20px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    top: 50px;
    z-index: 100;
}
nav a {
    color: #2b5876;
    text-decoration: none;
    margin: 0 18px;
    font-weight: 500;
    font-size: 1.5rem;
    transition: color 0.2s;
}
nav a:hover {
    color: #4e4376;
    border-radius: 4px;
    background-color: #dbf2ff;
}
.dropdown {
    position: relative;
    display: inline-block;
    
}

.dropbtn {
    cursor: pointer;
    border-radius: 4px;
    color: #2b5876;
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e6fbffd4;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(26,35,126,0.12);
    z-index: 1;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 0.75rem 1.2rem;
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
    transition: background 0.2s, color 0.2s;
}
.dropdown-content a:hover {
    color: #4e4376;
    background-color: #dbe5ff;
    border-radius: 30px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    
}
.section-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 5rem;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    margin: 60px;
    
}
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 30px;
    background-color: #dbe5ff69;
    border-radius: 20px;
}
.service {
    background: #f3fdffda;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.08);
    padding: 20px 14px;
    flex: 1 1 260px;
    min-width: 260px;
    max-width: 320px;
    text-align: left;
    transition: box-shadow 0.2s;
    opacity: 0;
    transform: translateX(-60px);
}
.service p{
    font-size: 1.4rem;
}
.service h4{
    text-align: center;
}
.service img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
.service img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.service.service-animate {
    animation: slideInService 0.8s cubic-bezier(.77,.2,.32,1.01) forwards;
}
.service a {
    text-decoration: none;
    
}

@keyframes slideInService {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.service:hover {
    box-shadow: 0 4px 18px rgba(44,62,80,0.14);
    background: #eafdff;
}
.service h3 {
    margin-top: 0;
    color: #4e4376;
    font-size: 1.5rem;
    margin: auto;
    text-align: center;
}
.about {
    background: linear-gradient(90deg, #2b5876c0 0%, #4e4376 100%);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.08);
    padding: 30px 24px;
    margin-bottom: 40px;
}
.about p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
}
.contact {
    background: hsl(215, 76%, 92%);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.08);
    padding: 30px 24px;
    margin-bottom: 20px;
    text-align: center;
    transition: box-shadow 0.2s;
    opacity: 0;
    transform: translateX(-60px);
    animation: slideInService 2s cubic-bezier(.77,.2,.32,1.01) forwards;
}
.contact h2{
    background-color:#b7cbff;
    text-decoration: none;
    text-align: center;
    color: black;
    margin: auto;
    max-width: 150px;
    border-radius: 10px;
    transition: 0.3s;
}
.contact h2:hover{
    color: #2b5876;
    font-size: 1.7rem;
}

iframe {
        width: 100% !important;
        height: 800px !important;
        border-radius: 10px;
    }

footer {
    background: linear-gradient(90deg,#4a4376 0%, #2b5876 100%);
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-size: 1rem;
    margin-top: 40px;
    border-radius: 10px 10px 0 0;
}
section p{
    font-size: 1.42em;
}

.social-links a {
      margin: 10 10px;
      font-size: 1.5rem;
      padding: 15px;
      border-radius: 50%;
      background: white;
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
}

.social-links a:hover {
      transform: scale(1.2) rotate(15deg);
}
.bold{
    font-size: 3rem;
}

@media (max-width: 800px) {
    
    header{
        padding: 40px;
        max-height: 400px;
    }
    header h1 {
        font-size: 1.7rem;
    }
    header p {
        font-size: 1rem;
    }
    span.logo img {
    width: 50px;
    }
    .mail-text {
    top: -20px;
    font-size: 0.8rem;
    }
    .mail {
        left: 10px;
        top: 10px;
        font-size: 0.9rem;
    }
    .contact {
        min-height: 100px;
        height: max-content;
        text-decoration: none;
    }
    .contact a{
        font-size: 1rem;
        
    }
    iframe {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        height: 450px !important;
        border-radius: 8px;
        box-sizing: border-box;
        margin: 10px 0;
        display: block;
    }
    nav {
        max-width: 90%;
        border-radius: 20px;
        max-height: 350px;
    }
    nav a {
        font-size: 0.8rem;
        margin: 7px;
    }
    .dropbtn {
        font-size: 0.8rem;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #e6fbffd4;
        min-width: 150px;
        box-shadow: 0 8px 16px rgba(26,35,126,0.12);
        z-index: 1;
        right: 0;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0.5rem;
    }
    .dropdown-content a {
    font-size: 0.8rem;
    }
    .section-title {
        font-family: 'Times New Roman', Times, serif;
        font-size: 2.5rem;
        margin-bottom: 20px;
        color: #ffffff;
        text-align: center;
        border-radius: 20px;
        margin: 60px;
    }
    .service {
        background: #f3fdffda;
        border-radius: 10px;
        box-shadow: 0 2px 12px rgba(44,62,80,0.08);
        padding: 30px 20px;
        flex: 1 1 260px;
        min-width: 100px;
        max-width: 500px;
        transition: box-shadow 0.2s;
        opacity: 0;
        transform: translateX(-60px);
    }
    .service p{
        font-size: 1.3rem;
    }
    .service h3{
        text-align: center;
    }
    .service img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .services{
        background-color: #dbe5ffaf;
    }
    .services p{
        font-size: 1.4rem;
    }
    .social-links a {
      font-size: 1.5em;
      padding: 10px;
    }
}