/* ============================================
   Maadhurya Herbals - Custom Styles
   ============================================ */

:root {
  --mh-green-dark: #1e3a0f;
  --mh-green: #2d5016;
  --mh-green-light: #4a7c2a;
  --mh-gold: #c9a227;
  --mh-gold-light: #e8c547;
  --mh-gold-dark: #9a7b1a;
  --mh-cream: #faf8f5;
  --mh-cream-dark: #f0ebe3;
  --mh-brown: #5c4033;
  --mh-text: #3a3a3a;
  --mh-text-light: #6b6b6b;
  --mh-white: #ffffff;
  --mh-shadow: rgba(45, 80, 22, 0.12);
  --mh-shadow-lg: rgba(45, 80, 22, 0.2);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Segoe UI', sans-serif;
  --transition: all 0.35s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--mh-text);
  background-color: var(--mh-cream);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--mh-green-dark);
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
}

/* ---- Navbar ---- */
.navbar-mh {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px var(--mh-shadow);
  padding: 0.5rem 0;
  transition: var(--transition);
}

.navbar-mh.scrolled {
  padding: 0.25rem 0;
  box-shadow: 0 4px 24px var(--mh-shadow-lg);
}

.navbar-brand img {
  height: 70px;
  width: auto;
  transition: var(--transition);
}

.navbar-mh.scrolled .navbar-brand img {
  height: 55px;
}

.navbar-mh .nav-link {
  color: var(--mh-green-dark) !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  padding: 0.5rem 1.1rem !important;
  position: relative;
}

.navbar-mh .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--mh-gold);
  transition: var(--transition);
  transform: translateX(-50%);
}

.navbar-mh .nav-link:hover::after,
.navbar-mh .nav-link.active::after {
  width: 60%;
}

.navbar-mh .nav-link:hover,
.navbar-mh .nav-link.active {
  color: var(--mh-gold-dark) !important;
}

.navbar-toggler {
  border: 2px solid var(--mh-green);
  padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.35);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232d5016' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- Buttons ---- */
.btn-mh-primary {
  background: linear-gradient(135deg, var(--mh-green) 0%, var(--mh-green-light) 100%);
  color: var(--mh-white);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: var(--transition);
  box-shadow: 0 4px 15px var(--mh-shadow);
}

.btn-mh-primary:hover {
  background: linear-gradient(135deg, var(--mh-green-dark) 0%, var(--mh-green) 100%);
  color: var(--mh-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--mh-shadow-lg);
}

.btn-mh-outline {
  background: transparent;
  color: var(--mh-green);
  border: 2px solid var(--mh-green);
  padding: 0.75rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: var(--transition);
}

.btn-mh-outline:hover {
  background: var(--mh-green);
  color: var(--mh-white);
  transform: translateY(-2px);
}

.btn-mh-gold {
  background: linear-gradient(135deg, var(--mh-gold) 0%, var(--mh-gold-light) 100%);
  color: var(--mh-green-dark);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: var(--transition);
}

.btn-mh-gold:hover {
  background: linear-gradient(135deg, var(--mh-gold-dark) 0%, var(--mh-gold) 100%);
  color: var(--mh-white);
  transform: translateY(-2px);
}

