/* Import Fonts */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gambarino-Regular";
  src: url("../fonts/Gambarino-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "InterDisplay-Regular";
  src: url("../fonts/InterDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --satoshi-font: "Satoshi", sans-serif;
  --gambarino-font: "Gambarino-Regular", sans-serif;
  --interdisplay-font: "InterDisplay-Regular", sans-serif;
  --font-size-12px: 12px;
  --font-size-13px: 13px;
  --font-size-14px: 14px;
  --font-size-16px: 16px;
  --font-size-18px: 18px;
  --font-size-20px: 20px;
  --font-size-21px: 21px;
  --white-color: #fff;
  --black-color: #000;
  --bg1-color: #f4efeb;
  --bg2-color: #5f4c37;
  --font-color: #bba68f;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-240 {
  padding-bottom: 240px;
}
.pb-255 {
  padding-bottom: 255px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pb-330 {
  padding-bottom: 330px;
}
.pb-500 {
  padding-bottom: 500px;
}


.pt-40 {
  padding-top: 40px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-190 {
  padding-top: 190px;
}

body {
  background-color: #f4efeb;
}

.bg-brown {
  background-color: #5f4c37;
}

img {
  object-fit: cover;
}

h1 {
  font-family: var(--gambarino-font);
  font-size: 55px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.57px;
  color: #fff;
}

h2 {
  font-family: var(--gambarino-font);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.95px;
  color: #5f4c37;
  margin-bottom: 0px;
}

h3 {
  font-family: var(--gambarino-font);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: -0.7px;
  color: #5f4c37;
  margin-bottom: 0px;
}

p {
  /* font-family: var(--interdisplay-font); */
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--black-color);
  margin-bottom: 0px;
}

.text-light {
  /* font-family: var(--interdisplay-font); */
  font-family: var(--satoshi-font);
  font-size: var(--font-size-16px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ------------ Header - START ------------ */
.navbar {
  padding: 12px 35px;
}

.navbar-brand img {
  height: 57px;
}

.nav-item .nav-link {
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: normal;
  color: var(--white-color);
}

.header-btn,
.header-btn:hover {
  background: var(--white-color);
  color: var(--black-color);
  font-family: var(--gambarino-font);
  font-size: var(--font-size-16px);
  font-weight: normal;
  border-radius: 24px;
  padding: 12px 35px;
  border: none;
}



/* ------------ Header - END ------------ */

.main-banner {
  max-height: 785px;
}

.hero-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-gradient2 {
  background-image: linear-gradient(to bottom, rgb(0 0 0), #000000);
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-announcement {
  background: var(--black-color);
  color: var(--white-color);
  padding: 6px 20px 6px 20px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin-top: 6.5rem;
}

.home-announcement span {
  padding-left: 25px;
  padding-right: 20px;
  font-family: var(--satoshi-font);
  font-size: var(--font-size-12px);
  font-weight: normal;
  letter-spacing: -0.09px;
  color: #bbb;
}

.home-announcement i {
  font-size: var(--font-size-14px);
  color: #fff;
}

.banner-sub-text {
  font-family: var(--satoshi-font);
  font-size: var(--font-size-16px);
  font-weight: normal;
  line-height: 1.5;
  color: var(--white-color);
}

.csr-stats-box {
  /*border: 1px solid rgba(255, 255, 255, 0.6);*/
  display: flex;
  width: fit-content;
}

.csr-stat-item {
  padding: 25px;
  width: 290px;
  flex: 0 0 290px;
}

.csr-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.csr-number {
  font-family: var(--gambarino-font);
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #fff;
}

.csr-text {
  font-family: var(--satoshi-font);
  font-size: var(--font-size-16px);
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

/* ------------ Scroll Text - START ------------ */
.scroll-text_1,
.scroll-text_2 {
  font-family: var(--gambarino-font);
  font-size: clamp(70px, 6vw, 80px);
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.scroll-text_1 {
  color: var(--white-color);
}

.scroll-text_2 {
  color: #cbb79e;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#scroll-text {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-60%);
  }
}

#footer-scroll-text {
  position: relative;
  z-index: 999;
  margin-bottom: -42px;
}
/* ------------ Scroll Text - END ------------ */

.btn-black,
.btn-black:hover {
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: normal;
  background: var(--black-color);
  color: var(--white-color);
  border-radius: 24px;
  padding: 12px 35px;
  border: none;
  min-width: 155px;
}

.btn-brown,
.btn-brown:hover {
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: normal;
  background: #5f4c37;
  color: var(--white-color);
  border-radius: 24px;
  padding: 12px 35px;
  border: none;
  min-width: 155px;
}

.btn-white,
.btn-white:hover {
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: normal;
  background: #ffffff;
  color: var(--black-color);
  border-radius: 24px;
  padding: 12px 35px;
  border: none;
  min-width: 155px;
}

#home-sec-03 .home-sec3-txt {
  font-family: var(--gambarino-font);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: -0.7px;
  color: #5f4c37;
}

#home-sec-03 hr {
  color: #5f4c37;
  width: 180px;
}

#home-sec-05 .image-wrapper {
  display: inline-block;
}

#home-sec-05 .go-btn {
    width: fit-content;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}

#home-sec-07 {
  margin-top: -20%;
}

#home-sec-09 .benefits-txt,
#sustainability-sec-03 .impact-txt {
  font-family: var(--gambarino-font);
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: #5f4c37;
}

