body {
    overflow-x: hidden;
    padding: 0;
}

.container-fluid {
    padding: 0 !important;
}

.mynavbar {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0px;
    z-index: 9999;
}

.topnav {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 25px;
    justify-content: space-between;
}

.topbrand {
    display: flex;
    text-decoration: none;
    color: #1163ae;
    align-items: center;
    margin-right: 4px;
}

.topbrand:hover {
    color: #1163ae;
}

.mylogo {
    display: flex;
    width: 40px;
    height: 50px;
}

.brandTxt {
    display: flex;
    flex-direction: column;
}

.brandTxt span:first-child {
    font-size: 18px;
    font-weight: 700;
}

.brandTxt span:last-child {
    font-size: 18px;
    margin-top: -10px;
    font-weight: 500;
}

.mynav-list {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    margin-right: 2%;
    gap: 5%;
}

.mylink {
    display: flex;
    font-size: 16px;
    color: #1163ae;
    font-weight: 500;
}

.mylink:hover {
    color: #1163ae;
}

.mynav-list .active {
    font-weight: 600;
}

.downnav {
    display: flex;
    justify-content: flex-end;
    background-color: #1162ae63;
    width: 100%;
    padding: 5px 25px;
    transition: .5s;
}

.downlinks {
    display: flex;
    gap: 10px;
    padding-right: 2%;
}

.downlink {
    display: flex;
    color: white;
    font-size: 16px;
    padding: 2px 8px;
}

.downlink:hover {
    color: white;
}

.downlink:last-child {
    color: white;
    background-color: #1163ae;
    border-radius: 10px;
}

.myrow {
    margin-top: 60px;
}

.hero-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    height: 550px;
}

.hero-Image {
    display: flex;
    width: 100%;
    height: 100%;
}

.hero-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1162ae80;
}

.hero-content {
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.hero-content p {
    font-size: 38px;
    font-weight: 900;
    color: white;
    width: 50%;
    text-align: center;
    line-height: 100%;
}

.hero-content span {
    display: flex;
    font-size: 24px;
    color: white;
    width: 35%;
    text-align: center;
}

.hero-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5%;
    margin-top: 15px;
}

.hero-card {
    display: flex;
    flex-direction: column;
    width: 23%;
    text-decoration: none;
    background-color: #1163ae;
    padding: 2%;
    border-radius: 5px;
    align-items: center;
}

.card-icon {
    display: flex;
    width: 90%;
    height: 120px;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}

.card-icon img {
    display: flex;
    width: 50%;
    height: 70%;
    border-radius: 10px;
}

.card-text {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding-left: 8px;
}

.card-text h2 {
    color: white;
    opacity: .9;
}

.card-text span {
    display: flex;
    width: 100%;
    text-align: start;
    font-size: 15px;
    color: white;
    opacity: .7;
}

.card-btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: -10px;
    text-decoration: none;
    color: white;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.explore-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
    padding: 2% 0;
}

.section-head {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 30%;
    margin-top: 15px;
}

.section-head h1 {
    color: #094e8d;
    font-weight: 900;
    font-size: 48px;
}

.section-head span {
    display: flex;
    justify-content: center;
    width: 50%;
    text-align: center;
    color: #094e8d;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.section-body {
    display: flex;
    width: 100%;
}

.body-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 4%;
}

.body-left h1 {
    font-size: 38px;
    color: #094e8d;
}

.body-left p {
    color: #094e8d;
    opacity: .8;
    font-size: 20px;
    text-align: justify;
}

.body-left a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    background-color: #094e8d;
    color: white;
    width: fit-content;
    padding: 5px 10px;
}

.body-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.btn-primary {
    background-color: #094e8d !important;
    border: #094e8d !important;
}

label {
    color: #094e8d !important;
    font-size: 20px;
}

.footers {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 1%;
    background-color: #094e8d;
}

.footer-contents {
    display: flex;
    width: 100%;
}

.footerbrand {
    display: flex;
    width: 40%;
    color: white;
    justify-content: center;
    align-items: center;
}

.footerbrand img {
    display: flex;
    align-items: baseline;
    width: 180px;
    height: 180px;
}


.footerTxt {
    display: flex;
    flex-direction: column;
}

.footerTxt span:first-child {
    font-size: 34px;
    font-weight: 700;
}

