@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estedad Font (for body) */
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-ExtraLight.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "estedad";
  src: url("./../Font/Estedad/Estedad-Black.ttf");
  font-weight: 800;
}
/* Ray Font (for titles) */
@font-face {
  font-family: "ray";
  src: url("./../Font/ray/Ray-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "ray";
  src: url("./../Font/ray/Ray-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "ray";
  src: url("./../Font/ray/Ray-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "ray";
  src: url("./../Font/ray/Ray-ExtraBold.ttf");
  font-weight: 700;
}
/* Number*/
@font-face {
  font-family: "fanum";
  src: url("./../Font/Fanum/Vazir-Medium-FD-WOL.ttf");
  font-weight: 500;
}
.font-estedad {
  font-family: "estedad", sans-serif;
}

.font-ray {
  font-family: "ray", sans-serif;
}

.persian-number {
  font-family: "fanum";
}

/* Titles use Ray font automatically */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ray";
}

a {
  text-decoration: none;
}

/* Sage Green */
.text-sage-green-400 {
  color: #6b705c;
}

.text-sage-green-300 {
  color: #a3b18a;
}

.text-sage-green-200 {
  color: #c3ccb2;
}

.text-sage-green-100 {
  color: #d8decd;
}

/* Sage Green */
.text-sage-green-400 {
  color: #6b705c;
}

.text-sage-green-300 {
  color: #a3b18a;
}

.text-sage-green-200 {
  color: #c3ccb2;
}

.text-sage-green-100 {
  color: #d8decd;
}

.bg-sage-green-400 {
  background-color: #6b705c;
}

.bg-sage-green-300 {
  background-color: #a3b18a;
}

.bg-sage-green-200 {
  background-color: #c3ccb2;
}

.bg-sage-green-100 {
  background-color: #d8decd;
}

/* Sand Beige */
.text-sand-beige-600 {
  color: #959593;
}

.text-sand-beige-500 {
  color: #d1d1cd;
}

.text-sand-beige-400 {
  color: #dfdfdb;
}

.text-sand-beige-300 {
  color: #e9e9e6;
}

.text-sand-beige-200 {
  color: #edede9;
}

.text-sand-beige-100 {
  color: #f4f4f2;
}

.bg-sand-beige-600 {
  background-color: #959593;
}

.bg-sand-beige-500 {
  background-color: #d1d1cd;
}

.bg-sand-beige-400 {
  background-color: #dfdfdb;
}

.bg-sand-beige-300 {
  background-color: #e9e9e6;
}

.bg-sand-beige-200 {
  background-color: #edede9;
}

.bg-sand-beige-100 {
  background-color: #f4f4f2;
}

/* Charcoal Blue */
.text-charcoal-blue-400 {
  color: #1d262b;
}

.text-charcoal-blue-300 {
  color: #4e5b62;
}

.text-charcoal-blue-200 {
  color: #616c72;
}

.text-charcoal-blue-100 {
  color: #a3aaae;
}

.bg-charcoal-blue-400 {
  background-color: #1d262b;
}

.bg-charcoal-blue-300 {
  background-color: #4e5b62;
}

.bg-charcoal-blue-200 {
  background-color: #616c72;
}

.bg-charcoal-blue-100 {
  background-color: #a3aaae;
}

/* Muted Gold */
.text-muted-gold-200 {
  color: #c9a66b;
}

.text-muted-gold-100 {
  color: #e8d9bf;
}

.bg-muted-gold-200 {
  background-color: #c9a66b;
}

.bg-muted-gold-100 {
  background-color: #e8d9bf;
}

/* Pale Mint */
.text-pale-mint {
  color: #d8f3dc;
}

.bg-pale-mint {
  background-color: #d8f3dc;
}

body {
  font-family: "estedad", sans-serif;
  direction: rtl;
  overflow-x: hidden;
  background-color: #f4f4f2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.btn-custom, .btn-custom-sand-beige-400, .btn-custom-outline, .btn-custom-green, .btn-custom-red, .btn-custom-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-custom:hover, .btn-custom-sand-beige-400:hover, .btn-custom-outline:hover, .btn-custom-green:hover, .btn-custom-red:hover, .btn-custom-blue:hover {
  opacity: 0.9;
}
.btn-custom:disabled, .btn-custom-sand-beige-400:disabled, .btn-custom-outline:disabled, .btn-custom-green:disabled, .btn-custom-red:disabled, .btn-custom-blue:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-custom-blue {
  background-color: #1e90ff;
  color: #fff;
}

.btn-custom-red {
  background-color: #ff4d4f;
  color: #fff;
}

.btn-custom-green {
  background-color: #6b705c;
  border: 1px solid #6b705c;
  color: #f5f5f7;
}
.btn-custom-green:hover {
  background-color: #525647;
  border: 1px solid #525647;
}

.btn-custom-outline {
  background-color: transparent;
  color: #1d262b;
  border: 2px solid #1d262b;
}

.btn-custom-sand-beige-400 {
  gap: 10px;
  background-color: #dfdfdb;
  color: #1d262b;
  border: 1px solid #dfdfdb;
}

.title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 15px;
  width: 40%;
  border-bottom: 1px solid #a3aaae;
}
.title-wrapper__text {
  font-size: 32px;
  font-weight: 600;
  color: #1d262b;
  margin-bottom: 20px;
}
.title-wrapper__square {
  width: 10px;
  height: 10px;
  background-color: #a3b18a;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .title-wrapper {
    width: 100%;
    font-size: 24px;
  }
}

