@charset "UTF-8";
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

.go-top-btn {
  background: #006e38;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #00a652 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #00a652;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #008b46;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #171717;
}

a {
  color: #171717;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

.divider {
  background: #00a652;
  -webkit-mask-image: url(../img/logo/divider.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo/divider.svg);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 55px;
  height: 25px;
}

header .top_menu {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 0;
  min-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .top-logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .top-logo {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .top_menu .top-logo {
    display: none;
  }
}
header .top_menu .top-logo .image-logo {
  height: 100%;
}
header .top_menu .top-logo .image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  font-weight: normal;
  color: #fff;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 10px;
  }
}
header .top_menu .dn_btn:hover {
  color: #008b46;
}
header .top_menu .header-social a {
  color: #fff;
  transition: all 300ms linear 0s;
}
header .top_menu .header-social a:hover {
  color: #008b46;
}
header .top_menu .header-social a i {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 6px;
  }
}
header .top_menu .contact-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 10px;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu {
    flex-wrap: nowrap;
    gap: 14px;
  }
}
header .top_menu .contact-menu .item {
  display: flex;
  align-items: start;
  padding: 10px;
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item {
    padding: 0px;
    padding-right: 5px;
  }
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item {
    align-items: center;
    padding: 0;
  }
}
header .top_menu .contact-menu .item span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #00a652;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item span {
    font-size: 16px;
  }
}
header .top_menu .contact-menu .item .icon {
  display: flex;
}
header .top_menu .contact-menu .item .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  margin-right: 5px;
  background: #008b46;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item .icon i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