.video-section {
  position: relative;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video-image {
  position: absolute;
  width: 100%;
  height: 720px;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.65)
  );
  z-index: 2;
}

.video-content {
  z-index: 3;
}

#home-sec-10 .accordion,
#benefits-sec-05 .accordion {
  background-color: transparent;
}

#home-sec-10 .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 0.5px solid #5f4c37;
  border-radius: 0rem !important;
}

#benefits-sec-05 .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 0.5px solid #ffffff;
  border-radius: 0rem !important;
}

#home-sec-10 .content-wrapper,
#benefits-sec-05 .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#home-sec-10 .title,
#benefits-sec-05 .title {
  flex: 1;
  font-family: var(--gambarino-font);
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.6px;
  line-height: 2;
  color: #5f4c37;
  padding-top: 60px;
}

#benefits-sec-05 .title {
  color: #ffffff !important;
}

#home-sec-10 .reveal-content,
#benefits-sec-05 .reveal-content {
  flex: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  margin-left: 0;
}

#home-sec-10 .accordion-img,
#benefits-sec-05 .accordion-img {
  width: 100%;
  max-height: 375px;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
}

#home-sec-10 .description-block,
#benefits-sec-05 .description-block {
  flex: 0 0 40%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

#benefits-sec-05 .description-block p {
  color: #ffffff !important;
}

#home-sec-10 .read-more,
#benefits-sec-05 .read-more {
  width: fit-content;
  opacity: 0;
  display: none;
  transform: translateY(10px);
}

#home-sec-10 .accordion-item.active .reveal-content,
#benefits-sec-05 .accordion-item.active .reveal-content {
  flex: 0 0 360px;
  max-width: 360px;
  opacity: 1;
  margin-left: 40px;
  margin-right: 40px;
}

#home-sec-10 .accordion-item.active .read-more,
#benefits-sec-05 .accordion-item.active .read-more {
  opacity: 1;
  display: block;
  transform: translateY(0);
  margin-top: 35px;
}

#benefits-sec-05 .accordion-item.active .read-more {
  margin-top: 0px !important;
}

#home-sec-10 .accordion-item.active,
#benefits-sec-05 .accordion-item.active {
  background-color: transparent;
}

#benefits-sec-05 .accordion-item.active .description-block .short-para {
  display: none;
}

#home-sec-10 .accordion-item:last-child,
#benefits-sec-05 .accordion-item:last-child {
  border-bottom: none;
}

#news-page .card-image,
#product-page .card-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#news-page .card-image img {
  width: 100%;
  display: block;
  height: 435px;
  transition: transform 0.6s ease;
}

#product-page .card-image img {
  width: 100%;
  display: block;
  height: 550px;
  transition: transform 0.6s ease;
}

#news-page .card-label,
#product-page .card-label {
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--white-color);
  font-size: var(--font-size-16px);
  font-family: var(--satoshi-font);
  font-weight: 400;
}

#news-page .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 165px; */
  padding: 30px 30px 30px 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%),
    rgb(0 0 0 / 74%)
  );
}

