 /* start smooth-scroll css */

 html {
    scroll-behavior: smooth;
}
/* end smooth-scroll css */
.navbar:hover {
    background: #ffffff;
}
.navbar {
    background: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
}

/* Base styles for the navbar */
.navbar .navbar-nav .nav-link {
    position: relative;
}

/* Base styles for the navbar end */

/* hamburger start */
.navbar-dark .navbar-toggler {
    border-color: rgb(0 0 0 / 10%);
}

.navbar-toggler-icon {
    filter: brightness(0.5);
}
/* hamburger end */

/* navbar element css start */
@media (min-width: 767px) and (max-width: 884px) {
    /* .nav-item {
font-size: 12px;
} */

    .btn-rounded {
        border-radius: 20px;

        font-size: 11px;
    }
}
@media only screen and (min-width: 240px) {
    .navbar.past-main {
        font-size: 14px;
        /* padding-top: 5px; */
        height: 82px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -webkit-transition: height 0.6s;
        transition: height 0.6s;
        background-color: #ffffff;
    }
}
.navbar {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    /* letter-spacing: 1px; */
    position: fixed;
    top: 0;
    width: 100%;
    /* z-index: 1000;  */
}
.navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}

.nav-link:hover {
    background-color: rgb(243, 245, 247);
    border-radius: 20px;
    padding: 9px 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #5b6b79 !important;
    border-radius: 20px;
    padding: 9px 15px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #04a9f5 !important;
    background-color: rgb(243, 245, 247); /* Add background color for active state */
    border-radius: 20px; /* Maintain rounded corners */
    padding: 9px 15px;
}
header {
    padding-top: 100px;
}
header:after {
    background: white;
    z-index: 2;
}

@media (min-width: 767px) {
    .navbar .navbar-nav .nav-link:after {
        content: "";
        position: absolute;
        height: 3px;
        bottom: 0;
        background: none;
    }
    .navbar .navbar-nav .nav-link.active:after {
        left: 0%;
        right: 0%;
    }
}
.btn-primary {
    color: #fff;
    background-color: #04a9f5 !important;
    border-color: #04a9f5 !important;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    background-color: #000000;
    padding: 11px 12px 11px 12px;
    border-radius: 100px 100px 100px 100px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
/* start css for banner section */
@media only screen and (max-width: 992px) {
    header,
    section {
        /* padding-top: 85px !important; */
        padding-bottom: 40px !important;
    }
}
/* end css for banner section */
/* Ripple effect start*/
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: #4499c0 radial-gradient(circle, transparent 1%, #4499c0 1%) center/15000%;
}
.ripple:active {
    background-color: #04a9f5 !important;
    background-size: 100%;
    transition: background 0s;
}

.text-primary {
--bs-text-opacity: 1;
color: #04a9f5 !important;
}
/* Ripple effect end*/
.doctronline {
    background-image: linear-gradient(120deg, #04a9f5 0%, #04a9f5 100%);
}
.doctronline:hover {
    background-image: linear-gradient(120deg, #04a9f5 0%, #04a9f5 100%);
    padding: 5px 0px 5px 0px;
    transition: 0.7s;
}
