@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.g-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  overflow: hidden;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  background: rgba(227, 178, 89, 0.14);
  color: #deaf5b;
  border: 1px solid #deaf5b;
  text-transform: uppercase;
  font-family: "Aboreto";
  border-radius: 1px;
}
.g-btn span {
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
}
.g-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 179, 89, 0.315);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s ease, background 0.7s ease;
  z-index: 1;
}
.g-btn:hover::before {
  transform: scale(1);
  background-color: #deaf5b;
}
.g-btn:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgba(227, 178, 89, 0.14);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.3rem);
  font-weight: 300;
  font-family: "Aboreto";
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.common-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  background: #deaf5b;
  color: #000;
  text-transform: uppercase;
  font-family: "Aboreto";
  border-radius: 1px;
}
.common-btn span {
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
}
.common-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 179, 89, 0.315);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s ease, background 0.7s ease;
  z-index: 1;
}
.common-btn:hover::before {
  transform: scale(1);
  background-color: rgba(227, 179, 89, 0.315);
  border: 1px solid #deaf5b;
}
.common-btn:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgba(227, 178, 89, 0.14);
  border: 1px solid #deaf5b;
}

.common-btn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background: rgba(164, 164, 164, 0.1);
  color: #fff;
  border: 1px solid rgba(164, 164, 164, 0.1);
  text-transform: uppercase;
  font-family: "Aboreto";
  border-radius: 1px;
}
.common-btn2 span {
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
  font-size: 14px;
  font-weight: 200 !important;
}
.common-btn2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 179, 89, 0.315);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s ease, background 0.7s ease;
  z-index: 1;
}
.common-btn2:hover::before {
  transform: scale(1);
  background-color: #deaf5b;
}
.common-btn2:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgba(227, 178, 89, 0.14);
}

.common-btn3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  background: #00342e;
  color: #fff;
  text-transform: uppercase;
  font-family: "Aboreto";
  border-radius: 1px;
}
.common-btn3 span {
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
}
.common-btn3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 179, 89, 0.315);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s ease, background 0.7s ease;
  z-index: 1;
}
.common-btn3:hover::before {
  transform: scale(1);
  background-color: #deaf5b;
}
.common-btn3:hover {
  color: #000 !important;
  text-decoration: none;
  background: rgba(227, 178, 89, 0.14);
}

a i {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 900 !important;
}

p {
  letter-spacing: 0.7px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}

small p {
  color: #deaf5b !important;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  small p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  small p {
    font-size: 14px;
    margin-bottom: 4px !important;
  }
}
small {
  font-weight: 500;
  position: relative;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
small::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-75%);
  width: 28px;
  height: 28px;
  background: url("../img/icons/chakra.svg") center/contain no-repeat;
}
@media (max-width: 575px) {
  small::after {
    width: 28px;
    height: 28px;
    right: -35px;
  }
}

small.second p {
  color: #00302b !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  small.second p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  small.second p {
    font-size: 14px;
  }
}
small.second {
  font-weight: 500;
  position: relative;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-style: italic;
}
small.second::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-75%);
  width: 25px;
  height: 25px;
  background: url("../img/icons/chakra2.svg") center/contain no-repeat;
}
@media (max-width: 575px) {
  small.second::after {
    width: 28px;
    height: 28px;
    right: -35px;
  }
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #858585;
  transition: 0.3s;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.8;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 1;
}
.breadcrumb .breadcrumb-item {
  /* 🔥 Slash separator */
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    width: 100%;
  }
  .navigation {
    width: 20%;
    top: 95%;
  }
}
@media (min-width: 576px) {
  .section-title {
    width: 100%;
    text-align: center;
  }
  .navigation {
    width: 30%;
    top: 95%;
  }
}
@media (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
}
body {
  overflow: hidden;
}

.top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-navigation .navbar {
  padding: 1rem 3rem;
  background-color: #00342e !important;
}
@media (max-width: 991px) {
  .top-navigation .navbar {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .top-navigation .navbar {
    padding: 1rem;
  }
}
.top-navigation .navbar-brand img {
  width: 12rem;
}
@media (max-width: 576px) {
  .top-navigation .navbar-brand img {
    width: 10rem;
  }
}
.top-navigation .navbar-nav {
  gap: 3rem;
}
@media (max-width: 1199px) {
  .top-navigation .navbar-nav {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .top-navigation .navbar-nav {
    gap: 0;
    padding-top: 1rem;
  }
}
.top-navigation .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8784313725);
  font-size: 14px;
  font-family: "Aboreto", system-ui;
  font-weight: 200;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 0;
}
@media (max-width: 991px) {
  .top-navigation .navbar-nav .nav-link {
    padding: 0.75rem 0;
  }
}
.top-navigation .navbar-nav .nav-link:hover, .top-navigation .navbar-nav .nav-link.active {
  color: #deaf5b !important;
}
@media (max-width: 991px) {
  .top-navigation .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
  }
}
.top-navigation .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}
.top-navigation .navbar-toggler {
  border: 0;
  box-shadow: none;
}
.top-navigation .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .top-navigation .navbar-toggler {
    padding: 0;
  }
}

