@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #475569;
    -webkit-font-smoothing: antialiased; 
    scroll-behavior: smooth;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
}

.navbar-brand img {
    height: 60px;
}

.navbar-expand-lg .navbar-nav {
    gap: 12px;
}

.nav-link.active {
    color: #212529;
}

.card {
    background: #c8e4e4;
    border: 0;
    padding: 25px;
}

.card-sub-description {
    color: #808389;
}

.form-floating .form-control {
    border: 0;
}

.form-floating .form-control:focus {
    box-shadow: none;
    outline: none;
}

.w-full {
    width: 100%;
}

.btn-group label {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25; 
}

.btn-check:checked+.btn {
    background-color: #ffffff;
    border-color: #ffffff; 
    color: #212529;
}

.btn-group label {
    border-color: #ffffff; 
    color: #212529;
}

.btn-group label svg {
    height: 35px;
}

.btn-check+.btn:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa; 
    color: #212529;
}

.nav-link {
    color: #090909;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c8e4e4;
    color: #090909;
}

.btn-theme {
    padding: 0px 50px 0px !important; 
    height: 50px; 
    color: #ffffff;
    background: #090909;
}

.btn-theme:hover {
    background: #212121;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding-block: 6px;
}

.slider_item h1.heading span {
    color: #090909;
}

.slider_item h1.heading {
    color: #090909;
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 52px;
}

.slider_item .slider_btn {
    background: #090909;
    padding: 12px 25px 12px;
    border-radius: 10px; 
    display: inline-block;
    border: 1px solid #090909;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    transition: .5s;
    color: #fff;
    font-size: 15px;
    z-index: 1;
    text-decoration: none;
}

.slider-section {
    background-color: #c8e4e4;
}

.mobile-menu a {
    color: #090909;
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        height: 50px;
    }
    .slider_item h1.heading {
        font-size: 28px;
        margin-bottom: 18px;
        line-height: 38px;
    }
} 

.menu-list a, .menu-list details summary {
    color: #090909;
    text-decoration: none;
}

.menu-list a:hover, .menu-list details summary:hover {
    color: #000c;
    text-decoration: none;
}

.menu-list details ul li {
    margin-bottom: 12px;
    margin-top: 12px;
}

.menu-list details ul li:last-child {
    margin-bottom: 0;
}

