/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');


/*

    font-family: 'Poppins', sans-serif;

    font-family: 'Dosis', sans-serif;

*/

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(all.css);
@import url(superslides.css);
@import url(bootstrap-select.css);
@import url(carousel-ticker.css);
@import url(code_animate.css);
@import url(bootsnav.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.css);
@import url(nice-select.html);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
body {
    color: #666666;
    font-size: 15px;
    font-family: 'popins', sans-serif;
    line-height: 1.80857;
}

.translate-container {
    margin: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-family: Arial, sans-serif;
}

/* Hide Google branding (optional and not recommended due to TOS) */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent;
}

/* Style the dropdown */
#google_translate_element select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 14px;
}

.translate-wrapper label {
    border: 1px solid black;
    padding: 5px;
    display: flex;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 700;
    line-height: 120% !important;
    color: #fff;
    margin: 0
}

h1 {
    font-size: 24px;
    color: white;
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {

    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;

}

.green-border-heading {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    border-bottom: 3px solid #b0b435;
    display: inline-block;
    /* ensures the border matches the text width */
    padding-bottom: 5px;
    /* optional: space between text and border */
    margin-top: 14px;
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul,
li,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

:focus {
    outline: 0;
}

p {
    margin: 0px;
    font-size: 18px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.bootstrap-select .dropdown-toggle:focus {
    box-shadow: none !important
}

/*------------------------------------------------------------------ LOADER -------------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    background: #b0b435;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 28px;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/
.main-top {
    background: #000000;
    padding: 10px 0px;
}

.custom-select-box {
    float: left;
    width: 95px;
    margin-right: 10px;
}

.custom-select-box .form-control {
    background: none;
    border: none;
}

.custom-select-box .bootstrap-select .btn-light {
    padding: 4px;
    font-size: 14px;
    background: #b0b435;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.custom-select-box .bootstrap-select .btn-light span {
    padding: 2px;
    line-height: 15px;
}

.dropdown-toggle::after {
    margin-left: -24px;
}

.custom-select-box .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: inherit;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.right-phone-box {
    float: left;
    margin-right: 10px;
}

.right-phone-box p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.right-phone-box p a {
    color: #ffffff;
}

.right-phone-box p a:hover {
    color: #b0b435;
}

.offer-box,
.slide {
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 15px;
    font-family: 'Poppins', sans-serif;
}

.offer-box li {
    font-weight: 600;
}

.offer-box li i {
    margin-right: 15px;
    color: #b0b435;
    font-size: 20px;
}

.our-link {
    float: left;
}

.our-link ul li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding: 0px 10px;
    line-height: 14px;
}

.our-link ul {
    line-height: 30px;
}

.our-link ul li a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.our-link ul li a:hover {
    color: #b0b435;
}

.our-link ul li:last-child {
    border: none;
}

.login-box {
    float: right;
    width: 120px;
    margin-left: 20px;
}

.login-box .form-control {
    background: none;
    border: none;
}

.login-box .bootstrap-select .btn-light {
    padding: 4px;
    font-size: 14px;
    background: #b0b435;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.login-box .bootstrap-select .btn-light span {
    padding: 2px;
    line-height: 15px;
}

.login-box .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}

.login-box .dropdown-item {
    padding: 5px 10px;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
    font-size: 13px;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main-header {}

.search a {
    color: #b0b435;
}

.attr-nav>ul>li>a:hover {
    color: #b0b435;
}

nav.navbar.bootsnav ul.nav>li>a {
    margin: 0px;
}

/* Navbar Adjusment =========================== */
/* Navbar Atribute ------*/
.attr-nav>ul>li>a {
    padding: 28px 15px;
}

ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #000000;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
    color: #ffffff;
}

@media (min-width: 1024px) {

    /* Navbar General ------*/
    nav.navbar ul.nav>li>a {
        padding: 30px 15px;
        font-weight: 600;
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }

    nav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: bold;
    }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #eee;
    }
}

@media (max-width: 992px) {

    /* Navbar General ------*/
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 160px;
    }

    .attr-nav>ul>li>a {
        padding: 16px 15px 15px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav>li>a {
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse =================================*/
nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list>li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav>li.dropdown>a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav>ul>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav>ul>li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list>li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul>li>a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li.active>a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav>li>a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

nav.navbar.bootsnav ul.nav>li>a {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 30px;
}

nav.navbar.bootsnav ul.nav li.active>a {
    color: black;
    font-weight: 490;
}

nav.navbar.bootsnav ul.nav li.active>a:hover {
    color: #b0b435;

}

nav.navbar.bootsnav ul.nav li>a:hover {
    color: #b0b435;

}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover {
    color: #b0b435;

}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }

    nav.navbar.navbar-inverse.no-background.white .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.white ul.nav>li>a {
        color: #fff;
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav>li>a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul>li>a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul {
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}

.arrow::before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
    border: none;
    display: inline-block;
    vertical-align: inherit;
    position: absolute;
    right: 10px;
    top: 10px;
}

.dropdown-toggle::after {
    display: none;
}

nav.navbar.bootsnav ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    display: block;
    padding: 6px 25px;
}

nav.navbar.bootsnav ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    left: auto;
}

.custom-select-box .dropdown-item {
    padding: 5px 10px;
}

.btn-cart {}

.cart-list h6 a {
    font-size: 16px;
    font-weight: 700;
}

.cart-list h6 a:hover {
    color: #b0b435;
}

ul.cart-list p .price {
    font-weight: normal;
}

.side-menu p {
    display: inline-block;
}

.col-menu .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.hvr-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #b0b435;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    box-shadow: none;
}

.hvr-hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-hover:hover::after {
    -webkit-transform: scale(2);
    transform: scale(2);
    color: #ffffff;
}

.hvr-hover {
    overflow: hidden;
}

ul.cart-list>li.total>.btn:hover {
    color: #ffffff;
}

.cart-box {
    margin-top: 40px;
    background: #ffffff;
}

.main-header.fixed-menu {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header.fixed-menu {
    padding: 0px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 0;
}

.top-search .input-group-addon {
    line-height: 40px;
}

.top-search input.form-control {
    color: #ffffff;
}

/*------------------------------------------------------------------ Slider -------------------------------------------------------------------*/
.cover-slides {
    height: 100vh;
}

.slides-navigation a {
    background: #b0b435;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
    line-height: 90px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.slides-navigation a i {
    font-size: 40px;
}

.slides-navigation a:hover {
    background: #000000;
}

.cover-slides .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.cover-slides .container>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cover-slides .container>.row {
    height: 100%;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: -0.6;
}

.cover-slides h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 64px;
    color: #fff;
}

.cover-slides p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}

.slides-pagination a {
    border: 2px solid #ffffff;
    border-radius: 6px;
    display: none;
}

.slides-pagination a.current {
    background: #b0b435;
    border: 2px solid #b0b435;
}

