:root {
    --titleFont: "Poppins", sans-serif;
    --contentFont: "Inter", sans-serif;
}

body {
    margin: 0;
    font-family: var(--contentFont);
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}


.middle-title p {
    color: blue;
    font-family: var(--titleFont);
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
}

.middle-title h1 {
    color: #000;
    font-family: var(--titleFont);
    font-weight: 600;
    font-size: 2.5em;
    font-style: normal;
}

.act-primary {
    background: linear-gradient(95deg, rgb(0, 87, 255) 9.49%, rgb(15, 41, 114) 92.52%);
    border-radius: 15px;
    font-size: 0.9em;
    filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
    color: #fff !important;
}

.act-primary:after {
    content: '';
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.act-primary:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.act-primary:hover {
    color: #fff !important;
}

.act-primary:focus {
    outline: none;
    box-shadow: none;
}

.cyber-banner img {
    max-height: 60vh;
    width: 100%;
    object-fit: cover;
}

.banner-carousel {
    position: relative;
}
.banner-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    font-size: 70px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 38%;
    color: #fff;
}
.banner-carousel .owl-nav .owl-prev span, .banner-carousel .owl-nav .owl-next span{
    width: 60px;
    height: 60px;
    font-size: 37px;
    display: inline-block;
    background: rgba(0, 0, 0, .15);
    border-radius: 100%;
}
.title-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: none;
}

.banner-title {
    color: #fff;
    text-align: center;
}

.banner-subtitle {
    margin: 0 auto;
    color: transparent !important;
    margin-bottom: 0.38rem;
    font-weight: 900;
    background: linear-gradient(139deg, #FFAE34 21.23%, #00FF31 83.17%);
    background-clip: text;
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #0E34A0;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.about-section p {
    font-weight: 700;
    font-size: 1.5em;
    background: linear-gradient(139deg, #1d4ed8, #239138);
    background-clip: text;
    color: transparent;
}

.about-content span {
    font-size: 0.9em;
    font-family: var(--contentFont);
}

.circular-section {
    min-height: 200px;
    border: 0.5px solid #dadada;
    max-height: 400px;
    overflow: auto;
}

.circular-detail {
    font-size: 0.8em;
}

.circular-type {
    font-size: 0.8em;
}

.circular-type .badge {
    color: #ea6060;
    font-style: italic;
    background-color: #e9e9e9;
}

.circular-item {
    border-bottom: 0.5px solid #dadada;
}

.circular-item:last-child {
    border-bottom: none;
}

.date-badge {
    color: #9e9a9a;
    font-style: italic;
}

.faq-section {
    background-color: #f2fbff;
}

.faqHeading {
    display: block;
    font-size: 3em;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: linear-gradient(92deg, #1D4ED8 1.43%, #239138 60.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.faqheading1 {
    display: block;
    color: #090909;
    font-size: 1.3;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.faq-img {
    width: 80%;
}

.footer-carousel .owl-next span {
    position: absolute;
    right: 0;
    top: 34px;
    font-size: 3em;
}

.footer-carousel .owl-prev span {
    position: absolute;
    left: 0;
    top: 34px;
    font-size: 3em;
}

.footer-carousel .owl-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 10px;
}

.footer-carousel .owl-stage {
    padding: 20px 0px;
}

.owl-carousel.footer-carousel .owl-item img {
    height: 70px;
    object-fit: contain;
}

.cyber-footer {
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}

.top-header {
    background-color: #000;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.font-setting {
    border-radius: 4px;
    background-color: rgba(244, 241, 255, 0.2);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-separator {
    width: 0;
    height: 30px;
    border-left: 1px solid #ebebeb;
    margin: auto;
    margin-left: -7px;
    margin-right: 6px;
}

.top-right a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px auto;
}

.top-nav .nav-link {
    padding: 0.5rem 0.7rem;
    font-weight: 500;
    color: #0d589b;
    transition: none;
}

/* .top-nav .nav-link:hover {
    border-radius: 3rem;
    background: linear-gradient(276deg, #1D4ED8 8.87%, #0F2972 96.48%);
    color: #fff;
} */

.accordion-button:not(.collapsed) {
    background: linear-gradient(273deg, #0FA32B -45.05%, #0C36AC 95.77%);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    background-color: #eafffe;
}
#scrolltoTop {
    display: inline-block;
    background-color: #FF9800;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#scrolltoTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}

#scrolltoTop:hover {
    cursor: pointer;
    background-color: #333;
}

#scrolltoTop:active {
    background-color: #555;
}

#scrolltoTop.show {
    opacity: 1;
    visibility: visible;
}

[data-kt-app-layout=dark-header] .app-header{
    background-color: white !important;
    box-shadow: 0 .125em .5em rgba(0, 0, 0, .15);
}

[data-kt-app-layout=dark-header] .app-header-menu .menu>.menu-item>.menu-link .menu-title {
    color: black !important;
}



/* Ensure proper spacing and alignment */
.login-nav a {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 0.5rem;
}

.login-nav a.ciizen-active {
    color: white;
    font-weight: 600;
    text-decoration: none;
}


/* Media Query */
@media screen and (max-width: 768px) {
    .app-header {
    height: auto;
    padding-bottom: 0.5rem;
    }
  }
  @media screen and (max-width: 992px) {
    #kt_app_header_menu_toggle {
    display: none;
    }
    .header-logo-container{
        margin-bottom: 6px;
    }
  }