/*#product-page .card-image:hover .card-content {*/
/*  position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/

/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/

/*    padding: 35px;*/
/*    text-align: center;*/

/*    background-image: linear-gradient(*/
/*        to bottom,*/
/*        rgb(0 0 0 / 52%),*/
/*        rgb(0 0 0 / 59%),*/
/*        rgb(0 0 0 / 52%)*/
/*    );*/
/*}*/

/* Hidden by default */
#product-page .card-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 35px;
    text-align: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show on hover */
#product-page .card-image:hover .card-content {
    opacity: 1;
    visibility: visible;

    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 52%),
        rgb(0 0 0 / 59%),
        rgb(0 0 0 / 52%)
    );
}


#news-page .card-content .card-title,
#product-page .card-content .card-title {
  font-family: var(--gambarino-font);
  font-size: var(--font-size-21px);
  font-weight: normal;
  line-height: 2.29;
  color: var(--white-color);
}

#news-page .card-content .card-description,
#product-page .card-content .card-description {
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: normal;
  line-height: 1.71;
  color: var(--white-color);
}

#news-page .hover-arrow,
#product-page .hover-arrow {
  position: absolute;
  top: 45%;
  left: 80%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 3;
}

#news-page .hover-arrow:hover,
#product-page .hover-arrow:hover {
  background: #fff;
}

#news-page .bi-arrow-up-right::before,
#product-page .bi-arrow-up-right::before {
  font-weight: 500 !important;
  font-size: 1.1rem;
}

#news-page .card-image:hover .hover-arrow,
#product-page .card-image:hover .hover-arrow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#news-page .card-image:hover img,
#product-page .card-image:hover img {
  transform: scale(1.08);
}

#contact-sec01 .country {
  font-family: var(--gambarino-font);
  font-size: 21px;
  font-weight: normal;
  line-height: 2.29;
  letter-spacing: -0.53px;
  color: #fff;
}

#contact-sec01 .address,
#contact-sec01 .address a {
  font-family: var(--satoshi-font);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

#benefit-sec02 .image-container,
#sustainability-sec05 .image-container {
  position: relative;
}

#benefit-sec02 .bg-img,
#sustainability-sec05 .bg-img {
  width: 100%;
  max-height: 930px;
}

#benefit-sec02 .title-overlay {
  position: absolute;
  top: 75px;
  left: 44px;
}

#sustainability-sec05 .title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0) 0%,
    rgb(0 0 0) 50%,
    rgb(0 0 0) 50%,
    rgb(255 255 255 / 0%) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 95%) 85%,
    rgb(255 255 255 / 0%) 100%
  );
}

#sustainability-sec05 .title-overlay h2 {
  position: absolute;
  top: 75px;
  left: 44px;
}

#benefit-sec02 .advantage-title,
#sustainability-sec05 .advantage-title {
  font-family: var(--gambarino-font), serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #5f4c37;
  line-height: 1.1;
  margin: 0;
}

#sustainability-sec05 .advantage-title {
  color: var(--white-color) !important;
}

#benefit-sec02 .description-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(244, 239, 235, 0) 26%, #f4efeb);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  /*height: 247px;*/
  padding-top: 30px;
  padding-left: 44px;
}

#sustainability-sec05 .description-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 260px;*/
  background: linear-gradient(
    to top,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 70%) 40%,
    rgb(0 0 0 / 0%) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(
    to top,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 95%) 85%,
    rgb(255 255 255 / 0%) 100%
  );
  mask-image: linear-gradient(
    to top,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 95%) 85%,
    rgb(255 255 255 / 0%) 100%
  );
  padding-left: 44px;
  padding-top: 70px;
  padding-bottom: 50px;
  align-content: end;
}

#sustainability-sec05 .description-overlay p {
  color: var(--white-color) !important;
}

#benefit-sec02 .side-layout,
#sustainability-sec05 .side-layout {
  max-width: 445px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

#benefit-sec02 .side-layout .title,
#sustainability-sec05 .side-layout .title {
  font-family: var(--gambarino-font);
  font-size: 21px;
  font-weight: normal;
  line-height: 2.29;
  letter-spacing: -0.53px;
  color: #5f4c37;
  padding-top: 48px;
  padding-bottom: 22px;
}

