body {
    font-family: "Manrope", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

.navbar-nav .nav-link {
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: none;
}

.custom-logo {
    height: 40px;
    max-height: 40px;
    width: auto;
}

.btn {
    border-radius: 6px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: none;
}

.bg-light {
    background-color: #fafafa !important;
}

.card-item-img {
    height: 300px;
    min-height: 300px;
}

.card-item-body h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.card-item-tag {
    top: 20px;
}

.card-item-footer {
    justify-content: space-between;
}

.img_b_1 {
    height: 500px;
    width: auto;
}

@media (max-width: 767.98px) {
    .carousel-control-next {
        display: none;
    }

    .carousel-control-prev {
        display: none;
    }

    .img_b_1 {
        height: 300px;
        width: auto;
    }
}

.service-item h3 {
    font-size: 1.6rem;
}