	@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
}
.nut001 {
  display: none;
}
img {
  max-width: 100%;
}
.sub-header {
  padding: 20px 0;
}
.header .navbar ul.navbar-nav li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b2b43;
  padding: 0px 18px 0px 18px;
  letter-spacing: 1.5px;
}
.header-btn {
  text-align: right;
}
.navbar .dropdown-toggle,
.navbar .bp_menu_icon {
  padding: 0;
}
.header .navbar ul.navbar-nav > li {
  padding: 0;
}
.header #navbar-ul-menu {
  justify-content: center;
}
.header-logo img {
  max-width: 110px;
}
.sub-header {
  background: #0b2b43;
}
.sub_header-main {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info {
  display: flex;
}
.sub-header-info span {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}
.sub-header-info {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.sub-header-info:first-child {
  border-right: 1px solid #ffffff38;
}
.header-social ul {
  padding: 10px;
  display: flex;
  gap: 10px;
  margin: 0;
  background: #ffffff;
}
.header-social ul li {
  margin: 0 8px;
}
.header-social ul li i {
  color: #0b2b43;
  transition: color 0.3s;
}
.bp-group-button-qv-wl {
  display: none;
}
.btn-default {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
  background: #487500;
  text-transform: capitalize;
  padding: 14px 50px 14px 20px;
  border-radius: 99px;
  border: none;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

.btn-default:hover {
  background-color: transparent;
  color: #fff;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("/files_upload/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
}

.btn-default:hover:before {
  transform: translate(-10px, -50%) rotate(45deg);
  background-size: 10px auto;
}

.btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: #0e384c;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover::after {
  width: 100%;
}
.page-header {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}
.sub-header {
  background: #f3f4f1;
}
.page-header-box h1 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  color: #87b51e;
  margin-bottom: 20px;
}
.page-header-box p {
  text-align: center;
}
.page-header-box h1 span {
  color: #0e384c;
}
.bp_block_item .row {
  margin: 0;
}
.bp_block_item {
  position: relative;
}
.product-list {
  padding: 40px 0;
}
.product-list .product_title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.product-list .product_title a {
  color: #222;
}
.product-list .bp_product_item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}
.product-list .bp_content_product {
  padding: 20px;
}
.product-list .cls_img_product_focus img {
  max-height: 250px;
}
.product-list .section-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #333;
}
.product-list .product-features {
  display: none;
}
.product-list .section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.product-list .section-description {
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.product-specs {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 25px;
  margin: 25px 0;
  border: 1px solid rgba(85, 123, 45, 0.1);
}

.specs-title {
  font-weight: 600;
  color: #557b2d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.specs-grid > .spec-item:last-child {
  grid-column: span 2;
}
.spec-item {
  position: relative;
  padding-left: 20px;
}

.spec-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #557b2d;
  border-radius: 50%;
}

.spec-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}

