/* @charset "UTF-8"; */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
:root {
  --Black: #000000;
  --White: #ffffff;
  --body-text: #6e7673;
  --Primary: #0d401c;
  --Secondary: #f8c32c;
  --Third: #8a9b8e;
  --Text: #6e7673;
  --Text-2: #072010;
  --Text-3: #eeeeee;
  --Text-4: #278d45;
  --Text-5: #222222;
  --Text-6: #ededed;
  --Text-7: #093416;
  --Bg: #235130;
  --Bg-1: rgb(13, 64, 28, 0.1);
  --Bg-2: rgb(4, 18, 8, 0.4);
  --Bg-3: rgb(13, 64, 28, 0.05);
  --Bg-4: #6c512f;
  --Bg-5: #3d6649;
  --Bg-6: #52320a;
  --Bg-7: rgb(13, 64, 28, 0.12);
  --Bg-8: #f3f0eb;
  --Bg-9: rgb(13, 64, 28, 0.13);
  --Bg-10: rgb(13, 64, 28, 0.05);
  --Bg-11: #1c6932;
  --Bg-12: rgba(255, 255, 255, 0.07);
  --Bg-13: rgb(13, 64, 28, 0.7);
  --Bg-14: rgb(4, 18, 8, 0.3);
  --Bg-15: rgb(255, 255, 255, 0.25);
  --Bg-16: #e9e0ce;
  --Bg-17: rgb(13, 64, 28, 0.07);
  --Border: rgb(13, 64, 28, 0.15);
  --Border-2: #6a5030;
  --Border-3: rgb(255, 255, 255, 0.2);
  --Border-4: #dbe3dd;
  --Border-5: rgba(255, 255, 255, 0.15);
  --Border-6: #e9e4df;
  --Border-7: rgba(255, 255, 255, 0.5);
  --Border-8: rgb(243, 240, 235, 0.25);
  --Border-9: rgb(4, 18, 8, 0.25);
  --Border-10: rgba(255, 255, 255, 0.3);
  --Border-11: #d1d6cc;
  --Border-12: rgb(13, 64, 28, 0.2);
  --Border-13: rgb(82, 50, 10, 0.23);
  --Border-14: #3b6345;
  --Border-15: rgb(13, 64, 28, 0.5);
  --Color-1: #d11b1b;
  --Color-2: #acd373;
  --Color-3: #f26522;
  --Color-4: #8560a8;
  --Color-5: #95bfa1;
  --Color-6: rgb(255, 255, 255, 0.4);
  --Color-7: #156b2f;
  --Color-8: #1cbbb4;
  --Color-9: #bd8cbf;
  --Color-10: #f26c4f;
  --Color-11: #ed1c24;
  --Color-12: #00aeef;
  --Color-13: #39b54a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--White);
  line-height: 1;
  padding: 0 !important;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--Secondary);
  border-radius: 6px;
}
body.no-scroll {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
  line-height: normal;
  font-size: 16px;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Work Sans", sans-serif !important;
  color: var(--Text-2);
  margin: 0;
  text-rendering: optimizeLegibility;
}

.h1 {
  font-size: 90px;
  line-height: 100px;
}

.h2 {
  font-size: 40px;
  line-height: 55px;
}

.h3 {
  font-size: 30px;
  line-height: 40px;
}

.h4 {
  font-size: 23px;
  line-height: 33px;
}

.h5 {
  font-size: 20px;
  line-height: 30px;
}

.h6 {
  font-size: 16px;
  line-height: 28px;
}

.font-intertight {
  font-family: "Inter Tight", sans-serif;
}

.font-farmhouse {
  font-family: "Farmhouse", sans-serif;
}

.font-sarabun {
  font-family: "Sarabun", sans-serif;
}

.font-nunito {
  font-family: "Nunito Sans", sans-serif;
}

.font-worksans {
  font-family: "Work Sans", sans-serif !important;
}

.font-snowfall {
  font-family: "GlitterySnowfall", sans-serif;
}

