
.banner-inner{
    background-color: slateblue;
    padding-top: 100px;
    padding-bottom: 100px;
}

body{
    font-family: "Roboto", sans-serif;
    background: #F8F9FA;
}

a {
    text-decoration : none;
    color: slateblue;
    }

.button-submit{
    color:white ;
    background-color: slateblue;
    border:none;
    padding: 15px;
    font-size: 19px;
    font-weight: 500;
    margin-top: 40px;
}

.about-description{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-description p {
    font-size: 18px;
    line-height: 1.6;
}
.csv-form h2{
    padding-bottom: 40px;
}
.csv-form .form-label {
    margin-bottom: 1rem;
    font-weight: 500;
}
.csv-form{
    padding-bottom: 50px;
}
.footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer h4 {
    margin-bottom: 20px;
}
.footer ul li{
    margin-bottom: 10px;
}
.footer ul li a, p a {
    color: #000000c9;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-dialog {
    max-width: 400px;
}

/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 1000;
}
/* Upload Box */
.upload-box {
    border: 2px dashed #ccc;
    padding: 30px;
    background: white;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 10px;
    text-align: center;
}
/* Contact Box */
.contact-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.contact-item i {
    font-size: 25px;
    color: #007BFF;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
    .sticky-header h5{
        font-size: 1rem;
    }
}
.sampleFile--section{
    padding: 30px 0;
}
.sample-files {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.sample-files h3{
    font-size: 22px;
}
.sample-files p{
    color: var(--bs-code-color);
}
@media only screen and (max-width: 576px){
    .sample-files{
        height: auto;
        margin-bottom: 20px;
    }
    .header-btns .btn{
        font-size: 11px;
        display: grid;
        padding: 5px;
    }
    .sticky-header{
        padding: 15px 0px;
    }
    .sticky-header h5{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px){
    .sample-files h3 {
        font-size: 20px;
    }
}