.cover-slides p a {
    font-size: 24px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
}

/*------------------------------------------------------------------ Categories Shop -------------------------------------------------------------------*/
.categories-shop {
    padding: 70px 0px;
}
/* Category Card */
.category-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Product Image */
/* .product-img {
  transition: transform 0.3s ease;
  max-height: 180px;
  object-fit: contain;
} */
.product-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .category-card img.img-fluid.mb-3 {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important; /* Override fixed height */
    max-width: 80% !important; /* Optional: scale down on mobile */
  }
}

.category-card:hover .product-img {
  transform: scale(1.05);
}
.technical-name{
    color: black;
    font-size: 15px;
}
/* Product Name */
.product-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

/* Product Description */
.product-description {
  font-size: 0.95rem;
  font-weight: normal;
  color: #333;
  margin: 0;
}

/* View More Link */
.view-more-link {
  color: #007bff;
  text-decoration: underline;
  font-weight: normal;
}

.view-more-link:hover {
  color: #0056b3;
}

.shop-cat-box {
    margin-bottom: 30px;
    position: relative;
    padding: 3px;
    overflow: hidden;
    border: 0px solid #000000;
    box-shadow: 9px 9px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out 0s;
}

.shop-cat-box img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.shop-cat-box:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shop-cat-box a {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0px;
}

.box-add-products {
    padding: 70px 0px;
    background-color: #f4f4f4;
}

.offer-box {
    position: relative;
    overflow: hidden;
}

.offer-box-products {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out 0s;
}

.offer-box-products:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------ Products -------------------------------------------------------------------*/
.title-all {
    margin-bottom: 30px;
}

.title-all h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

.title-all p {
    color: #999999;
    font-size: 16px;
}

.products-box {
    padding: 70px 0px;
}

.special-menu {
    margin-bottom: 40px;
}

.filter-button-group {
    display: inline-block;
}

.filter-button-group button {
    background: #b0b435;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px 30px;
    font-size: 18px;
}

.filter-button-group button.active {
    background: #000000;
}

.filter-button-group button {}

.products-single {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.products-single .box-img-hover {
    overflow: hidden;
    position: relative;
}

.box-img-hover img {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.type-lb {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
}

.type-lb .sale {
    background: #b0b435;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.type-lb .new {
    background: #000000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.why-text {
    background: #f5f5f5;
    padding: 15px;
}

.why-text h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

.why-text h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 4px;
    display: inline-block;
    background: #b0b435;
    color: #ffffff;
    font-weight: 600;
}

.mask-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mask-icon ul {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mask-icon ul li {
    background: #b0b435;
}

.mask-icon ul li a {
    color: #ffffff;
    padding: 5px 10px;
    display: block;
}

.mask-icon a.cart {
    background: #b0b435;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
}

.mask-icon a.cart:hover {
    background: #000000;
    color: #ffffff;
}

.mask-icon ul li a:hover {
    background: #000000;
    color: #ffffff;
}

.products-single .mask-icon {
    background: rgba(1, 1, 1, 0.5);
    top: -100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.products-single:hover .mask-icon {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }

    40% {
        transform: translateY(-100px);
    }

    65% {
        transform: translateY(-52px);
    }

    82% {
        transform: translateY(-25px);
    }

    92% {
        transform: translateY(-12px);
    }

    55%,
    75%,
    87%,
    97%,
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }

    40% {
        -moz-transform: translateY(-100px);
    }

    65% {
        -moz-transform: translateY(-52px);
    }

    82% {
        -moz-transform: translateY(-25px);
    }

    92% {
        -moz-transform: translateY(-12px);
    }

    55%,
    75%,
    87%,
    97%,
    100% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }

    40% {
        -webkit-transform: translateY(-100px);
    }

    65% {
        -webkit-transform: translateY(-52px);
    }

    82% {
        -webkit-transform: translateY(-25px);
    }

    92% {
        -webkit-transform: translateY(-12px);
    }

    55%,
    75%,
    87%,
    97%,
    100% {
        -webkit-transform: translateY(0px);
    }
}




/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/
.latest-blog {
    padding: 70px 0px;
    background: #f5f5f5;
}

.blog-box {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #ffffff;
    margin-bottom: 30px;
}

.blog-content {
    position: relative;
}

.title-blog {
    padding: 40px 30px 40px 30px;
}

.title-blog h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.title-blog p {
    margin: 0px;
}

.option-blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}

.option-blog li {
    display: inline-block;
}

.option-blog li a {
    background: #000000;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.option-blog li a:hover {
    background: #b0b435;
    color: #ffffff;
}

.tooltip-inner {
    background-color: #b0b435;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #b0b435 !important;
    padding-top: 0px !important;
    top: 0px !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #b0b435 !important;
    padding-top: 0px !important;
    padding-right: 5px !important;
    top: 0px !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #b0b435 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #b0b435 !important;
    padding-top: 0px !important;
    top: 0px !important;
}

