.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #0437F2;
}
.text-primary {
    color: #0437F2 !important;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        background: #0437F2;
    }
}
.btn-primary {
    color: #000;
    background-color: #0437F2;
    border-color: #0437F2;
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::after {
        background: #0437F2;
    }
}
.topbar .dropdown-toggle::after {
    color: #0437F2;
}
.btn.btn-light {
    color: #0437F2;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    background: #0437F2;
}
.btn.btn-primary:hover {
    background: white;
    color: #0437F2;
    border: 1px solid #0437F2;
}
.btn.btn-primary:active {
    background: white;
    color: #0437F2;
    border: 1px solid #0437F2;
}
.btn.btn-light:hover {
    color: white;
    background: #0437F2;
    border: 1px solid #0437F2;
}
.btn.btn-light:active {
    color: white;
    background: #0437F2;
    border: 1px solid #0437F2;
}
.dropdown-item:hover{
    background: #0437F2 !important;
}
.feature .feature-item:hover {
    border: 1px solid #0437F2;
}
.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: #0437F2;
}
.blog .owl-nav .owl-prev {
    background: #0437F2;
}
.blog .owl-nav .owl-prev:hover {
    background: var(--bs-white);
    color: #0437F2;
    border: 1px solid #0437F2;
}
.blog .owl-nav .owl-next {
    background: #0437F2;
}
.blog .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: #0437F2;
    border: 1px solid #0437F2;
}
.blog .blog-item .blog-img .blog-title a {
    background: #0437F2;
}
.accordion-button:not(.collapsed) {
    color: #0437F2 !important;
    /* background-color: #ffa6a6; */
    background-color: #8ea3f0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border:1px solid #0437F2
}
.text-red {
    color: #0437F2 !important;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: #61020c;
}
.bg-primary {
    background-color: black !important;
}
.accordion-button:focus {
    border-color: #0437F2;
    box-shadow: 0 0 0 .25rem #0437F28c;
}

.accordion-button:not(.collapsed)::after {

    background-image: url('dashboard/assets/img/prev.png') !important;
}
.d-flex.custom-buttons {
    flex-wrap: wrap;
    gap: 10px;
}
.d-flex.custom-buttons .btn:last-child {
    margin-left: auto; /* Push the last button to the right */
}

.btn.btn-primary.rounded-pill:focus{
    color: #0437F2 !important;
    background-color: #8ea3f0 !important;
    border:1px solid #0437F2 !important;
    box-shadow:none;
}
.d-inline-block:hover {
       color: #0437F2 !important;
}
.d-inline-block:focus {
    color: #0437F2 !important;
}

.feature-icon {
    position: relative;
    width: 100%; /* Ensure the container takes full width of its parent */
    height: auto; /* Adjust the height as needed */
    overflow: hidden; /* Hide overflow if the image goes outside the bounds */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
}

.feature-icon img {
    object-fit: contain; /* Ensures the entire image fits inside the container */
    max-width: 100%;
    max-height: 100%;
}
.ecom_font_size{
    font-size: 1rem;
}

.ecom-product{
    width: 100%; 
    height: 150px; 
    overflow: hidden;
}

.feature-item {
    text-align: center;
}

.feature-icon.nsl-products {
    width: 100%; 
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; 
}

.feature-icon.nsl-products img {
    width: 100%;
    height: 100%;
    object-fit: inherit; 
    object-position: center;
    border-radius: 10px;
}

.ecom_font_size {
    font-size: 1rem; 
    margin-top: 0.5rem;
}
@media (min-width: 992px) {
    .sticky-top.navbar-light {
        box-shadow: 0 0 0 .25rem #f1ebec8c !important;
    }
}
.feature-icon.icon-background{
    width: auto;
}

/* background banner */
.bg-breadcrumb.bg-img-about{
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/about-us-banner.png);

}
.bg-breadcrumb.bg-img-services {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/services.png);

}
.bg-breadcrumb.bg-img-blog {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/blog.png);

}
.bg-breadcrumb.bg-img-contact {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/contact-us-banner.png);

}
.bg-breadcrumb.bg-img-trade {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/ma-trade-banner.png);
}
.bg-breadcrumb.bg-ecomnsl {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/ecom-nsl-web-banner.png);

}
.bg-breadcrumb.bg-img-soft {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/software.png);

}
.bg-breadcrumb.bg-img-needx {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/courier-web-banner.png);

}
.bg-breadcrumb.bg-img-sodai {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/super-shop-web.png);

}
.bg-breadcrumb.bg-img-farm {
    background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url(../img/dairy-firm.png);

}
.br-5{
    border-radius: 5px;
}
.header-carousel .header-carousel-item .carousel-caption {
    background: rgb(0 0 0 / 0%);
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.25rem;
    }
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .owl-nav{
        padding-top: 20px;
    }
}
.feature .feature-item .feature-icon {
    background: white;
}

.display-5 {
    font-size: 1.5rem !important;
}