* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
}

#main-container {
    padding: 0px;
}

.m-header {
    display: flex;
    justify-content: start;
    /* align-items: center; */
}

.b-brand h2 {
    color: black;
    font-family: "Kaushan Script", serif;
    font-size: 40px;
}

a {
    text-decoration: none;
}

#reports {
    padding: 20px;
    width: 80%;
    position: relative;
    left: 10%;
    top: 80px;

}

.heading {
    background-color: rgb(12, 100, 195);
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 15px;
}

.btn-submit {
    background-color: rgb(12, 100, 195);
    color: #fff;
    border: none;
}

.btn-submit:hover {
    background-color: #a50d2c;
    color: #fff;
}

.form-section {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.form-section h4 {
    margin-bottom: 20px;
    color: rgb(12, 100, 195);
}

.nxl-header {
    display: flex;
    align-items: center;
    justify-content: end;

}

.nxl-header .header-wrapper {
    text-align: end;
    display: flex;

}

.nxl-header .header-wrapper .icons {
    display: flex;
    padding-top: 10px;
    justify-content: end;
    align-items: center;
    text-align: end;
    column-gap: 30px;

}

.nxl-header .header-wrapper .icons p a span {
    margin-right: 5px;
}

.nxl-header .header-wrapper .icons p a span img {
    width: 3vh;
}

a {
    color: black;
}

.about-container {
    padding: 20px;
    width: 77%;
    position: relative;
    left: 20%;
    top: 100px;
    background: linear-gradient(to right, #fff, #f4f4f4);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-container h1 {
    text-align: center;
    color: rgb(12, 100, 195);
    font-size: 30px;
    margin-bottom: 30px;
}

.about-container p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8;
}

.about-container p span {
    color: rgb(12, 100, 195);
    font-weight: bold;
}

.about-container .highlight {
    color: rgb(12, 100, 195);
    font-size: 1.2rem;
    font-weight: bold;
}

#reports .card-body p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
}

#reports .card {
    min-height: 100%; /* Ensures all boxes have the same height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#reports .card-img-top {
    width: 100%;
    height: 200px; /* Adjust the height to make images smaller */
    object-fit: cover; /* Ensures the image covers the space properly */
}

#reports .card-body {
    font-size: 12px; /* Ensures text is small */
}

.nxl-submenu .nxl-item a.nxl-gink{
    margin-left: 55px;
    font-size: 13px;
}

.nxl-item a.nxl-kink{
    margin-left: 30px;
    font-size: 13px;
}

#little-down{
    margin-top: 10px;
}

@media screen and (max-width: 414px) {
    #reports {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .heading h1 {
        font-size: 16px;
    }

    .hamburger-inner {
        margin-left: -15px;
    }

    .nxl-header .header-wrapper .icons p a {
        font-size: 10px;
    }

    .about-container {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .about-container h1 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 14px;
    }

    .about-container .highlight {
        font-size: 14px;
    }

}

@media screen and (min-width:414px) and (max-width: 500px) {
    #reports {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .heading h1 {
        font-size: 16px;
    }

    .hamburger-inner {
        margin-left: -15px;
    }

    .nxl-header .header-wrapper .icons p a {
        font-size: 11px;
    }

    .about-container {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .about-container h1 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 14px;
    }

    .about-container .highlight {
        font-size: 14px;
    }
}

@media screen and (min-width:500px) and (max-width: 768px) {

    #reports {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .heading h1 {
        font-size: 18px;
    }

    .hamburger-inner {
        margin-left: -100px;
    }

    .nxl-header .header-wrapper .icons p a {
        font-size: 14px;
    }

    .about-container {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .about-container h1 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 14px;
    }

    .about-container .highlight {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width: 820px) {

    #reports {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .heading h1 {
        font-size: 18px;
    }

    .hamburger-inner {
        margin-left: -200px;
    }

    .nxl-header .header-wrapper .icons p a {
        font-size: 14px;
    }

    .about-container {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .about-container h1 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 14px;
    }

    .about-container .highlight {
        font-size: 14px;
    }
}


@media screen and (min-width:820px) and (max-width: 1024px) {

    #reports {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .heading h1 {
        font-size: 20px;
    }

    .hamburger-inner {
        margin-left: -300px;
    }

    .nxl-header .header-wrapper .icons p a {
        font-size: 14px;
    }

    .about-container {
        padding: 10px;
        width: 100%;
        left: 0%;
    }

    .about-container h1 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 14px;
    }

    .about-container .highlight {
        font-size: 14px;
    }
}