﻿

navbar {
    background-color: white;
}

container {
    background-color: white;
}

/*.navbar-header {
    background-color: white;
    display: inline-flex;
    margin-left: 0px;
    padding: 10px;
}*/

body {
    margin-top: -50px!important;
    margin-bottom: -10px;
}

.back-img{
    height: auto;
    width: 100%;
    position: center;
    background-repeat: no-repeat;
    margin: 0px!important;
    padding: 0px!important;
    margin-top: 40px;
}


.container {
    padding: 0px!important;
    margin: 0px!important;
}




/* Navbar Styling */
.navbar {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0px 4px 10px rgba(79, 78, 78, 0.90); /* Bottom shadow */
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #A9134F !important;
    display: flex;
    align-items: center;
}

    .navbar-brand img {
        height: 40px;
        margin-right: 10px;
        padding-left: 15px;
    }

.navbar-nav > li > a {
    color: #333 ;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .navbar-nav > li > a img {
        height: 24px;
        margin-right: 8px;
    }

    .navbar-nav > li > a i {
        margin-right: 6px;
        font-size: 20px;
    }

.navbar-right li a {
    color: #A9134F ;
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
}

/* Responsive Navbar */
@media (max-width: 100%) {
    .navbar-nav > li {
        text-align: center;
    }
}




.nav-item:hover {
    background-color: #A9134F;
    color: white;
}


/*features*/

.features {
    padding: 10px;
    margin: 2px !important;
    border: 1px solid whitesmoke !important;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

    .features:hover {
        box-shadow: 0px 4px 10px rgba(169, 19, 79, 0.5); /* Adds shadow on hover */
    }

.f-head {
    color: #A9134F;
    font-size: 16px;
    font-weight: 600;
}

.f-text{
    font-size: 14px;
}


/*footer*/

.footer {
    background-color: #A9134F; /* Footer background color */
    color: white;
    padding: 0px 10px;
}

    .footer p {
        margin: 0;
    }


    /*whyUs*/

.WhyUs-container{
    padding: 10px 20px;
}