.title-wrapper-2 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  width: 40%;
}
.title-wrapper-2__text {
  font-size: 32px;
  font-weight: 600;
  color: #1d262b;
  margin-bottom: 20px;
}
.title-wrapper-2__square {
  width: 10px;
  height: 10px;
  background-color: #a3b18a;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .title-wrapper-2 {
    width: 100%;
    font-size: 24px;
  }
}

.custom-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1d262b;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-link:hover {
  color: #777;
}
.custom-link-icon {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.main-section {
  min-height: 100vh;
  background-color: #f4f4f2;
}

.back-link-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.back-link-wrapper .link-icon {
  color: #1d262b;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.back-link-wrapper .link-icon__pill {
  width: 42px;
  height: 21px;
  border-radius: 999px;
  border: 2px solid #d1d1cd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.back-link-wrapper .link-icon__arrow {
  transition: transform 0.25s ease;
}
.back-link-wrapper .link-icon:hover .link-icon__arrow {
  animation: arrow-loop 0.8s ease-in-out;
}
@keyframes arrow-loop {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-50px);
    opacity: 0;
  }
  60% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .back-link-wrapper .back-link-wrapper {
    justify-content: end;
  }
}

.header {
  border-bottom: 2px solid #d1d1cd;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (max-width: 992px) {
  .header {
    border-top: 1px solid #dfdfdb;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
}
.header__left-sec {
  display: none;
}
.header__mobile-icons-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__icons, .header__icons-desktop {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__icon {
  background: none;
  border: none;
  cursor: pointer;
}
.header__search, .header__search-desktop {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1cd;
  overflow: hidden;
  width: 300px;
  flex-direction: row-reverse;
}
.header__search-desktop {
  height: 40px;
}
.header__search-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #edede9;
  padding: 5px 15px;
  border-bottom: 1px solid #dfdfdb;
  z-index: 100;
  flex-direction: row-reverse;
  border-top: 1px solid #d1d1cd;
}
.header__input {
  flex: 1;
  padding: 0.5rem;
  border: none;
  outline: none;
}
@media (max-width: 992px) {
  .header__input {
    background: #edede9;
  }
}
.header__search-btn {
  background: none;
  border: none;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
}
.header__search-btn img {
  width: 18px;
  height: 18px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
.header__logo-text {
  font-size: 1.2rem;
  font-weight: bold;
}
.header__right-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__mobile-icons-right {
  display: none;
  align-items: center;
  gap: 1.2rem;
}

.nav-section {
  border-top: 1px solid #d1d1cd;
  background-color: #f4f4f2;
  display: block;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: auto;
}
@media (max-width: 992px) {
  .nav-wrapper {
    background: #edede9;
  }
}
.nav-wrapper__menu {
  list-style: none;
  display: flex;
}
.nav-wrapper__link {
  text-decoration: none;
  color: #1d262b;
  font-weight: 400;
  font-size: 14px;
}
.nav-wrapper .nav-wrapper__item {
  padding: 15px 30px;
}
.nav-wrapper .nav-wrapper__item:first-child {
  padding: 15px 0 15px 30px;
}
@media (max-width: 992px) {
  .nav-wrapper .nav-wrapper__item:first-child {
    padding: 15px 0;
  }
}
.nav-wrapper__menu--right {
  justify-content: flex-start;
}
.nav-wrapper__menu--right .nav-wrapper__item:not(:last-child) {
  border-left: 2px solid #d1d1cd;
}
.nav-wrapper__menu--left {
  justify-content: flex-end;
}
.nav-wrapper__menu--left .nav-wrapper__item:not(:last-child) {
  border-left: 2px solid #d1d1cd;
}
.nav-wrapper__menu--left .nav-wrapper__item:last-child {
  padding: 15px 30px 15px 0;
}
.nav-wrapper--active {
  display: flex;
}

@media (max-width: 1024px) {
  .header__left-sec {
    display: block;
  }
  .header__right-sec {
    gap: 0;
  }
  .header__search-desktop, .header__icons-desktop {
    display: none;
  }
  .header__mobile-icons-right {
    display: flex;
  }
  .header__logo {
    order: 2;
    flex: 1;
    justify-content: center;
  }
  .header__left-sec {
    order: 1;
  }
  .header__right-sec {
    order: 3;
  }
  .nav-section {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #edede9;
    z-index: 100;
    border-bottom: 1px solid #d1d1cd;
    padding-block: 15px;
  }
  .nav-wrapper {
    flex-direction: column;
  }
  .nav-wrapper__menu {
    flex-direction: column;
    width: 100%;
  }
  .nav-wrapper__menu--right, .nav-wrapper__menu--left {
    justify-content: center;
  }
  .nav-wrapper__menu .nav-wrapper__item {
    padding: 15px;
    border-bottom: 1px solid #d1d1cd;
  }
  .nav-wrapper__menu .nav-wrapper__item:first-child, .nav-wrapper__menu .nav-wrapper__item:last-child {
    padding: 15px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .nav-wrapper__menu .nav-wrapper__item:first-child, .nav-wrapper__menu .nav-wrapper__item:last-child {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .nav-wrapper__menu .nav-wrapper__item:not(:last-child) {
    border-left: none;
  }
}
@media (max-width: 1024px) and (max-width: 992px) {
  .nav-wrapper__menu .nav-wrapper__item {
    padding: 15px 0;
  }
}
.mobile-menu-action {
  display: none;
}

@media (max-width: 992px) {
  .mobile-menu-action {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding-block: 0;
    background-color: #f8f8f8;
  }
  .header__search {
    width: 200px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__logo {
    padding-block: 5px;
  }
  .header__logo::before {
    content: "";
    position: absolute;
    inset-inline-start: 100px;
    inset-block: 0;
    width: 1px;
    background: #e9e9e6;
  }
  .header__logo::after {
    content: "";
    position: absolute;
    inset-inline-end: 100px;
    inset-block: 0;
    width: 1px;
    background: #e9e9e6;
  }
}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero__image {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.75);
}
.hero__content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(60%, -50%); /* کمی از راست شروع کن */
  text-align: center;
  color: white;
  opacity: 0;
  animation: smoothSlideIn 1.2s ease-out forwards;
}
@media (max-width: 768px) {
  .hero__content {
    width: 90%;
    top: 30%;
  }
}
.hero__title {
  font-size: 46px;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
}
.hero__subtitle {
  font-size: 18px;
  margin-bottom: 2rem;
  color: #edede9;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
@keyframes smoothSlideIn {
  0% {
    transform: translate(60%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(50%, -50%);
    opacity: 1;
  }
}
.hero__cta {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.hero__cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 8px;
  background-image: url("../images/hover-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.hero__cta:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.about-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-hero__image {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.features__card {
  position: relative;
  border: 1px solid #d7e7d2;
  padding: 2rem;
  overflow: hidden;
  opacity: 0;
  animation: slideInRight 0.8s ease forwards;
  transition: transform 0.3s ease;
  width: 100%;
}
.features__card:nth-child(1) {
  animation-delay: 0.2s;
}
.features__card:nth-child(2) {
  animation-delay: 0.4s;
}
.features__card:nth-child(3) {
  animation-delay: 0.6s;
}
.features__content {
  padding-bottom: 3rem;
  margin-bottom: 40px;
}
.features__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.features__description {
  font-size: 0.95rem;
  line-height: 1.7;
}
.features__icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 0.8;
}
.features__icon img {
  height: 100%;
  width: 100%;
}

.features-desktop {
  display: none;
}
@media (min-width: 769px) {
  .features-desktop {
    display: grid;
    gap: 2rem;
    margin: 4rem auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .features-mobile {
    display: block;
    gap: 2rem;
    margin: 4rem auto;
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.investment-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: 2rem;
}
@media (min-width: 768px) {
  .investment-section {
    padding: 0 0 4rem;
  }
}

.process-card {
  position: relative;
  width: 93%;
  overflow: hidden;
  padding: 2rem 3rem;
  z-index: 1;
  background: url("./../images/process-bg.png") center/cover no-repeat;
}

.process-content {
  position: relative;
  z-index: 2;
  padding: 1rem;
}
.process-content h2 {
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 1rem;
}
.process-content .intro {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.process-content .steps {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.process-content .steps .step {
  display: grid;
  grid-template-columns: 220px 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: flex-start;
}
.process-content .steps .step .num-section {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  text-align: right;
}
.process-content .steps .step .num {
  background: #dfdfdb;
  color: #1d262b;
  border-radius: 15px;
  min-width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-content .steps .step .step-title {
  margin: 0;
  line-height: 1.7;
  color: #1d262b;
  font-weight: 400;
}
@media (max-width: 768px) {
  .process-content .steps .step .step-title {
    font-size: 14px;
  }
}
.process-content .steps .step .step-des {
  margin: 0;
  line-height: 1.7;
  color: #4e5b62;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 768px) {
  .process-content .steps .step .step-des {
    font-size: 14px;
  }
}
.process-content__title {
  color: #1d262b;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 50%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .process-content__title {
    padding-block: 30px;
    max-width: 100%;
    font-size: 14px;
  }
}

.sheep-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  background: #a5b993;
  border-radius: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheep-box img {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.sheep-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #7c8f68 0%, #a5b993 90%);
  z-index: 1;
}
.sheep-box .sheep-ring {
  position: absolute;
  top: -45px;
  right: -45px;
  width: 120px;
  aspect-ratio: 1/1;
  transform: none;
  z-index: 3;
  pointer-events: none;
}
.sheep-box .sheep-ring svg {
  width: 100%;
  height: 100%;
}
.sheep-box .sheep-ring .spin {
  transform-origin: 50% 50%;
  animation: spin 10s linear infinite;
}
.sheep-box .sheep-ring .ring-text {
  fill: #222;
  font-weight: 500;
  letter-spacing: 0;
  dominant-baseline: middle;
}
@media (max-width: 576px) {
  .sheep-box .sheep-ring {
    width: 90px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ---------- Scrollbar (only for desktop) ---------- */
@media (min-width: 992px) {
  .process-content {
    overflow-y: auto;
  }
  .process-content::-webkit-scrollbar {
    width: 8px;
  }
  .process-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
}
/* ---------- Tablet ---------- */
@media (max-width: 992px) {
  .sheep-box {
    position: absolute;
    left: 20px;
    bottom: -20%;
    margin-top: 40px;
    transform: translateY(20%);
    width: 200px;
    height: 200px;
    background: #a5b993;
    border-radius: 0;
    z-index: 5;
  }
  .sheep-box img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
  }
  .process-card {
    padding: 1.5rem 2rem;
  }
}
/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .investment-section {
    flex-direction: column;
    align-items: stretch;
    padding-block: 0;
  }
  .sheep-box {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100vw - 80px);
    margin-left: 2px;
    margin-right: 45px;
    aspect-ratio: 1/1;
    margin-bottom: 1.5rem;
    border-radius: 0;
    height: 200px;
  }
  .sheep-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .process-card {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 1.5rem;
  }
  .process-content .steps .step {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .process-content .steps .num-section {
    margin-bottom: 0.25rem;
  }
}
.landing-about {
  position: relative;
  width: 100%;
}
.landing-about__text {
  padding-block: 1rem;
}
.landing-about__image {
  position: relative;
  width: 100%;
  height: 232px;
}
.landing-about__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
}
.landing-about__image::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 114px;
  width: 135px;
  height: 135px;
  background-image: url("../images/grass.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 50;
  opacity: 0.9;
}
.landing-about__content {
  width: 100%;
  background: #f4f4f2;
  padding: 3rem 0;
}
.landing-about__description {
  font-size: 24px;
  font-weight: 500;
  font-family: ray;
  line-height: 2.2rem;
  color: #1d262b;
  max-width: 800px;
  text-align: right;
}
.landing-about__link-wrapper {
  display: flex;
  justify-content: end;
}
@media (max-width: 992px) {
  .landing-about__image {
    height: 70vh;
  }
  .landing-about__image::after {
    top: 35%;
    left: 4%;
    width: 110px;
    height: 110px;
  }
  .landing-about__content {
    padding: 3rem 0;
  }
  .landing-about__description {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .landing-about__description {
    padding: 1.2rem 0;
  }
}
@media (max-width: 576px) {
  .landing-about__image {
    height: 60vh;
  }
  .landing-about__image::after {
    top: 20%;
    left: 3%;
    width: 80px;
    height: 80px;
    opacity: 0.7;
  }
  .landing-about__content {
    padding: 2rem 0;
  }
  .landing-about__description {
    font-size: 0.95rem;
    line-height: 1.9rem;
  }
  .landing-about__link {
    font-size: 0.95rem;
  }
  .landing-about__link-icon {
    font-size: 1rem;
  }
}

.flash-deals {
  background: #edede9;
  padding: 3rem 0;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1d262b;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
.indicators-wrapper .carousel-indicators {
  bottom: -40px;
}
.indicators-wrapper .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: none;
  border-radius: 2px;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
.indicators-wrapper .carousel-indicators [data-bs-target].active {
  background-color: #4b5842;
}

.news-articles {
  padding-block: 4rem;
}
.news-articles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-articles__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}
.news-articles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.news-articles__news-carousel {
  display: none;
}
@media (max-width: 576px) {
  .news-articles {
    padding-block: 2rem;
  }
  .news-articles .news-articles__news-carousel .news-articles__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-articles__news-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .news-articles__news-carousel {
    display: block;
  }
}

.news-article {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.news-article::before, .news-article::after {
  content: "";
  position: absolute;
  background: #d1d1cd;
}
.news-article::before {
  top: 0;
  bottom: 8px;
  width: 1px;
  right: 0;
}
.news-article::after {
  top: 0;
  bottom: 8px;
  width: 1px;
  left: 0;
}
.news-article .news-article__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #d1d1cd;
}
.news-article__image {
  height: 200px;
  overflow: hidden;
}
.news-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.news-article__read-more {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #1d262b;
}
.news-article:hover .news-article__image img {
  transform: scale(1.05);
  filter: brightness(60%);
}
.news-article:hover .news-article__read-more {
  opacity: 1;
  transform: translateY(0);
}
.news-article__body {
  position: relative;
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-article__date {
  font-size: 14px;
  color: #1d262b;
}
.news-article__headline {
  font-size: 16px;
  font-weight: 700;
  color: #1d262b;
  line-height: 1.4;
  margin-block: 15px;
}
.news-article__excerpt {
  font-size: 14px;
  color: #1d262b;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .news-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 577px) {
  .news-articles__grid {
    display: none;
  }
}
.investment-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #edede9;
  position: relative;
}
.investment-intro .coins {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: -100px;
  z-index: 3;
}
.investment-intro .coins img {
  height: auto;
  max-height: 350px;
}
.investment-intro .intro-text {
  flex: 1;
}
.investment-intro .intro-text h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.investment-intro .intro-text p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
  color: #1d262b;
  font-weight: 400;
  max-width: 80%;
}

.investment-map {
  padding-block: 4rem;
}
.investment-map h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}
.investment-map p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #4e5b62;
  font-weight: 300;
  max-width: 80%;
}
.investment-map .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.investment-map .steps .step {
  padding: 20px;
  text-align: right;
}
.investment-map .steps .step img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.investment-map .steps .step .step_info_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.investment-map .steps .step .step_info_marker {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1d1cd;
  padding: 1px 15px;
  font-family: fanum;
}
.investment-map .steps .step .step_info h4 {
  font-size: 24px;
  color: #1d262b;
  font-weight: 600;
}
.investment-map .steps .step .step_info p {
  font-size: 16px;
  line-height: 1.4;
  color: #4e5b62;
  font-weight: 300;
}
@media (min-width: 768px) {
  .investment-map .steps .step .step_info:not(:last-child) {
    border-left: 2px solid #d1d1cd;
  }
}
@media (max-width: 576px) {
  .investment-map {
    padding-block: 2rem;
  }
}

.investment-packages {
  padding-block: 4rem;
  background-color: #edede9;
}
.investment-packages h2 {
  color: #1d262b;
  margin-bottom: 15px;
  font-weight: 600;
}
.investment-packages p {
  color: #4e5b62;
  font-size: 16px;
}
.investment-packages .packages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 4rem;
}
.investment-packages .packages .package {
  background-color: #e9e9e6;
  border: 1px solid #dfdfdb;
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  height: 300px;
}
.investment-packages .packages .package img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.investment-packages .packages .package h3 {
  font-size: 28px;
  font-weight: 600;
}
.investment-packages .packages .package .profit {
  font-size: 1.5rem;
  font-weight: bold;
}
.investment-packages .packages .package .min-investment {
  font-size: 12px;
}
.investment-packages .packages .package .duration {
  font-size: 0.9rem;
  color: #1d262b;
}
.investment-packages .packages .package .amount,
.investment-packages .packages .package .time {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.investment-packages .packages .diamond {
  background-color: #f4f4f2;
  padding: 10px;
}
.investment-packages .packages .diamond__plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investment-packages .packages .diamond__profit {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.investment-packages .packages .silver {
  background-color: #dfdfdb;
  padding: 10px;
}
.investment-packages .packages .silver__plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investment-packages .packages .silver__profit {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.investment-packages .packages .package__details {
  margin-top: auto;
}
.investment-packages .profit-amount {
  font-size: 24px;
  font-weight: 500;
  font-family: fanum;
  color: #1d262b;
}
@media (max-width: 768px) {
  .investment-packages {
    padding-block: 2rem;
  }
}

.rewards {
  text-align: center;
  padding-block: 4rem;
}
.rewards .rewards-title {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../images/laurel-box.png") no-repeat center center/contain;
  padding-block: 20px;
  min-height: 150px;
}
.rewards .rewards-title .reward-icon {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.rewards .rewards-title h2 {
  font-size: 32px;
  color: #1d262b;
  display: inline-block;
  margin-inline: 15px;
  z-index: 2;
  font-weight: 600;
}
.rewards p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 40px;
}
.rewards .sheep-icon {
  width: 150px;
  height: auto;
}

@media (max-width: 1024px) {
  .investment-intro .coins {
    justify-content: center;
    margin-bottom: 20px;
  }
  .investment-intro .intro-text {
    margin-right: 0;
  }
  .investment-map .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .investment-packages .packages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .investment-intro {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .investment-intro .coins {
    justify-content: end;
    margin-bottom: 20px;
    margin-top: -150px;
  }
  .investment-intro .coins img {
    height: auto;
    max-height: 270px;
  }
  .investment-intro .intro-text {
    margin-right: 0;
    padding: 20px 0 40px 0;
  }
  .investment-intro .intro-text p {
    font-size: 16px;
  }
  .investment-map h2 {
    font-size: 1.5rem;
  }
  .investment-map p {
    font-size: 16px;
  }
  .investment-map .steps {
    grid-template-columns: 1fr;
  }
  .investment-map .steps .step {
    padding: 0;
  }
  .investment-packages h2 {
    font-size: 1.5rem;
  }
  .investment-packages p {
    font-size: 0.9rem;
  }
  .investment-packages .packages {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rewards .rewards-title h2 {
    font-size: 1.5rem;
  }
  .rewards .rewards-title img {
    width: 20px;
  }
  .rewards p {
    font-size: 0.9rem;
  }
  .rewards .sheep-icon {
    width: 100px;
  }
}
.about-page section {
  position: sticky;
  top: 0;
  height: 90vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease;
  background: #f2f2f2;
  border-bottom: 4px solid #ddd;
}
.about-page .section-content {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.about-page section:nth-child(even) .section-content {
  flex-direction: row-reverse;
}
.about-page section:nth-child(odd) {
  background-color: #edede9;
}
.about-page section:nth-child(even) {
  background-color: #f4f4f2;
}
.about-page .text {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
}
.about-page .text p {
  color: #1d262b;
  line-height: 1.8;
  font-size: 18px;
  padding-top: 15px;
}
.about-page .image {
  height: 100%;
  display: flex;
}
@media (min-width: 769px) {
  .about-page .image {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .about-page .image {
    height: 250px;
  }
}
.about-page .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page section:not(:first-child) {
  opacity: 0;
}
.about-page section.visible {
  opacity: 1;
}

@media (max-width: 768px) {
  .about-page section {
    position: relative;
    height: auto;
  }
  .section-content {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .image,
  .text {
    flex: none;
    width: 100%;
  }
  .about-page section:nth-child(even) .section-content,
  .about-page section:nth-child(odd) .section-content {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .text {
    padding-block: 2rem;
  }
}
.value-unit-xl {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 500;
}
.value-unit-xl__amount {
  font-size: 16px;
  color: #1d262b;
  font-family: fanum;
}
.value-unit-xl__unit {
  font-size: 14px;
  color: #616c72;
}

.value-unit {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 500;
}
.value-unit__amount {
  font-size: 16px;
  color: #1d262b;
  font-family: fanum;
}
.value-unit__unit {
  font-size: 14px;
  color: #616c72;
}

.footer {
  background: #edede9;
  padding-top: 1rem;
  color: #444;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer-right {
  flex: 1 1 200px;
  text-align: right;
}
.footer .footer-right .footer-logo {
  width: 100px;
  margin-bottom: 0.5rem;
}
.footer .footer-right .footer-desc {
  font-size: 0.9rem;
  color: #4e5b62;
  padding-top: 8px;
}
.footer .footer-center {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-block: 10px;
  border-bottom: 1px solid #d1d1cd;
}
.footer .footer-center .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.footer .footer-center .footer-menu a {
  text-decoration: none;
  color: #1d262b;
  font-size: 14px;
  transition: color 0.2s;
}
.footer .footer-center .footer-menu li a {
  text-decoration: none;
  color: #1d262b;
  font-size: 14px;
  transition: color 0.2s;
}
.footer .footer-center .footer-menu li a:hover {
  color: #2a9d8f;
}
.footer .footer-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.footer .footer-left .trust-logos {
  display: flex;
  gap: 0.8rem;
}
.footer .footer-left .trust-logos .trust-logos-container {
  height: 80px;
  width: 80px;
}
.footer .footer-left .trust-logos .trust-logos-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .footer-left .trust-logos__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .socials {
  display: flex;
  gap: 30px;
  font-size: 1.3rem;
}
.footer .socials a {
  color: #333;
  transition: color 0.2s;
}
.footer .socials a:hover {
  color: #2a9d8f;
}
.footer .footer-bottom {
  background-color: #dfdfdb;
  font-size: 13px;
  color: #4e5b62;
}
.footer .footer-bottom .footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
}
.footer .footer-bottom .dev {
  margin-top: 0.3rem;
}
.footer .footer-bottom .dev a {
  color: #4e5b62;
  text-decoration: underline;
}
.footer .footer-bottom .dev a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
}
.footer .socials-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
}
@media (max-width: 768px) {
  .footer .footer-top {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer .footer-center-mobile {
    align-items: flex-start;
  }
  .footer .footer-center {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-bottom: 2px solid #d1d1cd;
  }
  .footer .footer-center .footer-menu {
    flex-direction: column;
    gap: 25px;
    padding-block: 20px;
  }
  .footer .footer-right {
    flex: 0 0 auto;
    width: auto;
  }
  .footer .footer-left .trust-logos {
    justify-content: center;
  }
  .footer .footer-left .trust-logos .trust-logos-container {
    height: 80px;
    width: 60px;
  }
  .footer .footer-left .trust-logos .trust-logos-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .footer .footer-bottom-container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer .footer-menu {
    font-size: 0.85rem;
  }
  .footer .footer-bottom {
    padding-inline: 0;
  }
  .footer .socials {
    font-size: 1.1rem;
  }
}

.faq-container {
  display: flex;
  padding-block: 4rem;
  gap: 20px;
}
@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
    padding-block: 3rem;
    gap: 0;
  }
}

.faq-header {
  width: 30%;
}
.faq-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq-header {
    width: 100%;
  }
}

.accordion {
  --bs-accordion-border-color: var(--border-color);
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-border-color: var(--primary-color);
  --bs-accordion-btn-focus-box-shadow: none;
  width: 70%;
  height: 100%;
}
.accordion-item {
  border-bottom: 1px solid #d1d1cd;
  display: flex;
  flex-direction: column;
}
.accordion-item:last-of-type {
  border-bottom: none;
}
.accordion .accordion-item {
  background-color: #f4f4f2;
}
.accordion-button {
  padding: 25px 25px 25px 60px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-color);
  background-color: #f4f4f2;
  position: relative;
}
.accordion-button:not(.collapsed) {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='9' viewBox='0 0 66 9' fill='none'%3E%3Crect x='0.0622559' y='0.242188' width='65.2904' height='8.1613' fill='%231D262B'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(0deg);
}
.accordion-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 66 66' fill='none'%3E%3Cpath d='M36.7275 28.5664H65.293V36.7275H36.7275V65.293H28.5654V36.7275H0V28.5664H28.5654V0H36.7275V28.5664Z' fill='%231D262B'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .accordion-button {
    padding: 20px 0;
    font-size: 1rem;
  }
}
.accordion-body {
  padding: 0 25px 25px;
  background-color: var(--secondary-color);
  line-height: 1.8;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .accordion-body {
    padding: 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .accordion {
    width: 100%;
  }
}

.news-detail__title {
  font-size: 32px;
  font-weight: 700;
  color: #1d262b;
  margin-bottom: 8px;
}
.news-detail__date {
  font-size: 14px;
  color: #4e5b62;
}
.news-detail__description {
  font-size: 16px;
  color: #1d262b;
  line-height: 1.6;
  padding-block: 32px;
}

.contact-section {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
  }
}

.contact-image {
  background: url("./../images/contactus-bg.png") center center/cover no-repeat;
  position: relative;
}
@media (min-width: 769px) {
  .contact-image {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .contact-image {
    height: 300px;
    position: inherit;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding-inline: 1rem;
  }
}
.contact-image .contact-info-box {
  position: absolute;
  top: 20%;
  left: 0;
  padding: 2rem;
  text-align: right;
  background-color: #edede9;
  border: 1px solid #959593;
  height: 300px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-image .contact-info-box .title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}
.contact-image .contact-info-box .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-image .contact-info-box .description .info-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  color: #333;
}
.contact-image .contact-info-box .description .info-item a,
.contact-image .contact-info-box .description .info-item span {
  color: #4e5b62;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 1300px) {
  .contact-image .contact-info-box {
    height: 200px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .contact-image .contact-info-box {
    height: 200px;
    width: 300px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .contact-image .contact-info-box {
    position: inherit;
    width: 100%;
  }
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  padding: 15px 30px;
}
.contact-form p {
  margin-bottom: 40px;
  color: #4e5b62;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .contact-form p {
    margin-bottom: 30px;
  }
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form form input {
  font-family: fanum;
}
.contact-form form input,
.contact-form form textarea {
  padding: 0.8rem 0;
  border: 1px solid transparent;
  border-bottom: 2px solid #d1d1cd;
  font-size: 1rem;
  outline: none;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  border: 1px solid transparent;
  border-bottom: 2px solid #d1d1cd;
}
@media (max-width: 900px) {
  .contact-form {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding-inline: 1rem;
  }
}

.shop {
  padding-block: 40px;
}
.shop .categories {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.shop .categories .category-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
@media (min-width: 769px) {
  .shop .categories .category-item {
    width: 220px;
    height: 150px;
  }
}
.shop .categories .category-item:hover {
  transform: translateY(-4px);
}
.shop .categories .category-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop .categories .category-item span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.shop .filters-wrapper {
  margin-bottom: 40px;
}
.shop .filters-wrapper .filters-bar {
  justify-content: space-between;
  align-items: center;
  background: #edede9;
  padding: 15px 20px;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .shop .filters-wrapper .filters-bar {
    display: flex;
  }
}
.shop .filters-wrapper .filters-bar__controls {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .shop .filters-wrapper .filters-bar__controls {
    display: none;
  }
}
.shop .filters-wrapper .filters-bar__select {
  padding: 5px 10px;
  border: 1px solid #d1d1cd;
  font-size: 14px;
  background: #edede9;
  cursor: pointer;
  transition: all 0.2s;
}
.shop .filters-wrapper .filters-bar__select:hover {
  border-color: #959593;
}
.shop .filters-wrapper .filters-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .shop .filters-wrapper .filters-bar__actions {
    display: none;
  }
}
.shop .filters-wrapper .filters-bar__container {
  background-color: #a3aaae;
  padding: 5px;
}
.shop .filters-wrapper .filters-bar__count {
  background: #616c72;
  color: #ffffff;
  border: none;
  padding: 2px 8px;
  cursor: default;
  font-size: 13px;
}
.shop .filters-wrapper .filters-bar__clear {
  background: #dfdfdb;
  border: 0;
  padding: 5px 10px;
  height: 37px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
  color: #4e5b62;
}
.shop .filters-wrapper .sort-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.shop .filters-wrapper .sort-bar__label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #616c72;
}
.shop .filters-wrapper .sort-bar__option {
  background: #f4f4f2;
  color: #616c72;
  border: 1px solid #d1d1cd;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.shop .filters-wrapper .sort-bar__option.active {
  color: #1d262b;
  font-weight: 600;
}
@media (max-width: 768px) {
  .shop .categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.swiper-slide.product-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  height: auto !important;
  box-sizing: border-box;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.product-card {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #dfdfdb;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease;
  display: inline-block;
}
.product-card__favorite {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-card .product-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.product-card .product-image img {
  padding-block: 3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.product-card .product-image .add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  color: #1d262b;
  border: 2px solid #1d262b;
  padding: 8px 15px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0;
  width: 70%;
}
.product-card:hover .product-image .add-to-cart-btn {
  bottom: 10px;
  opacity: 1;
}
.product-card .product-card-info {
  padding-block: 1rem;
}
.product-card .product-card-info .category {
  font-size: 0.9rem;
  color: #4e5b62;
  margin-bottom: 0.4rem;
}
.product-card .product-card-info .title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d262b;
  margin-bottom: 0.4rem;
}

.product-card__favorite {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.product-card__favorite svg {
  width: 20px;
  height: 18px;
  transition: all 0.3s ease;
}

.heart-empty {
  display: block;
}

.heart-filled {
  display: none;
}

.product-card__favorite.active .heart-empty {
  display: none;
}

.product-card__favorite.active .heart-filled {
  display: block;
}

.animal-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  padding-top: 20px;
}

.animal-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dfdfdb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.animal-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 0.9rem;
}
.animal-card .card-header .status {
  background: #d8decd;
  border: 2px solid #c3ccb2;
  color: #4e5b62;
  font-weight: 500;
  padding: 0.2rem 0.6rem;
  font-size: 0.8rem;
}
.animal-card .card-header .code {
  color: #333;
  font-weight: 500;
}
.animal-card .time-info-row {
  background-color: #f5f6f6;
  color: #4e5b62;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-family: fanum;
}
.animal-card .card-body {
  padding: 1rem;
  flex-grow: 1;
}
.animal-card .card-body .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #1d262b;
}
.animal-card .card-body .info-row .value {
  padding-right: 5px;
  font-family: fanum;
}
.animal-card .card-footer {
  padding: 1rem;
}

.reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #e9e9e6;
  border: none;
  padding: 0.6rem 0;
  font-size: 14px;
  font-weight: 500;
  color: #1d262b;
  cursor: pointer;
}
.reserve-btn:hover {
  background: #d1d8c9;
}

/* Responsive */
@media (max-width: 768px) {
  .animal-cards {
    flex-direction: column;
    align-items: center;
  }
}
.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1000;
}
.cart-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  inset-block: 0;
  left: 0;
  width: 460px;
  max-width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cart-drawer.is-open {
  transform: translateX(0);
}
.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f8f8f9;
  border-bottom: 1px solid #dfdfdb;
}
.cart-drawer__close {
  width: 32px;
  height: 32px;
  border: 1px solid #e4e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
}
.cart-drawer__empty {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}
.cart-drawer__footer {
  border-top: 1px solid #e4e7eb;
  padding: 12px 16px 16px;
  background: #ffffff;
}
.cart-drawer__submit {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 0;
  background: #747e55;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

body.cart-open {
  overflow: hidden;
  touch-action: none;
}

@media (min-width: 992px) {
  .cart-drawer {
    width: 420px;
  }
}
.cart-drawer-item .cart-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #e4e7eb;
  background: #ffffff;
  padding-block: 15px;
}
.cart-drawer-item .cart-item__content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 15px;
}
.cart-drawer-item .cart-item__top {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
.cart-drawer-item .cart-item__name {
  font-size: 14px;
  color: #1d262b;
}
.cart-drawer-item .cart-item__thumb {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f6f7f8;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.cart-drawer-item .cart-item__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-drawer-item .cart-item__remove {
  width: 40px;
  height: 36px;
  border: 1px solid #dfdfdb;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart-drawer-item .cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfdfdb;
  overflow: hidden;
  height: 36px;
}
.cart-drawer-item .cart-qty__btn {
  width: 36px;
  height: 100%;
  border: 0;
  background: #ffffff;
  font-size: 18px;
  color: #1d262b;
  cursor: pointer;
}
.cart-drawer-item .cart-qty__input {
  width: 40px;
  border: 0;
  outline: none;
  text-align: center;
  font-weight: 700;
  color: #1d262b;
  font-variant-numeric: tabular-nums;
  font-family: fanum;
  background-color: #ffffff;
}

.cart-drawer__footer {
  border-top: 1px solid #e4e7eb;
  padding: 10px 16px 16px;
  background: #ffffff;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 8px;
  font-size: 13px;
  color: #7c868c;
}
.cart-summary__row--total {
  color: #1d262b;
  border-top: 1px solid #e4e7eb;
  padding-block: 15px;
  font-weight: 700;
}
.cart-summary__unit {
  margin-inline-start: 4px;
}

.customProductsSwiper .swiper-wrapper {
  padding-block: 30px !important;
}
.customProductsSwiper .swiper-pagination-bullets {
  bottom: -8px !important;
}
.customProductsSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: rgba(107, 112, 92, 0.26);
  border: 1px solid #6b705c;
  opacity: 1;
  transition: width 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.customProductsSwiper .swiper-pagination-bullet-active {
  background-color: #6b705c !important;
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .customProductsSwiper .swiper-pagination {
    text-align: end !important;
  }
}

.reserve-btn--disabled {
  background-color: #a3aaae;
  color: #f8f8f9;
  cursor: default;
}

/* empty state */
.cart-drawer__empty {
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.cart-empty__img {
  width: 120px;
  height: auto;
}
.cart-empty__text {
  margin: 0;
  font-size: 14px;
  color: #3c3c3c;
}
.cart-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 6px 20px;
  font-size: 13px;
  color: #3b4347;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #c5c9cc;
  background-color: #fff;
  cursor: pointer;
}
.cart-empty__btn:hover {
  background-color: #f5f6f7;
}

.cart-icon {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.cart-icon .cart-icon__svg {
  width: 36px;
  height: auto;
}
.cart-icon .cart-icon__svg path {
  fill: #1d262b;
}
.cart-icon .cart-icon__badge {
  position: absolute;
  bottom: -7px;
  right: -6px;
  background-color: #d5f3d8;
  color: #1d262b;
  font-size: 14px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.6);
  transition: 0.2s ease;
  font-family: fanum;
}
.cart-icon.has-items .cart-icon__badge {
  opacity: 1;
  transform: scale(1);
}

.error-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}
.error-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.error-404__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.error-404__digit {
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
  color: #c9d9b9;
}
.error-404__sheep {
  max-width: 350px;
  height: auto;
  display: block;
}
.error-404__message {
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
  color: #4e5b62;
}
.error-404__link {
  font-size: 14px;
  color: #1d262b;
  text-decoration: none;
  border-bottom: 1px solid #1d262b;
  padding-bottom: 2px;
  cursor: pointer;
}
.error-404__link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .error-404__visual {
    gap: 16px;
  }
  .error-404__digit {
    font-size: 96px;
  }
  .error-404__sheep {
    max-width: 120px;
  }
}

.filters-bar {
  justify-content: space-between;
  align-items: center;
  background: #edede9;
  padding: 15px 20px;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .filters-bar {
    display: flex;
  }
}
.filters-bar__controls {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .filters-bar__controls {
    display: none;
  }
}
.filters-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .filters-bar__actions {
    display: none;
  }
}
.filters-bar__mobile {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .filters-bar__mobile {
    display: none;
  }
}
.filters-bar__mobile-buttons {
  display: flex;
  gap: 15px;
}
.filters-bar__mobile-panel {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 10px);
  background: #edede9;
  border: 1px solid #d1d1cd;
  display: none;
  z-index: 50;
  padding: 20px 25px;
  text-align: right;
}
.filters-bar__mobile-panel--open {
  display: block;
}
.filters-bar__mobile-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
.filters-bar__mobile-item {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #1d262b;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 40px;
  border: 0;
  border-bottom: 1px solid #dfdfdb;
}
.filters-bar__mobile-item:last-child {
  border-bottom: 0;
}
.filters-bar__checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 0;
  font-size: 16px;
  color: #444;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.filters-bar__checkbox:last-child {
  border-bottom: none;
}
.filters-bar__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filters-bar__checkbox-box {
  width: 17px;
  height: 17px;
  border: 1px solid #555;
  background-color: #ffffff;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}
.filters-bar__checkbox input[type=checkbox]:checked + .filters-bar__checkbox-box {
  background-color: #556b5b;
  border-color: #556b5b;
}
.filters-bar__checkbox input[type=checkbox]:checked + .filters-bar__checkbox-box::after {
  content: "";
  position: absolute;
  inset: 3px 4px 3px 3px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.mobile-favorites__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1d262b;
  font-weight: 400;
  font-size: 14px;
  margin-block: 15px;
}

.value-unit__amount_Line {
  text-decoration: line-through !important;
  font-size: 15px;
  color: #616c72;
  font-family: fanum;
  padding-left: 10px;
}/*# sourceMappingURL=style.css.map */