/* Sidebar Dropdown Menu Styles (for all pages) */
.sidebar-list .dropdown {
  position: relative;
}
.sidebar-list .dropdown-toggle:after {
  content: '\25BC';
  font-size: 0.7em;
  margin-left: 0.4em;
  color: #7c3aed;
}
.sidebar-list .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  box-shadow: 0 4px 16px rgba(124,58,237,0.10);
  border-radius: 0 0 10px 10px;
  z-index: 100;
  padding: 0.5em 0;
}
.sidebar-list .dropdown-menu li a {
  color: #7c3aed;
  padding: 0.7em 1.2em;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.15s;
}
.sidebar-list .dropdown-menu li a:hover {
  background: #f3e8ff;
}
.sidebar-list .dropdown.open > .dropdown-menu {
  display: block;
}
/* Gallery Section */
.gallery-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 0 2.5rem 0;
}
.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.5rem;
  justify-content: center;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.7rem;
  background: var(--white);
  border: 3px solid var(--accent-beige);
  border-radius: 18px;
  box-shadow: 0 0 16px 2px rgba(124,58,237,0.13), 0 4px 18px rgba(91,124,77,0.10);
  padding: 0.7rem;
  max-width: 340px;
  min-width: 220px;
  margin: 1.2rem 1.5rem 1.2rem 0;
  padding: 1.1rem;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(124,58,237,0.10), 0 2px 8px rgba(0,0,0,0.07);
  transition: transform 0.2s;
}
.feature-card, .box, .modal, .product-card, .sidebar, .gallery-container, .footer, .header, .dropdown-menu {
  box-shadow: 0 0 16px 2px rgba(124,58,237,0.10), 0 2px 12px 0 rgba(128,0,255,0.04);
  border: 1.5px solid rgba(124,58,237,0.13);
}
.gallery-grid img:hover {
  transform: scale(1.04);
  z-index: 2;
}
.gallery-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}
.gallery-btn {
  font-size: 1.3rem;
  padding: 1.1rem 2.2rem;
  background: #5b4d7c;
  color: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(91,124,77,0.08);
  transition: background 0.2s, color 0.2s;
}
.gallery-btn:hover {
  background: var(--default);
  color: #fff;
}
@media (max-width: 700px) {
  .gallery-flex {
    flex-direction: column;
    gap: 1.2rem;
  }
  .gallery-grid {
    max-width: 98vw;
    min-width: 0;
  }
}
.title span {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: var(--default);
}
.title span::after {
  content: "";
  display: block;
  width: 60%;
  height: 15px;
  background: var(--primaryColor);
  border-radius: 2px;
  margin: 2em auto 0 auto;
}
/* Services Section */
.services {
  padding: 4rem 0;
  background: var(--white);
}
.services .content {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Dosis', sans-serif;
}
.services .title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.services .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}
.services .box {
  background: var(--accent-beige);
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(91,124,77,0.08);
  padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  flex: 1 1 260px;
  min-width: 240px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.services .box:hover {
  box-shadow: 0 4px 24px rgba(91,124,77,0.16);
  transform: translateY(-4px) scale(1.03);
}
.services .icon {
  font-size: 2.8rem;
  color: var(--default);
  margin-bottom: 1.2rem;
}
.services .topic {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 0.7rem;
}
.services .box p {
  color: var(--dark-color);
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .services .boxes {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .services .box {
    max-width: 95vw;
  }
}
/* Reviews Section */
.reviews-section {
  padding: 3rem 0;
  background: var(--white);
}
.reviews-section .content {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  font-family: 'Dosis', sans-serif;
}
.reviews-section .title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.reviews-gallery {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.reviews-gallery iframe,
.reviews-gallery img {
  height: 180px;
  width: 260px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  background: var(--white);
}
@media only screen and (max-width: 700px) {
  .reviews-gallery iframe,
  .reviews-gallery img {
    width: 100%;
    min-width: 180px;
    max-width: 98vw;
    height: 140px;
  }
  .reviews-gallery {
    gap: 1.2rem;
  }
}
/* Sidebar styles */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 240px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 12px rgba(0,0,0,0.08);
  z-index: 2000;
  transition: left 0.3s;
  display: flex;
  flex-direction: column;
  /* Add right-side shadow */
}
.sidebar.active {
  left: 0;
  box-shadow: 2px 0 12px rgba(0,0,0,0.08), 10px 0 30px -10px rgba(100,100,100,0.18);
}
.sidebar.active {
  left: 0;
}
.sidebar-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.2rem 1.5rem 0.5rem 1.5rem;
}
.sidebar-close {
  font-size: 2.5rem;
  color: var(--default);
  cursor: pointer;
  font-weight: bold;
}
.sidebar-list {
  list-style: none;
  padding: 7.5rem 0 0 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sidebar-list li {
  width: 100%;
}
.sidebar-list .nav__link {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--default);
  font-size: 1.7rem;
  padding: 1rem 2rem;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.sidebar-list .nav__link:hover {
  background: var(--accent-purple);
  color: var(--white);
}
.sidebar-list .nav__link i {
  font-size: 1.6rem;
  width: 22px;
  text-align: center;
  color: var(--default);
}



/* Hamburger icon styles */
.hamburger-custom {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2100;
}
  .logo h1 {
    font-size: 4rem;
    color: var(--default);
    letter-spacing: 1px;
  }
.hamburger-custom .bar {
  width: 28px;
  height: 4px;
  background: var(--default);
  border-radius: 2px;
  display: block;
  transition: all 0.3s;
}

  .hero__left h1 {
    color: var(--default);
    font-size: 7rem;
    margin-bottom: 1.6rem;
    letter-spacing: 1px;
  }
@media (max-width: 9000px) {
  .hamburger-custom { display: flex !important; }
}

/* Remove hiding sidebar/hamburger on desktop */
  .hero__btn {
    color: var(--white);
    padding: 1.2rem 4rem;
    background-color: var(--default);
    border-radius: 2rem;
    border: 1px solid var(--accent-brown);
    box-shadow: 0 2px 8px rgba(91,124,77,0.08);
    transition: background 0.2s, color 0.2s;
  }
  .hero__btn:hover {
    background: var(--accent-purple);
    color: var(--dark-color);
  }

body.sidebar-open {
  overflow: hidden;
}
:root {
  --white: #fff;
  --primaryColor: #a78bfa;
  --default: #7c3aed;
  --dark-color: #2d2d2d;
  --black: #222;
  --accent-brown: #c4b5fd;
  --accent-beige: #f3e8ff;
  --accent-green: #ede9fe;
}

/* Reset and base styles */
*, *::after, *::before {
  margin: 0;
  padding: 0;
  .footer {
    padding: 6rem 1rem;
    line-height: 3rem;
    border-top: 1px solid var(--accent-brown);
    background-color: var(--primaryColor);
  }
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}

body, input {
  position: relative;
  font-family: 'Dosis', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}


h1, h2, h3, h4, h5, h6 {
  color: var(--default);
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
}

.flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header & Navigation */
.header {
  position: relative;
  background-color: var(--primaryColor);
}

.nav {
  padding: 1.6rem 0;
}

.logo h1 {
  font-size: 4rem;
}

.cart svg {
  width: 3rem;
  height: 3rem;
}

.hamburger, .nav__close {
  display: none;
}

.nav__center, .nav__menu {
  display: flex;
  justify-content: space-between;
}

.nav__menu {
  width: 50%;
}

.nav__list {
  display: flex;
  width: 70%;
}

.nav__item:last-child {
  margin-right: .5rem;
}

.button {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  /* original hover styles restored if any */
}


.nav__link:link, .nav__link:visited {
  color: var(--dark-color);
  padding: 1rem;
}

.cart {
  cursor: pointer;
}

/* Responsive Navigation */
@media only screen and (max-width: 768px) {
  .nav__menu {
    padding: 0 2rem;
  }
  .nav__list {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -40rem;
    padding: 3rem 0;
    width: 30rem;
    height: 100%;
    background-color: var(--white);
    z-index: 50;
    transition: all 300ms ease-in-out;
  }
  .nav__item {
    width: 100%;
    margin: 1rem 0;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
  .nav__link:link, .nav__link:visited {
    display: block;
    font-size: 2rem;
  }
  .hamburger {
    display: flex;
    cursor: pointer;
  }
  .hamburger svg {
    width: 3.5rem;
    height: 3.5rem;
  }
  .nav__close svg {
    width: 2rem;
    height: 2rem;
  }
  .nav__close {
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 2rem;
  }
  .cart {
    justify-content: flex-end;
  }
  body.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 3;
  }
}

/* Responsive Navigation for wider screens */
@media (max-width: 900px) {
  .nav__list {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 70vw;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    box-shadow: 2px 0 10px rgba(0,0,0,0.08);
    transition: left 0.3s;
    z-index: 1000;
  }
  .nav__list.active {
    left: 0;
  }
  .nav__close {
    display: flex !important;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  .hamburger {
    display: flex !important;
  }
  .nav__menu {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 901px) {
  .nav__list {
    position: static !important;
    flex-direction: row !important;
    height: auto !important;
    width: auto !important;
    box-shadow: none !important;
    left: 0 !important;
    padding: 0 !important;
  }
  .nav__close, .hamburger {
    display: none !important;
  }
}

/* Hero Section */
.hero {
  position: relative;
  background-color: var(--primaryColor);
}

.hero__center {
  display: flex;
  height: 100%;
}

.hero__left {
  flex: 1 1 40%;
  align-self: center;
}

/* Remove background-image from .hero__right */
/* --- HERO SECTION FIX: perfectly center image and text on desktop --- */
.hero__center {
  display: flex;
  align-items: center;      /* vertical align */
  justify-content: center;  /* horizontal align (optional, for perfect centering) */
  gap: 3rem;                /* space between text and image */
  height: 100%;
  min-height: 400px;        /* optional: ensures enough height for vertical centering */
}

.hero__left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertical align text */
  align-items: flex-start;  /* left align text */
  height: 100%;
}

.hero__right {
  flex: 1 1 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  height: 100%;
}

.hero-banner-img {
  border: 4px solid var(--default);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(74,22,103,0.08);
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

/* Responsive: stack on mobile */
@media only screen and (max-width: 768px) {
  .hero__center {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    min-height: unset;
  }
  .hero__left {
    width: 90%;
    margin-top: 2rem;
    align-items: center;
    text-align: center;
  }
  .hero__right {
    width: 100%;
    min-height: 120px;
    margin-top: 1rem;
  }
  .hero-banner-img {
    width: 90vw;
    max-width: 350px;
    margin: 0 auto;
  }
}


.hero__left h1 {
  color: var(--default);
  font-size: 7rem;
  margin-bottom: 1.6rem;
}

.hero__left p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}

.hero__btn {
  color: var(--white);
  padding: 1.2rem 4rem;
  background-color: var(--default);
}

.go-down svg {
  width: 3rem;
  height: 3rem;
  fill: var(--white);
}

.go-down {
  padding: .5rem;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, -50%);
  background-color: var(--default);
  border-radius: 50%;
  animation: bounce 2s linear infinite;
}

@keyframes bounce {
  0% { bottom: 0% }
  50% { bottom: 3% }
  100% { bottom: 0% }
}

/* Hero Responsive */
@media only screen and (max-width: 996px) {
  .header { height: 40vh; }
}
@media only screen and (max-width: 768px) {
  .header { height: 90vh; }
  .hero__center { flex-direction: column; justify-content: start; }
  .hero__left { margin-top: 10%; width: 80%; }
  .hero__right { background: none !important; display: flex; justify-content: center; align-items: center; min-height: 120px; }
  .hero__right img { display: block; width: 90vw; max-width: 350px; height: auto; }
}
@media only screen and (max-width: 568px) {
  .hero__right { background-position: 50% center; background-size: 80%; }
  .hero__left { margin-top: 30%; }
  .hero__left h1 { font-size: 4rem; }
  .hero__left p { font-size: 1.5rem; }
  .hero__btn { font-size: 1.5rem; padding: .7rem 2rem; }
  .go-down { display: none; }
}

/* Section Titles with Double Nature Lines */
.title {
  text-align: center;
  margin-bottom: 7rem;
}
.title span {
  position: relative;
  display: inline-block;
  color: #7c3aed;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: 'Dosis', Arial, sans-serif;
  letter-spacing: 0.03em;
  padding-bottom: 0.7rem;
  background: none;
}
.title span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #7c3aed;
  border-radius: 2px;
  bottom: 0;
  width: 120px;
  height: 5px;
}
.title span::before {
  display: none;
}
/* Product Grid */
.section { padding: 5rem 0; }
.new { margin-top: 10rem; }
.product__footer svg { width: 1.6rem; height: 1.6rem; }
.product__center {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 3rem 3.5rem;
  justify-content: center;
}
.product__header svg { width: 3rem; height: 3rem; }
.product__header span {
  position: absolute;
  top: 50%; left: 50%;
  background-color: var(--primaryColor);
  border-radius: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 6;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.product {
  text-align: center;
  background: transparent;
  padding: 2.2rem 1.2rem 2.5rem 1.2rem;
  border-radius: 18px;
  min-width: 220px;
  min-height: 320px;
  box-shadow: 0 2px 16px 0 rgba(124,58,237,0.10);
  border: 2px solid #a78bfa;
  transition: box-shadow 0.2s, border 0.2s;
  margin: 0 auto;
}

.product__header { position: relative; padding: 1.2rem; height: 240px; display: flex; align-items: center; justify-content: center; }
.product__header img {
  object-fit: cover;
  width: 180px;
  height: 180px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(124,58,237,0.10);
  background: #f6eaff;
}
.product__header::after {
  content: "";
  width: 100%; height: 100%;
  position: absolute; top: 0; left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .7);
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.product:hover .product__header::after,
.product:hover .product__header span {
  visibility: visible;
  opacity: 1;
}
.product__footer { padding: .5rem 0; }
.product__footer h2 { margin-bottom: 1rem; }
.product__footer h4 { margin: 1rem 0; font-size: 2rem; font-weight: 700; }

/* Product Grid Responsive */
@media only screen and (max-width: 996px) {
  .product__center { grid-template-columns: repeat(3, minmax(auto, 25rem)); gap: 2rem 2rem; }
  .product__footer h2 { font-size: 1.8rem; }
  .product__footer h4 { font-size: 1.6rem; }
  .product__header { height: 13rem; }
}
@media only screen and (max-width: 900px) {
  .product__center { grid-template-columns: repeat(2, 1fr) !important; gap: 1.2rem !important; }
}
@media only screen and (max-width: 568px) {
  .product__center { grid-template-columns: repeat(2, minmax(auto, 20rem)); }
  .product__header { height: 10rem; }
}
@media (max-width: 600px) {
  .product__center { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .hero__center, .about-details, .reviews-gallery {
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
  }
  .hero__left h1, .title h1 { font-size: 1.5rem !important; }
  .about-details .left img { width: 90vw !important; max-width: 180px !important; }
  .reviews-gallery img, .reviews-gallery iframe {
    width: 95vw !important;
    max-width: 320px !important;
    height: auto !important;
  }
  .footer-top__box { max-width: 95vw !important; }
}

/* Category Section */
.category__center {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 50rem));
  column-gap: 4rem;
  justify-content: space-evenly;
}
.category__left, .category__right {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  border-radius: 1rem;
  justify-content: space-evenly;
  padding: 1.6rem;
}
.category__left img, .category__right img { width: 20rem; }
.category .content h2 { font-size: 3rem; }
.category .content h1 {
  font-size: 3rem;
  line-height: 1;
  margin: 1rem 0 1.6rem 0;
}
.category .category__btn {
  background-color: var(--default);
  padding: 1rem 3rem;
  color: var(--white);
  border-radius: 5rem;
  border: 1px solid var(--default);
  transition: all 300ms ease-in-out;
}
.category .category__btn:hover {
  background-color: transparent;
  color: var(--dark-color);
}
@media only screen and (max-width: 800px) {
  .category__center {
    grid-template-columns: repeat(1, minmax(auto, 50rem));
    gap: 3rem 0;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 568px) {
  .category__left img, .category__right img { width: 15rem; }
  .category .content h2 { font-size: 2rem; }
  .category .content h1 { font-size: 2rem; line-height: 1; margin: 1rem 0 1.6rem 0; }
  .category .category__btn { background-color: var(--default); font-size: 1.4rem; padding: 1rem 2rem; color: var(--white); }
}

/* Contact Section */
.contact {
  display: flex;
  align-items: center;
  background-color: var(--black);
  padding: 6rem;
  margin: 5rem auto;
}
.contact__left, .contact__right { flex: 1 1 50%; }
.contact__left { color: var(--white); }
.contact__left h1 { font-size: 4rem; margin-bottom: 1.6rem; }
.contact__right { text-align: right; }
.contact__right form { position: relative; }
.contact__right input {
  width: 80%;
  margin: 0 auto;
  padding: 1.8rem 0;
  text-indent: 1rem;
  border: none;
  border-radius: 1rem;
}
.contact__right input:focus { outline: none; }
.contact__right a {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translate(0%, -50%);
  background-color: var(--default);
  padding: 1rem 3rem;
  border-radius: 1rem;
  color: var(--white);
  border: 1px solid var(--default);
  transition: all 300ms ease-in-out;
}
.contact__right a:hover {
  background-color: transparent;
  color: var(--black);
}
@media only screen and (max-width: 996px) {
  .contact__left h1 { font-size: 3rem; }
  .contact__right input { padding: 1.2rem 0; width: 90%; }
  .contact__right a { padding: .8rem 2rem; }
}
@media only screen and (max-width: 768px) {
  .contact { padding: 6rem 3rem; }
  .section {
    padding: 5rem 0;
    background: var(--accent-beige);
    border-radius: 1.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 16px rgba(91,124,77,0.06);
  }
  .contact__right input { padding: 1.2rem 0; width: 100%; }
  .contact__right a { padding: .6rem 1.8rem; font-size: 1.5rem; }
  .new {
    margin-top: 10rem;
    background: var(--primaryColor);
    box-shadow: 0 2px 12px rgba(166,139,91,0.07);
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 568px) {
/* Product grid layout */
.product__center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem 1.5rem;
  margin: 2.5rem 0 1.5rem 0;
}
@media (max-width: 1100px) {
  .product__center {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .product__center {
    grid-template-columns: 1fr;
  }
}
}

/* Footer */
/* Product card style */
.product {
  text-align: center;
  background: var(--white);
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(91,124,77,0.08);
  padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Section style */
.section {
  line-height: 3rem;
  border-top: 1px solid var(--primaryColor);
  background-color: var(--white);
}
  .product__header {
    position: relative;
    padding: .5rem;
    height: 18rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  background: var(--accent-beige);
  border-radius: 1rem;
  border: 2px solid var(--primaryColor) !important;
    margin-bottom: 1.2rem;
}

.footer-top__box span svg { width: 1.6rem; height: 1.6rem; }
  .product__header img {
    object-fit: contain;
    max-height: 15rem;
    border-radius: 0.7rem;
    box-shadow: 0 1px 6px rgba(91,124,77,0.07);
.footer-top__box span { margin-right: 1rem; }
.footer__top {
  display: grid;
  .product__footer {
    padding: .5rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  grid-template-columns: repeat(4, 1fr);
  color: var(--dark-color);
  .product__footer h2 {
    margin-bottom: 1rem;
  color: var(--default);
    font-size: 2.1rem;
    font-weight: 600;
  }
}
.footer-top__box a:link, .footer-top__box a:visited {
  .product__footer h4 {
    margin: 1rem 0;
    font-size: 1.7rem;
    font-weight: 700;
  color: var(--primaryColor);
  }
  display: block;
  color: var(--dark-color);
    padding: 3rem 0;
    background: var(--accent-beige);
    border-radius: 1.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 16px rgba(91,124,77,0.06);
.footer-top__box div { color: var(--dark-color); font-size: 1.4rem; }
.footer-top__box h3 { font-size: 1.8rem; font-weight: 400; margin-bottom: 1rem; }
@media only screen and (max-width: 998px) {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: var(--white);
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(91,124,77,0.08);
    padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .footer__top { grid-template-columns: 1fr; row-gap: 2rem; }
}

/* About Section */
.about {
  padding: 3rem 0;
  background: var(--accent-beige);
}
.about .content {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  font-family: 'Dosis', sans-serif;
}
.about .title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.about .about-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.about .about-details .left {
  width: 38%;
  display: flex;
  justify-content: center;
}
.about .left img {
  height: 22rem;
  width: 22rem;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.about-details .right {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-details .topic {
  color: var(--default);
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.about-details .right p {
  text-align: justify;
  color: var(--dark-color);
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.about .button { margin: 1rem 0; }
.about .button button {
  outline: none;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  background: var(--default);
  color: var(--white);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.about .button button:hover {
  border-color: var(--default);
  background: var(--white);
  color: var(--default);
}

/* About Responsive */
@media only screen and (max-width: 900px) {
  .about .about-details {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .about .about-details .left, .about-details .right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about .left img {
    height: 14rem;
    width: 14rem;
  }
  .about-details .topic {
    font-size: 1.7rem;
    text-align: center;
  }
  .about-details .right p {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .about .content { padding: 0 1rem; }
  .about .left img { height: 10rem; width: 10rem; }
  .about .title span { font-size: 2rem; }
  .about-details .topic { font-size: 1.2rem; }
  .about-details .right p { font-size: 1.1rem; }
  .about .button button { font-size: 1.1rem; padding: 0.5rem 1rem; }
}
}
  }