.text-upper {
  text-transform: uppercase;
}

.fw-7 {
  font-weight: 700;
}

.fw-6 {
  font-weight: 600;
}

.fw-5 {
  font-weight: 500;
}

.fs-45 {
  font-size: 45px;
}

.fs-35 {
  font-size: 35px;
}

.fs-30 {
  font-size: 30px;
}

.fs-24 {
  font-size: 24px;
}

.fs-23 {
  font-size: 23px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-21 {
  font-size: 21px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fw-5 {
  font-weight: 500;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--Text-2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--Bg);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.hover-text-primary:hover {
  color: var(--Primary) !important;
}
a.hover-text-secondary:hover {
  color: var(--Secondary) !important;
}
a.hover-text-4:hover {
  color: var(--Text-4) !important;
}
a.text-white {
  color: var(--White);
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1320px;
  max-width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.full {
  width: 100%;
}
.tf-container.w-1780 {
  width: 100%;
  max-width: 1810px;
}
.tf-container.w-1290 {
  width: 100%;
  max-width: 1320px;
}
.tf-container.w-1620 {
  width: 100%;
  max-width: 1650px;
}

/* Extra classes
-------------------------------------------------------------- */
#wrapper {
  width: 100vw;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.lt-sp-01 {
  letter-spacing: 0.1px;
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 2px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Border);
  border-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-auto::-webkit-scrollbar {
  width: 2px;
}
.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Border);
  border-radius: 999px;
}

.justify-center {
  justify-content: center;
}

.item-center {
  align-items: center;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.pt-0 {
  padding-top: 0px;
}

.text-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn số dòng là 4 */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
}

.text-left {
  text-align: left;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-topbar {
  background-color: var(--Primary);
  padding: 5px 0px;
}
.tf-topbar .topbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-topbar .topbar-inner .topbar-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
  background-color: var(--Bg);
  padding: 10px 20px;
  border-radius: 18px;
  flex: 0 1 auto;
  max-width: 100%;
  white-space: nowrap;
}
.tf-topbar .topbar-inner .topbar-left span {
  color: var(--White);
}
.tf-topbar .topbar-inner .topbar-left span:not(:last-child) {
  position: relative;
}
.tf-topbar .topbar-inner .topbar-left span:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border-radius: 50%;
  background-color: var(--Secondary);
}
.tf-topbar .topbar-inner .topbar-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 59px;
}
.tf-topbar .topbar-inner .topbar-right .contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-bottom: 0;
}
.tf-topbar .topbar-inner .topbar-right .contact-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.tf-topbar .topbar-inner .topbar-right .contact-list .item .icon {
  width: 30px;
  height: 30px;
  background-color: var(--Secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-topbar .topbar-inner .topbar-right .contact-list .item .icon i {
  color: var(--Primary);
  font-size: 13px;
}
.tf-topbar .topbar-inner .topbar-right .contact-list .item a {
  color: var(--White);
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.tf-topbar .topbar-inner .topbar-right .contact-list .item a:hover {
  color: var(--Third);
}
.tf-topbar .topbar-inner .topbar-right .social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Bg);
  border-radius: 18px;
  padding: 10px 29px 10px 24px;
  gap: 21px;
  margin-bottom: 0;
}
.tf-topbar .topbar-inner .topbar-right .social-list a {
  color: var(--Third);
}
.tf-topbar .topbar-inner .topbar-right .social-list a:hover {
  color: var(--White);
}
.tf-topbar .topbar-inner .topbar-right .social-list a .icon-instagram2 {
  font-size: 12px;
}
.tf-topbar.style-2 {
  background-color: transparent;
  padding: 0px;
}
.tf-topbar.style-2 .topbar-inner {
  border-bottom: 1px dashed var(--Bg-15);
  padding: 31px 0px 27px 0px;
}
.tf-topbar.style-2 .topbar-inner .topbar-left {
  background-color: unset;
  padding: 0px;
}
.tf-topbar.style-2 .topbar-inner .topbar-left .logo {
  max-width: 220px;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list {
  gap: 53px;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .item {
  gap: 21px;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .icon {
  width: 55px;
  height: 55px;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .icon i {
  font-size: 28px;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .infor .title {
  color: var(--White);
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.tf-topbar.style-2 .topbar-inner .topbar-right .contact-list .infor .text {
  color: var(--Text-3);
  font-family: "Nunito Sans", sans-serif;
}
.tf-topbar.style-2 .contact-list.mobile {
  display: none;
  width: 100%;
  justify-content: space-between;
}
.tf-topbar.style-2 .contact-list.mobile .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-topbar.style-2 .contact-list.mobile .item .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Secondary);
  border-radius: 50%;
}
.tf-topbar.style-2 .contact-list.mobile .item i {
  color: var(--Primary);
  font-size: 12px;
}
.tf-topbar.style-2 .contact-list.mobile .item p {
  color: var(--White);
  font-size: 14px;
}
.tf-topbar.style-3 {
  background-color: unset;
  padding: 0px;
}
.tf-topbar.style-3 .topbar-inner {
  padding: 21px 0px 20px;
  border-bottom: 1px solid var(--Bg-1);
}
.tf-topbar.style-3 .topbar-left {
  padding: 0px;
  background-color: unset;
  gap: 35px;
}
.tf-topbar.style-3 .topbar-left span {
  color: var(--Primary);
  font-size: 16px;
}
.tf-topbar.style-3 .topbar-left span:not(:last-child)::after {
  top: 40%;
  width: 7px;
  height: 7px;
}
.tf-topbar.style-3 .topbar-right {
  gap: 72px;
}
.tf-topbar.style-3 .topbar-right .contact-list {
  gap: 49px;
}
.tf-topbar.style-3 .topbar-right .contact-list .item a {
  font-size: 16px;
  color: var(--Text);
}
.tf-topbar.style-3 .icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding-right: 2px;
  margin-right: 27px;
  position: relative;
}
.tf-topbar.style-3 .icon-wrap::after {
  content: "";
  position: absolute;
  height: 33px;
  width: 1px;
  background-color: var(--Bg-9);
  right: 50%;
  top: 0;
}
.tf-topbar.style-3 .icon-wrap .icon:not(:last-child) {
  position: relative;
}
.tf-topbar.style-3 .icon-wrap .icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Primary);
}
.tf-topbar.style-3 .icon-wrap .icon i.fs-25 {
  font-size: 25px;
}
.tf-topbar.style-3 .icon-wrap .icon:hover i {
  color: var(--Secondary);
}
.tf-topbar.style-3 .icon-wrap .icon.wg-bag {
  position: relative;
}
.tf-topbar.style-3 .icon-wrap .icon.wg-bag i {
  font-size: 24px;
}
.tf-topbar.style-3 .icon-wrap .icon.wg-bag::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "3";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--Secondary);
  color: var(--Text-5);
  font-weight: 600;
  font-size: 14px;
  top: -14px;
  right: -30px;
}

