@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #c65904;
  color: #fff;
}

::selection {
  background: #c65904;
  color: #fff;
}

body {
  background-color: #fff;
  color: #3F4443;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1570px;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.bg-theme {
  background: #c65904 !important;
}

.text-theme, a {
  color: #c65904 !important;
}

.form-control,
.form-select {
  padding: 10px;
  border-radius: 0;
  border-width: 1px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #c65904 !important;
}
.btn-white:hover {
  background-color: #3F4443 !important;
  border-color: #3F4443 !important;
  color: #fff !important;
}

.btn-theme {
  background-color: #c65904 !important;
  border-color: #c65904 !important;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase;
}
.btn-theme:hover {
  background-color: #3F4443 !important;
  border-color: #3F4443 !important;
}

.button-theme {
  background-color: #fff;
  border: 1px solid #fff;
  color: #c65904;
  border-radius: 0;
}
.button-theme:hover {
  background-color: #c65904;
  color: #fff;
}

#header-wrap {
  position: relative;
}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Keep it above */
  animation: smoothScroll 1s forwards;
}
#header-wrap.fixed-header .site-logo {
  top: 5px;
}
#header-wrap.fixed-header .site-logo img {
  width: 75px;
  height: auto;
}

.fixed-breadcrumb {
  position: fixed;
  top: 53px; /* Adjust this based on header height */
  width: 100%;
  z-index: 999; /* Just below header */
  background: #fff; /* Keep background solid */
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-wrapper {
  background-color: #fff;
}

.site-logo {
  position: absolute;
  top: 12px;
  z-index: 99;
}
.site-logo img {
  width: 100px;
  height: auto;
}

.header-menu {
  position: relative;
}
.header-menu .header-spacer {
  height: 30px;
  background-color: #c65904;
  width: 100%;
}
.header-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-menu > ul > li {
  position: relative;
  padding: 10px 20px;
}
.header-menu > ul > li:first-child {
  padding-left: 0;
}
.header-menu > ul > li:last-child {
  padding-right: 0;
}
.header-menu > ul > li a {
  color: #000 !important;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.header-menu > ul > li a:hover, .header-menu > ul > li a.active {
  border-bottom: 2px solid #c65904;
  color: #c65904 !important;
}
.header-menu > ul > li .submenu-level-1 {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 250px;
  list-style: none;
  display: none;
  flex-direction: column;
  animation: fadeDown 0.3s ease forwards;
  z-index: 99;
  text-align: left;
}
.header-menu > ul > li .submenu-level-1 li {
  padding: 0;
  position: relative;
}
.header-menu > ul > li .submenu-level-1 li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
}
.header-menu > ul > li .submenu-level-1 li a:hover {
  background-color: rgba(198, 89, 4, 0.1);
  color: #c65904 !important;
}
.header-menu > ul > li .submenu-level-2 {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  min-width: 250px;
  list-style: none;
  display: none;
  flex-direction: column;
  animation: fadeRight 0.3s ease forwards;
  z-index: 100;
  text-align: left;
}
.header-menu > ul > li .submenu-level-2 li {
  padding: 0;
}
.header-menu > ul > li .submenu-level-2 li a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000 !important;
  border-bottom: 1px solid #e1e1e1;
}
.header-menu > ul > li .submenu-level-2 li a:hover {
  background-color: rgba(198, 89, 4, 0.1);
  color: #c65904 !important;
}
.header-menu > ul > li:hover > .submenu-level-1 {
  display: flex;
}
.header-menu > ul > li .submenu-level-1 > li:hover > .submenu-level-2 {
  display: flex;
}

/* ============================
   MOBILE NAV MENU STYLES
============================ */
.offcanvas-header .btn-close {
  position: absolute;
  top: 24px;
  right: 20px;
  opacity: 0.6;
}