/*------------------------------------------------------------------ Instagram Feed -------------------------------------------------------------------*/
.instagram-box {
    padding: 28px 0px;
    /* background: url(../images/ins-bg.jpg) no-repeat center center; */
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.instagram-box::before {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    z-index: 0;
}

.main-instagram.owl-carousel .owl-nav button.owl-prev {
    background: #000000;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    top: 0;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-instagram.owl-carousel .owl-nav button.owl-next {
    background: #000000;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    top: 0;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    right: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-instagram.owl-carousel .owl-nav button.owl-next:hover,
.main-instagram.owl-carousel .owl-nav button.owl-prev:hover {
    background: #b0b435;
}

.ins-inner-box {
    position: relative;
}

.hov-in {
    opacity: 0;

    bottom: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
    text-align: center;
    display: table;
}

.hov-in a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.hov-in i {
    color: #000000;
    font-size: 48px;
    position: relative;
    z-index: 2;
}

.hov-in a i:hover {
    color: #ffffff;
}

.ins-inner-box:hover .hov-in {
    bottom: 0;
    opacity: 1;
}

/*------------------------------------------------------------------ Footer Main -------------------------------------------------------------------*/
.footer-main {
    padding: 70px 0px;
    background: #010101;
    border-bottom: 1px solid;
}
.footer-main hr {
    border-top: 1px solid rgba(255, 255, 255, .6);
}

.footer-top-box {
    margin-bottom: 30px;
}

.footer-top-box h3 {
    color: #ffffff;
    position: relative;
    font-size: 20px;
}

.footer-top-box h3::before {
    border-bottom: 2px solid #b0b435;
    content: "";
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.list-time {
    margin-top: 15px;
}

.footer-top-box .list-time li {
    color: #ffffff;
    font-size: 16px;
    display: block;
    float: none;
}

.newsletter-box {
    margin-top: 15px;
    position: relative;
}

.newsletter-box input {
    height: 40px;
    border: none;
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
    background: #fff;
    padding: 0 20px;
    width: 100%;
}

.newsletter-box i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
}

.newsletter-box button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;

}

.footer-top-box p {
    padding-bottom: 15px;
    color: #cccccc;
}

.footer-top-box ul {
    display: inline-block;
}

.footer-top-box ul li {
    float: left;
    margin-right: 5px;
}

.footer-top-box ul li a {
    color: #ffffff;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 32px;
}

.footer-top-box ul li a:hover {
    color: #b0b435;
    border-color: #b0b435;
}

.footer-widget,
.footer-link,
.footer-link-contact {
    margin-top: 15px;
}

.footer-widget h4 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.footer-widget h4::before {
    border-bottom: 3px solid #b0b435;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.footer-widget p {
    color: #cccccc;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 20px;
}

.footer-link {}

.footer-link h4 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.footer-link h4::before {
    border-bottom: 3px solid #b0b435;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.footer-link ul li {
    margin-right: 5px;
}

.footer-link ul li a {
    color: #ffffff;
    text-align: left;
    display: block;
    line-height: 32px;
    position: relative;
    padding-left: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.footer-link ul li a::before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 5px;
    line-height: 35px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.footer-link ul li a:hover::before {
    left: 5px;
}

.footer-link ul li a:hover {
    color: #b0b435;
    border-color: #b0b435;
    padding-left: 20px;
}

.footer-link-contact h4 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.footer-link-contact h4::before {
    border-bottom: 3px solid #b0b435;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.footer-link-contact ul li {
    margin-bottom: 12px;
}

.footer-link-contact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    padding-right: 6px;
}

.footer-link-contact ul li p {
    padding-left: 25px;
    color: #cccccc;
    position: relative;
}

.footer-link-contact ul li p {
    font-size: 16px;
    color: #cccccc;
    font-weight: 300;
    padding-right: 16px;
    line-height: 24px;
}

.footer-link-contact ul li p a {
    color: #cccccc;
}

.footer-link-contact ul li p a:hover {
    color: #b0b435;
}

/*------------------------------------------------------------------ Copyright -------------------------------------------------------------------*/
.footer-copyright {
    background: #060606;
    padding: 20px 0px;
    position: relative;
}

.footer-copyright p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.footer-copyright p a {
    color: #ffffff;
}

.footer-copyright p a:hover {
    color: #b0b435;
}

/*------------------------------------------------------------------ All Pages -------------------------------------------------------------------*/
.all-title-box {
    background: url("../images/banners/insect.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    /* background-attachment: fixed; */
    padding: 70px 0px;
    position: relative;
    height: auto;
}

.about-banner {
    background: url("../images/banners/herbi.png") no-repeat center center;
}

.gallery-banner {
    background: url("../images/banners/r&d.png") no-repeat center center;
}

.career-banner {
    background: url("../images/banners/career.png") no-repeat center center;

}

.crop-banner {
    background: white;
}

url("../images/banners/cg.png") no-repeat center center;
}

.all-title-box::before {
    /* background: rgba(0,0,0,0.6); */
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.all-title-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fcf8f8;
    float: left;
    padding: 10px 0px;
}

.all-title-box .breadcrumb {
    background: #b0b435;
    margin: 0px;
    display: inline-block;
    border-radius: 0px;
    float: right;
}

.all-title-box .breadcrumb li {
    display: inline-block;
    color: #000000;
    font-size: 16px;
}

.all-title-box .breadcrumb li a {
    color: #ffffff;
    font-size: 16px;
}

.all-title-box .breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

.about-box-main {
    padding: 70px 0px;
}

.noo-sh-title {
    font-size: 28px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
}

.noo-sh-title-top {
    font-size: 28px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-box-main p {
    padding-bottom: 20px;
}

.service-block-inner {
    padding: 15px 20px;
    position: relative;
    margin-bottom: 30px;
}

.about-box-main a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.about-box-main a.btn {
    padding: 12px 15px;
}

.service-block-inner::before {
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 0px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.service-block-inner::after {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 0px;
    background: #b0b435;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.service-block-inner h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-block-inner p {
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0px;
}

.service-block-inner:hover::after {
    height: 100%;
}

.service-block-inner:hover h3 {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.service-block-inner:hover p {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.our-team {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.our-team:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.our-team img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover img {
    opacity: 0.5;
}

.our-team .team-content {
    color: #000;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    padding-left: 55px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
}

.our-team .post {
    display: block;
    font-size: 15px;
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    right: 0px;
    transition: all 0.3s ease 0s;
}

.our-team:hover .social {
    opacity: 1;
}

.our-team .social li {
    display: block;
}

.our-team .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #000000;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(35px, -35px);
    transition: all 0.3s ease-in-out 0s
}

.our-team .social li a:hover {
    width: 35px;
    background: #b0b435;
    transition-delay: 0s;
}

.our-team .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #b0b435;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.team-description {
    padding: 20px 0px;
}

.team-description p {
    font-size: 14px;
    margin: 0px;
}

.hover-team:hover .social {
    opacity: 1;
}

.hover-team:hover .social li:nth-child(1) a {
    transition-delay: 0.3s;
}

.hover-team:hover .social li:nth-child(2) a {
    transition-delay: 0.2s;
}

.hover-team:hover .social li:nth-child(3) a {
    transition-delay: 0.1s;
}

.hover-team:hover .social li:nth-child(4) a {
    transition-delay: 0.0s;
}

.hover-team:hover .social li a {
    transform: translate(0, 0)
}

.hover-team:hover img {
    opacity: 0.5;
}

.hover-team .team-content .title {
    border-bottom: 2px solid #b0b435;
}

.shop-box-inner {
    padding: 70px 0px;
}

.search-product {
    position: relative;
}

.search-product input[type="text"] {
    background: #333333;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    height: 55px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    outline: 0;
}

.search-product .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.search-product button {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 0px;
    padding: 12px 15px;
    top: 0;
    line-height: 27px;
    border: none;
    cursor: pointer;
    height: 100%;
}

.search-product button:hover {
    background: #b0b435;
}

.filter-sidebar-left {
    margin-bottom: 20px;
}

.title-left {
    font-size: 16px;
    border-bottom: 3px solid #000000;
    margin-bottom: 20px;
}

.title-left h3 {
    font-weight: 700;
}

.list-group-item {
    border: none;
    padding: 5px 20px;
    font-size: 14px;
}

.text-muted {
    padding: 10px 0px;
}

.list-group-item[data-toggle="collapse"]::after {
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    content: '';
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    font-family: FontAwesome;
    content: "\f105";
}

.list-group-tree .list-group-collapse .list-group {
    margin-left: 25px;
    border-left: 1px solid #ced4da;
}

.list-group-tree .list-group-item.active {
    color: #b0b435;
    background-color: #fff;
    font-weight: 700;
}

.list-group-tree .list-group-collapse .list-group>.list-group-item::before {
    position: absolute;
    top: 14px;
    left: 0;
    content: '';
    width: 8px;
    height: 1px;
    background-color: #ced4da;
}

.list-group-tree .list-group-item:hover {
    color: #b0b435;
    background-color: #fff;
    outline: 0;
    font-weight: 700;
}

.filter-price-left {
    margin-bottom: 20px;
}

#slider-range .ui-slider-handle {
    background-color: #b0b435;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 21px;
    top: -6px;
    transition: none 0s ease 0s;
    width: 21px;
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}

#slider-range .ui-slider-range {
    background-color: #b0b435;
    border-radius: 0;
}

#slider-range {
    background: #000000;
    border: medium none;
    border-radius: 50px;
    float: left;
    height: 10px;
    margin-top: 14px;
    width: 100%;
}

.price-box-slider p {
    clear: both;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.price-box-slider p input {
    margin-top: 5px;
}

.price-box-slider p button {
    border: none;
    color: #ffffff;
    float: right;
}

.brand-box {
    display: inline-block;
    width: 100%;
    height: 259px;
    position: relative;
}

.product-item-filter {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 0;
}

.nice-select.wide {
    width: 75%;
}

.product-item-filter .toolbar-sorter-right span {
    line-height: 42px;
    padding-right: 15px;
    float: left;
}

.product-item-filter .toolbar-sorter-right {
    width: 65%;
}

.toolbar-sorter-right {
    float: left;
}

.toolbar-sorter-right .bootstrap-select.form-control:not([class*="col-"]) {
    width: 77%;
    float: right;
}

.toolbar-sorter-right .bootstrap-select.btn-group>.dropdown-toggle {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.toolbar-sorter-right .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 15px;
}

.toolbar-sorter-right .btn-light {
    background: #000000;
    color: #ffffff;
}

.toolbar-sorter-right .btn-light:hover {
    background: #b0b435;
    border-radius: 0px;
    border: none;
}

.toolbar-sorter-right .show>.btn-light.dropdown-toggle {
    background-color: #b0b435;
}

.toolbar-sorter-right .bootstrap-select .dropdown-toggle:focus {
    background: #b0b435;
}

.toolbar-sorter-right .dropup .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 18px;
}

.product-item-filter p {
    float: right;
    line-height: 42px;
}

.product-item-filter .nav-tabs {
    border: none;
    float: right;
}

.nav>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.product-item-filter li .nav-link {
    border: none;
    border-radius: 0px;
    color: #111111;
    font-size: 18px;
    padding: 4px 12px;
}

.product-item-filter li .nav-link.active {
    background: #b0b435;
    border: none;
    color: #ffffff;
}

.product-item-filter li .nav-link:hover {
    background: #000000;
    border: none;
    color: #ffffff;
}

.product-categori {
    margin-bottom: 30px;
}

.product-categorie-box {
    margin-top: 20px;
}

.tab-content,
.tab-pane {
    width: 100%;
}

.why-text.full-width h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.why-text.full-width h5 del {
    font-size: 13px;
    color: #666;
}

.why-text.full-width h5 {
    color: #000000;
    font-weight: 700;
}

.why-text.full-width p {
    padding-bottom: 20px;
}

.why-text.full-width a {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.list-view-box {
    margin-bottom: 30px;
}

.list-view-box:hover .mask-icon {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.cart-box-main {
    padding: 70px 0px;
}

.table-main table thead {
    background: #b0b435;
    color: #ffffff;
}

.table-main .table thead th {
    font-size: 18px;
}

.table-main table td.thumbnail-img {
    width: 120px;
}

.table-main table td {
    vertical-align: middle;
    font-size: 16px;
}

.quantity-box input {
    width: 60px;
    border: 2px solid #000000;
    text-align: center;
}

.quantity-box input:focus {
    border-color: #b0b435;
}

.name-pr a {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.remove-pr {
    text-align: center;
}

.coupon-box .input-group .form-control {
    min-height: 50px;
    border-radius: 0px;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
}

.coupon-box .input-group .form-control::-moz-placeholder {
    color: #000000;
}

.coupon-box .input-group .input-group-append .btn-theme {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 0px 20px;
}

.coupon-box .input-group .input-group-append .btn-theme:hover {
    background: #b0b435;
}

.update-box input[type="submit"] {
    background: #000000;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}

.update-box input[type="submit"]:hover {
    background: #b0b435;
}

.order-box h3 {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}

.order-box h4 {
    font-size: 16px;
    padding: 0px;
    line-height: 35px !important;
}

.order-box .font-weight-bold {
    font-size: 18px;
}

.gr-total h5 {
    font-weight: 700;
    color: #b0b435;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    line-height: 35px !important;
}

.gr-total .h5 {
    margin: 0px;
    font-weight: 700;
    line-height: 35px;
}

.my-account-box-main {
    padding: 70px 0px;
}

.shopping-box a {
    font-size: 18px;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
}

.payment-icon {
    display: inline-block;
    padding: 10px 0px;
}

.payment-icon ul li {
    width: 20%;
    float: left;
}

.needs-validation label {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
}

.needs-validation .form-control {
    min-height: 40px;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    font-size: 14px;
}

.needs-validation .form-control:focus {
    border: 1px solid #b0b435 !important;
}

.review-form-box .form-control {
    min-height: 40px;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    font-size: 14px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #b0b435;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #b0b435;
    box-shadow: none;
}

.new-account-login h5 {
    font-size: 18px;
    color: #1111111;
    font-weight: 600;
}

.new-account-login h5 a:hover {
    color: #b0b435;
}

.review-form-box button {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 18px;
    border: none;
}

.wide.w-100 {
    min-height: 40px;
    border: 1px solid #e8e8e8;
}

.wide.w-100 option {
    min-height: 40px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.odr-box a {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
}

.account-box {
    text-align: center;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #000000;
}

.bottom-box {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 15px;
}

.bottom-box .account-box {
    min-height: 205px;
}

.account-box {
    border: 2px solid #000000;
    margin-top: 15px;
}

.my-account-page a {
    color: #000000;
}

.my-account-page a:hover {
    color: #b0b435;
}

.service-icon i {
    font-size: 34px;
}

.my-account-page a:hover i {}

.service-desc p {
    font-size: 16px;
}

.service-desc h4 {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
}

.service-icon a {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.service-icon a {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 0px;
    width: 90px;
    height: 90px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.service-icon a::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.service-icon a:hover::after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.service-icon a:hover {
    background: rgba(251, 183, 20, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0, 53, 68, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.add-pr a {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.wishlist-box-main {
    padding: 70px 0px;
}

.services-box-main {
    padding: 70px 0px;
}

.contact-box-main {
    padding: 70px 0px;
}

.contact-info-left {
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
        url(../images/8.png) no-repeat center center / cover;
    background-size: cover;

}

.contact-info-left h2 {
    font-size: 22px;
    font-weight: 700;
}

.contact-info-left p {
    margin-bottom: -6px;
    color: white;
}

.contact-info-left ul li {
    margin-bottom: 12px;
}

.contact-info-left ul li p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-right: 16px;
    padding-left: 25px;
    line-height: 24px;
    position: relative;
}

.contact-info-left ul li p i {
    position: absolute;
    left: 0;
    top: 5px;
    padding-right: 6px;
    color: #b0b435;
}

.contact-info-left ul li p a:hover {
    color: #b0b435;
}

.contact-form-right {
    padding: 20px;
}

.contact-form-right h2 {
    font-size: 24px;
    font-weight: 700;
}

.contact-form-right p {
    margin-bottom: 15px;
}

.contact-form-right .form-group .form-control::-moz-placeholder {
    color: #999999;
}

.contact-form-right .form-group .form-control {
    border-radius: 0px;
    min-height: 40px;
}

.contact-form-right .form-group {
    margin-bottom: 30px;
    position: relative;
}

.contact-form-right .form-group .form-control:focus {
    border: 1px solid #b0b435;
    box-shadow: none;
}

.submit-button button {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.help-block.with-errors {
    position: absolute;
    right: 0;
    background: red;
    color: #fff;
    padding: 0px 15px;
}

.help-block ul li {
    color: #fff;
}

.shop-detail-box-main {
    padding: 70px 0px;
}

.single-product-slider .carousel-control-prev {
    bottom: auto;
    background: #111111;
    width: 6%;
    padding: 10px 0;
    background-image: none;
    top: 40%;
}

.single-product-slider .carousel-control-next {
    bottom: auto;
    background: #111111;
    width: 6%;
    padding: 10px 0;
    background-image: none;
    top: 40%;
}

.single-product-slider .carousel-indicators li img {
    opacity: 0.5;
}

.single-product-slider .carousel-indicators li.active img {
    opacity: 1;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    background: #000000;
}

.carousel-indicators li {
    width: 30%;
    height: 100%;
    cursor: pointer;
}

.single-product-details h2 {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}

.single-product-details h5 {
    color: #b0b435;
    font-weight: 700;
    font-size: 18px;
}

.single-product-details h5 del {
    font-size: 13px;
    color: #666;
}

.available-stock span {
    font-size: 15px;
}

.available-stock span a {
    color: #b0b435;
}

.single-product-details h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.single-product-details p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-product-details ul {
    display: inline-block;
    width: 100%;
    border: 1px #000000 dashed;
    margin-bottom: 30px;
}

.single-product-details ul li {
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.size-st .bootstrap-select>.dropdown-toggle.btn-light {
    background: #000000;
    border: none;
    border-radius: 0px;
    color: #ffffff;
}

.quantity-box input {
    width: 100%;
}

.price-box-bar {
    margin-bottom: 30px;
}

.price-box-bar a {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.add-to-btn .add-comp {
    float: left;
}

.add-to-btn .share-bar {
    float: right;
}

.add-comp a {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

.share-bar {}

.share-bar a {
    background: #b0b435;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    width: 34px;
    text-align: center;
}

.share-bar a {}

.featured-products-box {}

.featured-products-box .owl-nav {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
}

.featured-products-box .owl-nav button.owl-prev {
    background: #000000;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
}

.featured-products-box .owl-nav button.owl-next {
    background: #000000;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
}

.featured-products-box .owl-nav button.owl-prev:hover,
.featured-products-box .owl-nav button.owl-next:hover {
    background: #b0b435;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    white-space: nowrap;
}

.card-outline-secondary .card-body a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    border: none;
}

/* Splash screen styling */
#splash {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
    /* Or black, based on your animation */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Logo animation sizing */
#logo-animation {
    max-width: 180px;
    opacity: 1;
    animation: fadeOut 1s ease 1s forwards;
}

/* Fade out effect */
@keyframes fadeOut {
    to {
        opacity: 0;
        transform: scale(1.05);
    }
}

/* Card Row Container */
.card-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

/* Card Styling */
.herbi-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 280px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Delayed animations for staggered effect */
.herbi-card:nth-child(1) {
    animation-delay: 0.1s;
}

.herbi-card:nth-child(2) {
    animation-delay: 0.3s;
}

.herbi-card:nth-child(3) {
    animation-delay: 0.5s;
}

/* Entry animation keyframes */
@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Label badge */
.herbi-card .label {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #7b1121;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Product image */
.herbi-card img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #fafafa;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/* Content area */
.card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Title */
.card-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Description */
.card-content p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Button link */
.card-content a {
    align-self: flex-start;
    text-decoration: none;
    color: #7b1121;
    font-weight: 600;
    border: 2px solid #7b1121;
    padding: 6px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.card-content a:hover {
    background-color: #7b1121;
    color: #fff;
}

@media (max-width: 768px) {
    .card-row {
        flex-direction: column;
        align-items: center;
    }

    .herbi-card {
        width: 90%;
    }
}


/* General Section Styling */
.about-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    overflow: hidden;
}

/* Container Layout */
.about-asian-crop-care {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

/* Text Content */
.about-asian-crop-care .content {
    flex: 1 1 500px;
}

.about-asian-crop-care h2 {
    font-size: 28px;
    color: #7b1121;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.about-asian-crop-care h3 {
    font-size: 20px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-asian-crop-care p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

/* Image Styling */
.about-asian-crop-care .image-container {
    flex: 1 1 400px;
    text-align: center;
}

.about-asian-crop-care img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 6px 20px #030303;
    object-fit: cover;
}

/* Learn More Button */
.btn-learn-more {
    background-color: #7b1121;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #a21c30;
}

/* Animation: Fade and Slide In */
.about-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.about-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Layout */
@media (max-width: 768px) {
    .about-asian-crop-care {
        flex-direction: column;
        text-align: center;
    }

    .about-asian-crop-care .content,
    .about-asian-crop-care .image-container {
        flex: 1 1 100%;
    }

    .about-asian-crop-care img {
        max-width: 100%;
    }
}

/* Section Container */
.insecticide-section {
    padding: 50px 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 100px;
    margin-left: 16px;
}

/* Insecticide Card Styling */
.insecticide-card {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, width 0.3s ease, background-color 0.3s ease;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

/* Image inside card */
.insecticide-card img {
    width: 100%;
    height: 245px;
    object-fit: contain;
}

/* Card Content */
.insecticide-card .content {
    padding: 20px;
}

.insecticide-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #2d3e50;
}

.insecticide-card p {
    font-size: 0.95rem;
    color: #555;
}

/* Hover Effect */
.insecticide-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background-color: #eafaf1;
    /* Optional highlight background */
    width: 320px;
    /* Slightly increase width on hover */
    z-index: 2;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Container row fix */
.product-list-row {
    margin-left: 0;
    margin-right: 0;
}

/* Card Styling */
.product-list-card {
    width: 100%;
    max-width: 280px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.product-list-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.product-list-img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    padding: 20px;
    background-color: #f9f9f9;
    transition: transform 0.4s ease;
}

.product-list-card:hover .product-list-img {
    transform: scale(1.05) rotate(1deg);
}

/* Body/Text */
.product-list-body {
    padding: 20px;
}

.product-list-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: -6px;
}

/* Button */
.product-list-btn {
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.product-list-btn:hover {
    background-color: #004080;
    color: #fff;
}

/* Responsive for mobile */
@media (max-width: 767.98px) {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-list-img {
        width: 100%;
        height: 220px;
        /* Fixed height for uniformity */
        object-fit: contain;
        /* Maintains aspect ratio without cropping */
        padding: 20px;
        background-color: #f9f9f9;
        transition: transform 0.4s ease;
        display: block;
        margin: 0 auto;
    }
}

.product-list-card {
    width: 100%;
    max-width: 280px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.product-list-img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    padding: 20px;
    background-color: #f9f9f9;
    transition: transform 0.4s ease;
}

.product-list-card:hover .product-list-img {
    transform: scale(1.05);
}

.section-title {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin: 0 auto 2rem auto;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;

}

.section-title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: white;
    left: 25%;
    /* (100% - 50%) / 2 = 25% */
    bottom: 0;
    border-radius: 2px;
}

.nav-link i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.nav-link.dropdown-toggle:hover i {
    transform: rotate(180deg);
    /* Flip arrow on hover */
}

nav.navbar.bootsnav ul.nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 30px;
    font-weight: 300;
}

/* General Reset */
body,
html {
    overflow-x: hidden;
}

/* Image Responsiveness */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Product Image Styling */
.product-list-img {
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* Remove conflicting .row margins */
.top-category-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 15px;
    transition: transform 0.3s ease;
}

.top-category-card:hover {
    transform: translateY(-5px);
}

.top-category-card img {
    max-height: 140px;
    object-fit: contain;
    margin-left: 17px;
}

.top-category-card h6 {
    font-weight: 600;
    font-size: 0.95rem;
}

.title {
    font-size: 2ropx;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007BFF;
    /* Customize your accent color */
    margin: 10px auto 0;
    border-radius: 2px;
}

.career-section {
    background: linear-gradient(135deg, #f8f9fa, #e9f5ec);
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.career-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.career-title {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.career-text {
    font-size: 18px;
    color: #34495e;
    margin: 15px 0;
    line-height: 1.6;
}

.apply-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #d1e7dd;
    border-left: 5px solid #198754;
    display: inline-block;
    border-radius: 6px;
}

.apply-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #14532d;
}

.career-link {
    font-size: 18px;
    color: #0c5d3c;
    text-decoration: none;
    font-weight: 600;
}

.career-link:hover {
    color: #06452e;
    text-decoration: underline;
}

.team-section {
    background-color: #f4f6f7;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.team-header {
    text-align: center;
    margin-bottom: 40px;
}

.team-header h2 {
    font-size: 28px;
    color: #2c3e50;
    font-weight: bold;
    border-bottom: 2px solid #2ecc71;
    display: inline-block;
    padding-bottom: 8px;
}

.team-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    align-items: flex-start;
}

.team-images {
    flex: 1 1 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.team-images img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-content {
    flex: 1 1 55%;
}

.team-content h3 {
    font-size: 24px;
    color: #27ae60;
    margin-bottom: 15px;
}

.team-content p {
    font-size: 16px;
    color: #34495e;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .team-container {
        flex-direction: column;
    }

    .team-images {
        grid-template-columns: 1fr 1fr;
    }
}

.section-title mb-7 {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin: 0 auto 2rem auto;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 461px;
}

.top-categories-title {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-bottom: 44px;
    margin-left: 325px;
}

#video-carousel {
    background-color: #f9f9f9;
    padding: 60px 0;
    border-radius: 8px;
}

#video-carousel h2 {
    color: #1a1a1a;
    /* Dark text for visibility */
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.video-wrapper {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out;
}

.video-wrapper:hover {
    transform: translateY(-5px);
}

.video-description {
    text-align: center;
    font-size: 1rem;
    padding-top: 15px;
    color: #333;
    font-weight: 500;
}

.sliderwrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    width: 100%;
    position: relative;
    background-color: rgb(4, 1, 16);
    /* Added a background for better visibility */
}

.wrapperrr {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrapperimgS {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    animation: slide-rtl-in 1s ease-out forwards;
}

/* Transition Effects */
@keyframes vortex-in {
    0% {
        opacity: 0;
        transform: rotate(90deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@keyframes flip-h-in {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes power-on {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes flip-v-in {
    0% {
        opacity: 0;
        transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

/* Apply the transition effects based on a class */
.vortex-in {
    animation: vortex-in 0.5s ease-out forwards;
}

.flip-h-in {
    animation: flip-h-in 0.5s ease-out forwards;
}

.power-on {
    animation: power-on 0.5s ease-out forwards;
}

.zoom-in {
    animation: zoom-in 0.5s ease-out forwards;
}

.flip-v-in {
    animation: flip-v-in 0.5s ease-out forwards;
}

/* Hide slices after animation completes */
.wrapperimgS.hide {
    opacity: 0;
    transform: translateX(100%);
    /* Move the slices out of view */
    pointer-events: none;
    /* Disable interactions */
}

/* Slide-RTL-In Animation */
@keyframes slide-rtl-in {
    0% {
        opacity: 0;
        transform: translateX(100%);
        /* Start from right */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* End in place */
    }
}

.fullImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out;
    opacity: 1;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .wrapperrr {
        height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 100vh; */
        width: 100%;
        position: relative;
        background-color: rgb(4, 1, 16);
    }

    .fullImage {
        /* background-size: cover;
        background-position: center; */
        width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    }

    .sliderwrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .wrapperrr {
        /* display: flex; */
        width: 100%;
        height: 100%;
        /* position: relative; */
        overflow: hidden;
    }

    .slide {
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* opacity: 0; */
        transition: opacity 1s ease-in-out;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-text {
        position: absolute;
        bottom: 20%;
        left: 10%;
        color: #fff;
        font-size: 2.5rem;
        font-weight: bold;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease, transform 1s ease;
    }

    /* Active slide image */
    .slide.active {
        opacity: 1;
        z-index: 1;
    }

    /* Animate text in */
    .slide.active .slide-text {
        animation: textFadeIn 1s ease forwards;
        animation-delay: 1s;
    }

    /* Animate text out */
    .slide.fadeout .slide-text {
        animation: textFadeOut 0.5s ease forwards;
    }

    @keyframes textFadeIn {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes textFadeOut {
        to {
            opacity: 0;
            transform: translateY(-10px);
        }
    }

}

/* Section Background */
.product-360-section {
    padding: 60px 20px;
    background: #f7f9fc;
    text-align: center;
    background-image:
}

/* Heading Style */
.section-heading {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    /* margin-left: 296px; */
}
.new-product-section .newlanched{
    text-align: center;
    margin-left: 265px;
}
.section-heading::after {
    content: '';
    width: 60%;
    height: 4px;
    /* background-color: #3bb78f; */
    position: absolute;
    left: 20%;
    bottom: -10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* Product Viewer Card */
.product-viewer-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(59, 183, 143, 0.2);
    animation: fadeInScale 1.2s ease-out forwards;
}
@media (max-width: 600px) {
  .section-heading {
    font-size: 22px;
    text-align: center;
    padding: 0 15px;
    margin-left: 0;
  }
  .new-product-section .newlanched{
    text-align: center;
    margin-left: 0;
    font-size: 24px;
}
}
/* Viewer Inner Canvas/Image */
#car4 canvas,
#car4 img {
    max-width: 100%;
    height: auto;
    animation: glowPulse 4s ease-in-out infinite;
    margin-left: 40px;
    background: linear-gradient(135deg,
            rgba(255, 251, 235, 0.9) 0%,
            rgba(255, 248, 220, 0.9) 25%,
            rgba(255, 245, 204, 0.9) 50%,
            rgba(255, 242, 189, 0.9) 75%,
            rgba(255, 239, 173, 0.9) 100%);
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
    z-index: 1;
    border-radius: inherit;
}

/* Fade + Scale Animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Glow effect around product */
@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(59, 183, 143, 0.3);
    }

    50% {
        box-shadow: 0 0 25px rgba(59, 183, 143, 0.6);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }

    .product-viewer-card {
        padding: 20px;
    }

}

.product-section {
    padding: 50px 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}


.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 100px;
    margin-left: 43px;
}

.insecticide-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.insecticide-card:hover {
    transform: translateY(-6px);
}

.insecticide-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px;
    max-height: 200px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(0);
    /* Enable 3D acceleration */
    position: relative;
    z-index: 1;
}

.insecticide-card:hover img {
    transform: scale(1.05) translateZ(20px);

    z-index: 10;

    border: 2px solid rgba(229, 230, 219, 0.3);
}

.insecticide-card .content {
    padding: 15px;
}

.insecticide-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b36;
    margin-bottom: 8px;
}

.insecticide-card p {
    font-size: 14px;
    color: #555;
}

.insecticide-card {
    background-color: #fff;
    /* Entire card stays white */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.insecticide-card .content {
    padding: 15px;
    background-color: #fff;
    /* Ensure bottom part is also white */
    width: 100%;
}

.view-more-container {
    display: flex;
    justify-content: space-between;
}

.insecticide-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    justify-content: center;
    background-color: #f8f9fa;
    margin-left: 116px;
    max-width: 1200px;
    padding: 50px 20px;
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
}
/* SECTION LAYOUT */
.new-product-section {
    padding: 50px 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

/* FLEX CONTAINER FOR FOUR CARDS IN ONE LINE */
.new-card-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
}

/* INDIVIDUAL CARD STYLE (LIKE insecticide-card) */
.bio-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 250px;
}

/* IMAGE STYLING */
.bio-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px;
    max-height: 200px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(0);
    position: relative;
    z-index: 1;
}

.bio-card:hover {
    transform: translateY(-6px);
}

.bio-card:hover img {
    transform: scale(1.05) translateZ(20px);
    z-index: 10;
    border: 2px solid rgba(229, 230, 219, 0.3);
}

/* TEXT CONTENT */
.bio-card .content {
    padding: 15px;
    width: 100%;
    background-color: #fff;
}

.bio-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b36;
    margin-bottom: 8px;
}

.bio-card p {
    font-size: 14px;
    color: #555;
}
/* Tablets (2 per row) */
@media (max-width: 992px) {
  .bio-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
  .new-card-container {
    flex-direction: column;
    align-items: center; /* Optional: center the card horizontally */
  }

  .bio-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



#crop-guidance .section-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #1c2b36;
    font-weight: 700;
}

.guidance-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.guidance-image img {
    max-width: 100%;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.guidance-content {
    max-width: 600px;
}

.guidance-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1c2b36;
}

.guidance-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.6;
}

.guidance-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.guidance-content li {
    margin-bottom: 8px;
    font-size: 15px;
}

.learn-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2abf9e;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #1da88a;
}

#bannerImage {
    width: 100%;
    max-width: 1200px;
    height: 357px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    margin-top: 50px;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

/* Optional hover effect */
#bannerImage:hover {
    transform: scale(1.02);
}

/* Crop Guidance Section */
#crop-guidance {
    /* background-color: #f9f9f9; */
    padding: 50px 0;
    text-align: center;
}

#crop-guidance .section-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2a7a2e;
}

/* PDF Viewer Container */
#crop-guidance {
    width: 90%;
    max-width: 1200px;
    height: 800px;
    /* margin: 0 auto; */
    /* border: 2px solid #ccc; */
    border-radius: 8px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.pdf-container {
    width: 90%;
    max-width: 1200px;
    height: 800px;
    /* margin: 0 auto; */
    border: 2px solid #ccc;
    border-radius: 8px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

#crop-guidance .pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Download Button */
#crop-guidance .btn-download {
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #28a745;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;                                                                      
    text-decoration: none;
}

#crop-guidance .btn-download:hover {
    background-color: #218838;
}

.pdf-page {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.crop-heading {
    font-size: 36px;
    font-weight: 700;
    color: black;
    /* Deep green */
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    margin-top: 50px;
}

.pdf-iframe {
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
}
.navbar-header{
    width: 21%;
}
.fullImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: contain
    
    ;
}

.wrapperimgS {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: inline-block;
    float: left;
}
.nav-item .nav-link.active {
    color: #72e605 !important; /* Example highlight color */
    font-weight: bold;
    /* border-bottom: 2px solid #080c70; Optional underline */
}
/* Main nav link highlight */
.nav-item .nav-link.active {
    color: green;
    font-weight: 700;
}

/* Dropdown item highlight */
.dropdown-menu .dropdown-item.active {
    color: green;
    font-weight: bold;
}

.nav-item a.active{
    color: green;
}
.top-category-card img {
    max-height: 140px;
    object-fit: cover;
    margin-left: 17px;
}
.about-video-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px; /* Adjust as needed */
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
}

.about-video-carousel video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.top-categories-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.top-categories-carousel .carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: none;
}

.top-categories-carousel .carousel-track::-webkit-scrollbar {
  display: none;
}

.top-categories-carousel .top-category-card {
  flex: 0 0 auto;
  width: 160px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.top-categories-carousel .top-category-card img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.top-categories-carousel .top-category-card h6 {
  padding: 8px;
  margin: 0;
  font-size: 14px;
}

.top-categories-carousel .top-category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.top-categories-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 6px 12px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transition: background 0.3s;
}

.top-categories-carousel .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.top-categories-carousel .carousel-btn.prev {
  left: 0;
}

.top-categories-carousel .carousel-btn.next {
  right: 0;
}

@media (max-width: 576px) {
  .top-categories-carousel .top-category-card {
    width: 120px;
  }
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.custom-modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.custom-modal-content h4 {
  margin-bottom: 15px;
}

.custom-modal-content ul {
  padding-left: 18px;
}

.custom-modal .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}
.custom-modal-content h5 {
  font-size: 1rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 12px;
}
/* View More Button Styling */
.view-more-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 8px;
}

.view-more-btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.view-more-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
}
.top-categories-heading {
  font-size: 13px;
  font-weight: 900;
  color: #222;
  margin-bottom: 10px;
  text-align: left;
  /* border-bottom: 2px solid #007bff; */
  padding-bottom: 5px;
}
.view-more-link {
  color: #007bff;
  text-decoration: underline;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid #007bff;
}

