@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Actor&family=Alata&family=Lato:wght@400;700&display=swap");

:root {
  --theme-color: #000;
  --theme-background: #000;
  --theme-secondary: #28b223;
  --theme-gradient: linear-gradient(
    90deg,
    rgba(23, 128, 97, 1) 0%,
    rgba(1, 61, 43, 1) 100%
  );
  --bootstrap-icon: "bootstrap-icons";
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  /* color: var(--theme-color); */
  font-weight: 400;
  background-color: #4e27001c;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
input,
input:focus,
input:active,
select:focus,
select:active,
option:focus,
option:active,
textarea:focus,
textarea:active,
button:focus,
button:active,
.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-primary:active,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1.4;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: var(--theme-background);
}
:before,
:after,
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: var(--theme-secondary);
}
p a {
  color: var(--theme-color);
  font-weight: 700;
}
p {
  color: var(--theme-color);
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: 700;
}
p span {
  display: block;
}
figure {
  margin: 0;
}
.btn-success {
  background-color: #30b92b;
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
}
img.img-fluid.main-logo {
  max-width: 170px;
}
.main_nav.fixednav {
  top: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main_nav.fixednav .navbar-brand {
  color: var(--theme-color);
  border: none;
  padding: 12px 20px;
  max-width: 160px;
}
.navbar-nav {
  justify-content: space-between;
  width: 100%;
}
.main_nav.fixednav .navbar-nav .nav-link {
  color: var(--theme-color);
  padding: 25px 17px;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  color: #111;
  right: 30px;
  line-height: 48px;
  width: 48px;
  bottom: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}
.scroll-top-wrapper .scroll-top-inner {
  background: var(--theme-secondary);
  color: #fff;
  display: block;
}
.scroll-top-wrapper .scroll-top-inner i {
  font-size: 26px;
  display: block;
  line-height: 48px;
}
.scroll-top-wrapper:hover .scroll-top-inner {
  background: var(--theme-background);
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}
::-moz-placeholder {
  color: #222;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}
:-moz-placeholder {
  color: #222;
  opacity: 1;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.readmore-arrow {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-secondary);
  border-radius: 35px;
  color: var(--theme-secondary);
  font-size: 17px;
  position: relative;
  overflow: hidden;
}
.readmore-arrow i {
  width: 42px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.readmore-arrow i:nth-child(2) {
  left: 100%;
}
.readmore-arrow:hover i {
  left: -100%;
}
.readmore-arrow:hover i:nth-child(2) {
  left: 0;
}
.readmore-arrow:hover {
  color: #fff;
  background: var(--theme-secondary);
}
.readmore {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 700;
  position: relative;
  background: var(--theme-background);
  line-height: 44px;
  padding: 0 28px;
  z-index: 1;
  overflow: hidden;
}
.readmore:before,
.readmore:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background: var(--theme-secondary);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  position: absolute;
  z-index: -1;
}
.readmore:after {
  top: auto;
  bottom: 0;
}
.readmore:hover:before,
.readmore:hover:after {
  height: 50%;
}
.readmore:hover,
.readmore:focus,
.readmore:active {
  color: #fff;
}
header,
section,
footer {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.theme-color {
  color: var(--theme-color);
}
.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-block-end: 15px;
}
.title-para {
  max-width: 90%;
  margin: 0 auto;
  color: #606060;
  font-size: 18px;
}
.gray-bg {
  background: #f5f5f5;
}
.upr {
  position: relative;
  z-index: 1;
}

header {
  background: var(--theme-background);
}
.top_right li {
  margin-right: 25px;
}
.top_right li a {
  display: flex;
  color: #fff;
}
.top_right li:last-child {
  margin-right: 0;
}
.top_right li figure {
  margin-right: 10px;
}
.top_right li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.top_right li div {
  font-size: 19px;
  font-weight: 700;
}
header .navbar {
  background: #4e2700;
}
header .navbar .navbar-collapse .navbar-nav > li > a {
  padding: 7px 15px;
  text-transform: capitalize;
  color: #c0c0c0;
  letter-spacing: 1px;
  font-weight: 600;
}
header .navbar .navbar-collapse .navbar-nav > li > a:hover,
header .navbar .navbar-collapse .navbar-nav > li > a.active {
  color: #fff;
}
header .navbar .navbar-collapse .navbar-nav > li:first-child > a {
  padding-left: 0;
}
header .navbar .navbar-collapse .navbar-nav > li:last-child > a {
  padding: 5px 20px;
  color: #fff;
}

.bnr_btm_bx {
  display: flex;
  align-items: center;
  background: #4e27001c;
  /* border: 1px solid var(--theme-background); */
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 20px 15px;
}
.bnr_btm_bx figure {
  width: 70px;
  margin-right: 20px;
}
.bnr_btm_bx .info {
  width: calc(100% - 90px);
}
.bnr_btm_bx .info .h5 {
  font-size: 17px;
  text-transform: uppercase;
  margin-block-end: 5px;
}

.pro_bx {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.pro_bx .info {
  padding: 15px 20px;
  position: relative;
}
.pro_bx .info .h4 {
  margin-block-end: 10px;
}
.pro_bx .info .price {
  font-size: 20px;
  font-weight: 700;
}
.pro_bx .info .price-p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #292f34;
}
.pro_bx .info .readmore-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.adv_bnr {
  background: var(--theme-gradient);
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
.adv_bnr .adv_btn {
  background: var(--theme-secondary);
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
  border: 2px solid var(--theme-secondary);
  line-height: 40px;
  display: inline-block;
  border-radius: 10px;
}
.adv_bnr.typetwo div:first-child {
  padding-left: 90px;
}
.adv_bnr.typetwo figure {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 10px;
  overflow: hidden;
  width: 100px;
}
.adv_bnr.typetwo .h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.adv_bnr.typetwo .adv_btn.phn,
.adv_bnr .adv_btn.phn {
  background: 0 0;
  margin-right: 10px;
  border-color: #fff;
}

.nav-tabs {
  background: #f3f8f9;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.nav-tabs li {
  margin-right: 12px;
}
.nav-tabs li:last-child {
  margin-right: 0;
}
.nav-tabs li button.nav-link {
  border: 1px solid var(--theme-secondary);
  border-radius: 5px;
  color: var(--theme-secondary);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding: 0 17px;
  line-height: 40px;
}
.nav-tabs li button.nav-link.active,
.nav-tabs li button.nav-link:hover {
  border-color: var(--theme-background);
  background: var(--theme-background);
  color: #fff;
}

.turst_ {
  display: flex;
  align-items: center;
}
.turst_ figure {
  margin-right: 20px;
}
.turst_ figure img {
  max-height: 50px;
}
.turst_ .info span {
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.turst_ .info span span {
  font-size: 15px;
  color: orange;
  margin-left: 8px;
}
.testimonial_bx > span i,
.turst_ .info span span i {
  margin-right: 3px;
}
.testimonial_bx > span i:last-child,
.turst_ .info span span i:last-child {
  margin-right: 0;
}
.turst_ .info p {
  color: #606060;
  font-size: 18px;
}

.testimonial_bx {
  background: #f3f8f9;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
}
.testimonial_bx .h5 {
  margin-block-end: 10px;
}
.testimonial_bx > span {
  color: orange;
  margin-block-end: 10px;
  display: block;
}
.testimonial_bx p {
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
.testimonial_bx .name {
  margin-block: 15px;
  font-weight: 700;
  font-size: 15px;
}
.testimonial_bx .name span {
  display: block;
  font-weight: 400;
  color: #606060;
  font-size: 13px;
  margin-block-start: 5px;
}
.testimonial_bx a {
  border: 1px solid var(--theme-secondary);
  color: var(--theme-secondary);
  font-siz: 12px;
  padding: 3px 12px;
  border-radius: 5px;
  display: inline-block;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.owl-nav > div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 40px;
  margin: 0 4px;
  font-size: 18px;
}

section.brd {
  padding: 10px 0;
  background: #e9ecef;
}
a.whatsBtn {
  background: #28b223;
  display: block;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.span-c {
  color: #adb5bd;
  display: inline-block;
  font-weight: normal;
}
.product-side {
  background: #e9ecef;
  border-radius: 10px;
  position: relative;
}
.menus-products a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #0f5132;
  font-size: 1.1rem;
}
.menus-products a:hover,
.menus-products a.active {
  background-color: #012a1e;
  color: #fff;
  font-weight: 600;
}
.menus-products li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menus-products li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
.mobile-category,
.sidepanel {
  display: none;
}

figure {
  margin: 0;
  text-align: center;
}
.price:after {
  content: "Get A Quote & Other Product Related Enquiry!";
  background: #f3f8f9;
  position: absolute;
  left: 17px;
  padding: 8px 70px 10px 0px;
  font-size: 12px;
  color: #6c757d;
  margin-top: -10px;
  font-weight: 600;
}
#product-list .price:after {
  padding-right: 20px;
  padding-top: 15px;
}

.mobile_banner {
  display: none;
}
.breadcrumb {
  margin-bottom: 0;
}
.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--bs-gray-900);
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-border-radius: 0.4rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0.4rem;
  --bs-card-cap-padding-y: 1.25rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: var(--bs-body-bg);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: var(--bs-body-color);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.contact-page .card-header {
  background-color: transparent;
  border-bottom: none;
}
.contact-page .card-header .h3 {
  font-size: 2.5rem;
}
.address h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #202124;
}
.address address,
.address p {
  color: #606261;
}
.address i {
  font-size: 2rem;
}
section.py-0.address .col {
  padding-bottom: 50px;
}
img.avatar-img {
  max-width: 25px;
  height: 25px;
}
.text-facebook {
  color: #5d82d1;
}
.text-instagram {
  color: #c22b72;
}
.text-youtube {
  color: #ff0000;
}
.btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: var(--bs-light);
  border-color: var(--bs-light);
}
.fill-primary {
  fill: #09b850 !important;
}
.mt-n5 {
  margin-top: -2.5rem;
}
.form-control-lg {
  font-size: 1rem;
}
.contract-manufaturing p.mb-4.cont {
  padding: 15px;
  background: #1987542e;
  border-radius: 10px;
  line-height: 24px;
}
.dropdown-menu.show {
  width: 300px;
  border-radius: 0 0 10px 10px;
  border: none;
  background: #012a1e;
  margin-top: 8px;
  padding: 0;
}
ul.dropdown-menu.show a {
  padding: 10px;
  display: block;
  color: #c0c0c0;
  border-bottom: 1px solid #033627;
}
ul.dropdown-menu.show li:last-child a {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
ul.dropdown-menu.show a:hover {
  color: #fff;
  background-color: #033627;
}

footer {
  background: var(--theme-background);
}
footer .h2 {
  color: #fff;
  margin-block-end: 15px;
}
footer .contact li {
  color: #fff;
  margin-bottom: 4px;
}
footer a,
footer p {
  color: #fff;
}
footer a:hover {
  color: var(--theme-secondary);
}
footer .menus {
  display: flex;
  flex-wrap: wrap;
}
footer .menus li {
  width: calc(100% / 2);
}
footer .menus li a {
  position: relative;
  padding: 5px 0;
  display: block;
}
footer .menus li a:before {
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  background: var(--theme-secondary);
  border-radius: 10px;
}
footer .menus li a:hover {
  padding-left: 12px;
}
footer .menus li a:hover:before {
  width: 6px;
}

/*  */

/* Add at the end of your CSS file */
section.homepage-video {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.homepage-fullvideo {
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
/* Branded glossy button using logo colors (green & dark) */
/* Glossy button with #FF8C2B → #FFB347 branding colors */
.btn-golden {
  background: linear-gradient(90deg, #ff8c2b 0%, #ffb347 100%);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 140, 43, 0.15);
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.btn-golden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.7;
  pointer-events: none;
  border-radius: 8px;
  z-index: 1;
}
.btn-golden:hover,
.btn-golden:focus {
  background: linear-gradient(90deg, #ffb347 0%, #ff8c2b 100%);
  color: #fff !important;
}
.btn-golden > * {
  position: relative;
  z-index: 2;
}

/* Custom dropdown menu styling for navbar */
.navbar-nav .dropdown-menu {
  min-width: 220px;
  background: linear-gradient(135deg, #fffbe6 0%, #fff 100%);
  border: 1px solid #ffd700;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.1), 0 1.5px 4px rgba(0, 0, 0, 0.05);
  padding: 0rem 0;
  margin-top: 8px;
  z-index: 1000;
}

.navbar-nav .dropdown-menu li {
  margin: 0;
}

.navbar-nav .dropdown-menu a {
  display: block;
  padding: 10px 24px;
  color: #7a5c00;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 8px;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus {
  background: linear-gradient(90deg, #ffd700 0%, #fffbe6 100%);
  color: #b8860b;
  font-weight: 700;
  text-decoration: none;
}

.navbar-nav .dropdown-menu li:last-child a {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-nav .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
/* Show Bootstrap dropdown-menu on hover for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar-nav .dropdown-menu {
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 992px) {
  .homepage-fullvideo {
    height: 300px;
  }
}

/**/

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1299px) {
  .container {
    max-width: 1170px;
  }
  header .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .nav-tabs li button.nav-link {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 980px;
  }
  header .navbar .navbar-collapse .navbar-nav > li {
    font-size: 13px;
  }
  header .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 5px 9px;
  }
  .top_right li div {
    font-size: 18px;
  }
  .bnr_btm_bx figure {
    width: 60px;
    margin-right: 15px;
  }
  .bnr_btm_bx .info {
    width: calc(100% - 75px);
  }
  .bnr_btm_bx .info .h5 {
    font-size: 16px;
  }
  .pro_bx .info {
    padding: 15px;
  }
  .pro_bx .info .h4 {
    font-size: 17px;
    margin-block-end: 5px;
  }
  .pro_bx .info .price {
    font-size: 19px;
  }
  .nav-tabs {
    padding: 10px;
  }
  .nav-tabs li {
    margin-right: 10px;
  }
  .nav-tabs li button.nav-link {
    font-size: 14px;
    padding: 0 10px;
  }
  footer,
  header,
  section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 758px;
  }
  .top_right li {
    margin-right: 20px;
  }
  .top_right li div {
    font-size: 17px;
  }
  .navbar-toggler {
    color: #fff;
    box-shadow: none;
    padding: 0;
    font-size: 2rem;
    margin-left: 20px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar {
    padding: 0px 0 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
  }
  header .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 14px 0;
    border-bottom: 1px solid #878787;
  }
  .dropdown-menu.show {
    width: 100%;
  }
  header .navbar .navbar-collapse .navbar-nav > li:last-child > a {
    border-bottom: none;
  }
  .bnr_btm_bx {
    padding: 20px 15px;
    display: block;
    text-align: center;
  }
  .bnr_btm_bx figure {
    margin: 0 auto 20px;
  }
  .bnr_btm_bx .info {
    width: 100%;
  }
  .adv_bnr {
    padding: 20px;
  }
  .adv_bnr .h2 {
    font-size: 21px;
  }
  .adv_bnr .adv_btn {
    padding: 0 15px;
  }
  #prod_accord > .tab-pane {
    display: block;
    opacity: 1;
  }
  .accordion-button,
  .accordion-button:not(.collapsed) {
    background: 0 0;
    padding: 15px 0;
    font-weight: 700;
    box-shadow: none;
    color: inherit;
    border: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  #prod_accord > div {
    border-bottom: 1px solid var(--theme-background);
  }
  #prod_accord > div:last-child {
    border-bottom: none;
  }
  .adv_bnr.typetwo > div:first-child {
    width: calc(100% - 270px);
  }
  .adv_bnr.typetwo > div:last-child {
    width: 250px;
  }
  .adv_bnr.typetwo > div:last-child a {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .adv_bnr.typetwo > div:last-child a:last-child {
    margin-bottom: 0;
  }
  .turst_ figure {
    width: 45px;
    margin-right: 10px;
  }
  .turst_ .info {
    width: calc(100% - 55px);
  }
  .turst_ .info span {
    font-size: 30px;
  }
  .turst_ .info p {
    font-size: 16px;
  }
  .section-title {
    font-size: 22px;
  }
  footer,
  header,
  section {
    padding: 35px 0;
  }
  section.py-0.address .col {
    padding-bottom: 0px;
  }
  .contact-page .card-header .h3 {
    font-size: 1.5rem;
  }
  .contact-page .btn-success {
    display: block;
    width: 100%;
  }
  .address h6 {
    font-size: 1.2rem;
  }
  iframe {
    margin-top: 30px;
  }
  .trading-product .row.trading_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .trading-product .row.trading_boxes .col {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .btn-success{
        padding: 10px;
    display: block;
  }
  .container {
    max-width: 570px;
  }
  .top_right li figure,
  .top_right li div {
    display: none;
  }
  .top_right li span {
    font-size: 12px;
  }
  .bnr_btm_bx {
    padding: 15px 10px;
  }
  .bnr_btm_bx figure {
    width: 50px;
    margin: 0 auto 12px;
  }
  .bnr_btm_bx .info .h5 {
    font-size: 15px;
  }
  .pro_bx .info .h4 {
    font-size: 16px;
  }
  .pro_bx .info .price {
    font-size: 18px;
  }
  .adv_bnr {
    padding: 15px;
  }
  .adv_bnr .h2 {
    font-size: 19px;
  }
  .adv_bnr .adv_btn {
    padding: 0 10px;
    white-space: nowrap;
  }
  .section-title {
    font-size: 20px;
  }
  .turst_ {
    display: block;
    background: #f3f8f9;
    padding: 20px;
    text-align: center;
    height: 100%;
    border-radius: 20px;
  }
  .turst_ figure {
    margin: 0 auto 15px;
    width: auto;
  }
  .turst_ .info {
    width: 100%;
  }
  .turst_ .info span {
    font-size: 22px;
    display: block;
  }
  .top_right li {
    margin-right: 10px;
  }
  .top_right li figure {
    display: block;
    margin: 0;
  }
  .navbar-toggler {
    margin-left: 10px;
  }
  footer,
  header,
  section {
    padding: 30px 0;
  }
  .product-side {
    display: none;
  }
  .mobile-category {
    display: block;
  }
  .mobile-category nav {
    position: fixed;
    bottom: -1px;
    left: 0;
    margin-top: 0;
    width: 100%;
    z-index: 9999;
  }
  .mobile-category nav ul {
    background-color: #fff;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 60px;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.38);
  }
  .mobile-category nav li {
    color: #6461a2;
    cursor: pointer;
    flex: 1;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .mobile-category nav ul li p {
    font-size: 16px;
    margin: 2px 0;
  }
  .mobile-category nav ul li:hover,
  .mobile-category nav ul li.active {
    color: #222457;
  }
  .mobile-category i {
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 22px;
  }
  #product-list .col-lg-4.col-sm-6.col-md-4.mb-4 {
    display: flex;
    width: 46%;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
  }
  div#product-list {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .sidepanel img {
    max-width: 120px;
  }
  .medium-header {
        background-color: #000000;
        padding: 12px 20px;
        margin-bottom: 10px;
  }
  .sidepanel {
    width: 0;
    display: block;
    position: fixed;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #012a1e;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .sidepanel a {
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: 600;
  }
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    padding: 13px 32px;
    background-color: #000;
    color: #fff;
  }
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  li.openbtn:after {
    background: #198754;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
    border-radius: 70px 70px 0 0;
  }
  li.openbtn p,
  li.openbtn i {
    color: #fff;
    font-weight: 600;
  }
  li.openbtn i {
    font-size: 47px;
    position: relative;
    top: -24px;
  }
  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
  .adv_bnr.typetwo > div:last-child{
            gap: 20px;
        flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .bnr_btm_bx figure {
    width: 40px;
  }
  .bnr_btm_bx .info .h5 {
    font-size: 14px;
  }
  .section-title,
  .about {
    text-align: center;
  }
  .pro_bx .info .h4 {
    font-size: 15px;
  }
  .adv_bnr .h2,
  .pro_bx .info .price {
    font-size: 17px;
  }
  .adv_bnr {
    display: block;
    text-align: center;
  }
  .adv_bnr .adv_btn {
    margin-top: 15px;
    display: inline-block;
  }
  .section-title {
    font-size: 18px;
  }
  .adv_bnr.typetwo > div,
  .adv_bnr.typetwo > div:first-child {
    width: 100%;
    padding: 0;
  }
  .adv_bnr.typetwo > div:last-child {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
  }
  .adv_bnr.typetwo figure {
    display: none;
  }
  .adv_bnr.typetwo .adv_btn.phn {
    margin-bottom: 0;
  }
  .turst_ {
    display: flex;
  }
  .turst_ figure {
    margin: 0 25px 0 0;
  }
  .turst_ .info {
    width: auto;
    text-align: left;
  }
  .turst_ .info span {
    display: inline-block;
  }
  footer,
  header,
  section {
    padding: 25px 0;
  }
  .turst_ .info span {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .trading_boxes .col,
  .bnr_btm_bx_cnt .col {
    width: 100%;
  }
  .bnr_btm_bx {
    display: flex;
    padding: 15px;
  }
  .bnr_btm_bx figure {
    margin: 0 15px 0 0;
  }
  .bnr_btm_bx .info {
    text-align: left;
  }
  .scroll-top-wrapper {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .adv_bnr .adv_btn,
  .readmore {
    width: 100%;
  }
  .adv_bnr.typetwo > div:last-child {
    display: block;
  }
  .adv_bnr.typetwo .adv_btn.phn {
    margin: 0 0 10px;
  }
}
.product-detail{margin-bottom: 20px; display: flex;flex-direction: column; gap: 5px;}
.product-detail p{margin-bottom: 0px; color: #4b4b4b;}
.bg1{background-color: #fff;}
section.page-banner {
    background: #4e270021;
    padding: 15px;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-info-list li i {
    font-size: 30px;
    color: var(--theme-secondary);
    margin-right: 15px;
}
.contact-info-list li .info span {
    display: block;
    font-size: 14px;
    color: #6c757d;
}


.contact-form-box {
    background: #fff;
    padding: 10px 30px 30px;
    border-radius: 10px;
}
.contact-form-box .form-control {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced4da;
    height: 45px;
}
.contact-form-box .form-control:focus {
    box-shadow: none;
    border-color: var(--theme-secondary);
}
.contact-form-box button {
    background: var(--theme-secondary);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}
/*  */
.left-sidebar{
  border: 1px solid #dee2e6;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.left-sidebar h4{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
.left-sidebar ul li{
  /* margin-bottom: 10px; */
}
.left-sidebar ul li a{
  color: #212529;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: block;
  padding: 15px 0;
}
.left-sidebar ul li a:hover{
  color: var(--theme-secondary);
}
.left-sidebar ul li:last-child a {
  border-bottom: none;
}
.bnr_btm_bx {
  display: flex;
  align-items: center;
  background: #f3f8f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.essential-oil-box{
  border: 1px solid #dee2e6;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}

.inner-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 700;
  position: relative;
  background: var(--theme-secondary);
  line-height: 44px;
  padding: 0 35px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.inner-btn:before,
.inner-btn:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background: var(--theme-background);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  position: absolute;
  z-index: -1;
}
.inner-btn:after {
  top: auto;
  bottom: 0;
}
.inner-btn:hover:before,
.inner-btn:hover:after {
  height: 50%;
}
.inner-btn:hover,
.inner-btn:focus,
.inner-btn:active {
  color: #fff;
}
.description {
  max-height: 40px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s ease, opacity 0.4s ease;
  opacity: 0.95;
}

/* Fade effect at bottom */
.description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.description.expanded {
  max-height: 1000px;
  opacity: 1;
}

.description.expanded::after {
  display: none;
}

.show-more-btn {
  display: inline-block;
  margin-top: 8px;
  color: var(--theme-secondary, #0d6efd);
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.2s ease;
}

.show-more-btn:hover {
  transform: translateY(-2px);
}


.img-bx {
    min-width: 220px;
    border: 1px solid #ece7e3;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    max-width: 280px;
}
/* Desktop (default) */
.left-sidebar {
  position: relative;
}

/* Mobile only */
@media (max-width: 767px) {
  .left-sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 95vh;
    background: #fff;
    z-index: 1050;
    padding: 20px;
    transition: 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 15px rgba(0,0,0,0.15);
    border-radius: 0 10px 10px 0;
  }

  .left-sidebar.active {
    left: 0;
  }

  .sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 1040;
  }

  .sidebar-overlay.active {
    display: block;
  }
  .img-bx{
    max-width: 100%;
    min-width: auto;
  }
  .d-flex.align-items-center.gap-3.justify-content-center.mt-3 {
    flex-direction: column;
}
}
span.family-chip {
    background: #fff0c2;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 3px 20px;
    border-radius: 5px;
    font-size: 12px;
}