:root {
    --nav: linear-gradient(to bottom right, #007A33 22%, #397C55 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #007A33 22%, #397C55 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #007A33 22%, #397C55 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #007A33 22%, #397C55 50%) top right / 50% 50% no-repeat;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

::-webkit-scrollbar-thumb {
    background: #209104;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}

::-webkit-scrollbar {
    width: 12px;
}

a {
    color: #0366d6;
}

a:hover, a:focus {
    color: #1f7b07 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.actions {
    float: right;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    height: 100vh;
    margin-bottom: 60px;
    overflow: hidden;
    font-family: 'Times New Roman', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, .btn {
    font-family: 'Times New Roman', sans-serif;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn {
    width: auto;
    box-sizing: border-box;
    background: #209104;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    border: groove 1px #fff;
    cursor: pointer;
    transition: 0.2s ease;
    user-select: none;
    margin-top: 0px;
}

.btn a {
    color: #fff;
}

.btn-gen {
    margin-left: 15%;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #209104 !important;
    text-decoration: none;
}

.btn-landing {
    border-radius: 4px;
    background: #163925;
    border: none;
    padding: 12px 16px;
    color: #FFF;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    .btn-landing:hover {
        background: #007932;
        border: none;
        box-shadow: #096f33 1px 1px;
        color: white !important;
    }

.btn-link {
    font-weight: 400;
    background-color: #209104 !important;
    color: #fff !important;
    border-radius: 15% !important;
    margin-top: 10px;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #209B02;
    border-color: #209104;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background-color: #209104 !important;
    color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #209104;
    border-color: #209104;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #209104 !important;
    color: #fff !important;
}

.btn-primary a:hover {
    color: #fff !important;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #187933;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
}

.btn-scroll-to-top:hover {
    background-color: #6bcb8a;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.button-text {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.contact-us-btn {
    cursor: pointer;
    border-radius: 4px;
    background-color: #163925;
    border: none;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
}

.datatable tbody tr:hover {
    background-color: #005DFF;
    color: #fff;
}

.datatable tbody tr:hover a {
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    white-space: nowrap;
    line-height: 60px;
}

.form-btn {
    margin-top: 10px !important;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw, gm-style-iw-d {
    font-size: 16px;
    background-color: #097138;
    border: solid 1px #ffffff;
    color: white;
}

.gm-style .gm-style-iw {
    padding: 0px;
}

.gm-style-iw-d {
    overflow: hidden !important;
    padding: 12px;
}

.hidden_row {
    display: none;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.landing-about-img {
    height: 50%;
    width: 50%
}

.landing-background-img {
    position: relative;
    width: 100%;
    background-size:cover;
    background-position: center;
    background-image: url("../Images/background.jpeg");
    padding-bottom: 42px;
}

.landing-background-text {
    background-color: #ffffff7a !important;
    padding: 32px;
    border-radius: 20px;
}

.landing-body {
    font-family: 'Times New Roman', sans-serif !important;
}

.landing-container div button, .contact-button {
    display: flex;
    padding: 8px 62px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(180deg, #4576FA 7.29%, #3054AA 100%);
    font-family: Poppins;
    border: none;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.landing-container div button, .contact-button {
    display: flex;
    padding: 8px 62px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(180deg, #4576FA 7.29%, #3054AA 100%);
    font-family: Poppins;
    border: none;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.landing-footer {
    padding: 10px 20px;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    cursor: default;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Times New Roman';
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    position: fixed; /* Change from absolute to fixed */
    bottom: 0;
    height: 40px;
    background: radial-gradient(circle, #007A33 0%, #397C55 70%) !important;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25);
    z-index: 1000; /* Ensure the footer is above other elements */
}

.landing-logo{
    width: 50%;
}

.landing-main-content {
    gap: 0px;
    margin-bottom: 1%;
}

    .landing-main-content nav {
        padding: 0px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        background: #fff;
        backdrop-filter: blur(2px);
        color: #D4D4D4;
        font-family: 'Times New Roman';
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

        .landing-main-content nav div {
            padding: 12px 0px;
            gap: 8px;
            font-size: 20px;
            font-family: 'Times New Roman';
        }

.landing-menu {
    background: #2f9007;
}

.landing-menu div ul li {
    padding: 12px;
}

    .landing-menu div ul li a {
        color: #ffffff;
        text-decoration: none;
        font-family: 'Times New Roman', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .landing-menu .offcanvas-header {
        color: #ffffff;
        text-decoration: none;
        font-family: 'Times New Roman', sans-serif;
        font-style: normal;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

.landing-sec-img {
    width: 65%;
    padding-bottom: 5%;
}

.landing-text {
    color: #007a33;
}

.navbar-brand {
    float: left;
    height: auto !important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: inherit;
    float: left !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link:hover {
    color: #209B02 !important;
}

.nav-links li {
    display: flex;
    align-items: center;
    justify-content: stretch;
    height: 100%;
}

.nav-links li a {
    padding: 20px 24px;
    font-size: 12px;
    font-weight: 500;
    list-style-type: none;
    text-decoration: none;
}

.nav-links li a, .nav-links li a:hover {
    color: #007a33;
}

.nav-links li a:hover {
    background: rgb(32 145 4 / 42%);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    cursor: pointer;
    color: #fff !important;
}

.offcanvas-body {
    display: flex;
}

.offcanvas {
    padding: 10px 5px 10px 5px;
    transition: transform .05s ease-in-out !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.panel-primary {
    border-color: #428bca;
}

.popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.popup-content {
    position: relative;
}

.privacyPolicy {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.privacyPolicy:hover{
    color:#8cffbb !important;
}

.refresh-btn {
    margin-right: 25%;
    margin-left: 0;
}

.searchinput {
    margin-left: 120px;
    margin-top: -35px;
}

table tr {
    cursor: pointer;
}

.table-column {
    border: 0.5px solid #d1d1d1;
}

.table-heading {
    background-color: #00a6e1;
    color: #fff;
}

.tab-btn {
    position: relative;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px 5px 0px 0px;
    margin-right: 0.5vh;
    height: 40px;
    background-color: #59af44;
    color: #fff;
}

.tab-btn.active {
    border: 0.5px solid #000;
    background-color: #209104;
    border-color: #209104;
    color: #fff !important;
}

.wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#urgentNoticeSection {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    text-align: center;
}

#urgentNoticeSection::before {
  position: absolute;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

#urgentNoticeSection::after{
  background: rgba(0, 0, 0, 0.25)
}

.urgentHead {
    background-color: #187933;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.urgentHeadText {
    font-family: 'Times New Roman', sans-serif;
}

.urgentFoot {
    padding: 1px;
    padding-top: 2%;
    color: #A1FBA1;
    border-radius: 10px 10px 10px 10px;
    background-color: #187933;
    font-size: 12px;
    line-height: 1;
}

.urgentFooterText {
    font-family: 'Times New Roman', sans-serif;
}

.urgentBox1 {
    background-color: #48b305;
    color: #fff;
}

.urgentBox2 {
    background-color: #2f9007;
    color: #fff;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjust the number of columns as needed */
    grid-gap: 0px;
    align-items: stretch;
}

.urgetBoxFooter {
    padding: 10px 0px 0px 0px;
}

.urgetBoxFooter1 {
    padding: 10px 0px 0px 0px;
    background-color: #05b353;
    color: #fff;
}

.sim-nav {
    background: radial-gradient(circle, #007A33 0%, #397C55 70%) !important;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25);
}

    .sim-nav h1 {
        color: #FFF;
        font-family: 'Times New Roman';
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        white-space: nowrap;
        margin: 0px;
        text-transform: none;
    }

.logo-landing hr {
    border: 1px solid white !important;
}

.sim-nav h2 {
    color: #FFF;
    font-family: 'Times New Roman';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    margin: 0px;
    text-transform: none;
}

.sim-nav p {
    color: #FFF;
    font-family: 'Times New Roman';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    padding: 0px;
    margin: 0px;
}

.slogan {
    padding-top: 32px;
}


.slogan h1 {
    font-size: 26px !important;
}

.landing-background-img h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.about-us {
    display: flex;
    width: 100%;
    height: 300px;
    padding: 0px 66px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(2.049999952316284px);
}

    .about-us p {
        color: #E7E7E7;
        font-family: 'Times New Roman';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0px;
        margin: 0px;
        text-align: justify;
    }

    .about-us .header {
        display: flex;
        width: 100%;
        border-bottom: 1px solid white;
    }

    .about-us h2 {
        color: #FFF;
        font-family: 'Times New Roman';
        font-size: 25px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
    }

.extra-content p {
    font-size: 20px;
}

.map-container {
    width: calc(100% - 32px)
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 976px) {
    .btn-gen {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width:600) {
    .btn-link {
        padding: 5%;
    }
}

@media (max-width: 576.98px) {
    .map-container {
        width: 100%;
    }

    .extra-content {
        height: fit-content !important;
        justify-content:flex-start !important;
        gap: 4px;
    }

    .about-us .header {
        justify-content: center;
    }

        .extra-content p {
            text-align: center;
            font-size: 16px;
        }

    .slogan h1 {
        font-family: 'Times New Roman';
        font-size: 22px !important;
    }

    .about-us {
        height: fit-content;
        padding: 40px 12px;
        gap: 4px;
    }

    body {
        overflow-y: auto;
        margin: 0px;
    }
    .sim-nav p {
        width: 100% !important;
    }

    .landing-background-img {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .landing-background-text {
        padding: 0px;
        margin-top: -20%;
    }

    .landing-about-img {
        width: 100%;
    }

    .landing-footer {
        position: fixed; /* Ensure the footer is fixed on mobile */
        bottom: 0;
        width: 100%;
    }

    .landing-logo {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #urgentNoticeSection {
        top: 20%;
    }

    .grid-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* Enable horizontal scrolling if needed */
    }

    .grid-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-right: 0px; /* Adjust the margin between items */
    }

    .card {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .card-body {
        flex: 1;
    }

    .urgentMatters {
        padding-left: 5px;
        padding-right: 5px;
    }
}
