/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Forms
# Comments
# Contact
# Newsletter
# Cards
# Blog Details
# Page Header
# Footer
# Sidebar
# Google Map
# Hero Slider
# About
# Client Carousel
# Testimonials
# Package
# Gallery
# Why Choose
# Funfact
# Slide Text
# Faq
# Features
# Solution
# Working Process
# Finance Growth
# Book Appointment
# Finance Statistic
# Service
# Service Details
# Projects
# Project Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --luckystar-font: "DM Sans", sans-serif;
  --luckystar-heading-font: "Sora", sans-serif;
  --luckystar-text: #636363;
  --luckystar-text-rgb: 99, 99, 99;
  --luckystar-base: #007a5f;
  --luckystar-base-rgb: 0, 122, 95;
  --luckystar-primary: #debf8c;
  --luckystar-primary-rgb: 222, 191, 140;
  --luckystar-gray: #92918f;
  --luckystar-gray-rgb: 146, 145, 143;
  --luckystar-white: #ffffff;
  --luckystar-white-rgb: 255, 255, 255;
  --luckystar-white2: #f0f2f8;
  --luckystar-white2-rgb: 240, 242, 248;
  --luckystar-white3: #ecf5f4;
  --luckystar-white3-rgb: 236, 245, 244;
  --luckystar-white4: #e2edec;
  --luckystar-white4-rgb: 226, 237, 236;
  --luckystar-black: #000000;
  --luckystar-black-rgb: 0, 0, 0;
  --luckystar-black2: #222222;
  --luckystar-black2-rgb: 34, 34, 34;
  --luckystar-black3: #333333;
  --luckystar-black3-rgb: 51, 51, 51;
  --luckystar-black4: #131111;
  --luckystar-black4-rgb: 19, 17, 17;
  --luckystar-black5: #444444;
  --luckystar-black5-rgb: 68, 68, 68;
  --luckystar-border-color: #dddddd;
  --luckystar-border-color-rgb: 221, 221, 221;
  --section-space: 120px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

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

.pt-50 {
  padding-top: 50px;
}

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

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

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

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

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

.pb-90 {
  padding-bottom: 90px;
}

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

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  font-size: 16px;
  line-height: 1.625;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--luckystar-base, #007a5f);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  color: var(--luckystar-black, #000000);
}