.footerTxt span:last-child {
    font-size: 30px;
    margin-top: -10px;
    font-weight: 500;
}

.footer-links {
    display: flex;
    gap: 15%;
    width: 70%;
    justify-content: center;
}

.links {
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    gap: 3%;
}

.links h3 {
    font-size: 24px;
    color: white;
}


.links a {
    display: flex;
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.copyright-banner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    color: white;
    opacity: .8;
    gap: 5px;
}

.contact-form {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.keys {
    color: white;
    opacity: .7;
    flex-direction: column;
}

.mobile-navbar {
    display: flex;
    position: absolute;
    position: fixed;
    z-index: 99999 !important;
    overflow: hidden;
    transition: .15s all;
    background-color: rgba(0, 0, 0, 0.616);
    display: none;
}

.mnav-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: white;
    width: 100%;
    align-items: flex-end;
    height: 48%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 6%;
    position: absolute;
    bottom: 0%;
    gap: 5px;
}


.mnav-menu a {
    display: flex;
    text-decoration: none;
    color: #094e8d;
    font-size: 18px;
}

.mnav-menu .active {
    opacity: .6;
}

.menu-icon-container {
    display: flex;
    position: absolute;
    bottom: 10%;
    right: 10%;
    background-color: #094e8d;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    z-index: 999999;
    border-radius: 70%;
    position: fixed;
    box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

.menu-icon-a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: .6s;
}

.menu-icon-a:hover {
    color: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #094e8d;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.login-container .form-group {
    width: 100% !important;
}

.login-container h2 {
    color: #094e8d;
}

.modal {
    z-index: 99999999;
}

