body {
    font-family: 'Inter';
}

nav .navbar-nav li a{
    color: #181818 !important;
    font-weight: 500;
}

nav .navbar-nav li a:hover { 
    color: #108a00 !important;
}

.navbar-brand {
    font-weight: 500;
    color: #181818 !important;
}

.btn-primary {
    background-color: #108a00 !important;
    border: 1px solid #108a00;
}

.btn-primary:hover {
    background-color: #14a800 !important;
    border: 1px solid #14a800;
}

.btn-outline-secondary {
    border: 1px solid #108a00;
    color: #108a00;
}

.btn-outline-secondary:hover {
    background-color: #fff;
    color: #14a800;
    border: 1px solid #14a800;
}

.gray-bg-color {
    background-color: #f9f9f9;
}

.white-bg-color {
    background-color: #fff;
}

.custom-link-color {
    color: #108a00 !important;
}

.primary-color {
    color: #108a00 !important;
}

.bg-image-fb {
    background-image: url('../img/forever-brew.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.bg-image-gw {
    background-image: url('../img/greenhub.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.badge-primary {
    /* background-color: #108a00 !important;
    border: 1px solid #108a00; */
    background-color: #fff !important;
    color: #108a00;
    border: 1px solid #108a00;
}

.bg-image-bs {
    background-image: url('../img/beauty-solutions.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.bg-image-pz {
    background-image: url('../img/pettzy.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.bg-image-s1 {
    background-image: url('../img/dawn.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.bg-image-s2 {
    background-image: url('../img/shopify-landing-page-bg-img.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.bg-image-s3 {
    background-image: url('../img/migrate_to_shopify.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.checked {
    color: orange;
}

.custom-center {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    width: 25%;
}

.desktop-br {
    display: inline;
}

/* Responsive CSS */
@media (max-width: 576px) { 
    .sm-m {
        margin-top: 0.25rem !important;
    }

    .sm-mb {
        margin-bottom: 2rem !important;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }

    .custom-rounded-sm {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
    }

    .custom-rounded-sm-1 {
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 1rem !important;
    }

    .desktop-br {
        display: none;
    }

    .custom-font-size {
        font-size: 1.1rem !important;
    }
 }


 @media (max-width: 768px) { 
    .sm-m {
        margin-top: 0.25rem !important;
    }

    .sm-mb {
        margin-bottom: 2rem !important;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }

    .custom-rounded-sm {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
    }

    .custom-rounded-sm-1 {
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 1rem !important;
    }

    .desktop-br {
        display: none;
    }
 }

 @media (max-width: 992px) { 
    .sm-m {
        margin-top: 0.25rem !important;
    }

    .sm-mb {
        margin-bottom: 2rem !important;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }

    .custom-rounded-sm {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
    }

    .custom-rounded-sm-1 {
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 1rem !important;
    }

    .desktop-br {
        display: none;
    }
 }

 @media (max-width: 1024px) {
    .bg-image-ms {
        height: 50vh;
    }

    .bg-image-gh {
        height: 50vh;
    }

    .bg-image-s1 {
        height: 50vh;
    }

    .bg-image-s2 {
        height: 50vh;
    }
 }