/* Navbar */
#navbar-container {
  background-image: url("/images/brown-bottom.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-welcome {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.box-welcome .tf-overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.box-welcome.active {
  visibility: visible;
  opacity: 1;
}
.box-welcome.active .welcome-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}

.welcome-wrap {
  position: fixed;
  right: 90px;
  top: 220px;
  width: 447px;
  background-color: var(--Bg-11);
  z-index: 100;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
}
.welcome-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0px;
  top: 0px;
  background: linear-gradient(to top, #0d401c, #1c6932);
  z-index: 51;
}
.welcome-wrap .content {
  position: relative;
  z-index: 52;
  right: 0px;
  top: 0px;
  padding: 55px 35px;
}
.welcome-wrap .content .btn-close-welcome {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 22px;
  right: 23px;
  cursor: pointer;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}
.welcome-wrap .content .btn-close-welcome i {
  color: var(--White);
}
.welcome-wrap .content .btn-close-welcome:hover {
  background-color: var(--Secondary);
}
.welcome-wrap .content .title {
  color: var(--Secondary);
}
.welcome-wrap .content .text {
  color: var(--Text-3);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.welcome-wrap .content .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--Border-5);
}
.welcome-wrap .content .infor-list {
  margin-bottom: 20px;
}
.welcome-wrap .content .infor-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.welcome-wrap .content .infor-list .item:not(:last-child) {
  margin-bottom: 15px;
}
.welcome-wrap .content .infor-list .item i {
  color: var(--Secondary);
}
.welcome-wrap .content .infor-list .item p {
  font-family: "Nunito Sans", sans-serif;
  color: var(--White);
}
.welcome-wrap .content .wg-social .list {
  justify-content: flex-start;
}

