* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222;
    background-color: #DDF2FE;
    line-height: 1.6;
}

.container {
    max-width: 992px;
    margin: 0 auto;
}

#site-nav {
    background-color: rgba(10, 18, 55, 0.75);
    padding: 14px 0;
}

#site-nav .container {
    text-align: center;
}

#site-nav ul {
    list-style: none;
    display: inline-block;
}

#site-nav ul li {
    display: inline-block;
    margin: 0 18px;
}

#site-nav ul li a {
    text-decoration: none;
    color: #DDF2FE;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 2px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}

#site-nav ul li a:hover,
#site-nav ul li a.active-link {
    color: #90B3EE;
    border-bottom-color: #90B3EE;
}

#site-footer {
    background-color: #163064;
    padding: 20px 0;
    text-align: center;
}

#site-footer p {
    font-size: 14px;
    font-weight: 700;
    color: #DDF2FE;
}

.btn-primary {
    display: inline-block;
    background-color: #224C8C;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    text-decoration: none;
    border: 2px solid #224C8C;
    border-radius: 8px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #163064;
    border-color: #163064;
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    text-decoration: none;
    border: 2px solid #90B3EE;
    border-radius: 8px;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #DDF2FE;
    color: #224C8C;
}

#hero-banner {
    position: relative;
    overflow: hidden;
}

#hero-banner .hero-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.45);
}

#hero-banner .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
    width: 600px;
    text-align: center;
    color: #fff;
}

#hero-banner .hero-content h1 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 10px;
}

#hero-banner .hero-content .hero-subtext {
    font-size: 15px;
    margin-bottom: 22px;
}

#hero-banner .hero-btn-group .btn-primary {
    margin-right: 10px;
}

#cards-section {
    padding: 48px 0 36px;
    text-align: center;
    background-color: #DDF2FE;
}

#cards-section .section-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #0A1237;
}

#cards-section .cards-row {
    overflow: hidden;
    margin-bottom: 26px;
}

.card-item {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.card-item:last-child {
    margin-right: 0;
}

.card-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.card-item .card-label {
    font-size: 14px;
    color: #224C8C;
    margin-top: 8px;
}

.feature-img-col {
    float: left;
    width: 52%;
}

.feature-img-col img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

.feature-text-col {
    float: right;
    width: 44%;
    padding-left: 20px;
}

.feature-text-col h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.feature-text-col p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 20px;
}

#feature-band {
    background-color: #0A1237;
    padding: 46px 40px;
    overflow: hidden;
}

#feature-band .feature-text-col {
    color: #fff;
}

#feature-band .feature-text-col p {
    color: #DDF2FE;
}

#p2-intro {
    padding: 50px 0 38px;
    overflow: hidden;
}

#p2-intro .feature-text-col {
    color: #0A1237;
    padding-top: 40px;
}

#p2-intro .btn-group .btn-primary {
    margin-right: 10px;
}

#p2-intro .btn-secondary,
#gallery-section .btn-secondary {
    color: #0A1237;
}

#profile-band {
    background-color: #0A1237;
    padding: 40px;
    overflow: hidden;
}

#profile-band .profile-img-col {
    float: left;
    width: 24%;
    padding-right: 20px;
}

#profile-band .profile-img-col img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
}

#profile-band .profile-text-col {
    float: left;
    width: 72%;
    color: #fff;
    padding-left: 10px;
}

#profile-band .profile-text-col h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

#profile-band .profile-text-col p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #DDF2FE;
}

#gallery-section {
    padding: 50px 0 42px;
    text-align: center;
    background-color: #DDF2FE;
}

#gallery-section .section-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #0A1237;
}

.gallery-row {
    overflow: hidden;
    margin-bottom: 6px;
}

.gallery-row-three .gallery-cell {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.gallery-row-three .gallery-cell:last-child {
    margin-right: 0;
}

.gallery-row-three .gallery-cell img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-row-two .gallery-cell {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.gallery-row-two .gallery-cell:last-child {
    margin-right: 0;
}

.gallery-row-two .gallery-cell img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-row-four .gallery-cell {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.gallery-row-four .gallery-cell:last-child {
    margin-right: 0;
}

.gallery-row-four .gallery-cell img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

#gallery-section .gallery-btn-group {
    margin-top: 26px;
}

#gallery-section .gallery-btn-group .btn-primary {
    margin-right: 10px;
}