.mobile-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  text-align: left;
  /* Only show toggle for items with submenu */
  /* Submenu styles */
  /* When this item is open */
}
.mobile-nav-menu ul li:first-child {
  border-top: 1px solid #ddd;
}
.mobile-nav-menu ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #3F4443 !important;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.mobile-nav-menu ul li a:hover, .mobile-nav-menu ul li a.active {
  background-color: rgba(198, 89, 4, 0.1);
  color: #c65904 !important;
}
.mobile-nav-menu ul li.has-submenu > a {
  padding-right: 40px;
}
.mobile-nav-menu ul li.has-submenu .submenu-toggle {
  position: absolute;
  right: 8px;
  top: 21px;
  padding: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.mobile-nav-menu ul li.has-submenu .submenu-toggle i {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.mobile-nav-menu ul li .submenu {
  display: none;
  padding-left: 0;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.mobile-nav-menu ul li.open > .submenu {
  display: block;
}
.mobile-nav-menu ul li.open > .submenu-toggle i {
  transform: rotate(180deg);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* --- VIDEO SLIDER --- */
.video-slider {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  z-index: 9;
}
.video-slider::after {
  /*content: "";*/
  /*position: absolute;*/
  /*inset: 0;*/
  /*background: rgba(0, 0, 0, 0.4);*/
  /*z-index: 1;*/
}
.video-slider iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: none;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
  background: #000;
}
.video-slider iframe.active {
  opacity: 1;
  z-index: 0;
}

.video-slider .fallback-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.fallback-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 3; /* fallback on top until video loads */
}

.fallback-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 4;
}

.fallback-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.h-100 {
  height: 100%;
  position: relative;
}

.hero-content {
  color: #fff;
  text-align: left;
  max-width: 1100px;
  z-index: 3;
}
.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
}
.hero-content p {
  font-size: 26px;
  line-height: 36px;
  margin: 20px 0 30px 0;
}


.btn-discover {
  background-color: #fff;
  color: #c65904;
  border: none;
  font-weight: 600;
  padding: 13px 20px;
  transition: background 0.3s;
  border-radius: 0;
}
.btn-discover:hover {
  background-color: #c65904;
  color: #fff;
}

.about-section {
  background: #c65904;
  padding: 70px 30px 60px 30px;
  border-top: 4px solid #c8853e;
  border-bottom: 4px solid #c8853e;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  padding: 16px 32px !important;
  font-size: 16px;
  color: #c65904;
  background: #fff;
}
.btn:hover {
  background-color: #c65904;
  color: #fff !important;
  border-color: #c65904;
}