.header-wrap {
  width: 100%;
  z-index: 3;
  top: 48px;
  padding: 0px 30px;
}

.bg-page {
  top: 0;
  width: 100%;
}
.bg-page img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 824px;
}

.tf-topbar-shop {
  background-color: var(--Primary);
  position: relative;
  z-index: 201;
  padding: 7px 0px 12px;
}
.tf-topbar-shop .s-img-item {
  position: absolute;
  width: 100%;
}
.tf-topbar-shop .s-img-item img {
  width: 100%;
}
.tf-topbar-shop .s-img-item.item-1 {
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.tf-topbar-shop .s-img-item.item-1 img {
  width: 100%;
  height: 10px;
  object-fit: cover;
  object-position: top;
}
.tf-topbar-shop .topbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.tf-topbar-shop .topbar-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 14px;
}
.tf-topbar-shop .topbar-left .icon {
  width: 38px;
  height: 38px;
  background-color: var(--Border-5);
  transform: rotate(-15deg);
}
.tf-topbar-shop .topbar-left .icon i {
  animation: tf-ani-tada 2s infinite;
  color: var(--Secondary);
}
.tf-topbar-shop .topbar-left p {
  letter-spacing: 0.1px;
  color: var(--White);
}
.tf-topbar-shop .topbar-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tf-topbar-shop .topbar-right ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 14px;
}
.tf-topbar-shop .topbar-right ul li:not(:last-child) {
  padding-right: 50px;
  position: relative;
}
.tf-topbar-shop .topbar-right ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  right: 25px;
  top: -3px;
  background-color: var(--Border-5);
}
.tf-topbar-shop .topbar-right ul li .icon i {
  color: var(--Secondary);
}
.tf-topbar-shop .topbar-right ul li a {
  color: var(--White);
  font-size: 16px;
  line-height: 26px;
}
.tf-topbar-shop::after {
  content: "";
  background-image: -moz-linear-gradient(
    -92deg,
    rgb(28, 105, 50) 0%,
    rgb(21, 85, 39) 38%,
    rgb(13, 64, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    -92deg,
    rgb(28, 105, 50) 0%,
    rgb(21, 85, 39) 38%,
    rgb(13, 64, 28) 100%
  );
  background-image: -ms-linear-gradient(
    -92deg,
    rgb(28, 105, 50) 0%,
    rgb(21, 85, 39) 38%,
    rgb(13, 64, 28) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tf-header-shop {
  padding-top: 25px;
  position: relative;
  z-index: 200;
}
.tf-header-shop .s-img-item {
  position: absolute;
  width: 100%;
  width: 100%;
}
.tf-header-shop .s-img-item img {
  height: 10px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.tf-header-shop .s-img-item.item-1 {
  bottom: -10px;
  left: 0;
}
.tf-header-shop .icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 84px;
}
.tf-header-shop .icon-wrap .icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--Border-12);
}
.tf-header-shop .icon-wrap .icon i {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-header-shop .icon-wrap .icon:hover {
  background-color: var(--Primary);
}
.tf-header-shop .icon-wrap .icon:hover i {
  color: var(--White);
}
.tf-header-shop .icon-wrap .icon.wg-bag {
  position: relative;
  margin-right: 7px;
}
.tf-header-shop .icon-wrap .icon.wg-bag i {
  font-size: 24px;
}
.tf-header-shop .icon-wrap .icon.wg-bag::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "3";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--Secondary);
  color: var(--Text-5);
  font-weight: 600;
  font-size: 14px;
  top: -9px;
  right: -7px;
}
.tf-header-shop .wg-category {
  font-size: 18px;
  font-weight: 600;
  color: var(--Text-2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.tf-header-shop .wg-category i {
  color: var(--Text-4);
}
.tf-header-shop .header-topbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--Border);
  padding-bottom: 22px;
}
.tf-header-shop .header-topbar .logo-site img {
  max-width: 209px;
  width: 100%;
}
.tf-header-shop .header-topbar .search-product {
  width: 100%;
  flex-shrink: 0;
  max-width: 467px;
}
.tf-header-shop .header-topbar .header-search {
  display: none;
}
.tf-header-shop .header-topbar .wg-category {
  display: none;
}
.tf-header-shop .header-topbar .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.tf-header-shop .header-topbar .header-right .call-us {
  margin-left: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
}
.tf-header-shop .header-topbar .header-right .call-us .content p {
  font-size: 23px;
  line-height: 35px;
  color: var(--Text-4);
}
.tf-header-shop .header-topbar .header-right .call-us .content a {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: var(--Text-2);
}
.tf-header-shop .your-cart {
  margin-left: 23px;
}
.tf-header-shop .your-cart .total {
  color: var(--Text-2);
}
.tf-header-shop .form-search input {
  background-color: var(--Bg-17);
  padding: 12px 15px 9px 25px;
}
.tf-header-shop .form-search input::placeholder {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.tf-header-shop .form-search .btn-search {
  background-color: transparent;
  right: 10px;
}
.tf-header-shop .form-search .btn-search i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Text-2);
  font-size: 16px;
}
.tf-header-shop .form-search .btn-search:hover i {
  color: var(--Secondary);
}
.tf-header-shop .header-inner .main-nav .item > a {
  line-height: 81px;
  font-size: 16px;
}
.tf-header-shop .header-inner .header-right {
  padding: unset;
}