@media only screen and (max-width: 1024px) {
    .hero-content p {
        display: flex;
        font-size: 34px;
        font-weight: 900;
        color: white;
        width: 50%;
        justify-content: center;
        text-align: center;
        line-height: 100%;
    }

    .hero-content span {
        display: flex;
        font-size: 16px;
        color: white;
        width: 90%;
        text-align: center;
    }

    .hero-cards {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 2%;
        margin-top: 0px;
    }

    .hero-card {
        display: flex;
        flex-direction: column;
        width: 40%;
        background-color: #1163ae;
        padding: 1%;
        border-radius: 5px;
        align-items: center;
    }

    .card-icon {
        display: flex;
        width: 80%;
        height: 100px;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 2px;
        margin: 5px 0;
    }

    .card-icon img {
        display: flex;
        width: 40%;
        height: 90%;
        border-radius: 10px;
    }

    .card-text {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        padding-left: 8px;
    }

    .card-text h2 {
        color: white;
        opacity: .9;
        font-size: 14px;
    }

    .card-text span {
        display: flex;
        width: 90%;
        text-align: justify;
        font-size: 12px;
        color: white;
        opacity: .7;
    }

    .card-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .card-btn a {
        display: flex;
        text-decoration: none;
        color: white;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .col-md-3 {
        min-width: 30% !important;
        margin: 10px;
    }
}

@media only screen and (max-width: 912px) {
    .hero-content p {
        display: flex;
        font-size: 34px;
        font-weight: 900;
        color: white;
        width: 50%;
        justify-content: center;
        text-align: center;
        line-height: 100%;
    }

    .hero-content span {
        display: flex;
        font-size: 16px;
        color: white;
        width: 90%;
        text-align: center;
    }

    .hero-cards {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 2%;
        margin-top: 0px;
    }

    .hero-card {
        display: flex;
        flex-direction: column;
        width: 40%;
        background-color: #1163ae;
        padding: 1%;
        border-radius: 5px;
        align-items: center;
    }

    .card-icon {
        display: flex;
        width: 80%;
        height: 100px;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 2px;
        margin: 5px 0;
    }

    .card-icon img {
        display: flex;
        width: 40%;
        height: 90%;
        border-radius: 10px;
    }

    .card-text {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        padding-left: 8px;
    }

    .card-text h2 {
        color: white;
        opacity: .9;
        font-size: 14px;
    }

    .card-text span {
        display: flex;
        width: 90%;
        text-align: justify;
        font-size: 12px;
        color: white;
        opacity: .7;
    }

    .card-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .card-btn a {
        display: flex;
        text-decoration: none;
        color: white;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .col-md-3 {
        min-width: 30% !important;
        margin: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .menu-icon-container {
        display: flex;
    }

    .mynav-list {
        display: none;
    }

    .downnav {
        display: none;
    }

    .hero-section {
        height: 450px;
    }

    .hero-content {
        display: flex;
        width: 100%;
        position: absolute;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }

    .hero-content p {
        display: flex;
        font-size: 24px;
        font-weight: 900;
        color: white;
        width: 90%;
        text-align: center;
        line-height: 100%;
    }

    .hero-content span {
        display: flex;
        font-size: 16px;
        color: white;
        width: 90%;
        text-align: center;
    }

    .hero-cards {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        gap: 2%;
        margin-top: 0px;
    }

    .hero-card {
        display: flex;
        flex-direction: column;
        width: 60%;
        background-color: #1163ae;
        padding: 1%;
        border-radius: 5px;
        align-items: center;
    }

    .card-icon {
        display: flex;
        width: 60%;
        height: 40px;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 2px;
        margin: 5px 0;
    }

    .card-icon img {
        display: flex;
        width: 50%;
        height: 70%;
        border-radius: 10px;
    }

    .card-text {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        padding-left: 8px;
    }

    .card-text h2 {
        color: white;
        opacity: .9;
        font-size: 14px;
    }

    .card-text span {
        display: flex;
        width: 90%;
        text-align: justify;
        font-size: 12px;
        color: white;
        opacity: .7;
    }

    .card-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .card-btn a {
        display: flex;
        text-decoration: none;
        color: white;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .explore-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        margin-top: 10%;
        padding: 0 !important;
    }

    .section-head {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 30%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .section-head h1 {
        color: #094e8d;
        font-weight: 900;
        font-size: 26px !important;
    }

    .section-head span {
        display: flex;
        justify-content: center;
        width: 90%;
        text-align: center;
        color: #094e8d;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .section-body {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .body-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1%;
    }

    .body-left h1 {
        font-size: 20px;
        color: #094e8d;
    }

    .body-left p {
        color: #094e8d;
        opacity: .8;
        font-size: 16px;
        text-align: justify;
    }

    .body-left a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        background-color: #094e8d;
        color: white;
        width: fit-content;
        padding: 5px 10px;
    }

    .body-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 5%;
    }

    .body-right img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    label {
        font-size: 16px;
    }

    .footers {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 1%;
    }

    .footer-contents {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }

    .footerbrand {
        display: flex;
        width: 100%;
        color: white;
        justify-content: center;
        align-items: center;
    }

    .footerbrand img {
        display: flex;
        align-items: baseline;
        width: 180px;
        height: 180px;
    }


    .footerTxt {
        display: flex;
        flex-direction: column;
    }

    .footerTxt span:first-child {
        font-size: 34px;
        font-weight: 700;
    }

    .footerTxt span:last-child {
        font-size: 30px;
        margin-top: -10px;
        font-weight: 500;
    }

    .footer-links {
        display: flex;
        gap: 10%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
    }

    .links {
        display: flex;
        flex-direction: column;
        padding-top: 1%;
        gap: 3%;
    }

    .links h3 {
        font-size: 24px;
        color: white;
    }


    .links a {
        display: flex;
        text-decoration: none;
        font-size: 18px;
        color: white;
    }

    .copyright-banner {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        color: white;
        opacity: .8;
        gap: 5px;
    }

}

/* my own interpretation of Bootstrap callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 4px;
    margin-left: 50px;
}

.bs-callout-xl {
    margin-left: 0px;
}

.bs-callout-lg {
    margin-left: 50px;
}

.bs-callout-md {
    margin-left: 100px;
}

.bs-callout-sm {
    margin-left: 150px;
}

.bs-callout-xs {
    margin-left: 200px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 4px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
    background-color: #f7f7f9;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
    background-color: #f0f7fd;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #efffe8;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #fcf2f2;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fefbed;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
    background-color: #f0f7fd;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/* bg transparency and disabled effects for Bootstrap callout */
.bs-callout-default.transparent {
    background-color: rgb(247, 247, 249, 0.7);
    /*#f7f7f9*/
}

.bs-callout-success.transparent {
    background-color: rgb(239, 255, 232, 0.7);
    /*#efffe8*/
}

.bs-callout-warning.transparent {
    background-color: rgb(254, 251, 237, 0.7);
    /*#fefbed*/
}

.bs-callout-danger.transparent {
    background-color: rgb(252, 242, 242, 0.7);
    /*#fcf2f2*/
}

.bs-callout-info.transparent {
    background-color: rgb(240, 247, 253, 0.7);
    /*#f0f7fd*/
}

.bs-callout-primary.transparent {
    background-color: rgb(240, 247, 253, 0.7);
    /*#f0f7fd*/
}

.bs-callout.disabled {
    opacity: 0.4;
}

.mystyle1 {
    color: #094e8d;
}

.mystyle2 {
    width: 100%;
}

.mystyle3 {
    font-size: large;
}

.mystyle4 {
    color: green;
    font-size: 16px;
}

.mystyle5 {
    width: 100%;
    height: 600px;
}

.mystyle6 {
    color: blue !important;
}

.cursor-pointer {
    cursor: pointer;
}

.no-show {
    display: none;
}

.my-margin {
    float: left;
    margin: 12px 12px 20px 0;
}

.my-opacity {
    opacity: .8;
}

.my-height1 {
    height: 291px;
}

.my-height2 {
    height: 180px;
}

.my-height3 {
    height: 600px;
}

.my-width1 {
    width: 220px;
}

.my-delete {
    font-weight: bold;
}

td.cell-width {
    display: block;
    width: 5% !important;
}

.subscribe-button {
    background-color: rgba(29, 121, 241, 0.852);
    /* Navy blue background */
    color: white;
    /* White text */
    border: none;
    /* Remove default border */
    padding: 12px 24px;
    /* Padding for size */
    font-size: 22px;
    /* Font size */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
    /* Rounded corners */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth transition */
    margin-top: 25px;
}

.subscribe-button:hover {
    background-color: #87CEEB;
    /* Light blue on hover */
}

.table-header-light-blue {
    background-color: #2570e0;
    /* Light blue color */
    color: white;
    /* White font color */
    font-size: 19px;
    /* Adjust the font size as needed */
}

.author-info {
    display: flex;
    align-items: center;
}

.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-details .category {
    font-size: 0.9em;
    color: #666;
}

/* Custom column widths */
.sequence-column {
    width: 15%;
}

.author-column {
    width: 30%;
}

.posts-column {
    width: 50%;
}

.action-column {
    width: 5%;
}

.hidden {
    display: none;
}

/* Style the table rows */
tr {
    transition: background-color 0.3s ease-in-out;
}

tr:hover {
    background-color: #add8e6;
}

.comment-button-container {
    position: relative;
    display: inline-block;
}

/* Style the comment button */
.comment-button {
    position: relative;
    background-color: #ADD8E6;
    /* Light blue background color */
    color: #000;
    /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

tr:hover .comment-button {
    opacity: 1;
}

/* Style the tooltip */
.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.comment-button:hover .tooltip {
    opacity: 1;
}

.comment-form {
    display: none;
}

.comment-form.open {
    display: block;
}

.add-post-button {
    background-color: #1a73e8;
    /* Dark blue color */
    color: white;
    /* Text color */
    padding: 10px 20px;
    /* Padding around the text */
    border: none;
    /* Remove border */
    border-radius: 5px;
    /* Rounded corners */
    font-size: 16px;
    /* Font size */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
}

.add-post-button:hover {
    background-color: #1557b0;
    /* Slightly darker blue on hover */
}

/* Highlight current page */
.page-item.active .page-link {
    background-color: #00bfff;
    /* Sea blue color */
    border-color: #00bfff;
    color: white;
}

.search-input {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    /* Remove default outline */
    box-shadow: inset 0 0 0 2px #00bfff;
    /* Sea blue inner border */
    transition: box-shadow 0.3s ease;
    /* Smooth transition */
}

/* Optional: Add a hover effect */
.search-input:hover {
    box-shadow: inset 0 0 0 2px #00bfff, 0 0 8px rgba(0, 191, 255, 0.5);
}

/* Optional: Add a focus effect */
.search-input:focus {
    box-shadow: inset 0 0 0 2px #00bfff, 0 0 12px rgba(0, 191, 255, 0.8);
}