body {
    font-family: "Lato", sans-serif;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar .nav-item{
    margin-right: 15px;
}
.nav-item .current_page{
    color: white !important;
    font-size: large;
}

.hero {
    background-image: url('../images/hands.jpg');
    height: 80vh !important;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 200px 0;
}
.hero_scho {
    background-image: url('../images/hands.jpg');
    height: 30vh !important;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 80px 0;
}

.offer-card {
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    position: relative; /* Required for overlay */
    color: white; /* Default text color */
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}


.offer-card::before { /* Overlay */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    border-radius: 8px;
    z-index: 1; /* Ensure overlay is behind text */
}

.offer-card * {
    position: relative; /* Ensure text is above overlay */
    z-index: 2;
}

.offer-card i {
    font-size: 3rem;
    margin-bottom: 15px;
}

.offer-card h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.offer-card p {
    margin-bottom: 15px;
    font-size: 20px;
}

.offer-card a {
    color: white;
    /* border: 1px solid white; */
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.offcard1{
    background: url('../images/school-payment.jpg');
}
.offcard2{
    background: url('../images/school-bag.jpg');
}
.offcard3{
    background: url('../images/school-materials.jpg');
}
.offcard1, .offcard2, .offcard3{
    background-size: cover;
    background-position: center;
}

.whostory{
    background-color: rgba(101, 118, 122, 0.7);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(32, 50, 54, 0.1));
    padding: 20px;
}
.whostory p{
    font-size: 18px;
    text-align: justify;
}

#goTopBtn {
    display: none; /* Initially hidden */
    position: fixed; /* Fixed position relative to the viewport */
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    z-index: 99; /* Ensure it's on top of other elements */
    border: none;
    outline: none;
    background-color: #007bff; /* Button color */
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 50%;
    font-size: 18px;
}

#goTopBtn i {
    font-size: 1.5em; /* Icon size */
}

#goTopBtn:hover {
    color: #0056b3;
    background-color: white;
    border: 0.3px solid #0056b3;
}

.docard{
    border: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.docard:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card-img-overlay a{
    font-weight: 600;
    color: #343a40;
    text-decoration: none;
}
.card-img-overlay a:hover{
    text-decoration: none;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer a{
    text-decoration: none;
    color: white;
}