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


.bg-gradient-to-b,
.bg-gradient-to-r,
.bg-green-600 {
    background-color: #7fb069 !important;
}

.bg-gradient-to-r {
    background-color: #035473 !important;
}

.text-green-800,
.text-green-600,
.text-green-700 {
    color: #7fb069 !important;
}

.border-green-600 {
    border-color: #7fb069 !important;
}

.hover\:text-green-700:hover {
    color: #6c9558 !important;
}


* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-divider {
    height: 4px;
    width: 80px;
    background: #7fb069;
    margin: 1.5rem auto;
}

@media(max-width:1024px) {
    #menu {
        font-size: 0.8rem;
    }
}


@media(max-width:768px) {
    .tm-btn {
        display: none !important;
    }
}

.bg-home-products {
    background-image: url('../images/home-products-bg.jpg');
    background-size: cover;
    background-position: center;
}

.banner-bg {
    background-image: url('../images/banner-bg.jpg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .banner-bg {
        background-image: url('../images/banner-bg-sm.jpg');
        background-size: cover;
        background-position: center;
    }
}