.top-navigation.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}
.top-navigation.home-header .navbar,
.top-navigation.home-header .main-nav {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.top-navigation.light-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.top-navigation.light-header .navbar {
  background: rgba(0, 55, 49, 0.3) !important;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-section img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 979px) {
  .hero-section img {
    width: 100%;
    height: 110vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 579px) {
  .hero-section img {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 399px) {
  .hero-section img {
    width: 100%;
    height: 110vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-section .section-title {
  color: #f5ebd8;
  text-transform: none;
  text-align: start;
  font-size: clamp(2rem, 3.5vw + 0.8rem, 4rem);
  line-height: clamp(2.4rem, 2.3vw + 1.2rem, 4rem);
  letter-spacing: 1.5px;
}
.hero-section p {
  color: rgba(255, 255, 255, 0.5882352941);
  font-family: "Manrope", sans-serif;
  letter-spacing: 1px;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  line-height: 1.275;
  font-weight: 300;
}
.hero-section .hero-para {
  max-width: 36rem;
}
.hero-section span {
  color: #deaf5b;
  font-family: "Hurricane";
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
}
.hero-section .hero-content .hero-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  background: #deaf5b;
  color: #000;
  border: 1px solid rgba(164, 164, 164, 0.1);
  text-transform: uppercase;
  font-family: "Aboreto";
  border-radius: 1px;
}
.hero-section .hero-content .hero-btn span {
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
}
.hero-section .hero-content .hero-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 179, 89, 0.315);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s ease, background 0.7s ease;
  z-index: 1;
}
@media (max-width: 1580px) {
  .hero-section .hero-content {
    top: 50%;
    height: 60% !important;
  }
}
@media (max-width: 1380px) {
  .hero-section .hero-content {
    top: 50%;
    height: 70% !important;
  }
}
@media (max-width: 1280px) {
  .hero-section .hero-content {
    top: 50%;
    height: 70% !important;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content {
    top: -15% !important;
    height: 90% !important;
  }
}
@media (max-width: 579px) {
  .hero-section .hero-content {
    top: -15% !important;
    height: 100% !important;
  }
}
.hero-section .hero-card-wrapper {
  bottom: 100px;
}
@media (max-width: 1199px) {
  .hero-section .hero-card-wrapper {
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-card-wrapper {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-card-wrapper {
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-card-wrapper {
    bottom: 10px;
  }
}
.hero-section .hero-card-wrapper .hero-card {
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6.7px);
  -webkit-backdrop-filter: blur(15px);
  padding: 80px 50px 80px 50px;
}
@media (max-width: 1490px) {
  .hero-section .hero-card-wrapper .hero-card {
    padding: 50px 30px 50px 30px !important;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-card-wrapper .hero-card {
    padding: 60px 40px 60px 40px !important;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-card-wrapper .hero-card {
    padding: 45px 25px 45px 25px !important;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-card-wrapper .hero-card {
    padding: 15px 10px 15px 10px !important;
  }
}
.hero-section .hero-card-wrapper .hero-card__title p {
  color: #deaf5b;
  font-size: 22px;
  letter-spacing: 0.1rem;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  .hero-section .hero-card-wrapper .hero-card__title p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-card-wrapper .hero-card__title p {
    font-size: 14px;
    margin-bottom: 4px !important;
  }
}
.hero-section .hero-card-wrapper .hero-card__title {
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.hero-section .hero-card-wrapper .hero-card__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-75%);
  width: 32px;
  height: 32px;
  background: url("../img/icons/chakra.svg") center/contain no-repeat;
}
@media (max-width: 575px) {
  .hero-section .hero-card-wrapper .hero-card__title::after {
    width: 28px;
    height: 28px;
    right: -35px;
    top: 75%;
  }
}
.hero-section .hero-card-wrapper .hero-card .text-fill {
  font-size: 22px;
  line-height: 1.999;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 100;
  text-align: justify;
  font-family: "Aboreto", system-ui;
}
@media (max-width: 1380px) {
  .hero-section .hero-card-wrapper .hero-card .text-fill {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-card-wrapper .hero-card .text-fill {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-card-wrapper .hero-card .text-fill {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.hero-section .hero-card-wrapper .hero-card .text-fill .text-fill {
  color: rgba(255, 255, 255, 0.49);
  font-family: "Aboreto", system-ui;
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.25) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.journey-section {
  position: relative;
  height: 100vh;
  background: #00342e;
}
.journey-section .journey-left {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.journey-section .chakra-bg {
  position: absolute;
  width: 450px;
  height: 450px;
  left: 35%;
  top: 42%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  z-index: 1;
}
.journey-section .wood-stack {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: 420px;
  margin: 0 auto;
  z-index: 2;
}
.journey-section .wood {
  position: absolute;
  width: 320px;
  left: 30%;
  top: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: all 0.8s ease;
  transform-origin: center center;
}
.journey-section .wood-1.active {
  opacity: 1;
  transform: translate(-60%, -2%) rotate(-7deg);
  z-index: 1;
}
.journey-section .wood-2.active {
  opacity: 1;
  transform: translate(-45%, -40%) rotate(-10deg);
  z-index: 2;
}
.journey-section .wood-3.active {
  opacity: 1;
  transform: translate(-30%, -60%) rotate(-2deg);
  z-index: 3;
}
.journey-section .wood-4.active {
  opacity: 1;
  transform: translate(-15%, -80%) rotate(8deg);
  z-index: 4;
}
.journey-section .journey-count {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.journey-section .journey-count span {
  font-size: 60px;
  line-height: 1;
  color: #deaf5b;
  font-weight: 300;
  display: block;
  font-family: "Aboreto", system-ui;
}
.journey-section .journey-count p {
  color: rgba(255, 255, 255, 0.8784313725);
  font-size: 22px;
  margin-top: 10px;
  font-weight: 300;
}
.journey-section .journey-content {
  color: #fff;
}
.journey-section #year {
  font-size: clamp(80px, 10vw, 150px);
  line-height: 1;
  color: #deaf5b;
  margin: 6px 0 0 6px;
  font-weight: 400;
  font-family: "Aboreto", system-ui;
}
.journey-section #title {
  font-size: 38px;
  font-family: "Aboreto", system-ui;
}
.journey-section #title .title_2 {
  color: #deaf5b;
  font-family: "Aboreto", system-ui;
}
.journey-section #description {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.5882352941);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (max-width: 1400px) {
  .journey-section .chakra-bg {
    width: 400px;
    height: 400px;
  }
  .journey-section .wood {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .journey-section .chakra-bg {
    width: 340px;
    height: 340px;
    left: 38%;
  }
  .journey-section .wood {
    width: 260px;
    left: 35%;
  }
  .journey-section #year {
    font-size: 100px;
  }
  .journey-section #title {
    font-size: 32px;
  }
  .journey-section .journey-count span {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .journey-section {
    height: auto;
    padding: 80px 0;
  }
  .journey-section .journey-left {
    height: auto;
    min-height: 500px;
    margin-bottom: 50px;
  }
  .journey-section .chakra-bg {
    width: 400px;
    height: 400px;
    left: 50%;
    top: 40%;
  }
  .journey-section .wood-stack {
    height: 320px;
  }
  .journey-section .wood {
    width: 320px;
    left: 50%;
  }
  .journey-section .journey-count {
    text-align: center;
  }
  .journey-section .journey-count span {
    font-size: 60px;
  }
  .journey-section .journey-count p {
    font-size: 18px;
  }
  .journey-section #year {
    font-size: 80px;
  }
  .journey-section #title {
    font-size: 30px;
  }
  .journey-section #description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .journey-section {
    padding: 60px 0;
  }
  .journey-section .journey-left {
    min-height: 400px;
    margin-bottom: 30px;
  }
  .journey-section .chakra-bg {
    width: 320px;
    height: 320px;
    left: 50%;
    top: 42%;
  }
  .journey-section .wood-stack {
    height: 250px;
  }
  .journey-section .wood {
    width: 200px;
    left: 50%;
  }
  .journey-section .wood-1.active {
    transform: translate(-60%, -20%) rotate(-18deg);
  }
  .journey-section .wood-2.active {
    transform: translate(-45%, -35%) rotate(-10deg);
  }
  .journey-section .wood-3.active {
    transform: translate(-30%, -50%) rotate(-2deg);
  }
  .journey-section .wood-4.active {
    transform: translate(-15%, -65%) rotate(8deg);
  }
  .journey-section .journey-count {
    margin-top: 0;
    text-align: center;
  }
  .journey-section .journey-count span {
    font-size: 50px;
  }
  .journey-section .journey-count p {
    font-size: 16px;
  }
  .journey-section #year {
    font-size: 60px;
    margin-left: 0;
  }
  .journey-section #title {
    font-size: 24px;
    line-height: 1.3;
  }
  .journey-section #description {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .journey-section .chakra-bg {
    width: 220px;
    height: 220px;
  }
  .journey-section .wood {
    width: 190px;
  }
  .journey-section .journey-content {
    padding-bottom: 30px;
  }
  .journey-section .journey-count span {
    font-size: 42px;
  }
  .journey-section #year {
    font-size: 48px;
  }
  .journey-section #title {
    font-size: 20px;
  }
  .journey-section #description {
    font-size: 13px;
  }
}
.marquee {
  background: #000;
  overflow: hidden;
  margin: 0;
}
.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.marquee .dot {
  color: rgba(255, 255, 255, 0.8784313725);
  margin-right: 6px;
}
.marquee .swiper-slide {
  width: auto !important;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.133rem;
  font-family: "Aboreto", system-ui;
  color: rgba(255, 255, 255, 0.5882352941);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.why-choose {
  position: relative;
  overflow: hidden;
}
.why-choose img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose .section-title {
  color: rgba(255, 255, 255, 0.8784313725);
  font-weight: 300;
}

.feature-card {
  position: relative;
  padding: 1.5625rem 1rem 1.5625rem 1.25rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.56);
  box-shadow: 0 4px 46.6px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  overflow: hidden;
  height: 11rem;
}
.feature-card__icon {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.459);
  border: 1px solid rgba(133, 133, 133, 0.56);
}
.feature-card__icon img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-card .title {
  font-family: "Aboreto", system-ui;
  color: rgba(255, 255, 255, 0.8784313725);
  font-size: 20px;
}
.feature-card .text {
  color: rgba(255, 255, 255, 0.5882352941);
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  font-weight: 300;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 193, 7, 0.6);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.8), transparent 80%);
  opacity: 0;
  transition: 0.4s ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 1500px) {
  .why-choose .cards-section {
    width: 85% !important;
  }
  .why-choose .section-title {
    font-size: clamp(2rem, 3vw, 3.5rem);
  }
  .why-choose .feature-card {
    padding: 20px;
    height: 9rem;
  }
  .why-choose .feature-card .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 1300px) {
  .why-choose .section-title {
    font-size: clamp(1.8rem, 3vw, 3rem);
  }
  .why-choose .feature-card {
    padding: 20px;
    height: 9rem;
  }
  .why-choose .feature-card .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 1100px) {
  .why-choose .cards-section {
    width: 95% !important;
  }
  .why-choose .section-title {
    font-size: clamp(1.4rem, 3vw, 3rem);
  }
  .why-choose .feature-card {
    padding: 16px;
  }
  .why-choose .feature-card .title {
    font-size: 0.9rem;
  }
  .why-choose .feature-card .text {
    font-size: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .why-choose img {
    min-height: 50rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-choose .section-title {
    text-align: center;
    font-size: 2rem;
  }
  .why-choose .cards-section {
    width: 100% !important;
  }
  .why-choose .feature-card {
    padding: 13px;
    height: 10rem;
  }
  .why-choose .feature-card .title {
    font-size: 1rem;
  }
  .why-choose .feature-card__icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
  .why-choose .feature-card__icon img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .why-choose .feature-card .text {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .why-choose img {
    min-height: 50rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-choose .section-title {
    text-align: center;
    font-size: 2rem;
  }
  .why-choose .cards-section {
    width: 100% !important;
  }
  .why-choose .feature-card {
    padding: 18px;
    height: 8rem;
  }
  .why-choose .feature-card .title {
    font-size: 1rem;
  }
  .why-choose .feature-card__icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
  .why-choose .feature-card__icon img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .why-choose .feature-card .text {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .why-choose img {
    min-height: 72.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-choose .section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .why-choose .feature-card {
    padding: 16px;
    height: 7rem;
  }
  .why-choose .feature-card__icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
  .why-choose .feature-card__icon img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .why-choose .feature-card .title {
    font-size: 1rem;
  }
  .why-choose .feature-card .text {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .why-choose .section-title {
    font-size: 1.6rem;
  }
  .why-choose .feature-card {
    padding: 15px;
    border-radius: 12px;
    height: 7rem;
  }
  .why-choose .feature-card__icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
  .why-choose .feature-card__icon img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.gallery-section {
  overflow: hidden;
}
.gallery-section .gallerySwiper {
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.gallery-section .swiper-slide.sm {
  width: 16rem !important;
}
.gallery-section .swiper-slide.md {
  width: 20rem !important;
}
.gallery-section .swiper-slide.lg {
  width: 23rem !important;
}
.gallery-section .swiper-slide {
  height: 11.25rem;
}
.gallery-section .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .gallery-section .section-title {
    font-size: 22px;
  }
}
@media (max-width: 1290px) {
  .gallery-section .section-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    width: 9.375rem !important;
    height: 6.875rem;
  }
  .gallery-section .section-title {
    font-size: 14px;
  }
}

.partner {
  position: relative;
  overflow: hidden;
}
.partner .partner-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner .partner-content {
  z-index: 2;
}
.partner .section-title {
  font-size: clamp(2rem, 2.3vw + 1rem, 3.2rem);
  line-height: 1.2;
  max-width: 43.75rem;
}
.partner p {
  max-width: 35.25rem;
  font-size: clamp(0.9rem, 1vw + 0.5rem, 1rem);
  line-height: 1.3;
  font-weight: 300;
}
.partner .wood-img {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  display: block;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@media (max-width: 991px) {
  .partner {
    min-height: auto;
  }
  .partner .partner-content {
    padding: 2rem 0;
  }
  .partner .section-title,
  .partner p {
    max-width: 100%;
  }
  .partner .wood-img {
    max-width: 200px;
    margin-top: 2rem;
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .partner .partner-img {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .partner .partner-content {
    text-align: center;
  }
  .partner .section-title {
    font-size: 2rem;
    line-height: 1.1;
  }
  .partner .wood-img {
    max-width: 220px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .partner {
    height: 70vh;
  }
  .partner .partner-img {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .partner .partner-content {
    padding: 1rem 0;
  }
  .partner .section-title {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }
  .partner p {
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
    margin-inline: auto;
  }
  .partner .wood-img {
    max-width: 180px;
    width: 100%;
    margin: 1rem auto 0;
  }
}
@media (max-width: 375px) {
  .partner .partner-img {
    height: 75vh;
  }
  .partner .section-title {
    font-size: 1.3rem;
  }
  .partner p {
    font-size: 0.8rem;
  }
  .partner .wood-img {
    max-width: 150px;
  }
}
.collection {
  background: #f5f2ed;
  position: relative;
  overflow: hidden;
}
.collection .top-heading p {
  color: #858585;
  line-height: 1.3;
}
.collection .collection-card {
  position: relative;
  min-height: 36.5rem;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
}
.collection .collection-content {
  width: 48%;
  background: #00342e;
  color: #fff;
  padding: 5rem 4.375rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.collection .collection-content .section-title {
  font-weight: 200;
}
.collection .collection-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 11.25rem;
  height: 11.25rem;
  background: url("../img/icons/chakra-2.png") no-repeat center;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}
.collection .collection-content > * {
  position: relative;
  z-index: 2;
}
.collection .collection-content small p {
  color: #deaf5b;
  font-size: 18px;
}
.collection .collection-content p {
  color: rgba(255, 255, 255, 0.3882352941);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 21.875rem;
}
.collection .collection-bg {
  width: 52%;
}
.collection .collection-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.collection .floating-board {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(164, 164, 164, 0.055);
  backdrop-filter: blur(2px);
  padding: 10px;
}
.collection .floating-board img {
  width: 18.75rem;
  display: block;
}
.collection .swiper-button-prev::after,
.collection .swiper-button-next::after {
  display: none !important;
}
.collection .swiper-button-prev,
.collection .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(233, 233, 228, 0.14);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5882352941);
}
.collection .swiper-button-prev i,
.collection .swiper-button-next i {
  font-size: 1.2rem;
}
@media (max-width: 1400px) {
  .collection .collection-content {
    padding: 3.75rem 2.5rem;
  }
  .collection .floating-board img {
    width: 15rem;
  }
}
@media (max-width: 1050px) {
  .collection .collection-content {
    padding: 3.75rem 2.5rem;
  }
  .collection .collection-content p {
    font-size: 16px;
    max-width: 17.5rem;
  }
  .collection .section-title {
    font-size: 28px;
  }
  .collection .floating-board img {
    width: 15rem;
  }
}
@media (max-width: 991px) {
  .collection .collection-card {
    flex-direction: column;
    min-height: auto;
  }
  .collection .collection-content,
  .collection .collection-bg {
    width: 100%;
  }
  .collection .collection-content {
    padding: 3rem 2rem;
    text-align: center;
  }
  .collection .collection-content p {
    max-width: 100%;
    margin-inline: auto;
  }
  .collection .collection-content .section-title {
    text-align: start;
  }
  .collection .floating-board {
    display: none;
  }
  .collection .collection-bg {
    min-height: 320px;
  }
  .collection .swiper-button-prev {
    left: 10px;
  }
  .collection .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .collection .collection-card {
    border-radius: 10px;
  }
  .collection .collection-content {
    padding: 2.5rem 1.5rem;
  }
  .collection .collection-content::before {
    width: 130px;
    height: 130px;
  }
  .collection .collection-content .section-title {
    font-size: 2rem;
    line-height: 1.1;
    text-align: start;
  }
  .collection .collection-content p {
    font-size: 0.9rem;
  }
  .collection .floating-board {
    display: none;
  }
  .collection .collection-bg {
    min-height: 250px;
  }
  .collection .swiper-button-prev,
  .collection .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .collection .swiper-button-prev i,
  .collection .swiper-button-next i {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .collection .collection-content {
    padding: 2rem 1rem;
  }
  .collection .collection-content::before {
    width: 1.25rem;
    height: 0.25rem;
  }
  .collection .collection-content .section-title {
    font-size: 1.8rem;
    text-align: start;
  }
  .collection .floating-board {
    display: none;
  }
  .collection .collection-bg {
    min-height: 12.5rem;
  }
  .collection .swiper-button-prev,
  .collection .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.stats-section {
  background: #fff;
}
.stats-section .stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 40px 10px;
}
.stats-section .icon-box {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section .icon-box img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stats-section .stat-content {
  text-align: left;
}
.stats-section .stat-content h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #00302b;
  font-family: "Aboreto", system-ui;
}
.stats-section .stat-content p {
  margin: 4px 0 0;
  font-size: 16px;
  color: #858585;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .stats-section .stat-item {
    gap: 15px;
    padding: 30px 10px;
    justify-content: flex-start;
  }
  .stats-section .icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .stats-section .icon-box img {
    width: 32px;
    height: 32px;
  }
  .stats-section .stat-content h3 {
    font-size: 1.25rem;
  }
  .stats-section .stat-content p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .stat-item {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 25px 15px;
  }
  .stats-section .stat-content {
    text-align: center;
  }
  .stats-section .stat-content h3 {
    font-size: 1.125rem;
  }
  .stats-section .stat-content p {
    font-size: 14px;
  }
  .stats-section .icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .stats-section .icon-box img {
    width: 28px;
    height: 28px;
  }
}

.spaces {
  background: #ffffff;
}
.spaces .second {
  font-weight: 500;
  font-size: 16px;
}
.spaces .section-title {
  letter-spacing: 3px;
  color: #00302b;
}
.spaces__btn {
  padding: 12px 24px;
  background: #d8ab52;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.spaces .blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 32rem;
}
@media (max-width: 1380px) {
  .spaces .blog-card {
    height: 36rem;
  }
}
.spaces .blog-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: transform 0.6s ease;
}
.spaces .blog-card:hover img {
  transform: scale(1.1);
}
.spaces .blog-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.spaces .blog-card__content .blog-date {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
.spaces .blog-card__content .blog-date li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
}
.spaces .blog-card__content .blog-date li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.spaces .blog-card__content h4 {
  margin: 10px 0;
  font-family: "Aboreto", system-ui;
}
.spaces .blog-card__content p {
  margin: 0;
  font-weight: 300;
}
.spaces .blog-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.spaces .blog-list__item {
  display: flex;
  align-items: stretch;
  min-height: 150px;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f2f2;
  transition: all 0.4s ease;
  cursor: pointer;
}
.spaces .blog-list__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.spaces .blog-list__item:hover img {
  transform: scale(1.08);
}
.spaces .blog-list__item:hover h5 {
  color: #00342e;
}
.spaces .blog-list__item h5 {
  font-family: "Aboreto", system-ui;
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spaces .blog-list__item p {
  color: #858585;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1rem;
}
.spaces .blog-list__content {
  flex: 2;
  padding: 20px;
}
.spaces .blog-list__content .blog-date {
  list-style: none;
  padding: 0;
  margin-bottom: 6px;
}
.spaces .blog-list__content .blog-date li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
}
.spaces .blog-list__content .blog-date li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00342e;
}
.spaces .blog-list img {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .spaces .spaces .section-title {
    font-size: 3rem;
  }
  .spaces .spaces .blog-card {
    height: 100% !important;
  }
  .spaces .spaces .blog-card__content {
    padding: 24px;
  }
  .spaces .spaces .blog-card h4 {
    font-size: 1.5rem;
  }
  .spaces .spaces .blog-list__item {
    min-height: 155px;
  }
  .spaces .spaces .blog-list__content {
    padding: 20px;
  }
  .spaces .spaces .blog-list h5 {
    font-size: 20px;
  }
  .spaces .spaces .blog-list img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .spaces .spaces__title {
    font-size: 34px;
  }
  .spaces .blog-list__item {
    flex-direction: column;
  }
  .spaces .blog-list__item img {
    width: 100%;
    height: 200px;
  }
}

.testimonial {
  position: relative;
}
.testimonial .top-header small P {
  font-weight: 600;
}
.testimonial .top-header p {
  color: #858585;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 0.855rem;
}
.testimonial .testimonial-card {
  position: relative;
  background: linear-gradient(90deg, #0c2b2b, #103636);
  border-radius: 20px;
  padding: 3.125rem 2.8125rem 2.8125rem 3.125rem;
  text-align: center;
  color: #fff;
  max-height: 21.875rem;
}
.testimonial .testimonial-card::before {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
  background: url("../img/icons/chakra-full.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}
.testimonial .testimonial-card > * {
  position: relative;
  z-index: 2;
}
.testimonial .testimonial-avatar {
  position: absolute;
  top: -45px;
  right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: visible;
  border: 4px solid #fff;
}
.testimonial .testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .testimonial-avatar .star-badge {
  position: absolute;
  top: -18px;
  right: -26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.testimonial .testimonial-avatar .star-badge i {
  font-size: 18px;
}
.testimonial .quote-icon {
  margin-bottom: 20px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial .quote-icon img {
  height: 3.5rem;
}
.testimonial .content {
  padding-top: 70px;
}
.testimonial .content p {
  color: rgba(255, 255, 255, 0.8784313725);
  line-height: 1.4;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 30px;
  font-family: "Manrope", sans-serif;
}
.testimonial .content h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
}
.testimonial .content span {
  opacity: 0.8;
  font-size: 13px;
  font-weight: 300;
}
.testimonial .testimonial-slider-wrapper {
  position: relative;
}
.testimonial .testimonial-slider-wrapper .swiper-button-prev,
.testimonial .testimonial-slider-wrapper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(188, 192, 188, 0.46);
  color: #0c2b2b;
  position: absolute;
  z-index: 999;
}
.testimonial .testimonial-slider-wrapper .swiper-button-prev::after,
.testimonial .testimonial-slider-wrapper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
.testimonial .testimonial-slider-wrapper .swiper-button-prev::after,
.testimonial .testimonial-slider-wrapper .swiper-button-next::after {
  display: none;
}
.testimonial .testimonial-slider-wrapper .swiper-button-prev {
  left: -20px;
}
.testimonial .testimonial-slider-wrapper .swiper-button-next {
  right: -20px;
}
.testimonial .swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .testimonial .top-header {
    text-align: center;
  }
  .testimonial .top-header p {
    margin-top: 20px;
  }
  .testimonial .testimonial-card {
    padding: 70px 30px 35px !important;
    min-height: 330px;
  }
  .testimonial .testimonial-card::before {
    width: 180px;
    height: 180px;
    top: -8%;
  }
  .testimonial .testimonial-avatar {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 20px;
  }
  .testimonial .testimonial-avatar .star-badge {
    width: 40px;
    height: 40px;
    right: -18px;
    top: -12px;
  }
  .testimonial .quote-icon img {
    height: 3rem;
  }
  .testimonial .content {
    padding-top: 55px;
  }
  .testimonial .content p {
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-pagination {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-card {
    padding: 65px 20px 25px !important;
    min-height: auto;
    border-radius: 15px;
  }
  .testimonial .testimonial-card::before {
    width: 140px;
    height: 140px;
    top: -5%;
  }
  .testimonial .testimonial-avatar {
    width: 70px;
    height: 70px;
    top: -35px;
    right: 15px;
  }
  .testimonial .testimonial-avatar .star-badge {
    width: 34px;
    height: 34px;
    top: -10px;
    right: -12px;
  }
  .testimonial .testimonial-avatar .star-badge i {
    font-size: 14px;
  }
  .testimonial .quote-icon {
    top: 10%;
  }
  .testimonial .quote-icon img {
    height: 2.5rem;
  }
  .testimonial .content {
    padding-top: 45px;
  }
  .testimonial .content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .testimonial .content h4 {
    font-size: 16px;
  }
  .testimonial .content span {
    font-size: 12px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .testimonial .testimonial-card {
    padding: 40px 13px 13px 40px !important;
  }
  .testimonial .testimonial-card::before {
    width: 110px;
    height: 110px;
  }
  .testimonial .testimonial-avatar {
    width: 60px;
    height: 60px;
    top: -30px;
    right: 12px;
  }
  .testimonial .testimonial-avatar .star-badge {
    width: 30px;
    height: 30px;
  }
  .testimonial .quote-icon img {
    height: 2rem;
  }
  .testimonial .content {
    padding-top: 35px;
  }
  .testimonial .content p {
    font-size: 12px;
  }
  .testimonial .content h4 {
    font-size: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-pagination {
    display: block !important;
  }
}
.section-heading {
  max-width: 890px !important;
  margin: 0 auto;
}
.section-heading .section-title {
  max-width: 890px;
  letter-spacing: 0.144rem;
  margin: 0 auto;
  text-align: center;
  color: #00342e;
}

.plywood-card {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.15);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(0, 0, 0, 0.35);
}
.plywood-card:hover {
  width: 100%;
  height: 820px;
  border-radius: 0;
  box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.25);
}
.plywood-card.full-width {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: default;
}
.plywood-card.full-width:hover {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  transform: none;
}
.plywood-card.full-width .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.plywood-card.full-width .card-overlay {
  border-radius: 0;
  padding: 2rem 2.5rem;
}
.plywood-card .card-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plywood-card .banner-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.plywood-card .card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
  border-radius: 50%;
}
.plywood-card .card-overlay .section-tittle {
  max-width: 520px;
  margin-bottom: 0.9rem;
  color: #fff;
  font-family: "Aboreto", system-ui;
  font-size: clamp(2.5rem, 3vw, 3rem);
  line-height: 1.1;
}
.plywood-card .card-overlay p {
  max-width: 340px;
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
}

.plywood-card.full-width .wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
}

.wrapper {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.wrapper .video-main {
  position: relative;
}
.wrapper .video {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transition: 0.3s ease;
}
.wrapper .video:hover {
  transform: scale(1.08);
}
.wrapper .video i {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.waves {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.waves.wave-1 {
  animation-delay: 0s;
}
.waves.wave-2 {
  animation-delay: 1s;
}
.waves.wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
@media (max-width: 1500px) {
  .plywood-card .card-overlay .section-tittle {
    max-width: 420px;
    font-size: 1.5rem !important;
    margin-bottom: 0.988rem;
  }
  .plywood-card .card-overlay p {
    font-size: 0.7rem !important;
    line-height: 1.2;
    margin-top: -8px;
    margin-bottom: 3.4rem;
  }
  .plywood-card.full-width .wrapper {
    top: 60% !important;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .plywood-card {
    width: 360px;
    height: 360px;
  }
  .plywood-card:hover {
    height: 600px;
  }
  .plywood-card.full-width .wrapper {
    top: 65% !important;
    left: 50%;
  }
  .wrapper {
    top: 75%;
  }
}
@media (max-width: 576px) {
  .plywood-card {
    width: 280px;
    height: 280px;
  }
  .plywood-card:hover {
    width: 100%;
    height: 340px;
  }
  .plywood-card.full-width .wrapper {
    top: 70% !important;
    left: 50%;
  }
  .plywood-card .card-overlay .section-tittle {
    font-size: 1.3rem !important;
  }
  .plywood-card .card-overlay p {
    font-size: 0.7rem !important;
    line-height: 1.2;
    margin-top: -8px;
    margin-bottom: 3.4rem;
  }
  .wrapper {
    top: 78%;
  }
  .wrapper .video {
    width: 55px;
    height: 55px;
  }
  .wrapper .video i {
    font-size: 1.4rem;
  }
  .waves {
    width: 100px;
    height: 100px;
    right: -25px;
    bottom: -25px;
  }
}
.footer-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Manrope", sans-serif;
  background: url("../img/pages/footer-bg.jpg") center center/cover no-repeat;
}
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.footer-section .footer-overlay {
  position: relative;
  z-index: 2;
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-section .footer-logo {
  max-width: 12rem;
  margin-bottom: 30px;
}
.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-size: 13px;
}
.footer-section h6 {
  color: rgba(255, 255, 255, 0.8784313725);
  font-family: "Aboreto", system-ui;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer-section .footer-link {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin-bottom: 12px;
  transition: 0.3s ease;
}
.footer-section .footer-link:hover {
  color: #deaf5b;
  padding-left: 5px;
}
.footer-section .address-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-section .address-item > i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  border: 1px solid #deaf5b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.footer-section .address-item p,
.footer-section .address-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 13px;
}
.footer-section .address-content p {
  max-width: 320px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.85);
}
.footer-section .address-btn {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.footer-section .address-btn:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-section .address-btn i {
  transition: transform 0.3s ease;
}
.footer-section .address-btn:hover i {
  transform: translate(4px, -4px);
}
.footer-section ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-section ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-section .form-section {
  margin-top: 30px;
}
.footer-section .form-control.custom-input {
  height: 50px;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.footer-section .form-control.custom-input:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}
.footer-section .form-control.custom-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section .form-control.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section .g-btn {
  background: #deaf5b;
  color: #111;
  border: none;
  border-radius: 0;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.footer-section .g-btn:hover {
  transform: translateY(-2px);
}
.footer-section .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 25px;
}
.footer-section .copyright p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-bottom: 0;
}
.footer-section .copyright a {
  color: #deaf5b;
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-section {
    text-align: left;
  }
  .footer-section .footer-logo {
    display: block;
  }
  .footer-section h6 {
    margin-top: 30px;
  }
  .footer-section .address-item {
    justify-content: left;
  }
  .footer-section .address-content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-section .address-item {
    flex-direction: column;
    align-items: left;
    text-align: left;
    gap: 10px;
  }
  .footer-section .address-content p {
    max-width: 100%;
  }
  .footer-section .g-btn {
    width: 100%;
  }
  .footer-section .copyright {
    text-align: left;
    row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .footer-section h6 {
    font-size: 18px;
  }
  .footer-section p,
  .footer-section .footer-link {
    font-size: 13px;
  }
  .footer-section .footer-logo {
    max-width: 160px;
  }
  .footer-section .form-control.custom-input {
    font-size: 14px;
  }
  .footer-section .copyright p {
    font-size: 12px;
  }
}
.sticky-social {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 9999;
}
.sticky-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sticky-social .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #deaf5b;
  border: 1px solid #fff;
}
.sticky-social .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sticky-social .social-icon a i {
  color: #000;
  font-size: 16px;
}
.sticky-social .social-icon:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}
@media (max-width: 578px) {
  .sticky-social {
    right: 10px;
    bottom: 20px;
  }
  .sticky-social .social-icon {
    width: 36px;
    height: 36px;
  }
}

.product_list {
  background-color: #e9e9e4;
}
.product_list .breadcrumb {
  justify-content: flex-start;
  padding-left: 0;
  font-family: "Manrope", sans-serif;
}
.product_list .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  font-family: "Manrope", sans-serif;
}
.product_list .breadcrumb .breadcrumb-item a.main-text {
  color: #00342e !important;
  font-weight: 600;
}
.product_list .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #858585;
}
.product_list .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 496px;
  cursor: pointer;
}
.product_list .product-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}
.product_list .product-card .floating-board {
  position: absolute;
  top: 20%;
  right: 10%;
  transform: translate(30%, -30%);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(164, 164, 164, 0.17);
  backdrop-filter: blur(1.4298641682px);
  border-radius: 3px;
  padding: 5px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.product_list .product-card .floating-board img {
  width: 170px;
  height: auto;
  display: block;
}
.product_list .product-card .product-overlay {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 12px;
  transition: all 0.5s ease;
}
.product_list .product-card .product-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: all 0.5s ease;
}
.product_list .product-card .product-content {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  position: absolute;
  left: 40px;
  bottom: -45px;
}
.product_list .product-card .product-content h3 {
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.product_list .product-card .product-content .common-btn3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease;
  margin-top: 15px;
}
.product_list .product-card:hover > img {
  transform: scale(1.08);
}
.product_list .product-card:hover .floating-board {
  opacity: 0;
  visibility: hidden;
  transform: translate(30%, -60%);
}
.product_list .product-card:hover .product-overlay::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
  filter: blur(2px);
}
.product_list .product-card:hover .product-content {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.product_list .product-card:hover .product-content .section-title {
  text-align: center !important;
}
.product_list .product-card:hover .product-content .common-btn3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1280px) {
  .product_list .product-card {
    height: 420px;
  }
  .product_list .product-card .product-content h3 {
    font-size: 42px;
  }
  .product_list .product-card .floating-board {
    transform: translate(15%, -15%);
  }
  .product_list .product-card .floating-board img {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .product_list .product-card {
    height: 420px;
  }
  .product_list .product-card .product-content h3 {
    font-size: 42px;
  }
  .product_list .product-card .floating-board {
    transform: translate(15%, -15%);
  }
  .product_list .product-card .floating-board img {
    width: 110px;
  }
}
@media (max-width: 567.98px) {
  .product_list .product-card {
    height: 350px;
  }
  .product_list .product-card .product-overlay {
    padding: 25px;
  }
  .product_list .product-card .product-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .product_list .product-card .floating-board {
    top: 10px;
    right: 10px;
    transform: none;
  }
  .product_list .product-card .floating-board img {
    width: 80px;
  }
  .product_list .product-card .btn-product {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.product_details .breadcrumb {
  justify-content: flex-start;
  padding-left: 0;
}
.product_details .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  font-family: "Manrope", sans-serif;
}
.product_details .breadcrumb .breadcrumb-item a.main-text {
  color: #00342e !important;
  font-weight: 600;
}
.product_details .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #858585;
}
.product_details .left-content,
.product_details .right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product_details .product-content {
  padding-left: 10px;
}
.product_details .product-content .tags {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.product_details .product-content .tags::-webkit-scrollbar {
  display: none;
}
.product_details .product-content .tags span {
  flex: 0 0 auto;
  background: #eee;
  padding: 10px 13px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 0;
}
.product_details .product-content .section-title {
  font-weight: 500;
}
.product_details .product-content .desc {
  color: #858585;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.product_details .product-content .features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 0px;
}
.product_details .product-content .features li {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  font-size: 13px;
  color: #000;
  font-family: "Manrope", sans-serif;
}
.product_details .product-content .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.5399 2.45459C15.3223 2.45592 15.114 2.54807 14.9607 2.7109L9.42299 8.54185L7.94844 6.98693C7.62714 6.64899 7.1071 6.64899 6.78581 6.98693C6.46534 7.32573 6.46534 7.87412 6.78581 8.21292L8.8437 10.383C9.16501 10.7209 9.68502 10.7209 10.0063 10.383L16.1233 3.93689C16.4438 3.59809 16.4438 3.0497 16.1233 2.7109C15.9689 2.54703 15.759 2.45479 15.5399 2.45459Z' fill='%23DBB46E'/%3E%3Cpath d='M9.0018 1.63635C4.94556 1.63639 1.63636 4.94195 1.63636 8.99822C1.63636 13.0544 4.94555 16.3636 9.0018 16.3636C12.3304 16.3636 15.2528 14.1204 16.1143 10.9052C16.2809 10.2836 16.3636 9.64175 16.3636 8.99822C16.3636 8.49027 15.9522 8.07835 15.4443 8.07768C14.9364 8.07835 14.525 8.49027 14.525 8.99822C14.5249 9.48089 14.4593 9.96311 14.3344 10.4293C13.6863 12.8483 11.5061 14.5249 9.0018 14.525C5.94055 14.5249 3.47502 12.0595 3.47502 8.99822C3.47502 5.93696 5.94053 3.47503 9.0018 3.47503C9.48453 3.47507 9.96306 3.54083 10.4293 3.66558C10.9204 3.79724 11.4252 3.50593 11.5569 3.01487C11.6889 2.52249 11.3975 2.0177 10.9065 1.88604C10.2835 1.71913 9.64544 1.63639 9.0018 1.63635Z' fill='%23DBB46E'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .product_details .product-content .features {
    grid-template-columns: 1fr;
  }
}
.product_details .product-content .icon-boxes .icon-card {
  background: #f8f8f8;
  padding: 7px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  font-family: "Aboreto", system-ui;
}
@media (max-width: 998px) {
  .product_details .product-content {
    padding: 0;
  }
  .product_details .product-content .section-title {
    text-align: start !important;
  }
}

.myProjectSlider {
  width: 100%;
  height: 510px;
  position: relative;
}
.myProjectSlider .swiper-wrapper {
  height: 100%;
}
.myProjectSlider .swiper-slide {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.myProjectSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
}
.myProjectSlider .swiper-button-prev,
.myProjectSlider .swiper-button-next {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.myProjectSlider .swiper-button-prev::after,
.myProjectSlider .swiper-button-next::after {
  display: none;
}
.myProjectSlider .swiper-button-prev {
  left: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.myProjectSlider .swiper-button-next {
  right: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.myProjectSlider {
  /* Tablet */
}
@media (max-width: 991px) {
  .myProjectSlider {
    height: 400px;
  }
  .myProjectSlider .swiper-wrapper,
  .myProjectSlider .swiper-slide {
    height: 100%;
  }
  .myProjectSlider .swiper-button-prev,
  .myProjectSlider .swiper-button-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.myProjectSlider {
  /* Mobile */
}
@media (max-width: 576px) {
  .myProjectSlider {
    height: 220px;
  }
  .myProjectSlider .swiper-wrapper,
  .myProjectSlider .swiper-slide {
    height: 100%;
  }
  .myProjectSlider .swiper-button-prev,
  .myProjectSlider .swiper-button-next {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.faq p {
  color: #858585;
  font-size: 0.94rem;
  line-height: 1.3;
}
.faq .faq-section .faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
}
.faq .faq-section .faq-accordion .accordion-button {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  padding: 23px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  position: relative;
  display: flex;
  text-transform: capitalize;
  justify-content: space-between;
  font-family: "Aboreto", system-ui;
}
.faq .faq-section .faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq .faq-section .faq-accordion .accordion-button::after {
  display: none;
}
.faq .faq-section .faq-accordion .accordion-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}
.faq .faq-section .faq-accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}
.faq .faq-section .faq-accordion .accordion-body {
  padding: 15px 20px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
}
@media (max-width: 998px) {
  .faq .faq-section {
    padding: 4px;
  }
}

.productlist .productdetails .nav-link {
  color: #858585 !important;
}
.productlist .productdetails .nav-link.active {
  color: #000 !important;
  border-bottom: none !important;
  position: relative;
}
.productlist .productdetails .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  bottom: 0.4rem;
  width: 85%;
  height: 2px;
  background: #858585;
}
.productlist .productdetails .tab-content p {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.productlist .productdetails .tab-content ul li {
  color: #858585;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
}

.productlist .collections-tabs {
  justify-content: center;
}
.productlist .collections-tabs .nav-link {
  border: none;
  background: transparent;
  color: #00302b;
  font-size: 20px;
  padding: 0 13px 10px;
  font-weight: 300;
  font-family: "Aboreto", system-ui;
  text-align: center;
}
.productlist .collections-tabs .nav-link.active {
  color: #f6b42d;
  border-bottom: 2px solid #f6b42d;
}
@media (max-width: 578px) {
  .productlist .collections-tabs .nav-link {
    font-size: 12px;
    padding: 0 10px 8px;
  }
}
.productlist .product-quantity {
  color: #858585;
  font-size: 17px;
}
.productlist .productbox {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.productlist .productbox::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.productlist .productbox img {
  transition: transform 0.4s ease;
}
.productlist .productbox .gradientbg {
  transition: all 0.4s ease;
  background: linear-gradient(357deg, #302216 2.22%, rgba(0, 0, 0, 0) 86.1%);
}
.productlist .productbox .arrow {
  opacity: 0;
  transition: all 0.3s ease;
}
.productlist .productbox .arrow .arrow-bg {
  width: 50px;
  height: 50px;
}
.productlist .productbox:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.productlist .productbox:hover img {
  transform: scale(1.08);
}
.productlist .productbox:hover .gradientbg {
  background: linear-gradient(357deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 90%);
}
.productlist .productbox:hover .arrow {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 978px) {
  .productlist .tab-content .section-title {
    text-align: left !important;
  }
}

.details p {
  color: #858585;
  font-size: 0.97rem;
  line-height: 1.4;
}
.details .floating-board {
  visibility: visible;
  transition: all 0.4s ease;
  display: inline-block;
  width: auto;
  border: 0.788px solid rgba(255, 255, 255, 0.17);
  background: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(1.43px);
  border-radius: 3px;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding: 5px;
  opacity: 1;
}
.details .floating-board img {
  width: 23rem;
  height: 32rem;
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .details .floating-board {
    padding: 10px;
    margin: 0 auto;
  }
  .details .floating-board img {
    width: 18rem;
    height: 25rem;
  }
}
@media (max-width: 575.98px) {
  .details .floating-board .floating-board {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .details .floating-board .floating-board img {
    width: 1 0rem;
    height: 14rem;
  }
}
.details .spec-card {
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .details .spec-card {
    padding: 10px !important;
    margin-top: 20px;
  }
}
.details .spec-item {
  margin-bottom: 20px;
}
.details .spec-item h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.details .spec-item p {
  color: #858585;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.realted .product_list {
  background-color: #fff;
}
.realted .product_list .product-card {
  height: 296px;
  position: relative;
  overflow: hidden;
}
.realted .product_list .product-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}
.realted .product_list .product-card .product-overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
}
.realted .product_list .product-card .product-content {
  position: absolute;
  left: 20px;
  bottom: -2.4rem;
  z-index: 2;
  transition: all 0.5s ease;
}
.realted .product_list .product-card .product-content h3 {
  margin-bottom: 0;
}
.realted .product_list .product-card .product-content .common-btn3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
.realted .product_list .product-card:hover > img {
  transform: scale(1.08);
}
.realted .product_list .product-card:hover .product-content {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.realted .product_list .product-card:hover .product-content .section-title {
  margin-bottom: 10px;
  text-align: center;
}
.realted .product_list .product-card:hover .product-content .common-btn3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-form-section {
  background: #e9e9e4 !important;
  padding: 6.25rem 0;
}
.contact-form-section .section-subtitle {
  color: #858585;
  font-size: 14px;
}
.contact-form-section .form-bg {
  background-color: #fafafa;
}
.contact-form-section .form-label {
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 7px;
  margin-top: 1rem;
  font-family: "Aboreto", system-ui;
  font-weight: 500;
}
.contact-form-section .form-label span {
  color: #deaf5b;
}
.contact-form-section .custom-control {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  font-size: 15px;
}
.contact-form-section .custom-control:focus {
  border-color: #deaf5b;
  box-shadow: none;
}
.contact-form-section textarea.custom-control {
  resize: none;
  padding-top: 18px;
}
.contact-form-section .input-group-text {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-right: 0;
}
.contact-form-section .input-group .form-control {
  border-left: 0;
}
.contact-form-section .privacy-text {
  color: #858585;
  font-size: 14px;
}
@media (max-width: 991px) {
  .contact-form-section .section-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 70px 0;
  }
  .contact-form-section .section-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .contact-form-section .section-subtitle {
    font-size: 15px;
  }
  .contact-form-section .custom-control {
    height: 52px;
  }
  .contact-form-section textarea.custom-control {
    height: 130px;
  }
  .contact-form-section .enquiry-btn {
    width: 100%;
  }
}
.contact-form-section .contact-info-wrapper {
  padding: 3rem 2.5rem;
  height: 100%;
}
.contact-form-section .contact-info-wrapper .contact-info {
  text-align: center;
}
.contact-form-section .contact-info-wrapper .contact-info-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact-form-section .contact-info-wrapper .contact-info-item .contact-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.contact-form-section .contact-info-wrapper .contact-info-item .contact-icon i {
  font-size: 2.4rem;
  color: #deaf5b;
  line-height: 1;
}
.contact-form-section .contact-info-wrapper .contact-info-item h5 {
  margin: 0 0 0.6rem;
  font-family: "Aboreto", system-ui;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
}
.contact-form-section .contact-info-wrapper .contact-info-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.contact-form-section .contact-info-wrapper .contact-map {
  width: 100%;
  height: 15rem;
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.contact-form-section .contact-info-wrapper .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.scrollbottom {
  position: fixed;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5882352941);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Aboreto", system-ui;
  transition: all 0.3s ease;
}

.scrollbottom span {
  transform: translateY(2%) rotate(-90deg);
}

.scrollbottom span svg {
  display: block;
}

@media (max-width: 768px) {
  .scrollbottom {
    display: none;
  }
}
.choose .card-choose {
  background-color: #fbfbfb;
  padding: 25px;
  height: 20rem;
  position: relative;
  transition: 0.3s ease;
  border-radius: 4px;
}
.choose .card-choose h5 {
  font-family: "Aboreto", system-ui;
  font-size: 1.355rem;
}
.choose .card-choose p {
  color: #7b7b7b;
  font-family: "Manrope", sans-serif;
}
.choose .card-choose .side-svg {
  position: absolute;
  top: 20px;
  background-color: rgba(0, 55, 49, 0.07);
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s ease;
}
.choose .card-choose .side-svg img {
  transition: 0.3s ease;
}
.choose .card-choose .bg-svg {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0.0666;
}
.choose .card-choose .bg-svg img {
  width: 7rem;
  height: 7rem;
}
.choose .card-choose .content {
  position: absolute;
  bottom: 10px !important;
}
.choose .card-choose .content h5 {
  font-weight: 500;
}
.choose .card-choose .content p {
  font-weight: 500;
  color: #858585;
  line-height: 1.3;
  font-size: 0.97rem;
}
.choose .card-choose:hover .side-svg {
  background-color: #deaf5b;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.choose .card-choose:hover {
  background-color: #FFFAF7;
}

.about.testimonial {
  background-color: #f8f8f8;
}

.stats-section.about .stat-item {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: start;
  padding: 40px 10px;
}

.founder {
  position: relative;
  background-color: #FFFAF7;
}
.founder span {
  background-color: #f9eace;
  font-size: 14px;
}
.founder p {
  color: #858585;
  font-family: "Manrope", sans-serif;
}
.founder .shine-img {
  overflow: hidden;
  border-radius: 0.5rem;
}
.founder .shine-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.founder .shine-img:hover img {
  transform: scale(1.08);
}

.mission-vision {
  padding: 6rem 0;
  background: #fff;
}
.mission-vision .mv-img {
  overflow: hidden;
  border-radius: 0.5rem;
}
.mission-vision .mv-img img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  display: block;
}
.mission-vision .mv-img:hover img {
  transform: scale(1.08);
}
.mission-vision .mv-content {
  margin-top: 2rem;
}
.mission-vision .mv-content h2 {
  font-family: "Aboreto", system-ui;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.mission-vision .mv-content p {
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #858585;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .mission-vision {
    padding: 4rem 0;
  }
  .mission-vision .mv-img img {
    height: 24rem;
  }
  .mission-vision .mv-content {
    margin-top: 1.5rem;
  }
  .mission-vision .mv-content h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .mission-vision .mv-img img {
    height: 20rem;
  }
  .mission-vision .mv-content h2 {
    font-size: 1.9rem;
  }
  .mission-vision .mv-content p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.founder.story {
  background-color: #fff;
}
.founder.story .founder-image {
  position: relative;
}
.founder.story .founder-image .shine-img img {
  width: 100%;
  display: block;
  border-radius: 1.5rem;
}
.founder.story .features {
  list-style: none;
  padding: 0;
}
.founder.story .features li {
  position: relative;
  padding-left: 30px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 8px;
  font-weight: 500;
}
.founder.story .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #deaf5b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.2666 2.72728C17.0248 2.72876 16.7933 2.83114 16.6229 3.01206C16.6229 3.01206 12.7947 7.04106 10.47 9.4909L8.83157 7.76321C8.47458 7.38773 7.89675 7.38773 7.53976 7.76321C7.18369 8.13966 7.18369 8.74898 7.53976 9.12543L9.82631 11.5366C10.1833 11.9121 10.7611 11.9121 11.1181 11.5366C13.2811 9.25651 17.9147 4.37428 17.9147 4.37428C18.2708 3.99783 18.2708 3.38851 17.9147 3.01206C17.7432 2.82999 17.51 2.7275 17.2666 2.72728Z' fill='%23DBB46E'/%3E%3Cpath d='M10.0019 1.81818C5.495 1.81822 1.81812 5.49107 1.81812 9.99803C1.81812 14.5049 5.495 18.1818 10.0019 18.1818C13.7004 18.1818 16.9475 15.6894 17.9047 12.1169C18.0898 11.4262 18.1817 10.7131 18.1818 9.99803C18.1818 9.43365 17.7246 8.97595 17.1603 8.9752C16.5959 8.97595 16.1388 9.43365 16.1388 9.99803C16.1388 10.5343 16.0659 11.0701 15.927 11.5881C15.2069 14.2758 12.7844 16.1388 10.0019 16.1389C6.60054 16.1388 3.86107 13.3994 3.86107 9.99803C3.86107 6.59663 6.60052 3.86115 10.0019 3.86115C10.5383 3.86119 11.07 3.93426 11.5881 4.07287C12.1337 4.21916 12.6946 3.89548 12.8409 3.34986C12.9876 2.80278 12.6639 2.2419 12.1183 2.09561C11.426 1.91016 10.7171 1.81822 10.0019 1.81818Z' fill='%23DBB46E'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.founder.story .shine-img img {
  width: 100%;
  border-radius: 1.25rem;
  display: block;
}
.founder.story .stats-wrapper {
  position: absolute;
  left: -28%;
  bottom: 2rem;
  width: 100%;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00342e;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.founder.story .stats-wrapper .stat-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.founder.story .stats-wrapper .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.2);
}
.founder.story .stats-wrapper .stat-item h3 {
  color: #deaf5b;
  font-family: "Aboreto", system-ui;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.founder.story .stats-wrapper .stat-item h3 span {
  background: transparent;
  font-size: 1.4rem;
}
.founder.story .stats-wrapper .stat-item p {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.3;
}
.founder.story .experience-card {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  width: 8.5rem;
  height: 6.5rem;
  background: #ffcf71;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  z-index: 6;
}
.founder.story .experience-card .shape {
  position: absolute;
  width: 2rem;
  height: 1.955rem;
  background: #deaf5b;
  top: 1rem;
  left: 50%;
  transform: translateX(-110%) rotate(-1deg);
  border-radius: 0.4rem;
}
.founder.story .experience-card .content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.founder.story .experience-card .content h2 {
  font-family: "Aboreto", system-ui;
  color: #000;
  line-height: 1;
  font-size: 2.7rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.founder.story .experience-card .content p {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .founder.story .stats-wrapper {
    padding: 0.7rem;
  }
  .founder.story .stats-wrapper .stat-item h3 {
    font-size: 1.4rem;
  }
  .founder.story .stats-wrapper .stat-item p {
    font-size: 0.75rem;
  }
  .founder.story .experience-card {
    position: absolute;
    right: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .founder.story .stats-wrapper {
    position: absolute;
    left: -34%;
    bottom: 2rem;
    width: 100%;
    padding: 0.5rem;
  }
  .founder.story .stats-wrapper .stat-item h3 {
    font-size: 1.2rem;
  }
  .founder.story .stats-wrapper .stat-item p {
    font-size: 0.75rem;
  }
  .founder.story .experience-card {
    position: absolute;
    right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .founder.story .stats-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    width: 87%;
    margin: -8.5rem auto 0;
    padding: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .founder.story .stats-wrapper .stat-item {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
  }
  .founder.story .stats-wrapper .stat-item::after {
    display: none;
  }
  .founder.story .stats-wrapper .stat-item h3 {
    font-size: 1.4rem;
  }
  .founder.story .stats-wrapper .stat-item p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .founder.story .experience-card {
    display: none;
  }
}
@media (max-width: 578px) {
  .founder.story .stats-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    width: 87%;
    margin: -8.5rem auto 0;
    padding: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .founder.story .stats-wrapper .stat-item {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
  }
  .founder.story .stats-wrapper .stat-item::after {
    display: none;
  }
  .founder.story .stats-wrapper .stat-item h3 {
    font-size: 1.4rem;
  }
  .founder.story .stats-wrapper .stat-item p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .founder.story .experience-card {
    display: none;
  }
}

.brand-partnership {
  background: #FFFAF7;
  padding: 80px 0;
}
.brand-partnership .position-relative {
  position: relative;
  padding: 0 70px;
}
.brand-partnership .brandSwiper {
  overflow: hidden;
}
.brand-partnership .swiper-slide {
  height: auto;
}
.brand-partnership .brand-card {
  background: #fff;
  border-radius: 18px;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  transition: 0.3s;
}
.brand-partnership .brand-card img {
  max-width: 70%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-partnership .brand-prev,
.brand-partnership .brand-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.brand-partnership .brand-prev i,
.brand-partnership .brand-next i {
  font-size: 1rem;
}
.brand-partnership .brand-prev:hover,
.brand-partnership .brand-next:hover {
  background: #000;
  color: #fff;
}
.brand-partnership .brand-prev {
  left: 0;
}
.brand-partnership .brand-next {
  right: 0;
}
@media (max-width: 991px) {
  .brand-partnership .position-relative {
    padding: 0 50px;
  }
  .brand-partnership .section-title {
    font-size: 38px;
  }
  .brand-partnership .brand-card {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .brand-partnership {
    padding: 60px 0;
  }
  .brand-partnership .section-title {
    font-size: 30px;
  }
  .brand-partnership .brand-card {
    height: 100px;
  }
  .brand-partnership .brand-card img {
    max-width: 65%;
  }
  .brand-partnership .brand-prev,
  .brand-partnership .brand-next {
    width: 45px;
    height: 45px;
  }
  .brand-partnership .brand-prev i,
  .brand-partnership .brand-next i {
    font-size: 18px;
  }
}

.journey-section-about {
  background: #fff;
}
.journey-section-about .section-desc {
  margin: auto;
  color: #858585;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.journey-section-about .journey-wrapper {
  position: relative;
  margin-top: 70px;
  height: 380px;
}
.journey-section-about .journey-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 180px;
  transform: translateY(-70%);
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.journey-section-about .moving-year {
  white-space: nowrap;
  font-size: 120px;
  color: #f2f2f2;
  font-family: "Aboreto", system-ui;
  animation: moveYear 15s linear infinite;
}
@keyframes moveYear {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.journey-section-about .journeySwiper {
  width: 360px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.journey-section-about .journey-card {
  background: #00342e;
  color: #fff;
  border-radius: 10px;
  padding: 55px 35px;
  text-align: center;
  min-height: 320px;
}
.journey-section-about .journey-card .year {
  font-size: 90px;
  color: #deaf5b;
  font-family: "Aboreto", system-ui;
}
.journey-section-about .journey-card .line {
  width: 45px;
  height: 2px;
  background: #deaf5b;
  margin: 18px auto 25px;
}
.journey-section-about .journey-card p {
  line-height: 1.3;
  margin: 0;
}
.journey-section-about .journey-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.journey-section-about .journey-prev,
.journey-section-about .journey-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.journey-section-about .journey-prev img,
.journey-section-about .journey-next img {
  transition: all 0.3s ease;
}
.journey-section-about .journey-prev:hover,
.journey-section-about .journey-next:hover {
  background: #00342e;
}
.journey-section-about .journey-prev:hover img,
.journey-section-about .journey-next:hover img {
  filter: brightness(0) invert(1);
}

.hero-section.about {
  position: relative;
  height: 100vh;
  min-height: 38rem;
  overflow: hidden;
}
.hero-section.about .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section.about .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero-section.about .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero-section.about .hero-breadcrumb {
  position: absolute;
  top: 8rem;
  left: 0;
}
.hero-section.about .hero-breadcrumb .breadcrumb {
  margin: 0;
  background: transparent;
}
.hero-section.about .hero-breadcrumb .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5803921569);
  font-size: 0.95rem;
}
.hero-section.about .hero-breadcrumb .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5803921569);
  text-decoration: none;
  transition: 0.3s;
  font-family: "Manrope", sans-serif;
}
.hero-section.about .hero-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7607843137);
  font-family: "Manrope", sans-serif;
}
.hero-section.about .hero-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: rgba(255, 255, 255, 0.5803921569);
}
.hero-section.about .hero-center {
  height: 100%;
}
.hero-section.about .hero-title {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.hero-section.about .hero-line {
  width: 5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3882352941);
  margin: 1.5rem auto;
}
.hero-section.about .hero-desc {
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f5f1e8;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .hero-section.about .hero-title {
    font-size: 4.5rem;
  }
}
@media (max-width: 1500px) {
  .hero-section.about {
    height: 100vh;
  }
  .hero-section.about .hero-content {
    height: 110vh !important;
  }
  .hero-section.about .hero-title {
    font-size: 4rem;
  }
  .hero-section.about .hero-desc {
    max-width: 38rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 1199px) {
  .hero-section.about {
    height: 85vh;
  }
  .hero-section.about .hero-content {
    height: 110vh !important;
  }
  .hero-section.about .hero-title {
    font-size: 4rem;
  }
  .hero-section.about .hero-desc {
    max-width: 38rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .hero-section.about {
    height: 66vh;
    min-height: 32rem;
  }
  .hero-section.about .hero-content {
    height: 90vh !important;
  }
  .hero-section.about .hero-breadcrumb {
    top: 16rem;
  }
  .hero-section.about .hero-breadcrumb .breadcrumb-item {
    font-size: 0.85rem;
  }
  .hero-section.about .hero-title {
    font-size: 3.2rem;
  }
  .hero-section.about .hero-line {
    width: 4rem;
    margin: 1rem auto;
  }
  .hero-section.about .hero-desc {
    max-width: 34rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .hero-section.about {
    height: 66vh;
    min-height: 32rem;
  }
  .hero-section.about .hero-content {
    height: 90vh !important;
  }
  .hero-section.about .hero-breadcrumb {
    top: 16rem;
  }
  .hero-section.about .hero-breadcrumb .breadcrumb-item {
    font-size: 0.85rem;
  }
  .hero-section.about .hero-title {
    font-size: 3.2rem;
  }
  .hero-section.about .hero-line {
    width: 4rem;
    margin: 1rem auto;
  }
  .hero-section.about .hero-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .hero-section.about {
    height: 66vh;
    min-height: 32rem;
  }
  .hero-section.about .hero-content {
    height: 90vh !important;
  }
  .hero-section.about .hero-breadcrumb {
    top: 12rem;
  }
  .hero-section.about .hero-breadcrumb .breadcrumb-item {
    font-size: 0.85rem;
  }
  .hero-section.about .hero-title {
    font-size: 3.2rem;
  }
  .hero-section.about .hero-line {
    width: 4rem;
    margin: 1rem auto;
  }
  .hero-section.about .hero-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.testimonial.about .contact .testimonial-card {
  background: #e9e9e4 !important;
}
.testimonial.about .contact .testimonial-card p {
  color: #000;
  font-weight: 400;
  font-size: 0.866rem;
}
.testimonial.about .contact .testimonial-card h4 {
  color: #000;
  font-weight: 400;
}
.testimonial.about .contact .testimonial-card span {
  color: #858585;
  font-weight: 400;
  font-size: 0.866rem;
}

.page-banner {
  background: #FAFAFA;
  height: 25rem;
}
.page-banner .container,
.page-banner .row {
  height: 100%;
}
.page-banner .banner-content {
  text-align: center;
}
.page-banner .banner-content .section-title {
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.page-banner .banner-content .breadcrumb {
  margin: 0;
  padding: 0;
  justify-content: center;
  background: transparent;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: #858585;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item a {
  color: #858585;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Manrope", sans-serif;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #00342e;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item.active {
  color: #7d7d7d;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #858585;
}

@media (max-width: 991px) {
  .page-banner {
    height: 24rem;
  }
  .page-banner .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-banner {
    height: 18rem;
  }
  .page-banner .banner-content .section-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .page-banner .banner-content .breadcrumb-item {
    font-size: 0.85rem;
  }
}
.terms-section {
  padding: 5rem 0;
}
.terms-section .terms-content {
  margin: auto;
}
.terms-section .terms-block {
  margin-bottom: 2.3rem;
}
.terms-section .terms-block:last-child {
  margin-bottom: 0;
}
.terms-section .terms-block .section-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: #000;
  text-align: start;
}
.terms-section .terms-block p {
  color: #858585;
  margin-bottom: 0.7rem;
}
.terms-section .terms-block ul {
  margin: 0;
  padding-left: 2.15rem;
}
.terms-section .terms-block ul li {
  color: #858585;
  font-weight: 400;
  font-size: 0.95rem;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

/* Tablet */
@media (max-width: 991px) {
  .terms-section {
    padding: 4rem 0;
  }
  .terms-section .terms-content {
    max-width: 100%;
  }
  .terms-section .terms-block .section-title {
    font-size: 1.4rem;
  }
  .terms-section .terms-block ul li {
    font-size: 0.9rem;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .terms-section {
    padding: 3rem 0;
  }
  .terms-section .terms-block {
    margin-bottom: 2rem;
  }
  .terms-section .terms-block .section-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  .terms-section .terms-block ul {
    padding-left: 1rem;
  }
  .terms-section .terms-block ul li {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.category-card {
  background-color: #e9e9e4;
}
.category-card .category-list li {
  margin-bottom: 12px;
}
.category-card .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #999;
  font-size: 16px;
  transition: 0.3s;
}
.category-card .category-list li a .arrow {
  margin-right: 10px;
}
.category-card .category-list li a .count {
  color: #999;
}
.category-card .category-list li a:hover {
  color: #000;
}
.category-card .category-list li a:hover .arrow {
  transform: translateX(5px);
}

.recent-blogs {
  background-color: #e9e9e4;
}
.recent-blogs .blog-item {
  align-items: center;
}
.recent-blogs .blog-item .blog-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.recent-blogs .blog-item .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.recent-blogs .blog-item .blog-img:hover img {
  transform: scale(1.1);
}
.recent-blogs .blog-item .blog-content .blog-date {
  font-size: 15px;
  color: #deaf5b;
  font-weight: 500;
}
.recent-blogs .blog-item .blog-content .blog-title {
  font-size: 14px;
  color: #222;
  line-height: 1.3;
  font-style: normal;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-details .top-head {
  background-color: #00302b;
}
.blog-details span {
  font-size: 15px;
}
.blog-details .social-icon a {
  width: 36px;
  height: 36px;
  color: #00302b;
  padding: 20px;
}
.blog-details p {
  color: #878787;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}/*# sourceMappingURL=index.css.map */