#sustainability-sec05 .side-layout .title {
  color: var(--white-color) !important;
}

#benefit-sec02 .side-layout .description,
#sustainability-sec05 .side-layout .description {
  /* font-family: var(--interdisplay-font); */
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: #757575;
  padding-bottom: 48px;
}

#sustainability-sec05 .side-layout .description {
  color: var(--white-color) !important;
}

#benefit-sec02 .side-layout .bottom-line,
#sustainability-sec05 .side-layout .bottom-line {
  color: #5f4c37;
  margin: 0;
  border: 0;
  border-bottom: 0.5px solid currentColor;
  opacity: 1;
}

#sustainability-sec05 .side-layout .bottom-line {
  color: var(--white-color) !important;
}

#benefit-sec02 .side-layout:hover,
#sustainability-sec05 .side-layout:hover {
  transform: translateX(55px);
}

#benefit-sec02 .side-layout:hover .description {
  color: var(--black-color);
  transition: color 0.3s ease;
}

#sustainability-sec05 .side-layout:hover .description {
  color: var(--white-color);
  transition: color 0.3s ease;
}

#about-sec02 .vision-txt {
  font-family: var(--gambarino-font);
  font-size: var(--font-size-21px);
  font-weight: normal;
  letter-spacing: -0.53px;
  color: #5f4c37;
  max-width: 640px;
}

.product-inner-side-txt {
  font-family: var(--gambarino-font);
  font-size: var(--font-size-18px);
  font-weight: normal;
  line-height: 1.83;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.6);
}

.product-inner-side-details {
  /* font-family: var(--interdisplay-font); */
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.13px;
  color: #fff;
}

.product-inner-hr {
  border: solid 1px rgba(255, 255, 255, 0.19);
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-container {
  position: relative;
  max-width: fit-content;
  margin: auto;
}

.map-container .map-img {
  /*max-width: 390px;*/
  width: 100%;
    height: 700px;
  object-fit: cover;
}

.map-container .icons {
  width: 116px;
  object-fit: contain;
}

.map-container .info-card {
  position: absolute;
  display: flex;
  gap: 15px;
  background: #f7f3ed;
  border: 1px solid #cfc7bd;
  padding: 15px;
  max-width: 500px;
  transition: all 1s ease;
  opacity: 0;
}

.map-container .info-card h4 {
  font-family: var(--gambarino-font);
  font-size: var(--font-size-21px);
  letter-spacing: -0.52px;
  color: #5f4c37;
}

.map-container .info-card {
  transition: all 1s ease;
  opacity: 0;
}

.map-container .info-card.left {
  /*top: 35%;*/
  /*left: -97%;*/
  top: 8%;
    left: -45%;
  transform: translateX(-170px);
}

.map-container .info-card.right {
  /*bottom: 20%;*/
  /*right: -87%;*/
  bottom: 9%;
    right: -65%;
  transform: translateX(100px);
}

.map-container .info-card.show {
  opacity: 1;
  transform: translateX(0);
}



.about-map-container {
  position: relative;
  max-width: fit-content;
  margin: auto;
}

.about-map-container .map-img {
  /*max-width: 330px;*/
  width: 100%;
    height: 700px;
  object-fit: cover;
}

.about-map-container .icons {
  width: 116px;
  object-fit: contain;
}

.about-map-container .info-card {
  position: absolute;
  display: flex;
  max-width: 450px;
}

.about-map-container .info-card h4 {
  font-family: var(--gambarino-font);
  font-size: var(--font-size-21px);
  letter-spacing: -0.52px;
  color: #5f4c37;
}

.about-map-container .info-card.left {
  top: 6%;
  left: -70%;
}

.about-map-container .info-card.right {
  bottom: 10%;
    right: -73%;
}



#contact-us label {
  font-family: var(--gambarino-font);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #979797;
}

#contact-us .form-control,
#contact-us .form-select,
.wpcf7-select {
  border: none;
  border-radius: 0px;
  background-color: #f4efeb;
  border-bottom: solid 1px #979797;;
  padding-left: 0px;
  width: 100%;
}

.wpcf7-select {
    padding-top: 13px;
}