.view-more-link:hover {
  color: #0056b3;
  /* border-bottom: #007BFF; */
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.custom-modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.custom-modal .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

.top-categories-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
/* Basic styles */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel-container {
  overflow: hidden;
  
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Category cards style */
.category-card {
  flex: 0 0 250px; /* fixed width for cards */
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  user-select: none;
  box-sizing: border-box;
}

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-size: 24px;
  color: #333;
  z-index: 10;
  user-select: none;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .category-card {
    flex: 0 0 70vw; /* show 1 card approx */
    margin: 0 5vw;
  }
}
.footer-container{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}
#whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
#whatsapp-icon img {
  width: 60px;
  height: 60px;
}
.biostimulants-view-more-btn {
  background-color: #007bff; /* blue button color */
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  margin-left: 63%;
}

.biostimulants-view-more-btn:hover {
  background-color: #0056b3;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .biostimulants-view-more-btn {
    padding: 8px 16px;    /* slightly bigger tap target */
    font-size: 1.1rem; 
    margin-left: 228px;   /* slightly larger text for readability */
  }

}
.our-presence-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.presence-heading {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .presence-heading {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width: 576px) {
    .presence-heading {
        font-size: 22px;
    }
    
}

.presence-map {
    max-width: 70%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-top:25px;
}
@media (max-width: 768px) {
    .presence-map {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .presence-map {
        max-width: 100%;
    }
}


.presence-map:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
/* Enhanced background with soft gradient and glow animation */
.our-presence-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #e0f7fa, #f1f8e9); /* Soft agritech style */
    position: relative;
    overflow: hidden;
}

/* Optional floating glowing layer */
.our-presence-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
    animation: floatGlow 10s ease-in-out infinite;
    z-index: 0;
}

