:root {
  --teal: #00535e;
  --teal-mid: #5597a2;
  --teal-pale: #a8cdd2;
  --amber: #f4a23c;
  --navy: #0d2226;
  --off: #f2f7f8;
  --bg: #ffffff;
  --text: #102a34;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html,
body,
button,
input,
textarea,
select {
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: #ffffff;
}
html,
body {
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.page-shell { 
  overflow-x: hidden; 
}
.page-width {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}
.top-bar { background: #fff; border-bottom: 1px solid rgba(0, 83, 94, 0.08); }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; }
.logo { height: 38px; width: auto; object-fit: contain; }
.top-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--teal); color: var(--teal); font-size: 0.78rem; font-weight: 600; border-radius: 10px; transition: background 0.2s, color 0.2s; }
.top-link:hover { background: var(--teal); color: #fff; }
.hero { position: relative; min-height: 80vh; min-height: 600px; display: flex; align-items: center; }
.hero-backdrop { position: absolute; inset: 0; background-image: url('Harvesting02.jpg'); background-size: cover; background-position: center 30%; filter: brightness(0.55); }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(to right, rgba(5,18,22,0.55) 0%, rgba(5,18,22,0.15) 70%, transparent 100%); }
.hero-content { position: relative; z-index: 1; padding: 140px 0 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 4px; padding: 6px 16px; margin-bottom: 24px; color: rgba(255,255,255,0.95); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }
.hero-title { margin: 0 0 18px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; color: #fff; max-width: 700px; }
.hero-copy { margin: 0 0 32px; color: rgba(255,255,255,0.78); font-size: 1.05rem; line-height: 1.8; max-width: 480px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; padding: 12px 24px; font-weight: 600; transition: background 0.2s, color 0.2s; }
.button-primary { background: var(--amber); color: #fff; }
.button-primary:hover { background: #d9912e; }
.button-secondary { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.button-secondary:hover { background: rgba(255,255,255,0.18); }
.scroll-hint { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); color: rgba(255,255,255,0.72); display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }
.scroll-arrow { font-size: 1.2rem; }
.stock-bar { background: var(--teal); color: #fff; }
.stock-inner { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; padding: 24px 0; }
.stock-label { flex: 1 1 100%; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.stock-grid { display: grid; width: 100%; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 18px; }
.stock-grid div span { display: block; font-size: 0.64rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.stock-grid div strong { display: block; font-size: 1.3rem; color: #fff; font-weight: 700; }
.section { padding: 96px 0; }
main > .section:first-child {
  padding-top: 60px;
}
.section-business-model {
  background: rgb(242,247,248);
}
.section-muted { background: var(--off); }
.section-heading { margin-bottom: 40px; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--navy);
  font-weight: 600;
}

.section-heading::after {
  content: '';
  display: block;
  width: 54px;
  height: 4px;
  background: var(--amber);
  border-radius: 4px;
  margin-top: 22px;
}
.section-heading span { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 10px; }
.section-heading h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.2; color: var(--navy); }
.section-heading-light span, .section-heading-light h2 { color: rgba(255,255,255,0.85); }
.section-heading-light h2 { color: #fff; }
.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.section-block {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.section-block p { margin: 0 0 20px; line-height: 1.85; color: #475569; font-size: 0.92rem; }
.shareholder-panel {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0px;
  align-items: center;
  /* margin-top: 40px; */
}
.pie-graphic {
  width: 170px;
  height: 170px;
  min-width: 170px;
  min-height: 170px;
  position: relative;

  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#shareholder-svg {
    width: 100%;
    height: 100%;
}
.pie-hole{
  position:absolute;
  z-index: 1;
  width:62%;
  height:62%;
  background:#fff;
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.pie-center-card {
  position: absolute;
  z-index: 10;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 100px;
  background: #fff;
  border: 1px solid #d7dde0;
  border-radius: 16px;
  padding: 20px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease;
  pointer-events: none;
}
.pie-slice:hover {
    opacity: .85;
}
.pie-center-card.active {
  opacity: 1;
  visibility: visible;
}
.pie-slice {
    cursor: pointer;
    transition: opacity .2s ease;
}
.pie-center-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}

.pie-center-value {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--teal);
  margin-top: 4px;
}
.shareholder-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.shareholder-info {
  display: flex;
  flex-direction: column;
}
.shareholder-pill {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  column-gap: 16px;
}
.shareholder-pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.shareholder-pill span { flex: 1; font-size: 0.82rem; color: var(--navy); }
.shareholder-pill strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--teal);
}
.shareholder-note {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #d7dde0;
  color: #94a3b8;
  font-size: 0.65rem;
}
.chart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.chart-card { background: #fff; border: 1px solid rgba(0, 83, 94, 0.1); border-radius: 16px; padding: 22px 20px 18px; }
.chart-card h3 { margin: 0 0 6px; color: var(--navy); font-size: 0.95rem; font-weight: 600; }
.chart-card p { margin: 0 0 20px; color: #5a7f87; font-size: 0.72rem; font-family: 'Poppins', sans-serif; }
.chart-bars { 
  display: flex; 
  align-items: flex-end; 
  gap: 8px; 
  height: 150px !important;
}
.chart-bar {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.chart-bar-inner { 
  width: 100%; 
  border-radius: 4px 4px 0 0; 
  transition: background 0.2s; 
  cursor: default; 
  min-height: 20px !important;
  display: block !important;
}
.chart-bar-inner.hovered { opacity: 1; }
.chart-bar-label { 
  margin-top: 10px; 
  font-size: 0.72rem; 
  color: #64748b; 
  font-weight: 500;
}
.chart-tooltip { 
  position: absolute; 
  left: 50%; 
  transform: translateX(-50%); 
  bottom: calc(100% + 12px); 
  background: #fff; 
  border: 1px solid rgba(0,83,94,0.14); 
  border-radius: 8px; 
  padding: 8px 12px; 
  font-size: 0.78rem; 
  color: var(--navy); 
  box-shadow: 0 4px 16px rgba(0,83,94,0.12); 
  white-space: nowrap; 
  pointer-events: none; 
  z-index: 2; 
  font-weight: 600;
}
.regions-grid, .merits-grid, .products-grid, .stats-grid { display: grid; gap: 7px; }
.regions-grid { 
  grid-template-columns: repeat(4, 1fr); 
}
.region-card, .merit-card { background: #fff; border: 1px solid rgba(0, 83, 94, 0.1); border-radius: 14px; padding: 22px; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.region-card:hover, .merit-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,83,94,0.1); border-color: var(--teal-mid); }
.region-card h3, .merit-card h3 { 
  margin: 0 0 12px; 
  font-size: 0.84rem; 
  line-height: 1.3; 
  text-transform: uppercase; 
  letter-spacing: 0.04em; 
  border-bottom: 1px solid rgba(0, 83, 94, 0.08);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.region-card p, .merit-card p { margin: 0; color: #475569; font-size: 0.78rem; line-height: 1.75; }
.region-card h3 { color: var(--teal); }
.region-card.primary h3 { color: var(--amber); }
.highlight-section { background: var(--teal); }

 .highlight-section .section-block,
.highlight-section .business-model {
  background: transparent;
  border: none;
}
.highlight-section .section-heading-light h2 { color: #fff; }
.highlight-section .section-heading-light span { 
  color: rgb(127,168,174); 
}
.merits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.merit-card {
  opacity: 0;
  /* transform: translateY(30px); */
  animation: cardFadeIn 0.8s ease forwards;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 4px solid var(--teal-pale);
  border-radius: 16px;
  padding: 24px 20px 26px;
  min-height: 220px;
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 1s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.6s ease,
    border-color 0.6s ease;
}
/* Delay each card */
.merit-card:nth-child(1) { animation-delay: 0.3s; }
.merit-card:nth-child(2) { animation-delay: 0.9s; }
.merit-card:nth-child(3) { animation-delay: 1.5s; }
.merit-card:nth-child(4) { animation-delay: 2.1s; }
.merit-card:nth-child(5) { animation-delay: 2.7s; }

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.merit-card:first-child strong {
  color: var(--amber);
}
.merit-card:first-child { 
  border-top-color: var(--amber);
}
.merit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
  background: rgba(255,255,255,.12);
}
.merit-card h3 {
  margin: 0 0 0px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}
.merit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(255,255,255,.25);
}
.merit-card p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: .75rem;
  line-height: 1.8;
}
.business-model { 
  background: #fff; 
  border: 1px solid rgba(0,83,94,0.1); 
  border-radius: 18px; 
  padding: 48px 34px; 
  opacity: 0;
  animation: businessFadeIn 1s ease forwards;
  animation-delay: 0.5s;
}
.flow-steps { display: flex; flex-direction: column; gap: 5px; align-items: center; }
.flow-node { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.flow-node strong { display: inline-block; background: var(--navy); color: #fff; padding: 12px 48px; border-radius: 14px; font-size: 0.82rem; letter-spacing: 0.08em; }
.flow-node span { max-width: 260px; color: #94a3b8; font-size: 0.75rem; }
.flow-node-primary strong { background: var(--teal); }
.flow-node-warning strong { background: var(--amber); }
.product-banner { background: var(--teal-mid); color: #fff; padding: 11px 52px; border-radius: 14px; font-weight: 600; letter-spacing: 0.08em; font-size: 0.8rem; }
.flow-arrow { width: 2px; height: 26px; background: rgba(0,83,94,0.15); }
.products-grid { grid-template-columns: repeat(4, minmax(130px, 1fr)); }
.products-grid div { border: 1px solid var(--teal-mid); color: var(--teal); padding: 10px 12px; font-size: 0.72rem; text-align: center; font-weight: 500; border-radius: 8px; }
.stats-grid { margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(0,83,94,0.08); grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.stats-grid div { text-align: center; }
.stats-grid strong { font-size: 2.5rem; color: var(--teal); display: block; font-family: 'Poppins', sans-serif; }
.stats-grid span { display: block; margin-top: 10px; font-size: 0.78rem; color: #64748b; line-height: 1.4; }
.footer { background: var(--teal); color: rgba(255,255,255,0.85); padding: 60px 0 40px; }
.footer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem
}
.footer-grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); align-items: start; }
.footer-logo { height: 36px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 18px; }
.footer-contact div { 
  display: flex; 
  gap: 8px; 
  align-items: flex-start; 
  color: rgb(126,169,174);
  margin-bottom: 10px; 
  font-size: 0.72rem
}
.footer-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #a8cdd2;
}
.download-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f4a23c;
  color: #fff;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  transition: background 0.2s ease;
}

.download-button:hover {
  background: #d9912e;
  color: #fff;
}

.download-button svg {
  flex-shrink: 0;
}
.footer-title { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 16px; font-weight: 600; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { 
  display: inline-block; 
  color: rgb(126,169,174);
  font-size: 0.72rem; 
  transition: color 0.2s; 
}
.footer-links a:hover { color: #fff; }
.footer-note {
   margin-top: 40px; 
   padding-top: 32px;
   border-top: 1px solid rgba(255,255,255,0.12);
   color: rgb(126,169,174); 
   font-size: 0.78rem; 
   line-height: 1.8; 
  }
.footer-bottom { 
  margin-top: 22px; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  gap: 10px; 
  color: rgb(84,139,144);
  font-size: 0.65rem; 
}
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Hero sequential animation */
.hero-badge.hero-animate {
  animation-delay: 0.2s;
}

.hero-title .hero-line:nth-child(1) {
  animation-delay: 0.8s;
}

.hero-title .hero-line:nth-child(2) {
  animation-delay: 1.4s;
}

.hero-copy .hero-line:nth-child(1) {
  animation-delay: 2s;
}

.hero-copy .hero-line:nth-child(2) {
  animation-delay: 2.6s;
}

.hero-button.hero-animate {
  animation-delay: 3.2s;
}

.hero-title .hero-line,
.hero-copy .hero-line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp 0.8s ease forwards;
}
.hero-badge,
.hero-line,
.hero-button {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp 0.8s ease forwards;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes businessFadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .merits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* tablet css */
@media (max-width: 1024px) {

  .page-width {
    width: min(100%, calc(100% - 40px));
  }

  .section {
    padding: 72px 0;
  }

  .section-grid {
    gap: 40px;
  }

  .chart-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .merits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-model {
    padding: 40px 24px;
  }

  .flow-node strong {
    padding: 12px 24px;
  }

  .shareholder-panel {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}
/* end tablet css */

@media (max-width: 720px) {
  .page-width { width: min(100%, calc(100% - 24px)); }
  .stock-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chart-grid { grid-template-columns: 1fr; }
  .regions-grid { grid-template-columns: 1fr; }
  .merits-grid { grid-template-columns: 1fr; }
}

/* for mobile and small tablet */
@media (max-width: 768px) {

  .pie-graphic {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    justify-self: end;
  }

  .top-link {
    width: auto;
    margin-left: auto;
    padding: 8px 14px;
    font-size: 0.72rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .logo {
    height: 32px;
    flex-shrink: 0;
  }
  .top-bar-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .page-width {
    width: calc(100% - 32px);
  }

  .section {
    padding: 60px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 90px 0 60px;
  }

  .hero-title {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .hero-copy {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .stock-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  /* First Row */
  .stock-grid > div:nth-child(1) {
    grid-column: 1 / 3;
  }
  .stock-grid > div:nth-child(2) {
    grid-column: 3 / 5;
  }
  .stock-grid > div:nth-child(3) {
    grid-column: 5 / 7;
  }
  /* Second Row */
  .stock-grid > div:nth-child(4) {
    grid-column: 1 / 3;
  }
  .stock-grid > div:nth-child(5) {
    grid-column: 3 / 5;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .shareholder-panel {
    display: grid;
    grid-template-columns: 160px 1fr;
    justify-items: center;
    gap: 32px;
    align-items: center;
    justify-items: start;
  }

  .shareholder-info {
    width: 100%;
    padding-left: 12px;
  }

  .shareholder-list {
    gap: 12px;
  }

  .shareholder-pill {
    grid-template-columns: 14px 1fr auto;
    column-gap: 10px;
  }

  .shareholder-pill span {
    font-size: 0.75rem;
  }

  .shareholder-pill strong {
    font-size: 0.9rem;
  }

  .shareholder-note {
    margin-top: 12px;
    font-size: 0.75rem;
  }

  .chart-grid {
    grid-template-columns: 1fr;
  }

  .regions-grid {
    grid-template-columns: 1fr;
  }

  .merits-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .business-model {
    padding: 30px 18px;
  }

  .flow-node strong {
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    font-size: 0.75rem;
  }

  .product-banner {
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 12px;
  }

  .stats-grid {
    margin-top: 40px;
    padding-top: 30px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stats-grid strong {
    font-size: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* end for mobile and small tablet  */

/* small mobile 480 */
@media (max-width: 480px) {

  .logo {
    height: 28px;
  }
  .top-link {
    margin-left: auto;
    padding: 7px 10px;
    font-size: 0.62rem;
    border-radius: 8px;
  }

  .page-width {
    width: calc(100% - 24px);
  }

  .hero-title {
    font-size: 1.9rem;
  }

  .hero-copy {
    font-size: 0.9rem;
  }

  .section-heading h2 {
    font-size: 1.8rem;
  }

  .stock-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stock-grid div strong {
    font-size: 1.1rem;
  }

  .shareholder-panel {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    align-items: center;
  }

  .shareholder-pill {
    grid-template-columns: 14px 1fr;
    row-gap: 4px;
  }

  .shareholder-pill span {
    font-size: 0.68rem;
  }

  .shareholder-pill strong {
    grid-column: 2;
    font-size: 0.82rem;
  }

  .shareholder-note {
    font-size: 0.7rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-grid div {
    font-size: 0.75rem;
  }

  .business-model {
    padding: 24px 16px;
  }

  .flow-node span {
    max-width: 100%;
  }

  .pie-graphic {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .pie-center-card {
    width: 95px;
    height: 85px;
    min-width: 95px;
    padding: 12px;
  }

  .pie-center-name {
    font-size: 0.65rem;
  }

  .pie-center-value {
    font-size: 1rem;
  }
}
/* end small mobile 480 */