.wpcf7-select:focus-visible,
.wpcf7-select:focus {
    box-shadow: none;
}


#contact-us .form-control:focus,
#contact-us .form-select:focus {
  box-shadow: none;
}

#contact-us input,
#contact-us select {
  font-family: var(--satoshi-font);
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}


.csr-stats-box-black {
  border-top: 1px solid #5f4c37;
  border-left: 1px solid #5f4c37;
}

.csr-stats-box-black .col-md-4 {
  border-right: 1px solid #5f4c37;
  border-bottom: 1px solid #5f4c37;
}

.csr-stats-box-black .csr-stat-item-black {
  padding: 25px;
  height: 100%;
}

.csr-stats-box-black .title{
    font-family: var(--gambarino-font);
    font-size: 21px;
    font-weight: normal;
    line-height: 2.29;
    letter-spacing: -0.53px;
    color: #5f4c37;
}




/* ------------ Footer - START ------------ */
footer {
  background-color: #5f4c37;
}

footer .footer-padding {
  padding: 12px 35px;
}

footer .main-txt {
  font-family: var(--gambarino-font);
  font-size: 30px;
  font-weight: normal;
  line-height: 1.23;
  letter-spacing: -1.25px;
  color: var(--white-color);
}

footer .sub-txt {
  font-family: var(--gambarino-font);
  font-size: 15.5px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: -0.44px;
  color: #bba68f;
  padding-bottom: 22px;
}

footer .social-media {
  /* font-family: var(--interdisplay-font); */
  font-family: var(--satoshi-font);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--white-color);
  text-decoration: none;
}

footer hr {
  color: white;
}
/* ------------ Footer - END ------------ */

/* ------------ GTranslater Dropdown - START ------------ */
.language-selector {
  position: absolute;
  right: 230px;
  z-index: 999;
}

.gt_float_switcher .gt_options.gt-open {
  opacity: 1;
  transform: translateX(0px);
  max-width: min-content !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0px 0px !important;
  color: #f5f5f5 !important;
  font-weight: normal !important;
  font-family: var(--satoshi-font) !important;
  font-size: var(--font-size-14px) !important;
}

.gt_float_switcher img {
  display: none !important;
}

.gt_float_switcher .gt_options {
  background-color: black !important;
  position: absolute !important;
  top: 30px;
  left: -25px;
}

.gt_float_switcher .gt_options a:hover {
  background: #ffffff !important;
  color: black !important;
}

.gt_float_switcher .gt-selected {
  background-color: transparent !important;
}

.gt_float_switcher {
  background: transparent !important;
  background: none !important;
  font-family: var(--satoshi-font) !important;
  font-size: var(--font-size-14px) !important;
}

.gt_float_switcher .gt_options a {
  font-family: var(--satoshi-font) !important;
  font-size: var(--font-size-14px) !important;
  color: var(--white-color) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: var(--font-size-14px) !important;
  text-transform: capitalize !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  display: none !important;
}
/* ------------ GTranslater Dropdown - END ------------ */

.custom-container {
  padding-left: 20px;
  padding-right: 20px;
}

.custom-container2 {
  padding-left: 44px;
  padding-right: 44px;
}

.custom-container3 {
  padding-left: 20px;
}

/* Small devices (large phones) */
@media (min-width: 576px) {
}