.discover-section {
  background: url("../images/bg-1.webp") no-repeat center center/cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.discover-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.discover-section .card-custom {
  background: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  width: 230px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.discover-section .card-custom img {
  width: 228px;
  height: auto;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #fff;
  border-radius: 500px;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.discover-section .card-custom:hover img {
  transform: scale(0.95);
}
.discover-section .card-custom .card-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
  color: #c65904;
}
.discover-section .card-custom .card-title:hover {
  color: #3F4443;
}
.discover-section .card-custom .card-footer-bar {
  height: 20px;
  background-color: #c65904;
  margin-top: 20px;
}
.discover-section .card-custom .card-container {
  max-width: 250px;
  margin: auto;
  overflow: hidden;
}

.contact-wrapper {
  background: url("../images/contact-bg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.contact-wrapper .contact-section {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  overflow: hidden;
  border-top: 4px solid #c8853e;
  border-bottom: 4px solid #c8853e;
}
.contact-wrapper .contact-section .contact-left {
  background-color: #c05300;
  color: #fff;
  padding: 100px 100px 100px 200px;
  flex: 1;
  min-width: 280px;
  position: relative;
}
.contact-wrapper .contact-section .contact-left h2 {
  font-weight: bold;
}
.contact-wrapper .contact-section .contact-left p {
  font-size: 20px;
  font-weight: 500;
}
.contact-wrapper .contact-section .contact-left .leaf-bg {
  position: absolute;
  bottom: 20px;
  left: 200px;
  opacity: 0.2;
  max-width: 370px;
}
.contact-wrapper .contact-section .contact-right {
  padding: 100px 100px 100px 100px;
  flex: 1;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.5);
}

.form-check-label {
  font-size: 0.9rem;
}

.btn-orange {
  background-color: #c05300;
  border: none;
  color: white;
}
.btn-orange:hover {
  background-color: #a64200;
}

.custom-breadcrumb {
  background: #c65904;
}
.custom-breadcrumb ol {
  margin-bottom: 0;
  justify-content: end;
}
.custom-breadcrumb li a {
  color: #fff !important;
  text-decoration: none;
}
.custom-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.hero-section {
  background-image: url("../images/tea.jpg");
  background-size: cover;
  background-position: center;
  height: 675px;
  position: relative;
  color: white;
  z-index: 9;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* transparent overlay */
}
.hero-section.tea {
  background-image: url("../images/tea-header.webp");
}
.hero-section.product {
  background-image: url("../images/products/product-tea.jpg");
}
.hero-section.extract {
  background-image: url("../images/extract-header.webp");
  background-position: top center;
}
.hero-section.coffee {
  background-image: url("../images/coffee-header.webp") !important;
  background-position: top center;
}
.hero-section.chicory {
  background-image: url("../images/chicory-header.webp") !important;
  background-position: top center;
}
.hero-section.premixes {
  background-image: url("../images/premixes-header.webp") !important;
  background-position: top center;
}
.hero-section.about {
  background-image: url("../images/about-header.webp");
  height: calc(100vh - 190px);
}
.hero-section.sustainability {
  background-image: url("../images/sustain/header-bg.jpg");
  height: calc(100vh - 190px);
}
.hero-section .bg-leaf-image {
  opacity: 0.9;
  pointer-events: none;
}
.hero-section h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.hero-section * {
  z-index: 2;
}

.extract-product-section {
  padding: 80px 0;
}
.extract-product-section.tea-bg {
  background: url("../images/tea-extract-bg.webp") no-repeat center center/cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.extract-product-section.tea-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.extract-product-section.instant-coffee-bg {
  background: url("../images/instant-coffee-bg.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.extract-product-section.instant-coffee-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.extract-product-section.green-tea-bg {
  background: url("../images/tea-extract-bg.webp") no-repeat center center/cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.extract-product-section.green-tea-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.extract-product-section.chicory-bg {
  background: url("../images/products/chicory/chicory-bg.webp") no-repeat center center/cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
  border-top: 4px solid #c8853e;
}
.extract-product-section.chicory-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.extract-product-section .extract-card-wrapper {
  margin-top: 130px;
}
.extract-product-section .extract-card-wrapper .extract-card {
  background-color: #c65904;
  color: #fff;
  padding: 135px 20px 30px 20px;
  border-radius: 0;
  text-align: center;
  margin: 20px 20px 20px 20px;
  position: relative;
}
.extract-product-section .extract-card-wrapper .extract-card img {
  width: 214px;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fcfcfc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease;
}
.extract-product-section .extract-card-wrapper .extract-card:hover img {
  transform: translate(-50%, -50%) scale(1.15);
}
.extract-product-section .extract-card-wrapper .extract-card p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.extract-product-section .extract-card-wrapper .extract-card.about {
  padding: 135px 35px 0px 35px;
}
.extract-product-section .section-title {
  color: #c65904 !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.extract-product-section .section-title.about {
  color: #3F4443 !important;
}
.extract-product-section .section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.extract-product-section .section-footer {
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.partnering-section {
  background-color: #c65904;
  padding-bottom: 200px;
  padding-top: 70px;
}

.extract-products-images .circle-img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #d1d1d1;
  margin-top: -200px;
  position: relative;
}
.extract-products-images .circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
  border-radius: 50%;
}
.extract-products-images .circle-img:hover img {
  transform: scale(0.95);
}
.extract-products-images .custom-btn {
  background-color: #c65904 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  transition: all 0.3s ease;
}
.extract-products-images .custom-btn:hover {
  background-color: #3F4443;
  color: #fff !important;
}

.purpose-values {
  background: #f3f5f6;
  position: relative;
  padding: 60px 0;
  /* Badge Component */
}
.purpose-values h2 {
  font-weight: 700;
  color: #3F4443;
}
.purpose-values .value-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.purpose-values .value-box img {
  width: 90%;
  height: auto;
}
.purpose-values .content-area {
  padding: 0% 10%;
}
.purpose-values .content-area .lead {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}
.purpose-values .btn-theme {
  background-color: #c65904 !important;
  border-color: #c65904 !important;
  color: #fff !important;
}
.purpose-values .btn-theme:hover {
  background-color: #3F4443 !important;
  border-color: #3F4443 !important;
}
.purpose-values .custom-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 0.6rem 2.5rem 0.6rem 5.2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
  height: 70px;
  width: 280px;
  text-align: left;
  letter-spacing: 1px;
}
.purpose-values .custom-badge::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}
.purpose-values .custom-badge img {
  position: absolute;
  left: -22px;
  top: -7px;
  width: 85px;
  height: auto;
  filter: saturate(0) brightness(0) invert(1);
  z-index: 2;
  padding: 5px;
}
.purpose-values .custom-badge.green {
  background-color: #00833e;
}
.purpose-values .custom-badge.green::before {
  background-color: #00833e;
}
.purpose-values .custom-badge.blue {
  background-color: #00a0df;
}
.purpose-values .custom-badge.blue::before {
  background-color: #00a0df;
}
.purpose-values .custom-badge.pink {
  background-color: #dc6fa7;
}
.purpose-values .custom-badge.pink::before {
  background-color: #dc6fa7;
}
.purpose-values .custom-badge.orange {
  background-color: #f18a00;
}
.purpose-values .custom-badge.orange::before {
  background-color: #f18a00;
}

.finlays-bg {
  position: relative;
  background: url("../images/tea-extract-bg.webp") center/cover no-repeat;
  padding: 100px;
}
.finlays-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 57, 34, 0.6);
  z-index: 1;
  pointer-events: none;
}
.finlays-bg > * {
  position: relative;
  z-index: 2;
}
.finlays-bg h3 {
  font-weight: 600;
}
.finlays-bg p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

