/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand > img {
        width: 220px;
        height: auto;
        margin-bottom: 1px;
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

li.nav-item-main > a.nav-link {
    color: #fff;
    /*        background-color: #1b6ec2;*/
    border-color: #1861ac;
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the hover effect */
}

    li.nav-item-main > a.nav-link:hover {
        text-shadow: 0 0 10px rgba(0, 0, 255, 0.75); /* Font expansion effect with blue hue */
        filter: blur(0.5px); /* Adding a blurring effect */
        color: #fff !important; /* Adding blue font color */
        font-weight: bold; /* Adding bold effect */
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the hover effect */
}

    nav-pills .nav-link.active, .nav-pills .show > .nav-link:hover {
        box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.75); /* Blue glow effect */
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
} 

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.full-width {
    flex: 1;
    object-fit: cover;
}

.contactus
.whatsapp-color {
    color: green;
}

.facebook-color {
    color: blue;
}

.insta-color {
    color: #E1306C;
}

.contact-phone {
    font-size: 2em;
}

.title-text {
    font-family: 'Merriweather', serif;
    color: #ee0979;
}

.description-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
}

.footer {
    position: absolute;
    margin-bottom: 60px;
    bottom: 0;
    width: 100%;
    height: 0;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