/* Mobile only */
@media (max-width: 767px) {
  .pb-50 {
    padding-bottom: 40px;
  }
  .pb-55 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .pb-65 {
    padding-bottom: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-75 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pb-85 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .pb-130 {
    padding-bottom: 100px;
  }
  .pb-140 {
    padding-bottom: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-160 {
    padding-bottom: 100px;
  }
  .pb-180 {
    padding-bottom: 100px;
  }
  .pb-190 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pb-240 {
    padding-bottom: 100px;
  }
  .pb-255 {
    padding-bottom: 100px;
  }
  .pb-300 {
    padding-bottom: 100px;
  }
  .pb-330 {
    padding-bottom: 100px;
  }

  .pt-160 {
    padding-top: 100px;
  }
  .pt-190 {
    padding-top: 100px;
  }

  .mobile-padding-bottom-16px {
    padding-bottom: 16px;
  }
  .mobile-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .mobile-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .mobile-padding-bottom-120px {
    padding-bottom: 120px;
  }
  .mobile-padding-bottom-160px {
    padding-bottom: 160px;
  }

  .mobile-padding-top-80px {
    padding-top: 80px;
  }
  
  .mobile-padding-top-190px {
    padding-top: 190px;
  }

  .mobile-text-center {
    text-align: center;
  }

  .navbar {
    padding: 8px 15px;
  }

  h2 {
    font-size: 30px;
  }

  h1 {
    font-size: 40px;
  }

  .mobile-all-img {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .custom-container2 {
    padding-left: 20px;
    padding-right: 20px;
}

.custom-container3 {
  padding-left: 20px;
    padding-right: 20px;
}

  footer .footer-padding {
    padding: 12px 20px;
  }

  .home-mobile-banner {
    min-height: 60rem !important;
  }
  
  .home-mobile-banner-short {
    min-height: 45rem !important;
  }

  #home-sec-10 .content-wrapper,
  #benefits-sec-05 .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  #home-sec-10 .accordion-item.active .reveal-content,
  #benefits-sec-05 .accordion-item.active .reveal-content {
    margin-left: 0px;
    margin-right: 0px;
  }

  #home-sec-10 .description-block,
  #benefits-sec-05 .description-block {
    padding-top: 30px;
  }

  #home-sec-10 .accordion-img,
  #benefits-sec-05 .accordion-img {
    padding-bottom: 0px;
    max-height: fit-content;
  }

  #home-sec-03 .home-sec3-txt {
    font-size: 20px;
  }

  .video-section,
  .video-image {
    height: 520px;
  }

  .map-container .info-card.right {
    bottom: 0;
    right: 0;
  }

  .map-container .info-card.left {
    top: 0;
    left: 0;
  }
  
  .map-container .info-card {
    transition: none;
    opacity: 1;
    transform: none !important;
  }

  .map-container .info-card {
    position: relative;
    width: 100vw !important;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .map-container .icons {
    width: 50px;
    object-fit: contain;
  }

  .home-announcement {
    margin-top: 0.5rem;
    gap: 8px;
    padding: 4px 10px 4px 10px;
  }

  .home-announcement .marquee {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .home-announcement .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 12s linear infinite;
  }

  .home-announcement .marquee-track span {
    white-space: nowrap;
    padding-right: 40px;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  #product-page .card-image img {
    height: 400px;
}

.about-map-container .info-card {
  position: inherit;
  display: flex;
  max-width: 450px;
}

#benefit-sec02 .bg-img, #sustainability-sec05 .bg-img {
    height: 400px;
}

#benefit-sec02 .side-layout:hover, #sustainability-sec05 .side-layout:hover {
    transform: none;
}

#news-page .card-content .card-title, #product-page .card-content .card-title {
    line-height: normal;
}

.csr-number {
    font-size: 30px;
}

.csr-stat-item {
    flex: 0 0 340px;
}

#contact-sec01 .address, #contact-sec01 .address a {
    font-size: 13px;
}

.mobile-only-btn {
    min-width: 130px;
}


.gt_float_switcher .gt_options {
    top: 78px;
    left: 133px;
}


#benefits-sec-05 .accordion-item.active .reveal-content {
    flex: 0 0 235px;
}


}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .custom-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .custom-container2 {
    padding-left: 30px;
    padding-right: 30px;
}

  .ipad-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .ipad-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .ipad-padding-bottom-140px {
    padding-bottom: 140px;
  }

  .ipad-padding-top-140px {
    padding-top: 140px;
  }

  .ipad-all-img {
    max-width: 100vw !important;
  }

  .ipad-text-center {
    text-align: center;
    margin: auto;
  }

  .home-ipad-banner {
    height: 100vh;
  }

  .home-announcement {
    margin-top: 7.5rem;
  }

  .map-container .info-card.right {
    bottom: 30%;
    right: 0;
  }

  .map-container .info-card.left {
    top: 130px;
    left: 0;
  }
  
  .map-container .info-card {
        transition: none;
        opacity: 1;
        transform: none !important;
    }

  #home-sec-10 .content-wrapper,
  #benefits-sec-05 .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  #home-sec-10 .accordion-item.active .reveal-content,
  #benefits-sec-05 .accordion-item.active .reveal-content {
    margin-left: 0px;
    margin-right: 0px;
  }

  #home-sec-10 .description-block,
  #benefits-sec-05 .description-block {
    padding-top: 30px;
    margin-left: 0px;
  }

  #home-sec-10 .accordion-img,
  #benefits-sec-05 .accordion-img {
    padding-bottom: 0px;
    /*max-height: fit-content;*/
  }

  #home-sec-10 .accordion-item.active .reveal-content,
  #benefits-sec-05 .accordion-item.active .reveal-content {
    max-width: 100% !important;
  }

  .about-map-container .info-card {
  position: inherit;
  display: flex;
  max-width: none;
}