header .top_menu .contact-menu .item .info {
  display: flex;
  flex-direction: column;
}
header .top_menu .contact-menu .item .info a,
header .top_menu .contact-menu .item .info .dn_btn {
  font-size: 16px;
  word-break: break-word;
  color: #000;
  transition: 0.2s ease;
}
header .top_menu .contact-menu .item .info a:hover,
header .top_menu .contact-menu .item .info .dn_btn:hover {
  color: #008b46;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item .info a,
  header .top_menu .contact-menu .item .info .dn_btn {
    font-size: 14px;
  }
}
header .top_menu .contact-menu .item.item-search {
  padding-left: 16px;
  position: relative;
}
header .top_menu .contact-menu .item.item-search.header-search-wrap {
  z-index: 20;
}
header .top_menu .contact-menu .item.item-search .top-search-suggest {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: min(420px, 92vw);
  max-height: 340px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
header .top_menu .contact-menu .item.item-search .top-search-suggest-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
header .top_menu .contact-menu .item.item-search .top-search-suggest-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.15s ease;
}
header .top_menu .contact-menu .item.item-search .top-search-suggest-link:hover, header .top_menu .contact-menu .item.item-search .top-search-suggest-link:focus {
  background: #f4f8f6;
}
header .top_menu .contact-menu .item.item-search .top-search-suggest-type {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #00a652;
}
header .top_menu .contact-menu .item.item-search .top-search-suggest-title {
  font-size: 14px;
  line-height: 1.35;
}
header .top_menu .contact-menu .item.item-search .top-search-form {
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .item.item-search .top-search-form {
    width: 280px;
  }
}
header .top_menu .contact-menu .item.item-search .top-search-form input {
  flex: 1;
  border: 0;
  outline: 0;
  height: 100%;
  padding: 0 14px;
  font-size: 14px;
  color: #1a1a1a;
}
header .top_menu .contact-menu .item.item-search .top-search-form button {
  border: 0;
  outline: 0;
  width: 52px;
  height: 100%;
  background: #00a652;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
header .top_menu .contact-menu .item.item-search .top-search-form button i {
  font-size: 14px;
}
header .top_menu .contact-menu .item.item-search .top-search-form button:hover {
  background: #008b46;
}
header .header-area {
  background: transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area {
    background-color: #fff;
  }
}
header .header-area.sticky {
  background: transparent;
  animation: remove-top 0.8s ease-in-out;
}
@keyframes remove-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area.sticky {
    background-color: #fff;
  }
}
header .header-area.sticky .header-main {
  width: 100%;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #fff;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: center;
  padding: 0px 50px;
  height: 60px;
  align-items: center;
  position: relative;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 15px 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #006e38;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main {
    padding: 0px 30px;
    justify-content: space-between;
    height: 100px;
  }
}
header .header-area .header-main .logo {
  display: none;
  width: 280px;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .logo {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-area .header-main .logo {
    display: flex;
    width: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main .logo {
    display: flex;
    width: 190px;
  }
}
header .header-area .header-main .logo img {
  width: 100%;
  height: auto;
}
header .header-area .header-main .logo-scroll {
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  width: 230px;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .logo-scroll {
    width: 200px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main .logo-scroll {
    display: none !important;
  }
}
header .header-area .header-main .logo-scroll.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
header .header-area .header-main .logo-scroll .logo-scroll-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-area .header-main .logo-scroll .logo-scroll-inner img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 10px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus i {
  font-size: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #00ff00;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus i {
  color: #00ff00;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #00ff00;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 110%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #006e38;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  width: auto;
  max-width: 320px;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    max-height: 350px;
    overflow-y: auto;
    left: 0;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #00ff00;
  padding-left: 4px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus i {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #00a652;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a652;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #00a652;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
header .header-area .contact-btn .btn-contact-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 32px;
  background: #00ff00;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.2s ease, transform 0.2s ease;
}
header .header-area .contact-btn .btn-contact-nav:hover {
  background: #00a652;
  transform: translateY(1px);
  color: #fff;
}

.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .mega-menu-item {
    position: static;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu {
    position: absolute;
    left: 50%;
    top: 110%;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #006e38;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) translateX(-50%);
    transition: all 0.3s ease;
    max-height: 500px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) and (min-width:1400px), only screen and (min-width: 992px) and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu {
    width: 90%;
    max-width: 1250px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column {
    padding: 0 15px;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li {
    margin-bottom: 10px;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #00a652;
    transition: all 0.3s ease;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover {
    background-color: #006e38;
    color: #00a652;
    padding-left: 20px;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover::before {
    margin-right: 12px;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .row {
    flex-direction: column;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column {
    padding: 0;
    width: 100%;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a {
    display: block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #333333;
    transition: all 0.3s ease;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #00a652;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover {
    padding-left: 30px;
    color: #008b46;
  }
  header .header-area .header-main .nav-menu .menu .mega-menu-item.active .mega-menu {
    max-height: 1000px;
  }
}
.footer-area {
  background: #f3f3f3;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #006e38;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #00a652;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #00a652;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #000;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #00a652;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(0);
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #008b46;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
  transition: 0.4s ease;
}
.social_links ul li a:hover {
  background: #00a652;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.blog-area {
  padding: 65px 0;
  overflow-y: hidden;
}
.blog-area .home-blog-single {
  transition: 0.4s ease;
}
.blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  max-width: 100%;
  height: 344px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap ul {
  background: #f3f3f3;
}
.blog-area .home-blog-single .blog-img-cap ul li {
  background: #006e38;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #787878;
  padding: 20px 30px 20px 120px;
  margin-right: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding: 20px 30px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #f3f3f3;
  padding: 20px 20px 20px 30px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
  color: #191d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  position: relative;
  padding-left: 50px;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.blog-area .home-blog-single:hover {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.blog-area .home-blog-single:hover .blog-img img {
  transform: scale(1.1);
}

.brands-area {
  background: #006e38;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}

.slider-area {
  background-image: url(../img/banners/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 142px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    margin-top: 107px;
  }
}
.slider-area .slider-height {
  height: 200px;
  background-size: cover;
}
.slider-area .slider-height .hero-cap h1 {
  color: #006e38;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 35px;
  }
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #006e38;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #00a652;
}
.slider-area .slider-height .hero-cap .color-w {
  color: #00a652;
  margin: 0;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #008b46;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #00a652;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:after {
  left: 0;
  width: 100%;
}
.btn-main:active {
  top: 2px;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #00a652;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #008b46;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #00a652;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #00a652;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #006e38;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #008b46;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: #fff;
  border-radius: 18px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 6px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.card-product .card-product__image {
  overflow: hidden;
}
.card-product .card-product__image img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  border-bottom: 3px solid #008b46;
  transition: transform 0.5s ease;
}
.card-product .card-product__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.card-product h2,
.card-product h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #006e38;
  margin: 4px 0;
  text-align: center;
}
.card-product p {
  color: #000;
  text-align: center;
  font-size: 0.9rem;
  padding: 0 4px;
  margin-bottom: 8px;
}
.card-product .btn-main--card {
  margin-top: 6px;
  padding: 10px 26px;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(135deg, #00ff00, #00a652);
  color: #02130b;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.card-product .btn-main--card::after {
  display: none;
}
.card-product .btn-main--card span {
  font-weight: 600;
}
.card-product .btn-main--card:hover {
  background: linear-gradient(135deg, #00a652, #00ff00);
  color: #ffffff;
}
.card-product:hover .card-product__image img {
  transform: scale(1.06);
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #00a652;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #00a652;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #00a652;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #00a652;
  border: 1px solid #00a652;
}
.accordion button .accordion-title {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  width: 90%;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #006e38;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #008b46;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #00a652;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #006e38;
    padding-bottom: 5px;
  }
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #008b46, #fff 65%);
  padding: 65px 0;
  background-image: url("../img/gallery/background-contato.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f3f3;
  position: relative;
}
.home-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.home-form > * {
  position: relative;
  z-index: 1;
}
.home-form {
  /* ===== Layout "Contato" (grid) ===== */
}
.home-form .contact-form-container {
  font-family: "Lato", sans-serif;
  background: rgba(244, 243, 243, 0.9);
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px repeat(3, 1fr);
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "contact-us header header header" "contact-us address phone email" "contact-us contact-form contact-form contact-form";
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-form-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "contact-us" "header" "address" "phone" "email" "contact-form";
  }
}
.home-form .contact-us {
  grid-area: contact-us;
  position: relative;
  background: #00a652;
  overflow: hidden;
  min-height: 260px;
}
.home-form .contact-us::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -100px;
  height: 250px;
  width: 400px;
  background: #008b46;
  transform: rotate(25deg);
}
.home-form .contact-us::after {
  position: absolute;
  content: "";
  bottom: -80px;
  right: -100px;
  height: 270px;
  width: 400px;
  background: rgba(0, 166, 82, 0.7);
  transform: rotate(-25deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-us {
    min-height: 170px;
  }
}
.home-form .contact-header {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  text-align: center;
  z-index: 1;
}
.home-form .contact-header h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  opacity: 0.6;
  text-shadow: 0 10px 28px rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-header {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .home-form .contact-header h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }
}
.home-form .social-bar {
  position: absolute;
  bottom: 20px;
  left: 75px;
  z-index: 1;
  width: 120px;
}
.home-form .social-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px; /* espaço entre linhas e colunas */
}
.home-form .social-bar li {
  display: inline-block;
  color: #fff;
  margin-right: 0;
}
.home-form .social-bar a {
  color: inherit;
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: 0.25s ease;
}
.home-form .social-bar a i {
  font-size: 16px;
  line-height: 1;
}
.home-form .social-bar a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.9);
  color: #2a2a2a;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .social-bar {
    left: auto;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}
.home-form .header {
  grid-area: header;
  text-align: center;
  padding: 20px 0;
  color: #444;
}
@media (max-width: 575px) {
  .home-form .header {
    padding: 15px 0;
  }
}
.home-form .header h1 {
  font-weight: 400;
  margin: 0;
}
@media (max-width: 575px) {
  .home-form .header h1 {
    font-size: 1.5rem;
  }
}
.home-form .header h2 {
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.15rem;
}
@media (max-width: 575px) {
  .home-form .header h2 {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.home-form .address,
.home-form .email,
.home-form .phone {
  text-align: center;
  padding: 20px 18px;
  color: #444;
}
@media (max-width: 575px) {
  .home-form .address,
  .home-form .email,
  .home-form .phone {
    padding: 15px 12px;
  }
}
.home-form .address h3,
.home-form .email h3,
.home-form .phone h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 575px) {
  .home-form .address h3,
  .home-form .email h3,
  .home-form .phone h3 {
    font-size: 0.9rem;
  }
}
.home-form .address p,
.home-form .email p,
.home-form .phone p {
  margin: 10px 0 0;
  font-size: 0.95rem;
}
@media (max-width: 575px) {
  .home-form .address p,
  .home-form .email p,
  .home-form .phone p {
    font-size: 0.85rem;
    margin: 8px 0 0;
  }
}
.home-form .address a,
.home-form .email a,
.home-form .phone a {
  color: #444;
  text-decoration: none;
}
.home-form .address a:hover,
.home-form .email a:hover,
.home-form .phone a:hover {
  color: #008b46;
}
.home-form .address i,
.home-form .email i,
.home-form .phone i {
  color: #008b46;
  font-size: 1.7rem;
  margin-bottom: 14px;
  display: inline-block;
}
@media (max-width: 575px) {
  .home-form .address i,
  .home-form .email i,
  .home-form .phone i {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.home-form .address {
  grid-area: address;
}
.home-form .phone {
  grid-area: phone;
}
.home-form .email {
  grid-area: email;
}
.home-form .contact-form {
  grid-area: contact-form;
  padding: 0 18px 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-form {
    padding: 0 18px 28px;
  }
}
@media (max-width: 575px) {
  .home-form .contact-form {
    padding: 0 15px 20px;
  }
}
.home-form {
  /* Form no estilo do layout (sem quebrar o include atual) */
}
.home-form .contact-form .form-contact {
  position: relative;
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 22px 22px 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-form .contact-form .form-contact {
    padding: 18px 15px 24px;
    border-radius: 10px;
  }
}
.home-form .contact-form .form-control {
  background: #fff !important;
  border: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 0;
  color: rgba(68, 68, 68, 0.85) !important;
}
.home-form .contact-form textarea.form-control {
  resize: none;
}
.home-form .contact-form .btn-display {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 575px) {
  .home-form .contact-form .btn-display {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px;
    width: 100%;
  }
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%;
}
@media (max-width: 575px) {
  .form-contact .form-control {
    height: 44px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}

/* ===== Botão "Enviar por E-mail" com animação ===== */
.send-email-btn {
  font-family: "Pacifico", cursive;
  font-size: 16px;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  padding-right: 54px;
  padding-left: 22px;
  background-color: rgba(0, 166, 82, 0.1);
  border: 2px solid rgba(0, 166, 82, 0.3);
  color: #00a652;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 280px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
@media (max-width: 575px) {
  .send-email-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 22px;
    font-size: 14px;
    margin: 0 !important;
    display: block !important;
  }
}
.send-email-btn {
  /* neutraliza o estilo padrão do .btn-main */
}
.send-email-btn::after {
  display: none !important;
}
.send-email-btn .send-email-btn__text {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.send-email-btn .send-email-btn__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  height: 30px;
  width: auto;
  transition: transform 0.15s;
}
.send-email-btn .send-email-btn__icon path {
  fill: #00a652;
}
.send-email-btn:hover {
  background-color: rgba(0, 166, 82, 0.15);
  border-color: rgba(0, 166, 82, 0.5);
}
.send-email-btn:hover .send-email-btn__icon {
  transform: translateY(-50%) rotate(10deg);
}
.send-email-btn.clicked {
  background-color: #cff5b3;
  border-color: #cff5b3;
  color: #6AAA3B;
  padding-right: 22px;
  animation: sendBtn-bounce-in 0.3s;
  cursor: default;
  pointer-events: none;
}
.send-email-btn.clicked .send-email-btn__icon {
  animation: sendBtn-flyaway 1.3s linear;
  top: -80px;
  right: -1000px;
}
.send-email-btn.clicked .send-email-btn__icon path {
  fill: #6AAA3B;
}

/* ===== Botão "Enviar por Whatsapp" (mesmo estilo, verde) ===== */
.send-whats-btn {
  font-family: "Pacifico", cursive;
  font-size: 16px;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  padding-right: 54px;
  padding-left: 22px;
  background-color: #eafff0;
  border: 2px solid rgba(34, 186, 89, 0.35);
  color: #0f6a33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 280px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
@media (max-width: 575px) {
  .send-whats-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 22px;
    font-size: 14px;
    margin: 0 !important;
    display: block !important;
  }
}
.send-whats-btn::after {
  display: none !important;
}
.send-whats-btn .send-whats-btn__text {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.send-whats-btn .send-whats-btn__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  height: 30px;
  width: auto;
  transition: transform 0.15s;
}
.send-whats-btn .send-whats-btn__icon path {
  fill: #0f6a33;
}
.send-whats-btn:hover {
  background-color: #dcffe8;
  border-color: rgba(34, 186, 89, 0.55);
}
.send-whats-btn:hover .send-whats-btn__icon {
  transform: translateY(-50%) rotate(10deg);
}

@keyframes sendBtn-flyaway {
  0% {
    transform: rotate(10deg);
    top: 50%;
    right: 18px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 50%;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 50%;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@keyframes sendBtn-bounce-in {
  0% {
    padding-right: 54px;
  }
  40% {
    padding-right: 22px;
  }
  50% {
    padding-left: 54px;
  }
  100% {
    padding-left: 22px;
  }
}
#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
#form-prod-int .btn-prod--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
#form-prod-int .btn-prod--stacked .btn-main,
#form-prod-int .btn-prod--stacked .whats-form {
  width: 100%;
  max-width: 320px;
  margin-left: 0 !important;
}

.h3-form {
  font-size: 20px;
  color: #006e38;
}
.h3-form i {
  color: #00a652;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

/* Remove bordas/box-shadow vermelhos do Bootstrap (validação) */
.was-validated .form-control:invalid,
.was-validated textarea.form-control:invalid,
.was-validated .form-select:invalid,
.form-control.is-invalid,
textarea.form-control.is-invalid,
.form-select.is-invalid,
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #e5e6e9 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.style-home2 {
  position: relative;
  border: none;
  background-image: url(../img/gallery/about.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.style-home2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.style-home2 .form-contact-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  z-index: 1;
}
.style-home2 .form-contact-box .form-contact .form-control {
  border-radius: 8px;
  border: 1px solid #c5c5c5;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #00a652;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #008b46;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #006e38, #fff 40%);
  background: #006e38;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn-main {
    margin-left: 0;
    width: 80%;
  }
}

.banner-area {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .banner-area {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .banner-area .banner-area__hero {
    position: relative;
    min-height: 0;
    overflow: hidden;
  }
}
.banner-area .banner-mobile-contents {
  display: none;
}
.banner-area .swiper-slide {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .banner-area .swiper-slide {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .banner-area .swiper-slide .content {
    display: none;
  }
}
.banner-area .swiper-slide picture {
  display: block;
  line-height: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .banner-area .swiper-slide picture {
    min-height: auto;
    display: block;
    background: #1a1a1a;
  }
}
@media (min-width: 992px) {
  .banner-area .swiper-slide picture {
    height: 100%;
  }
}
.banner-area .swiper-slide img {
  clip-path: circle(0% at 0 50%);
  position: relative;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide img {
    object-position: right;
  }
}
@media (max-width: 991px) {
  .banner-area .swiper-slide img {
    clip-path: none;
    height: auto !important;
    min-height: 0;
    max-height: none;
    width: 100%;
    display: block;
    object-fit: cover !important;
    object-position: top center;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .banner-area .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 12, 12, 0.9) 0%, rgba(10, 12, 12, 0.72) 42%, rgba(10, 12, 12, 0.45) 62%, rgba(10, 12, 12, 0.2) 78%, rgba(10, 12, 12, 0.05) 90%, transparent 96%);
    z-index: 1;
    pointer-events: none;
  }
}
.banner-area .swiper-slide-active img {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path !important;
}
@media (max-width: 991px) {
  .banner-area .swiper-slide-active img {
    clip-path: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .banner-area .bannerSwiper {
    position: relative;
    height: auto !important;
  }
  .banner-area .bannerSwiper .swiper-wrapper {
    height: auto !important;
  }
  .banner-area .bannerSwiper .swiper-slide {
    height: auto !important;
    background: none;
  }
  .banner-area .bannerSwiper .swiper-slide img {
    height: auto !important;
    min-height: 0;
    max-height: none;
    object-fit: cover !important;
    object-position: top center;
  }
  .banner-area .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 2;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .banner-area .banner-mobile-contents {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    transform: none;
    z-index: 3;
    padding: 36px 16px 0;
    background: none;
    pointer-events: none;
  }
  .banner-area .banner-mobile-contents .content {
    display: none;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    padding-left: 4vw !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent;
    z-index: auto;
    pointer-events: auto;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .banner-area .banner-mobile-contents .content.is-active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
  }
  .banner-area .banner-mobile-contents .content h1,
  .banner-area .banner-mobile-contents .content span,
  .banner-area .banner-mobile-contents .content p {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  .banner-area .banner-mobile-contents .content a {
    align-self: flex-start;
  }
  .banner-area .banner-area__hero {
    min-height: 0;
  }
  .banner-area .bannerSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .banner-area .bannerSwiper .swiper-slide picture {
    flex: 0 0 auto;
    order: 1;
  }
}
.banner-area .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 7px !important;
  transition: 0.5s;
  background: #fff;
}
.banner-area .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner-area .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 8px;
  background: #00a652;
}
.banner-area .swiper-pagination-bullet-active:hover {
  transform: scale(1);
  box-shadow: none;
}
.banner-area .swiper-slide > .content {
  position: absolute;
  z-index: 5 !important;
  top: 0;
  padding-left: 4vw;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-area .swiper-slide > .content {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .swiper-slide > .content {
    padding-left: 3vw;
    width: 55vw;
  }
}
.banner-area .swiper-slide > .content h1,
.banner-area .swiper-slide > .content span,
.banner-area .banner-mobile-contents .content h1,
.banner-area .banner-mobile-contents .content span {
  color: #000000;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: initial;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 992px) {
  .banner-area .swiper-slide > .content h1,
  .banner-area .swiper-slide > .content span,
  .banner-area .banner-mobile-contents .content h1,
  .banner-area .banner-mobile-contents .content span {
    hyphens: none;
    word-break: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide > .content h1,
  .banner-area .swiper-slide > .content span,
  .banner-area .banner-mobile-contents .content h1,
  .banner-area .banner-mobile-contents .content span {
    font-size: 2.7em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .swiper-slide > .content h1,
  .banner-area .swiper-slide > .content span,
  .banner-area .banner-mobile-contents .content h1,
  .banner-area .banner-mobile-contents .content span {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  .banner-area .swiper-slide > .content h1,
  .banner-area .swiper-slide > .content span,
  .banner-area .banner-mobile-contents .content h1,
  .banner-area .banner-mobile-contents .content span {
    font-size: 1.65em;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}
.banner-area .swiper-slide > .content p,
.banner-area .banner-mobile-contents .content p {
  margin-bottom: 20px;
  color: #000000;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  width: 70%;
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 992px) {
  .banner-area .swiper-slide > .content p,
  .banner-area .banner-mobile-contents .content p {
    width: 92%;
    max-width: 34rem;
    text-align: left;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .swiper-slide > .content p,
  .banner-area .banner-mobile-contents .content p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .banner-area .swiper-slide > .content p,
  .banner-area .banner-mobile-contents .content p {
    margin-bottom: 35px;
    width: 100%;
    font-size: 16px;
  }
}
.banner-area .swiper-slide > .content a,
.banner-area .banner-mobile-contents .content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  min-width: 220px;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #00ff00, #00a652);
  color: #02130b;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  overflow: hidden;
}
.banner-area .swiper-slide > .content a::after,
.banner-area .banner-mobile-contents .content a::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  pointer-events: none;
}
.banner-area .swiper-slide > .content a span,
.banner-area .banner-mobile-contents .content a span {
  position: relative;
  z-index: 1;
}
.banner-area .swiper-slide > .content a:hover,
.banner-area .banner-mobile-contents .content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  background: linear-gradient(135deg, #00a652, #00ff00);
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner-area .banner-mobile-contents .content a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    min-width: 220px;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #00ff00, #00a652);
    color: #02130b;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  }
}
.banner-area .media-icons {
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
@media (max-width: 575px) {
  .banner-area .media-icons {
    display: none;
  }
}
.banner-area .media-icons a {
  color: #ffffff;
  font-size: 1.3em;
  transition: 0.25s ease;
  background: rgba(0, 0, 0, 0.35);
  padding: 8px;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 14px;
}
.banner-area .media-icons a:hover {
  transform: translateX(-4px) scale(1.05);
  background: rgba(0, 0, 0, 0.6);
  color: #00ff00;
}

.home-highlights {
  background: #efefef;
  padding: 55px 0 45px;
}
.home-highlights .highlight-card {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.home-highlights .highlight-card__icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: #00a652;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-highlights .highlight-card__icon i {
  font-size: 34px;
}
.home-highlights .highlight-card h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #333;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .home-highlights .highlight-card h3 {
    font-size: 21px;
  }
}
.home-highlights .highlight-card p {
  margin: 0;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.6;
}
.home-highlights .highlight-card p a {
  color: #00a652;
  font-weight: 700;
}
.home-highlights .highlight-card p a:hover {
  color: #008b46;
}

.about-area {
  padding: 65px 0;
}
.about-area .about-content {
  padding: 0 10px;
}
.about-area .about-content .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  border: 1px solid rgba(0, 166, 82, 0.35);
  color: #006e38;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.about-area .about-content .btn-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  min-width: 210px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #00ff00, #00a652);
  color: #02130b;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  overflow: hidden;
}
.about-area .about-content .btn-main::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}
.about-area .about-content .btn-main span {
  position: relative;
  z-index: 1;
}
.about-area .about-content .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #00a652, #00ff00);
  color: #ffffff;
}
.about-area .about-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.about-area .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin: 8px 0;
}
.about-area .about-content .about-list {
  margin: 10px 0;
}
.about-area .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #00a652;
}
.about-area .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
  margin-bottom: 35px;
  padding: 0 20px;
}
.about-area .image-about .inner-about {
  position: relative;
  padding-right: 100px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about-area .image-about .inner-about .image-1 {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 {
    padding-right: 60px;
  }
}
.about-area .image-about .inner-about .image-1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}
.about-area .image-about .inner-about .image-1::before {
  position: absolute;
  left: -30px;
  bottom: -63px;
  width: 61%;
  height: 105px;
  background-image: radial-gradient(#00a652 18%, transparent 18%);
  background-position: 14px 14px;
  background-size: 16px 16px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1::before {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
.about-area .image-about .inner-about .image-2 {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-2 {
    width: 225px;
    height: 320px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
.about-area .image-about .inner-about .image-2 img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.about-area .image-about .inner-about .experience {
  width: 290px;
  background-color: #006e38;
  box-shadow: 3px 5px 18px 0 rgba(6, 22, 58, 0.18);
  position: absolute;
  top: 30px;
  left: -37px;
  height: 100px;
  padding: 15px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience {
    width: 60%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .image-about .inner-about .experience {
    width: 50%;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .experience {
    left: -18px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience {
    left: -4px;
    bottom: 15px;
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience {
    width: 98%;
  }
}
.about-area .image-about .inner-about .experience {
  animation: movedup 2s ease-in-out infinite alternate forwards;
}
@keyframes movedup {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
.about-area .image-about .inner-about .experience .left-number {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.about-area .image-about .inner-about .experience .left-number span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about-area .image-about .inner-about .experience .left-number .counter span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 40px;
  }
}
.about-area .image-about .inner-about .experience .right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 12px;
  }
}
.about-area .image-about .inner-about .experience .right-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 16px;
  }
}
.about-area .image-about .inner-about .experience .right-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 11px;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #008b46;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #00a652 !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.product-area {
  padding: 65px 0;
  background: #f8f8f8;
}
.product-area .productSwiper .card-product {
  height: 490px !important;
  display: flex;
  flex-direction: column;
}
.product-area .productSwiper .card-product__image img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.product-area .productSwiper .card-product__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.product-area .productSwiper .card-product__body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 7.75em;
  line-height: 1.55;
  margin-bottom: 8px;
}
.product-area .productSwiper .card-product__body .btn-main--card {
  margin-top: 0;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  border: 1px solid rgba(0, 166, 82, 0.35);
  color: #006e38;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-area .btn-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  min-width: 210px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #00ff00, #00a652);
  color: #02130b;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  overflow: hidden;
}
.product-area .btn-main::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}
.product-area .btn-main span {
  position: relative;
  z-index: 1;
}
.product-area .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #00a652, #00ff00);
  color: #ffffff;
}
.product-area .swiper {
  overflow: hidden;
  padding-bottom: 20px;
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.features-area {
  padding: 65px 0;
  background: #ffffff;
}
.features-area .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  border: 1px solid rgba(0, 166, 82, 0.35);
  color: #006e38;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.features-area .section-title h2 {
  font-size: 2.2rem;
}
.features-area .feature-card {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.features-area .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.features-area .feature-card .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(0, 166, 82, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006e38;
  margin-bottom: 8px;
}
.features-area .feature-card .feature-icon i {
  font-size: 1.5rem;
}
.features-area .feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #006e38;
  margin: 0;
}
.features-area .feature-card p {
  font-size: 0.95rem;
  color: #1a1a1a;
  margin: 0;
}
.features-area .feature-card .feature-tag {
  margin-top: 10px;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  color: #006e38;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.features-area .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 166, 82, 0.25);
  background: #fdfefd;
}
.features-area .feature-card:hover::before {
  opacity: 1;
}
.features-area .feature-card--highlight {
  background: linear-gradient(135deg, #00ff00, #00a652);
  color: #02130b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.features-area .feature-card--highlight .feature-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.features-area .feature-card--highlight h3,
.features-area .feature-card--highlight p,
.features-area .feature-card--highlight .feature-tag {
  color: #ffffff;
}
.features-area .feature-card--highlight .feature-tag {
  background: rgba(0, 0, 0, 0.18);
}
.features-area .feature-card--highlight:hover {
  background: linear-gradient(135deg, #00a652, #00ff00);
}

@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float img {
  border-radius: 5px;
  min-height: 400px;
  object-fit: cover;
}
.int-page-1 .product-detail-hero {
  display: grid;
  gap: 18px 22px;
  align-items: start;
  clear: both;
}
@media (min-width: 768px) {
  .int-page-1 .product-detail-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}
.int-page-1 .product-detail-hero__media {
  min-width: 0;
}
.int-page-1 .product-detail-hero__media img {
  border-radius: 5px;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .int-page-1 .product-detail-hero__media img {
    min-height: 220px;
  }
}
.int-page-1 .product-detail-hero__refs {
  min-width: 0;
}
.int-page-1 .product-detail-hero__refs .product-refs {
  margin-bottom: 0;
}
.int-page-1 .product-detail-hero--refs-only {
  grid-template-columns: 1fr;
  max-width: 440px;
}
.int-page-1 .product-refs {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 110, 56, 0.25);
  background: rgba(0, 166, 82, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}
.int-page-1 .product-refs__title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #006e38;
}
.int-page-1 .product-refs__list {
  margin: 0;
  display: grid;
  gap: 8px;
}
.int-page-1 .product-refs__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  align-items: baseline;
}
@media (max-width: 575px) {
  .int-page-1 .product-refs__item {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.int-page-1 .product-refs__label {
  margin: 0;
  font-weight: 800;
  color: #006e38;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.int-page-1 .product-refs__value {
  margin: 0;
  font-weight: 700;
  color: #0b2b1a;
  word-break: break-word;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.int-page-1 .product-detail-desc {
  margin: 12px 0 20px;
  /* Toggle usa .btn-main (igual ao "Fale conosco"); só espaçamento aqui */
}
.int-page-1 .product-detail-desc__toggle.btn-main {
  margin-bottom: 14px;
}
.int-page-1 .product-detail-desc__body {
  margin-top: 4px;
}
.int-page-1 .product-detail-desc__body p:last-child {
  margin-bottom: 0;
}

.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.webp);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
  z-index: 0;
}
.int-page-2 .img-text .content-padding {
  padding: 32px;
  z-index: 1;
}
.int-page-2 .img-text .content-padding h2,
.int-page-2 .img-text .content-padding p {
  color: #FFF;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.int-page-3 .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-3 .title-text01 .title {
  position: relative;
}
.int-page-3 .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00a652;
  opacity: 0.2;
}
.int-page-3 .title-text01 .title h1,
.int-page-3 .title-text01 .title h2,
.int-page-3 .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#00a652, #008b46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-3 .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #00a652;
  background: linear-gradient(120deg, #008b46 45%, #00a652 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #008b46 60%, #00a652 100%);
  border-color: #dee2e6;
  border: 0;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: zoomIn 1s ease 0s 1 normal forwards;
}
.int-page-3 .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #006e38;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #006e38;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #00a652;
}
.int-page-3 .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #008b46;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .int-page-3 .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #00a652;
}
.int-page-3 .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.int-page-3 .section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.int-page-3 .section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.int-page-3 .section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #008b46;
  background: linear-gradient(90deg, #00a652 45%, #008b46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 16px;
  }
}
.int-page-3 .section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .title {
    font-size: 22px;
  }
}
.int-page-3 .section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #00a652 45%, #008b46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .section-title02 .desc {
  margin: 5px 0;
}
.int-page-3 .section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.int-page-3 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #00a652;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.int-page-3 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #00a652;
  background: linear-gradient(180deg, #00a652 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.int-page-3 .style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #008b46 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #008b46 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #008b46 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #008b46 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.int-page-3 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.int-page-4 .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.int-page-4 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-4 .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #008b46;
}
.int-page-4 .service-content .titles2 {
  color: #008b46;
  font-size: 24px;
  margin: 15px 0;
}
.int-page-4 .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.int-page-4 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #00a652;
  margin: 20px 0;
}
.int-page-4 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #00a652;
}
.int-page-4 .service-details-card .details {
  margin-left: 20px;
}
.int-page-4 .service-details-card .details h2,
.int-page-4 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-4 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.int-page-4 .sidebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-4 .sidebar02 .box-categoria ul li {
  padding: 18px 25px;
  list-style: none;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #00a652;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.int-page-4 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.int-page-4 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.int-page-4 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #00a652;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner h2,
.int-page-4 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #00a652;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #00a652;
}
.int-page-4 .swiper-button-prev,
.int-page-4 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-4 .swiper-button-prev::after,
.int-page-4 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.boias-page {
  background: #f8f8f8;
}
.boias-page .boia-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.boias-page .boia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}
.boias-page .boia-card__image {
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.boias-page .boia-card__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.boias-page .boia-card__body {
  padding: 14px 12px 16px;
}
.boias-page .boia-card__body h2 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #1f1f1f;
  word-break: break-word;
}

.boia-modal-open {
  overflow: hidden;
}

.boia-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
.boia-modal.is-open {
  display: flex;
}
.boia-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.boia-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.boia-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
  color: #222;
  cursor: pointer;
  z-index: 2;
}
.boia-modal__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .boia-modal__content {
    grid-template-columns: 1fr;
  }
}
.boia-modal__image {
  margin: 0;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 12px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.boia-modal__image img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.boia-modal__text h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #1f1f1f;
}
.boia-modal__text p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #2f2f2f;
  text-align: left;
}

.catalogos-page {
  background: #f8f8f8;
  padding: 70px 0;
}
.catalogos-page .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  border: 1px solid rgba(0, 166, 82, 0.35);
  color: #006e38;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.catalogos-page__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.catalogos-page .catalogo-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.catalogos-page .catalogo-btn i {
  color: #d93025;
  font-size: 20px;
}
.catalogos-page .catalogo-btn span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.catalogos-page .catalogo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 166, 82, 0.45);
}
.catalogos-page .guia-intro p {
  color: #2f2f2f;
  line-height: 1.7;
  margin-bottom: 10px;
}

