:root {
    --primary: #00EEE5;
    --primary-light: #00eee526;
    --primary-light-10: #00eee51a;
    --white: #ffffff;
    --purple-light:#F191F2;
    --purple-10: #f191f21a;
    --purple-15: #8a2be226;
    --white-light: #ffffff99;
}

body {
    background-color: #1F1F1F;
    color: var(--white);
}
.textwidget h4{
    font-family: "Orbitron", 'sans-serif';
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary);
}
.textwidget h1, .textwidget h2, .textwidget h5, .textwidget h6 {
    font-family: "Orbitron", 'sans-serif';
    color: var(--primary);
}
.textwidget h3{
    font-family: "Orbitron", 'sans-serif';
    color: var(--white);
    font-size: 23px;
    margin-bottom: 30px;
}
.custom-html-widget p{
    margin-bottom: 30px;
}
.custom-html-widget ul{
    padding-left: 40px;
    margin-bottom: 20px;
}
.custom-html-widget ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: var(--primary);
}
.inner-page-content-wrapper p, .inner-page-content-wrapper li, .custom-html-widget {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 35px;
    color: var(--white-light);
}
.widget-title{
    font-size: 36px;
    margin-bottom: 24px;
    font-family: "Orbitron", 'sans-serif';
}
.main-title:after, .widget-title:after, .textwidget h3:after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--primary);
    margin-top: 8px;
}
.gradient-ticker {
    background: linear-gradient(90deg, #b92b27, #1565C0, #00e5ff);
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.clip-slant {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

#backtotop {
    display: inline-block;
    background: var(--primary);
	cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
}
.main-banner-read-more a{
    color: var(--primary) !important;
    display: inline-block;
    border: 1px solid var(--primary) !important;
    border-radius: 10px;
    padding: 10px 25px;
    margin-top: 10px;
}
.n2-ss-slider-4{
    background-color: rgba(0,0,0,0.3);
    border-radius: 40px !important;
}
.sec-main-banner img{
    border-radius: 40px !important;
}
.breadcrumb a{
    color: var(--primary) !important;
}
.map-box iframe{
    border-radius: 12px;
}
.contact-form .wpcf7-form-control{
    background-color: transparent;
    border: 1px solid var(--primary-light);
    padding: 5px 10px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.contact-form .wpcf7-textarea{
    height: 150px;
}
#contact-submit-btn{
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    width: 150px;
    font-family: "Orbitron", 'sans-serif';
}
.contact-right{
    background: #f0f2f4;
    border-radius: 10px;
    color: #021b2e;
    padding: 25px 40px;
}
.contact-right h4{
    margin-bottom: 0;
}
.contact-right p{
    font-size: 16px;
    line-height: 30px;
}
.contact-icon-box{
    border: 1px solid var(--primary-light);
    border-radius: 12px;
    padding: 20px 15px;
    min-height: 200px;
}

/* Sticky navbar */
.main-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.main-navbar.scrolled {
    box-shadow: 0 2px 16px rgba(0, 238, 229, 0.15), 0 1px 4px rgba(0,0,0,0.18);
}
.contact-icon-box .fa-solid{
    color: var(--primary);
    font-size: 20px;
}
.contact-icon-box p, .contact-icon-box a{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}
.contact-icon-box h4{
    margin-bottom: 0;
    color: var(--white);
    font-size: 16px;
}
.contact-icon-box span{
    width: 50px;
    height: 50px;
    background-color: var(--primary-light-10);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.center-img img{
    margin: 0 auto;
    display: block;
}
.main-banner-text-tagline p{
    background: -webkit-linear-gradient(#F191F2, #00eee5) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800 !important;
}
.df-popup-thumb{
    width: 300px !important;
}

/* Rich content areas (department/laboratory single pages) */
.prose-nerdc p{
    margin-bottom: 20px;
}
.prose-nerdc h2, .prose-nerdc h3, .prose-nerdc h4, .prose-nerdc h5, .prose-nerdc h6{
    font-family: "Orbitron", 'sans-serif';
    color: var(--white);
    margin-top: 36px;
    margin-bottom: 16px;
}
.prose-nerdc h3{
    font-size: 22px;
    color: var(--primary);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,238,229,0.15);
}
.prose-nerdc h4{
    font-size: 18px;
    color: var(--white);
}
.prose-nerdc h5{
    font-size: 15px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.prose-nerdc ul{
    list-style: none;
    /**padding-left: 0;**/
    margin-bottom: 20px;
    display: grid;
    gap: 8px;
}
.prose-nerdc ul li{
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white-light);
}
.prose-nerdc ul li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--primary);
}
.prose-nerdc strong{
    color: var(--white);
}