#benefit-sec02 .side-layout, #sustainability-sec05 .side-layout {
    max-width: 615px;
}

#benefit-sec02 .bg-img, #sustainability-sec05 .bg-img {
    max-height: 400px;
}

#news-page .card-content .card-title, #product-page .card-content .card-title {
    line-height: normal;
}

.about-map-container .map-img {
    max-width: 400px !important;
    /* width: 100%; */
    height: 700px;
    object-fit: cover;
}

.map-container .map-img {
    max-width: 550px !important;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

}

/* Desktop */
@media (min-width: 1200px) {
  .custom-container {
    padding-left: 92px;
    padding-right: 92px;
  }

  .custom-container3 {
    padding-left: 92px;
  }
}

/* HD Screens (1920px and above) */
@media (min-width: 1600px) {
  .custom-container {
    padding-left: 140px;
    padding-right: 140px;
  }
}

/* Full HD / Large monitors */
@media (min-width: 1920px) {
  .custom-container {
    padding-left: 200px;
    padding-right: 200px;
  }

  #home-sec-07 {
    margin-top: -14%;
  }
}










    .certificate-wrapper{
    /*position: relative;*/
    /*z-index: 5;*/
    /*width: 1000px;*/
}

.certificate-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d8d2cb;
    border-left: 1px solid #d8d2cb;
}

.certificate-item{
    min-height: 200px;
    padding: 30px 20px;
    /*border-right: 1px solid #d8d2cb;*/
    /*border-bottom: 1px solid #d8d2cb;*/
    border: 1px solid #d8d2cb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #f4f1ed;
}

.certificate-item img{
    max-width: 90px;
    max-height: 70px;
    object-fit: contain;
}

.certificate-item p{
    margin: 0;
    font-size: 14px;
}

/* remove extra borders */
/*.certificate-item:nth-child(4n){*/
/*    border-right: 0;*/
/*}*/

/* Mobile */
@media(max-width:991px){

    .certificate-wrapper{
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .certificate-grid{
        grid-template-columns: repeat(2, 1fr);
        border-right: 1px solid #d8d2cb;
    }

    .certificate-item:nth-child(2n){
        border-right: 0;
    }
}




@media only screen
and (min-width: 834px)
and (max-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

    .certificate-wrapper {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .certificate-grid {
        grid-template-columns: repeat(2, 1fr);
        border-right: 1px solid #d8d2cb;
    }

}


.btn.btn-brown.wpcf7-submit {
    color: #fff !important;
}


.text-danger {
    color: #C94C4C !important;
}


/* 320x568 */
@media only screen and (width: 320px) and (height: 568px) {
    .call-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .call-icon i {
        font-size: 17px !important;
    }

    .toggler-icon::before,
    .toggler-icon::after {
        width: 18px !important;
    }

    .toggler-icon {
        width: 18px !important;
    }

    .navbar-brand img {
        height: 60px !important;
    }
    
    .home-mobile-banner-short {
        min-height: 55rem !important;
    }
}

/* 320x658 */
@media only screen and (width: 320px) and (height: 658px) {
    .call-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .call-icon i {
        font-size: 17px !important;
    }

    .toggler-icon::before,
    .toggler-icon::after {
        width: 18px !important;
    }

    .toggler-icon {
        width: 18px !important;
    }

    .navbar-brand img {
        height: 60px !important;
    }
    
    .home-mobile-banner-short {
        min-height: 55rem !important;
    }
}
