@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";


body {
    font-family: 'Poppins', sans-serif !important;
}

.bg-instingo {
    background-color: #398bbf !important
}

.navbar-brand-img {
    max-height: 3.8rem !important;
}

a {
    color: #327ba9 !important;
}

p {
    color: #354860 !important;
}

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

.text-success {
    color: #90b72d !important;
}

.bg-success {
    background-color: #90b72d !important;
}

.bg-dark {
    background-color: #398bbf !important;
}

.bg-primary {
    background-color: #398bbf !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #354860 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #90b72d !important;
}

.text-primary {
    color: #90b72d !important;
}

.btn-white {
    color: #90b72d !important;
}

.flickity-button {
    background-color: #90b72d !important;
}


.product img {
    width: 70%;
    margin: 0 auto !important;
    display: block !important;
}


.form-control:focus {
    border-color: #90b72d !important;
    color: #161c2d;
    background-color: #fff;
    outline: 0;
}

#activeFilterToggle {
    font-size: 14px!important;
    transition: all 0.3s ease;
}

#activeFilterToggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#activeFilterToggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Alternative button styles if you want something different */
.filter-button-alt {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-button-alt:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.filter-button-alt:active {
    transform: translateY(0);
}
