/* header */
.margin-header-bottom {
    height: 30px;
    margin-top: 0px;
    border-top: 1px solid #333;
    
}


#mainNav {
    background-color: #003b7a;
    border-bottom: 1px solid white;
}

#mainNav .navbar-brand {
    font-size: 50px;
    line-height: 50px;
    font-family: Sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    color: white; 

}

#mainNav .nav-link {
    font-size: 16px;
    line-height: 50px;
    font-family: Sans-serif;
    color: white; 

}

#mainNav button.navbar-toggler{
    background-color: #ffffffe0; 
  }

#banner {
    background-position: center;
    background-size: cover;
}

#banner .title-holder {
    background-color: #FFFFFFF0;
    padding: 13px 10px !important;  

    border-radius: 10px; 
    color: black;
    box-shadow: #33333341 0px 0px 14px;
}
/* body */
body#page-top {

    font-family: sans-serif;
}
body#page-top {
    font-size:18px;
}
i.fa-solid.fa-arrow-up-right-from-square {
    font-size: 13px;
}
#page-container {
    position: relative;
    min-height: 100vh;
}
@media (max-width: 576px) {
   #page-top .container-sm, .container {
        max-width: 90%;
    }
}

.post {
    background: #ffffff;
    color: #333333;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 50px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.note-float-left{
margin-right: 10px !important;
}

.note-float-right{
margin-left: 10px !important;
}
.post-body p {
    text-align: justify;
}


.collapsible {
    background-color: #003b7a;
    color: white;
    cursor: pointer;
    padding: 13px 0px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px auto;
    box-sizing: border-box;
    border-radius: 10px;
}

.collapsible::before {
    content: '\25BC';
    font-size: 24px;
    color: white;
    position: absolute;
    left: 22px;
    top: 10px;
    transition: transform 0.7s ease;
}

.collapsible.active::before {
    content: '\25B2';
    transform: rotate(0deg);
}
.collapsible span {
    width: 80%;
}

.collapsible-content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0;
}

.collapsible.active+.collapsible-content {
    padding: 30px;
}

.collapsible-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}


.title-container {
    margin-top: 55px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-container .clearfix a {
    color: #003b7a;
}

/* button contact*/
.contact-card a.link {
    display: inline-block;
    background-color: #ea6751;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.contact-card a.link:hover {
  color: rgba(0,0,0,0.9);
  background: rgb(255,255,255);
  -webkit-box-shadow: 0 0 6px 2px rgba(234,103,81,0.56) inset;
  box-shadow: 0 0 6px 2px rgba(234,103,81,0.56) inset;
  -webkit-transition: all 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  -o-transition: all 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  transition: all 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
}
 
    

     .contact-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

     .contact-card {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 47.5%; 

        padding: 25px 28px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

@media (max-width: 771px) {
    .contact-card {
        width: 95%;
    }
}


    .contact-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

     .contact-card .name {
        font-size: 21px;
        font-weight: bold; 
        margin-bottom: 8px;
    }

    /* Role styling */
    .contact-card   .role {
        font-size: 16px;
        color: #777;
        margin-bottom: 16px;
    }

    /* Link styling */
    .contact-card  .link {
        display: inline-block;
        background-color: #ea6751;
        color: #ffffff;
        padding: 8px 16px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s;
    }

    .contact-card  .link:hover {
        background-color: #525252;
    }



/* footer */
#footer {
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0px;
    font-size: 16px;
    min-height: 200px;
    background-color: #222;
}

.footer-cont,
.logo-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

.footer-item,
.logo-item {
    flex: 1 1 100%;
}

.logo-item {
    max-width: 245px;
}

/* When the screen size is above 600px */
@media (min-width: 990px) {
    footer div.container {
        margin-top: 20px;
    }

    .footer-item,
    .logo-item {
        flex: 1 1 calc(40.33% - 10px);
    }

    /* You can make sure the logos are still aligned next to each other */
    #footerLogo {
        display: flex;
        justify-content: flex-start;
    }

    ul {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        align-items: flex-end;
    }

    .nav-item {
        display: flex;
        flex-direction: row;
        margin-right: 15px;
    }
}

#content-wrap {
    padding-bottom: 300px;
    /* Footer height */
}

/* When the screen size is below 600px */
@media (max-width: 989px) {

    .footer-cont,
    .logo-cont {
        flex-direction: column;
        align-items: normal;
    }

    ul {
        display: flex;
        flex-direction: column;
        align-items: normal;
        margin-top: 10px;
    }

    .nav-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #content-wrap {
        padding-bottom: 440px;
    }


}


.copyright {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    padding: 12px 0;

    letter-spacing: 2px;
}