.marca-page {
  background: #f8f8f8;
}
.marca-page .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 166, 82, 0.08);
  border: 1px solid rgba(0, 166, 82, 0.35);
  color: #006e38;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.marca-page__content {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.marca-page__content h2 {
  font-size: 24px;
  margin: 20px 0 10px;
  color: #006e38;
}
.marca-page__content p {
  margin-bottom: 10px;
  color: #2f2f2f;
  line-height: 1.7;
  text-align: justify;
}

.agrale-products .row.g-3 > [class*=col-] {
  display: flex;
}
@media (min-width: 992px) {
  .agrale-products .row.g-3 > [class*=col-] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.agrale-products__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.agrale-products__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.agrale-products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.agrale-products__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.agrale-products__title {
  display: block;
  padding: 12px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  min-height: 64px;
  flex: 1 1 auto;
}
.agrale-products__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 2px solid #006e38;
  background: #fff;
  color: #006e38;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}
.agrale-products__more:hover {
  background: #006e38;
  color: #fff;
}

.site-search-page .site-search-panel {
  border-radius: 10px;
}
.site-search-page .site-search-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: rgba(0, 166, 82, 0.12);
  color: #00a652;
}
.site-search-page .site-search-title {
  font-weight: 700;
}
.site-search-page .site-search-count {
  font-weight: 800;
  color: #00a652;
}
.site-search-page .site-search-hit:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #008b46;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #00a652;
  padding-left: 5px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