.spec-value {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}
.product-features {
  display: flex;
  gap: 15px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.feature {
  padding: 8px 20px;
  background: rgba(85, 123, 45, 0.1);
  color: #557b2d;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature::before {
  content: "✓";
  font-weight: bold;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.sub-contact i {
  color: #487500;
  margin-right: 5px;
}
.sub-contact li {
  font-size: 15px;
  color: #14212a;
  padding-right: 30px;
  position: relative;
}
.sub-contact li:not(:last-child):before {
  content: "";
  border-right: 1px solid #cdcdcd;
  position: absolute;
  height: 15px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.language-switcher {
  display: flex;
  padding: 10px 0;
  gap: 20px;
  justify-content: flex-end;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  text-decoration: none;
  color: #333;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.lang-btn:hover:not(.active) {
  border-color: #007bff;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
}

.lang-btn:hover:not(.active)::before {
  transform: translateY(0);
}

.lang-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05));
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.lang-btn.active {
  background: #f8f9fa;
  border-color: #dee2e6;
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
  transform: scale(0.95);
}

.flag-img {
  width: 30px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.lang-btn:hover:not(.active) .flag-img {
  transform: rotate(5deg) scale(1.1);
}

.lang-text {
  position: relative;
  transition: all 0.3s ease;
}

.lang-btn:hover:not(.active) .lang-text {
  transform: translateX(5px);
}
.pentagon-layout {
  position: relative;
  width: 900px;
  height: 800px;
  margin: 0 auto;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #588157;
}

.reason-card {
  position: absolute;
  width: 250px;
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.reason-card:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.reason-number {
  background: #588157;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.reason-content {
  color: #344e41;
  line-height: 1.5;
  font-size: 14px;
}

/* Positioning each card in a pentagon shape */
.reason-card:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.reason-card:nth-child(2) {
  top: 25%;
  right: 0;
}

.reason-card:nth-child(3) {
  bottom: 25%;
  right: 0;
}

.reason-card:nth-child(4) {
  bottom: 25%;
  left: 0;
}

.reason-card:nth-child(5) {
  top: 25%;
  left: 0;
}

/* Lines connecting to center */
.reason-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background: #588157;
  opacity: 0.3;
  z-index: 1;
}

.reason-card:nth-child(1)::after {
  left: 50%;
  top: 120%;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: top;
}

.reason-card:nth-child(2)::after {
  left: 0;
  transform: rotate(135deg);
  transform-origin: left;
}

.reason-card:nth-child(3)::after {
  left: 0;
  transform: rotate(225deg);
  transform-origin: left;
}

.reason-card:nth-child(4)::after {
  right: 0;
  transform: rotate(-225deg);
  transform-origin: right;
}

.reason-card:nth-child(5)::after {
  right: 0;
  transform: rotate(-135deg);
  transform-origin: right;
}

.footer {
  background-color: #f3f4f1;
  color: #333;
  padding: 60px 0 20px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #356e35;
  font-weight: bold;
}

.footer-column p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-links a:hover {
  color: #4caf50;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  color: #666;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.newsletter-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
}

.newsletter-form button {
  width: 100%;
  padding: 12px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
}

.newsletter-form button:hover {
  background-color: #356e35;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}

.footer-bottom p {
  color: #666;
  font-size: 14px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  padding: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
}

.social-links a:hover {
  color: #4caf50;
  background-color: #e5e5e5;
}

.logo img {
  height: 100px;
  margin-bottom: 15px;
}
.footer form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
}
.footer .bp-btn-send {
  width: 100%;
  padding: 12px;
  background-color: #487500;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .header .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 50px;
    background-color: #dc2626;
    transition: width 0.8s ease-in-out;
  }
  .header .bp_toggle_arrow {
    padding-left: 0;
    color: black;
    font-size: 13px;
  }
  .header .navbar-nav > .nav-item.active > a::after {
    transition: unset;
  }

  .header .bp_sub_menu li a {
    padding: 0 !important;
  }
  .header .bp_sub_menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  .header .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar ul.dropdown-menu li {
    padding: 10px 20px;
  }
  .dropdown-menu > li:hover > .submenu {
    margin-left: 5px !important;
    opacity: 1 !important;
    visibility: visible;
  }
  .submenu {
    visibility: hidden;
    display: block !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
    transition: all 0.3s linear;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
}
@media (max-width: 1024px) {
    .header-top {
        justify-content: end;
    }
  .sub-contact {
    display: none !important;
  }
  .pentagon-layout {
    width: 600px;
    height: 600px;
  }
  .reason-card {
    width: 200px;
  }
  .center-image {
    width: 200px;
    height: 200px;
  }
  .pentagon-layout {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .reason-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .reason-card::after {
    display: none;
  }
  .center-image {
    position: relative;
    margin: 2rem auto;
    transform: none;
    left: auto;
    top: auto;
  }
  .reason-card:nth-child(1) {
    left: 0;
    transform: unset;
  }
}
@media screen and (max-width: 992px) {
  .menu-header {
    order: -1;
  }
  .header-logo {
    text-align: center;
  }
  .header .navbar ul.navbar-nav > li {
    padding: 10px 15px;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
  }
  .navbar ul.navbar-nav li.dropdown ul {
    position: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
  }
}