/*------------ Hero Section ---------------- */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--Primary) 0%,
    var(--Bg) 50%,
    var(--Primary) 100%
  );
  opacity: 0.5;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.hero-text {
  color: var(--White);
}

.hero-subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--Secondary);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--White);
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 25px;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--Text-3);
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 40px;
  max-width: 600px;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* Ensure first slide loads properly */
.hero-swiper .swiper-slide:first-child .fade-item-1,
.hero-swiper .swiper-slide:first-child .fade-item-2,
.hero-swiper .swiper-slide:first-child .fade-item-3,
.hero-swiper .swiper-slide:first-child .fade-item-4 {
  animation: heroFadeIn 0.4s ease forwards;
}

.hero-swiper .swiper-slide:first-child .fade-item-1 {
  animation-delay: 0.2s;
}

.hero-swiper .swiper-slide:first-child .fade-item-2 {
  animation-delay: 0.3s;
}

.hero-swiper .swiper-slide:first-child .fade-item-3 {
  animation-delay: 0.4s;
}

.hero-swiper .swiper-slide:first-child .fade-item-4 {
  animation-delay: 0.5s;
}

@keyframes heroFadeIn {
  from {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

/* Animation classes for active slide */
.swiper-slide-active .fade-item-1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

.swiper-slide-active .fade-item-2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.swiper-slide-active .fade-item-3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.swiper-slide-active .fade-item-4 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

/* Hero Navigation */
.hero-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
  pointer-events: none;
}

.hero-button-prev,
.hero-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--Secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  border: 2px solid transparent;
}

.hero-button-prev:hover,
.hero-button-next:hover {
  background-color: var(--Primary);
  border-color: var(--Secondary);
  transform: scale(1.1);
}