/* ---- Hero Section ---- */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--mh-cream) 0%, var(--mh-cream-dark) 50%, #e8f0e0 100%);
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(74, 124, 42, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: rgba(201, 162, 39, 0.15);
  color: var(--mh-gold-dark);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(201, 162, 39, 0.3);
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-title span {
  color: var(--mh-gold-dark);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--mh-text-light);
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero-image-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-image-wrapper img {
  max-height: 420px;
  filter: drop-shadow(0 20px 40px rgba(45, 80, 22, 0.15));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.hero-stat h3 {
  font-size: 2rem;
  color: var(--mh-gold-dark);
  margin-bottom: 0;
}

.hero-stat p {
  font-size: 0.85rem;
  color: var(--mh-text-light);
  margin: 0;
}

/* ---- Section Styles ---- */
.section-padding {
  padding: 5rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-title .subtitle {
  color: var(--mh-gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  display: block;
  margin-bottom: 0.5rem;
}

.section-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.section-title p {
  color: var(--mh-text-light);
  max-width: 600px;
  margin: 0 auto;
}

.section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--mh-gold), var(--mh-gold-light));
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* ---- Feature Cards ---- */
.feature-card {
  background: var(--mh-white);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px var(--mh-shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(201, 162, 39, 0.1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px var(--mh-shadow-lg);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(45, 80, 22, 0.1) 0%, rgba(201, 162, 39, 0.15) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  color: var(--mh-green);
}

.feature-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: var(--mh-text-light);
  font-size: 0.95rem;
  margin: 0;
}

/* ---- Product Cards ---- */
.product-card {
  background: var(--mh-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--mh-shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(201, 162, 39, 0.08);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px var(--mh-shadow-lg);
}

.product-img {
  height: 220px;
  background: linear-gradient(135deg, #e8f0e0 0%, var(--mh-cream-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-img i {
  font-size: 4rem;
  color: var(--mh-green-light);
  opacity: 0.7;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--mh-gold);
  color: var(--mh-green-dark);
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-body {
  padding: 1.5rem;
}

.product-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.product-body p {
  color: var(--mh-text-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.product-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--mh-gold-dark);
  font-family: var(--font-heading);
}

.product-price small {
  font-size: 0.85rem;
  color: var(--mh-text-light);
  font-weight: 400;
  font-family: var(--font-body);
}

/* ---- About Section ---- */
.about-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px var(--mh-shadow-lg);
}

.about-image-box img {
  width: 100%;
  border-radius: 20px;
}

.about-experience {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--mh-green) 0%, var(--mh-green-light) 100%);
  color: var(--mh-white);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 30px var(--mh-shadow-lg);
}

.about-experience h3 {
  color: var(--mh-gold-light);
  font-size: 2.5rem;
  margin-bottom: 0;
}

.about-experience p {
  margin: 0;
  font-size: 0.9rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.about-list li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--mh-text);
}

.about-list li i {
  color: var(--mh-gold);
  font-size: 1.1rem;
}

/* ---- Testimonials ---- */
.testimonial-card {
  background: var(--mh-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px var(--mh-shadow);
  height: 100%;
  position: relative;
  border: 1px solid rgba(201, 162, 39, 0.1);
}

.testimonial-card::before {
  content: '\201C';
  font-family: var(--font-heading);
  font-size: 4rem;
  color: var(--mh-gold);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}

.testimonial-text {
  font-style: italic;
  color: var(--mh-text-light);
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--mh-green) 0%, var(--mh-green-light) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mh-white);
  font-weight: 700;
  font-size: 1.2rem;
}

.testimonial-author h6 {
  margin: 0;
  font-size: 1rem;
}

.testimonial-author small {
  color: var(--mh-text-light);
}

.stars {
  color: var(--mh-gold);
  margin-bottom: 0.5rem;
}

/* ---- CTA Banner ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--mh-green-dark) 0%, var(--mh-green) 50%, var(--mh-green-light) 100%);
  border-radius: 20px;
  padding: 3.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(201, 162, 39, 0.1);
  border-radius: 50%;
}

.cta-banner h2 {
  color: var(--mh-white);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  position: relative;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 550px;
  margin: 0 auto 2rem;
  position: relative;
}

/* ---- Contact ---- */
.contact-info-card {
  background: var(--mh-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px var(--mh-shadow);
  height: 100%;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(201, 162, 39, 0.1);
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px var(--mh-shadow-lg);
}

.contact-info-card i {
  font-size: 2rem;
  color: var(--mh-green);
  margin-bottom: 1rem;
}

.contact-form {
  background: var(--mh-white);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px var(--mh-shadow);
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid var(--mh-cream-dark);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: var(--transition);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--mh-green-light);
  box-shadow: 0 0 0 0.2rem rgba(74, 124, 42, 0.15);
}

