.logo-width {
    width: 200px;
}

/:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #06BBCC;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F0FBFC;
    --bs-dark: #181d38;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}


body {
  font-family: "Inter", sans-serif;

}


.bg-primary{background-color: var(--primary) !important;    }

.btn-primary {
    color: #000;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    background: var(--dark) !important;
    border-color: var(--dark) !important; ;
    
}



.navbar .btn {
    border-radius: 0px !important
}

.display-3 {
    font-size: 50px;
    font-weight: 700
}

.short-head {
    background: #000;
    padding: 8px 17px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.card{padding: 20px; }
.card h5{font-size: 16px; text-transform:uppercase; min-height: 50px; margin-top: 30px; text-decoration: none;}
/*00a859*/

.plant{background: url(../img/banner.jpg) no-repeat ; background-size: cover;}

.p-c-anchor{display: block; text-decoration:none; color:#000}

.p-c-anchor .card:hover{background:#00a859; color: #000}
.p-c-anchor h5{min-height: 00px;}
.sub-heading {
    background: var(--primary);
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}



.home-products{padding: 12px 25px; }

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #00a859;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: bold;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


@media only screen and (max-width: 600px) {

.header-carousel .owl-carousel-item img.img-fluid.animated.slideInLeft, .header-carousel .owl-carousel-item img.img-fluid.animated.slideInRight {
     position: relative; 
    width: 300px;
    height: auto;
     object-fit: cover;
     margin: 0 auto; 
      padding-bottom:20px; ;
}

.display-3 {
    font-size: 20px;
    font-weight: 700;
}
.fs-5 {
    font-size: 1rem !important;
}
.home-products{padding: 0px 25px; }
}