.hero-button-prev i,
.hero-button-next i {
  font-size: 20px;
  color: var(--Primary);
  transition: all 0.3s ease;
}

.hero-button-prev:hover i,
.hero-button-next:hover i {
  color: var(--Secondary);
}

.hero-button-prev {
  left: 50px;
}

.hero-button-next {
  right: 50px;
}

/* Hero Pagination */
.hero-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  background-color: var(--Secondary);
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-button-prev {
    left: 30px;
  }

  .hero-button-next {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .hero-swiper {
    height: 80vh;
    min-height: 500px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .hero-button-prev,
  .hero-button-next {
    width: 50px;
    height: 50px;
  }

  .hero-button-prev {
    left: 20px;
  }

  .hero-button-next {
    right: 20px;
  }

  .hero-button-prev i,
  .hero-button-next i {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-content {
    padding: 80px 0;
  }

  .hero-buttons .tf-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Additional button styles for hero section */
.primary-btn {
  padding: 10px 15px;
  border-radius: 20px;
  background-color: var(--Primary) !important;
  border-color: var(--Primary) !important;
  color: var(--White) !important;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background-color: var(--Secondary) !important;
  border-color: var(--Secondary) !important;
  color: var(--Primary) !important;
}

.primary-btn .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--Secondary);
  color: var(--Primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-blink {
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0.7;
  }
}

/*------------ Feature Section ---------------- */
.feature-section {
  background-color: var(--Secondary);
  position: relative;
}

.feature-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--White);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--Primary);
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

.feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--Text);
  font-family: "Nunito Sans", sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(13, 64, 28, 0.1);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(13, 64, 28, 0.2);
}

.feature-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-image img {
  transform: scale(1.05);
}

.feature-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  transition: all 0.4s ease;
}

.badge-content {
  background: var(--White);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.feature-card:hover .badge-content {
  border-color: var(--Secondary);
  transform: translateY(-10px);
}

.badge-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--Primary);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.badge-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-top: 0;
}

.feature-card:hover .badge-description {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}

.badge-description p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--Text);
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 15px;
}

.badge-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-tag {
  display: inline-block;
  background: var(--Bg-1);
  color: var(--Primary);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s ease;
}

.feature-tag:hover {
  background: var(--Secondary);
  color: var(--Primary);
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-title {
    font-size: 2rem;
  }

  .feature-card {
    height: 300px;
    margin-bottom: 20px;
  }

  .feature-badge {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .badge-content {
    padding: 15px;
  }

  .badge-title {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .feature-card {
    height: 280px;
  }

  .feature-title {
    font-size: 1.8rem;
  }

  .badge-features {
    gap: 5px;
  }

  .feature-tag {
    font-size: 11px;
    padding: 3px 10px;
  }
}

/* About Section */
.about-section {
  background-color: var(--Bg-16);
}

.about-subtitle {
  color: var(--Text-4);
}

.about-title {
  color: var(--Text-7) !important;
}

.about-button {
  width: fit-content;
}

.about-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--Text);
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 15px;
}

.about-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
}

.about-img:hover img {
  transform: scale(1.05);
}

.about-contact {
  background-color: var(--Secondary);
  border-radius: 20px;
  padding: 20px;
}

.about-contact-wrapper {
  border: 1px dashed white;
  border-radius: 20px;
  padding: 20px;
}

.about-contact-wrapper h5 {
  color: var(--Bg-11);
}

.about-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-form input {
  background-color: transparent;
  padding: 12px !important;
}

.about-form input::placeholder {
  font-weight: 600;
  font-size: 1.5rem;
}

.about-form input:focus {
  background-color: transparent;
}

.about-contact-info {
  background-color: var(--Primary);
  border-radius: 20px;
  padding: 20px;
}

.about-info-wrapper {
  border: 1px dashed white;
  border-radius: 20px;
  padding: 20px;
}

.about-info-wrapper i {
  color: var(--Secondary);
}