/* Ensure content appears above animated glow */
.our-presence-section * {
    position: relative;
    z-index: 1;
}

/* Floating glow animation */
@keyframes floatGlow {
    0% { transform: translate(0px, 0px); }
    50% { transform: translate(-10px, -15px); }
    100% { transform: translate(0px, 0px); }
}
.about-image {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.about-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.about-image img:hover {
    transform: scale(1.02);
}
/* Section Styling */
#certifications {
  background: linear-gradient(to right, #e6f2ff, #f2fbff);
  padding: 60px 0;
}

.cert-heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
}

.cert-subheading {
  color: #555;
  margin-bottom: 40px;
}

/* Carousel Card */
.cert-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin: auto;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* Image Styling */
.cert-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 6px;
  cursor: pointer;
}

/* Text Styling */
.cert-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cert-body p {
  font-size: 0.95rem;
  color: #666;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #333;
  border-radius: 50%;
  padding: 10px;
}
.cert-image:hover
{
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
/* Modal Zoom */
.zoom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.zoom-modal-content {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: auto;
  border-radius: 10px;
}

.zoom-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1100;
}
@media (max-width: 767.98px) {
  .cert-image {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .cert-card {
    padding: 10px;
  }

  .cert-body h5 {
    font-size: 1rem;
  }

  .cert-body p {
    font-size: 0.85rem;
  }

  .carousel-item {
    display: block !important;
  }
}


/* Mobile Styling */
/* @media (max-width: 767.98px) {
  .carousel-item .col-md-6 {
    display: block !important;
    width: 100%;
  }

  .cert-image {
    max-height: 200px;
  }

  .cert-heading {
    font-size: 1.8rem;
  }

  .cert-subheading {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .cert-image {
    max-height: 200px;
    width: 50%;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .cert-card {
    padding: 10px;
  }

  .cert-body h5 {
    font-size: 1rem;
  }

  .cert-body p {
    font-size: 0.85rem;
  }
}


 */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.custom-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
/* Base styling for Products link */
.product-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 15px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.product-link:hover {
  color: #2c7a3f; /* green highlight on hover */
}
/* Active (clicked) state */
/* Active (clicked) state */
.product-link.active {
  color: #72e605 !important;  /* bright green text */
  background: none !important; /* no background */
  border-radius: 0; /* remove rounding since no background */
}


/* Hide dropdown by default */
.product-dropdown .dropdown-menu {
  display: none;
  margin-top: 0;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  border: none;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
}

/* Show dropdown on hover */
.product-dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

/* Dropdown items */
.product-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 18px;
  font-size: 15px;
  color: #333;
  transition: 0.3s;
}

.product-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #2c7a3f;
  color: #fff;
}

/* Optional arrow rotation */
.product-dropdown:hover .product-link i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Fade animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
.social-icons a {
  pointer-events: auto; /* ensure clickable */
  cursor: pointer;
}
/* Active state for crop guidance */
/* Crop Guidance Link */
.crop-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 15px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.crop-link:hover {
  color: #2c7a3f; /* green highlight on hover */
}

/* Active (clicked) state */
.crop-link.active {
  color: #72e605 !important;  /* bright green text */
  background: none !important; /* no background */
  border-radius: 0; /* remove rounding */
}

/* Hide dropdown by default */
.crop-dropdown .dropdown-menu {
  display: none;
  margin-top: 0;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  border: none;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
}

/* Show dropdown on hover (desktop) */
.crop-dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

/* Dropdown items */
.crop-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 18px;
  font-size: 15px;
  color: #333;
  transition: 0.3s;
}

.crop-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #2c7a3f;
  color: #fff;
}

/* Arrow rotation */
.crop-dropdown:hover .crop-link i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.product-dropdown.open .dropdown-menu,
.crop-dropdown.open .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}


/* Fade animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
.copyright {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

.copyright a {
  color: #72e605;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}
