﻿

body {
    font-family: 'Poppins', sans-serif;
    background: rgba(var(--bs-background-rgb));
    overflow-x: hidden;
}

/* TOP BAR */
.top-strip {
    background: linear-gradient(90deg,rgba(var(--bs-countersecbackground)),rgba(var( --bs-noticeboardbackground)));
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

    .top-strip a {
        color: white;
        text-decoration: none;
        margin-left: 15px;
    }

/*  HEADER  */
.main-header {
    background-color: rgba(var(--bs-Mainheaderbackground-rgba));
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.logo-box img {
    height: 75px;
}

.portal-title {
    font-size: 36px;
    font-weight: 800;
    color: rgba(var(--bs-portalcolour));
    margin-top: 5px;
}

.portal-subtitle {
    color: #777;
    font-size: 15px;
    letter-spacing: 1px;
}

 
.navbar-custom {
    background: transparent;
    border: none;
    margin-bottom: 0;
    margin-top: 10px;
}

    .navbar-custom .navbar-nav > li > a {
        color: #222 !important;
        font-size: 15px;
        font-weight: 600;
        padding: 14px 18px;
        border-radius: 30px;
        transition: 0.3s;
    }

       /* .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > .active > a {
            background: linear-gradient(90deg,rgba(var(--bs-navbaractive-rgb)),rgba(var(--bs-iconbox)));
            color: white !important;
        }*/

 
.hero-section {
    min-height: 720px;
   background: linear-gradient(90deg,rgba(var(--bs-herosectionbackground)),rgba(var(--bs-herosectionbackground)));
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content {
    padding-top: 70px;
}

.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 10px 25px;
    border-radius: 40px;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
}

.hero-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 88px;
    margin-bottom: 25px;
}

    .hero-title span {
        color: rgba(var(--bs-green-rgb));

    }

.hero-text {
    font-size: 18px;
    line-height: 34px;
    color: #f1f1f1;
    margin-bottom: 35px;
}

.hero-btn .btn {
    padding: 16px 34px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    transition: 0.4s;
}

.btn-main {
    background: linear-gradient(90deg,rgba(var(--bs-darkgreen-rgb)),rgba(var( --bs-green-rgb)));
    border: none;
    color: white;
}

    /*.btn-main:hover {
        transform: translateY(-4px);
        color: white;
            box-shadow: 0 8px 20px rgba(var(--bs-btn-mainhover));
    }*/

.btn-light-custom {
    background: white;
    border: none;
    color: #146c43;
}

   /*  .btn-light-custom:hover {
        background: #f2f2f2;
        transform: translateY(-4px);
    }*/

 
.floating-cards {
    margin-top: -110px;
    position: relative;
    z-index: 10;
}

.info-card {
    background: white;
    border-radius: 22px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: 0.4s;
    min-height: 320px;
    margin-bottom: 30px;
}

   /* .info-card:hover {
        transform: translateY(-12px);
    }*/

.icon-box {
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    line-height: 95px;
    font-size: 42px;
    color: white;
    margin-bottom: 25px;
    background: linear-gradient(90deg,rgba(var(--bs-navbaractive-rgb)),rgba(var(--bs-iconbox)));
    box-shadow: 0 10px 25px rgba(32,201,151,0.35);
}

.info-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgba(var(--bs-infocard-rgb));
}

.info-card p {
    color: #666;
    line-height: 30px;
}

 
.notice-section {
    padding: 90px 0;
}

.notice-box {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.notice-header {
    background: linear-gradient(90deg,rgba(var( --bs-noticeheader-rgb)),rgba(var(--bs-noticeheaderb-rgb)));
    color: white;
    padding: 22px 30px;
    font-size: 24px;
    font-weight: 700;
}

.notice-body {
    padding: 30px;
    height: 420px;
}

    .notice-body ul {
        list-style: none;
    }

        .notice-body ul li {
            padding: 16px 0;
            border-bottom: 1px solid #eee;
            font-size: 16px;
            color: #444;
        }

            .notice-body ul li i {
                color: rgba(var( --bs-textcolour-rgb));
                margin-right: 10px;
            }

 
.about-section {
    padding: 100px 0;
    background: white;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: rgba(var(--bs-infocard-rgb));
    margin-bottom: 25px;
}

    .section-title span {
        color: rgba(var(--bs-spantext-rgb));
    }

.section-text {
    font-size: 17px;
    line-height: 34px;
    color: #666;
}

.feature-box {
    background: #f4fbf7;
    padding: 18px 22px;
    border-radius: 12px;
    margin-top: 15px;
    font-weight: 600;
    transition: 0.3s;
    border-left: 4px solid #20c997;
}

   /* .feature-box:hover {
        background: #198754;
        color: white;
        transform: translateX(5px);
    }*/

    .feature-box i {
        color: #20c997;
        margin-right: 10px;
    }

  /*  .feature-box:hover i {
        color: white;
    }*/

.about-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.counter-section {
    padding: 90px 0;

    background: linear-gradient(135deg,rgba(var(--bs-countersecbackground)),rgba(var( --bs-noticeboardbackground)));
    color: white;
}

.counter-box {
    text-align: center;
}

    .counter-box h2 {
        font-size: 58px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .counter-box p {
        font-size: 18px;
        color: #e4e4e4;
    }


.footer {
    background: rgba(var(--bs-footerbackground));
    color: white;
    padding-top: 80px;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer p {
    color: #ccc;
    line-height: 30px;
}

.footer ul {
    list-style: none;
}

    .footer ul li {
        padding: 10px 0;
    }

        .footer ul li a {
            color: #ccc;
            text-decoration: none;
            transition: 0.3s;
        }

         /*   .footer ul li a:hover {
                color: #20c997;
                padding-left: 5px;
            }*/

.footer-contact i {
    color: rgba(var(--bs-footer-contact));
    width: 25px;
}

.copyright {
    border-top: 1px solid rgba(var(--bs-bordertop-rgb));
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    color: #aaa;
    font-size: 14px;
}

/* MOBILE */
@media(max-width:768px) {

    .hero-title {
        font-size: 40px;
        line-height: 55px;
    }

    .hero-section {
        min-height: auto;
        padding: 100px 0;
    }

    .floating-cards {
        margin-top: 40px;
    }

    .portal-title {
        font-size: 24px;
    }

    .main-header {
        text-align: center;
    }

    .logo-box {
        margin-bottom: 15px;
    }

    .section-title {
        font-size: 34px;
    }
}






