body {
    background-color: #f0f4f8;
    font-family: Arial, sans-serif;
    color: #333;
    scroll-behavior: smooth;

}

.navbar-brand img {
    max-height: 50px;
    margin-right: 10px;
}

.hero {
    padding: 100px 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.section-title {
    margin-bottom: 50px;
}

.card {
    transition: 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

#contact .card {
    background-color: #ffffff;
    border: none;
}

#contact h5 {
    color: #333;
}

#contact .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
}

#contact .btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
}

#contact .btn-primary:hover {
    background-color: #0056b3;
}

#contact .g-recaptcha {
    margin: 15px 0;
}

#contact img {
    max-width: 100%;
    height: auto;
}

#contact .small {
    color: #666;
}

#contact a {
    color: #007bff;
}

#contact a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.bgded {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

.bgded .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 1;
}

.bgded .container {
    position: relative;
    z-index: 2;
}

.text-white {
    color: #ffffff !important;
}

.heading {
    font-size: 2rem;
    font-weight: bold;
}

ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.list-unstyled li {
    margin-bottom: 10px;
}

ul.list-unstyled li i {
    color: #007bff;
    margin-right: 10px;
}

.footer .btn {
    background-color: #007bff;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
}

.footer .btn:hover {
    background-color: #0056b3;
}

@media (max-width: 767px) {
    .bgded .row {
        flex-direction: column-reverse;
    }
}