/*------------ Who We Are Section ---------------- */
.who-we-are-section {
  background: linear-gradient(135deg, var(--Bg-8) 0%, var(--White) 100%);
  position: relative;
  overflow: hidden;
}

.who-we-are-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23f8c32c" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.who-we-are-section .tf-container {
  position: relative;
  z-index: 2;
}

/* Image Section */
.who-we-are-image {
  position: relative;
}

.image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 64, 28, 0.15);
  transition: all 0.4s ease;
}

.image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(13, 64, 28, 0.25);
}

.main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
}

.image-wrapper:hover .main-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(13, 64, 28, 0.9) 0%,
    transparent 100%
  );
  padding: 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.image-wrapper:hover .image-overlay {
  transform: translateY(0);
  opacity: 1;
}

.stats-card {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.stat-item {
  text-align: center;
  color: var(--White);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--Secondary);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--White);
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--Secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(248, 195, 44, 0.3);
  animation: float 3s ease-in-out infinite;
}

.floating-icon i {
  font-size: 24px;
  color: var(--Primary);
}

.floating-icon-1 {
  top: 20%;
  right: -30px;
  animation-delay: 0s;
}

.floating-icon-2 {
  top: 60%;
  left: -30px;
  animation-delay: 1s;
}

.floating-icon-3 {
  top: 40%;
  right: 10%;
  animation-delay: 2s;
  opacity: 0.7;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Content Section */
.who-we-are-content {
  padding: 20px 0;
}

.section-header {
  margin-bottom: 30px;
}

.section-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--Secondary);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--Secondary);
  border-radius: 2px;
}

.section-subtitle2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--White);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.section-subtitle2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--White);
  border-radius: 2px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--Primary);
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}

.content-description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--Text);
  font-family: "Nunito Sans", sans-serif;
  /* margin-bottom: 40px; */
}

/* Key Points */
.key-points {
  margin-bottom: 40px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background: var(--White);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(13, 64, 28, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.point-item:hover {
  transform: translateX(10px);
  border-left-color: var(--Secondary);
  box-shadow: 0 10px 30px rgba(13, 64, 28, 0.15);
}

.point-icon {
  width: 50px;
  height: 50px;
  background: var(--Bg-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.point-item:hover .point-icon {
  background: var(--Secondary);
  transform: scale(1.1);
}

.point-icon i {
  font-size: 20px;
  color: var(--Primary);
  transition: all 0.3s ease;
}

.point-item:hover .point-icon i {
  color: var(--Primary);
}

.point-content {
  flex: 1;
}

.point-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--Primary);
  font-family: "Work Sans", sans-serif;
  margin-bottom: 8px;
}

.point-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--Text);
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
}

/* CTA Section */
.cta-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--Bg-1);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: var(--Primary);
  transform: translateY(-2px);
}

.contact-item i {
  font-size: 16px;
  color: var(--Primary);
  transition: all 0.3s ease;
}

.contact-item:hover i {
  color: var(--Secondary);
}

.contact-item span {
  font-size: 14px;
  font-weight: 600;
  color: var(--Primary);
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s ease;
}

.contact-item:hover span {
  color: var(--White);
}

/* Floating Icon */
.call {
    position: fixed;
    left: 10px;
    top: 80%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0d401c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.call:hover {
    transform: scale(1.2);
}

.whatsapp {
    position: fixed;
    right: 10px;
    top: 80%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8c32c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.whatsapp:hover {
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }

  .main-image {
    height: 400px;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
  }

  .floating-icon i {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }

  .main-image {
    height: 350px;
  }

  .point-item {
    padding: 15px;
  }

  .point-icon {
    width: 40px;
    height: 40px;
  }

  .point-icon i {
    font-size: 16px;
  }

  .cta-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .floating-icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }

  .main-image {
    height: 300px;
  }

  .stats-card {
    gap: 20px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .point-item {
    gap: 15px;
  }
}

/* Footer */
footer {
  background-color: var(--Primary);
}