.contact-form label {
  font-weight: 600;
  color: var(--mh-green-dark);
  margin-bottom: 0.4rem;
}

/* ---- Page Header (inner pages) ---- */
.page-header {
  background: linear-gradient(135deg, var(--mh-green-dark) 0%, var(--mh-green) 100%);
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header h1 {
  color: var(--mh-white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
  position: relative;
}

.page-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  position: relative;
}

.breadcrumb-mh {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  position: relative;
}

.breadcrumb-mh a {
  color: var(--mh-gold-light);
}

.breadcrumb-mh span {
  color: rgba(255, 255, 255, 0.6);
}

/* ---- Timeline (About page) ---- */
.timeline-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.timeline-year {
  min-width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--mh-gold) 0%, var(--mh-gold-light) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--mh-green-dark);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.timeline-content {
  background: var(--mh-white);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px var(--mh-shadow);
  flex: 1;
}

.timeline-content h5 {
  margin-bottom: 0.5rem;
}

.timeline-content p {
  color: var(--mh-text-light);
  margin: 0;
  font-size: 0.95rem;
}

/* ---- Team Cards ---- */
.team-card {
  background: var(--mh-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--mh-shadow);
  text-align: center;
  transition: var(--transition);
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-avatar {
  height: 200px;
  background: linear-gradient(135deg, #e8f0e0 0%, var(--mh-cream-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-avatar i {
  font-size: 4rem;
  color: var(--mh-green-light);
  opacity: 0.6;
}

.team-info {
  padding: 1.5rem;
}

.team-info h5 {
  margin-bottom: 0.25rem;
}

.team-info .role {
  color: var(--mh-gold-dark);
  font-weight: 600;
  font-size: 0.85rem;
}

/* ---- Footer ---- */
.footer-mh {
  background: var(--mh-green-dark);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 4rem;
}

.footer-mh h5 {
  color: var(--mh-gold-light);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.footer-mh a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-mh a:hover {
  color: var(--mh-gold-light);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links li i {
  color: var(--mh-gold);
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--mh-gold);
  color: var(--mh-green-dark) !important;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.9rem;
}

.footer-logo img {
  height: 80px;
  margin-bottom: 1rem;
  filter: brightness(1.1);
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: var(--mh-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 998;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: pulse-wa 2s infinite;
}

.whatsapp-float:hover {
  background: #128c7e;
  color: var(--mh-white);
  transform: scale(1.1);
}

@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7); }
}

/* ---- Back to Top ---- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--mh-gold);
  color: var(--mh-green-dark);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: 0 4px 15px var(--mh-shadow-lg);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--mh-gold-dark);
  color: var(--mh-white);
  transform: translateY(-3px);
}

/* ---- Product Filter ---- */
.filter-btn {
  background: var(--mh-white);
  border: 2px solid var(--mh-cream-dark);
  color: var(--mh-text);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
  margin: 0.25rem;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--mh-green);
  border-color: var(--mh-green);
  color: var(--mh-white);
}

/* ---- Map Placeholder ---- */
.map-placeholder {
  background: var(--mh-cream-dark);
  border-radius: 16px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mh-text-light);
  border: 2px dashed rgba(45, 80, 22, 0.2);
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 55px;
  }

  .hero-section {
    min-height: auto;
    padding: 7rem 0 4rem;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-image-wrapper {
    margin-top: 2rem;
  }

  .hero-image-wrapper img {
    max-height: 300px;
  }

  .about-experience {
    right: 10px;
    bottom: -15px;
    padding: 1rem 1.5rem;
  }

  .about-experience h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }

  .page-header {
    padding: 7rem 0 3rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .cta-banner {
    padding: 2.5rem 1.5rem;
  }

  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }

  .whatsapp-float {
    bottom: 75px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .hero-stats {
    gap: 1.5rem;
  }

  .hero-stat h3 {
    font-size: 1.5rem;
  }

  .btn-mh-primary,
  .btn-mh-outline,
  .btn-mh-gold {
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
  }
}