.history-item h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #c65904;
}
.history-item h4 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #c65904;
}
.history-item p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #3F4443;
}
.history-item img {
  width: 85px;
}
.history-item img.icon-2 {
  width: 118px;
}

.sustainability-section {
  background-color: #f4f6f7;
}
.sustainability-section .circle-img {
  width: 80%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fafcff;
}
.sustainability-section .circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability-section h5 {
  color: #3F4443;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.sustainability-section p {
  color: #3F4443;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  line-height: 1.6;
}
.sustainability-section a {
  color: #006241;
}
.sustainability-section a:hover {
  color: #004d33;
}

.sustainability-strategy {
  background-color: #fff;
  padding: 60px;
}
.sustainability-strategy .strategy-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.sustainability-strategy .strategy-card .strategy-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.sustainability-strategy .strategy-card .card-content {
  position: relative;
  z-index: 1;
}
.sustainability-strategy .strategy-card .icon img {
  width: 60px;
  height: 60px;
}
.sustainability-strategy .green-bg::before {
  background-image: url(../images/svg/CNZ-hero-graphic.svg);
  /* --background-overlay: ''; */
  /* background-position: -10px 120px; */
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 104%;
  height: 100%;
  top: 3px;
  left: 0;
  z-index: 1;
  background-position: -10px 120px;
  background-repeat: no-repeat;
}
.sustainability-strategy .yellow-bg::before {
  background-image: url(../images/svg/supply-hero-graphic.svg);
  /* --background-overlay: ''; */
  /* background-position: -10px 120px; */
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 104%;
  height: 100%;
  top: 3px;
  left: 0;
  z-index: 1;
  background-position: -10px 120px;
  background-repeat: no-repeat;
  background-size: 105% 105% auto;
}
.sustainability-strategy .pink-bg::before {
  background-image: url(../images/svg/people-hero-graphic.svg);
  /* --background-overlay: ''; */
  /* background-position: -10px 120px; */
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 104%;
  height: 100%;
  top: 3px;
  left: 0;
  z-index: 1;
  background-position: -10px 120px;
  background-repeat: no-repeat;
  background-size: 105% 105% auto;
}
.sustainability-strategy h5 {
  font-size: 29px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sustainability-strategy p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.sustainability-strategy a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none !important;
}

