@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
:root {
  --font-Roboto: "Roboto Slab", serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --color-0b8d45: #0b8d45;
  --color-19325d: #19325d;
  --color-e4e4e4: #e4e4e4;
  --color-2d2d2d: #2d2d2d;
  --color-d6d6d6: #d6d6d6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --character-spacing-0: 0px;
  --line-height-14: 20px;
  --line-height-17: 23px;
  --line-height-18: 24px;
  --line-height-20: 26px;
  --line-height-22: 28px;
  --line-height-40: 48px;
  --line-height-50: 58px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-Montserrat);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
   overflow-x: hidden; 
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-0b8d45);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-0b8d45);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-0b8d45);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-0b8d45);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.small-text {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-000000);
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-0b8d45);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}
.main-title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-000000);
  font-weight: var(--font-weight-Light);
  margin-bottom: 20px;
  position: relative;
  font-family: var(--font-Roboto);
}
.main-title span {
  font-weight: var(--font-weight-ExtraBold);
}
.title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 20px;
  position: relative;
  font-family: var(--font-Roboto);
}
.title span {
  font-weight: var(--font-weight-Black);
}
.div-title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
  position: relative;
}
.div-sub-title {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-family: var(--font-Roboto);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-0b8d45 {
  color: var(--color-0b8d45) !important;
}
.color-19325d {
  color: var(--color-19325d) !important;
}
.color-e4e4e4 {
  color: var(--color-e4e4e4) !important;
}
.color-2d2d2d {
  color: var(--color-2d2d2d) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
/* view-more-btn */
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  color: var(--color-0b8d45);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-SemiBold);
  background: transparent;
  text-decoration: none;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  border: solid 1.5px var(--color-0b8d45);
  border-radius: 10px 10px;
  cursor: pointer;
  z-index: 1;
  transition: color 0.4s ease, transform 0.3s ease;
}
.view-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-0b8d45);
  z-index: -1;
  transition: left 0.4s ease;
}
/* hover effect */
.view-more-btn:hover::before {
  left: 0;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  transform: translateY(-2px);
}
/* view-more-btn */
.img-zoom {
  overflow: hidden;
  border-radius: 30px;
}
.img-zoom .zoom {
  transform: scale(1);
  transition: transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.img-zoom:hover .zoom {
  transform: scale(1.12);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
  box-shadow: 0px 1px 12px 0px #ffffffab;
}
.main-header.g_shrink .logo-img .main-logo {
  width: 100px;
}
/* loader css*/
/* loader css */
.top-header {
  background-color: var(--color-19325d);
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.top-header-social {
  display: flex;
}
.top-header-social li a {
  display: block;
}
.top-header-social li img {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  object-fit: contain;
}
.top-header-contact {
  display: flex;
}
.top-header-contact li a {
  display: block;
  font-size: var(--font-size-17);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-Montserrat);
}
.top-header-contact li a img {
  width: 22px;
  margin-right: 8px;
}
.navbar {
  padding: 0;
}
.main-menu {
  padding: 20px 0;
}
.main-nav {
  width: 100%;
  position: relative;
}
.logo-img .main-logo {
  width: 180px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: inline-block;
}
.main-nav .nav-item {
  margin-right: 20px;
}
.main-nav .nav-item:last-child {
  margin-right: 0px;
}
.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-17);
  color: var(--color-19325d);
  font-weight: var(--font-weight-Regular);
  line-height: initial;
  padding: 10px 18px;
  text-transform: uppercase;
  font-family: var(--font-Roboto);
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-0b8d45);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-0b8d45);
}
.dropdown-toggle::after {
  margin-left: 10px;
  position: relative;
  top: 6px;
  background-image: url(../images/icons/dropdown-arrow.png);
  border: none;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 300px;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 1000;
  border-radius: 8px;
  background: var(--color-ffffff);
}
/* When dropdown is open */
/* .main-nav .navbar-nav .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0) translateZ(0);
  transform-origin: top;
  transition: transform 0.68s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
  will-change: transform, opacity;
}
.navbar .dropdown.show>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
} */
/* When dropdown is open */
.main-nav .navbar-nav .dropdown .dropdown-menu li {
  border-bottom: solid 1px var(--color-333233);
  border-left: none;
}
.main-nav .navbar-nav .dropdown .dropdown-menu li a {
  font-size: var(--font-size-14);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  display: inline-block;
  padding: 12px 12px;
  text-transform: uppercase;
}
.main-nav .navbar-nav .dropdown .dropdown-menu li:hover {
  background: var(--color-19325d);
  border-radius: 8px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu li:hover a {
  color: var(--color-ffffff);
}
/* dropdown-menu */
.offcanvas-body {
  overflow-y: unset;
  padding: 0;
}
.offcanvas.offcanvas-start {
  transform: unset;
  border-right: unset;
  background: transparent;
  width: 100%;
}
.offcanvas {
  position: relative;
  visibility: visible;
}
/* main-header */
/* main-banenr */
.banner-content {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
.banner-text {
  width: 50%;
}
.banner-text .banner-btn {
  color: var(--color-000000);
  border: solid 1.5px var(--color-000000);
}
.banner-text .line {
  width: 200px;
  margin: 20px 0;
  border-bottom: 5px solid var(--color-000000);
}
.banner-section {
  height: calc(100vh - 160px);
}
.banner-bg-img {
  position: absolute;
  bottom: -70px;
  right: 100px;
  width: 40%;
  height: auto;
}
.banner-bg-img img {
  height: 100%;
  width: 100%;
}
.banner-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--color-0b8d45);
  z-index: -1;
}
.banner-text .main-title {
  -webkit-animation: fadeInDown 1.5s;
  animation: fadeInDown 1.5s;
  animation-duration: 2s;
}
.banner-text p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-text .view-more {
  -webkit-animation: zoomIn 2s;
  animation: zoomIn 2s;
  animation-duration: 2s;
}
.zoom-loop {
  animation: zoomInOut 20s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/* main-banenr */
/* we-serve-section */
.we-serve-box {
  text-align: center;
  padding: 25px 20px;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}
.we-serve-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.we-serve-box img {
  width: 60px;
  margin-bottom: 20px;
}
.we-serve-box:hover img {
  transform: scale(1.05) rotate(2deg);
}
/* title animation */
.we-serve-box .div-sub-title {
  color: var(--color-ffffff);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.we-serve-box:hover .div-sub-title {
  transform: translateY(-4px);
  opacity: 0.95;
}
/* soft glow overlay */
.we-serve-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #ffffff14, #ffffff00);
  opacity: 0;
  border-radius: 16px;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.we-serve-box:hover::after {
  opacity: 1;
}
/* we-serve-section */
/* about-us-section */
.values-wrapper {
  position: relative;
}
/* Value box */
.value-box {
  width: 200px;
  height: 200px;
  margin: auto;
  border: 2px dashed #1a8f3a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  background: #fff;
}
/* Icon */
.value-icon img {
  width: 45px;
  margin-bottom: 12px;
  transition: transform 0.4s ease;
}
/* Text */
.value-box .div-sub-title {
  color: var(--color-19325d);
  margin-bottom: 0;
}
/* Connector line */
.connector {
  width: 120px;
  height: 2px;
  background: var(--color-0b8d45);
  position: absolute;
  top: 50%;
  right: -18%;
}
.connector::before,
.connector::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-0b8d45);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.connector::before {
  left: -5px;
}
.connector::after {
  right: -5px;
}
/* Hover effect */
.value-box:hover {
  background: var(--color-0b8d45);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(26, 143, 58, 0.25);
}
.value-box:hover .div-sub-title {
  color: var(--color-ffffff);
}
.value-box:hover .value-icon img {
  transform: scale(1.15) rotate(5deg);
  filter: brightness(0) invert(1);
}
/* about-us-section */
/* product-section */
.product-bg {
  background-image: url(../images/bg/product-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-card {
  background: var(--color-0b8d45);
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  transition: all 0.45s ease;
  position: relative;
  box-shadow: 0 4px 20px #0000001e;
}
/* Image section */
.product-img {
  padding: 30px 30px;
  text-align: center;
  background: var(--color-ffffff);
  border-radius: 0 0 25px 25px;
  height: 320px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}
/* Bottom green label */
.product-info {
  background: var(--color-0b8d45);
  text-align: center;
  padding: 18px 15px;
  transition: all 0.45s ease;
}
.product-info .div-sub-title {
  color: var(--color-19325d);
}
.product-info .view-more-btn {
  color: var(--color-19325d);
  border: solid 1.5px var(--color-ffffff);
}
.product-card:hover .product-info .view-more-btn {
  color: var(--color-ffffff);
  border: solid 1.5px var(--color-0b8d45);
}
.product-card:hover .product-info .view-more-btn::before {
  left: 0;
}
/* Hover animation */
.product-card:hover {
  background: var(--color-000000);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px #00000040;
}
.product-card:hover .product-img img {
  transform: scale(1.05) rotate(-1deg);
}
.product-card:hover .product-info {
  background: var(--color-000000);
}
.product-card:hover .product-info .div-sub-title {
  color: var(--color-0b8d45);
}
/* Optional glow effect */
.product-modal .modal-content {
  border: unset;
  border-radius: 20px;
  outline: 0;
}
.product-modal .modal-body {
  padding: 40px 40px;
}
.product-modal .modal-header {
  padding: 0;
  border: none;
}
.product-modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: var(--color-0b8d45);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  opacity: 1;
}
.product-modal .btn-close {
  width: 25px;
  height: 25px;
  border-radius: 0;
  opacity: 1;
}
.modal-dialog {
  max-width: 650px;
}
/* product-section */
/* why-packaging-section */
.why-packaging-box {
  text-align: center;
  padding: 30px 25px;
  border-radius: 18px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
/* lift effect */
.why-packaging-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #00000033;
}
/* icon animation */
.why-packaging-box img {
  width: 80px;
  margin-bottom: 20px;
  transition: transform 0.45s ease;
}
.why-packaging-box:hover img {
  transform: scale(1.05) rotate(2deg);
}
/* title animation */
.why-packaging-box .section-title {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.why-packaging-box:hover .section-title {
  transform: translateY(-2px);
  opacity: 0.95;
}
/* subtle shine overlay */
.why-packaging-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #ffffff14, #ffffff00);
  opacity: 0;
  border-radius: 18px;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.why-packaging-box:hover::after {
  opacity: 1;
}
/* why-packaging-section */
/* contact-form-section */
.form-control {
  padding: 8px 10px;
  height: 50px;
  font-size: var(--font-size-17);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  border: 2px solid var(--color-e4e4e4);
  border-radius: 6px;
  margin-bottom: 5px;
}
.contact-form textarea.form-control {
  height: 100px;
  resize: none;
}
/* contact-form-section */
/* footer-section */
.footer-section {
  background: var(--color-2d2d2d);
}
/* Logo */
.footer-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
/* Titles */
.footer-title {
  font-size: var(--font-size-14);
  color: var(--color-0b8d45);
  font-weight: 700;
  margin-bottom: 20px;
}
/* Links */
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a {
  font-size: var(--font-size-14);
  color: var(--color-d6d6d6);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-links li a:hover {
  color: var(--color-0b8d45);
  padding-left: 5px;
}
/* Contact */
.footer-contact {
  padding-right: 30%;
}
.footer-contact li {
  color: var(--color-ffffff);
  font-size: var(--font-size-14);
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.footer-contact li a {
  display: block;
  font-size: var(--font-size-14);
  color: var(--color-ffffff);
}
.footer-contact img {
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
/* Social */
.footer-social ul {
  display: flex;
}
.footer-social ul li a {
  color: var(--color-0b8d45);
  font-size: var(--font-size-17);
  margin-left: 15px;
  transition: all 0.3s ease;
}
.footer-social ul li a img {
  width: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.footer-social ul li a:hover {
  color: var(--color-ffffff);
  transform: translateY(-3px);
}
.footer-social ul li:hover a img {
  filter: drop-shadow(2px 4px 6px black);
  transform: translateY(-5px);
}
.copyright {
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px #414141;
}
.footer-location ul li {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  font-weight: 400;
  display: block;
  color: var(--color-ffffff);
}
.footer-location ul li img {
  width: 30px;
  margin-right: 4px;
}
.footer-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 720px;
  height: 300px;
  background: var(--color-2d2d2d);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}
.footer-bg {
  position: absolute;
  right: 0;
  top: -290px;
  width: 650px;
  height: 450px;
}
.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* footer-section */
#return-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  background: var(--color-000000);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#return-to-top img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-sm-none {
  display: block !important;
}
.desktop-sm-none {
  display: none !important;
}
.container {
  max-width: 1440px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media only screen and (min-width: 2200px) {}
@media (max-width: 1880px) {}
@media (max-width: 1780px) {
  :root {
    --font-size-14: 12px;
    --font-size-17: 15px;
    --font-size-18: 16px;
    --font-size-20: 18px;
    --font-size-22: 20px;
    --font-size-40: 32px;
    --font-size-50: 38px;
    --line-height-14: 18px;
    --line-height-17: 20px;
    --line-height-18: 22px;
    --line-height-20: 24px;
    --line-height-22: 26px;
    --line-height-40: 38px;
    --line-height-50: 46px;
  }
  .banner-text .line {
    width: 150px;
    margin: 15px 0;
    border-bottom: 2px solid var(--color-000000);
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .connector {
    width: 90px;
    height: 2px;
    top: 50%;
    right: -15%;
  }
  .why-packaging-box img {
    width: 60px;
    margin-bottom: 15px;
  }
  .footer-bg {
    width: 520px;
    height: 410px;
  }
  .footer-bg::after {
    width: 650px;
  }
  .footer-logo img {
    max-width: 150px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
  .container {
    max-width: 1280px;
  }
  .logo-img .main-logo {
    width: 120px;
  }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-17: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-40: 28px;
    --font-size-50: 32px;
    --line-height-14: 18px;
    --line-height-17: 20px;
    --line-height-18: 22px;
    --line-height-20: 24px;
    --line-height-22: 24px;
    --line-height-40: 36px;
    --line-height-50: 40px;
  }
  .we-serve-box img {
    width: 50px;
    margin-bottom: 10px;
  }
  .connector {
    width: 70px;
    height: 2px;
    top: 50%;
    right: -13%;
  }
  .form-control {
    height: 44px;
  }
  .copyright {
    padding-top: 30px;
    margin-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .footer-social ul li a img {
    width: 20px;
  }
  .footer-location ul li img {
    width: 24px;
    margin-right: 8px;
  }
  .main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 230px;
  }
}
@media (max-width: 1199.98px) {
  .why-packaging-box {
    padding: 10px 10px;
    border-radius: 15px;
  }
  .why-packaging-box img {
    width: 50px;
    margin-bottom: 15px;
  }
  .connector {
    width: 35px;
  }
  .product-img {
    padding: 10px 10px;
    height: 250px;
  }
  .product-modal .modal-body {
    padding: 20px 20px;
  }
  .product-modal .modal-header .btn-close {
    right: 0px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {}
@media (max-width: 991.98px) {
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-md-div {
    order: 2;
  }
  /* mob-login */
  .offcanvas-body {
    overflow-y: auto;
  }
  .offcanvas.offcanvas-start {
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
    background: var(--color-ffffff);
  }
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .mobile-offcanvas .toggle-img {
    width: 40px;
  }
  .offcanvas-header .btn-close {
    width: 18px;
    height: 18px;
    opacity: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 19px;
  }
  .connector {
    display: none;
  }
  .main-nav .nav-item .nav-link {
    padding: 10px 0;
  }
  .value-box {
    margin-bottom: 30px;
  }
  .mobile-toggle {
    background: transparent;
    padding: 0;
    width: 30px;
    padding: 0;
    border: 0;
  }
  .top-header {
    display: none;
  }
  .logo-img .main-logo {
    width: 110px;
  }
  .banner-text {
    width: 70%;
  }
  .mobile-menu {
    width: 100%;
  }
  .product-card {
    margin-bottom: 30px;
  }
  .main-nav .nav-item {
    margin: 0 30px;
  }
}
@media (max-width: 800px) {
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .footer-bg {
    width: 350px;
    height: 520px;
  }
  .footer-bg {
    width: 380px;
    height: 220px;
    top: -100px;
  }
  .footer-logo img {
    max-width: 130px;
    margin-bottom: 10px;
  }
  .footer-contact {
    padding-right: 30%;
    margin-bottom: 40px;
  }
  .footer-social ul li a {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer-location {
    margin-top: 15px;
  }
  .banner-section {
    height: 500px;
  }
  .why-packaging-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .mobile-sm-none {
    display: none !important;
  }
  .desktop-sm-none {
    display: block !important;
  }
  .order-sm-div {
    order: 2;
  }
  :root {
    --font-size-14: 12px;
    --font-size-17: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-40: 20px;
    --font-size-50: 22px;
    --line-height-14: 18px;
    --line-height-17: 20px;
    --line-height-18: 22px;
    --line-height-20: 24px;
    --line-height-22: 24px;
    --line-height-40: 30px;
    --line-height-50: 32px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .footer-location {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .footer-bg {
    width: 200px;
    height: 200px;
    top: -70px;
  }
  .contact-form-section {
    padding-bottom: 100px;
  }
  .footer-bg::after {
    width: 910px;
  }
  .footer-bg {
    width: 300px;
    height: 230px;
    top: -100px;
  }
  .main-nav .nav-item {
    margin: 0 20px;
  }
  .logo-img .main-logo {
    width: 90px;
  }
  .main-menu {
    padding: 10px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section {
    height: auto;
  }
  .banner-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .banner-bg::after {
    height: 100%;
    background: var(--color-ffffff);
  }
  .banner-bg-img {
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 63%;
    height: auto;
  }
  .footer-bg {
    width: 190px;
    height: 140px;
    top: -90px;
  }
  .footer-bg::after {
    width: 370px;
  }
  .form-control {
    padding: 8px 8px;
    margin-bottom: 0;
  }
  .footer-logo img {
    max-width: 100px;
  }
  .footer-contact img {
    width: 20px;
  }
  .footer-contact {
    padding-right: 10%;
    margin-bottom: 30px;
  }
  .banner-text {
    width: 100%;
  }
  .product-img {
    padding: 10px 10px;
    height: 400px;
  } 
  .me-3 {
    margin-right: 0.2rem !important;
}
.footer-contact li {
    padding-left: 30px;
}
    .footer-location ul li img {
        width: 20px;
        margin-right: 4px;
        position: relative;
        top: -2px;
    }
}
span.ajax-error {
    font-size: 14px;
    color: #fa1313;
}
@media (max-width: 480px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}
/* responsive css */