p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

#header-site-info {
    background: linear-gradient(to right, #009639, #0066a6);
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    top: 0;
    left: 0;
}

.top-left {
    position: absolute;
    top: 30px;
    left: 15px;
}

.logo {
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 15px;
    padding: 5px;
    border: 5px solid #83bea3;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-middle {
    text-align: center;
    z-index: 1;
}

#site-name {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
}

.ins-location {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.eiin-section, .estd-section {
    background: rgba(128, 0, 128, 0.8);
    padding: 7px 10px;
    border-radius: 25px;
    display: block;
    margin-top: 7px;
    text-align: center;
}

.eiin-text, .estd-text {
    font-size: 1.4rem;
    font-weight: 600;
}

.top-right {
    position: absolute;
    right: 15px;
}

.contact-bar {
    background: #1a1a5e;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1.3rem;
}

.website {
    font-weight: 600;
}

.email {
    font-weight: 600;
}

/* Tablet */
@media screen and (max-width: 1024px) {
    #header-site-info {
        padding: 25px 30px;
    }

    .top-left {
        top: 25px;
        left: 15px;
    }

    .top-right {
        right: 15px;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    #site-name {
        font-size: 2.2rem;
    }

    .ins-location {
        font-size: 1.5rem;
    }

    .eiin-text {
        font-size: 1.2rem;
    }

    .contact-bar {
        padding: 8px 10px;
        font-size: 1.1rem;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    #header-site-info {
        flex-direction: column;
        padding: 40px 20px 20px 20px;
        position: static;
        min-height: 165px !important;
        align-items: center;
    }

    .top-left {
        position: static;
        margin-bottom: 15px;
    }

    .logo {
        width: 80px;
        height: 80px;
    }

    .top-middle {
        width: 100%;
    }

    .top-right {
        display: none;
    }

    #site-name {
        font-size: 1.6rem;
    }

    .ins-location {
        font-size: 1.2rem;
    }

    .eiin-section, .estd-section {
        padding: 8px 10px;
    }

    .eiin-text {
        font-size: 1rem;
    }

    .contact-bar {
        flex-direction: column;
        gap: 4px;
        padding: 7px 10px;
        font-size: 1rem;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    #header-site-info {
        padding: 15px;
        min-height: 150px !important;
    }

    .logo {
        width: 70px;
        height: 70px;
    }

    #site-name {
        font-size: 1.3rem;
    }

    .ins-location {
        font-size: 1rem;
    }

    .eiin-section, .estd-section {
        padding: 6px 10px;
    }

    .eiin-text {
        font-size: 0.85rem;
    }

    .contact-bar {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 979px) {
    #header-site-info {
        height: 100%;
    }
}

.right-side-bar .block ul li a {
    font-size: 14px;
}

#notice-board ul a {
    font-size: 14px;
}

@media screen and (min-width: 1400px) {
    .mainwrapper .box {
        margin-right: 13px;
    }
}

strong {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

#right-content .block {
    display: block !important;
}

.share-buttons img {
    width: 30px;
    padding: 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
