body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

strong,
b {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

body {
    font-family: 'Manrope', sans-serif;
}

.banner {
    background-color: #008433;
}

.primary-color {
    color: #40BC61;
}

.text-primary {
    color: #475467;
}

.dropdown {
    display: none;
}

.dropdown-open {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(0.5rem);
    min-width: 17rem;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #475467;
    text-decoration: none;
    display: block;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.contact-button {
    background-color: #40BC61;
}

.contact-button:hover {
    background-color: #36a15c;
}

.contact-button:disabled {
    background-color: gray;
    pointer-events: none;
}

.card {
    width: 300px;
    min-height: 400px;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 16rem;
    background: white;
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

#mobile-menu.show {
    transform: translateX(0);
}


.heading-color {
    color: #94FFB1;
}

.card-gradient {
    background: linear-gradient(180deg, #FFF 0%, #FBFFFC 100%);
}

#InnovateX,
#nbfc-nexus,
#BizNaviPro,
#BrandShield360 {
    scroll-margin-top: 80px;
}

.header {
    z-index: 1000 !important;
}

.full-height {
    min-height: calc(100vh - 100px);
}

#slider {
    display: none;
}

@media screen and (max-width: 700px) {
    #slider {
        display: block;
    }
}