.coffee-product-section {
  padding: 80px 0;
}
.coffee-product-section.tea-bg {
  background: url("../images/tea-extract-bg.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.tea-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.coffee-product-section.speciality-tea-bg {
  background: url("../images/speciality-tea-bg.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.speciality-tea-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.instant-coffee-bg2 {
  background: url("../images/instant-coffee-bg2.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.instant-coffee-bg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.instant-spray-dried-bg {
  background: url("../images/freezebg2.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.instant-spray-dried-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.spray-dried-bg {
  background: url("../images/frezebg1.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.spray-dried-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.agglomerated-bg1 {
  background: url("../images/agglobg1.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.agglomerated-bg1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.agglomerated-bg2 {
  background: url("../images/agglobg2.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.agglomerated-bg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.green-bean-bg1 {
  background: url("../images/greenbeanbg-1.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.green-bean-bg1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.green-bean-bg2 {
  background: url("../images/greenbeanbg-2.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.green-bean-bg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.coffee-product-section.liquid-tea-bg {
  background: url("../images/liquid-tea-bg.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.coffee-product-section.liquid-tea-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.coffee-product-section .coffee-card-wrapper .coffee-card {
  background-color: #c65904;
  color: #fff;
  border-radius: 0;
  text-align: center;
  margin: 20px 20px 20px 20px;
  position: relative;
}
.coffee-product-section .coffee-card-wrapper .coffee-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}
.coffee-product-section .coffee-card-wrapper .coffee-card p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.coffee-product-section .section-title {
  color: #3F4443 !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.coffee-product-section .section-title.text-white {
  color: #fff !important;
}
.coffee-product-section .section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.product-detail-section {
  background-color: #fff;
  position: relative;
}
.product-detail-section .section-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
.product-detail-section .title-underline {
  width: 80px;
  border-top: 2px solid #3F4443;
  opacity: 1;
}
.product-detail-section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #3F4443;
}
.product-detail-section ul {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.product-detail-section ul li {
  line-height: 1.6;
}
.product-detail-section .app-icons i {
  display: block;
  margin-bottom: 0.25rem;
  color: #333;
}
.product-detail-section .app-icons img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.product-detail-section .app-icons .small {
  font-size: 16px;
  font-weight: 600;
}
.product-detail-section .right-img-column {
  background-color: #f3f4f6;
  padding: 2rem;
  width: 80%;
}
.product-detail-section .right-img-column .image-grid {
  width: 100%;
  overflow: hidden;
}
.product-detail-section .right-img-column .image-grid img {
  -o-object-fit: cover;
     object-fit: cover;
}

.starlon-locations {
  background: #fff;
}
.starlon-locations .section-title {
  font-weight: 600;
  color: #3F4443;
  text-transform: uppercase;
}
.starlon-locations .location-card {
  background-color: #efefef;
  border-bottom: 2px solid #c65904;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.starlon-locations .location-card h5 {
  font-weight: 600;
  color: #3F4443;
}
.starlon-locations .location-card .region {
  font-weight: 500;
}
.starlon-locations .location-card a {
  text-decoration: none;
}
.starlon-locations .location-card a.btn {
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.starlon-locations .location-card p {
  margin-bottom: 0.25rem;
}

.tea-section {
  padding: 80px 0;
  background: #f4f6f7;
}
.tea-section .tea-card {
  border-right: 5px solid #c65904;
  background: #fff;
  padding: 50px 30px;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: 165px;
  padding-left: 120px;
}
.tea-section .tea-card .section-title {
  font-weight: 600;
  margin-bottom: 18px;
}
.tea-section .tea-card p {
  font-size: 18px;
  line-height: 26px;
}
.tea-section .tea-card .find-btn {
  background-color: #c65904;
  color: white;
  border: none;
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.tea-section .tea-card .find-btn:hover {
  background-color: #3F4443;
}
.tea-section .tea-img {
  max-width: 250px;
  border-radius: 50%;
  position: absolute;
  left: -125px;
  border: 2px solid #c65904;
}

.footer {
  background: #c65904;
}
.footer .footer-links ul {
  list-style-type: none;
  padding-left: 0;
}
.footer .footer-links a {
  color: #fff !important;
  text-decoration: none;
  font-size: 17px;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright .branding {
  text-align: right;
}
.footer .copyright .branding a {
  color: #fff !important;
}
.footer .scroll-to-top {
  font-size: 18px;
}
.footer .scroll-to-top i {
  font-size: 24px;
  vertical-align: middle;
}
.footer .scroll-to-top-desktop {
  font-size: 18px;
}
.footer .scroll-to-top-desktop i {
  font-size: 24px;
  vertical-align: middle;
}

.modal-footer .btn {
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 500;
}

.circle-video {
  width: 450px; /* adjust size */
  height: 450px;
  border-radius: 50%;
  border: 14px solid #fff;
  overflow: hidden;
}
.circle-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mask-banner {
  position: relative;
  min-height: 200px;
}
.mask-banner:hover .mask-text {
  scale: 1.2;
}
.mask-banner:hover .mask-text .svg-icon {
  scale: 1.2;
}
.mask-banner .mask-img {
  overflow: hidden;
  border-radius: 6px;
}
.mask-banner .mask-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask-banner .mask-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 5px;
}
.mask-banner .mask-img:hover img {
  transform: scale(1.5);
}
.mask-banner .mask-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.4s;
}
.mask-banner .mask-text .svg-icon {
  fill: #ffffff;
  margin-left: 5px;
  font-size: 28px;
}

.input-group-text {
  border-radius: 0 !important;
  border: none !important;
}

.wrapper {
  position: relative;
  display: flex;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  width: 500px;
  display: flex;
}

.marquee {
  animation: marquee 15s linear infinite;
}

.marquee2 {
  animation: marquee2 15s linear infinite;
  position: absolute;
  top: 0;
}

.wrapper ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.wrapper ul li {
  padding: 3px 24px;
  position: relative;
}

.wrapper ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #efefef;
  border-radius: 50%;
  top: 7px;
  left: 0px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.header-social-icon {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-social-icon .nav-item {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #c65904;
  text-align: center;
  line-height: 16px;
  margin-top: 8px;
  border-radius: 50%;
}
.header-social-icon .nav-item a {
  font-size: 12px;
}
.header-social-icon .nav-item:hover {
  background: #c65904;
}
.header-social-icon .nav-item:hover a {
  color: #fff !important;
}

.fixed-header .wrapper {
  display: none;
}

.was-validated .form-control:valid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

.was-validated .custom-select:valid,
.was-validated .custom-select:invalid {
  background-image: none !important;
}

/* For Bootstrap 5 select */
.was-validated .form-select:valid,
.was-validated .form-select:invalid {
  --bs-form-select-bg-icon: none !important;
}

.invalid-feedback {
  margin-top: 0;
  font-size: 0.8em;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  background-color: #c05300;
  border-color: #c05300;
  opacity: 0.7;
  color: #fff;
  cursor: no-drop;
}

/* Target the modal content */
#companyModal .modal-content {
  background: url("../images/modal-bg.webp") center center/cover no-repeat;
  color: #afaeae; /* optional – makes text readable */
  position: relative;
}

/* Optional: add a dark overlay for better contrast */
#companyModal .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8); /* adjust darkness */
  border-radius: 0.3rem;
  z-index: 1;
}

/* Bring modal text and form above overlay */
#companyModal .modal-header,
#companyModal .modal-body,
#companyModal .modal-footer {
  position: relative;
  z-index: 2;
}

#companyModal .form-control, #companyModal .form-select {
  background: transparent;
  color: #afaeae;
  border-color: #686868 !important;
}

#companyModal .form-control::-moz-placeholder, #companyModal .form-select::-moz-placeholder {
  color: #afaeae;
}

#companyModal .form-control::placeholder, #companyModal .form-select::placeholder {
  color: #afaeae;
}

#companyModal .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1; /* optional: makes sure it's fully visible */
}

#companyModal .modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid #686868;
}

#companyModal .modal-footer {
  border-top: var(--bs-modal-header-border-width) solid #686868;
}

#companyModal .form-select {
  /* Reset background image to default Bootstrap */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M1.5 5.5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  color: #9d9d9d; /* default text color */
  border-color: #686868; /* default border color */
}

.adv-text-service {
  width: 100%;
  padding: 65px 80px;
  background-color: #f6f6f6;
}

.adv-text-service_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}

.adv-image-child {
  position: absolute;
  right: 30px;
  top: 105px;
  z-index: 0;
}

.adv-text-service-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 14px;
  color: #000;
}

.adv-text-service-item {
  text-align: center;
}

.hws .adv-text-service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.hws .adv-text-service {
  width: 100%;
  padding: 0px 40px 60px;
  background-color: #fff;
}

.footer-social-icon {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-social-icon .nav-item {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
  border-radius: 50%;
}
.footer-social-icon .nav-item:hover {
  border: 1px solid #000;
}
.footer-social-icon .nav-item a {
  font-size: 12px;
  color: #fff !important;
}
.footer-social-icon .nav-item:hover {
  background: #000;
}
.footer-social-icon .nav-item:hover a {
  color: #fff !important;
}

.rectangular-card-wrapper .rectangular-card {
  background-color: #c65904;
  color: #fff;
  border-radius: 0;
  text-align: center;
  margin: 20px 20px 20px 20px;
  position: relative;
}
.rectangular-card-wrapper .rectangular-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}
.rectangular-card-wrapper .rectangular-card p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0L4.646 7.646a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  opacity: 0;
}

.border-radius-0 {
  border-radius: 0 !important;
}/*# sourceMappingURL=style.css.map */