@import url(stylesheet.css);

* {
    padding: 0;
    margin: 0;
    font-family: kalpurushregular !important;
}

.footer-wrapper {
    background-color: #EBEBEB;
    height: 100px;
    margin: 0 auto;
}

.footer-inner .block {
    margin-top: 30px;
}

.footer-inner .block p {
    font-size: 1.2em;
    margin: 0;
    text-align: right;
}

.horizontal-tabs ul {
    width: 100%;
    float: left;
    border-bottom: 1px solid #aaa;
}

.horizontal-tabs ul li {
    background-color: #FAFAFA;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: left;
    margin-bottom: 0;

}

.horizontal-tabs ul li.active {
    background-color: #aaa;
}

.horizontal-tabs ul li a {
    color: #000;
    padding: 10px;
    float: left;
}

.horizontal-tabs ul li.active a {
    color: #fff;
}

.horizontal-tabs ul li.active a:hover {
    color: #fff;
}

.vertical-tabs div {
    width: 70%;
    float: left;
}

.vertical-tabs ul {
    width: 30%;
    float: left;
}

.vertical-tabs ul li {
    width: 90%;
    background-color: #FAFAFA;
    border-right: 1px solid #aaa;
    float: left;
    margin-bottom: 0;
}

.vertical-tabs ul li.active {
    background-color: #aaa;
}

.vertical-tabs ul li a {
    float: left;
    color: #000;
    padding: 10px;
}

.vertical-tabs ul li.active a {
    color: #fff;
}

.vertical-tabs ul li.active a:hover {
    color: #fff;
}

.work_distribution li,
.work_distribution a {
    float: left;
    font-size: 1em;
    color: #666;
}

@media only screen and (min-width: 960px) {
    body {
        background: url("../images/bg/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
    }

    .footer-artwork {
        background: url("../images/bg/footer_top_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 84px;
        margin: 0 auto;
        width: 1020px;
        clear: both;
    }

    .footer-wrapper {
        width: 1020px;
    }

    #block-block-1 {
        float: right;
        text-align: right;
        margin-right: 20px;
    }

    .right-side-bar {
        width: 220px !important;
        margin-left: 20px !important;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .footer-artwork {
        height: 15px;
        margin: 0 auto;
        background-color: #666;
    }

    #notice-board {
        background: url("../images/bg/welcome_grad.png") repeat-x scroll center bottom #EBEBEB;
        border: 1px solid #DDDDDD;
        height: 172px;
        font-size: .8em;
        padding: 20px 0 0 120px;
    }

    #notice-board h2 {
        font-size: 1.5em;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
/* coustom-style-add */

#site-name p{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    margin: -27px;
    padding-left: 32px;
}

.footer-wrapper {

    background-color: #fff;
    padding: 20px 0px;
    font-family: 'Segoe UI', sans-serif;
    border-top: 1px solid #ccc;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Default mobile styles */
.footer-left,
.footer-right {
    width: 100%;
    /* margin-bottom: 20px; */
}

.footer-institute,
.footer-developer {
    color: #00aa00;
    font-weight: bold;
}

.footer-year {
    color: #00aa00;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-divider {

    width: 50%;
    height: 2px;
    background-color: #ccc;
    margin: 7px auto;
    display: block;
}



.footer-icons a {
    text-decoration: none;
    margin: 0 5px;
    font-size: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-icons a:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

.footer-icons .bi-facebook {
    color: #1877f2;
}

.footer-icons .bi-whatsapp {
    color: #25d366;
}

.footer-icons .bi-globe {
    color: #0095f8;
}

.footer-icons .bi-envelope-fill {
    color: #ea4335;
}

/* Desktop View */
@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .footer-left {
        text-align: right;
        width: 45%;
    }

    .footer-right {
        text-align: left;
        width: 45%;
    }

    .footer-divider {
        display: block;
        width: 3px;
        height: 87px;
        background-color: #bbb;
        margin: 0 20px;
    }
}

.mobile-only {
    display: none;
}


@media (max-width: 767px) {
    .mobile-only {
        display: block;
        background-color: #ededed;
        color: rgb(0, 0, 0);
        text-align: center;
        border-radius: 15px;
        box-shadow: #c9c9c9 0 1px 5px;
        margin-bottom: 5px;
    }

    .mobile-only-logo {
        width: 50px;
        height: auto;
        margin-top: 5px !important;
        margin: 0 auto;
    }

    .mobile-only-text {
        margin-top: 5px;
        font-family: kalpurushregular !important;
        font-weight: bold;
        color: #000000;
        text-shadow: 1px 1px 0 #66e457, 2px 2px 0 #ababab, 3px 3px 0 #b3b3b3;

    }

    .header-site-info {
        display: none;
    }
    .rslides img{
        width: 100%;
        height: 150px!important;
    }
}





/* contact-page-redesign */

.contact-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-header {
    background-color: #152c5b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: normal;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
}

.contact-box {
    width: 50%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    flex: 1 1 44%;
}

.contact-box i {
    font-size: 30px;
    color: #152c5b;
    margin-bottom: 10px;
    display: inline-block;

}

.contact-box h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #152c5b;
}

.contact-box p {
    color: #333;
    line-height: 1.4;
    font-size: 1.1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-box {
        width: 100%;
    }
}

/* Custom Icons with Unicode */
.icon-phone::before {
    content: "📞";
    font-size: 28px;
    display: block;
}

.icon-email::before {
    content: "✉️";
    font-size: 26px;
    display: block;
}

.icon-location::before {
    content: "📍";
    font-size: 28px;
    display: block;
}

.icon-clock::before {
    content: "⏰";
    font-size: 26px;
    display: block;
}