@media (max-width: 767px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.findox-text {
  color: var(--luckystar-text, #636363);
}

.background-base {
  background-color: var(--luckystar-base, #007a5f);
}

.background-white {
  background-color: var(--luckystar-white, #ffffff);
}

.background-white2 {
  background-color: var(--luckystar-white2, #f0f2f8);
}

.background-white3 {
  background-color: var(--luckystar-white3, #ecf5f4);
}

.background-black {
  background-color: var(--luckystar-black, #000000);
}

.background-black-2 {
  background-color: var(--luckystar-black2, #222222);
}

.background-black-3 {
  background-color: var(--luckystar-black3, #333333);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-t {
  padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-t {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .section-space-t {
    padding-top: 80px;
  }
}

.section-space-b {
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-b {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .section-space-b {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* section title */
.sec-title {
  margin-bottom: 11px;
}

.sec-title--center {
  margin-bottom: 38px;
  text-align: center;
}

.sec-title--center .sec-title__top {
  justify-content: center;
  padding-left: 44px;
  clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
}

.sec-title__top {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 17px;
  padding: 13px 37px 11px 30px;
  background-color: var(--tagline-bg);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

@media (max-width: 767px) {
  .sec-title__top {
    padding-left: 25px;
  }
}

.sec-title__shape {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .sec-title__shape {
    top: 0px;
  }
}

.sec-title__tagline {
  margin: 0px;
  font-size: 18px;
  color: var(--luckystar-primary, #debf8c);
  font-weight: 600;
  line-height: 1.277;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}

.sec-title__title {
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.314;
}

@media (max-width: 575px) {
  .sec-title__title {
    font-size: 30px;
  }
}

/* button */
.findox-btn {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 7px 8px 7px 32px;
  background-color: var(--luckystar-primary, #debf8c);
  z-index: 1;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  transition: 500ms;
}

@media (max-width: 390px) {
  .findox-btn {
    padding-left: 25px;
  }
}

.findox-btn::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.findox-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.findox-btn:hover::after {
  width: 100%;
  left: 0px;
}

.findox-btn__text {
  display: inline-block;
  font-size: 16px;
  color: var(--luckystar-black4, #131111);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.findox-btn__icon-box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.findox-btn__icon {
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.findox-btn__icon i {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.findox-btn__icon i:last-child {
  left: -15px;
  bottom: -15px;
  transform: translate(0, 0);
}

.findox-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.findox-btn:hover .findox-btn__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-base, #007a5f);
}

.findox-btn:hover .findox-btn__icon i {
  transform: translate(15px, -15px);
  transition: all 0.5s ease-out;
}

.findox-btn:hover .findox-btn__icon i:last-child {
  visibility: visible;
}

.findox-btn--base {
  background-color: var(--luckystar-base, #007a5f);
}

.findox-btn--base::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--base::after {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--base .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.findox-btn--base:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.findox-btn--base .findox-btn__icon {
  color: var(--luckystar-base, #007a5f);
}

.findox-btn--base:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.findox-btn--base .findox-btn__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--base:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.findox-btn--white {
  background-color: var(--luckystar-white, #ffffff);
}

.findox-btn--white::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--white::after {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--white .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.findox-btn--white:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.findox-btn--white .findox-btn__icon {
  color: var(--luckystar-base, #007a5f);
}

.findox-btn--white:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.findox-btn--white .findox-btn__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-btn--white:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.video-btn {
  width: 41px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  color: var(--luckystar-black4, #131111);
  border-radius: 50%;
  z-index: 1;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 0.5s ease;
}

.video-btn::after {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 3px solid var(--luckystar-primary, #debf8c);
  transition: all 0.5s ease;
}

.video-btn:hover {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.video-btn:hover::after {
  border-color: var(--luckystar-base, #007a5f);
}

.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--luckystar-white, #ffffff);
  overflow: hidden;
  transition: all 500ms ease;
}

.social-links a:hover {
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.social-links__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links a:hover .social-links__icon {
  color: var(--luckystar-base, #007a5f);
  animation: slideTop 500ms;
}

/* ratings */
.findox-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}

.findox-ratings__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.findox-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .post-pagination {
    gap: 15px;
  }
}

.post-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: var(--luckystar-base, #007a5f);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--luckystar-white2, #f0f2f8);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}

@media (max-width: 575px) {
  .post-pagination__btn {
    width: 45px;
    height: 45px;
  }
}

.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.post-pagination__btn:hover {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.post-pagination__btn.active {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--luckystar-base, #007a5f);
  transition: all 400ms ease;
}

@media (max-width: 575px) {
  .post-pagination__icon {
    font-size: 22px;
  }
}

.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* active user */
.active-user {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  padding: 11px 20px 11px 11px;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.active-user__image {
  display: inline-flex;
  align-items: center;
}

.active-user img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid var(--luckystar-white, #ffffff);
}

.active-user img:not(:first-child) {
  margin-left: -12px;
}

.active-user__info {
  position: relative;
}

.active-user__info::before,
.active-user__info::after {
  content: "";
  width: 2px;
  height: 50%;
  position: absolute;
  top: 0px;
  left: -12px;
  border-radius: 50px;
  background-color: var(--luckystar-primary, #debf8c);
}

.active-user__info::after {
  top: auto;
  bottom: 0px;
  background-color: var(--luckystar-base, #007a5f);
}

.active-user__count {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.active-user__text {
  margin-bottom: -5px;
  color: var(--luckystar-black, #000000);
}

/* owl slider buton, dots customize */
.findox-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.findox-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.findox-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--luckystar-black2, #222222);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--luckystar-black2, #222222);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .findox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--luckystar-white, #ffffff);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-base, #007a5f);
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  outline: 0;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

.findox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.findox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.custom-nav {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  position: relative;
  bottom: 10px;
}

@media (max-width: 991px) {
  .custom-nav {
    bottom: 0px;
  }
}

.custom-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--luckystar-black2, #222222);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--luckystar-black2, #222222);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .custom-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

.custom-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.custom-nav button:hover {
  color: var(--luckystar-white, #ffffff);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-base, #007a5f);
}

.custom-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--luckystar-base, #007a5f);
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--luckystar-base, #007a5f);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--luckystar-black, #000000);
  color: var(--luckystar-white, #ffffff);
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--luckystar-text, #636363);
  background-image: none;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  color: var(--luckystar-text, #636363);
}

.ui-datepicker-calendar td a {
  border-color: var(--luckystar-border-color, #dddddd);
  background-color: var(--luckystar-text, #636363);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--luckystar-border-color, #dddddd);
  background-color: var(--luckystar-text, #636363);
  background-image: none;
  color: var(--luckystar-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--luckystar-white, #ffffff);
  color: var(--luckystar-black, #000000);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--luckystar-base, #007a5f);
  color: var(--luckystar-white, #ffffff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--luckystar-base, #007a5f);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--luckystar-black, #000000);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* preloader */
.preloader {
  position: fixed;
  background-color: var(--luckystar-base, #007a5f);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__star {
  width: 60px;
  height: 60px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: starPulse 1.5s infinite ease-in-out;
}

@keyframes starPulse {
  0% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) rotate(360deg);
    opacity: 0.5;
  }
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--luckystar-base, #007a5f);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--luckystar-base, #007a5f);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--luckystar-base, #007a5f);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(-5deg);
    transform: translateY(-10px) translateX(-10px) rotate(-5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes leafMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    transform: rotate(-2deg) translateX(5px);
  }

  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}

@keyframes messageMove {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes flowerRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25%,
  75% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

@keyframes zoomIn2 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }

  100% {
    transform: scale(1.25) rotate(45deg);
  }
}

@keyframes zoomIn3 {
  0% {
    transform: scale(0.7) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(45deg);
  }
}

@keyframes zoomIn4 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(45deg);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-359deg);
  }
}

@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes smartMove {
  0% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes smartMove2 {
  0% {
    width: 0;
  }

  15% {
    width: 126px;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 126px;
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes smartMove3 {
  0% {
    width: 0;
  }

  15% {
    width: 173px;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 173px;
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes rectMove {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes vibrant {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes vibrant2 {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(2px, -2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(-2px, 2px);
  }

  100% {
    transform: translate(0);
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  z-index: 999;
  padding: 10.5px 0px;
  background-color: var(--luckystar-white, #ffffff);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 991px) {
  .topbar {
    padding: 17px 0px;
  }
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

.topbar::before,
.topbar::after {
  content: "";
  width: 673px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.3);
  clip-path: polygon(100% 0%, 93% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

@media (max-width: 991px) {

  .topbar::before,
  .topbar::after {
    width: 100%;
    clip-path: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .topbar::before,
  .topbar::after {
    width: 540px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {

  .topbar::before,
  .topbar::after {
    width: 600px;
  }
}

.topbar::after {
  width: 663px;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 991px) {
  .topbar::after {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topbar::after {
    width: 530px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .topbar::after {
    width: 590px;
  }
}

.topbar .container {
  max-width: 1299px;
  position: relative;
  z-index: 1;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.topbar__info {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 991px) {
  .topbar__info {
    width: 100%;
    justify-content: center;
  }
}

.topbar__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.285;
}

.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__info li a:hover {
  background-size: 100% 1px;
}

.topbar__info li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.topbar__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--luckystar-primary, #debf8c);
}

.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 991px) {
  .topbar__right {
    display: none;
  }
}

.topbar__pages {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0px;
}

.topbar__pages li {
  position: relative;
  font-size: 14px;
  color: var(--luckystar-text, #636363);
  line-height: 1.285;
  text-transform: capitalize;
}

.topbar__pages li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 18px;
  margin: auto 0px;
  position: absolute;
  top: 0px;
  right: -10px;
  bottom: 0px;
  background-color: var(--luckystar-border-color, #dddddd);
}

.topbar__pages a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__pages a:hover {
  background-size: 100% 1px;
}

.topbar__pages a:hover {
  color: var(--luckystar-base, #007a5f);
}

.topbar .social-links a {
  width: 28px;
  height: 28px;
  border-color: var(--luckystar-gray, #92918f);
}

.topbar .social-links a:hover {
  border-color: var(--luckystar-primary, #debf8c);
}

.topbar .social-links__icon {
  font-size: 12px;
  color: var(--luckystar-gray, #92918f);
}

.topbar--two {
  padding: 0px;
  border: none;
  overflow: hidden;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.topbar--two::before,
.topbar--two::after {
  display: none;
}

.topbar--two .container {
  max-width: 1430px;
}

@media (min-width: 1800px) {
  .topbar--two .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 176px;
  }
}

.topbar--two .topbar__note {
  display: flex;
  gap: 16px;
  align-items: center;
}

.topbar--two .topbar__note__title {
  flex-shrink: 0;
  margin: 0px;
  position: relative;
  padding: 7px 7.5px;
  font-size: 14px;
  color: var(--luckystar-black4, #131111);
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  background-color: var(--luckystar-primary, #debf8c);
}

.topbar--two .topbar__note__title::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent var(--luckystar-base, #007a5f);
}

.topbar--two .topbar__note__text {
  margin: 0px;
  font-size: 14px;
}

.topbar--two .topbar__right {
  display: flex;
  gap: 69px;
}

@media (max-width: 1199px) {
  .topbar--two .topbar__info {
    display: none;
  }
}

.topbar--two .topbar__info li {
  color: var(--luckystar-text, #636363);
}

.topbar--two .topbar__social {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.topbar--two .topbar__social::after {
  content: "";
  width: calc(100% + 218px);
  height: calc(100% + 24px);
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 1799px) {
  .topbar--two .topbar__social::after {
    width: calc(100% + 235px);
  }
}

.topbar--two .topbar__social__title {
  margin: 0px;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.header {
  width: 100%;
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0px auto;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;

}

/* .header::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10px;
  background-color: var(--luckystar-primary, #debf8c);
} */

.header::after {
  content: "";
  width: 1px;
  height: 85px;
  position: absolute;
  top: 0px;
  right: 14px;
  background-color: var(--luckystar-border-color, #dddddd);
}

@media (max-width: 991px) {
  .header::after {
    display: none;
  }
}

.header--two {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.header--two::before,
.header--two::after {
  display: none;
}

.main-header {
  position: relative;
  z-index: 999;
  background-color: var(--luckystar-white, #ffffff);
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.main-header>.container {
  max-width: 1356px;
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 10px 0;
  }
}

@media (max-width: 412px) {
  .main-header__logo {
    margin-right: 20px;
  }
}

.main-header__logo a {
  display: inline-block;
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
  max-height: 110px;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .main-header__right {
    padding-right: 24px;
  }

  .main-menu .main-menu__list>.main-header__products-menu>ul {
    right: -10px;
    left: auto;
  }

  .main-menu .main-menu__list>.main-header__products-menu ul li>ul {
    right: calc(100% + 20px);
    left: auto;
  }
}

.main-header__nav {
  margin-right: 36px;
}

@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}

.main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: var(--luckystar-black4, #131111);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
}

@media (max-width: 430px) {
  .main-header__search {
    margin-left: 40px;
  }
}

.main-header__search:hover {
  color: var(--luckystar-primary, #debf8c);
}

.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: var(--luckystar-border-color, #dddddd);
}

@media (max-width: 1199px) {
  .main-header__search::before {
    display: inline-block;
  }
}

@media (max-width: 430px) {
  .main-header__search::before {
    left: -20px;
  }
}

.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__call {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-header__call__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 23px;
  color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__call__title {
  margin-bottom: 3px;
  font-size: 18px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}

.main-header__call__number {
  margin: 0px;
  font-size: 16px;
  color: var(--luckystar-black3, #333333);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__call__number:hover {
  background-size: 100% 1px;
}

.main-header .sidebar-btn__toggler {
  width: 50px;
  height: 50px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
}

.main-header .sidebar-btn__toggler__line {
  width: 21px;
  height: 2px;
  display: inline-block;
  border-radius: 100px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.main-header .sidebar-btn__toggler__line:nth-child(2) {
  transform: translateX(6px);
}

.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__line {
  transform: translateX(0px);
}

.main-header--two {
  width: 100%;
  position: absolute;
  top: 23px;
  left: 0px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .main-header--two {
    top: 10px;
  }
}

.main-header--two .main-menu .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-header--two .main-menu .main-menu__list>li>a,
.main-header--two .main-menu .main-menu__list>li.megamenu>a::after,
.main-header--two .main-menu .main-menu__list>li.dropdown>a::after,
.main-header--two .main-header__search {
  color: var(--luckystar-white, #ffffff);
}

.main-header--two .main-menu__list>li.current>a::after,
.main-header--two .main-menu__list>li.megamenu:hover>a::after,
.main-header--two .main-menu__list>li.dropdown:hover>a::after {
  color: var(--luckystar-primary, #debf8c) !important;
}

.main-header--two .main-header__search:hover {
  color: var(--luckystar-primary, #debf8c);
}

.main-header--two .main-header__search::before {
  background-color: RGBA(var(--luckystar-border-color-rgb, 221, 221, 221), 0.5);
}

.main-header--two .mobile-nav__btn span {
  background-color: var(--luckystar-white, #ffffff);
}

.main-header--two .mobile-nav__btn:hover span {
  background-color: var(--luckystar-primary, #debf8c);
}

.main-header--two .main-header__call {
  margin-left: 38px;
}

@media (max-width: 1299px) {
  .main-header--two .main-header__call {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .main-header--two .main-header__call {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-header--two .main-header__call__icon {
    color: var(--luckystar-base, #007a5f);
    background-color: var(--luckystar-primary, #debf8c);
  }
}

.main-header--two .main-header__call:hover .main-header__call__icon {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-black4, #131111);
}

@media (max-width: 1199px) {
  .main-header--two .main-header__call:hover .main-header__call__icon {
    color: var(--luckystar-primary, #debf8c);
    background-color: var(--luckystar-white, #ffffff);
  }
}

@media (max-width: 1199px) {
  .main-header--two .main-header__call__title {
    color: var(--luckystar-white, #ffffff);
  }
}

@media (max-width: 1199px) {
  .main-header--two .main-header__call__number {
    color: var(--luckystar-white, #ffffff);
  }
}

@media (min-width: 1800px) {
  .main-header--three::before {
    content: "";
    width: 100px;
    height: 235px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--luckystar-primary, #debf8c);
  }

  .main-header--three::after {
    content: "";
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: var(--luckystar-base, #007a5f);
  }
}

.main-header--three>.container {
  max-width: 1430px;
}

@media (min-width: 1800px) {
  .main-header--three>.container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 31px;
  }
}

@media (min-width: 1800px) {
  .main-header--three .main-header__inner {
    padding-left: 30px;
  }
}

.main-header--three .main-menu .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-header--three .main-header__call {
  margin-left: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1799px) {
  .main-header--three .main-header__call {
    display: none;
  }
}

.main-header--three .main-header__call::after {
  content: "";
  width: calc(100% + 156px);
  height: calc(100% + 48.5px);
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--luckystar-white3, #ecf5f4);
}

.main-header--three .main-header__call__icon {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.main-header--three .sidebar-btn__toggler {
  margin-left: 91px;
}

@media (max-width: 1799px) {
  .main-header--three .sidebar-btn__toggler {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .main-header--three .sidebar-btn__toggler {
    margin-left: 25px;
  }
}

@media (max-width: 500px) {
  .main-header--three .sidebar-btn__toggler {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--three .sidebar-btn__toggler {
    display: none;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--luckystar-white, #ffffff);
  box-shadow: 0px 3px 18px rgba(var(--luckystar-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.sticky-header--cloned.main-header--two {
  background-color: var(--luckystar-black2, #222222);
}

.sticky-header--cloned.main-header--two .main-menu .main-menu__list>li {
  padding-top: 48px;
  padding-bottom: 48px;
}

.sticky-header--cloned.main-header--two .main-header__call:hover .main-header__call__icon {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.sticky-header--cloned.main-header--two .main-header__call .main-header__call__title,
.sticky-header--cloned.main-header--two .main-header__call .main-header__call__number {
  color: var(--luckystar-white, #ffffff);
}

.sticky-header--cloned.main-header--two .main-header__call .main-header__call__number:hover {
  color: var(--luckystar-primary, #debf8c);
}

.sticky-header--cloned.main-header--three::before {
  display: none;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--luckystar-black4, #131111);
  transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
  background-color: var(--luckystar-base, #007a5f);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 42px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 30px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 35px;
  }
}

.main-menu .main-menu__list>li>a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--luckystar-black3, #333333);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--luckystar-primary, #debf8c);
}

.main-menu .main-menu__list>li.megamenu>a,
.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.megamenu>a::after,
.main-menu .main-menu__list>li.dropdown>a::after {
  content: "\f10f";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "luckystaricons";
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-black3, #333333);
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li.megamenu:hover>a::after,
.main-menu .main-menu__list>li.dropdown:hover>a::after {
  color: var(--luckystar-primary, #debf8c);
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--luckystar-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}

.main-menu .main-menu__list li.megamenu:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}

.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}

.main-menu .main-menu__list li ul li>a {
  font-size: 15px;
  line-height: 26px;
  color: var(--luckystar-black3, #333333);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
}

.main-menu .main-menu__list li ul li>a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "luckystaricons";
  content: "\f10d";
  color: var(--luckystar-black2, #222222);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  color: var(--luckystar-black2, #222222);
  background-color: var(--luckystar-primary, #debf8c);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

.main-menu-five .main-menu__list>li.current>a,
.main-menu-five .main-menu__list>li:hover>a {
  color: var(--luckystar-primary, #debf8c) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--luckystar-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--luckystar-black, #000000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--luckystar-base, #007a5f);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--luckystar-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--luckystar-black3-rgb, 51, 51, 51), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--luckystar-black, #000000);
  font-weight: 600;
}

.demo-one__title a {
  color: inherit;
}

.demo-one__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.demo-one__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  background-color: rgba(var(--luckystar-black4-rgb, 19, 17, 17), 0.7);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  .demo-one__btns {
    flex-direction: column;
  }
}

.demo-one .findox-btn {
  padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one .findox-btn {
    min-width: 183.98px;
  }
}

@media (max-width: 375px) {
  .demo-one .findox-btn {
    min-width: 183.98px;
  }
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--luckystar-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--luckystar-black3-rgb, 51, 51, 51), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .findox-btn {
  min-width: 183.98px;
  padding-left: 25px;
  justify-content: flex-end;
}

.home-showcase .demo-one__title {
  padding: 0;
  font-size: 16px;
  color: var(--luckystar-black4, #131111);
  text-transform: capitalize;
  margin-top: 20px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--luckystar-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: min(88vw, 370px);
  background: linear-gradient(180deg, #102d27 0%, #071c17 100%);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 58px 24px 80px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav__content .logo-box a {
  display: inline-block;
}

.mobile-nav__content .logo-box img {
  max-width: 100%;
  height: auto;
  max-width: 150px;
}

.mobile-nav__intro {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.mobile-nav__intro p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.mobile-nav__section-title {
  margin: 0 0 9px;
  color: var(--luckystar-primary, #debf8c);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mobile-nav__section-title--contact {
  margin-top: 27px;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--luckystar-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}

.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__close:hover {
  color: var(--luckystar-base, #007a5f);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-inline: 38px;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list li>a {
  height: 46px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-inline: 12px 38px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  line-height: 30px;
  text-align: left;
  color: var(--luckystar-white, #ffffff);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
  font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--luckystar-base, #007a5f);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: var(--luckystar-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  background-color: var(--luckystar-base, #007a5f);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  color: var(--luckystar-black4, #131111);
  transform: rotate(0deg);
  background-color: var(--luckystar-white, #ffffff);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 22px;
}

.mobile-nav__contact li {
  color: var(--luckystar-white, #ffffff);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.5;
  transition: 500ms;
}

.mobile-nav__contact li a small {
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

.mobile-nav__contact li a:hover {
  color: var(--luckystar-base, #007a5f);
}

.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 12px;
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.mobile-nav__contact--address .mobile-nav__contact__icon {
  margin-top: 2px;
}

.mobile-nav__cta {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border-radius: 9px;
  background: var(--luckystar-primary, #debf8c);
  color: #173f35;
  font-size: 14px;
  font-weight: 800;
  transition: background-color .3s ease, transform .3s ease;
}

.mobile-nav__cta:hover {
  background: #fff;
  color: var(--luckystar-base, #007a5f);
  transform: translateY(-2px);
}

.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links {
  gap: 12px;
}

.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--luckystar-base, #007a5f);
}

.mobile-nav__content .social-links a:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
}

.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--luckystar-base, #007a5f);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--luckystar-black2, #222222);
}

.search-popup__form .findox-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  font-size: 20px;
  color: var(--luckystar-white, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0px;
}

.search-popup__form .findox-btn::before {
  display: none;
}

.search-popup__form .findox-btn:hover {
  color: var(--luckystar-base, #007a5f);
}

.search-popup__form .findox-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  border-radius: 5px;
}

.form-one .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.form-one .bootstrap-select .dropdown-menu {
  border-radius: 5px;
}

.form-one .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0px;
  background-color: var(--luckystar-white2, #f0f2f8) !important;
  margin: 0;
  padding: 0;
  padding-left: 29px;
  padding-right: 29px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  color: var(--luckystar-text, #636363) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 767px) {
  .form-one .bootstrap-select>.dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-one .bootstrap-select>.dropdown-toggle::before {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
}

@media (max-width: 767px) {
  .form-one .bootstrap-select>.dropdown-toggle::before {
    right: 25px;
  }
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
}

.form-one .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one .bootstrap-select .dropdown-menu>li>a {
  padding: 10px 29px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  background-color: var(--luckystar-white2, #f0f2f8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .form-one .bootstrap-select .dropdown-menu>li>a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
  color: var(--luckystar-white, #ffffff);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-base, #007a5f);
}

.form-one .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=search],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 29px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
  transition: all 500ms ease;
}

@media (max-width: 767px) {

  .form-one .bootstrap-select>.dropdown-toggle,
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=search],
  .form-one input[type=tel],
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-one .bootstrap-select>.dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=search]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--luckystar-black4, #131111);
}

.form-one textarea {
  height: 122px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 53px;
}

.comments-one__title {
  margin-bottom: 52px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
}

.comments-one__list {
  margin: 0;
}

.comments-one__card {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__card {
    grid-template-columns: 140px auto;
  }
}

@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}

.comments-one__card:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .comments-one__card:not(:last-child) {
    margin-bottom: 50px;
  }
}

.comments-one__image {
  width: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image {
    width: 140px;
  }
}

@media (max-width: 575px) {
  .comments-one__image {
    width: 140px;
  }
}

.comments-one__image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 575px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}

.comments-one__content {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .comments-one__content {
    margin-top: 0px;
  }
}

.comments-one__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}

@media (max-width: 991px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .comments-one__top {
    gap: 20px;
  }
}

.comments-one__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .comments-one__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.comments-one__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
  line-height: 1.318;
}

.comments-one__date {
  margin: 0;
  position: relative;
  color: var(--luckystar-base, #007a5f);
}

.comments-one__date::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 19px;
  height: 1px;
  margin-right: 9px;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 575px) {
  .comments-one__date::before {
    display: none;
  }
}

.comments-one__bottom {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 30px;
}

@media (max-width: 412px) {
  .comments-one__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.comments-one__reply {
  margin-top: 21px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-base, #007a5f);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.comments-one__reply:hover {
  color: var(--luckystar-primary, #debf8c);
}

.comments-one__text {
  margin: 0px;
}

.comments-form {
  margin-top: 53px;
}

.comments-form__title {
  margin-bottom: 52px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  overflow: hidden;
}

.contact-one--page {
  margin-top: 120px;
}

@media (max-width: 1299px) {
  .contact-one--page {
    margin-top: 0px;
  }
}

.contact-one--page .contact-one__bg {
  width: calc(100% - 250px);
  border-radius: 50px 0px 0px 0px;
}

@media (max-width: 1799px) {
  .contact-one--page .contact-one__bg {
    width: calc(100% - 150px);
  }
}

@media (max-width: 1599px) {
  .contact-one--page .contact-one__bg {
    width: calc(100% - 70px);
  }
}

@media (max-width: 1399px) {
  .contact-one--page .contact-one__bg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1299px) {
  .contact-one--page .contact-one__bg {
    width: 100%;
    border-radius: 0px;
  }
}

.contact-one--page .contact-one__bg::before {
  border-radius: inherit;
}

.contact-one--page .contact-one__bg__shape {
  display: inline-block;
  left: 0px;
}

@media (max-width: 1299px) {
  .contact-one--page .contact-one__bg__shape {
    display: none;
  }
}

.contact-one__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.contact-one__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-base, #007a5f);
}

.contact-one__bg::after {
  content: "";
  width: 41.103%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
  .contact-one__bg::after {
    display: none;
  }
}

.contact-one__bg__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  animation: moveX2 2s ease-in-out infinite;
}

@media (max-width: 1799px) {
  .contact-one__bg__shape {
    left: -120px;
  }
}

@media (max-width: 1599px) {
  .contact-one__bg__shape {
    left: -200px;
  }
}

@media (max-width: 1399px) {
  .contact-one__bg__shape {
    display: none;
  }
}

.contact-one .container {
  position: relative;
  z-index: 2;
}

.contact-one .sec-title {
  margin-bottom: 26px;
}

.contact-one__info {
  margin: 0px;
}

.contact-one__info li+li {
  margin-top: 30px;
}

.contact-one__info li:nth-child(even) {
  margin-left: 70px;
}

@media (max-width: 991px) {
  .contact-one__info li:nth-child(even) {
    margin-left: 0px;
  }
}

.contact-one__info__inner {
  min-width: 285px;
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  padding: 20px 21px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.contact-one__info__inner::before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  top: 20px;
  left: 21px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.contact-one__info__inner:hover {
  border-color: var(--luckystar-primary, #debf8c);
}

.contact-one__info__inner:hover::before {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 0px;
}

.contact-one__info__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 24px;
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.contact-one__info__inner:hover .contact-one__info__icon {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.contact-one__info__title {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 700;
  line-height: 1.277;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.contact-one__info__inner:hover .contact-one__info__title {
  color: var(--luckystar-black2, #222222);
}

.contact-one__info__text {
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 400;
  line-height: 1.277;
  line-height: 1.3125;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__info__text:hover {
  background-size: 100% 1px;
}

.contact-one__info__inner:hover .contact-one__info__text {
  color: var(--luckystar-black3, #333333);
}

.contact-one__form {
  padding: 85px 80px;
  border-radius: 50px;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 991px) {
  .contact-one__form {
    padding: 60px 50px;
  }
}

@media (max-width: 440px) {
  .contact-one__form {
    padding: 40px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form {
    padding: 46px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one .form-one__group {
    grid-template-columns: 1fr;
  }
}

.contact-one .form-one .bootstrap-select>.dropdown-toggle,
.contact-one .form-one input[type=text],
.contact-one .form-one input[type=email],
.contact-one .form-one input[type=search],
.contact-one .form-one input[type=tel] {
  height: 48px;
  border-radius: 100px;
  background-color: transparent !important;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.contact-one .form-one .bootstrap-select>.dropdown-toggle:focus,
.contact-one .form-one input[type=text]:focus,
.contact-one .form-one input[type=email]:focus,
.contact-one .form-one input[type=search]:focus,
.contact-one .form-one input[type=tel]:focus {
  border-color: var(--luckystar-base, #007a5f);
}

.contact-one .form-one .findox-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 14px 35px;
  gap: 10px;
  border-radius: 100px;
}

.contact-one .form-one .findox-btn::before {
  display: none;
}

.contact-one .form-one .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.contact-one .form-one .findox-btn .findox-btn__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--luckystar-white, #ffffff);
}

.contact-one .form-one .findox-btn .findox-btn__icon i {
  position: absolute;
  top: 0px;
  bottom: auto;
}

.contact-one .form-one .findox-btn .findox-btn__icon i:last-child {
  left: -20px;
  bottom: auto;
}

.contact-one .form-one .findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-black4, #131111);
}

.contact-one .form-one .findox-btn:hover .findox-btn__icon i {
  transform: translate(20px, 0px);
}

.contact-one__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  animation: moveX 2s linear infinite;
}

@media (max-width: 1599px) {
  .contact-one__image {
    right: -50px;
  }
}

@media (max-width: 1399px) {
  .contact-one__image {
    display: none;
  }
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-one {
  position: relative;
  z-index: 1;
}

.newsletter-one__inner {
  position: relative;
  margin-bottom: -153px;
  padding: 70px 120px 77px;
  overflow: hidden;
  border-radius: 500px;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1199px) {
  .newsletter-one__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 991px) {
  .newsletter-one__inner {
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 150px;
  }
}

@media (max-width: 767px) {
  .newsletter-one__inner {
    padding: 50px 40px 57px;
    border-radius: 50px;
  }
}

@media (max-width: 412px) {
  .newsletter-one__inner {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
  }
}

.newsletter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.newsletter-one__content {
  max-width: 694px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.newsletter-one__title {
  margin-bottom: 13px;
  font-size: 35px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  line-height: 1.314;
}

@media (max-width: 767px) {
  .newsletter-one__title {
    font-size: 32px;
  }
}

@media (max-width: 440px) {
  .newsletter-one__title {
    font-size: 30px;
  }
}

.newsletter-one__text {
  margin-bottom: 23px;
  font-size: 18px;
  color: var(--luckystar-black3, #333333);
  line-height: 1.444;
}

@media (max-width: 440px) {
  .newsletter-one__text {
    font-size: 16px;
  }
}

.newsletter-one__form {
  max-width: 470px;
  margin: 0px auto;
  position: relative;
}

.newsletter-one__form input[type=email],
.newsletter-one__form input[type=text] {
  width: 100%;
  height: 45px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  padding-left: 30px;
  padding-right: 5px;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.newsletter-one__form input[type=email]:focus,
.newsletter-one__form input[type=text]:focus {
  color: var(--luckystar-black, #000000);
}

.newsletter-one__form .findox-btn {
  width: 100%;
  display: block;
  margin-top: 17px;
  padding: 9.5px 30px;
  text-align: center;
  border-radius: 100px;
}

.newsletter-one__form .findox-btn::before {
  display: none;
}

@media (max-width: 575px) {
  .newsletter-one__form .findox-btn::after {
    background-color: var(--luckystar-white, #ffffff);
  }
}

@media (min-width: 576px) {
  .newsletter-one__form .findox-btn {
    width: auto;
    display: inline-flex;
    margin: 0px;
    padding: 9.5px 24px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

.newsletter-one__form .findox-btn__text {
  font-size: 15px;
}

.newsletter-one__form .findox-btn__text__icon {
  margin-left: 3px;
  font-size: 14px;
  color: inherit;
}

.newsletter-one__form .findox-btn__text__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  z-index: 1;
}

.video-one .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .video-one .container {
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
    margin-left: calc((100% - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .video-one .container {
    margin-left: calc((100% - 1200px) / 2);
  }
}

.video-one__inner {
  padding: 260.5px 0px;
  position: relative;
}

@media (max-width: 991px) {
  .video-one__inner {
    padding: 240.5px 0px;
  }
}

@media (max-width: 575px) {
  .video-one__inner {
    padding: 200.5px 0px;
  }
}

.video-one__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-black-rgb, 0, 0, 0), 0.6);
}

.video-one__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.video-one__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  font-size: 35px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 50%;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-one__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-one__btn:hover {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.process-video-modal {
  width: min(92vw, 1080px);
  position: relative;
  margin: 40px auto;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(0, 0, 0, .4);
}

.process-video-modal video {
  width: 100%;
  max-height: 82vh;
  display: block;
  border-radius: 12px;
  background: #000;
}

.process-video-modal .mfp-close {
  top: -42px;
  right: 0;
  color: #fff;
  opacity: 1;
}

.video-one__btn__ripple::before,
.video-one__btn__ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0.7);
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-one__btn__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.video-one__btn__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.video-one__btn:hover .video-one__btn__ripple::before,
.video-one__btn:hover .video-one__btn__ripple::after {
  box-shadow: 0 0 0 0 RGBA(var(--luckystar-primary-rgb, 245, 200, 53), 0.7);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 50px RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0);
  }

  100% {
    box-shadow: 0 0 0 0 RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0);
  }
}

.video-one__title {
  margin: 0px;
  position: absolute;
  top: 38px;
  left: 60px;
  font-size: 100px;
  white-space: nowrap;
  color: transparent;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 991px) {
  .video-one__title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .video-one__title {
    top: 46px;
    left: 50%;
    font-size: 65px;
    transform: translateX(-50%);
    -webkit-text-stroke-width: 1px;
  }
}

@media (max-width: 575px) {
  .video-one__title {
    font-size: 60px;
  }
}

@media (max-width: 440px) {
  .video-one__title {
    font-size: 55px;
  }
}

@media (max-width: 390px) {
  .video-one__title {
    font-size: 50px;
  }
}

.video-one__title--right {
  top: auto;
  left: auto;
  right: 60px;
  bottom: 32px;
}

@media (max-width: 767px) {
  .video-one__title--right {
    right: auto;
    bottom: 42px;
    left: 50%;
  }
}

@media (max-width: 575px) {
  .video-one__title--right {
    bottom: 43px;
  }
}

@media (max-width: 440px) {
  .video-one__title--right {
    bottom: 41px;
  }
}

@media (max-width: 390px) {
  .video-one__title--right {
    bottom: 43px;
  }
}

.video-one__shape {
  display: none;
  height: 275px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 1200px) {
  .video-one__shape {
    display: block;
    width: calc((100% - 1170px) / 2);
  }
}

.video-one__shape::before,
.video-one__shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.video-one__shape::before {
  left: 0px;
  background-color: var(--luckystar-base, #007a5f);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.video-one__shape::after {
  right: 0px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.team-card__image {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.team-card__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.team-card__social {
  width: 80px;
  height: 45px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}

.team-card__social__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 18px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 20px 0px 0px 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.team-card__social__icon:hover {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.team-card__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-card__social .social-links {
  gap: 8px;
  flex-wrap: nowrap;
  position: absolute;
  top: calc(50% - 6px);
  right: 90%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-70%) translateY(-50%);
  transition: all 500ms ease;
}

@media (min-width: 576px) and (max-width: 767px) {
  .team-card__social .social-links {
    right: 70%;
  }
}

.team-card__social .social-links a {
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--luckystar-white, #ffffff);
}

.team-card__social .social-links a:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.team-card__social .social-links a .social-links__icon {
  color: var(--luckystar-base, #007a5f);
}

.team-card__social .social-links a:hover .social-links__icon {
  color: var(--luckystar-base, #007a5f);
}

.team-card__social:hover .social-links {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%) translateY(-50%);
}

.team-card__overlay {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.5);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: 1;
  transition: all 0.5s ease;
}

.team-card:hover .team-card__overlay {
  height: 100%;
  opacity: 1;
}

.team-card__shape {
  width: 100%;
  height: 242px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--luckystar-white4, #e2edec);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270.000000 242.000000"><g transform="translate(0.000000,242.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M3850 4821 c-382 -83 -750 -370 -1140 -891 -583 -777 -954 -975 -1692 -902 -384 39 -853 -161 -976 -414 -41 -85 -42 -110 -42 -1350 l0 -1264 2700 0 2700 0 0 1947 0 1947 -45 83 c-297 548 -1014 950 -1505 844z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270.000000 242.000000"><g transform="translate(0.000000,242.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M3850 4821 c-382 -83 -750 -370 -1140 -891 -583 -777 -954 -975 -1692 -902 -384 39 -853 -161 -976 -414 -41 -85 -42 -110 -42 -1350 l0 -1264 2700 0 2700 0 0 1947 0 1947 -45 83 c-297 548 -1014 950 -1505 844z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.team-card__shape::before,
.team-card__shape::after {
  content: "";
  width: 231px;
  height: 236px;
  position: absolute;
  border-radius: 50%;
  border: 20px solid;
  transition: all 500ms ease;
}

.team-card__shape::before {
  left: -96px;
  bottom: 50px;
  z-index: 1;
  border-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.3);
}

.team-card__shape::after {
  top: -138px;
  right: -43px;
  border-color: RGBA(var(--luckystar-primary-rgb, 245, 200, 53), 0.3);
}

.team-card:hover .team-card__shape::before {
  border-color: var(--luckystar-base, #007a5f);
}

.team-card:hover .team-card__shape::after {
  border-color: var(--luckystar-primary, #debf8c);
}

.team-card__info {
  position: relative;
  z-index: 1;
  padding: 20px 25px 17px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px 0px 50px 50px;
  background-color: var(--luckystar-white, #ffffff);
  filter: drop-shadow(0 2px 4.4px rgba(0, 0, 0, 0.15));
}

.team-card__info::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.team-card:hover .team-card__info::before {
  height: 100%;
  top: 0px;
}

.team-card__name {
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}

@media (min-width: 576px) and (max-width: 767px) {
  .team-card__name {
    font-size: 19px;
  }
}

.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__name a:hover {
  background-size: 100% 1px;
}

.team-card__designation {
  margin: 0px;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.team-card:hover .team-card__name,
.team-card:hover .team-card__designation {
  color: var(--luckystar-white, #ffffff);
}

.team-card-two__image__inner {
  position: relative;
  overflow: hidden;
  border: 10px solid var(--luckystar-primary, #debf8c);
  border-bottom: none;
  border-radius: 500px 500px 0px 0px;
}

.team-card-two__image__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(199, 199, 199, 0) 63.97%, rgba(222, 191, 140, 0.8) 83.11%);
  transition: all 0.5s ease;
}

.team-card-two__image__inner img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.team-card-two:hover .team-card-two__image__inner::after {
  opacity: 1;
  transform: translateY(0%);
}

.team-card-two__info {
  width: calc(100% - 90px);
  position: relative;
  margin: -50px auto 0px;
}

@media (max-width: 412px) {
  .team-card-two__info {
    width: calc(100% - 50px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-card-two__info {
    width: calc(100% - 70px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__info {
    width: calc(100% - 40px);
  }
}

.team-card-two__info__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 34px 25px 21px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 360px) {
  .team-card-two__info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.team-card-two__info__inner::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.team-card-two:hover .team-card-two__info__inner::before {
  height: 100%;
  top: 0px;
}

.team-card-two__social {
  width: 46px;
  height: 70px;
  position: relative;
  position: absolute;
  top: -47px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.team-card-two__social__icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  border: 3px solid var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.team-card-two__social__icon:hover {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.team-card-two__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-card-two__social .social-links {
  gap: 8px;
  flex-direction: column;
  margin: auto;
  position: absolute;
  top: -220%;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.team-card-two__social .social-links a {
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--luckystar-white, #ffffff);
}

.team-card-two__social .social-links a:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.team-card-two__social .social-links a .social-links__icon {
  color: var(--luckystar-base, #007a5f);
}

.team-card-two__social .social-links a:hover .social-links__icon {
  color: var(--luckystar-base, #007a5f);
}

.team-card-two__social:hover .social-links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.team-card-two__name {
  margin-bottom: 2px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}

@media (max-width: 390px) {
  .team-card-two__name {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-card-two__name {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__name {
    font-size: 20px;
  }
}

.team-card-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-two__name a:hover {
  background-size: 100% 1px;
}

.team-card-two__designation {
  margin: 0px;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.team-card-two:hover .team-card-two__name,
.team-card-two:hover .team-card-two__designation {
  color: var(--luckystar-white, #ffffff);
}

.team-one,
.team-two,
.team-page {
  background-color: var(--luckystar-white, #ffffff);
}

.team-two {
  position: relative;
}

.team-two__bg {
  width: 100%;
  /* height: calc(100% - 478px); */
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 430px) {
  .team-two__bg {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .team-two__bg {
    height: 100%;
  }
}

.team-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.5);
}

.team-page .team-card-two__image__inner {
  border-color: var(--luckystar-white2, #f0f2f8);
}

/* team details */
.team-details {
  background-color: var(--luckystar-white, #ffffff);
}

.team-details__image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-details__image img {
    width: 100%;
    display: block;
  }
}

.team-details__content {
  margin-top: -5px;
}

@media (max-width: 991px) {
  .team-details__content {
    margin-top: 0px;
  }
}

.team-details__identity {
  margin-bottom: 24px;
}

.team-details__name {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details__designation {
  margin-bottom: 10px;
}

.team-details__text {
  margin: 0px;
}

.team-details__info {
  margin: 0px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.team-details__info li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.team-details__info li::after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.team-details__info li.active::after {
  opacity: 1;
}

.team-details__info__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.team-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-details__info__title {
  margin: 0px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.team-details__info__text {
  color: var(--luckystar-black3, #333333);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-details__info__text:hover {
  background-size: 100% 1px;
}

li.active .team-details__info__icon,
li.active .team-details__info__title,
li.active .team-details__info__text {
  color: var(--luckystar-white, #ffffff);
}

.team-details__programs {
  max-width: 335px;
  position: relative;
  padding: 37px 34px 40px 24px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
  border-left-width: 0px;
}

@media (max-width: 767px) {
  .team-details__programs {
    max-width: 100%;
    border: none;
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-details__programs {
    max-width: 100%;
    border: none;
    padding: 0px;
  }
}

.team-details__programs::before,
.team-details__programs::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: -30px;
  background-color: var(--luckystar-border-color, #dddddd);
}

@media (max-width: 767px) {

  .team-details__programs::before,
  .team-details__programs::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .team-details__programs::before,
  .team-details__programs::after {
    display: none;
  }
}

.team-details__programs::before {
  top: -1px;
}

.team-details__programs::after {
  bottom: -1px;
}

.team-details__programs__inner {
  position: relative;
  padding-left: 23px;
}

.team-details__programs__inner::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-border-color, #dddddd);
}

.team-details__programs__inner::after {
  content: "";
  width: 2px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.team-details__programs__title {
  margin-bottom: 8px;
  font-size: 22px;
  color: var(--luckystar-black, #000000);
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details__programs__list {
  margin: 0px;
}

.team-details__programs__list li+li {
  margin-top: 9px;
}

.team-details__programs__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
}

.team-details__programs__list__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  border: 1px solid var(--luckystar-primary, #debf8c);
}

.team-details__programs__list__icon::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--luckystar-black4, #131111);
}

.team-details__personal {
  margin: 10px 0px 35px;
}

.team-details__personal__title {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
}

.team-details__personal__text {
  margin: 0px;
}

.team-details__personal__text+.team-details__personal__text {
  margin-top: 15px;
}

.team-details__skill {
  display: grid;
  grid-gap: 30px 0px;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 575px) {
  .team-details__skill {
    border: none;
    border-radius: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-details .skill-box {
  position: relative;
  padding: 30px 20px 23px;
  text-align: center;
}

@media (max-width: 575px) {
  .team-details .skill-box {
    border-radius: 10px;
    border: 1px solid var(--luckystar-border-color, #dddddd);
  }
}

@media (min-width: 576px) {
  .team-details .skill-box:not(:last-child) {
    border-right: 1px solid var(--luckystar-border-color, #dddddd);
  }
}

.team-details .skill-box__count {
  width: 108px;
  height: 108px;
  margin: 0px auto 18px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.team-details .skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
}

.team-details .skill-box__funfact {
  margin: 0px;
  display: inline-flex;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  transition: all 500ms ease;
}

.team-details .skill-box__title {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (min-width: 576px) and (max-width: 767px) {
  .team-details .skill-box__title {
    font-size: 18px;
  }
}

.team-details__certificate {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 441px) and (max-width: 767px) {
  .team-details__certificate {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-details__certificate img {
  max-width: 100%;
  height: auto;
}

.blog-card {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.blog-card::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card:hover::before {
  height: 100%;
  top: 0px;
}

.blog-card::after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: translateY(-30%);
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(100% 0, 100% 43%, 50% 100%, 0 43%, 0 0);
  transition: all 500ms ease;
}

.blog-card:hover::after {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 300ms;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px 15px 0px 0px;
}

.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.blog-card__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--luckystar-black4-rgb, 19, 17, 17), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-30%);
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--luckystar-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-card__content {
  position: relative;
  z-index: 1;
  padding: 0px 20px 30px;
}

@media (max-width: 412px) {
  .blog-card__content {
    padding: 0px 10px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 0px 10px 15px;
  }
}

.blog-card__admin {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: -36px 0px 19px;
  position: relative;
  top: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 10px 25px 10px 10px;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.blog-card__admin__image {
  width: 50px !important;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}

.blog-card__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
}

.blog-card__admin__date {
  margin: 0px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 10px 17px;
  margin-bottom: 15px;
}

@media (max-width: 390px) {
  .blog-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-card__meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  line-height: 1.25;
}

.blog-card__meta li a {
  color: inherit;
}

.blog-card__meta li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card__meta__icon {
  font-size: 18px;
  color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card:hover .blog-card__meta li {
  color: var(--luckystar-white, #ffffff);
}

.blog-card:hover .blog-card__meta__icon {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card__title {
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
}

@media (max-width: 375px) {
  .blog-card__title {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}

.blog-card__title a {
  color: inherit;
}

.blog-card__title a:hover {
  color: var(--luckystar-white, #ffffff);
  ;
}

.blog-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

/* .blog-card__title a:hover {
  background-size: 100% 1px;
} */

.blog-card:hover .blog-card__title {
  color: var(--luckystar-white, #ffffff);
}

.blog-card:hover .findox-btn::after {
  width: 100%;
  left: 0px;
}

.blog-card:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.blog-card:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.blog-card:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.blog-card:hover .findox-btn__icon i {
  transform: translate(15px, -15px);
  transition: all 0.5s ease-out;
}

.blog-card:hover .findox-btn__icon i:last-child {
  visibility: visible;
}

.blog-card__border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.blog-card:hover .blog-card__border {
  border-color: var(--luckystar-base, #007a5f);
}

.blog-card-two {
  display: grid;
  align-items: center;
  grid-template-columns: 270px auto;
  background-color: var(--luckystar-white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(2px 0 5.7px rgba(0, 0, 0, 0.1));
}

@media (max-width: 767px) {
  .blog-card-two {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two {
    display: block;
  }
}

.blog-card-two__image {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-card-two__image {
    height: 270px;
    border-radius: 10px 10px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__image {
    height: 270px;
    border-radius: 10px 10px 0px 0px;
  }
}

.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--luckystar-black4-rgb, 19, 17, 17), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-30%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-two__image__link::before,
.blog-card-two__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--luckystar-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-two__date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  min-width: 57px;
  text-align: center;
}

.blog-card-two__date__day {
  display: block;
  position: relative;
  z-index: 1;
  padding: 11.5px 5px 7.5px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 30px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 600;
  line-height: 1;
  border-radius: 15px 15px 0px 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card-two__date__month {
  display: block;
  position: relative;
  padding: 8px 5px 7px;
  font-size: 16px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

.blog-card-two:hover .blog-card-two__date__day {
  color: var(--luckystar-black3, #333333);
  background-color: var(--luckystar-white, #ffffff);
}

.blog-card-two__content {
  position: relative;
  z-index: 1;
  padding: 20px 23px 20px 28px;
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 767px) {
  .blog-card-two__content {
    padding: 29px 30px 30px;
    border-radius: 0px 0px 10px 10px;
  }
}

@media (max-width: 390px) {
  .blog-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__content {
    padding: 29px 30px 30px;
    border-radius: 0px 0px 10px 10px;
  }
}

.blog-card-two__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card-two:hover .blog-card-two__content::after {
  height: 100%;
  top: 0px;
}

.blog-card-two__category {
  display: inline-block;
  padding: 9.5px 21px;
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-black4, #131111);
  text-transform: uppercase;
  border-radius: 10px;
  background-color: var(--luckystar-primary, #debf8c);
  border: 1px solid var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card-two:hover .blog-card-two__category {
  color: var(--luckystar-black2, #222222);
  border-color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-white, #ffffff);
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 15px;
}

.blog-card-two__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  line-height: 1.25;
}

.blog-card-two__meta li a {
  color: inherit;
}

.blog-card-two__meta li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card-two__meta__icon {
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  transition: all 500ms ease;
}

.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-two:hover .blog-card-two__meta li {
  color: var(--luckystar-white, #ffffff);
}

.blog-card-two:hover .blog-card-two__meta__icon {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card-two__title {
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
}

@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}

.blog-card-two__title a {
  color: inherit;
}

.blog-card-two__title a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two:hover .blog-card-two__title {
  color: var(--luckystar-white, #ffffff);
}

.blog-card-two:hover .findox-btn::after {
  width: 100%;
  left: 0px;
}

.blog-card-two:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.blog-card-two:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.blog-card-two:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.blog-card-two:hover .findox-btn__icon i {
  transform: translate(15px, -15px);
  transition: all 0.5s ease-out;
}

.blog-card-two:hover .findox-btn__icon i:last-child {
  visibility: visible;
}

.blog-card-two__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 16px;
  bottom: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.blog-card-two__shape--hover {
  opacity: 0;
}

.blog-card-two:hover .blog-card-two__shape {
  opacity: 0;
}

.blog-card-two:hover .blog-card-two__shape--hover {
  opacity: 1;
}

.blog-card-two--normal {
  display: block;
}

.blog-card-two--normal .blog-card-two__image {
  height: auto;
  border-radius: 10px 10px 0px 0px;
}

.blog-card-two--normal .blog-card-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.blog-card-two--normal .blog-card-two__category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.blog-card-two--normal:hover .blog-card-two__category {
  color: var(--luckystar-black4, #131111);
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.blog-card-two--normal .blog-card-two__content {
  padding: 29px 30px 30px;
  border-radius: 0px 0px 10px 10px;
}

@media (max-width: 430px) {
  .blog-card-two--normal .blog-card-two__content {
    padding-top: 55px;
  }
}

@media (max-width: 390px) {
  .blog-card-two--normal .blog-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-card-two--normal .blog-card-two__date {
  top: -50px;
  right: 62px;
  left: auto;
}

@media (max-width: 440px) {
  .blog-card-two--normal .blog-card-two__date {
    right: 30px;
  }
}

.blog-card-two--normal .blog-card-two__meta {
  margin-bottom: 14px;
}

.blog-card-two--normal .blog-card-two__shape {
  right: 57px;
}

@media (max-width: 767px) {
  .blog-card-two--normal .blog-card-two__shape {
    right: 30px;
  }
}

@media (max-width: 575px) {
  .blog-card-two--normal .blog-card-two__shape {
    display: none !important;
  }
}

.blog-card-three__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}

.blog-card-three__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--luckystar-black4-rgb, 19, 17, 17), 0.6);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-30%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-three__image__link::before,
.blog-card-three__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--luckystar-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-three__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-three:hover .blog-card-three__image img {
  transform: scale(1.1);
}

.blog-card-three:hover .blog-card-three__image__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-three__content {
  width: calc(100% - 40px);
  position: relative;
  z-index: 1;
  margin: -83px 0px 0px auto;
  background-color: var(--luckystar-white, #ffffff);
  filter: drop-shadow(0 1px 6.3px rgba(0, 0, 0, 0.1));
}

@media (max-width: 412px) {
  .blog-card-three__content {
    width: calc(100% - 20px);
    margin-top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__content {
    width: calc(100% - 20px);
    margin-top: -100px;
  }
}

.blog-card-three__content::before {
  content: "";
  width: 40px;
  height: 41px;
  position: absolute;
  top: 0px;
  left: -40px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  transition: all 500ms ease;
}

@media (max-width: 412px) {
  .blog-card-three__content::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__content::before {
    display: none;
  }
}

.blog-card-three__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card-three:hover .blog-card-three__content::before {
  background-color: var(--luckystar-base, #007a5f);
}

.blog-card-three:hover .blog-card-three__content::after {
  height: 100%;
  top: 0px;
}

.blog-card-three__top {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10.5px 60px 10.5px 20px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

@media (max-width: 412px) {
  .blog-card-three__top {
    padding-right: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__top {
    padding-right: 80px;
  }
}

.blog-card-three:hover .blog-card-three__top {
  background-color: var(--luckystar-primary, #debf8c);
}

.blog-card-three__meta {
  display: flex;
  gap: 10px 14px;
  align-items: center;
  margin: 0px;
}

@media (max-width: 412px) {
  .blog-card-three__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-card-three__meta li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.25;
  transition: all 500ms ease;
}

.blog-card-three__meta li a {
  color: inherit;
  transition: 0s;
}

.blog-card-three__meta__icon {
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-three:hover .blog-card-three__meta li,
.blog-card-three:hover .blog-card-three__meta__icon {
  color: var(--luckystar-black3, #333333);
}

.blog-card-three__btn {
  width: 41px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

@media (max-width: 412px) {
  .blog-card-three__btn {
    width: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__btn {
    width: 60px;
  }
}

.blog-card-three__btn__icon {
  font-size: 13px;
  color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.blog-card-three__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-three__btn:hover .blog-card-three__btn__icon {
  transform: rotate(45deg);
}

.blog-card-three:hover .blog-card-three__btn {
  background-color: var(--luckystar-base, #007a5f);
}

.blog-card-three:hover .blog-card-three__btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.blog-card-three__inner {
  padding: 20px 24px 23px;
}

.blog-card-three__title {
  position: relative;
  padding-left: 17px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
}

@media (max-width: 412px) {
  .blog-card-three__title {
    padding-left: 0px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__title {
    padding-left: 0px;
    font-size: 20px;
  }
}

.blog-card-three__title::before {
  content: "";
  width: 3px;
  height: calc(100% - 11px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 412px) {
  .blog-card-three__title::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__title::before {
    display: none;
  }
}

.blog-card-three__title a {
  color: inherit;
}

.blog-card-three__title a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.blog-card-three__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-three__title a:hover {
  background-size: 100% 1px;
}

.blog-card-three__text {
  margin: 0px;
  transition: all 500ms ease;
}

.blog-card-three:hover .blog-card-three__title,
.blog-card-three:hover .blog-card-three__text {
  color: var(--luckystar-white, #ffffff);
}

.blog-card-four__image {
  margin-bottom: 30px;
}

.blog-card-four__image img {
  width: 100%;
  display: block;
}

.blog-card-four__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.blog-card-four__category {
  padding: 7px 25px;
  border-radius: 100px;
}

.blog-card-four__category::before {
  display: none;
}

.blog-card-four__info {
  display: flex;
  align-items: center;
}

.blog-card-four__info__text {
  margin: 0;
  position: relative;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  text-transform: capitalize;
}

.blog-card-four__info__text:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
}

.blog-card-four__info__text a {
  color: inherit;
}

.blog-card-four__info__text a:hover {
  color: var(--luckystar-base, #007a5f);
}

.blog-card-four__info__text a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-four__info__text a:hover {
  background-size: 100% 1px;
}

.blog-card-four__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card-four__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
}

.blog-card-four__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-four__comment__text {
  color: var(--luckystar-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-card-four__comment__text:hover {
  color: var(--luckystar-base, #007a5f);
}

.blog-card-four__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
}

@media (max-width: 412px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}

.blog-card-four__title a {
  color: inherit;
}

.blog-card-four__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.blog-card-four__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-four__title a:hover {
  background-size: 100% 1px;
}

.blog-card-four__text {
  margin-bottom: 28px;
}

.blog-one {
  background-color: var(--luckystar-white, #ffffff);
}

.blog-one--home1 {
  position: relative;
}

.blog-one--home1::before {
  content: "";
  width: 100%;
  height: 568px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, #ecf5f4 14.98%, rgba(217, 217, 217, 0) 100%);
}

.blog-one--home1 .container {
  position: relative;
  z-index: 1;
}

.blog-two {
  background-color: var(--luckystar-white, #ffffff);
}

.blog-three {
  background-color: var(--luckystar-white, #ffffff);
}

.blog-three__top {
  margin-bottom: 38px;
}

.blog-three .sec-title {
  margin: 0px;
}

.blog-page {
  background-color: var(--luckystar-white, #ffffff);
}

.blog-page .post-pagination {
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-page--sidebar .blog-card-two__content {
    padding: 24px 20px;
  }

  .blog-page--sidebar .blog-card-two__title {
    font-size: 20px;
  }

  .blog-page--sidebar .blog-card-three__content {
    width: calc(100% - 40px);
    margin-top: -83px;
  }

  .blog-page--sidebar .blog-card-three__content::before {
    display: block;
  }

  .blog-page--sidebar .blog-card-three__top {
    padding-right: 60px;
  }

  .blog-page--sidebar .blog-card-three__meta {
    flex-direction: row;
    align-items: center;
  }

  .blog-page--sidebar .blog-card-three__btn {
    width: 41px;
  }

  .blog-page--sidebar .blog-card-three__title {
    padding-left: 17px;
    font-size: 22px;
  }

  .blog-page--sidebar .blog-card-three__title::before {
    display: block;
  }
}

.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--luckystar-white, #ffffff);
}

.blog-details__card {
  margin-bottom: 53px;
}

.blog-details__card__image {
  margin-bottom: 40px;
}

.blog-details__card__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.blog-details__card__category {
  padding: 7px 25px;
  border-radius: 100px;
}

.blog-details__card__category::before {
  display: none;
}

.blog-details__card__admin {
  display: flex;
  align-items: center;
  gap: 11px;
}

.blog-details__card__admin__image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--luckystar-base, #007a5f);
}

.blog-details__card__admin__name {
  margin: 0;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}

.blog-details__card__admin__name a {
  color: inherit;
}

.blog-details__card__admin__name a:hover {
  color: var(--luckystar-base, #007a5f);
}

.blog-details__card__admin__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-details__card__admin__name a:hover {
  background-size: 100% 1px;
}

.blog-details__card__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__card__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--luckystar-base, #007a5f);
}

.blog-details__card__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-details__card__comment__text {
  color: var(--luckystar-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-details__card__comment__text:hover {
  color: var(--luckystar-base, #007a5f);
}

.blog-details__card__date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__card__date__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--luckystar-base, #007a5f);
}

.blog-details__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-details__card__date__text {
  margin: 0;
  text-transform: capitalize;
}

.blog-details__card__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
}

@media (max-width: 412px) {
  .blog-details__card__title {
    font-size: 20px;
  }
}

.blog-details__card__text {
  margin: 0px;
}

.blog-details__card__text+.blog-details__card__text {
  margin-top: 11px;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.blog-details__meta__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: var(--luckystar-black, #000000);
  text-transform: capitalize;
}

.blog-details__tags,
.blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-details__tags .findox-btn,
.blog-details__categories .findox-btn {
  padding: 7px 20px;
  border-radius: 100px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

.blog-details__tags .findox-btn::before,
.blog-details__categories .findox-btn::before {
  display: none;
}

.blog-details__tags .findox-btn::after,
.blog-details__categories .findox-btn::after {
  background-color: var(--luckystar-base, #007a5f);
}

.blog-details__tags .findox-btn__text,
.blog-details__categories .findox-btn__text {
  font-weight: 400;
  color: var(--luckystar-text, #636363);
}

.blog-details__tags .findox-btn:hover .findox-btn__text,
.blog-details__categories .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.blog-details__tags__box,
.blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-details .comments-one__card {
  padding-bottom: 32px;
  grid-template-columns: 89px auto;
  grid-gap: 20px;
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 767px) {
  .blog-details .comments-one__card {
    grid-template-columns: auto;
  }
}

@media (max-width: 412px) {
  .blog-details .comments-one__card {
    padding-bottom: 35px;
  }
}

.blog-details .comments-one__card:not(:last-child) {
  margin-bottom: 40px;
}

.blog-details .comments-one__image {
  width: 89px;
}

.blog-details .comments-one__image img {
  width: 89px;
  height: 89px;
}

.blog-details .comments-one__content {
  margin-top: 0px;
}

.blog-details .comments-one__name {
  margin-bottom: 10px;
}

.blog-details .comments-one__date {
  color: var(--luckystar-text, #636363);
}

.blog-details .comments-one__date::before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  margin-top: 85px;
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 1199px) {
  .page-header {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .page-header {
    margin-top: 0px;
    padding-top: 210px;
    padding-bottom: 120px;
  }
}

.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1800px) {
  .page-header__col {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .page-header__content {
    max-width: 600px;
  }
}

.page-header__title {
  margin-bottom: 10px;
  font-size: 60px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.166;
}

@media (max-width: 1199px) {
  .page-header__title {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .page-header__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}

@media (max-width: 440px) {
  .page-header__title {
    font-size: 35px;
  }
}

.page-header__image {
  width: 933px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: var(--luckystar-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 531.000000"><g transform="translate(0.000000,531.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M650 5296 c0 -7 -10 -20 -22 -29 -66 -43 -205 -207 -274 -322 -68 -115 -135 -269 -167 -385 -119 -441 -101 -906 58 -1460 46 -163 61 -207 91 -278 8 -18 14 -40 14 -50 0 -9 7 -26 15 -36 8 -11 15 -28 15 -37 0 -10 6 -30 14 -46 8 -15 31 -68 52 -118 35 -85 58 -138 141 -315 34 -74 45 -98 77 -173 35 -82 44 -104 59 -142 8 -22 22 -59 31 -82 41 -108 53 -147 89 -273 140 -493 120 -878 -59 -1155 -41 -63 -122 -147 -199 -206 -56 -43 -240 -139 -265 -139 -7 0 -33 -7 -59 -15 -25 -8 -66 -18 -91 -23 -27 -6 1694 -10 4393 -11 l4437 -1 0 2655 0 2655 -4175 0 c-3550 0 -4175 -2 -4175 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 531.000000"><g transform="translate(0.000000,531.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M650 5296 c0 -7 -10 -20 -22 -29 -66 -43 -205 -207 -274 -322 -68 -115 -135 -269 -167 -385 -119 -441 -101 -906 58 -1460 46 -163 61 -207 91 -278 8 -18 14 -40 14 -50 0 -9 7 -26 15 -36 8 -11 15 -28 15 -37 0 -10 6 -30 14 -46 8 -15 31 -68 52 -118 35 -85 58 -138 141 -315 34 -74 45 -98 77 -173 35 -82 44 -104 59 -142 8 -22 22 -59 31 -82 41 -108 53 -147 89 -273 140 -493 120 -878 -59 -1155 -41 -63 -122 -147 -199 -206 -56 -43 -240 -139 -265 -139 -7 0 -33 -7 -59 -15 -25 -8 -66 -18 -91 -23 -27 -6 1694 -10 4393 -11 l4437 -1 0 2655 0 2655 -4175 0 c-3550 0 -4175 -2 -4175 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 1799px) {
  .page-header__image {
    display: none;
  }
}

.page-header__image::after {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--luckystar-primary, #debf8c);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 540.000000"><g transform="translate(0.000000,540.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M655 5390 c3 -5 -6 -20 -21 -32 -234 -198 -403 -506 -478 -868 -43 -207 -59 -496 -36 -665 5 -38 12 -97 15 -130 7 -80 52 -313 80 -420 36 -135 74 -261 91 -303 8 -18 14 -39 14 -47 0 -8 6 -29 14 -47 13 -31 22 -55 62 -160 9 -24 22 -56 29 -73 7 -16 23 -55 35 -85 24 -60 51 -121 112 -250 94 -201 138 -299 138 -311 0 -6 6 -23 14 -37 26 -52 46 -103 46 -120 0 -10 4 -22 9 -27 4 -6 25 -64 45 -130 59 -191 62 -206 107 -430 6 -33 14 -136 16 -228 4 -136 2 -187 -12 -260 -30 -153 -73 -266 -138 -366 -41 -63 -204 -222 -252 -246 -22 -10 -47 -24 -55 -30 -36 -28 -248 -105 -290 -106 -14 0 -34 -4 -45 -9 -11 -5 1931 -9 4413 -9 l4432 -1 0 2700 0 2700 -4176 0 c-2697 0 -4173 -3 -4169 -10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 540.000000"><g transform="translate(0.000000,540.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M655 5390 c3 -5 -6 -20 -21 -32 -234 -198 -403 -506 -478 -868 -43 -207 -59 -496 -36 -665 5 -38 12 -97 15 -130 7 -80 52 -313 80 -420 36 -135 74 -261 91 -303 8 -18 14 -39 14 -47 0 -8 6 -29 14 -47 13 -31 22 -55 62 -160 9 -24 22 -56 29 -73 7 -16 23 -55 35 -85 24 -60 51 -121 112 -250 94 -201 138 -299 138 -311 0 -6 6 -23 14 -37 26 -52 46 -103 46 -120 0 -10 4 -22 9 -27 4 -6 25 -64 45 -130 59 -191 62 -206 107 -430 6 -33 14 -136 16 -228 4 -136 2 -187 -12 -260 -30 -153 -73 -266 -138 -366 -41 -63 -204 -222 -252 -246 -22 -10 -47 -24 -55 -30 -36 -28 -248 -105 -290 -106 -14 0 -34 -4 -45 -9 -11 -5 1931 -9 4413 -9 l4432 -1 0 2700 0 2700 -4176 0 c-2697 0 -4173 -3 -4169 -10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.page-header__image__main {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 549.000000"><g transform="translate(0.000000,549.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M668 5476 c-2 -7 -24 -31 -50 -53 -41 -36 -89 -87 -153 -164 -24 -28 -78 -108 -88 -129 -4 -8 -16 -28 -26 -45 -25 -39 -75 -142 -106 -220 -44 -108 -89 -284 -105 -405 -29 -227 -32 -274 -27 -404 10 -270 62 -594 132 -817 8 -26 15 -54 15 -63 0 -8 6 -30 14 -48 7 -18 21 -60 31 -93 9 -33 23 -72 31 -87 8 -14 14 -33 14 -42 0 -8 6 -30 14 -48 8 -18 22 -53 31 -78 21 -55 43 -106 61 -143 8 -16 14 -33 14 -38 0 -9 26 -67 100 -224 68 -144 97 -209 120 -265 12 -30 26 -64 32 -74 6 -11 14 -31 18 -45 5 -14 18 -51 30 -81 26 -68 86 -248 105 -315 7 -27 21 -75 29 -106 9 -31 16 -64 16 -75 0 -10 6 -48 14 -84 8 -36 20 -125 27 -198 31 -335 -51 -631 -227 -821 -89 -97 -236 -196 -347 -237 -92 -33 -163 -54 -187 -55 -14 0 -34 -4 -45 -9 -11 -5 1931 -9 4413 -9 l4432 -1 0 2745 0 2745 -4164 0 c-3498 0 -4165 -2 -4168 -14z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 549.000000"><g transform="translate(0.000000,549.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M668 5476 c-2 -7 -24 -31 -50 -53 -41 -36 -89 -87 -153 -164 -24 -28 -78 -108 -88 -129 -4 -8 -16 -28 -26 -45 -25 -39 -75 -142 -106 -220 -44 -108 -89 -284 -105 -405 -29 -227 -32 -274 -27 -404 10 -270 62 -594 132 -817 8 -26 15 -54 15 -63 0 -8 6 -30 14 -48 7 -18 21 -60 31 -93 9 -33 23 -72 31 -87 8 -14 14 -33 14 -42 0 -8 6 -30 14 -48 8 -18 22 -53 31 -78 21 -55 43 -106 61 -143 8 -16 14 -33 14 -38 0 -9 26 -67 100 -224 68 -144 97 -209 120 -265 12 -30 26 -64 32 -74 6 -11 14 -31 18 -45 5 -14 18 -51 30 -81 26 -68 86 -248 105 -315 7 -27 21 -75 29 -106 9 -31 16 -64 16 -75 0 -10 6 -48 14 -84 8 -36 20 -125 27 -198 31 -335 -51 -631 -227 -821 -89 -97 -236 -196 -347 -237 -92 -33 -163 -54 -187 -55 -14 0 -34 -4 -45 -9 -11 -5 1931 -9 4413 -9 l4432 -1 0 2745 0 2745 -4164 0 c-3498 0 -4165 -2 -4168 -14z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.page-header__shape {
  max-width: 100%;
  height: auto;
  margin: auto 0px;
  position: absolute;
  top: 80px;
  right: 79px;
  bottom: 0px;
  z-index: 1;
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@media (max-width: 1199px) {
  .page-header__shape {
    display: none;
  }
}

@media (min-width: 1800px) {
  .page-header__shape {
    left: 79px;
    right: auto;
  }
}

.findox-breadcrumb {
  margin: 0;
  padding: 5px 15.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: var(--luckystar-white, #ffffff);
}

.findox-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}

@media (max-width: 575px) {
  .findox-breadcrumb li {
    font-size: 15px;
  }
}

.findox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
}

.findox-breadcrumb li span,
.findox-breadcrumb li a {
  display: inline-flex;
}

.findox-breadcrumb li:not(:first-child) span {
  color: var(--luckystar-primary, #debf8c);
}

.findox-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.findox-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.findox-breadcrumb li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
  background-color: var(--luckystar-base, #007a5f);
}

.main-footer__top {
  position: relative;
  padding-top: 223px;
  padding-bottom: 70px;
  overflow: hidden;
}

.main-footer__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--luckystar-base-rgb, 0, 102, 84), 0.94);
}

.main-footer .container {
  position: relative;
  z-index: 1;
}

.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
  padding: 25px 0px;
  border-top: 1px solid rgba(var(--luckystar-white-rgb, 255, 255, 255), 0.3);
}

@media (max-width: 991px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px;
    text-align: center;
  }
}

.main-footer__copyright {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-white, #ffffff);
  text-transform: capitalize;
}

.main-footer__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 26px;
  margin: 0px;
}

@media (max-width: 991px) {
  .main-footer__page {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .main-footer__page {
    gap: 13px 22px;
  }
}

.main-footer__page li {
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-footer__page li a {
  color: inherit;
}

.main-footer__page li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.main-footer__page li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer__page li a:hover {
  background-size: 100% 1px;
}

.main-footer--two .main-footer__top {
  padding-top: 0px;
}

.main-footer--two .main-footer__newsletter {
  margin-bottom: 74px;
  border-bottom: 1px solid RGBA(var(--luckystar-border-color-rgb, 221, 221, 221), 0.3);
}

@media (max-width: 1199px) {
  .main-footer--two .main-footer__newsletter {
    border: none;
  }
}

.main-footer--two .main-footer__newsletter__content {
  display: flex;
  gap: 39px;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-footer--two .main-footer__newsletter__content {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .main-footer--two .main-footer__newsletter__content {
    text-align: center;
    flex-direction: column;
  }
}

.main-footer--two .main-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 42px 40px;
  position: relative;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 360px) {
  .main-footer--two .main-footer__logo {
    padding: 30px;
  }
}

.main-footer--two .main-footer__logo::before,
.main-footer--two .main-footer__logo::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(var(--luckystar-primary-rgb, 245, 200, 53), 0.3);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

@media (max-width: 1299px) {

  .main-footer--two .main-footer__logo::before,
  .main-footer--two .main-footer__logo::after {
    display: none;
  }
}

.main-footer--two .main-footer__logo::before {
  width: 80px;
  left: -80px;
}

.main-footer--two .main-footer__logo::after {
  width: 40px;
  left: -40px;
}

.main-footer--two .main-footer__logo img {
  max-width: 100%;
  height: auto;
}

.main-footer--two .main-footer__newsletter__title {
  margin: 0px;
  font-size: 22px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 700;
  line-height: 1.314;
  text-transform: capitalize;
}

.main-footer--two .main-footer__newsletter__form {
  position: relative;
}

@media (max-width: 1199px) {
  .main-footer--two .main-footer__newsletter__form {
    max-width: 586px;
    margin: 0px auto;
  }
}

.main-footer--two .main-footer__newsletter__form input[type=email],
.main-footer--two .main-footer__newsletter__form input[type=text] {
  width: 100%;
  height: 45px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--luckystar-text, #636363);
  padding-left: 30px;
  padding-right: 5px;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.main-footer--two .main-footer__newsletter__form input[type=email]:focus,
.main-footer--two .main-footer__newsletter__form input[type=text]:focus {
  color: var(--luckystar-black, #000000);
}

.main-footer--two .main-footer__newsletter__form .findox-btn {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding: 9.5px 30px;
  text-align: center;
  border-radius: 100px;
}

.main-footer--two .main-footer__newsletter__form .findox-btn::before {
  display: none;
}

@media (max-width: 575px) {
  .main-footer--two .main-footer__newsletter__form .findox-btn::after {
    background-color: var(--luckystar-white, #ffffff);
  }
}

@media (min-width: 576px) {
  .main-footer--two .main-footer__newsletter__form .findox-btn {
    width: auto;
    display: inline-flex;
    margin: 0px;
    padding: 9.5px 24px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

.main-footer--two .main-footer__newsletter__form .findox-btn__text {
  font-size: 15px;
}

.main-footer--two .main-footer__newsletter__form .findox-btn__text__icon {
  margin-left: 3px;
  font-size: 14px;
  color: inherit;
}

.main-footer--two .main-footer__newsletter__form .findox-btn__text__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-footer--two .main-footer__newsletter__form .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.main-footer--two .footer-widget__title {
  margin-bottom: 25px;
}

.main-footer--two .footer-widget--links,
.main-footer--two .footer-widget--blog {
  margin-top: 0px;
}

.main-footer--two .main-footer__shape-1,
.main-footer--two .main-footer__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.main-footer--two .main-footer__shape-1 {
  top: 0px;
  left: 0px;
  animation: moveX2 2s linear infinite;
}

.main-footer--two .main-footer__shape-2 {
  right: 66px;
  bottom: 153px;
  animation: rotate 7s linear infinite;
}

@media (max-width: 1599px) {
  .main-footer--two .main-footer__shape-2 {
    right: 20px;
    bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .main-footer--two .main-footer__shape-2 {
    display: none;
  }
}

.footer-widget--links,
.footer-widget--blog {
  margin-top: 20px;
}

.footer-widget--links-1 {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .footer-widget--links-1 {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .footer-widget--links-1 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-widget--links-1 {
    margin-top: 0px;
    padding-left: 0px;
  }
}

.footer-widget--links-2 {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .footer-widget--links-2 {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .footer-widget--links-2 {
    margin-top: 0px;
    padding-left: 0px;
  }
}

.footer-widget--blog {
  padding-left: 12px;
}

@media (max-width: 1199px) {
  .footer-widget--blog {
    margin-top: 0px;
    padding-left: 0px;
  }
}

.footer-widget__title {
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 700;
  line-height: 1.363;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .footer-widget__title {
    margin-bottom: 25px;
  }
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 31px;
}

.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}

.footer-widget__text {
  margin-bottom: 22px;
  color: var(--luckystar-white, #ffffff);
}

.footer-widget__links-box {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.footer-widget__links {
  margin: 0px;
}

.footer-widget__links li+li {
  margin-top: 10px;
}

.footer-widget__links li {
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
}

.footer-widget__links li a {
  color: inherit;
}

.footer-widget__links li a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.footer-widget__links li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links--1 li {
  position: relative;
  padding-left: 15px;
}

.footer-widget__links--1 li::before {
  content: "\f068";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: all 500ms ease;
}

.footer-widget__links--1 li:hover::before {
  color: var(--luckystar-primary, #debf8c);
}

.footer-widget__blog {
  margin: 0px;
}

.footer-widget__blog li+li {
  margin-top: 30px;
}

.footer-widget__blog li {
  display: grid;
  grid-template-columns: 75px auto;
  align-items: start;
  grid-gap: 19px;
}

.footer-widget__blog__image {
  width: 75px;
  border-radius: 5px;
}

.footer-widget__blog__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.footer-widget__blog__date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--luckystar-white, #ffffff);
}

.footer-widget__blog__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--luckystar-primary, #debf8c);
}

.footer-widget__blog__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.375;
}

.footer-widget__blog__title a {
  color: inherit;
}

.footer-widget__blog__title a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.footer-widget__blog__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__blog__title a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  border-radius: 10px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}

@media (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}

.sidebar__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--luckystar-primary, #debf8c);
}

.sidebar__search {
  position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--luckystar-black4, #131111);
}

.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 400ms ease;
}

.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.sidebar__categories-wrapper {
  padding-bottom: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}

@media (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}

.sidebar__categories {
  margin: 0px;
}

.sidebar__categories-title {
  margin-bottom: 28px;
}

.sidebar__categories-title::after {
  width: 67px;
}

.sidebar__categories li:not(:last-child) {
  margin-bottom: 10.5px;
}

.sidebar__categories li a {
  position: relative;
  font-size: 17px;
  color: var(--luckystar-text, #636363);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}

.sidebar__categories li a:hover {
  color: var(--luckystar-base, #007a5f);
}

.sidebar__categories li a span {
  color: inherit;
}

.sidebar__categories__text {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.sidebar__categories__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  overflow: hidden;
}

.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__categories a:hover .sidebar__categories__icon>* {
  animation: slideRight 500ms;
}

.sidebar__tags-wrapper {
  padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}

@media (max-width: 375px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.sidebar__tags .findox-btn {
  padding: 5px 20px 6px;
  border-radius: 5px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.sidebar__tags .findox-btn:hover {
  border-color: var(--luckystar-base, #007a5f);
}

.sidebar__tags .findox-btn::before {
  display: none;
}

.sidebar__tags .findox-btn::after {
  background-color: var(--luckystar-base, #007a5f);
}

.sidebar__tags .findox-btn__text {
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}

.sidebar__tags .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.sidebar__posts-wrapper {
  padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}

@media (max-width: 375px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}

.sidebar__posts {
  margin: 0px;
}

.sidebar__posts-title::after {
  width: 77px;
}

.sidebar__posts__item {
  display: flex;
  gap: 14px;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  width: 94px;
  flex-shrink: 0;
}

.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.sidebar__posts__content {
  margin-top: 5px;
  width: calc(100% - 94px);
}

.sidebar__posts__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--luckystar-text, #636363);
  font-size: 14px;
  line-height: 1;
}

.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 12px;
}

.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 17px;
  color: var(--luckystar-black3, #333333);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}

.sidebar__posts__title a {
  color: inherit;
}

.sidebar__posts__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.sidebar__posts__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar-two {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-two.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-two__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.sidebar-two__content {
  width: 310px;
  background-color: var(--luckystar-white, #ffffff);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-two__content::-webkit-scrollbar {
  display: none;
}

.sidebar-two.active .sidebar-two__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-two__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--luckystar-black4, #131111);
  cursor: pointer;
  transition: all 400ms ease;
}

.sidebar-two__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-two__close:hover {
  color: var(--luckystar-base, #007a5f);
}

.sidebar-two__item:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-two__title {
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
  color: var(--luckystar-black4, #131111);
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

.sidebar-two__title::before,
.sidebar-two__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--luckystar-base, #007a5f);
  width: 20px;
  height: 2px;
}

.sidebar-two__title::after {
  width: 50px;
  left: 25px;
}

.sidebar-two__about__text {
  margin: 0px;
}

.sidebar-two__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-two__info__list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: var(--luckystar-text, #636363);
  font-weight: 500;
  line-height: 1.75;
}

.sidebar-two__info__list li+li {
  margin-top: 20px;
}

.sidebar-two__info__list li .sidebar-two__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
  margin-right: 12px;
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.sidebar-two__info__list li .sidebar-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-two__info__list li:hover .sidebar-two__info__icon {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.sidebar-two__info__list li:hover .sidebar-two__info__icon>* {
  animation: slideTop 400ms;
}

.sidebar-two__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}

.sidebar-two__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}

.sidebar-two__info__list li a:hover {
  color: var(--luckystar-base, #007a5f);
}

.sidebar-two .social-links {
  gap: 15px;
}

.sidebar-two .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--luckystar-base, #007a5f);
}

.sidebar-two .social-links a:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.sidebar-two .social-links__icon {
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
}

.sidebar-two .social-links a:hover .social-links__icon {
  color: var(--luckystar-black4, #131111);
}

.sidebar-two__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-two__newsletter__input {
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: var(--luckystar-text, #636363);
  width: calc(100% - 50px);
  height: 50px;
  background-color: var(--luckystar-white3, #ecf5f4);
  transition: all 400ms ease;
}

.sidebar-two__newsletter__input:focus {
  color: var(--luckystar-black4, #131111);
}

.sidebar-two__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--luckystar-white, #ffffff);
  width: 50px;
  height: 50px;
  background-color: var(--luckystar-base, #007a5f);
  overflow: hidden;
  transition: all 400ms ease;
}

.sidebar-two__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-two__newsletter__btn:hover {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.sidebar-two__newsletter__btn:hover>* {
  animation: slideTop 400ms;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  width: 100%;
  height: 484px;
  display: block;
  position: relative;
  border: none;
  mix-blend-mode: luminosity;
}

@media (max-width: 767px) {
  .google-map iframe {
    height: 450px;
  }
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--luckystar-black, #000000);
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-one {
  position: relative;
  margin-top: 85px;
  padding: 263px 0px 176px;
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 1199px) {
  .hero-one {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .hero-one {
    padding-top: 200px;
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .hero-one {
    padding-top: 190px;
  }
}

@media (max-width: 390px) {
  .hero-one {
    padding-top: 180px;
  }
}

@media (max-width: 360px) {
  .hero-one {
    padding-top: 170px;
  }
}

.hero-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-one__bg::before {
  content: "";
  width: 195px;
  height: 195px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 575px) {
  .hero-one__bg::before {
    display: none;
  }
}

.hero-one .container {
  position: relative;
  z-index: 1;
}

.hero-one__content {
  position: relative;
}

.hero-one__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -40px;
  right: -59px;
  animation: zoomIn2 2s infinite alternate;
}

@media (max-width: 1199px) {
  .hero-one__content__shape {
    display: none;
  }
}

.hero-one__tagline {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 22px;
  padding: 13px 80px 11px 20px;
  background-color: var(--luckystar-white, #ffffff);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

@media (max-width: 575px) {
  .hero-one__tagline {
    padding-left: 25px;
    padding-right: 40px;
  }
}

.hero-one__tagline::before {
  content: "";
  width: 33px;
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  right: 9.5px;
  transform: translateY(-50%);
  background-color: var(--luckystar-base, #007a5f);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media (max-width: 575px) {
  .hero-one__tagline::before {
    display: none;
  }
}

.hero-one__tagline::after {
  content: "";
  width: 38px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 23.5px;
  z-index: 1;
  transform: translateY(-50%);
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@media (max-width: 575px) {
  .hero-one__tagline::after {
    display: none;
  }
}

.hero-one__tagline__shape {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .hero-one__tagline__shape {
    top: 0px;
  }
}

.hero-one__tagline__text {
  margin: 0px;
  font-size: 18px;
  color: var(--luckystar-primary, #debf8c);
  font-weight: 600;
  line-height: 1.277;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero-one__tagline__text {
    font-size: 16px;
  }
}

.hero-one__title {
  margin-bottom: 26px;
  font-size: 60px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.166;
}

@media (max-width: 1399px) {
  .hero-one__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-one__title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-one__title {
    font-size: 40px;
  }
}

@media (max-width: 440px) {
  .hero-one__title {
    font-size: 35px;
  }
}

.hero-one__title span {
  position: relative;
}

.hero-one__title span::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 9px;
  border-radius: 100px;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1399px) {
  .hero-one__title span::after {
    bottom: 7px;
  }
}

@media (max-width: 767px) {
  .hero-one__title span::after {
    bottom: 5px;
  }
}

@media (max-width: 440px) {
  .hero-one__title span::after {
    height: 3px;
    bottom: 2px;
  }
}

.hero-one__title span span {
  color: var(--luckystar-primary, #debf8c);
}

.hero-one__video {
  width: 45px;
  height: 45px;
  top: -5px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .hero-one__video {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-one__video {
    width: 33px;
    height: 33px;
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .hero-one__video {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

.hero-one__bottom {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-one__image {
  display: inline-block;
  position: absolute;
  right: -167px;
  bottom: -182px;
}

@media (max-width: 1399px) {
  .hero-one__image {
    right: -90px;
  }
}

@media (max-width: 1199px) {
  .hero-one__image {
    position: static;
  }

  .hero-one__image img {
    max-width: 100%;
    height: auto;
  }
}

.hero-one__shape-1,
.hero-one__shape-2,
.hero-one__shape-3,
.hero-one__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.hero-one__shape-1 {
  left: 4.3%;
  bottom: 92px;
  animation: zoomIn2 2s infinite alternate;
}

@media (max-width: 1799px) {
  .hero-one__shape-1 {
    left: 2%;
  }
}

@media (max-width: 1599px) {
  .hero-one__shape-1 {
    display: none;
  }
}

.hero-one__shape-2 {
  right: 0px;
  bottom: 0px;
  animation: moveX 2s linear infinite;
}

.hero-one__shape-3 {
  top: 0px;
  right: 16.6%;
  animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 1799px) {
  .hero-one__shape-3 {
    right: 8.6%;
  }
}

@media (max-width: 1599px) {
  .hero-one__shape-3 {
    right: 5%;
  }
}

@media (max-width: 1199px) {
  .hero-one__shape-3 {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .hero-one__shape-3 {
    display: none;
  }
}

.hero-one__shape-4 {
  right: 5%;
  bottom: 269px;
  animation: rotate 4.5s linear infinite;
}

@media (max-width: 1199px) {
  .hero-one__shape-4 {
    bottom: 230px;
  }
}

@media (max-width: 991px) {
  .hero-one__shape-4 {
    display: none;
  }
}

.hero-slider {
  --calculation: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-slider__carousel {
  position: relative;
  z-index: 1;
}

.hero-slider__carousel .owl-stage {
  display: flex;
}

.hero-slider__carousel .owl-item {
  display: flex;
  flex: 0 0 auto;
}

.hero-slider__carousel.owl-carousel .owl-nav {
  margin: 0px;
  padding: 19.5px 30px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-flex;
  gap: 65px;
  align-items: center;
  background-color: var(--luckystar-white, #ffffff);
}

.hero-slider__carousel.owl-carousel .owl-nav::after {
  content: "";
  width: calc(100% - 134px);
  height: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--luckystar-white3, #ecf5f4);
}

.hero-slider__carousel.owl-carousel .owl-nav button {
  width: 51px;
  height: 51px;
  position: relative;
  z-index: 1;
  color: var(--luckystar-base, #007a5f);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-white, #ffffff);
}

.hero-slider__carousel.owl-carousel .owl-nav button:hover {
  color: var(--luckystar-base, #007a5f);
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.hero-slider__carousel .findox-owl__carousel__counter {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  right: 92.5px;
  bottom: 35.5px;
  z-index: 1;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 18px;
  color: var(--luckystar-black, #000000);
  font-weight: 600;
  line-height: 1;
}

.hero-slider__carousel .findox-owl__carousel__counter__current {
  color: var(--luckystar-primary, #debf8c);
}

.hero-slider__carousel .findox-owl__carousel__counter__total {
  position: relative;
}

.hero-slider__carousel .findox-owl__carousel__counter__total::before {
  content: "/";
  position: absolute;
  top: -1px;
  left: -14px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 18px;
  color: var(--luckystar-black, #000000);
  font-weight: 700;
  line-height: 1;
}

.hero-slider__item {
  width: 100%;
  position: relative;
  padding: 175px 0px 82px;
  overflow: hidden;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 1199px) {
  .hero-slider__item {
    padding: 240px 0px 180px;
  }
}

@media (max-width: 767px) {
  .hero-slider__item {
    padding-top: 200px;
  }
}

@media (max-width: 440px) {
  .hero-slider__item {
    padding-top: 180px;
  }
}

.hero-slider__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 10s ease;
}

.hero-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.95);
}

.hero-slider .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) {
  .hero-slider .container {
    max-width: 1356px;
  }
}

@media (min-width: 1600px) {
  .hero-slider .container {
    max-width: 1561px;
  }
}

@media (min-width: 1800px) {
  .hero-slider .container {
    margin-right: 69px;
  }
}

.hero-slider__grid {
  display: grid;
  gap: 6% 4%;
  align-items: center;
  grid-template-columns: 46% 50%;
}

@media (max-width: 1199px) {
  .hero-slider__grid {
    display: flex;
    flex-direction: column;
  }
}

.hero-slider__content {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(calc(-100vw * var(--calculation)));
}

.hero-slider__tagline,
.hero-slider__title,
.hero-slider__description,
.hero-slider__button {
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.3s;
  transform: translateX(calc(-200px * var(--calculation)));
}

.hero-slider__tagline {
  display: inline-flex;
  align-items: center;
  margin-bottom: 21px;
}

.hero-slider__tagline__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: 0px 50px;
  border: 4px solid var(--luckystar-white, #ffffff);
}

@media (max-width: 440px) {
  .hero-slider__tagline__image {
    display: none !important;
  }
}

.hero-slider__tagline__text {
  margin: 0px;
  position: relative;
  padding: 10.5px 30px 9.5px 26px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 22px;
  color: var(--luckystar-primary, #debf8c);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.277;
}

@media (max-width: 991px) {
  .hero-slider__tagline__text {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .hero-slider__tagline__text {
    padding-left: 20px;
  }
}

.hero-slider__tagline__text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 50px 50px 0px;
  border: 1px solid var(--luckystar-white, #ffffff);
}

@media (max-width: 440px) {
  .hero-slider__tagline__text::after {
    width: 100%;
    left: 0px;
  }
}

.hero-slider__title {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.166;
  text-transform: capitalize;
  transition-delay: 0.5s;
}

@media (max-width: 1599px) {
  .hero-slider__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-slider__title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-slider__title {
    font-size: 40px;
  }
}

@media (max-width: 440px) {
  .hero-slider__title {
    font-size: 35px;
  }
}

.hero-slider__title span {
  display: inline-block;
}

.hero-slider__title__highlight {
  color: transparent;
  text-transform: lowercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1399px) {
  .hero-slider__title__highlight {
    -webkit-text-stroke-width: 1px;
  }
}

.hero-slider__title__highlight::first-letter {
  text-transform: capitalize;
}

.hero-slider__title__highlight span {
  position: relative;
  color: var(--luckystar-primary, #debf8c);
}

.hero-slider__title img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .hero-slider__title img {
    display: none !important;
  }
}

.hero-slider__description {
  margin-bottom: 40px;
  transition-delay: 0.7s;
}

.hero-slider__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.3125;
}

@media (max-width: 575px) {
  .hero-slider__text {
    font-size: 16px;
  }
}

.hero-slider__button {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  align-items: center;
  transition-delay: 0.9s;
}

.hero-slider .findox-btn:last-child::after {
  background-color: var(--luckystar-white, #ffffff);
}

.hero-slider .findox-btn:last-child::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.hero-slider .findox-btn:last-child:hover .findox-btn__text {
  color: var(--luckystar-black2, #222222);
}

.hero-slider__image {
  position: relative;
  opacity: 0;
  transform: translateX(calc(200px * var(--calculation)));
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
  transition: filter 0.4s ease;
}

.hero-slider__image:hover {
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1199px) {
  .hero-slider__image {
    order: -1;
    max-width: 762px;
    margin: 0 auto 50px;
  }
}

.hero-slider__image__inner {
  padding: 10px;
  transition: all 0.4s ease;
}

.hero-slider__image:hover .hero-slider__image__inner {
  transform: translateY(-10px) scale(1.02);
}

.hero-slider__image__main {
  -webkit-mask: url("../images/shapes/hero-slider-image-shape-1-2.png");
  mask: url("../images/shapes/hero-slider-image-shape-1-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-slider__image__main img {
  width: 100%;
  display: block;
}

.hero-slider__image__chart {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 33px;
  bottom: 76px;
  z-index: 1;
  border-radius: 20px;
  animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 1199px) {
  .hero-slider__image__chart {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .hero-slider__image__chart {
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  .hero-slider__image__chart {
    display: none !important;
  }
}

.hero-slider__earning {
  padding: 11px 40px 11px 11px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  top: 42px;
  left: -85px;
  z-index: 1;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  animation: vibrant 3s ease 0s infinite;
}

@media (max-width: 1399px) {
  .hero-slider__earning {
    top: 30px;
    left: -40px;
  }
}

@media (max-width: 1199px) {
  .hero-slider__earning {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .hero-slider__earning {
    display: none;
  }
}

.hero-slider__earning__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 28px;
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.hero-slider__earning__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.hero-slider__earning:hover .main-header__call__icon {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-black4, #131111);
}

.hero-slider__earning__title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}

.hero-slider__earning__amount {
  margin: 0px;
  font-size: 18px;
  color: var(--luckystar-black2, #222222);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
}

.hero-slider__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  animation: moveX2 2s linear infinite;
}

@media (max-width: 1599px) {
  .hero-slider__shape-1 {
    display: none !important;
  }
}

.hero-slider__shape-2 {
  width: 51.5%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--luckystar-primary, #debf8c);
  -webkit-mask: url("../images/shapes/hero-slider-shape-1-3.png");
  mask: url("../images/shapes/hero-slider-shape-1-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1599px) {
  .hero-slider__shape-2 {
    width: 36.1%;
  }
}

@media (max-width: 1399px) {
  .hero-slider__shape-2 {
    width: 32.5%;
  }
}

@media (max-width: 1199px) {
  .hero-slider__shape-2 {
    display: none;
  }
}

.hero-slider .active .hero-slider__bg {
  transform: scale(1.1);
}

.hero-slider .active .hero-slider__content,
.hero-slider .active .hero-slider__tagline,
.hero-slider .active .hero-slider__title,
.hero-slider .active .hero-slider__description,
.hero-slider .active .hero-slider__button,
.hero-slider .active .hero-slider__image {
  opacity: 1;
  transform: translateX(0px);
}

.hero-slider .active .hero-slider__image {
  transition: 0.6s;
  transition-delay: 0.3s;
}

.hero-slider .active .hero-slider__shape-1 {
  opacity: 1;
  transition: opacity 500ms ease 500ms;
}

.hero-slider-two {
  --calculation: 1;
  --RT: 1.5s;
  /* transition time */
  --RTDELAY: 0.3s;
  /* transition delay */
  --BG-T: 1s;
  /* background zoom transition */
  --TOTAL-T: calc(var(--RT) + var(--RTDELAY) + var(--BG-T));
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1799px) {
  .hero-slider-two {
    padding-left: 0px;
  }
}

.hero-slider-two__carousel {
  position: relative;
  z-index: 1;
}

.hero-slider-two__carousel.owl-carousel .owl-dots {
  margin: 0px !important;
  position: absolute;
  left: 15px;
  bottom: 126px;
}

@media (max-width: 440px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    bottom: 116px;
  }
}

@media (min-width: 576px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    bottom: 146px;
    left: calc((100% - 510px) / 2);
  }
}

@media (min-width: 768px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    left: calc((100% - 690px) / 2);
  }
}

@media (min-width: 992px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    left: calc((100% - 930px) / 2);
  }
}

@media (min-width: 1200px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    left: calc((100% - 1170px) / 2);
  }
}

@media (min-width: 1400px) {
  .hero-slider-two__carousel.owl-carousel .owl-dots {
    bottom: 189px;
    left: calc((100% - 1330px) / 2);
  }
}

.hero-slider-two__carousel.owl-carousel .owl-dots .owl-dot {
  border-color: var(--luckystar-white, #ffffff);
}

.hero-slider-two__item {
  position: relative;
  padding: 186px 0px 245px;
  overflow: hidden;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 1399px) {
  .hero-slider-two__item {
    padding: 150px 0px 213px;
  }
}

@media (max-width: 575px) {
  .hero-slider-two__item {
    padding: 130px 0px 198px;
  }
}

@media (max-width: 440px) {
  .hero-slider-two__item {
    padding: 120px 0px 192px;
  }
}

.hero-slider-two .slider--el {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform var(--TOTAL-T), z-index 0.1s;
  overflow: hidden;
}

.hero-slider-two .slider--el-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  transition: transform var(--BG-T) var(--RT);
  will-change: transform;
}

.hero-slider-two .slider--el.anim-5parts .part {
  position: absolute;
  top: 0;
  width: 20.1%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.hero-slider-two .slider--el.anim-5parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 0;
  width: 500%;
  height: 100%;
  background-image: inherit;
}

.hero-slider-two .slider--el.anim-5parts .part-1 {
  left: 0%;
}

.hero-slider-two .slider--el.anim-5parts .part-2 {
  left: 20%;
}

.hero-slider-two .slider--el.anim-5parts .part-3 {
  left: 40%;
}

.hero-slider-two .slider--el.anim-5parts .part-4 {
  left: 60%;
}

.hero-slider-two .slider--el.anim-5parts .part-5 {
  left: 80%;
}

.hero-slider-two .slider--el.anim-5parts .part-1::before {
  left: 0%;
}

.hero-slider-two .slider--el.anim-5parts .part-2::before {
  left: -100%;
}

.hero-slider-two .slider--el.anim-5parts .part-3::before {
  left: -200%;
}

.hero-slider-two .slider--el.anim-5parts .part-4::before {
  left: -300%;
}

.hero-slider-two .slider--el.anim-5parts .part-5::before {
  left: -400%;
}

.hero-slider-two .slider--el.anim-5parts .part-1 {
  transition: transform calc(var(--RT) - 0.4s) var(--RTDELAY);
}

.hero-slider-two .slider--el.anim-5parts .part-2 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.2s);
}

.hero-slider-two .slider--el.anim-5parts .part-3 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.4s);
}

.hero-slider-two .slider--el.anim-5parts .part-4 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.2s);
}

.hero-slider-two .slider--el.anim-5parts .part-5 {
  transition: transform calc(var(--RT) - 0.4s) var(--RTDELAY);
}

.hero-slider-two .slider--el.anim-5parts .part {
  transform: translateY(100%);
}

.hero-slider-two .slider--el.anim-9parts .slider--el-bg {
  perspective: 2000px;
}

.hero-slider-two .slider--el.anim-9parts .part {
  position: absolute;
  width: 33.5%;
  height: 33.5%;
  overflow: hidden;
  will-change: transform;
  transform-origin: 0% 100%;
}

.hero-slider-two .slider--el.anim-9parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 300%;
  background-image: inherit;
}

.hero-slider-two .slider--el.anim-9parts .left-top {
  top: 0%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-top {
  top: 0%;
  left: 33.3333333333%;
}

.hero-slider-two .slider--el.anim-9parts .right-top {
  top: 0%;
  left: 66.6666666667%;
}

.hero-slider-two .slider--el.anim-9parts .left-mid {
  top: 33.3333333333%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-mid {
  top: 33.3333333333%;
  left: 33.3333333333%;
}

.hero-slider-two .slider--el.anim-9parts .right-mid {
  top: 33.3333333333%;
  left: 66.6666666667%;
}

.hero-slider-two .slider--el.anim-9parts .left-bot {
  top: 66.6666666667%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-bot {
  top: 66.6666666667%;
  left: 33.3333333333%;
}

.hero-slider-two .slider--el.anim-9parts .right-bot {
  top: 66.6666666667%;
  left: 66.6666666667%;
}

.hero-slider-two .slider--el.anim-9parts .left-top::before {
  top: 0%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-top::before {
  top: 0%;
  left: -100%;
}

.hero-slider-two .slider--el.anim-9parts .right-top::before {
  top: 0%;
  left: -200%;
}

.hero-slider-two .slider--el.anim-9parts .left-mid::before {
  top: -100%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-mid::before {
  top: -100%;
  left: -100%;
}

.hero-slider-two .slider--el.anim-9parts .right-mid::before {
  top: -100%;
  left: -200%;
}

.hero-slider-two .slider--el.anim-9parts .left-bot::before {
  top: -200%;
  left: 0%;
}

.hero-slider-two .slider--el.anim-9parts .mid-bot::before {
  top: -200%;
  left: -100%;
}

.hero-slider-two .slider--el.anim-9parts .right-bot::before {
  top: -200%;
  left: -200%;
}

.hero-slider-two .slider--el.anim-9parts .left-top {
  transition: transform 0.9s calc(0.2s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.6s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .mid-top {
  transition: transform 0.9s calc(0.1s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.5s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .right-top {
  transition: transform 0.9s calc(0.2s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.6s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .left-mid {
  transition: transform 0.9s calc(0.3s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.7s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .mid-mid {
  transition: transform 0.9s calc(0s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.4s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .right-mid {
  transition: transform 0.9s calc(0.3s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.7s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .left-bot {
  transition: transform 0.9s calc(0.4s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.8s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .mid-bot {
  transition: transform 0.9s calc(0.5s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.9s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .right-bot {
  transition: transform 0.9s calc(0.4s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.8s + var(--RTDELAY));
}

.hero-slider-two .slider--el.anim-9parts .part {
  transform: rotateX(90deg);
  opacity: 0;
}

.hero-slider-two .slider--el.anim-3parts .part {
  position: absolute;
  top: 0;
  width: 33.5%;
  height: 100%;
  overflow: hidden;
  transition: transform var(--RT) var(--RTDELAY);
  will-change: transform;
}

.hero-slider-two .slider--el.anim-3parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 100%;
  background-image: inherit;
}

.hero-slider-two .slider--el.anim-3parts .left {
  left: 0;
}

.hero-slider-two .slider--el.anim-3parts .left::before {
  left: 0;
}

.hero-slider-two .slider--el.anim-3parts .mid {
  left: 33.3333333333%;
}

.hero-slider-two .slider--el.anim-3parts .mid::before {
  left: -100%;
}

.hero-slider-two .slider--el.anim-3parts .right {
  left: 66.6666666667%;
}

.hero-slider-two .slider--el.anim-3parts .right::before {
  left: -200%;
}

.hero-slider-two .slider--el.anim-3parts .left {
  transform: translate3d(-100%, -33.333%, 0);
}

.hero-slider-two .slider--el.anim-3parts .mid {
  transform: translate3d(0, 100%, 0);
}

.hero-slider-two .slider--el.anim-3parts .right {
  transform: translate3d(100%, -33.333%, 0);
}

.hero-slider-two .slider--el.anim-4parts .part {
  position: absolute;
  width: 50.2%;
  height: 50.2%;
  overflow: hidden;
  will-change: transform;
}

.hero-slider-two .slider--el.anim-4parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 200%;
  height: 200%;
  background-image: inherit;
}

.hero-slider-two .slider--el.anim-4parts .top {
  top: 0;
  transition: transform calc(var(--RT) - 0.2s) var(--RTDELAY);
}

.hero-slider-two .slider--el.anim-4parts .bot {
  top: 50%;
  transition: transform calc(var(--RT) - 0.2s) calc(var(--RTDELAY) + 0.2s);
}

.hero-slider-two .slider--el.anim-4parts .left {
  left: 0;
}

.hero-slider-two .slider--el.anim-4parts .right {
  left: 50%;
}

.hero-slider-two .slider--el.anim-4parts .top::before {
  top: 0;
}

.hero-slider-two .slider--el.anim-4parts .bot::before {
  top: -100%;
}

.hero-slider-two .slider--el.anim-4parts .left::before {
  left: 0;
}

.hero-slider-two .slider--el.anim-4parts .right::before {
  left: -100%;
}

.hero-slider-two .slider--el.anim-4parts .left {
  transform: translateX(-100%);
}

.hero-slider-two .slider--el.anim-4parts .right {
  transform: translateX(100%);
}

.hero-slider-two__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: linear-gradient(to right, RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.95) 0%, RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.95) 40%, rgba(14, 80, 75, 0) 80%);
}

@media (max-width: 1199px) {
  .hero-slider-two__overlay {
    background: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.8);
  }
}

.hero-slider-two .container {
  position: relative;
  z-index: 13;
}

@media (min-width: 1400px) {
  .hero-slider-two .container {
    max-width: 1364px;
  }
}

.hero-slider-two__content {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(calc(100vw * var(--calculation)));
}

.hero-slider-two__tagline,
.hero-slider-two__title,
.hero-slider-two__description,
.hero-slider-two__button {
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.3s;
  transform: translateY(calc(200px * var(--calculation)));
}

.hero-slider-two__tagline {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
}

@media (max-width: 575px) {
  .hero-slider-two__tagline {
    margin-bottom: 25px;
  }
}

.hero-slider-two__tagline__text {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0px;
  position: relative;
  z-index: 1;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 18px;
  color: var(--luckystar-primary, #debf8c);
  font-weight: 600;
  line-height: 1.277;
  text-transform: uppercase;
  padding: 13px 35px 11px 20px;
  background-color: var(--luckystar-white, #ffffff);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

@media (max-width: 991px) {
  .hero-slider-two__tagline__text {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .hero-slider-two__tagline__text {
    padding-left: 20px;
  }
}

.hero-slider-two__tagline__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .hero-slider-two__tagline__shape {
    top: 0px;
  }
}

.hero-slider-two__tagline__image {
  margin-left: -42px;
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: 50px;
  border: 3px solid var(--luckystar-white, #ffffff);
}

@media (max-width: 500px) {
  .hero-slider-two__tagline__image {
    display: none !important;
  }
}

.hero-slider-two__title {
  margin-bottom: 14px;
  font-size: 60px;
  font-weight: 700;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.166;
  text-transform: capitalize;
  transition-delay: 0.5s;
}

@media (max-width: 1399px) {
  .hero-slider-two__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .hero-slider-two__title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-slider-two__title {
    font-size: 40px;
  }
}

@media (max-width: 440px) {
  .hero-slider-two__title {
    font-size: 35px;
  }
}

.hero-slider-two__title span {
  font-weight: 400;
}

.hero-slider-two__title__text {
  color: var(--luckystar-primary, #debf8c);
}

.hero-slider-two__description {
  margin-bottom: 30px;
  transition-delay: 0.7s;
}

.hero-slider-two__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.3125;
}

@media (max-width: 575px) {
  .hero-slider-two__text {
    font-size: 16px;
  }
}

.hero-slider-two__button {
  display: flex;
  gap: 30px 35px;
  flex-wrap: wrap;
  align-items: center;
  transition-delay: 0.9s;
}

.hero-slider-two__video {
  display: flex;
  gap: 28px;
  align-items: center;
}

.hero-slider-two__video__text {
  margin: 0px;
  font-weight: 500;
  color: var(--luckystar-white, #ffffff);
  text-transform: uppercase;
}

.hero-slider-two .video-btn:hover:hover {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.hero-slider-two .video-btn:hover:hover::after {
  border-color: var(--luckystar-primary, #debf8c);
}

.hero-slider-two__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 200px;
  left: 64px;
  z-index: 12;
  opacity: 0;
  animation: moveX2 2s linear infinite;
}

@media (max-width: 1799px) {
  .hero-slider-two__shape-1 {
    top: 100px;
    left: 10px;
  }
}

@media (max-width: 1599px) {
  .hero-slider-two__shape-1 {
    display: none !important;
  }
}

.hero-slider-two__shape-2 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 38%;
  bottom: 94px;
  z-index: 12;
  opacity: 0;
  animation: zoomIn2 2s infinite alternate;
}

@media (max-width: 1399px) {
  .hero-slider-two__shape-2 {
    left: 50%;
    bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .hero-slider-two__shape-2 {
    left: 60%;
  }
}

@media (max-width: 991px) {
  .hero-slider-two__shape-2 {
    left: 70%;
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .hero-slider-two__shape-2 {
    display: none !important;
  }
}

.hero-slider-two .active .slider--el-1 {
  z-index: 10;
}

.hero-slider-two .active .slider--el-1 .slider--el-bg {
  transform: scale(0.834);
}

.hero-slider-two .active .slider--el-1 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--el-1 .part {
  transform: translateZ(0);
  opacity: 1;
}

.hero-slider-two .active .slider--el-2 {
  z-index: 10;
}

.hero-slider-two .active .slider--el-2 .slider--el-bg {
  transform: scale(0.834);
}

.hero-slider-two .active .slider--el-2 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--el-2 .part {
  transform: translateZ(0);
  opacity: 1;
}

.hero-slider-two .active .slider--el-3 {
  z-index: 10;
}

.hero-slider-two .active .slider--el-3 .slider--el-bg {
  transform: scale(0.834);
}

.hero-slider-two .active .slider--el-3 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--el-3 .part {
  transform: translateZ(0);
  opacity: 1;
}

.hero-slider-two .active .slider--el-4 {
  z-index: 10;
}

.hero-slider-two .active .slider--el-4 .slider--el-bg {
  transform: scale(0.834);
}

.hero-slider-two .active .slider--el-4 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--el-4 .part {
  transform: translateZ(0);
  opacity: 1;
}

.hero-slider-two .active .slider--control.left .page4-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.right .page2-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.left .page1-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.right .page3-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.left .page2-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.right .page4-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.left .page3-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .slider--control.right .page1-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.hero-slider-two .active .hero-slider-two__content,
.hero-slider-two .active .hero-slider-two__tagline,
.hero-slider-two .active .hero-slider-two__title,
.hero-slider-two .active .hero-slider-two__description,
.hero-slider-two .active .hero-slider-two__button {
  opacity: 1;
  transform: translateY(0px);
}

.hero-slider-two .active .hero-slider-two__shape-1,
.hero-slider-two .active .hero-slider-two__shape-2 {
  opacity: 1;
  transition: opacity 500ms ease 500ms;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.about-one .container {
  position: relative;
  z-index: 1;
}

.about-one__image {
  position: relative;
}

.about-one__image__one {
  display: inline-block;
  position: relative;
}

.about-one__image__one__img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;

}

.about-one__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 31px;
  right: -43px;
  animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
  .about-one__image__shape-1 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__shape-1 {
    display: none;
  }
}

.about-one__image__two {
  display: table;
  position: relative;
  z-index: 1;
  margin: -148px 15px 0px auto;
  margin-top: -148px;
  border-top: 10px solid var(--luckystar-white, #ffffff);
  border-left: 10px solid var(--luckystar-white, #ffffff);
}

@media (max-width: 767px) {
  .about-one__image__two {
    margin-right: 0px;
  }
}

@media (max-width: 500px) {
  .about-one__image__two {
    margin: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__two {
    margin-top: 40px;
  }
}

.about-one__image__two__img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.about-one__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -84px;
  bottom: 6px;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 500px) {
  .about-one__image__shape-2 {
    display: none;
  }
}

.about-one__experience {
  position: relative;
  position: absolute;
  top: -104px;
  right: 0px;
  z-index: 2;
  text-align: right;
}

.about-one__experience__year {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px auto;
  padding: 38px 22.5px 26px;
  font-size: 40px;
  color: var(--luckystar-black2, #222222);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px 100px 0px 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.about-one__experience__year::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--luckystar-base, #007a5f);
}

.about-one__experience__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 5.5px 8px;
  font-size: 18px;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.388;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--luckystar-base, #007a5f);
  /* border-left: 10px solid var(--luckystar-white, #ffffff);
  border-bottom: 10px solid var(--luckystar-white, #ffffff); */
  text-align: center;
}

.about-one__content {
  margin-top: 1px;
}

@media (max-width: 991px) {
  .about-one__content {
    margin-top: 0px;
  }
}

.about-one .sec-title {
  margin-bottom: 7px;
}

.about-one__text {
  margin-bottom: 27px;
}

.about-one .tab-buttons {
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.about-one .tab-buttons .tab-btn {
  position: relative;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.562;
  color: var(--luckystar-black3, #333333);
  text-transform: capitalize;
  border-radius: 50px 0px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.about-one .tab-buttons .tab-btn::after {
  content: "";
  width: 56.49px;
  height: 25.067px;
  position: absolute;
  right: -9px;
  bottom: -7px;
  z-index: -1;
  opacity: 0;
  transform: rotate(129.56deg);
  border-radius: inherit;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-one .tab-buttons .tab-btn:hover,
.about-one .tab-buttons .tab-btn.active-btn {
  color: var(--luckystar-black4, #131111);
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.about-one .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}

.about-one .tabs-content {
  display: block;
  margin-top: 32px;
  position: relative;
}

.about-one .tabs-content__inner {
  display: grid;
  align-items: center;
  grid-gap: 50px 35px;
  grid-template-columns: 1fr 231px;
  position: relative;
  z-index: 1;
  padding: 15px 15px 15px 31px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 767px) {
  .about-one .tabs-content__inner {
    padding: 39px 20px 20px 20px;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one .tabs-content__inner {
    padding: 39px 20px 20px 20px;
    grid-template-columns: 1fr;
  }
}

.about-one .tabs-content__inner::before,
.about-one .tabs-content__inner::after {
  content: "";
  width: 40px;
  height: 50%;
  position: absolute;
  left: 0px;
  z-index: -1;
}

@media (max-width: 767px) {

  .about-one .tabs-content__inner::before,
  .about-one .tabs-content__inner::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .about-one .tabs-content__inner::before,
  .about-one .tabs-content__inner::after {
    display: none;
  }
}

.about-one .tabs-content__inner::before {
  top: 0px;
  background-color: var(--luckystar-base, #007a5f);
}

.about-one .tabs-content__inner::after {
  bottom: 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.about-one .tabs-content__list {
  margin: 0px;
  position: relative;
}

.about-one .tabs-content__list::before {
  content: "";
  width: 34px;
  height: calc(100% + 38px);
  position: absolute;
  top: 50%;
  left: -9px;
  border-radius: 50px;
  transform: translateY(-50%);
  background-color: var(--luckystar-white, #ffffff);
}

.about-one .tabs-content__list li+li {
  margin-top: 10px;
}

.about-one .tabs-content__list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  z-index: 1;
  color: var(--luckystar-black3, #333333);
  font-weight: 400;
  transition: all 500ms ease;
}

.about-one .tabs-content__list li a {
  color: inherit;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.about-one .tabs-content__list li:hover a {
  color: var(--luckystar-primary, #debf8c);
  text-decoration: underline;
}

.about-one .tabs-content__list__icon {
  display: inline-flex;
  position: relative;
  top: 3px;
  z-index: 1;
}

.about-one .tabs-content__list__icon::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% + 1px);
  right: -14px;
  opacity: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-one .tabs-content__list li:hover .tabs-content__list__icon::after {
  opacity: 1;
}

.about-one .tabs-content__list svg {
  width: 19px;
  height: 17px;
  flex-shrink: 0;
  transition: all 500ms ease;
}

.about-one .tabs-content__list svg path:first-child {
  fill: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-one .tabs-content__list svg path:not(:first-child) {
  fill: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.about-one .tabs-content__list li:hover svg path:first-child {
  fill: var(--luckystar-primary, #debf8c);
}

.about-one .tabs-content__list li:hover svg path:not(:first-child) {
  fill: var(--luckystar-base, #007a5f);
}

.about-one .tabs-content__image img {
  max-width: 100%;
  height: auto;
}

.about-one .tabs-content .tab {
  display: none;
  opacity: 0;
  position: relative;
  transform: translateY(60px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.about-one .tabs-content .tab.active-tab {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

.about-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 4.5%;
  right: 86px;
  bottom: 90px;
  animation: rotate 7s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__shape {
    right: 3%;
    bottom: 50px;
  }
}

.about-two {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.about-two .container {
  position: relative;
  z-index: 1;
}

.about-two__image {
  position: relative;
}

.about-two__image__inner {
  display: inline-block;
}

.about-two__image__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.about-two__image__text {
  margin: 0px;
  padding: 44.5px 23.5px;
  position: relative;
  position: absolute;
  top: 62px;
  left: -36px;
  z-index: 1;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black, #000000);
  text-transform: uppercase;
  writing-mode: sideways-lr;
  background-color: var(--luckystar-white, #ffffff);
  clip-path: polygon(50% 0%, 100% 11%, 100% 89%, 50% 100%, 0 89%, 0 11%);
}

@media (max-width: 991px) {
  .about-two__image__text {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .about-two__image__text {
    top: 46px;
  }
}

@media (max-width: 575px) {
  .about-two__image__text {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__image__text {
    top: 10px;
    left: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .about-two__image__text {
    left: 20px;
  }
}

.about-two__image__text::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(50% 1.5%, 100% 11%, 100% 89%, 50% 98.5%, 0 89%, 0 11%);
}

.about-two__experience {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -71px;
  bottom: 17px;
}

@media (max-width: 991px) {
  .about-two__experience {
    left: -15px;
    bottom: 0px;
  }
}

@media (max-width: 575px) {
  .about-two__experience {
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__experience {
    left: -15px;
    bottom: -30px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .about-two__experience {
    left: -15px;
    bottom: 0px;
  }
}

.about-two__content {
  position: relative;
  z-index: 1;
}

.about-two__text {
  margin-bottom: 26px;
}

.about-two__item {
  margin-bottom: 28px;
  position: relative;
  padding: 0px 0px 0px 33px;
}

@media (max-width: 1199px) {
  .about-two__item {
    padding: 0px;
  }
}

.about-two__item__inner {
  display: flex;
  gap: 19px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 28.5px 50px 28.5px 30px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 480px) {
  .about-two__item__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
  }
}

.about-two__item__inner::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media (max-width: 480px) {
  .about-two__item__inner::after {
    display: none;
  }
}

.about-two__item__icon {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-two__item__inner:hover .about-two__item__icon {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.about-two__item__title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.318;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .about-two__item__title {
    margin-bottom: 15px;
  }
}

.about-two__item__text {
  margin: 0px;
}

.about-two__item__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -253px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .about-two__item__image {
    display: none;
  }
}

.about-two__list {
  margin-bottom: 29px;
}

.about-two__list li+li {
  margin-top: 11px;
}

.about-two__list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--luckystar-black3, #333333);
}

.about-two__list svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}

.about-two__list svg path:first-child {
  fill: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-two__list svg path:not(:first-child) {
  fill: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.about-two__list li:hover svg path:first-child {
  fill: var(--luckystar-primary, #debf8c);
}

.about-two__list li:hover svg path:not(:first-child) {
  fill: var(--luckystar-base, #007a5f);
}

.about-two__button {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  align-items: center;
}

.about-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 0px;
  animation: zoomIn4 2.5s infinite alternate;
}

@media (max-width: 1799px) {
  .about-two__shape {
    display: none;
  }
}

.about-three {
  background-color: var(--luckystar-white, #ffffff);
}

.about-three__image {
  position: relative;
}

.about-three__image__one {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.about-three__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.about-three__image__shape {
  position: absolute;
  top: 0px;
  left: -93px;
  bottom: 0px;
  margin: auto 0px;
  animation: zoomIn3 2.5s infinite alternate;
}

.about-three__content {
  display: grid;
  grid-gap: 200px 28px;
  align-items: end;
  grid-template-columns: auto 300px;
}

@media (max-width: 991px) {
  .about-three__content {
    display: block;
  }
}

.about-three__text {
  margin-bottom: 25px;
}

.about-three__item {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding: 14px 0px 14px 15px;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.about-three__item::before {
  content: "";
  width: 60px;
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: -1px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.about-three__item:hover::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.about-three__item__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.about-three__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-three__item:hover .about-three__item__icon {
  color: var(--luckystar-base, #007a5f);
}

.about-three__item__title {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--luckystar-black4, #131111);
  line-height: 1.375;
  text-transform: capitalize;
}

.about-three__content__image {
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .about-three__content__image {
    margin-top: 160px;
  }
}

.about-three__content__image img {
  max-width: 100%;
  height: auto;
}

.about-three__content__img {
  border-radius: 50px;
}

.about-three__content__badge {
  position: absolute;
  top: -108px;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: 0px auto;
  animation: vibrant2 3s ease 0s infinite;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

/* .client-carousel::before {
  content: "";
  height: 2px;
  background-color: var(--luckystar-border-color, #dddddd);
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  z-index: 1;
} */

.client-carousel__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.client-carousel__title {
  margin: 0px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
  text-transform: uppercase;
  line-height: 1.625;
  display: inline-block;
  background-color: var(--luckystar-white, #ffffff);
  padding: 0 24px;
}

.client-carousel__title span {
  color: var(--luckystar-primary, #debf8c);
}

.client-carousel__title__shape {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.client-carousel__carousel {
  padding-top: 93px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .client-carousel__carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .client-carousel__carousel {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}

.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}

.client-carousel__item {
  position: relative;
  padding: 17.5px 42px;
  text-align: center;
}

@media (max-width: 575px) {
  .client-carousel__item {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}

.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
}

.client-carousel__image {
  margin: auto;
}

.client-carousel__item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.client-carousel__logo-container {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: transform 300ms ease;
}

.client-carousel__logo-container img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: all 300ms ease;
  width: auto !important;
}

.client-carousel__item:hover .client-carousel__logo-container img {
  filter: grayscale(0%);
  opacity: 1;
}

.client-carousel__item:hover .client-carousel__logo-container {
  transform: translateY(-5px);
}

.client-carousel__name {
  margin: 0;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--luckystar-black3, #333333);
  text-align: center;
  transition: color 300ms ease;
  line-height: 1.4;
  word-break: break-word;
}

.client-carousel__item:hover .client-carousel__name {
  color: var(--luckystar-base, #007a5f);
}

.client-carousel__hover {
  padding: 17.5px 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--luckystar-base, #007a5f);
  border-radius: 50px;
  transition: opacity 300ms ease;
}

.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  background-color: var(--luckystar-white, #ffffff);
}

.testimonials-one__wrapper {
  position: relative;
  padding: 73.5px 55px 73.5px 70px;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 767px) {
  .testimonials-one__wrapper {
    padding: 50px 40px;
  }
}

@media (max-width: 540px) {
  .testimonials-one__wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 375px) {
  .testimonials-one__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one__wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.testimonials-one__carousel {
  position: relative;
  z-index: 1;
}

.testimonials-one__carousel.owl-carousel .owl-nav {
  margin: 0px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  gap: 72px;
}

@media (max-width: 767px) {
  .testimonials-one__carousel.owl-carousel .owl-nav {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials-one__carousel.owl-carousel .owl-nav::after {
  content: "";
  width: calc(100% - 55px);
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--luckystar-white, #ffffff);
}

.testimonials-one__carousel.owl-carousel .owl-nav button {
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 1;
  color: var(--luckystar-base, #007a5f);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-white3, #ecf5f4);
}

.testimonials-one__carousel.owl-carousel .owl-nav button:hover {
  color: var(--luckystar-base, #007a5f);
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

.testimonials-one__carousel .findox-owl__carousel__counter {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 72px;
  bottom: 19px;
  z-index: 1;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 18px;
  color: var(--luckystar-black, #000000);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .testimonials-one__carousel .findox-owl__carousel__counter {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials-one__carousel .findox-owl__carousel__counter__current {
  color: var(--luckystar-primary, #debf8c);
}

.testimonials-one__carousel .findox-owl__carousel__counter__total {
  position: relative;
}

.testimonials-one__carousel .findox-owl__carousel__counter__total::before {
  content: "/";
  position: absolute;
  top: -1px;
  left: -14px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 18px;
  color: var(--luckystar-black, #000000);
  font-weight: 700;
  line-height: 1;
}

.testimonials-one__item {
  display: grid;
  grid-gap: 40px 77px;
  align-items: start;
  grid-template-columns: 333px auto;
}

@media (max-width: 1199px) {
  .testimonials-one__item {
    grid-column-gap: 60px;
  }
}

@media (max-width: 991px) {
  .testimonials-one__item {
    grid-template-columns: 1fr;
  }
}

.testimonials-one__item__image {
  width: 333px;
  height: 333px;
  position: relative;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 440px) {
  .testimonials-one__item__image {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 390px) {
  .testimonials-one__item__image {
    width: 270px;
    height: 270px;
  }
}

@media (max-width: 360px) {
  .testimonials-one__item__image {
    width: 230px;
    height: 230px;
  }
}

.testimonials-one__item__image::before,
.testimonials-one__item__image::after {
  content: "";
  width: 3px;
  height: 50%;
  position: absolute;
  right: -38.5px;
  border-radius: 100px;
}

@media (max-width: 1199px) {

  .testimonials-one__item__image::before,
  .testimonials-one__item__image::after {
    right: -30px;
  }
}

@media (max-width: 991px) {

  .testimonials-one__item__image::before,
  .testimonials-one__item__image::after {
    display: none;
  }
}

.testimonials-one__item__image::before {
  top: 0px;
  background-color: var(--luckystar-base, #007a5f);
}

.testimonials-one__item__image::after {
  bottom: 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.testimonials-one__item__image img {
  width: 100% !important;
  height: 100%;
  border-radius: inherit;
}

.testimonials-one__item .findox-ratings {
  padding: 13px 25px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 100px;
  background-color: var(--luckystar-white3, #ecf5f4);
  border: 1px solid var(--luckystar-primary, #debf8c);
}

.testimonials-one__item .findox-ratings__icon {
  font-size: 18px;
  color: var(--luckystar-primary, #debf8c);
}

.testimonials-one__item__icon {
  width: 67px;
  height: 66px;
}

.testimonials-one__item__icon path:nth-child(1) {
  fill: var(--luckystar-primary, #debf8c);
}

.testimonials-one__item__icon path:nth-child(2) {
  stroke: #2f5ce9;
}

.testimonials-one__item__icon path:nth-child(3) {
  fill: var(--luckystar-base, #007a5f);
}

.testimonials-one__item__icon path:nth-child(4) {
  stroke: #2f5ce9;
}

.testimonials-one__item__quote {
  margin: 22px 0px 26px;
  padding-bottom: 21px;
  font-size: 22px;
  font-weight: 500;
  color: var(--luckystar-black4, #131111);
  font-style: italic;
  line-height: 1.545;
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 767px) {
  .testimonials-one__item__quote {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .testimonials-one__item__quote {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one__item__quote {
    font-size: 20px;
  }
}

.testimonials-one__item__quote span {
  color: var(--luckystar-primary, #debf8c);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 767px) {
  .testimonials-one__item__identity {
    margin-bottom: 100px;
  }
}

.testimonials-one__item__name {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.testimonials-one__item__designation {
  margin: 0px;
}

.testimonials-one__shape-1 {
  width: 227px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 30px 300px 300px 30px;
  box-shadow: 0 0 6.3px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .testimonials-one__shape-1 {
    display: none;
  }
}

.testimonials-one__shape-1 img {
  max-width: 100%;
  height: auto;
  margin-left: -10px;
}

.testimonials-one__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  animation: zump 2s linear infinite;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 100px 0px 0px;
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .package-card {
    padding: 40px 30px;
  }
}

@media (max-width: 375px) {
  .package-card {
    padding: 30px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-card {
    padding: 40px 30px;
  }
}

.package-card:hover {
  border-radius: 20px;
}

.package-card__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.package-card__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.package-card:hover .package-card__shape::after {
  height: 100%;
  top: 0px;
}

.package-card__top {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.package-card__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 8px 27px 8px 25px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-weight: 600;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card__title {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .package-card__title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-card__title {
    font-size: 18px;
  }
}

.package-card__title::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.package-card__title::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0ex;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.package-card:hover .package-card__title::after {
  width: 100%;
  left: 0px;
}

.package-card__price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card__price {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .package-card__price {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-card__price {
    font-size: 45px;
  }
}

.package-card__price span {
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-text, #636363);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.package-card__text {
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.package-card__list {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.package-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding: 6px 20px;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card__list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-card__list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.package-card__list li:hover {
  color: var(--luckystar-black4, #131111) !important;
}

.package-card__list li:not(:last-child) {
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.package-card__list li::after {
  content: "";
  width: 0%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.package-card__list li:hover::after {
  width: calc(100% + 2px);
  left: -1px;
}

.package-card__list__icon {
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  transition: all 500ms ease;
}

.package-card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.package-card__list li:hover .package-card__list__icon {
  color: var(--luckystar-black4, #131111);
}

.package-card:hover .package-card__list,
.package-card:hover .package-card__list li {
  border-color: RGBA(var(--luckystar-border-color-rgb, 221, 221, 221), 0.3);
}

.package-card:hover .package-card__price,
.package-card:hover .package-card__price span,
.package-card:hover .package-card__text,
.package-card:hover .package-card__list li,
.package-card:hover .package-card__list__icon {
  color: var(--luckystar-white, #ffffff);
}

.package-card:hover .findox-btn::after {
  width: 100%;
  left: 0px;
}

.package-card:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.package-card:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.package-card:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.package-one {
  background-color: var(--luckystar-white, #ffffff);
}

.package-one--home3 {
  position: relative;
}

.package-one--home3::before {
  content: "";
  width: 100%;
  height: calc(100% + 95px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 991px) {
  .package-one--home3::before {
    height: calc(100% + 142px);
  }
}

.package-one--home3 .container {
  position: relative;
  z-index: 1;
}

.package-one--home3 .package-card__title {
  background-color: var(--luckystar-white3, #ecf5f4);
}

.package-one--home3 .package-card__shape {
  background-color: var(--luckystar-white, #ffffff);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--luckystar-white, #ffffff);
}

.gallery-page__filter__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.gallery-page__filter__list li {
  padding: 11px 30px;
}

.gallery-page__filter__list li.active::after {
  width: 100%;
  left: 0px;
}

.gallery-page__filter__list li.active .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.gallery-page__card {
  position: relative;
  overflow: hidden;
}

.gallery-page__card img {
  display: block;
  width: 100%;
}

.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.8);
  transition: all 500ms ease;
}

.gallery-page__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(0.5);
  font-size: 22px;
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.gallery-page__card__hover .img-popup:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}

.gallery-page__card:hover .gallery-page__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}

.gallery-page__card:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.why-choose .sec-title {
  margin-bottom: 11px;
}

.why-choose__text {
  margin-bottom: 25px;
}

.why-choose__item-box {
  padding-right: 70px;
}

@media (max-width: 767px) {
  .why-choose__item-box {
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item-box {
    padding-right: 0px;
  }
}

.why-choose__item-single+.why-choose__item-single {
  margin-top: 27px;
}

.why-choose__item-single {
  position: relative;
}

.why-choose__item {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 10px 15px 10px 10px;
  border-radius: 200px 0px 0px 200px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .why-choose__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .why-choose__item:hover {
    border-color: var(--luckystar-white3, #ecf5f4);
    background-color: var(--luckystar-white3, #ecf5f4);
  }
}

.why-choose__item::after {
  content: "";
  width: 66px;
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--luckystar-white3, #ecf5f4);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 65% 50%);
}

@media (max-width: 575px) {
  .why-choose__item::after {
    display: none;
  }
}

.why-choose__item__icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__icon-box {
    background-color: var(--luckystar-primary, #debf8c);
  }
}

.why-choose__item__icon {
  font-size: 34px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.why-choose__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__icon {
    color: var(--luckystar-base, #007a5f);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

.why-choose__item__content {
  width: calc(100% - 90px);
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .why-choose__item__content {
    width: 100%;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.why-choose__item__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item__title {
    font-size: 19px;
  }
}

.why-choose__item__title a {
  color: inherit;
}

.why-choose__item__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.why-choose__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.why-choose__item__title a:hover {
  background-size: 100% 1px;
}

.why-choose__item__text {
  margin: 0px;
}

.why-choose__item__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.why-choose__item__link {
  width: 49px;
  height: 49px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.why-choose__item__link:hover {
  transform: rotate(45deg);
}

@media (max-width: 575px) {
  .why-choose__item__link:hover {
    color: var(--luckystar-base, #007a5f);
    background-color: var(--luckystar-primary, #debf8c);
  }
}

.why-choose__item__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.why-choose__item--hover {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 0px 200px 200px 0px;
  border-color: var(--luckystar-white3, #ecf5f4);
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 575px) {
  .why-choose__item--hover {
    display: none;
  }
}

.why-choose__item--hover::after {
  right: auto;
  left: -1px;
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(100% 0, 65% 52%, 100% 100%, 0 100%, 0 0);
}

.why-choose__item--hover .why-choose__item__content {
  gap: 20px;
  justify-content: flex-start;
}

.why-choose__item--hover .why-choose__item__btn {
  width: 65px;
  height: 65px;
  justify-content: flex-start;
}

.why-choose__item--hover .why-choose__item__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.why-choose__item--hover .why-choose__item__icon {
  color: var(--luckystar-base, #007a5f);
}

.why-choose__item-single:hover .why-choose__item {
  opacity: 0;
}

@media (max-width: 575px) {
  .why-choose__item-single:hover .why-choose__item {
    opacity: 1;
  }
}

.why-choose__item-single:hover .why-choose__item--hover {
  opacity: 1;
}

.why-choose__image__inner {
  display: inline-block;
  position: relative;
}

.why-choose__image img {
  max-width: 100%;
  height: auto;
}

.why-choose__image__img {
  position: relative;
  z-index: 1;
}

.why-choose__image__shape {
  position: absolute;
  top: 1px;
  right: -80px;
  animation: zoomIn 2s infinite alternate;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact {
  background-color: var(--luckystar-white, #ffffff);
}

.funfact__item {
  position: relative;
  text-align: center;
  padding: 0px 30px 38px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .funfact__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.funfact__item__shape {
  width: 100%;
  height: calc(100% - 36px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 0px 0px 500px 500px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.funfact__item__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.funfact__item:hover .funfact__item__shape::after {
  height: 100%;
}

.funfact__item__content {
  position: relative;
  z-index: 1;
}

.funfact__item__icon-box {
  width: 74px;
  height: 74px;
  position: relative;
  margin: 0px auto 20px;
}

.funfact__item__icon-box::before,
.funfact__item__icon-box::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  border-style: solid;
  transition: all 500ms ease;
}

.funfact__item__icon-box::before {
  left: -36px;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent var(--luckystar-primary, #debf8c) transparent;
}

.funfact__item__icon-box::after {
  right: -36px;
  border-width: 36px 0 0 36px;
  border-color: transparent transparent transparent var(--luckystar-primary, #debf8c);
}

.funfact__item:hover .funfact__item__icon-box::before {
  border-color: transparent transparent var(--luckystar-base, #007a5f) transparent;
}

.funfact__item:hover .funfact__item__icon-box::after {
  border-color: transparent transparent transparent var(--luckystar-base, #007a5f);
}

.funfact__item__icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 38px;
  color: var(--luckystar-white, #ffffff);
  overflow: hidden;
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 0px 0px 50px 50px;
  transition: all 500ms ease;
}

.funfact__item__icon::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.funfact__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.funfact__item:hover .funfact__item__icon {
  color: var(--luckystar-base, #007a5f);
}

.funfact__item:hover .funfact__item__icon::after {
  height: 100%;
  top: 0px;
}

.funfact__item__count {
  margin-bottom: 8px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: var(--luckystar-black2, #222222);
  transition: all 500ms ease;
}

@media (min-width: 576px) and (max-width: 767px) {
  .funfact__item__count {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .funfact__item__count {
    font-size: 40px;
  }
}

.funfact__item__title {
  margin: 0px;
  transition: all 500ms ease;
}

.funfact__item:hover .funfact__item__count,
.funfact__item:hover .funfact__item__title {
  color: var(--luckystar-white, #ffffff);
}

.funfact--two {
  position: relative;
}

.funfact--two .funfact__bg {
  width: 100%;
  height: calc(100% + 339px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 991px) {
  .funfact--two .funfact__bg {
    height: calc(100% + 300px);
  }
}

@media (max-width: 575px) {
  .funfact--two .funfact__bg {
    height: calc(100% + 250px);
  }
}

.funfact--two .container {
  position: relative;
  z-index: 1;
}

.funfact--two .funfact__item {
  display: grid;
  grid-gap: 18px;
  align-items: center;
  grid-template-columns: 74px auto;
  padding: 48px 35px 48px 0px;
}

.funfact--two .funfact__item__shape {
  height: 100%;
  border-radius: 15px;
  background-color: var(--luckystar-white, #ffffff);
}

.funfact--two .funfact__item__shape::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
}

.funfact--two .funfact__item:hover .funfact__item__shape::after {
  width: 100%;
  left: 0px;
}

.funfact--two .funfact__item__icon-box {
  margin: 0px;
  z-index: 1;
}

.funfact--two .funfact__item__icon-box::before {
  top: -36px;
  left: 0px;
  border-width: 36px 0 0 36px;
  border-color: transparent transparent transparent var(--luckystar-primary, #debf8c);
}

.funfact--two .funfact__item__icon-box::after {
  top: auto;
  right: auto;
  left: 0px;
  bottom: -36px;
  border-width: 36px 36px 0 0;
  border-color: var(--luckystar-primary, #debf8c) transparent transparent transparent;
}

.funfact--two .funfact__item:hover .funfact__item__icon-box::before {
  border-color: transparent transparent transparent var(--luckystar-white, #ffffff);
}

.funfact--two .funfact__item:hover .funfact__item__icon-box::after {
  border-color: var(--luckystar-white, #ffffff) transparent transparent transparent;
}

.funfact--two .funfact__item__icon {
  border-radius: 0px 50px 50px 0px;
}

.funfact--two .funfact__item__icon::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
}

.funfact--two .funfact__item:hover .funfact__item__icon::after {
  width: 100%;
  left: 0px;
}

.funfact--two .funfact__item__content {
  text-align: left;
}

.funfact--two .funfact__item__count {
  margin-bottom: 5px;
  font-size: 45px;
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  margin: 94px 0px;
}

@media (max-width: 1599px) {
  .slide-text {
    margin: 64px 0px;
  }
}

@media (max-width: 1199px) {
  .slide-text {
    margin: 37px 0px;
  }
}

@media (max-width: 991px) {
  .slide-text {
    margin: 20px 0px;
  }
}

.slide-text--two {
  margin: 0px;
}

.slide-text--two .slide-text__two {
  position: static;
  transform: rotate(0deg);
}

.slide-text--two .slide-text__scroll--right {
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
}

.slide-text .container-fluid {
  padding: 0px;
}

.slide-text__one {
  padding: 32px 0px;
  overflow: hidden;
  transform: skewY(-7.412deg);
  background-color: var(--luckystar-base, #007a5f);
}

.slide-text__two {
  width: 100%;
  padding: 32px 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: skewY(7.412deg);
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 991px) {
  .slide-text__two {
    position: relative;
    transform: skewY(-7.412deg);
  }
}

.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0px;
  font-size: 35px;
  font-weight: 700;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.192;
  text-transform: uppercase;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slide-text__scroll:hover {
  animation-play-state: paused;
}

.slide-text__scroll img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.slide-text__scroll span {
  display: inline-block;
  font-family: inherit;
}

.slide-text__scroll__outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--luckystar-white, #ffffff);
}

.slide-text__scroll--right {
  -webkit-animation: scrollLeftToRight 20s linear infinite;
  -moz-animation: scrollLeftToRight 20s linear infinite;
  animation: scrollLeftToRight 20s linear infinite;
}

.slide-text__scroll--right span {
  color: var(--luckystar-base, #007a5f);
}

.slide-text__scroll--right .slide-text__scroll__outline {
  color: transparent;
  -webkit-text-stroke-color: var(--luckystar-base, #007a5f);
}

@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}

@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
  counter-reset: FAQ;
}

.faq-accordion .accordion {
  border-radius: 10px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.faq-accordion .accordion+.accordion {
  margin-top: 30px;
}

.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 10px 23px 10px 10px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title {
    gap: 15px;
  }
}

.faq-accordion .accordion-title h4 {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title h4 {
    gap: 25px;
  }
}

@media (max-width: 574px) {
  .faq-accordion .accordion-title h4 {
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .faq-accordion .accordion-title h4 {
    font-size: 16px;
  }
}

.faq-accordion .accordion-title__number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title__number {
    width: 40px;
    height: 40px;
  }
}

.faq-accordion .accordion-title__number::before {
  content: "0" counter(FAQ) ".";
  counter-increment: FAQ;
  font-size: 18px;
  color: var(--luckystar-black4, #131111);
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title__number::before {
    font-size: 14px;
  }
}

.faq-accordion .accordion-title__number::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10.5px 0 10.5px 11px;
  border-color: transparent transparent transparent var(--luckystar-base, #007a5f);
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title__number::after {
    right: -8px;
    border-width: 8px 0 8px 8px;
  }
}

.faq-accordion .accordion-title__icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  background-color: var(--luckystar-primary, #debf8c);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
  width: 15px;
  height: 2px;
}

.faq-accordion .active .accordion-title {
  border-radius: 10px 10px 0px 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.faq-accordion .active .accordion-title__number {
  background-color: var(--luckystar-white, #ffffff);
}

.faq-accordion .active .accordion-title__icon::after,
.faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--luckystar-base, #007a5f);
}

.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}

.faq-accordion .accordion-content .inner {
  display: grid;
  grid-template-columns: 62px auto;
  grid-gap: 15px;
  align-items: center;
  padding: 10px 23px 10px 10px;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-content .inner {
    padding: 15px 23px 15px 15px;
    grid-template-columns: auto;
  }
}

.faq-accordion .accordion-content img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-content img {
    display: none;
  }
}

.faq-accordion .accordion-content p {
  margin: 0px;
}

.faq-one {
  position: relative;
}

.faq-one .container {
  position: relative;
  z-index: 1;
}

.faq-one__image {
  margin-left: -131px;
}

@media (max-width: 1599px) {
  .faq-one__image {
    margin-left: -100px;
  }
}

@media (max-width: 1399px) {
  .faq-one__image {
    margin-left: 0px;
  }
}

.faq-one__image img {
  border-radius: 30px;
}

@media (max-width: 991px) {
  .faq-one__image img {
    max-width: 100%;
    height: auto;
  }
}

.faq-one__content {
  position: relative;
  z-index: 1;
  padding: 17px 0px 17px 17px;
  border-radius: 30px;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 991px) {
  .faq-one__content {
    padding: 0px;
    background-color: transparent;
  }
}

.faq-one__content__inner {
  position: relative;
  z-index: 1;
  padding: 80px 68px;
  overflow: hidden;
  border-radius: inherit;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 767px) {
  .faq-one__content__inner {
    padding: 40px 30px;
  }
}

@media (max-width: 412px) {
  .faq-one__content__inner {
    padding: 30px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-one__content__inner {
    padding: 40px 30px;
  }
}

.faq-one__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.faq-one .sec-title {
  margin-bottom: 15px;
}

.faq-one__text {
  margin-bottom: 26px;
  color: var(--luckystar-white, #ffffff);
}

.faq-one .faq-accordion .accordion {
  background-color: var(--luckystar-white, #ffffff);
}

.faq-one__shape {
  width: 280px;
  height: 276px;
  display: inline-block;
  margin: auto;
  position: relative;
  position: absolute;
  top: 0px;
  right: 2.1%;
  bottom: 0px;
  animation: zoomIn 2s infinite alternate;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 223.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1952 5977 c-959 -92 -1692 -831 -1692 -1706 l0 -131 517 0 518 0 23 147 c159 983 1651 1011 1760 33 35 -320 -49 -594 -242 -787 -187 -187 -378 -233 -971 -233 l-385 0 0 -710 0 -710 550 0 550 0 0 265 c1 360 -11 338 198 389 739 181 1203 623 1334 1271 149 735 -123 1480 -673 1846 -419 278 -897 383 -1487 326z"/> <path d="M1400 590 l0 -590 630 0 630 0 0 590 0 590 -630 0 -630 0 0 -590z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 223.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1952 5977 c-959 -92 -1692 -831 -1692 -1706 l0 -131 517 0 518 0 23 147 c159 983 1651 1011 1760 33 35 -320 -49 -594 -242 -787 -187 -187 -378 -233 -971 -233 l-385 0 0 -710 0 -710 550 0 550 0 0 265 c1 360 -11 338 198 389 739 181 1203 623 1334 1271 149 735 -123 1480 -673 1846 -419 278 -897 383 -1487 326z"/> <path d="M1400 590 l0 -590 630 0 630 0 0 590 0 590 -630 0 -630 0 0 -590z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 1599px) {
  .faq-one__shape {
    display: none;
  }
}

.faq-one__shape::after {
  content: "";
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

.faq-one__shape img {
  width: 100%;
  display: block;
}

.faq-one,
.faq-page {
  background-color: var(--luckystar-white, #ffffff);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one {
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

.features-one__carousel {
  border-radius: 0px 0px 15px 15px;
  background-color: var(--luckystar-white, #ffffff);
  filter: drop-shadow(0 2px 9.6px rgba(0, 0, 0, 0.1));
}

.features-one__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding: 48px 30px 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card {
    padding: 38px 25px 35px;
  }
}

@media (max-width: 440px) {
  .features-one__card {
    flex-direction: column;
    padding: 40px 30px 37px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-one__card {
    flex-direction: column;
  }
}

.features-one__card::after {
  content: "";
  width: calc(100% - 60px);
  height: 5px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: 0px auto;
  transform: scaleX(0);
  background-color: var(--luckystar-primary, #debf8c);
  clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
}

.features-one__card__icon-box {
  width: 75px;
  height: 75px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
  border-radius: 10px;
  background-color: var(--luckystar-base, #007a5f);
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__icon-box {
    width: 60px;
    height: 60px;
  }
}

.features-one__card__icon {
  font-size: 38px;
  color: var(--luckystar-white, #ffffff);
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__icon {
    font-size: 30px;
  }
}

.features-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.features-one__card__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__title {
    font-size: 20px;
  }
}

.features-one__card__text {
  margin: 0px;
}

.features-one__card__border {
  width: 2px;
  height: calc(100% - 86px);
  position: relative;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .features-one__card__border {
    display: none;
  }
}

.features-one__card__border::before,
.features-one__card__border::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  border-radius: 50px;
}

.features-one__card__border::before {
  top: 0px;
  background-color: var(--luckystar-border-color, #dddddd);
}

.features-one__card__border::after {
  bottom: 0px;
  background-color: var(--luckystar-base, #007a5f);
}

.features-two {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.features-two__grid {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 991px) {
  .features-two__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .features-two__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.features-two__card {
  padding: 44px 35px 50px;
  position: relative;
  text-align: center;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 375px) {
  .features-two__card {
    padding: 34px 25px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card {
    padding: 32px 20px 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card {
    padding: 32px 20px 35px;
  }
}

.features-two__card:not(:last-child) {
  border-right: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 575px) {
  .features-two__card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
  }
}

@media (max-width: 991px) {
  .features-two__card:nth-child(1) {
    border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
  }
}

@media (max-width: 575px) {
  .features-two__card:nth-child(1) {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .features-two__card:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
  }
}

.features-two__card__bg {
  width: 0%;
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: -1px;
  right: -1px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: 600ms;
}

.features-two__card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.9);
}

.features-two__card:hover .features-two__card__bg {
  width: calc(100% + 2px);
}

.features-two__card__shape-1,
.features-two__card__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}

.features-two__card__shape-1 {
  left: 0px;
  bottom: 0px;
  animation: moveX2 2s linear infinite;
}

.features-two__card__shape-2 {
  top: 0px;
  right: 0px;
  animation: moveX 2s linear infinite;
}

.features-two__card__content {
  position: relative;
  z-index: 1;
}

.features-two__card__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card__title {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card__title {
    font-size: 18px;
  }
}

.features-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.features-two__card__title a:hover {
  background-size: 100% 1px;
}

.features-two__card__icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 24px;
  border-radius: 10px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__icon-box {
  background-color: var(--luckystar-white, #ffffff);
}

.features-two__card__icon {
  font-size: 44px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.features-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.features-two__card:hover .features-two__card__icon {
  color: var(--luckystar-primary, #debf8c);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.features-two__card__text {
  margin-bottom: 25px;
  transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__title,
.features-two__card:hover .features-two__card__text {
  color: var(--luckystar-white, #ffffff);
}

@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card .findox-btn {
    padding-left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card .findox-btn {
    padding-left: 25px;
  }
}

.features-two__card .findox-btn::after {
  background-color: var(--luckystar-white, #ffffff);
}

.features-two__card .findox-btn:hover::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.features-two__card .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.features-two__card:hover .findox-btn::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.features-three {
  background-color: var(--luckystar-white, #ffffff);
}

.features-three__item {
  padding: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 767px) {
  .features-three__item {
    padding: 30px;
  }
}

@media (max-width: 440px) {
  .features-three__item {
    padding: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__item {
    padding: 30px;
  }
}

.features-three__bg {
  width: 0%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: 600ms;
}

.features-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.92);
}

.features-three__item:hover .features-three__bg {
  width: 100%;
}

.features-three__content {
  position: relative;
  z-index: 2;
}

.features-three__top {
  display: flex;
  align-items: center;
  gap: 30px 44px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 18px 60px 18px 23.5px;
  border-radius: 10px 50px 50px 10px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .features-three__top {
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .features-three__top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__top {
    padding-right: 40px;
  }
}

.features-three__top::before {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .features-three__top::before {
    display: none;
  }
}

.features-three__item:hover .features-three__top {
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 575px) {
  .features-three__item:hover .features-three__top {
    background-color: transparent;
  }
}

.features-three__item:hover .features-three__top::before {
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 575px) {
  .features-three__item:hover .features-three__top::before {
    display: none;
  }
}

.features-three__icon {
  display: inline-flex;
  font-size: 44px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .features-three__icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--luckystar-base, #007a5f);
  }
}

.features-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .features-three__item:hover .features-three__icon {
    background-color: var(--luckystar-primary, #debf8c);
  }
}

.features-three__item:hover .features-three__icon {
  color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 575px) {
  .features-three__item:hover .features-three__icon {
    color: var(--luckystar-base, #007a5f);
  }
}

.features-three__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .features-three__title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .features-three__title {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__title {
    font-size: 20px;
  }
}

.features-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.features-three__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 575px) {
  .features-three__item:hover .features-three__title {
    color: var(--luckystar-white, #ffffff);
  }
}

.features-three__text {
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.features-three__item:hover .features-three__text {
  color: var(--luckystar-white, #ffffff);
}

.features-three__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: -10px;
  z-index: 1;
  transition: all 500ms ease;
  animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 575px) {
  .features-three__shape {
    right: 30px;
  }
}

.features-three__shape--hover {
  opacity: 0;
}

.features-three__item:hover .features-three__shape {
  opacity: 0;
}

.features-three__item:hover .features-three__shape--hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
.solution-one {
  position: relative;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.solution-one::before {
  content: "";
  width: 100%;
  height: calc(100% + 332px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.solution-one .container {
  position: relative;
  z-index: 1;
}

.solution-one__content {
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .solution-one__content {
    padding-right: 0px;
  }
}

.solution-one__text {
  margin-bottom: 20px;
}

.solution-one__inner {
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .solution-one__inner {
    padding-right: 0px;
  }
}

.solution-one__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black, #000000);
  line-height: 1.318;
  text-transform: capitalize;
}

.solution-one__list {
  display: grid;
  grid-gap: 12px 16px;
  grid-template-columns: repeat(2, 1fr);
  padding: 28px 25px;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 575px) {
  .solution-one__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .solution-one__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.solution-one__list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--luckystar-black3, #333333);
}

.solution-one__list__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  font-size: 10px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
}

.solution-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.solution-one__list a {
  color: inherit;
}

.solution-one__list a:hover {
  color: var(--luckystar-primary, #debf8c);
  text-decoration: underline;
}

.solution-one__bottom {
  display: flex;
  gap: 25px 28px;
  flex-wrap: wrap;
  align-items: center;
}

.solution-one__chat {
  display: flex;
  align-items: center;
  gap: 19px;
}

.solution-one__chat__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 22px;
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.solution-one__chat__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.solution-one__chat:hover .solution-one__chat__icon {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.solution-one__chat__title {
  margin-bottom: 3px;
  font-size: 18px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}

.solution-one__chat__text {
  margin: 0px;
  font-size: 16px;
  color: var(--luckystar-black3, #333333);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}

.solution-one__image {
  position: relative;
  text-align: right;
}

@media (max-width: 991px) {
  .solution-one__image {
    text-align: left;
  }
}

.solution-one__image__one {
  display: inline-block;
}

.solution-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.solution-one__image__two {
  width: 248px;
  height: 248px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 1199px) {
  .solution-one__image__two {
    display: none;
  }
}

.solution-one__image__two img {
  width: calc(100% - 43px);
  height: calc(100% - 43px);
  border-radius: inherit;
  object-fit: cover;
}

.solution-one__image__shape {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-radius: inherit;
  border: 1px solid var(--luckystar-base, #007a5f);
  animation: rotate 6s linear infinite;
}

.solution-one__image__shape__circle {
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
}

.solution-one__image__shape__circle:nth-child(1) {
  left: -4px;
  bottom: 91px;
}

.solution-one__image__shape__circle:nth-child(2) {
  right: 24px;
  bottom: 31px;
}

.solution-one__image__shape__circle:nth-child(3) {
  top: -1px;
  right: 77px;
}

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
  counter-reset: stepNumber;
  background: radial-gradient(circle at 88% 18%, rgba(222, 191, 140, .18), transparent 26%), linear-gradient(135deg, #f4f8f5, #edf4f0);
}

.working-process__inner {
  position: relative;
}

.working-process .row {
  position: relative;
  z-index: 1;
}

.working-process__card {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .working-process__card--two {
    flex-direction: column-reverse;
  }
}

.working-process__card__image {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.working-process__card__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 202px;
}

.working-process__card__overlay {
  width: 100%;
  height: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.6);
  transition: all 500ms ease;
}

.working-process__card:hover .working-process__card__overlay {
  height: 100%;
  top: 0px;
}

.working-process__card__btn {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 50%;
  opacity: 0;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.working-process__card__btn:hover {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.working-process__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.working-process__card:hover .working-process__card__btn {
  opacity: 1;
}

.working-process__card__step {
  display: inline-block;
  padding: 7px 28.5px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--luckystar-white, #ffffff);
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.working-process__card__step::after {
  content: "0" counter(stepNumber);
  counter-increment: stepNumber;
  margin-left: 5px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: 1;
  transition: all 500ms ease;
}

.working-process__card:hover .working-process__card__step {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.working-process__card:hover .working-process__card__step::after {
  color: var(--luckystar-black4, #131111);
}

.working-process__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 767px) {
  .working-process__card__title {
    font-size: 20px;
  }
}

.working-process__card__title a {
  color: inherit;
}

.working-process__card__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.working-process__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.working-process__card__title a:hover {
  background-size: 100% 1px;
}

.working-process__card__text {
  margin: 0px;
}

.working-process__shape {
  position: absolute;
  top: -21.5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .working-process__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Finance Growth
--------------------------------------------------------------*/
.finance-growth {
  position: relative;
  overflow: hidden;
}

.finance-growth__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.finance-growth__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.92);
}

.finance-growth__bg__shape {
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0px;
  z-index: 1;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 40s linear 0s infinite;
}

.finance-growth__bg__shape--1 {
  top: -35px;
}

.finance-growth__bg__shape--2 {
  bottom: -35px;
}

.finance-growth .container {
  position: relative;
  z-index: 1;
}

.finance-growth__top {
  margin-bottom: 38px;
}

.finance-growth .sec-title {
  margin: 0px;
}

.finance-growth__text {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .finance-growth__text {
    padding-left: 0px;
  }
}

.finance-growth__text__inner {
  margin: 0px;
  color: var(--luckystar-white, #ffffff);
}

.finance-growth__grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (min-width: 768px) and (max-width: 991px) {
  .finance-growth__grid {
    padding: 5px;
    grid-gap: 10px;
  }
}

@media (max-width: 767px) {
  .finance-growth__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.finance-growth__card {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 425px) {
  .finance-growth__card {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .finance-growth__card {
    flex-direction: column;
    text-align: center;
  }
}

.finance-growth__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.finance-growth__card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.finance-growth__card:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-color: var(--luckystar-border-color, #dddddd);
}

@media (max-width: 767px) {
  .finance-growth__card:not(:last-child)::after {
    width: calc(100% + 20px);
    height: 1px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) translateY(0%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .finance-growth__card:not(:last-child)::after {
    height: calc(100% + 10px);
    right: -5px;
  }
}

.finance-growth__card .skill-box {
  position: relative;
}

.finance-growth__card .skill-box__count {
  width: 102px;
  height: 102px;
  margin: 0px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.finance-growth__card .skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
}

.finance-growth__card .skill-box__funfact {
  margin: 0px;
  display: inline-flex;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-white, #ffffff);
  line-height: 1;
  transition: all 500ms ease;
}

.finance-growth__card__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-white, #ffffff);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .finance-growth__card__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.finance-growth__card:hover .skill-box__funfact,
.finance-growth__card:hover .finance-growth__card__title {
  color: var(--luckystar-black2, #222222);
}

.finance-growth__card__text {
  margin: 0px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.finance-growth__card:hover .finance-growth__card__text {
  color: var(--luckystar-black3, #333333);
}

.finance-growth__bottom {
  margin-top: 36px;
  text-align: center;
}

.finance-growth__bottom__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: var(--luckystar-white, #ffffff);
  text-transform: capitalize;
}

.finance-growth__bottom__text a {
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--luckystar-primary, #debf8c);
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.finance-growth__bottom__icon {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-size: 28px;
  color: var(--luckystar-primary, #debf8c);
}

.finance-growth__bottom__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Book Appointment
--------------------------------------------------------------*/
.book-appointment {
  position: relative;
  background-color: var(--luckystar-black2, #222222);
}

.book-appointment__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.book-appointment__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.93);
}

.book-appointment .container {
  position: relative;
  z-index: 2;
}

.book-appointment__content {
  text-align: center;
}

.book-appointment .sec-title {
  margin-bottom: 11px;
}

.book-appointment__text {
  margin-bottom: 27px;
  color: var(--luckystar-white, #ffffff);
}

.book-appointment__button {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.book-appointment__btn-2::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.book-appointment__btn-2::after {
  background-color: var(--luckystar-white, #ffffff);
}

.book-appointment__btn-2:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.book-appointment__shape-1 {
  width: 301px;
  height: 293px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1299px) {
  .book-appointment__shape-1 {
    left: -50px;
  }
}

@media (max-width: 1199px) {
  .book-appointment__shape-1 {
    display: none;
  }
}

.book-appointment__shape-2 {
  width: 266px;
  height: 272px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1299px) {
  .book-appointment__shape-2 {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .book-appointment__shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Finance Statistic
--------------------------------------------------------------*/
.finance-statistic {
  position: relative;
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

.finance-statistic__bg {
  width: 47%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .finance-statistic__bg {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .finance-statistic__bg {
    width: 100%;
    position: relative;
    padding-top: 500px;
  }
}

@media (max-width: 575px) {
  .finance-statistic__bg {
    padding-top: 550px;
  }
}

.finance-statistic__bg__content {
  width: 100%;
  max-width: 677px;
  display: flex;
  gap: 20px 43px;
  align-items: center;
  padding: 9px 35px 9px 9px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 50px 0px 0px 0px;
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 575px) {
  .finance-statistic__bg__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .finance-statistic__bg__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 25px 20px 20px;
  }
}

.finance-statistic__bg__icon {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-size: 72px;
  color: var(--luckystar-base, #007a5f);
  border-radius: inherit;
  background-color: var(--luckystar-white, #ffffff);
}

.finance-statistic__bg__icon::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 23.5px 0 23.5px 24px;
  border-color: transparent transparent transparent var(--luckystar-base, #007a5f);
}

.finance-statistic__bg__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.finance-statistic__bg__title {
  margin: 0px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 600;
  line-height: 1.363;
  text-transform: capitalize;
}

.finance-statistic__bg__title a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.finance-statistic__bg__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.finance-statistic__content {
  position: relative;
  z-index: 1;
}

.finance-statistic__text {
  margin-bottom: 20px;
}

.finance-statistic__chart {
  position: relative;
  width: 100%;
  height: 384px;
  max-height: 450px;
}

@media (max-width: 440px) {
  .finance-statistic__chart {
    height: 350px;
  }
}

.finance-statistic__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation: moveX 2s linear infinite;
}

@media (max-width: 1799px) {
  .finance-statistic__image {
    display: none;
  }
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.service-card__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.service-card__bg__main {
  width: 0%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: 600ms;
}

.service-card__bg__main::before {
  content: "";
  width: 95px;
  height: 68px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
  background-color: var(--luckystar-primary, #debf8c);
}

@media (max-width: 1199px) {
  .service-card__bg__main::before {
    display: none;
  }
}

.service-card__bg__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.89);
}

.service-card:hover .service-card__bg__main {
  width: 100%;
}

.service-card:hover .service-card__bg__main::before {
  opacity: 1;
  transform: translateX(0%);
  transition: all 500ms ease 500ms;
}

.service-card__content {
  padding: 43.5px 38px 49.5px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

@media (max-width: 412px) {
  .service-card__content {
    padding: 30px 30px 49.5px;
  }
}

@media (max-width: 375px) {
  .service-card__content {
    padding: 30px 25px 49.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding: 30px 30px 49.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card__content {
    padding: 30px 25px 49.5px;
  }
}

.service-card__tagline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 19px;
}

.service-card__tagline svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}

.service-card__tagline svg rect {
  width: 12px;
  height: 12px;
  stroke: var(--luckystar-base, #007a5f);
  stroke-width: 3px;
  transition: all 500ms ease;
}

.service-card__tagline__text {
  margin: 0px;
  transition: all 500ms ease;
}

.service-card:hover .service-card__tagline svg rect {
  stroke: var(--luckystar-primary, #debf8c);
}

.service-card:hover .service-card__tagline__text {
  color: var(--luckystar-primary, #debf8c);
}

.service-card__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .service-card__title {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card__title {
    font-size: 20px;
  }
}

.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card__text {
  margin-bottom: 22px;
  transition: all 500ms ease;
}

.service-card__bottom {
  display: flex;
  align-items: center;
  gap: 68px;
  position: relative;
}

@media (max-width: 360px) {
  .service-card__bottom {
    gap: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card__bottom {
    gap: 43px;
  }
}

.service-card__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 70px;
  color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__text,
.service-card:hover .service-card__icon {
  color: var(--luckystar-white, #ffffff);
}

.service-card__number {
  position: relative;
  margin: 0px;
  writing-mode: sideways-lr;
}

.service-card__number::before {
  content: "0" counter(serviceNumber);
  counter-increment: serviceNumber;
  font-family: inherit;
  font-size: 40px;
  color: transparent;
  font-weight: 600;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.service-card__number::after {
  content: "";
  width: 2px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: -68px;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.service-card:hover .service-card__number::before {
  -webkit-text-stroke-color: var(--luckystar-primary, #debf8c);
}

.service-card:hover .service-card__number::after {
  background-color: var(--luckystar-primary, #debf8c);
}

.service-card__btn {
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--luckystar-white, #ffffff);
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .service-card__btn {
    width: 60px;
    height: 60px;
    font-size: 28px;
    bottom: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card__btn {
    width: 60px;
    height: 60px;
    font-size: 28px;
    bottom: 16px;
  }
}

.service-card__btn:hover {
  transform: rotate(45deg);
}

.service-card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card:hover .service-card__btn {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.service-card-two {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 767px) {
  .service-card-two {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-card-two::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 800ms ease;
}

@media (max-width: 767px) {
  .service-card-two::after {
    transition-duration: 500ms;
  }
}

.service-card-two:hover::after {
  width: 100%;
  left: 0px;
}

.service-card-two__content {
  padding: 40px 30px 25px;
  position: relative;
  z-index: 3;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .service-card-two__content {
    padding: 30px;
  }
}

.service-card-two__icon-box {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 114px;
  border-radius: 10px;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .service-card-two__icon-box {
    margin-bottom: 40px;
  }
}

.service-card-two:hover .service-card-two__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.service-card-two__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card-two:hover .service-card-two__icon {
  color: var(--luckystar-base, #007a5f);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-card-two__number {
  position: relative;
  margin-bottom: 15px;
}

.service-card-two__number::before {
  content: "0" counter(serviceNumber) ".";
  counter-increment: serviceNumber;
  font-family: inherit;
  font-size: 22px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__number::before {
  -webkit-text-stroke-color: var(--luckystar-white, #ffffff);
}

.service-card-two__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 1px;
}

.service-card-two__text {
  margin: 0px;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__title,
.service-card-two:hover .service-card-two__text {
  color: var(--luckystar-white, #ffffff);
}

.service-card-two__btn {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--luckystar-base, #007a5f);
  position: absolute;
  right: -25px;
  bottom: 29px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
  border: 3px solid var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .service-card-two__btn {
    margin-top: 30px;
    position: static;
    border-color: var(--luckystar-base, #007a5f);
  }

  .service-card-two__btn:hover {
    border-color: var(--luckystar-white, #ffffff) !important;
  }
}

.service-card-two__btn:hover {
  transform: rotate(45deg);
}

.service-card-two__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 767px) {
  .service-card-two:hover .service-card-two__btn {
    border-color: var(--luckystar-white, #ffffff);
  }
}

.service-card-two__bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .service-card-two__bg {
    display: none;
  }
}

.service-card-two__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  position: absolute;
  top: 65px;
  left: 93px;
  z-index: 1;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .service-card-two__shape {
    top: -30px;
    right: -60px;
    left: auto;
  }
}

.service-card-two:hover .service-card-two__shape {
  opacity: 0.5;
}

.services-one,
.services-two,
.services-three {
  counter-reset: serviceNumber;
  background-color: var(--luckystar-white3, #ecf5f4);
}

.services-one .service-card__bg {
  background-color: var(--luckystar-white, #ffffff);
}

.services-two {
  position: relative;
}

.services-two .container {
  position: relative;
  z-index: 1;
}

.services-two__top {
  margin-bottom: 38px;
}

.services-two .sec-title {
  margin: 0px;
}

@media (min-width: 768px) {
  .services-two__container {
    padding-right: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
    margin-left: calc((100% - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .services-two__container {
    margin-left: calc((100% - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .services-two__container {
    margin-left: calc((100% - 1200px) / 2);
  }
}

.services-two__bottom {
  margin-top: 70px;
}

.services-two__bottom__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width: 991px) {
  .services-two__bottom__content {
    flex-direction: column;
    text-align: center;
  }
}

.services-two__bottom__icon {
  width: 123px;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 62px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 20px;
  background-color: var(--luckystar-white, #ffffff);
}

.services-two__bottom__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-two__bottom__icon::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  border: 1px dashed var(--luckystar-base, #007a5f);
}

.services-two__bottom__title {
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}

.services-two__bottom__text {
  margin: 0px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
}

.services-two__bottom__text__icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
  margin-right: 5px;
  font-size: 11px;
  color: var(--luckystar-base, #007a5f);
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
}

.services-two__bottom__text__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-two__bottom__button {
  text-align: right;
}

@media (max-width: 991px) {
  .services-two__bottom__button {
    text-align: center;
  }
}

.services-two__shape-1,
.services-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
}

.services-two__shape-1 {
  top: 0px;
}

.services-two__shape-2 {
  bottom: 0px;
}

.services-two__shape-3 {
  width: 245px;
  height: 528px;
  position: relative;
  position: absolute;
  top: 122px;
  right: 0px;
  background: var(--luckystar-base, #007a5f);
  border-radius: 200px 0 0 0;
}

@media (max-width: 1799px) {
  .services-two__shape-3 {
    display: none;
  }
}

.services-two__shape-3::after {
  content: "";
  width: 195px;
  height: 468px;
  position: absolute;
  top: 50px;
  left: 50px;
  background: var(--luckystar-primary, #debf8c);
  border-radius: 150px 0 0 0;
}

.services-three__grid {
  display: grid;
  grid-gap: 40px 51px;
  align-items: center;
  grid-template-columns: auto 479px;
  padding: 50px;
  border-radius: 30px;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 1199px) {
  .services-three__grid {
    grid-template-columns: auto;
  }
}

@media (max-width: 767px) {
  .services-three__grid {
    padding: 30px;
  }
}

@media (max-width: 412px) {
  .services-three__grid {
    padding: 20px;
  }
}

.services-three__item+.services-three__item {
  margin-top: 30px;
}

.services-three__item {
  display: flex;
  gap: 30px 20px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 10px 10px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 767px) {
  .services-three__item {
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .services-three__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    border-radius: 20px;
  }
}

@media (max-width: 412px) {
  .services-three__item {
    padding: 25px;
  }
}

.services-three__item::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.services-three__item:hover::before {
  width: 100%;
  left: 0px;
}

.services-three__item::after {
  content: "";
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 0px 500px 500px 0px;
}

@media (max-width: 767px) {
  .services-three__item::after {
    width: 50px;
  }
}

@media (max-width: 575px) {
  .services-three__item::after {
    display: none;
  }
}

.services-three__item__left {
  display: flex;
  gap: 25px;
  align-items: center;
}

@media (max-width: 575px) {
  .services-three__item__left {
    flex-direction: column;
    align-items: flex-start;
  }
}

.services-three__item__icon-box {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.services-three__item:hover .services-three__item__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.services-three__item__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.services-three__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three__item:hover .services-three__item__icon {
  color: var(--luckystar-base, #007a5f);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.services-three__item__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}

.services-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.services-three__item__title a:hover {
  background-size: 100% 1px;
}

.services-three__item:hover .services-three__item__title {
  color: var(--luckystar-white, #ffffff);
}

.services-three__item__btn {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 50%;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.services-three__item__btn:hover {
  transform: rotate(45deg);
}

.services-three__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three__item:hover .services-three__item__btn {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.services-three__item__number {
  margin: 0px;
  position: relative;
  position: absolute;
  right: 100px;
  bottom: -24px;
}

@media (max-width: 575px) {
  .services-three__item__number {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 412px) {
  .services-three__item__number {
    bottom: 25px;
  }
}

.services-three__item__number::before {
  content: "0" counter(serviceNumber);
  counter-increment: serviceNumber;
  font-family: inherit;
  font-size: 70px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .services-three__item__number::before {
    font-size: 60px;
  }
}

@media (max-width: 412px) {
  .services-three__item__number::before {
    font-size: 55px;
  }
}

.services-three__item:hover .services-three__item__number::before {
  -webkit-text-stroke-color: RGBA(var(--luckystar-white-rgb, 255, 255, 255), 0.3);
}

@media (max-width: 1199px) {
  .services-three__image {
    text-align: center;
  }
}

.services-three__image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.services-page {
  counter-reset: serviceNumber;
  background-color: var(--luckystar-white, #ffffff);
}

.services-page .service-card-two {
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (max-width: 1199px) {
  .services-page .service-card-two {
    grid-template-columns: repeat(1, 1fr);
  }

  .services-page .service-card-two::after {
    transition-duration: 500ms;
  }

  .services-page .service-card-two__content {
    padding: 30px;
  }

  .services-page .service-card-two__icon-box {
    margin-bottom: 40px;
  }

  .services-page .service-card-two__btn {
    margin-top: 30px;
    position: static;
    border-color: var(--luckystar-base, #007a5f);
  }

  .services-page .service-card-two__btn:hover {
    border-color: var(--luckystar-white, #ffffff) !important;
  }

  .services-page .service-card-two:hover .service-card-two__btn {
    border-color: var(--luckystar-white, #ffffff);
  }

  .services-page .service-card-two__bg {
    display: none;
  }

  .services-page .service-card-two__shape {
    top: -30px;
    right: -60px;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--luckystar-white, #ffffff);
}

.service-details__image {
  height: 100%;
}

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

.service-details__pages {
  padding: 27px 30px 30px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (max-width: 412px) {
  .service-details__pages {
    padding: 20px 25px 25px;
  }
}

@media (max-width: 390px) {
  .service-details__pages {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-details__pages__title {
  margin-bottom: 20.02px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
  text-transform: capitalize;
}

.service-details__nav {
  margin: 0px;
}

.service-details__nav li+li {
  margin-top: 20px;
}

.service-details__nav li a {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 10.5px 15px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-weight: 600;
  font-size: 18px;
  color: var(--luckystar-black, #000000);
  text-align: left;
  text-transform: capitalize;
  line-height: 1.333;
  border-radius: 100px;
  overflow: hidden;
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 412px) {
  .service-details__nav li a {
    gap: 15px;
  }
}

@media (max-width: 390px) {
  .service-details__nav li a {
    font-size: 16px;
  }
}

.service-details__nav li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.service-details__nav li .service-details__nav__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 50%;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .service-details__nav li .service-details__nav__icon {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}

.service-details__nav li .service-details__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-details__nav li a:hover .service-details__nav__icon,
.service-details__nav li.current a .service-details__nav__icon {
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
}

.service-details__nav li a:hover,
.service-details__nav li.current a {
  color: var(--luckystar-white, #ffffff);
}

.service-details__nav li a:hover::after,
.service-details__nav li.current a::after {
  width: 100%;
  left: 0px;
}

.service-details__content {
  margin-top: 44px;
}

.service-details__title {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
}

.service-details__box--1 {
  margin-bottom: 43px;
}

.service-details__box--2 .service-details__text+.service-details__text {
  margin-top: 19px;
}

.service-details__text {
  margin: 0px;
}

.service-details__inner {
  margin-bottom: 43px;
}

.service-details__inner__content {
  padding-right: 36px;
}

@media (max-width: 991px) {
  .service-details__inner__content {
    padding-right: 82px;
  }
}

@media (max-width: 767px) {
  .service-details__inner__content {
    padding-right: 0px;
  }
}

.service-details__inner__list {
  margin-bottom: 35px;
}

.service-details__inner__list li+li {
  margin-top: 11px;
}

.service-details__inner__list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--luckystar-black3, #333333);
}

.service-details__inner__list svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}

.service-details__inner__list svg path:first-child {
  fill: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.service-details__inner__list svg path:not(:first-child) {
  fill: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.service-details__inner__list li:hover svg path:first-child {
  fill: var(--luckystar-primary, #debf8c);
}

.service-details__inner__list li:hover svg path:not(:first-child) {
  fill: var(--luckystar-base, #007a5f);
}

.service-details__inner__box {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding: 14px 0px 14px 15px;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.service-details__inner__box::before {
  content: "";
  width: 60px;
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: -1px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.service-details__inner__box:hover::before {
  background-color: var(--luckystar-primary, #debf8c);
}

.service-details__inner__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.service-details__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-details__inner__box:hover .service-details__inner__icon {
  color: var(--luckystar-base, #007a5f);
}

.service-details__inner__title {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--luckystar-black4, #131111);
  line-height: 1.375;
  text-transform: capitalize;
}

.service-details__inner__text {
  margin: 0px;
}

@media (min-width: 992px) {
  .service-details__inner__image {
    text-align: right;
  }
}

.service-details__inner__image img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-card {
  position: relative;
  overflow: hidden;
}

.project-card__image {
  min-height: 571px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.project-card__category-group {
  width: 100%;
  display: flex;
  gap: 15px 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.project-card__category {
  padding: 8px 15px;
  font-size: 16px;
  color: var(--luckystar-black4, #131111);
  font-weight: 600;
  line-height: 1.375;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.project-card__category:last-child {
  background-color: var(--luckystar-white, #ffffff);
}

.project-card__category:hover {
  background-color: var(--luckystar-primary, #debf8c);
}

.project-card:hover .project-card__category:last-child {
  background-color: var(--luckystar-primary, #debf8c);
}

.project-card__content {
  width: 100%;
  padding: 0px 30px 53px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

@media (max-width: 430px) {
  .project-card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .project-card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.project-card__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 137px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  transform: translateY(100%);
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.project-card:hover .project-card__content::after {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 300ms;
}

.project-card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-size: 38px;
  color: var(--luckystar-primary, #debf8c);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  border-radius: 100px 100px 0px 0px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.project-card:hover .project-card__icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 300ms;
}

.project-card__inner {
  position: relative;
  z-index: 1;
  padding: 26px 30px 23px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  border-radius: 20px;
  background-color: var(--luckystar-primary, #debf8c);
  transition: transform 0.5s ease-in-out, opacity 0.5s, visibility 0.5s;
}

@media (max-width: 430px) {
  .project-card__inner {
    padding: 20px 20px 23px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card__inner {
    padding: 20px 20px 23px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .project-card__inner {
    padding: 20px 20px 23px;
  }
}

.project-card:hover .project-card__inner {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.project-card__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .project-card__title {
    font-size: 20px;
  }
}

.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-card__title a:hover {
  background-size: 100% 1px;
}

.project-card__text {
  margin-bottom: 16px;
  color: var(--luckystar-black5, #444444);
}

.project-card__btn {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  font-size: 24px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 50%;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.project-card-two {
  position: relative;
  overflow: hidden;
}

.project-card-two__image {
  position: relative;
  overflow: hidden;
}

.project-card-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}

.project-card-two:hover .project-card-two__image img {
  transform: scale(1.05);
}

.project-card-two .img-popup {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  opacity: 0;
  font-size: 21px;
  color: var(--luckystar-primary, #debf8c);
  border-radius: 50%;
  transform: translateX(100%);
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .project-card-two .img-popup {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two .img-popup {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
    font-size: 18px;
  }
}

.project-card-two .img-popup:hover {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

.project-card-two .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-card-two:hover .img-popup {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 100ms;
}

.project-card-two__content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.project-card-two__icon {
  width: 76px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-size: 38px;
  color: var(--luckystar-base, #007a5f);
  border-bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  border-radius: 100px 100px 0px 0px;
  background-color: var(--luckystar-primary, #debf8c);
  border: 3px solid var(--luckystar-white, #ffffff);
  border-bottom: none;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .project-card-two__icon {
    width: 66px;
    height: 63px;
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__icon {
    width: 66px;
    height: 63px;
    font-size: 32px;
  }
}

.project-card-two:hover .project-card-two__icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 300ms;
}

.project-card-two__inner {
  position: relative;
  z-index: 1;
  padding: 25px 30px 23px;
  text-align: center;
  background-color: var(--luckystar-base, #007a5f);
  border-top: 3px solid var(--luckystar-white, #ffffff);
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out, opacity 0.5s, visibility 0.5s;
}

@media (max-width: 390px) {
  .project-card-two__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.project-card-two:hover .project-card-two__inner {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.project-card-two__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-white, #ffffff);
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .project-card-two__title {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__title {
    font-size: 20px;
  }
}

.project-card-two__title a {
  color: inherit;
}

.project-card-two__title a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.project-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-card-two__title a:hover {
  background-size: 100% 1px;
}

.project-card-two__text {
  margin: 0px;
  color: var(--luckystar-white, #ffffff);
}

.projects {
  background-color: var(--luckystar-white, #ffffff);
}

.projects__top {
  margin-bottom: 38px;
}

.projects .sec-title {
  margin: 0px;
}

@media (max-width: 1199px) {
  .projects .sec-title {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .projects .sec-title .sec-title__top {
    padding-left: 44px;
    justify-content: center;
    clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
  }
}

.projects__filter__list {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .projects__filter__list {
    justify-content: center;
  }
}

.projects__filter__list li {
  padding: 9.5px 30px;
  cursor: pointer;
  margin: -0.5px;
  position: relative;
  z-index: 1;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--luckystar-black, #000000);
  text-transform: capitalize;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.projects__filter__list li:hover,
.projects__filter__list li.active {
  color: var(--luckystar-white, #ffffff);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-base, #007a5f);
}

.projects__bottom {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}

@media (max-width: 767px) {
  .projects__bottom {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .projects__bottom {
    margin-top: 80px;
  }
}

.projects__bottom__inner {
  padding: 50px 94px 52px;
  border-radius: 500px;
  background-color: var(--luckystar-base, #007a5f);
}

@media (max-width: 1199px) {
  .projects__bottom__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .projects__bottom__inner {
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .projects__bottom__inner {
    padding-left: 50px;
    padding-right: 40px;
    border-radius: 40px;
  }
}

@media (max-width: 412px) {
  .projects__bottom__inner {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
  }
}

@media (max-width: 375px) {
  .projects__bottom__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.projects__info {
  position: relative;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .projects__info {
    padding-left: 0px;
    text-align: center;
  }
}

.projects__info::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--luckystar-primary, #debf8c);
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50px;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .projects__info::before {
    display: none;
  }
}

.projects__info::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 19px;
  border-color: transparent transparent transparent var(--luckystar-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .projects__info::after {
    display: none;
  }
}

.projects__info__title {
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.272;
}

@media (max-width: 430px) {
  .projects__info__title {
    font-size: 20px;
  }
}

.projects__info__list {
  margin: 0px;
}

.projects__info__list li {
  font-weight: 500;
  color: var(--luckystar-white, #ffffff);
}

.projects__info__list__icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 11px;
  color: var(--luckystar-base, #007a5f);
  border-radius: 50%;
  background-color: var(--luckystar-primary, #debf8c);
}

.projects__info__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.projects__button {
  text-align: center;
}

@media (min-width: 992px) {
  .projects__button {
    text-align: right;
  }
}

@media (max-width: 360px) {
  .projects .findox-btn {
    padding-left: 20px;
  }
}

.projects .findox-btn::after {
  background-color: var(--luckystar-white, #ffffff);
}

.projects .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-black4, #131111);
}

.projects .findox-btn:hover .findox-btn__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.projects .findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-white, #ffffff);
}

.projects--two {
  position: relative;
}

.projects--two .projects__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.projects--two .container {
  position: relative;
  z-index: 1;
}

.projects--two .projects__bottom {
  margin-top: 30px;
}

.projects--two .projects__bottom__inner {
  padding: 83px 0px 79px;
  border-radius: 0px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .projects--two .projects__bottom__inner {
    padding-bottom: 87px;
  }
}

@media (max-width: 767px) {
  .projects--two .projects__bottom__inner {
    padding: 76px 0px 80px;
  }
}

.projects--two .projects__info::before {
  background-color: var(--luckystar-base, #007a5f);
}

.projects--two .projects__info::after {
  border-color: transparent transparent transparent var(--luckystar-primary, #debf8c);
}

.projects--two .projects__info__title {
  color: var(--luckystar-black, #000000);
}

.projects--two .projects__info__list li {
  color: var(--luckystar-black3, #333333);
}

.projects--two .findox-btn::after {
  background-color: var(--luckystar-base, #007a5f);
}

.projects--two .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.projects--two .findox-btn:hover .findox-btn__icon-box {
  background-color: var(--luckystar-primary, #debf8c);
}

.projects--two .findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-base, #007a5f);
}

.projects-one {
  position: relative;
}

.projects-one__bg {
  width: 100%;
  height: 375px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .projects-one__bg {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .projects-one__bg {
    height: 750px;
  }
}

@media (max-width: 430px) {
  .projects-one__bg {
    height: 800px;
  }
}

.projects-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--luckystar-base-rgb, 0, 102, 84), 0.9);
}

.projects-one .container {
  position: relative;
  z-index: 1;
}

.projects-one .projects__top {
  margin-bottom: 129px;
}

@media (max-width: 1199px) {
  .projects-one .projects__top {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .projects-one__container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.projects-one .projects__filter__list li {
  color: var(--luckystar-white, #ffffff);
  background-color: transparent;
}

.projects-one .projects__filter__list li:hover,
.projects-one .projects__filter__list li.active {
  color: var(--luckystar-black4, #131111);
  border-color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-primary, #debf8c);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 767px) {
  .project-details__content .container-fluid {
    padding: 0px;
  }
}

.project-details__image {
  margin-bottom: 43px;
  position: relative;
}

.project-details__image img {
  width: 100%;
  display: block;
}

.project-details__info-box {
  max-width: 909px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 150px;
  position: relative;
  z-index: 1;
  margin: -68px auto 0px;
  padding: 50px;
  background-color: var(--luckystar-base, #007a5f);
  border: 10px solid var(--luckystar-white, #ffffff);
}

@media (max-width: 1199px) {
  .project-details__info-box {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .project-details__info-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .project-details__info-box {
    margin-top: 35px;
    padding: 30px;
    border: none;
  }
}

@media (max-width: 480px) {
  .project-details__info-box {
    padding: 25px;
  }
}

.project-details__info {
  margin: 0px;
}

.project-details__info:first-child {
  position: relative;
}

.project-details__info:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 28px);
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  background-color: var(--luckystar-white, #ffffff);
}

@media (max-width: 991px) {
  .project-details__info:first-child::after {
    display: none;
  }
}

.project-details__info li+li {
  margin-top: 15px;
}

.project-details__info li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 22px;
  color: var(--luckystar-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.318;
}

@media (max-width: 575px) {
  .project-details__info li {
    font-size: 18px;
  }
}

.project-details__info__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 145px;
}

@media (max-width: 991px) {
  .project-details__info__title {
    flex: 0 0 160px;
  }
}

@media (max-width: 575px) {
  .project-details__info__title {
    flex: 0 0 125px;
    gap: 12px;
  }
}

@media (max-width: 412px) {
  .project-details__info__title {
    flex: 0 0 90px;
  }
}

@media (max-width: 375px) {
  .project-details__info__title {
    flex: 0 0 auto;
    gap: 10px;
  }
}

.project-details__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: -3px;
  font-size: 20px;
  color: var(--luckystar-white, #ffffff);
}

.project-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .project-details__info__icon {
    font-size: 18px;
  }
}

.project-details__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--luckystar-black2, #222222);
}

.project-details__text {
  margin: 0px;
}

.project-details__inner {
  margin: 38px 0px 43px;
}

.project-details__list__text {
  margin-bottom: 21px;
}

.project-details__list__box {
  margin-bottom: 37px;
}

.project-details__list__box li+li {
  margin-top: 11px;
}

.project-details__list__box li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--luckystar-black3, #333333);
}

.project-details__list__box svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}

.project-details__list__box svg path:first-child {
  fill: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.project-details__list__box svg path:not(:first-child) {
  fill: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.project-details__list__box li:hover svg path:first-child {
  fill: var(--luckystar-primary, #debf8c);
}

.project-details__list__box li:hover svg path:not(:first-child) {
  fill: var(--luckystar-base, #007a5f);
}

.project-details__inner__image img {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}

.product__sidebar {
  position: relative;
}

.product__sidebar__item+.product__sidebar__item {
  margin-top: 30px;
}

.product__sidebar__item {
  padding: 24px 30px 30px;
  border-radius: 10px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 22px;
  color: var(--luckystar-black, #000000);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.product__search-box {
  padding-top: 30px;
}

.product__search {
  position: relative;
}

.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 400ms ease;
}

.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--luckystar-black, #000000);
}

.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--luckystar-white, #ffffff);
  border-radius: 50%;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 400ms ease;
}

.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__search button[type=submit]:hover {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  background: var(--luckystar-base, #007a5f);
  border: none;
  height: 4px;
  border-radius: 20px;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--luckystar-base, #007a5f);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--luckystar-base, #007a5f);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0 0 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block {
    margin-left: -10px;
  }
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--luckystar-black, #000000);
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--luckystar-black, #000000);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  left: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 35px;
  background-color: var(--luckystar-white, #ffffff);
  float: right;
  text-align: center;
  border: none;
  color: var(--luckystar-black, #000000);
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 500ms ease;
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
}

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

.product__categories ul li+li {
  margin-top: 20px;
}

.product__categories ul li {
  position: relative;
}

.product__categories ul li a {
  position: relative;
  z-index: 1;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--luckystar-text, #636363);
  font-weight: 500;
  border-radius: 100px;
  background-color: var(--luckystar-white, #ffffff);
  transition: all 500ms ease;
}

.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  transition: all 500ms ease;
}

.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__categories ul li a:hover {
  color: var(--luckystar-white, #ffffff);
}

.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}

.product__categories ul li a:hover .product__categories__icon {
  color: var(--luckystar-white, #ffffff);
}

.product__info-top {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}

.product__showing-text {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.318;
}

@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}

.product__showing-sort {
  margin: 0;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 210px !important;
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 5px;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 45px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  color: var(--luckystar-text, #636363) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
  text-align: left;
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
    text-align: left;
  }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--luckystar-text, #636363);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 11px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  color: var(--luckystar-black2, #222222);
  background-color: var(--luckystar-white2, #f0f2f8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
  color: var(--luckystar-white, #ffffff);
  border-color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-base, #007a5f);
}

.product__item {
  position: relative;
  border-radius: 10px;
  background-color: var(--luckystar-white, #ffffff);
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

.product__item:hover {
  border-color: var(--luckystar-base, #007a5f);
}

.product__item__image {
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.product__item__image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}

.product__item__btn-group {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.product__item__btn-group a+a {
  margin-top: 10px;
}

.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--luckystar-white2, #f0f2f8);
  color: var(--luckystar-base, #007a5f);
  font-size: 14px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__item__btn-group a:hover {
  background-color: var(--luckystar-base, #007a5f);
  color: var(--luckystar-white, #ffffff);
}

.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item:hover .product__item__image img {
  transform: scale(1.05);
}

.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.product__item__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
}

@media (min-width: 576px) and (max-width: 767px) {
  .product__item__title {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .product__item__title {
    font-size: 20px;
  }
}

.product__item__title:hover {
  color: var(--luckystar-base, #007a5f);
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__price {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  line-height: 1.222;
}

.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: var(--luckystar-text, #636363);
}

.product__item .findox-ratings {
  margin-bottom: 24px;
  justify-content: center;
}

.product__item .findox-btn {
  padding: 10px 25px;
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

.product__item .findox-btn::before {
  display: none;
}

.product__item .findox-btn::after {
  background-color: var(--luckystar-base, #007a5f);
}

.product__item .findox-btn__text {
  font-size: 15px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
  text-transform: capitalize;
}

.product__item .findox-btn:hover .findox-btn__text {
  color: var(--luckystar-white, #ffffff);
}

.product-page {
  background-color: var(--luckystar-white, #ffffff);
}

.product-page .post-pagination {
  justify-content: center;
}

.product-page .product__item__image img {
  width: auto !important;
  display: inline-block !important;
}

.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}

@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-details__thumb-box {
  width: 120px;
}

@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}

.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }

  .product-details__thumb .slick-list {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}

.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}

@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}

.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}

@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}

@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}

@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}

.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.product-details__thumb__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-70%);
  background-color: RGBA(var(--luckystar-black-rgb, 0, 0, 0), 0.6);
  transition: all 500ms ease;
  z-index: 1;
}

.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--luckystar-white, #ffffff);
}

.product-details__thumb__hover .img-popup:hover {
  color: var(--luckystar-base, #007a5f);
}

.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}

.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}

.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}

.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}

.product-details__image {
  padding: 13px 20px 47.5px;
}

.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--luckystar-base, #007a5f);
}

.product-details__image img {
  max-width: 100%;
  height: auto;
}

.product-details__content {
  margin-top: 5px;
}

@media (max-width: 991px) {
  .product-details__content {
    margin-top: 0px;
  }
}

.product-details__name {
  margin-bottom: 13px;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  line-height: 1.363;
}

.product-details__product-info {
  max-width: 471px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__product-info {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .product-details__product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.product-details__price {
  margin: 0;
  font-size: 25px;
  color: var(--luckystar-base, #007a5f);
  font-weight: 700;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.product-details__review__text {
  font-size: 16px;
  color: var(--luckystar-base, #007a5f);
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product-details__review__text:hover {
  background-size: 100% 1px;
}

.product-details .findox-ratings {
  position: relative;
  top: -1px;
}

.product-details .findox-ratings__icon {
  font-size: 18px;
}

.product-details__excerpt {
  margin-bottom: 23px;
}

.product-details__excerpt__text {
  margin: 0px;
  font-weight: 500;
}

.product-details__color {
  margin-bottom: 34px;
}

.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 500;
}

.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0px;
  background: var(--bg-color);
  border: 2px solid var(--border-color);
}

.product-details__quantity {
  margin-bottom: 34px;
}

.product-details__quantity .quantity-box {
  border: 1px solid var(--luckystar-border-color, #dddddd);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.product-details__quantity .quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 71px;
  height: 100%;
  border-left: 1px solid var(--luckystar-border-color, #dddddd);
  border-right: 1px solid var(--luckystar-border-color, #dddddd);
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--luckystar-black, #000000);
  line-height: 1;
  background-color: transparent;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--luckystar-black, #000000);
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn:hover {
  color: var(--luckystar-base, #007a5f);
}

.product-details__button {
  margin-bottom: 34px;
}

.product-details__button .findox-btn {
  padding: 16px 30px;
  border-radius: 5px;
}

.product-details__button .findox-btn::before {
  display: none;
}

.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-details__socials__title {
  margin: 0px;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 18px;
  color: var(--luckystar-text, #636363);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}

.product-details .social-links a {
  border: none;
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

.product-details .social-links a:hover {
  background-color: var(--luckystar-base, #007a5f);
}

.product-details .social-links__icon {
  color: var(--luckystar-black2, #222222);
}

.product-details .social-links a:hover .social-links__icon {
  color: var(--luckystar-white, #ffffff);
}

.product-details__description-wrapper {
  margin-top: 42px;
}

.product-details__description {
  position: relative;
  padding: 46px 0px 37px;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.product-details__description__title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
  line-height: 1.363;
}

.product-details__description__text {
  margin: 0px;
  font-weight: 500;
}

.product-details__list {
  max-width: 770px;
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}

.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.product-details__list__icon {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--luckystar-white, #ffffff);
  background-color: var(--luckystar-base, #007a5f);
  border-radius: 50%;
  transition: all 500ms ease;
}

.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .product-details__list__icon {
  color: var(--luckystar-black4, #131111);
  background-color: var(--luckystar-primary, #debf8c);
}

.product-details .comments-one__name {
  margin: 0;
}

.product-details__form__top {
  margin-bottom: 31px;
}

.product-details__form__title {
  margin-bottom: 20px !important;
}

.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 33px;
}

@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}

.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.625;
}

.product-details__ratings {
  position: relative;
  top: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}

.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}

.cart-page__table thead tr {
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.cart-page__table thead tr th {
  padding: 0 30px 26px;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}

.cart-page__table thead tr th:first-child {
  padding-left: 0;
}

.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}

.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
  padding: 28.5px 30px;
  letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}

.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--luckystar-black3, #333333);
  font-size: 19px;
  line-height: 1;
}

.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--luckystar-base, #007a5f);
}

.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}

.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cart-page__table__meta__img {
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.cart-page__table__meta__title {
  margin: 0;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  line-height: 1.318;
}

@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}

.cart-page__table__meta__title a {
  color: inherit;
}

.cart-page__table__meta__title a:hover {
  color: var(--luckystar-base, #007a5f);
}

.cart-page__table__meta__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}

.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}

.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--luckystar-border-color, #dddddd);
}

.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--luckystar-black3, #333333);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}

.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: var(--luckystar-white3, #ecf5f4);
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--luckystar-black4, #131111);
  transition: all 500ms ease;
}

.cart-page__table__quantity .quantity-box__btn.add {
  padding: 5px 5px 2px;
  position: absolute;
  top: 9px;
  right: 21px;
  z-index: 1;
  border-radius: 3px 3px 0px 0px;
}

.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 5px 5px;
  position: absolute;
  right: 21px;
  bottom: 9px;
  z-index: 1;
  border-radius: 0px 0px 3px 3px;
}

.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--luckystar-base, #007a5f);
}

.cart-page__bottom {
  margin-top: 8px;
}

.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 54px;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 400;
  background-color: var(--luckystar-white2, #f0f2f8);
  padding-left: 19px;
  padding-right: 19px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.cart-page__coupone__form input[type=text]:focus {
  color: var(--luckystar-black4, #131111);
}

@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}

.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--luckystar-black2, #222222);
  line-height: 1.318;
  text-transform: capitalize;
}

.cart-page__cart-total {
  max-width: 353px;
  position: relative;
  margin: 0px 0px 40px auto;
}

@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}

.cart-page__cart-total li+li {
  margin-top: 23px;
}

.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
}

.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px 38px;
}

@media (max-width: 1199px) {
  .cart-page__button {
    justify-content: flex-start;
  }
}

.cart-page .findox-btn {
  gap: 12px;
  justify-content: center;
  border-radius: 5px;
  padding: 17px 30px;
}

.cart-page .findox-btn::before {
  display: none;
}

.cart-page .findox-btn .findox-btn__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
}

.cart-page .findox-btn .findox-btn__icon i {
  position: absolute;
  top: 0px;
  bottom: auto;
}

.cart-page .findox-btn .findox-btn__icon i:last-child {
  left: -16px;
  bottom: auto;
}

.cart-page .findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-black4, #131111);
}

.cart-page .findox-btn:hover .findox-btn__icon i {
  transform: translate(16px, 0px);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--luckystar-white, #ffffff);
}

.checkout-page__notice {
  margin-bottom: 26px;
}

.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  font-style: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 18px;
  color: var(--luckystar-black2, #222222);
  font-weight: 600;
  line-height: 1.444;
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}

.checkout-page .notice-box a {
  color: var(--luckystar-base, #007a5f);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  text-transform: capitalize;
  line-height: 1.318;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checkout-page__shipping-details {
  margin-top: 15px;
}

@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}

.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 25px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  color: var(--luckystar-text, #636363);
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--luckystar-base, #007a5f);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.checkout-page__check-box input[type=checkbox]+label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--luckystar-base, #007a5f);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
  margin: 41px 0 0;
}

@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}

.checkout-page__your-order .checkout-page__title {
  margin-bottom: 33px;
}

@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 16px 0;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  color: var(--luckystar-black2, #222222);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
  border-bottom: 1px solid var(--luckystar-border-color, #dddddd);
}

.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr td {
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  color: var(--luckystar-black2, #222222);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-weight: 500;
  color: var(--luckystar-text, #636363);
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid var(--luckystar-border-color, #dddddd);
}

.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: var(--luckystar-white2, #f0f2f8);
}

@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}

.checkout-page__payment__item+.checkout-page__payment__item {
  margin-top: 15px;
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--luckystar-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--luckystar-text, #636363);
  line-height: 1.625;
}

.checkout-page__payment__title::before {
  content: "";
  width: 21px;
  height: 21px;
  line-height: 21px;
  border: 1px solid var(--luckystar-base, #007a5f);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 9px;
  color: var(--luckystar-white, #ffffff);
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}

.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0px 0px 0.25px currentColor;
}

.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--luckystar-base, #007a5f);
}

.checkout-page__payment__content {
  margin-top: 12px;
}

.checkout-page__payment__content p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

.checkout-page__button .findox-btn {
  gap: 12px;
  justify-content: center;
  border-radius: 5px;
  padding: 17px 30px;
}

.checkout-page__button .findox-btn::before {
  display: none;
}

.checkout-page__button .findox-btn .findox-btn__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--luckystar-white, #ffffff);
}

.checkout-page__button .findox-btn .findox-btn__icon i {
  position: absolute;
  top: 0px;
  bottom: auto;
}

.checkout-page__button .findox-btn .findox-btn__icon i:last-child {
  left: -16px;
  bottom: auto;
}

.checkout-page__button .findox-btn:hover .findox-btn__icon {
  color: var(--luckystar-black4, #131111);
}

.checkout-page__button .findox-btn:hover .findox-btn__icon i {
  transform: translate(16px, 0px);
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--luckystar-white, #ffffff);
}

.error-404__content {
  text-align: center;
}

.error-404__image {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}

.error-404__title {
  margin-bottom: 10px;
  font-size: 35px;
  color: var(--luckystar-black2, #222222);
  font-weight: 700;
  line-height: 1.314;
}

@media (max-width: 575px) {
  .error-404__title {
    font-size: 30px;
  }
}

.error-404__text {
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--luckystar-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--luckystar-black3-rgb, 51, 51, 51), 0.08);
}

body.boxed-wrapper .hero-one__shape-1 {
  left: 2%;
}

@media (min-width: 1400px) {
  body.boxed-wrapper .about-one__shape {
    right: 3%;
    bottom: 50px;
  }
}

@media (min-width: 1600px) {
  body.boxed-wrapper .hero-one__shape-3 {
    right: 8.6%;
  }
}

/*--------------------------------------------------------------
# Works Section (Unit I & Unit II)
--------------------------------------------------------------*/
.works-one {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--luckystar-white3, #ecf5f4);
}

@media (max-width: 767px) {
  .works-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .works-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.works-one__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background-color: var(--luckystar-white, #ffffff);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  height: 100%;
  border: 1px solid #f1eeeb;
}

.works-one__card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
  border-color: var(--luckystar-primary, #debf8c);
}

.works-one__icon-box {
  width: 60px;
  height: 60px;
  background-color: #f7f5f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 500ms ease;
}

.works-one__card:hover .works-one__icon-box {
  background-color: var(--luckystar-base, #007a5f);
}

.works-one__icon {
  font-size: 24px;
  color: var(--luckystar-base, #007a5f);
  transition: all 500ms ease;
}

.works-one__card:hover .works-one__icon {
  color: var(--luckystar-white, #ffffff);
}

.works-one__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--luckystar-black2, #222222);
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.works-one__card:hover .works-one__title {
  color: var(--luckystar-base, #007a5f);
}

.works-one__text {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  margin: 0;
}

@media (max-width: 767px) {
  .works-one__card {
    padding: 30px 20px;
    gap: 15px;
  }
}

/* Custom footer contact info styles */
.footer-widget--contact {
  padding-left: 12px;
}

@media (max-width: 1199px) {
  .footer-widget--contact {
    margin-top: 0px;
    padding-left: 0px;
  }
}

.footer-widget__contact {
  margin: 0px;
}

.footer-widget__contact li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-widget__contact li.align-start {
  align-items: flex-start;
}

.footer-widget__contact li.align-start .footer-widget__contact__icon {
  margin-top: 4px;
}

.footer-widget__contact li+li {
  margin-top: 20px;
}

.footer-widget__contact__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 16px;
  color: var(--luckystar-base, #007a5f);
  background-color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
}

.footer-widget__contact li:hover .footer-widget__contact__icon {
  color: var(--luckystar-primary, #debf8c);
  background-color: var(--luckystar-white, #ffffff);
}

.footer-widget__contact__text {
  font-size: 16px;
  color: var(--luckystar-white, #ffffff);
  line-height: 1.5;
}

.footer-widget__contact__text a {
  color: inherit;
  transition: all 500ms ease;
  text-decoration: none;
}

.footer-widget__contact__text a:hover {
  color: var(--luckystar-primary, #debf8c);
}

.main-footer__copyright a {
  color: var(--luckystar-primary, #debf8c);
  transition: all 500ms ease;
  text-decoration: none;
}

.main-footer__copyright a:hover {
  color: var(--luckystar-white, #ffffff);
}

/*--------------------------------------------------------------
# Contact Page Enhancements
--------------------------------------------------------------*/
.contact-page {
  --trade-green: #007a5f;
  --trade-gold: #debf8c;
  --trade-ink: #13241f;
}

.contact-page .contact-one--page {
  margin-top: 80px;
}

.contact-page .contact-one__bg::before {
  background: var(--trade-green);
}

.contact-page .contact-one__bg::after {
  opacity: 1;
}

.contact-page .contact-one__content {
  height: 100%;
  padding-right: 20px;
}

.contact-page .contact-one__info {
  display: grid;
  gap: 18px;
}

.contact-page .contact-one__info li,
.contact-page .contact-one__info li+li,
.contact-page .contact-one__info li:nth-child(even) {
  margin: 0;
}

.contact-page .contact-one__info__inner {
  width: 100%;
  min-width: 0;
  height: 100%;
}

.contact-page .contact-one__info__content {
  min-width: 0;
}

.contact-page .contact-one__info__text {
  overflow-wrap: anywhere;
}

.contact-page .contact-one__info__inner--whatsapp {
  text-decoration: none;
}

.contact-page .contact-one__info__inner--whatsapp .contact-one__info__title {
  display: block;
}

.contact-page .contact-one__info__inner--whatsapp .contact-one__info__icon {
  color: #128c4a;
}

.contact-page .contact-one__info__inner--whatsapp:hover .contact-one__info__icon,
.contact-page .contact-one__info__inner--whatsapp:focus-visible .contact-one__info__icon {
  color: var(--luckystar-white, #fff);
  background-color: var(--luckystar-base, #007a5f);
}

.contact-page .contact-one__address-line {
  display: block;
  line-height: 1.55;
}

.contact-page .contact-one__address-line+.contact-one__address-line {
  margin-top: 3px;
}

.contact-page .contact-one__lead {
  max-width: 470px;
  margin: -8px 0 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.75;
}

.contact-page .contact-one__form {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 56px 58px;
  border: 1px solid #e5ece9;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(5, 45, 36, .13);
  transition: box-shadow .4s ease;
}

.contact-page .contact-one__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--trade-green) 0 72%, var(--trade-gold) 72% 100%);
}

.contact-page .contact-one__form:hover {
  box-shadow: 0 24px 58px rgba(5, 45, 36, .17);
}

.contact-page .contact-form__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: var(--trade-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-page .contact-form__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trade-green);
  box-shadow: 0 0 0 5px rgba(0, 122, 95, .1);
}

.contact-page .contact-form__title {
  margin: 0 0 10px;
  color: var(--trade-ink);
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.contact-page .contact-form__text {
  margin: 0 0 28px;
  color: #687a74;
  line-height: 1.65;
}

.contact-page #contact-form input,
.contact-page #contact-form textarea {
  background-color: #fff !important;
  border: 1px solid #dfe8e4 !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 14px rgba(14, 67, 54, .04);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.contact-page #contact-form input:focus,
.contact-page #contact-form textarea:focus {
  background-color: #fff !important;
  border-color: var(--luckystar-base, #007a5f) !important;
  box-shadow: 0 0 0 4px rgba(0, 122, 95, .1), 0 12px 24px rgba(0, 122, 95, .08) !important;
  transform: translateY(-2px);
  outline: none !important;
}

.contact-page .contact-one .form-one textarea {
  min-height: 132px;
  padding-top: 16px;
  resize: vertical;
}

.contact-page .contact-one .form-one .findox-btn {
  min-height: 54px;
  box-shadow: 0 12px 26px rgba(0, 122, 95, .22);
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.contact-page .contact-one .form-one .findox-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 122, 95, .3);
}

.contact-office-intro {
  padding-bottom: 0 !important;
  background: #fff;
}

.contact-office-intro__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(20, 54, 45, .14);
}

.contact-office-intro__image>img {
  width: 100%;
  height: auto;
  display: block;
}


.contact-office-intro__eyebrow {
  margin: 0 0 10px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-office-intro__content h2 {
  margin: 0 0 18px;
  color: var(--trade-ink, #13241f);
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 700;
  line-height: 1.25;
}

.contact-office-intro__content>p:not(.contact-office-intro__eyebrow) {
  margin: 0 0 15px;
  color: #61716c;
  font-size: 16px;
  line-height: 1.75;
}

.contact-page .works-one {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faf8 0%, #fff 100%);
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.contact-page .works-one::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -210px;
  right: -120px;
  border: 70px solid rgba(0, 122, 95, .035);
  border-radius: 50%;
  pointer-events: none;
}

.contact-page .works-one__card {
  isolation: isolate;
  overflow: hidden;
  min-height: 245px;
  padding: 42px;
  gap: 28px;
  border-radius: 18px;
  border: 1px solid rgba(0, 122, 95, .09);
  box-shadow: 0 14px 38px rgba(18, 54, 45, .08);
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.contact-page .works-one__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(0, 122, 95, .035), transparent 58%);
  opacity: 0;
  transition: opacity .4s ease;
}

.contact-page .works-one__card::after {
  content: attr(data-unit);
  position: absolute;
  right: 24px;
  bottom: -22px;
  z-index: -1;
  color: rgba(0, 122, 95, .055);
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 112px;
  font-weight: 800;
  line-height: 1;
  transition: color .4s ease, transform .4s ease;
}

.contact-page .works-one__card:hover {
  transform: translateY(-8px);
  border-color: rgba(222, 191, 140, .8);
  box-shadow: 0 24px 54px rgba(18, 54, 45, .14);
}

.contact-page .works-one__card:hover::before {
  opacity: 1;
}

.contact-page .works-one__card:hover::after {
  color: rgba(222, 191, 140, .14);
  transform: translateY(-5px);
}

.contact-page .works-one__icon-box {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: visible;
  border: 1px solid rgba(0, 122, 95, .1);
  background: rgba(0, 122, 95, .07);
  box-shadow: 0 10px 24px rgba(0, 122, 95, .1);
  transition: background-color .4s ease, border-color .4s ease, transform .4s ease, box-shadow .4s ease;
}

.contact-page .works-one__icon-box::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(0, 122, 95, .16);
  border-radius: 50%;
  transform: scale(.8);
  opacity: 0;
  transition: transform .45s ease, opacity .45s ease;
}

.contact-page .works-one__icon {
  display: inline-flex;
  font-size: 30px;
  transition: color .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}

.contact-page .works-one__card:hover .works-one__icon-box {
  border-color: var(--trade-green);
  background: var(--trade-green);
  box-shadow: 0 14px 28px rgba(0, 122, 95, .24);
  transform: translateY(-3px);
}

.contact-page .works-one__card:hover .works-one__icon-box::before {
  opacity: 1;
  transform: scale(1);
}

.contact-page .works-one__card:hover .works-one__icon {
  color: #fff;
  transform: scale(1.12) rotate(-6deg);
}

.contact-page .works-one__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--trade-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-page .works-one__title {
  margin-bottom: 12px;
  font-size: 25px;
}

.contact-page .works-one__text {
  font-style: normal;
  line-height: 1.75;
}

.contact-page .works-one__location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--trade-green);
  font-size: 13px;
  font-weight: 700;
}

.contact-page .works-one__location i {
  color: var(--trade-gold);
  font-size: 16px;
}

.contact-page .google-map__contact {
  padding: 0 24px 90px;
  background: #fff;
  content-visibility: auto;
  contain-intrinsic-size: auto 550px;
}

.contact-page .map__contact {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(18, 54, 45, .13);
}

/*--------------------------------------------------------------
# Trading Footer
--------------------------------------------------------------*/
.main-footer--two {
  background: #063f35;
  background-image: linear-gradient(135deg, #052f28 0%, #075345 65%, #06483d 100%);
}

.main-footer__trade-bar {
  position: relative;
  z-index: 3;
  padding-top: 42px;
}

.main-footer__trade-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 30px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: 0 22px 55px rgba(0, 27, 22, .28);
  backdrop-filter: blur(8px);
}

.main-footer__trade-copy {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-footer__trade-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  border-radius: 50%;
  color: #063f35;
  background: var(--luckystar-primary, #debf8c);
  box-shadow: 0 0 0 8px rgba(222, 191, 140, .12);
  font-size: 23px;
  transition: transform .4s ease, box-shadow .4s ease;
}

.main-footer__trade-bar__inner:hover .main-footer__trade-icon {
  transform: rotate(12deg) scale(1.05);
  box-shadow: 0 0 0 11px rgba(222, 191, 140, .1);
}

.main-footer__trade-label {
  display: block;
  margin-bottom: 5px;
  color: var(--luckystar-primary, #debf8c);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.main-footer__trade-title {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.3;
}

.main-footer__trade-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 10px 21px;
  border-radius: 100px;
  color: #063f35;
  background: var(--luckystar-primary, #debf8c);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.main-footer__trade-btn:hover {
  color: #063f35;
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgba(0, 0, 0, .22);
}

.main-footer--two .main-footer__top {
  margin-top: 0 !important;
  padding: 46px 0 42px;
}

.main-footer--two .main-footer__top .row {
  row-gap: 30px;
}

.main-footer--two .footer-widget__title {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
  font-size: 20px;
}

.main-footer--two .footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--luckystar-primary, #debf8c);
}

.footer-widget__brand {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.footer-widget__brand img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

.main-footer--two .footer-widget__text {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  text-align: left;
}

.main-footer--two .footer-widget__links li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: rgba(255, 255, 255, .76);
}

.main-footer--two .footer-widget__links li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--luckystar-primary, #debf8c);
  transition: transform .3s ease;
}

.main-footer--two .footer-widget__links li a:hover {
  color: #fff;
  transform: translateX(4px);
}

.main-footer--two .footer-widget__links li a:hover::before {
  transform: scale(1.7);
}

.main-footer--two .footer-widget__contact__icon {
  border: 1px solid rgba(222, 191, 140, .3);
  background: rgba(222, 191, 140, .1);
  color: var(--luckystar-primary, #debf8c);
}

.main-footer--two .footer-widget__contact li:hover .footer-widget__contact__icon {
  color: #063f35;
  background: var(--luckystar-primary, #debf8c);
  transform: translateY(-2px);
}

.main-footer--two .footer-widget__contact__text {
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.main-footer--two .footer-widget__contact-label {
  margin: -8px 0 20px;
  color: var(--luckystar-primary, #debf8c);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.main-footer--two .footer-widget__contact-label a {
  color: inherit;
  text-decoration: none;
}

.main-footer--two .footer-widget__contact-label a:hover,
.main-footer--two .footer-widget__contact-label a:focus-visible {
  color: #fff;
}

.main-footer--two .footer-widget__title-flag {
  display: inline-block;
  margin-right: 7px;
  font-size: 1.1em;
  line-height: 1;
  vertical-align: 1px;
}

/* Balanced footer layout for four information-heavy columns. */
.main-footer--two .main-footer__top>.container-fluid {
  max-width: 1640px;
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 68px) !important;
  position: relative;
  z-index: 2;
}

.main-footer--two .main-footer__widgets-grid {
  display: grid;
  grid-template-columns:
    minmax(180px, .8fr) minmax(170px, .7fr) repeat(2, minmax(300px, 1.25fr));
  gap: clamp(24px, 2.5vw, 48px);
  margin: 0;
}

.main-footer--two .main-footer__widgets-grid>[class*="col-"] {
  display: flex;
  width: auto;
  max-width: none;
  padding: 0;
}

.main-footer--two .main-footer__widgets-grid .footer-widget {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.main-footer--two .main-footer__widgets-grid .footer-widget--uk-office {
  border-color: rgba(222, 191, 140, .24);
  background: rgba(222, 191, 140, .07);
}

.main-footer--two .footer-widget__links li a,
.main-footer--two .footer-widget__contact__text a {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.main-footer--two .footer-widget__links li a {
  min-height: 36px;
  padding-block: 6px;
}

.main-footer--two .footer-widget__contact__text a {
  display: inline-block;
  padding-block: 2px;
}

.main-footer--two .footer-widget__links li a:focus-visible,
.main-footer--two .footer-widget__contact__text a:focus-visible {
  outline: 2px solid var(--luckystar-primary, #debf8c);
  outline-offset: 4px;
  border-radius: 3px;
}

.main-footer--two .main-footer__shape-1,
.main-footer--two .main-footer__shape-2 {
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1199px) {
  .main-footer--two .main-footer__widgets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 42px;
  }
}

@media (max-width: 767px) {
  .main-footer--two .main-footer__top>.container-fluid {
    padding-inline: 24px !important;
  }

  .main-footer--two .main-footer__widgets-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .main-footer--two .footer-widget--contact {
    padding-left: 24px;
  }
}

.main-footer--two .footer-widget__contact li+li {
  margin-top: 14px;
}

.main-footer--two .footer-widget__contact__icon {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.main-footer--two .main-footer__bottom {
  background: rgba(0, 0, 0, .12);
}

.main-footer--two .main-footer__bottom__inner {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-color: rgba(255, 255, 255, .12);
}

.main-footer--two .main-footer__copyright {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  text-transform: none;
}

.main-footer--two .main-footer__shape-1 {
  opacity: .1;
}

.main-footer--two .main-footer__shape-2 {
  opacity: .18;
}

@media (max-width: 991px) {
  .contact-page .contact-one--page {
    margin-top: 0;
  }

  .contact-page .contact-one__content {
    padding-right: 0;
  }

  .contact-page .contact-one__form {
    padding: 46px 40px;
  }
}

@media (max-width: 575px) {
  .contact-page .contact-one__form {
    padding: 38px 24px;
    border-radius: 20px;
  }

  .contact-office-intro__image {
    border-radius: 17px;
  }


  .contact-page .works-one__card {
    min-height: 0;
    padding: 30px 24px;
    gap: 20px;
  }

  .contact-page .works-one__icon-box {
    width: 62px;
    height: 62px;
  }

  .contact-page .works-one__card::after {
    font-size: 82px;
  }

  .contact-page .google-map__contact {
    padding: 0 15px 60px;
  }

  .contact-page .map__contact {
    border-radius: 16px;
  }

  .main-footer__trade-bar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    border-radius: 14px;
  }

  .main-footer__trade-bar {
    padding-top: 30px;
  }

  .main-footer__trade-copy {
    align-items: flex-start;
    gap: 16px;
  }

  .main-footer__trade-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    font-size: 22px;
  }

  .main-footer__trade-btn {
    width: 100%;
  }

  .main-footer--two .main-footer__top {
    padding: 34px 0 30px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .contact-page *,
  .contact-page *::before,
  .contact-page *::after,
  .main-footer *,
  .main-footer *::before,
  .main-footer *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/*--------------------------------------------------------------
# About Us: targeted interaction and performance
--------------------------------------------------------------*/
.company-profile-page .values-list {
  padding: 0;
  margin-bottom: 0;
}

.company-profile-page .values-list__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px 24px;
  border-left: 4px solid var(--luckystar-base, #007a5f);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .03);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.company-profile-page .values-list__item:last-child {
  margin-bottom: 0;
}

.company-profile-page .values-list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, var(--luckystar-base, #007a5f), #075344);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .42s cubic-bezier(.2, .75, .25, 1);
}

.company-profile-page .values-list__item:hover {
  transform: translateY(-4px);
  border-left-color: var(--luckystar-primary, #debf8c);
  box-shadow: 0 14px 30px rgba(0, 122, 95, .13);
}

.company-profile-page .values-list__item:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.company-profile-page .values-list__icon-box {
  width: 59px;
  height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--luckystar-base, #007a5f);
  box-shadow: 0 8px 18px rgba(0, 122, 95, .16);
  font-size: 26px;
  transition: color .35s ease, background-color .35s ease, transform .4s ease, box-shadow .35s ease;
}

.company-profile-page .values-list__item:hover .values-list__icon-box {
  color: var(--luckystar-base, #007a5f);
  background: var(--luckystar-primary, #debf8c);
  box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
  transform: rotate(-8deg) scale(1.06);
}

.company-profile-page .values-list__content {
  flex-grow: 1;
}

.company-profile-page .values-list__title {
  margin-bottom: 8px;
  color: var(--luckystar-black2, #222);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  transition: color .35s ease;
}

.company-profile-page .values-list__text {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  transition: color .35s ease;
}

.company-profile-page .values-list__item:hover .values-list__title {
  color: #fff;
}

.company-profile-page .values-list__item:hover .values-list__text {
  color: rgba(255, 255, 255, .88);
}

.company-profile-page .funfact__item__count {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
}

.company-profile-page .funfact__item__count span:not(.count-text) {
  margin-left: 5px !important;
  color: var(--luckystar-primary, #debf8c) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.company-profile-page .funfact__item:hover .funfact__item__count span:not(.count-text) {
  color: #fff !important;
}

.company-profile-page .funfact .funfact__item {
  height: 100% !important;
}

.company-profile-page .solution-one,
.company-profile-page .funfact,
.company-profile-page .services-three,
.company-profile-page .finance-statistic {
  content-visibility: auto;
  contain-intrinsic-size: auto 650px;
}

/* Consistent editorial image treatment on the About Us page. */
.company-profile-page .company-section {
  padding-block: clamp(40px, 4vw, 58px);
}

.company-profile-page .company-section .company-section__heading {
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(22px, 2.5vw, 32px);
  text-align: left;
}

.company-profile-page .company-section--facts .company-section__heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.company-profile-page .company-section .company-section__heading .sec-title__title {
  max-width: 100%;
  margin: 0;
  line-height: 1.16;
}

.company-profile-page .company-section--intro,
.company-profile-page .company-section--clients,
.company-profile-page .company-section--colleagues {
  background: #fff;
}

.company-profile-page .company-section--intro {
  padding-block: clamp(62px, 6vw, 88px);
}

.company-profile-page .company-section--intro .company-section__heading {
  margin-bottom: clamp(28px, 3vw, 38px);
  text-align: center;
}

.company-profile-page .company-section--facts {
  padding-block: clamp(62px, 6vw, 88px);
}

.company-profile-page .company-section--sustainability,
.company-profile-page .company-section--suppliers {
  background: linear-gradient(135deg, #f3f8f6 0%, #ecf5f4 100%);
}

.company-profile-page .company-section--sustainability::before {
  display: none;
}

.company-profile-page .about-one__image__one {
  overflow: visible;
  box-shadow: none;
}

.company-profile-page .about-one__image,
.company-profile-page .solution-one__image,
.company-profile-page .services-three__image,
.company-profile-page .finance-statistic__bg {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.company-profile-page .company-section--intro .row,
.company-profile-page .company-section--sustainability .row,
.company-profile-page .company-section--clients .row {
  align-items: stretch !important;
}

.company-profile-page .company-section--sustainability .row {
  align-items: center !important;
}

.company-profile-page .company-section--intro .row>[class*="col-"],
.company-profile-page .company-section--sustainability .row>[class*="col-"],
.company-profile-page .company-section--clients .row>[class*="col-"] {
  display: flex;
}

.company-profile-page .about-one__image,
.company-profile-page .about-one__image__one,
.company-profile-page .solution-one__image,
.company-profile-page .solution-one__image__one,
.company-profile-page .about-one__content,
.company-profile-page .solution-one__content,
.company-profile-page .finance-statistic__content {
  width: 100%;
  height: 100%;
}

.company-profile-page .solution-one__image__one {
  display: block;
}

.company-profile-page .about-one__image__one__img,
.company-profile-page .solution-one__image__one>img,
.company-profile-page .services-three__image>img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 8px solid #fff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 54, 45, .14);
}

@media (min-width: 992px) {

  .company-profile-page .about-one__image__one,
  .company-profile-page .solution-one__image__one,
  .company-profile-page .services-three__image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
  }

  .company-profile-page .about-one__image__one__img,
  .company-profile-page .solution-one__image__one>img,
  .company-profile-page .services-three__image>img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .company-profile-page .company-section--sustainability .solution-one__image,
  .company-profile-page .company-section--sustainability .solution-one__image__one {
    height: auto;
  }

  .company-profile-page .company-section--sustainability .solution-one__image__one>img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .company-profile-page .services-three__image {
    height: 100%;
  }
}

.company-profile-page .services-three__grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(26px, 3.5vw, 44px);
  border: 1px solid rgba(0, 122, 95, .1);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(20, 54, 45, .08);
}

.company-profile-page .company-section--colleagues .services-three__grid {
  grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
}

.company-profile-page .company-section--colleagues .services-three__content {
  order: 1;
}

.company-profile-page .company-section--colleagues .services-three__image {
  order: 2;
}

.company-profile-page .company-section--colleagues .services-three__grid {
  align-items: center;
}

.company-profile-page .company-section--colleagues .values-list__item {
  gap: 16px;
  margin-bottom: 14px;
  padding: 16px 20px;
}

.company-profile-page .company-section--colleagues .values-list__icon-box {
  width: 52px;
  height: 52px;
  font-size: 23px;
}

.company-profile-page .company-section--colleagues .values-list__title {
  margin-bottom: 5px;
  font-size: 18px;
}

.company-profile-page .company-section--colleagues .values-list__text {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .company-profile-page .company-section--colleagues .services-three__image {
    height: auto;
  }

  .company-profile-page .company-section--colleagues .services-three__image>img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.company-profile-page .finance-statistic__bg {
  display: flex;
  flex-direction: column;
  position: relative;
  inset: auto;
  height: auto;
  padding-top: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e8efec;
  box-shadow: 0 22px 55px rgba(20, 54, 45, .14);
}

.company-profile-page .finance-statistic__bg>img {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .company-profile-page .finance-statistic__bg>img {
    position: absolute;
    inset: 0;
  }

  .company-profile-page .finance-statistic__bg__content {
    margin-top: auto;
  }
}

.company-profile-page .finance-statistic__bg__content {
  max-width: none;
  padding: 16px 20px;
  position: relative;
  inset: auto;
  border-radius: 0;
}

.company-profile-page .finance-statistic__bg__icon {
  width: 76px;
  height: 76px;
  font-size: 40px;
  border-radius: 16px;
}

.company-profile-page .finance-statistic__bg__icon::after {
  display: none;
}

.company-profile-page .finance-statistic__bg__title {
  font-size: clamp(17px, 1.7vw, 21px);
}

@media (max-width: 991px) {
  .company-profile-page .company-section--facts .company-section__heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .company-profile-page .company-section--intro .row>[class*="col-"],
  .company-profile-page .company-section--sustainability .row>[class*="col-"],
  .company-profile-page .company-section--clients .row>[class*="col-"] {
    display: block;
  }

  .company-profile-page .about-one__image,
  .company-profile-page .about-one__image__one,
  .company-profile-page .solution-one__image,
  .company-profile-page .solution-one__image__one,
  .company-profile-page .services-three__image,
  .company-profile-page .finance-statistic__bg {
    height: auto;
  }

  .company-profile-page .about-one__image__one__img,
  .company-profile-page .solution-one__image__one>img,
  .company-profile-page .services-three__image>img,
  .company-profile-page .finance-statistic__bg>img {
    height: auto;
    object-fit: contain;
  }

  .company-profile-page .services-three__grid,
  .company-profile-page .company-section--colleagues .services-three__grid {
    grid-template-columns: 1fr;
  }

  .company-profile-page .company-section--suppliers .services-three__content,
  .company-profile-page .company-section--colleagues .services-three__content {
    display: contents;
  }

  .company-profile-page .company-section--suppliers .company-section__heading,
  .company-profile-page .company-section--colleagues .company-section__heading {
    order: 1;
    margin-bottom: 0;
  }

  .company-profile-page .company-section--suppliers .services-three__image,
  .company-profile-page .company-section--colleagues .services-three__image {
    order: 2;
  }

  .company-profile-page .company-section--suppliers .values-list,
  .company-profile-page .company-section--colleagues .values-list {
    order: 3;
  }

  .company-profile-page .company-section--clients .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .company-profile-page .company-section--clients .row>[class*="col-"],
  .company-profile-page .company-section--clients .finance-statistic__content {
    display: contents;
  }

  .company-profile-page .company-section--clients .company-section__heading {
    order: 1;
    margin-bottom: 0;
  }

  .company-profile-page .company-section--clients .finance-statistic__bg {
    order: 2;
  }

  .company-profile-page .company-section--clients .values-list {
    order: 3;
  }

  .company-profile-page .services-three__image {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .company-profile-page .company-section {
    padding-block: 34px;
  }

  .company-profile-page .company-section--intro {
    padding-block: 48px;
  }

  .company-profile-page .company-section--facts {
    padding-block: 50px;
  }

  .company-profile-page .company-section .company-section__heading {
    margin-bottom: 24px;
  }

  .company-profile-page .company-section .company-section__heading .sec-title__title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .company-profile-page .about-one__text,
  .company-profile-page .solution-one__text {
    text-align: left !important;
  }

  .company-profile-page .about-one__image__one__img,
  .company-profile-page .solution-one__image__one>img,
  .company-profile-page .services-three__image>img {
    border-width: 5px;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(20, 54, 45, .13);
  }

  .company-profile-page .services-three__grid {
    padding: 20px;
    border-radius: 20px;
  }

  .company-profile-page .finance-statistic__bg {
    border-radius: 18px;
  }

  .company-profile-page .finance-statistic__bg__content {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px;
  }

  .company-profile-page .finance-statistic__bg__icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .company-profile-page .values-list__item {
    gap: 15px;
    padding: 18px;
  }

  .company-profile-page .values-list__icon-box {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .company-profile-page .values-list__text {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {

  .company-profile-page .values-list__item,
  .company-profile-page .values-list__item::before,
  .company-profile-page .values-list__icon-box {
    transition-duration: .01ms !important;
  }
}

/*--------------------------------------------------------------
# Associate Companies Page
--------------------------------------------------------------*/
.associate-companies-page .blog-page {
  overflow: hidden;
  background: linear-gradient(180deg, #f5f9f7 0%, #fff 100%);
}

.associate-page__intro {
  max-width: 760px;
  margin: 0 auto 50px;
}

.associate-page__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.associate-page__kicker::before,
.associate-page__kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--luckystar-primary, #debf8c);
}

.associate-page__intro h2 {
  margin: 0 0 15px;
  color: var(--luckystar-black2, #222);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.associate-page__intro p {
  margin: 0;
  color: #68766f;
  font-size: 16px;
  line-height: 1.75;
}

.associate-companies-page .associate-company-card {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(0, 122, 95, .1);
  border-radius: 18px;
  background: #fff;
  filter: none;
  box-shadow: 0 16px 42px rgba(12, 58, 47, .08);
  content-visibility: auto;
  contain-intrinsic-size: auto 410px;
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.associate-companies-page .associate-company-card:hover {
  transform: translateY(-7px);
  border-color: rgba(222, 191, 140, .75);
  box-shadow: 0 26px 58px rgba(12, 58, 47, .15);
}

.associate-company-image-wrapper {
  position: relative;
  z-index: 2;
  min-height: 390px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid #e8efec;
  background: linear-gradient(145deg, #fff 20%, #edf6f3 100%);
}

.associate-company-image-wrapper::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 52px solid rgba(0, 122, 95, .035);
  border-radius: 50%;
  transition: transform .6s ease;
}

.associate-company-card:hover .associate-company-image-wrapper::before {
  transform: scale(1.15) rotate(15deg);
}

.associate-company-image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(16, 61, 50, .1));
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.associate-company-card:hover .associate-company-image {
  transform: scale(1.055);
  filter: drop-shadow(0 17px 24px rgba(16, 61, 50, .16));
}

.associate-company-image-placeholder {
  position: relative;
  z-index: 1;
  width: 105px;
  height: 105px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: var(--luckystar-base, #007a5f);
  background: rgba(0, 122, 95, .09);
  font-size: 45px;
}

.associate-companies-page .associate-company-card .blog-card-two__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
  min-height: 390px;
  padding: 42px 38px;
  border-radius: 0 18px 18px 0;
}

.associate-companies-page .associate-company-card .blog-card-two__content::after {
  background: linear-gradient(135deg, #007a5f, #075044);
  transition: height .48s cubic-bezier(.2, .75, .25, 1);
}

.associate-company-card__index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--luckystar-base, #007a5f);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.associate-company-card__index::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--luckystar-primary, #debf8c);
}

.associate-companies-page .blog-card-two__title {
  margin-bottom: 24px;
  color: var(--luckystar-black2, #222);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  transition: color .35s ease;
}

.associate-companies-page .company-details {
  margin-bottom: 25px;
}

.associate-companies-page .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 17px;
}

.associate-companies-page .detail-item:last-child {
  margin-bottom: 0;
}

.associate-companies-page .detail-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  margin-top: 2px;
  border: 1px solid #d9ede9;
  border-radius: 50%;
  color: var(--luckystar-base, #007a5f);
  background: #f1f8f6;
  font-size: 17px;
  transition: color .35s ease, background-color .35s ease, border-color .35s ease, transform .4s ease;
}

.associate-companies-page .detail-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--luckystar-black2, #222);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.associate-companies-page .detail-item address {
  margin: 0;
  color: var(--luckystar-text, #636363);
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
  transition: color .35s ease;
}

.associate-companies-page .company-documents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e9eeec;
  transition: border-color .35s ease;
}

.associate-companies-page .company-documents>span {
  margin-right: 4px;
  color: var(--luckystar-black2, #222);
  font-size: 13px;
  font-weight: 700;
  transition: color .35s ease;
}

.associate-companies-page .doc-icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9ede9;
  border-radius: 50%;
  color: var(--luckystar-base, #007a5f);
  background: #f1f8f6;
  font-size: 17px;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.associate-companies-page .doc-icon-btn:hover {
  color: #17332b !important;
  border-color: var(--luckystar-primary, #debf8c) !important;
  background: var(--luckystar-primary, #debf8c) !important;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.associate-company-card:hover .associate-company-card__index,
.associate-company-card:hover .detail-item strong {
  color: var(--luckystar-primary, #debf8c);
}

.associate-company-card:hover .blog-card-two__title,
.associate-company-card:hover .detail-item address,
.associate-company-card:hover .company-documents>span {
  color: #fff;
}

.associate-company-card:hover .detail-icon {
  color: var(--luckystar-primary, #debf8c);
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  transform: rotate(-7deg) scale(1.05);
}

.associate-company-card:hover .company-documents {
  border-color: rgba(255, 255, 255, .2);
}

.associate-company-card:hover .doc-icon-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
}

@media (max-width: 767px) {
  .associate-page__intro {
    margin-bottom: 38px;
  }

  .associate-company-image-wrapper {
    min-height: 245px;
    border-right: 0;
    border-bottom: 1px solid #e8efec;
  }

  .associate-company-image {
    max-height: 155px;
  }

  .associate-companies-page .associate-company-card .blog-card-two__content {
    min-height: 0;
    padding: 30px 25px;
    border-radius: 0 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .associate-companies-page .associate-company-card,
  .associate-companies-page .associate-company-card *,
  .associate-companies-page .associate-company-card *::before,
  .associate-companies-page .associate-company-card *::after {
    transition-duration: .01ms !important;
  }
}

/* Simple associate-company list inspired by the supplied group overview. */
.associate-companies-page .blog-page {
  background: #f8f5f2;
  padding-top: clamp(58px, 7vw, 82px);
  padding-bottom: clamp(58px, 7vw, 82px);
}

.contact-group-companies {
  background: #f8f5f2;
  padding-top: clamp(58px, 7vw, 82px);
  padding-bottom: clamp(58px, 7vw, 82px);
}

.associate-companies-page .associate-page__intro {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.contact-group-companies .associate-page__intro {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.associate-companies-page .associate-page__intro h2 {
  margin: 0;
  color: var(--luckystar-base, #007a5f);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.contact-group-companies .associate-page__intro h2 {
  margin: 0;
  color: var(--luckystar-base, #007a5f);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.contact-group-companies .associate-page__kicker {
  margin: 0 0 12px;
  color: #173f35;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.associate-companies-page .associate-page__intro p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #586760;
  font-size: 16px;
  line-height: 1.75;
}

.associate-company-list {
  display: grid;
  gap: 38px;
}

.associate-company-row {
  display: grid;
  grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 50px);
  min-height: 180px;
}

.associate-company-logo {
  min-height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.associate-company-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 195px;
  object-fit: contain;
}

.associate-company-logo__placeholder {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--luckystar-base, #007a5f);
  border-radius: 50%;
  color: var(--luckystar-base, #007a5f);
  font-size: 40px;
  font-weight: 700;
}

.associate-company-content h3 {
  margin: 0 0 13px;
  color: #111;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.associate-company-units {
  display: grid;
  gap: 13px;
}

.associate-company-unit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-group-companies .associate-company-unit .detail-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border: 0;
  border-radius: 50%;
  background: var(--luckystar-primary, #debf8c);
  color: var(--luckystar-base, #007a5f);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(20, 54, 45, .12);
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}

.contact-group-companies .associate-company-unit:hover .detail-icon {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
  transform: translateY(-2px);
}

.associate-company-units address {
  flex: 1;
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(15px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
}

.associate-company-address-zone,
.associate-company-address-city {
  white-space: nowrap;
}

.associate-company-units strong {
  color: #111;
  font-weight: 500;
}

@media (min-width: 992px) {

  .associate-companies-page .associate-page__intro h2,
  .contact-group-companies .associate-page__intro h2 {
    white-space: nowrap;
  }
}

.associate-company-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 16px;
}

.associate-company-downloads a {
  color: var(--luckystar-base, #007a5f);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 991px) {
  .associate-company-row {
    grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {

  .associate-companies-page .associate-page__intro,
  .contact-group-companies .associate-page__intro {
    margin-bottom: 38px;
  }

  .associate-company-list {
    gap: 30px;
  }

  .associate-company-row {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
  }

  .contact-group-companies .associate-company-unit .detail-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 21px;
  }

  .associate-company-logo {
    min-height: 145px;
    justify-content: flex-start;
  }

  .associate-company-logo img {
    max-width: 95%;
    max-height: 160px;
  }
}

/*--------------------------------------------------------------
# Products Listing: original card design refinements
--------------------------------------------------------------*/
.products-category-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 45px;
  padding: 29px 32px;
  border: 1px solid #e1ebe7;
  border-left: 4px solid var(--luckystar-base, #007a5f);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(10, 52, 42, .05);
}

.products-category-summary__content {
  max-width: 850px;
}

.products-category-summary h2 {
  margin: 0 0 9px;
  color: var(--luckystar-black2, #222);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.products-category-summary p {
  margin: 0;
  color: #66716d;
  font-size: 15px;
  line-height: 1.7;
}

.products-page .blog-page .product-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
  transition: transform .4s ease, box-shadow .4s ease;
}

.products-page .blog-page .product-list-card .blog-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.products-page .blog-page .product-list-card .blog-card__image img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform .5s ease;
}

.products-page .product-list-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background:
    radial-gradient(circle at 24% 20%, rgba(222, 191, 140, .3), transparent 34%),
    linear-gradient(145deg, #eff7f4, #dcece7);
  color: #526b64;
  font-size: 14px;
  font-weight: 700;
}

.products-page .product-list-card__placeholder i {
  color: var(--luckystar-base, #007a5f);
  font-size: 46px;
  line-height: 1;
}

.products-page .blog-page .product-list-card:hover .blog-card__image img:first-child {
  transform: scale(1.04);
}

.products-page .blog-page .product-list-card .blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  padding: 30px 25px;
}

.products-page .blog-page .product-list-card .blog-card__title {
  min-height: 56px;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.products-page .blog-page .product-list-card .blog-card__text {
  display: -webkit-box;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 0 25px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  opacity: 1;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: color .35s ease, opacity .35s ease;
}

.products-page .blog-page .product-list-card:hover .blog-card__text,
.products-page .blog-page .product-list-card:focus-within .blog-card__text {
  color: rgba(255, 255, 255, .85);
  opacity: 1;
  visibility: visible;
}

.products-page .blog-page .product-list-card .findox-btn {
  align-self: flex-start;
  margin-top: auto;
}

.products-page .blog-page .product-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.products-page .product-list-card--text {
  min-height: 320px;
  border: 1px solid #dfeae6;
  border-top: 4px solid var(--luckystar-base, #007a5f);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(222, 191, 140, .2), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f7fbf9 100%);
}

.products-page .product-list-card--text::before {
  display: none;
}

.products-page .product-list-card--text:hover::before {
  display: none;
}

.products-page .product-list-card--text::after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  right: -42px;
  bottom: -42px;
  border: 1px solid rgba(0, 122, 95, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(0, 122, 95, .035);
  opacity: 1;
  transform: none;
  background: transparent;
  clip-path: none;
  pointer-events: none;
  transition: border-color .4s ease, box-shadow .4s ease, transform .4s ease;
}

.products-page .product-list-card--text:hover::after {
  opacity: 1;
  transform: scale(1.12);
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .045);
  transition-delay: 0s;
}

.products-page .product-list-card--text .blog-card__content {
  position: relative;
  z-index: 1;
  padding: 24px 28px 30px;
}

.products-page .product-list-card--text .blog-card__title {
  align-items: flex-start;
  min-height: 58px;
  margin-bottom: 14px;
  font-size: 23px;
}

.products-page .product-list-card--text .blog-card__text {
  min-height: 68px;
  margin-bottom: 24px;
  color: #606d68;
}

.products-page .product-list-card--text:hover,
.products-page .product-list-card--text:focus-within {
  border-color: var(--luckystar-base, #007a5f);
  background: var(--luckystar-base, #007a5f);
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 78, 59, .13);
}

.products-page .product-list-card--text:hover .blog-card__title,
.products-page .product-list-card--text:hover .blog-card__title a,
.products-page .product-list-card--text:focus-within .blog-card__title,
.products-page .product-list-card--text:focus-within .blog-card__title a {
  color: var(--luckystar-white, #fff);
}

.products-page .product-list-card--text:hover .blog-card__text,
.products-page .product-list-card--text:focus-within .blog-card__text {
  color: rgba(255, 255, 255, .85);
}

.products-page .product-list-card--text .blog-card__border {
  z-index: 2;
  pointer-events: none;
}

.products-page__empty {
  padding: 50px 25px;
  text-align: center;
}

.products-page__empty i {
  display: block;
  margin-bottom: 12px;
  color: var(--luckystar-base, #007a5f);
  font-size: 40px;
}

.products-page__empty h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.products-page__empty p {
  margin-bottom: 15px;
  color: #666;
}

.products-page__empty a {
  color: var(--luckystar-base, #007a5f);
  font-weight: 700;
}

@media (max-width: 767px) {
  .products-category-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 35px;
    padding: 24px 22px;
  }

  .products-page .blog-page .product-list-card .blog-card__title {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .products-page .product-list-card,
  .products-page .product-list-card *,
  .products-page .product-list-card *::before,
  .products-page .product-list-card *::after {
    transition-duration: .01ms !important;
  }
}

/*--------------------------------------------------------------
# Header Logo and Menu Refinements
--------------------------------------------------------------*/
.main-header__logo img {
  max-height: 140px;
  width: auto;
  object-fit: contain;
  box-sizing: border-box;
  padding-block: 5px;
}

.main-menu .main-menu__list>li>a {
  color: #263b34;
  font-weight: 600;
  letter-spacing: .01em;
  transition: color .3s ease;
}

.main-menu .main-menu__list>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--luckystar-primary, #debf8c);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .32s ease;
}

.main-menu .main-menu__list>li.dropdown>a::before {
  width: calc(100% - 16px);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.main-menu .main-menu__list>li:focus-within>a {
  color: var(--luckystar-base, #007a5f);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.main-menu .main-menu__list>li:focus-within>a::before {
  transform: scaleX(1);
  transform-origin: left;
}

.main-menu .main-menu__list>li.dropdown>a::after {
  color: #52665f;
  transition: color .3s ease, transform .3s ease;
}

.main-menu .main-menu__list>li.dropdown.current>a::after,
.main-menu .main-menu__list>li.dropdown:hover>a::after,
.main-menu .main-menu__list>li.dropdown:focus-within>a::after {
  color: var(--luckystar-base, #007a5f);
  transform: translateY(-50%) rotate(180deg);
}

.main-header .main-menu .main-menu__list li ul {
  min-width: 285px;
  padding: 10px;
  border: 1px solid rgba(0, 122, 95, .1);
  border-top: 3px solid var(--luckystar-primary, #debf8c);
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 53, 44, .13);
  transform: translateY(9px) scaleY(.97);
  transition: opacity .28s ease, visibility .28s ease, transform .32s ease;
}

.main-header .main-menu .main-menu__list li:hover>ul,
.main-header .main-menu .main-menu__list li:focus-within>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
}

.main-header .main-menu .main-menu__list li ul li {
  margin-bottom: 2px;
}

.main-header .main-menu .main-menu__list li ul li>a {
  min-height: 42px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 7px;
  color: #40534c;
  font-size: 14px;
  line-height: 1.45;
}

.main-header .main-menu .main-menu__list li ul li.current>a,
.main-header .main-menu .main-menu__list li ul li:hover>a,
.main-header .main-menu .main-menu__list li ul li:focus-within>a {
  color: var(--luckystar-base, #007a5f);
  background: #edf6f3;
}

.main-header .main-menu .main-menu__list li ul li>a::after {
  top: 50%;
  right: 14px;
  color: var(--luckystar-primary, #debf8c);
  transform: translateY(-50%);
}

.main-header .main-menu .main-menu__list li ul li>ul {
  top: -3px;
  left: calc(100% + 11px);
  border-radius: 12px;
}

.main-menu a:focus-visible {
  outline: 3px solid rgba(222, 191, 140, .7);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .main-header__logo img {
    max-height: 90px;
  }
}

@media (max-width: 767px) {
  .main-header__logo img {
    max-height: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .main-menu *,
  .main-menu *::before,
  .main-menu *::after {
    transition-duration: .01ms !important;
  }
}

/* Premium styling overrides for products carousel blog-cards on homepage */
.team-page__carousel .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
}

.team-page__carousel .blog-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.team-page__carousel .blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-page__carousel .blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 25px;
}

.team-page__carousel .blog-card__title {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.team-page__carousel .blog-card__title a {
  color: #1c1c1c;
  transition: color 0.3s ease;
}

.team-page__carousel .blog-card__text {
  flex-grow: 1;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-page__carousel .blog-card .findox-btn {
  align-self: flex-start;
  margin-top: auto;
}

.team-page__carousel .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Custom enhancements for team-card-two (Product Cards) */
.team-two__carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: -30px;
}

.team-card-two {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-card-two:hover {
  transform: translateY(-10px);
}

.team-card-two:hover .team-card-two__info__inner {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--luckystar-primary, var(--luckystar-base, #007a5f));
}

/*--------------------------------------------------------------
# Homepage Hero Slider Refinements
--------------------------------------------------------------*/
.hero-slider__bg {
  overflow: hidden;
}

.hero-slider__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider__content {
  max-width: 720px;
}

.hero-slider__tagline {
  margin-bottom: 20px;
}

.hero-slider__tagline__text {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: var(--findox-white, #fff);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  backdrop-filter: blur(5px);
}

.hero-slider__tagline__text::after {
  display: none;
}

.hero-slider__title {
  max-width: 720px;
  font-size: clamp(42px, 3.15vw, 60px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.hero-slider__title__highlight,
.hero-slider__title__highlight span {
  color: var(--luckystar-primary, #debf8c);
  -webkit-text-stroke: 0;
  text-transform: none;
}

.hero-slider__description {
  margin-top: 25px;
}

.hero-slider__text {
  max-width: 675px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.7;
}

.hero-slider__button {
  gap: 12px;
  margin-top: 34px;
}

.hero-slider__image__inner {
  width: 100%;
  height: clamp(390px, 34vw, 520px);
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  background: transparent;
  box-shadow: 0 28px 60px rgba(0, 42, 32, .28);
  -webkit-mask: none;
  mask: none;
  transition: transform .45s ease, box-shadow .45s ease;
}

.hero-slider__image__main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: #e5eee9;
  -webkit-mask: none;
  mask: none;
}

.hero-slider__image__main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 -45px 70px rgba(0, 42, 32, .1);
  pointer-events: none;
}

.hero-slider__image__main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: transform .65s ease;
}

.hero-slider__image:hover .hero-slider__image__inner {
  transform: translateY(-7px);
  box-shadow: 0 36px 72px rgba(0, 42, 32, .34);
}

.hero-slider__image:hover .hero-slider__image__main img {
  transform: scale(1.055);
}

@media (max-width: 767px) {
  .hero-slider__image__inner {
    height: clamp(260px, 68vw, 390px);
    padding: 0;
    border-radius: 24px;
  }

  .hero-slider__image__main {
    border-radius: 18px;
  }
}

.hero-slider__earning {
  top: 22px;
  left: 22px;
  padding: 9px 22px 9px 9px;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: 0 14px 38px rgba(9, 46, 37, .18);
  transition: transform .35s ease, box-shadow .35s ease;
}

.hero-slider__earning__icon {
  width: 50px;
  height: 50px;
  font-size: 24px;
}

.hero-slider__earning__amount {
  margin: 0;
}

.hero-slider__image:hover .hero-slider__earning {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(9, 46, 37, .23);
}

.hero-slider .owl-nav {
  border-radius: 14px 0 0 0;
  box-shadow: 0 -10px 30px rgba(8, 43, 34, .1);
}

.hero-slider .owl-nav button {
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.hero-slider .owl-nav .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-slider .owl-nav button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .hero-slider__content {
    max-width: 650px;
  }

  .hero-slider__title {
    max-width: 650px;
    font-size: clamp(40px, 4.8vw, 54px);
  }

  .hero-slider__image {
    margin-inline: auto;
  }

  .hero-slider__earning {
    left: 22px;
  }
}

@media (max-width: 767px) {
  .hero-slider__item {
    padding-top: 205px;
    padding-bottom: 140px;
  }

  .hero-slider__tagline__text {
    font-size: 10px;
    letter-spacing: .09em;
  }

  .hero-slider__title {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.14;
  }

  .hero-slider__text {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-slider__image__inner {
    padding: 0;
    border-radius: 20px;
  }

  .hero-slider__image__main {
    border-radius: 14px;
  }
}

@media (max-width: 575px) {
  .hero-slider__item {
    padding-top: 185px;
    padding-bottom: 115px;
  }

  .hero-slider__button {
    gap: 10px;
  }

  .hero-slider__button .findox-btn {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-slider *,
  .hero-slider *::before,
  .hero-slider *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/*--------------------------------------------------------------
# Product Detail Trading UI
--------------------------------------------------------------*/
.product-detail-page .product-details {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(222, 191, 140, .13), transparent 32%),
    linear-gradient(180deg, #f8fbfa 0, #fff 520px);
}

.product-detail-page .product-details>.container {
  position: relative;
  z-index: 1;
}

.product-detail-page .product-details__product {
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(0, 122, 95, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 55px rgba(20, 54, 45, .09);
  transition: transform .4s ease, box-shadow .4s ease;
}

.product-detail-page .product-details__product:hover {
  transform: translateY(-4px);
  box-shadow: 0 27px 65px rgba(20, 54, 45, .14);
}

.product-detail-page .product-details__carousel {
  overflow: hidden;
  border-radius: 14px;
  background: #f1f6f4;
}

.product-detail-page .product-details__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 0;
  overflow: hidden;
  background: #f1f6f4;
}

.product-detail-page .product-details__image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.product-detail-page .product-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .65, .3, 1);
}

.product-detail-page .product-details__image-link:hover img {
  transform: scale(1.035);
}

.product-detail-page .product-details__image-zoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(0, 93, 73, .9);
  box-shadow: 0 10px 24px rgba(9, 46, 37, .22);
  color: #fff;
  font-size: 18px;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.product-detail-page .product-details__image-link:hover .product-details__image-zoom {
  color: #183d33;
  background: var(--luckystar-primary, #debf8c);
  transform: scale(1.08);
}

.product-detail-page .product-details__thumb__item {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #f1f6f4;
  cursor: pointer;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.product-detail-page .product-details__thumb__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-page .product-details__thumb .slick-current .product-details__thumb__item,
.product-detail-page .product-details__thumb__item:hover {
  border-color: var(--luckystar-primary, #debf8c);
  box-shadow: 0 8px 20px rgba(17, 61, 49, .13);
  transform: translateY(-2px);
}

.product-detail-page .product-details__content {
  height: 100%;
  padding: 10px 0 10px 34px;
}

.product-detail-page .product-details__eyebrow,
.product-detail-page .product-details__section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-detail-page .product-details__eyebrow span {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--luckystar-primary, #debf8c);
}

.product-detail-page .product-details__name {
  max-width: 640px;
  margin-bottom: 18px;
  color: #183d33;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.product-detail-page .product-details__excerpt {
  padding-bottom: 22px;
  border-bottom: 1px solid #e4ece9;
}

.product-detail-page .product-details__excerpt__text {
  color: #5a6e68;
  font-size: 16px;
  line-height: 1.75;
}

.product-detail-page .product-details__specs-title {
  color: #183d33;
  font-size: 18px;
  font-weight: 750;
}

.product-detail-page .product-details__specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 12px;
}

.product-detail-page .spec-card {
  position: relative;
  min-height: 82px;
  padding: 15px 16px 15px 19px;
  overflow: hidden;
  border: 1px solid #e2ebe8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(20, 54, 45, .04);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.product-detail-page .spec-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--luckystar-base, #007a5f);
  transition: width .3s ease;
}

.product-detail-page .spec-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 95, .25);
  box-shadow: 0 13px 25px rgba(20, 54, 45, .09);
}

.product-detail-page .spec-card:hover::before {
  width: 6px;
}

.product-detail-page .spec-card__label {
  display: block;
  margin-bottom: 5px;
  color: #7a8b86;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-detail-page .spec-card__value {
  color: #203c34;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.product-detail-page .product-details__color__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 7px;
}

.product-detail-page .color-swatch-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-detail-page .product-details__color__box {
  margin: 0;
  cursor: default;
}

.product-detail-page .color-swatch-item__name {
  color: #203c34;
  font-size: 13px;
  font-weight: 600;
}

.products-page .products-contact-card {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(380px, 1.15fr);
  gap: 32px 52px;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 48px 0 0;
  padding: 34px;
  border: 1px solid rgba(0, 122, 95, .18);
  border-radius: 18px;
  background: linear-gradient(135deg, #edf8f4 0%, #fff 62%, #f8f1e5 100%);
  box-shadow: 0 18px 45px rgba(23, 63, 53, .12);
}

.products-page .products-contact-card__heading p {
  margin: 0 0 4px;
  color: var(--luckystar-base, #007a5f);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.products-page .products-contact-card__heading .products-contact-card__office {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: var(--luckystar-primary, #debf8c);
  color: #203c34;
}

.products-page .products-contact-card__heading h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 420px;
  margin: 0 0 6px;
  color: #203c34;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.products-page .products-contact-card__flag {
  flex: 0 0 auto;
  font-size: 44px;
  line-height: 1;
}

.products-page .products-contact-card__heading h3 {
  margin: 0;
  color: var(--luckystar-base, #007a5f);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.products-page .products-contact-card__intro {
  max-width: 470px;
  margin: 14px 0 0;
  color: #526b64;
  font-size: 15px;
  line-height: 1.65;
}

.products-page .products-contact-card__details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 0;
}

.products-page .products-contact-card__details>a,
.products-page .products-contact-card__details>.products-contact-card__action,
.products-page .products-contact-card__heading .products-contact-card__address {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid #dce9e5;
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  color: #405a53;
  font-size: 14px;
  line-height: 1.55;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.products-page .products-contact-card__heading .products-contact-card__address {
  max-width: 470px;
  margin-top: 20px;
}

.products-page .products-contact-card__details>a>span,
.products-page .products-contact-card__details>.products-contact-card__action>span {
  min-width: 0;
}

.products-page .products-contact-card__details>a:hover,
.products-page .products-contact-card__email-group:hover,
.products-page .products-contact-card__heading .products-contact-card__address:hover {
  border-color: rgba(0, 122, 95, .4);
  box-shadow: 0 9px 22px rgba(23, 63, 53, .1);
  transform: translateY(-2px);
}

.products-page .products-contact-card__address {
  grid-column: auto;
}

.products-page .products-contact-card__action span,
.products-page .products-contact-card__action strong {
  display: block;
}

.products-page .products-contact-card__action strong {
  margin-bottom: 2px;
  color: #203c34;
}

.products-page .products-contact-card__email span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.products-page .products-contact-card__email-group span>a {
  display: block;
  color: #405a53;
  overflow-wrap: anywhere;
}

.products-page .products-contact-card__email-group span>a+a {
  margin-top: 3px;
}

.products-page .products-contact-card__email-group span>a:hover {
  color: var(--luckystar-base, #007a5f);
}

.products-page .products-contact-card__details .products-contact-card__whatsapp,
.products-page .products-contact-card__details .products-contact-card__whatsapp i {
  color: #128c4a;
}

.products-page .products-contact-card__details .products-contact-card__whatsapp:hover {
  color: #075e54;
}

.products-page .products-contact-card__details i,
.products-page .products-contact-card__heading .products-contact-card__address i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #e8f3ef;
  color: var(--luckystar-base, #007a5f);
  text-align: center;
}

@media (max-width: 991px) {
  .products-page .products-contact-card {
    display: block;
    padding: 26px 20px;
  }

  .products-page .products-contact-card__details {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .products-page .products-contact-card__address {
    grid-column: auto;
  }
}

.product-detail-page .product-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  margin-top: 28px;
}

.product-detail-page .product-details__back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #405a53;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s ease, transform .3s ease;
}

.product-detail-page .product-details__back-link:hover {
  color: var(--luckystar-base, #007a5f);
  transform: translateX(-3px);
}

.product-detail-page .product-details__description-wrapper {
  margin-top: 80px;
  padding: 80px 0;
  background: #f4f8f7;
}

.product-detail-page .product-details__description {
  padding: 0;
  border: 0;
}

.product-detail-page .product-details__description__box {
  padding: 34px 38px;
  border: 1px solid #e1ebe8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 54, 45, .06);
  transition: transform .35s ease, box-shadow .35s ease;
}

.product-detail-page .product-details__description__box:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(20, 54, 45, .1);
}

.product-detail-page .product-details__description__box--accent {
  border-top: 4px solid var(--luckystar-primary, #debf8c);
}

.product-application-gallery__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.product-application-gallery__header .product-details__description__title {
  margin-bottom: 0;
}

.product-application-gallery__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.product-application-gallery__controls button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #dce7e1;
  color: #173f35;
  font-size: 17px;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.product-application-gallery__controls button:last-child,
.product-application-gallery__controls button:hover {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
}

.product-application-gallery__controls button:hover {
  transform: translateY(-2px);
}

.product-application-gallery__controls button:focus-visible,
.product-application-card:focus-within {
  outline: 3px solid rgba(222, 191, 140, .9);
  outline-offset: 3px;
}

.product-application-gallery {
  display: grid;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-flow: column;
  gap: 20px;
  padding: 3px 3px 15px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.product-application-gallery::-webkit-scrollbar {
  display: none;
}

.product-application-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #dfe8e4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 54, 45, .08);
  scroll-snap-align: start;
}

.product-application-card__image {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 18px 16px;
  overflow: hidden;
  border: 10px solid #edf3f0;
  border-radius: 16px 16px 0 0;
  background: #fff;
}

.product-application-card__image img {
  width: 100%;
  height: auto;
  max-height: 240px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.product-application-card h4 {
  flex: 0 0 auto;
  margin: 0;
  margin-top: auto;
  padding: 16px 17px 18px;
  color: #173f35;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .product-application-gallery {
    grid-auto-columns: calc((100% - 18px) / 2);
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .product-application-gallery-box {
    padding: 24px 18px !important;
  }

  .product-application-gallery__header {
    align-items: center;
  }

  .product-application-gallery__controls button {
    width: 42px;
    height: 42px;
  }

  .product-application-gallery {
    grid-auto-columns: 88%;
    gap: 14px;
  }
}

.product-detail-page .product-details__description__title {
  margin-bottom: 18px;
  color: #183d33;
  font-size: 24px;
  font-weight: 750;
}

.product-detail-page .product-details__description__text h1,
.product-detail-page .product-details__description__text h2,
.product-detail-page .product-details__description__text h3,
.product-detail-page .product-details__description__text h4,
.product-detail-page .product-details__description__text h5,
.product-detail-page .product-details__description__text h6 {
  margin: 28px 0 13px;
  color: #183d33;
  font-weight: 700;
  line-height: 1.4;
}

.product-detail-page .product-details__description__text h1 {
  font-size: 28px;
}

.product-detail-page .product-details__description__text h2 {
  font-size: 24px;
}

.product-detail-page .product-details__description__text h3 {
  font-size: 20px;
}

.product-detail-page .product-details__description__text h4 {
  font-size: 18px;
}

.product-detail-page .product-details__description__text h5 {
  font-size: 16px;
}

.product-detail-page .product-details__description__text p,
.product-detail-page .product-details__description__text li {
  color: #5e706b;
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-page .product-details__description__text ul {
  margin: 15px 0 25px;
  padding: 0;
  list-style: none;
}

.product-detail-page .product-details__description__text li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 29px;
}

.product-detail-page .product-details__description__text li::before {
  content: "\2713";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--luckystar-base, #007a5f);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.product-detail-page .product-specifications {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dce8e4;
  border-radius: 12px;
  background: #fff;
}

.product-detail-page .product-specifications-wrap {
  width: 100%;
  margin: 18px 0 12px;
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(20, 54, 45, .05);
  -webkit-overflow-scrolling: touch;
}

.product-detail-page .product-specifications th,
.product-detail-page .product-specifications td {
  padding: 14px 16px;
  border-right: 1px solid #e5eeeb;
  border-bottom: 1px solid #e5eeeb;
  color: #5e706b;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.product-detail-page .product-specifications td::before {
  display: none;
}

.product-detail-page .product-specifications th {
  background: #eaf4f1;
  color: #183d33;
  font-weight: 700;
}

.product-detail-page .product-specifications th:last-child,
.product-detail-page .product-specifications td:last-child {
  border-right: 0;
}

.product-detail-page .product-specifications tbody tr:last-child td {
  border-bottom: 0;
}

.product-detail-page .product-specifications tbody tr:nth-child(even) td {
  background: #f8fbfa;
}

.product-detail-page .product-specifications-note {
  margin: 10px 0 0;
  color: #75837f;
  font-size: 13px;
  font-style: italic;
}

.product-detail-page .feature-card {
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 24px;
  border: 1px solid #e1ebe8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 54, 45, .05);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.product-detail-page .feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 122, 95, .25);
  box-shadow: 0 18px 38px rgba(20, 54, 45, .11);
}

.product-detail-page .feature-card__icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf4f1;
  color: var(--luckystar-base, #007a5f);
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.product-detail-page .feature-card:hover .feature-card__icon {
  color: #183d33;
  background: var(--luckystar-primary, #debf8c);
  transform: rotate(-5deg) scale(1.05);
}

.product-detail-page .feature-card__title {
  margin: 0 0 7px;
  color: #183d33;
  font-size: 16px;
  font-weight: 750;
}

.product-detail-page .feature-card__text {
  margin: 0;
  color: #60716c;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .product-detail-page .product-details__content {
    padding-left: 18px;
  }
}

@media (max-width: 991px) {
  .product-detail-page .product-specifications {
    min-width: 680px;
  }

  .product-detail-page .product-details__content {
    padding: 20px 0 0;
  }

  .product-detail-page .product-details__description-wrapper {
    margin-top: 60px;
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .product-detail-page .product-specifications-wrap {
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }

  .product-detail-page .product-specifications {
    display: block;
    min-width: 0;
    border: 0;
    background: transparent;
  }

  .product-detail-page .product-specifications thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .product-detail-page .product-specifications tbody,
  .product-detail-page .product-specifications tr,
  .product-detail-page .product-specifications td {
    display: block;
    width: 100%;
  }

  .product-detail-page .product-specifications tr {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #dce8e4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(20, 54, 45, .05);
  }

  .product-detail-page .product-specifications td,
  .product-detail-page .product-specifications tbody tr:last-child td {
    display: grid;
    grid-template-columns: minmax(110px, 42%) 1fr;
    gap: 12px;
    padding: 11px 14px;
    border-right: 0;
    border-bottom: 1px solid #e5eeeb;
    font-size: 14px;
    text-align: right;
    white-space: normal;
  }

  .product-detail-page .product-specifications td:last-child,
  .product-detail-page .product-specifications tbody tr:last-child td:last-child {
    border-bottom: 0;
  }

  .product-detail-page .product-specifications td::before {
    content: attr(data-label);
    display: block;
    color: #183d33;
    font-weight: 700;
    text-align: left;
  }

  .product-detail-page .product-details__product {
    padding: 9px;
    border-radius: 14px;
  }

  .product-detail-page .product-details__description__box {
    padding: 25px 20px;
    border-radius: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {

  .product-detail-page .product-details *,
  .product-detail-page .product-details *::before,
  .product-detail-page .product-details *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Plastic scrap / What We Buy */
.plastic-scrap-page .scrap-intro {
  background: #fff;
}

.plastic-scrap-page .scrap-intro .sec-title {
  margin-bottom: 0;
}

.plastic-scrap-page .scrap-intro__content {
  padding-left: 42px;
  border-left: 1px solid #dce8e4;
}

.plastic-scrap-page .scrap-intro__content p {
  margin: 0 0 16px;
  color: #60716c;
  font-size: 17px;
  line-height: 1.8;
}

.plastic-scrap-page .scrap-intro__content .findox-btn {
  margin-top: 12px;
}

.plastic-scrap-page .scrap-catalog {
  background: #f4f8f7;
}

.plastic-scrap-page .scrap-tabs {
  display: flex;
  max-width: 720px;
  margin: 0 auto 52px;
  padding: 7px;
  gap: 8px;
  border: 1px solid #dce8e4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 54, 45, .06);
}

.plastic-scrap-page .scrap-tabs__button {
  min-height: 54px;
  flex: 1;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #506660;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.plastic-scrap-page .scrap-tabs__button:hover,
.plastic-scrap-page .scrap-tabs__button:focus-visible,
.plastic-scrap-page .scrap-tabs__button.is-active {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 122, 95, .2);
}

.plastic-scrap-page .scrap-tabs__button:focus-visible,
.plastic-scrap-page .scrap-card__arrow:focus-visible {
  outline: 3px solid rgba(222, 191, 140, .8);
  outline-offset: 3px;
}

.plastic-scrap-page .scrap-panel[hidden] {
  display: none;
}

.plastic-scrap-page .scrap-panel.is-active {
  animation: scrapPanelIn .4s ease both;
}

@keyframes scrapPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.plastic-scrap-page .scrap-panel__heading {
  margin-bottom: 28px;
  text-align: center;
}

.plastic-scrap-page .scrap-panel__heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--luckystar-base, #007a5f);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.plastic-scrap-page .scrap-panel__heading h2 {
  margin: 0;
  color: #183d33;
  font-size: clamp(25px, 3vw, 36px);
}

.plastic-scrap-page .scrap-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0ebe8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 54, 45, .07);
  transition: transform .35s ease, box-shadow .35s ease;
}

.plastic-scrap-page .scrap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(20, 54, 45, .13);
}

.plastic-scrap-page .scrap-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eaf4f1;
}

.plastic-scrap-page .scrap-card__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.025);
  transition: opacity .35s ease, transform .55s ease;
}

.plastic-scrap-page .scrap-card__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.plastic-scrap-page .scrap-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background:
    radial-gradient(circle at 25% 20%, rgba(222, 191, 140, .23), transparent 35%),
    linear-gradient(145deg, #eff7f4, #dcece7);
  color: #61736e;
  font-size: 14px;
  font-weight: 650;
}

.plastic-scrap-page .scrap-card__placeholder-icon {
  color: var(--luckystar-base, #007a5f);
  font-size: 48px;
  line-height: 1;
}

.plastic-scrap-page .scrap-card__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: #183d33;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  font-size: 19px;
  transform: translateY(-50%);
  transition: color .25s ease, background-color .25s ease;
}

.plastic-scrap-page .scrap-card__arrow:hover {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
}

.plastic-scrap-page .scrap-card__arrow--prev {
  left: 14px;
}

.plastic-scrap-page .scrap-card__arrow--next {
  right: 14px;
}

.plastic-scrap-page .scrap-card__count {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  padding: 5px 9px;
  border-radius: 99px;
  background: rgba(24, 61, 51, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.plastic-scrap-page .scrap-card__body {
  padding: 24px 25px 26px;
}

.plastic-scrap-page .scrap-card__category {
  display: block;
  margin-bottom: 6px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.plastic-scrap-page .scrap-card__title {
  margin: 0;
  color: #183d33;
  font-size: 21px;
  font-weight: 750;
}

.plastic-scrap-page .scrap-cta {
  background: #fff;
}

.plastic-scrap-page .scrap-cta__inner {
  display: flex;
  padding: 48px 54px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border-radius: 22px;
  background: #183d33;
  box-shadow: 0 20px 50px rgba(20, 54, 45, .16);
}

.plastic-scrap-page .scrap-cta__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--luckystar-primary, #debf8c);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.plastic-scrap-page .scrap-cta h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.25;
}

@media (max-width: 991px) {
  .plastic-scrap-page .scrap-intro__content {
    padding: 30px 0 0;
    border-top: 1px solid #dce8e4;
    border-left: 0;
  }

  .plastic-scrap-page .scrap-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .plastic-scrap-page .scrap-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    border-radius: 15px;
  }

  .plastic-scrap-page .scrap-tabs__button {
    min-height: 48px;
    padding: 10px 12px;
  }

  .plastic-scrap-page .scrap-card__body {
    padding: 20px;
  }

  .plastic-scrap-page .scrap-cta__inner {
    padding: 34px 25px;
    border-radius: 16px;
  }
}

/* Homepage collection-driven product browser */
.home-product-showcase {
  position: relative;
}

.home-product-showcase .team-two__bg::after {
  background: rgba(8, 48, 39, .82);
}

.product-browser {
  position: relative;
  display: grid;
  grid-template-columns: minmax(265px, 330px) minmax(0, 1fr);
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 28px;
  background: #f8f8f4;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.product-browser__categories {
  display: grid;
  min-width: 0;
  padding: 16px;
  grid-template-rows: repeat(var(--product-category-count, 3), minmax(0, 1fr));
  gap: 12px;
  border-radius: 22px;
  background: #075440;
}

.product-category {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 132px;
  padding: 20px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: transparent;
  color: #fff;
  text-align: center;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.product-category:hover,
.product-category:focus-visible {
  border-color: rgba(222, 191, 140, .72);
  transform: translateY(-3px);
}

.product-category:focus-visible,
.product-panel__actions button:focus-visible,
.product-slide a:focus-visible {
  outline: 3px solid rgba(222, 191, 140, .85);
  outline-offset: 3px;
}

.product-category.is-active {
  border-color: var(--luckystar-primary, #debf8c);
  background: var(--luckystar-primary, #debf8c);
  color: #173f35;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.product-category__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff;
  color: var(--luckystar-base, #007a5f);
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.product-category__copy {
  min-width: 0;
}

.product-category__copy strong,
.product-category__copy small {
  display: block;
}

.product-category__copy strong {
  color: inherit;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
  text-wrap: balance;
}

.product-category__copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

.product-category.is-active .product-category__copy small {
  color: rgba(23, 63, 53, .7);
}

.product-category__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 17px;
}

.product-browser__content {
  min-width: 0;
  padding: 25px 14px 4px 30px;
}

.product-panel[hidden] {
  display: none;
}

.product-panel.is-active {
  animation: homeProductPanelIn .4s ease both;
}

@keyframes homeProductPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-panel__header {
  display: flex;
  margin-bottom: 28px;
  padding: 0 4px 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dce4df;
}

.product-panel__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-panel__header h3 {
  margin: 0;
  color: #173f35;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.15;
}

.product-panel__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.product-panel__actions>a {
  display: inline-flex;
  margin-right: 4px;
  align-items: center;
  gap: 7px;
  color: #173f35;
  font-weight: 750;
}

.product-panel__actions>a:hover {
  color: var(--luckystar-base, #007a5f);
}

.product-panel__actions button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #b8c6bc;
  color: #fff;
  font-size: 18px;
  transition: background-color .25s ease, transform .25s ease;
}

.product-panel__actions button:last-child,
.product-panel__actions button:hover {
  background: #075440;
}

.product-panel__actions button:hover {
  transform: translateY(-2px);
}

.product-slider {
  display: grid;
  grid-auto-columns: calc((100% - 18px) / 2);
  grid-auto-flow: column;
  gap: 18px;
  padding: 4px 4px 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-slide {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe7e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 54, 45, .07);
  scroll-snap-align: start;
  transition: transform .3s ease, box-shadow .3s ease;
}

.product-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(20, 54, 45, .13);
}

.product-slide__media {
  display: block;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  background: #edf2ef;
}

.product-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.product-slide:hover .product-slide__media img {
  transform: scale(1.045);
}

.product-slide__body {
  position: relative;
  min-height: 118px;
  padding: 21px 58px 22px 22px;
}

.product-slide__body>span {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  color: var(--luckystar-base, #007a5f);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-slide__body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.product-slide__body h4 a {
  color: #173f35;
}

.product-slide__body h4 a:hover {
  color: var(--luckystar-base, #007a5f);
}

.product-slide__link {
  position: absolute;
  right: 18px;
  bottom: 22px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #075440;
  color: #fff;
}

.product-slide__link:hover {
  background: var(--luckystar-primary, #debf8c);
  color: #173f35;
}

@media (max-width: 1199px) {
  .product-browser {
    grid-template-columns: 270px minmax(0, 1fr);
  }

}

@media (max-width: 991px) {
  .product-browser {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .product-browser__categories {
    display: grid;
    padding: 12px;
    grid-template-columns: repeat(var(--product-category-count, 3), minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .product-category {
    min-height: 150px;
    padding: 18px 12px;
  }

  .product-category__icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .product-category__copy strong {
    font-size: 14px;
  }

  .product-browser__content {
    padding: 28px 8px 5px;
  }
}

@media (max-width: 767px) {
  .product-browser {
    border-radius: 20px;
  }

  .product-browser__categories {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 9px;
  }

  .product-category {
    min-height: 86px;
    padding: 12px 14px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 13px;
    text-align: left;
  }

  .product-category:hover,
  .product-category:focus-visible {
    transform: translateX(3px);
  }

  .product-category__icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 14px;
    font-size: 23px;
  }

  .product-category__copy strong {
    font-size: 15px;
  }

  .product-category__arrow {
    position: static;
    margin-left: auto;
  }

  .product-panel__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-panel__actions {
    width: 100%;
  }

  .product-panel__actions>a {
    margin-right: auto;
  }

  .product-panel__actions button {
    width: 44px;
    height: 44px;
  }

  .product-slider {
    grid-auto-columns: 100%;
  }
}

@media (max-width: 430px) {
  .product-browser {
    padding: 10px;
  }

  .product-browser__content {
    padding: 24px 2px 3px;
  }

  .product-panel__header h3 {
    font-size: 22px;
  }

  .product-panel__actions>a {
    font-size: 14px;
  }
}

/* Homepage plastic scrap introduction and collection slider */
.home-scrap-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(222, 191, 140, .22), transparent 25%),
    radial-gradient(circle at 92% 78%, rgba(0, 122, 95, .12), transparent 30%),
    linear-gradient(135deg, #f8faf6 0%, #eef5f1 52%, #f9f7f0 100%);
}

.home-scrap-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .42;
  background-image:
    linear-gradient(rgba(7, 84, 64, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 84, 64, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent 88%);
  pointer-events: none;
}

.home-scrap-section .container {
  position: relative;
}

.home-scrap-section__intro {
  margin-bottom: 48px;
}

.home-scrap-section__intro .sec-title {
  margin-bottom: 18px;
}

.home-scrap-section__copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.home-scrap-section__copy p {
  margin: 0 0 18px;
  color: #536862;
  font-size: 16px;
  line-height: 1.8;
}

.home-scrap-section__all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--luckystar-base, #007a5f);
  font-weight: 800;
}

.home-scrap-section__all:hover {
  color: #173f35;
}

.home-scrap-carousel {
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dde7e2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 54, 45, .08);
}

.home-scrap-carousel__top {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.home-scrap-carousel__top span {
  display: block;
  margin-bottom: 5px;
  color: var(--luckystar-base, #007a5f);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-scrap-carousel__top h3 {
  margin: 0;
  color: #173f35;
  font-size: clamp(23px, 2.5vw, 32px);
}

.home-scrap-carousel__controls {
  display: flex;
  gap: 10px;
}

.home-scrap-carousel__controls button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #dbe4df;
  color: #173f35;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.home-scrap-carousel__controls button:last-child,
.home-scrap-carousel__controls button:hover {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
}

.home-scrap-carousel__controls button:hover {
  transform: translateY(-2px);
}

.home-scrap-carousel__controls button:focus-visible,
.home-scrap-card a:focus-visible {
  outline: 3px solid rgba(222, 191, 140, .85);
  outline-offset: 3px;
}

.home-scrap-slider {
  display: grid;
  grid-auto-columns: calc((100% - 60px) / 4);
  grid-auto-flow: column;
  gap: 20px;
  padding: 3px 3px 15px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.home-scrap-slider::-webkit-scrollbar {
  display: none;
}

.home-scrap-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e8e4;
  border-radius: 17px;
  background: #fff;
  scroll-snap-align: start;
  transition: transform .3s ease, box-shadow .3s ease;
}

.home-scrap-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 95, .3);
  box-shadow: 0 18px 38px rgba(20, 54, 45, .15);
}

.home-scrap-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: #eaf1ed;
}

.home-scrap-card__media img,
.home-scrap-card__placeholder {
  width: 100%;
  height: 100%;
}

.home-scrap-card__media img {
  object-fit: cover;
  transition: transform .5s ease;
}

.home-scrap-card:hover .home-scrap-card__media img {
  transform: scale(1.05);
}

.home-scrap-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(222, 191, 140, .28), transparent 33%),
    linear-gradient(145deg, #eff6f2, #dcebe4);
  color: var(--luckystar-base, #007a5f);
  font-size: 45px;
}

.home-scrap-card__category {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 99px;
  background: rgba(7, 84, 64, .92);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-scrap-card__body {
  position: relative;
  min-height: 90px;
  padding: 23px 58px 22px 20px;
}

.home-scrap-card__body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.home-scrap-card__body h4 a {
  color: #173f35;
}

.home-scrap-card__body h4 a:hover {
  color: var(--luckystar-base, #007a5f);
}

.home-scrap-card__arrow {
  position: absolute;
  right: 17px;
  bottom: 22px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf3ef;
  color: var(--luckystar-base, #007a5f);
}

.home-scrap-card__arrow:hover {
  background: var(--luckystar-primary, #debf8c);
  color: #173f35;
}

@media (max-width: 1199px) {
  .home-scrap-slider {
    grid-auto-columns: calc((100% - 40px) / 3);
  }
}

@media (max-width: 991px) {
  .home-scrap-section__copy {
    max-width: 760px;
  }

  .home-scrap-slider {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 575px) {
  .home-scrap-carousel {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .home-scrap-carousel__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-scrap-carousel__controls {
    align-self: flex-end;
  }

  .home-scrap-carousel__controls button {
    width: 44px;
    height: 44px;
  }

  .home-scrap-slider {
    grid-auto-columns: 100%;
  }
}

/* Factory segregation gallery */
.factory-gallery {
  overflow: hidden;
  background: #fff;
}

.factory-gallery__heading {
  display: block;
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}

.factory-gallery__heading .sec-title {
  margin-bottom: 18px;
}

.factory-gallery__heading-right {
  padding: 0;
  border: 0;
}

.factory-gallery .factory-gallery__heading-right p {
  margin: 0 0 20px;
  color: #536862;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.factory-gallery__controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.factory-gallery__controls button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #dce7e1;
  color: #173f35;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.factory-gallery__controls button:last-child,
.factory-gallery__controls button:hover {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
}

.factory-gallery__controls button:hover {
  transform: translateY(-2px);
}

.factory-gallery__slider {
  display: grid;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-flow: column;
  gap: 20px;
  padding: 4px 4px 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.factory-gallery__slider::-webkit-scrollbar {
  display: none;
}

.factory-gallery__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.factory-gallery__slide>a {
  position: relative;
  display: block;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  border-radius: 19px;
  background: #dfe8e3;
  box-shadow: 0 14px 35px rgba(20, 54, 45, .1);
}

.factory-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .4s ease;
}

.factory-gallery__slide>a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(6, 48, 38, .72));
  transition: background-color .35s ease;
}

.factory-gallery__slide>a:hover img {
  transform: scale(1.055);
}

.factory-gallery__zoom {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.factory-gallery__zoom {
  right: 17px;
  bottom: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--luckystar-base, #007a5f);
  font-size: 18px;
  transform: scale(.88);
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.factory-gallery__slide>a:hover .factory-gallery__zoom {
  background: var(--luckystar-primary, #debf8c);
  color: #173f35;
  transform: scale(1);
}

.factory-gallery__controls button:focus-visible,
.factory-gallery__slide>a:focus-visible {
  outline: 3px solid rgba(222, 191, 140, .85);
  outline-offset: 3px;
}

/* Homepage memberships */
.home-memberships.section-space {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}

.home-memberships .container {
  position: relative;
}

.home-memberships__panel {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-memberships__heading {
  display: block;
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.home-memberships__heading>[class*="col-"] {
  width: 100%;
  max-width: 100%;
}

.home-memberships__heading .sec-title {
  margin-bottom: 18px;
  text-align: center;
}

.home-memberships__heading .sec-title__top {
  justify-content: center;
}

.home-memberships .home-memberships__intro {
  margin: 0;
  padding: 0;
  border: 0;
  color: #536862;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.home-memberships .client-carousel__carousel {
  padding: 0 0 72px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-memberships .home-memberships__grid:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 18px 10px 28px;
  overflow: visible;
}

.home-memberships .client-carousel__carousel .owl-stage-outer {
  margin: 0 -10px -28px;
  padding: 18px 10px 28px;
}

.home-memberships .client-carousel__carousel .owl-stage {
  align-items: stretch;
}

.home-memberships .client-carousel__carousel .owl-item {
  display: flex;
}

.home-memberships .client-carousel__item {
  display: flex;
  width: 100%;
  padding: 0;
}

.home-memberships .client-carousel__item__content {
  width: 100%;
  min-height: 225px;
  padding: 27px 24px 24px;
  justify-content: space-between;
  border: 1px solid #dfe8e3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 54, 45, .08);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-memberships .client-carousel__item__content:hover {
  border-color: rgba(0, 122, 95, .38);
  box-shadow: 0 20px 42px rgba(20, 54, 45, .17);
  transform: translateY(-6px);
}

.home-memberships .client-carousel__item__content:hover .client-carousel__logo-container {
  transform: translateY(-2px) scale(1.025);
}

.home-memberships .client-carousel__logo-container {
  width: auto;
  height: auto;
  margin-bottom: 18px;
  padding: 4px;
}

.home-memberships .client-carousel__logo-container>i {
  color: var(--luckystar-base, #007a5f);
  font-size: 45px;
}

.home-memberships .client-carousel__logo-container img {
  width: auto !important;
  height: auto;
  max-height: none !important;
  filter: grayscale(0%);
  opacity: 1;
}

.home-memberships .client-carousel__name {
  min-height: 40px;
  display: flex;
  align-items: center;
  color: #173f35;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 14px;
  font-weight: 700;
}

.home-memberships .owl-nav {
  position: absolute;
  right: 4px;
  bottom: 6px;
  display: flex;
  gap: 10px;
}

.home-memberships .owl-nav button.owl-prev,
.home-memberships .owl-nav button.owl-next {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dce7e1;
  color: #173f35;
}

.home-memberships .owl-nav button.owl-next,
.home-memberships .owl-nav button:hover {
  background: var(--luckystar-base, #007a5f);
  color: #fff;
}

@media (max-width: 991px) {
  .factory-gallery__heading {
    max-width: 760px;
  }

  .factory-gallery__heading-right {
    padding: 0;
    border: 0;
  }

  .factory-gallery__slider {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .home-memberships__intro {
    padding: 0;
    border: 0;
  }

  .home-memberships .home-memberships__grid:not(.owl-loaded) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 768px) {
  .home-memberships .home-memberships__grid .client-carousel__item__content {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .factory-gallery__controls {
    justify-content: flex-start;
  }

  .factory-gallery__slider {
    grid-auto-columns: 100%;
  }

  .home-memberships__panel {
    padding: 0;
  }

  .home-memberships.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-memberships .client-carousel__carousel {
    padding: 0 0 58px;
  }

  .home-memberships .client-carousel__carousel .owl-stage-outer {
    margin: 0 -6px -24px;
    padding: 14px 6px 24px;
  }

}

/* Homepage media performance and interaction polish */
.about-two__image__inner,
.about-one__image__one {
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(20, 54, 45, .1);
}

.about-two__image__inner img,
.about-one__image__one__img,
.working-process__card__image img {
  transition: transform .55s ease, filter .4s ease;
}

.about-two__image:hover .about-two__image__inner img,
.about-one__image:hover .about-one__image__one__img,


.working-process__card {
  transition: transform .3s ease, box-shadow .3s ease;
}



@media (prefers-reduced-motion: reduce) {

  .product-slide,
  .home-scrap-card,
  .factory-gallery__slide img,
  .home-memberships .client-carousel__item__content,
  .about-two__image__inner img,
  .about-one__image__one__img,
  .working-process__card,
  .working-process__card__image img {
    transition: none !important;
  }
}

/* Refined homepage About sections */
.home-about-intro {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-about-intro .row,
.home-about-impact .row {
  align-items: center;
}

.home-about-intro .about-two__image {
  max-width: 535px;
  margin: 0 auto;
}

.home-about-intro .about-two__image__inner {
  height: 610px;
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(20, 54, 45, .14);
}

.home-about-intro .about-two__image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-intro .about-two__image__text {
  display: block;
  position: absolute;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
  margin: 0;
  padding: 13px 19px;
  border-radius: 10px;
  background: var(--luckystar-base, #007a5f);
  color: #fff;
  clip-path: none;
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  box-shadow: 0 12px 28px rgba(0, 122, 95, .25);
}

.home-about-intro .about-two__image__text::after {
  display: none;
}

.home-about-intro .about-two__content {
  padding-left: clamp(10px, 4vw, 58px);
}

.home-about-intro .about-two__shape,
.home-about-intro .about-one__shape {
  opacity: .28;
}

.home-about-impact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(222, 191, 140, .18), transparent 26%),
    linear-gradient(135deg, #f4f8f5, #edf4f0);
}

.home-about-impact .about-one__image {
  max-width: 555px;
  margin: 0 auto 38px;
}

.home-about-impact .about-one__image__one {
  display: block;
  border: 8px solid #fff;
  border-radius: 22px;
  box-shadow: 0 22px 52px rgba(20, 54, 45, .14);
}

.home-about-impact .about-one__image__one__img {
  width: 100%;
  min-height: 410px;
  object-fit: cover;
}

.home-about-impact .about-one__image__shape-1,
.home-about-impact .about-one__image__shape-2 {
  display: none;
}

.home-about-impact .about-one__image__two {
  position: static;
  display: block;
  margin: 0;
  border: 0;
}

.home-about-impact .about-one__experience {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 26px;
  display: flex;
  padding: 9px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 122, 95, .16);
  border-radius: 15px;
  background: #fff;
  text-align: left;
  box-shadow: 0 15px 36px rgba(20, 54, 45, .16);
}

.home-about-impact .about-one__experience__year {
  display: inline-flex;
  min-width: 92px;
  min-height: 76px;
  margin: 0;
  padding: 15px 14px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #173f35;
  font-size: 32px;
}

.home-about-impact .about-one__experience__year::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.home-about-impact .about-one__experience__title {
  max-width: 125px;
  margin: 0;
  padding: 12px 14px;
  background: transparent;
  color: var(--luckystar-base, #007a5f);
  font-family: var(--luckystar-heading-font, "Sora", sans-serif);
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}

.home-about-impact .about-one__content {
  margin-left: clamp(0px, 3vw, 35px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(0, 122, 95, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(20, 54, 45, .09);
}

.home-about-impact .sec-title {
  margin-bottom: 22px;
}

.home-about-impact .sec-title__title {
  color: #173f35;
  line-height: 1.15;
}

.home-about-impact .about-one__text {
  margin: 0 !important;
  color: #536862 !important;
  line-height: 1.82 !important;
}

@media (max-width: 991px) {
  .home-about-intro .about-two__image__inner {
    height: min(620px, 105vw);
  }

  .home-about-intro .about-two__content {
    padding: 15px 0 0;
  }

  .home-about-impact .about-one__content {
    margin-left: 0;
  }
}

@media (max-width: 575px) {

  .home-about-intro .about-two__image__inner,
  .home-about-impact .about-one__image__one {
    border-width: 5px;
    border-radius: 17px;
  }

  .home-about-intro .about-two__image__inner {
    height: 118vw;
    max-height: 560px;
  }

  .home-about-intro .about-two__image__text {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 13px;
    text-align: center;
  }

  .home-about-intro .about-two__content {
    padding-top: 5px;
  }

  .home-about-intro .sec-title,
  .home-about-impact .sec-title {
    margin-bottom: 18px;
  }

  .home-about-intro .sec-title__title,
  .home-about-impact .sec-title__title {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.2;
  }

  .home-about-impact .row {
    --bs-gutter-y: 42px;
  }

  .home-about-impact .about-one__image {
    margin-bottom: 48px;
  }

  .home-about-impact .about-one__image__one__img {
    min-height: 0;
    aspect-ratio: 1.22 / 1;
  }

  .home-about-impact .about-one__content {
    padding: 28px 21px;
    border-radius: 17px;
  }

  .home-about-impact .about-one__experience {
    right: 14px;
    bottom: -36px;
    left: 14px;
    justify-content: flex-start;
  }

  .home-about-impact .about-one__experience__year {
    min-width: 82px;
    min-height: 68px;
    padding: 12px;
    font-size: 27px;
  }

  .home-about-impact .about-one__experience__title {
    max-width: none;
    padding: 10px 12px;
    font-size: 14px;
  }

  .home-about-intro .about-one__text,
  .home-about-impact .about-one__text {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}

/* Keep Home and About page body copy justified without splitting words. */
.home-page .page-wrapper>section p,
.company-profile-page .page-wrapper>section p {
  text-justify: inter-word;
  word-spacing: normal;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}


.company-profile-page .funfact__item__title {
  width: 100%;
  text-align: center !important;
}

.features-one .owl-stage {
  display: flex;
  align-items: stretch;
}

.features-one .owl-item,
.features-one .owl-item .item {
  display: flex;
}

.features-one .owl-item .item {
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.features-one__card,
.funfact--two .funfact__item {
  height: 100%;
}

.funfact__item__count {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.funfact__item__count span:not(.count-text) {
  margin-left: 5px;
  color: var(--luckystar-primary, #debf8c);
  font-size: 22px;
  font-weight: 600;
}

.funfact__item:hover .funfact__item__count span:not(.count-text) {
  color: #fff;
}

:root {
  --section-space: 108px;
  --section-space-compact: 54px;
  --section-heading-gap: 44px;
}

.section-space {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section-space-t {
  padding-top: var(--section-space);
}

.section-space-b {
  padding-bottom: var(--section-space);
}

.section-space--compact-t {
  padding-top: var(--section-space-compact);
}

.section-space--compact-b {
  padding-bottom: var(--section-space-compact);
}

.works-one {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.page-header {
  padding-top: 135px;
  padding-bottom: 78px;
}

@media (max-width: 1199px) {
  :root {
    --section-space: 92px;
    --section-space-compact: 44px;
    --section-heading-gap: 40px;
  }

  .page-header {
    padding-top: 125px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  :root {
    --section-space: 76px;
    --section-space-compact: 40px;
    --section-heading-gap: 34px;
  }

  .section-space,
  .works-one {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .section-space-t {
    padding-top: var(--section-space);
  }

  .section-space-b {
    padding-bottom: var(--section-space);
  }

  .section-space--compact-t {
    padding-top: var(--section-space-compact);
  }

  .section-space--compact-b {
    padding-bottom: var(--section-space-compact);
  }

  .page-header {
    padding-top: 150px;
    padding-bottom: 64px;
  }

  .page-header__content {
    padding-inline: 4px;
  }
}

@media (max-width: 575px) {
  :root {
    --section-space: 64px;
    --section-space-compact: 36px;
    --section-heading-gap: 30px;
  }

  .page-header {
    padding-top: 138px;
    padding-bottom: 54px;
  }
}

/*# sourceMappingURL=findox.css.map */