body{margin:0;font-family:Arial;background:#fff;color:#222}
.container{padding:40px;max-width:1100px;margin:auto}

/* topbar */
.topbar {
  background: #4c1c3f; /* Dark modern charcoal tone */
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); /* Optional subtle divider line */
  flex-wrap: wrap;          /* Allows items to move down instead of merging */
  gap: 8px;                 /* Adds consistent spacing between items when stacked */
}

/* Target the text blocks inside to prevent long text overflow */
.topbar > span {
  word-break: break-all;    /* Keeps long drug license numbers inside screen bounds */
  flex-shrink: 1;
}

header {  
  background: #3b1430; 
  color: #ffffff;  
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 2px solid #f59e0b; /* Professional gold asset trim */
}

header.scrolled {
  box-shadow: 0 4px 20px rgba(59, 20, 48, 0.3); 
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  height:56px;
  width: auto; 
  object-fit: contain;   
}

#companyName {
  margin: 0;
  font-size: 24px;     
  font-weight: 800;    
  letter-spacing: 0.3px;
  color: #ffffff;
}

nav a {
  color: #f5f0f4; 
  margin-left: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

nav a:hover {
  color: #f59e0b; /* Shines gold on hover */
}

/* HERO */
.hero {
  /* 🟢 Replaced teal/blue with a premium, soft ivory-plum gradient to reduce eye fatigue */
  background: linear-gradient(180deg, #fbf9fb 0%, #f4eff3 100%);
  padding: 40px 20px; /* Slightly increased vertical breathing room for a premium feel */
  border-bottom: 1px solid #ebdfee; /* Subtle boundary line matching the theme tint */
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 30px; /* Increased gap slightly to balance the large 75% image layout */
  max-width: 1200px;
  margin: 0 auto;        
  padding-left: 30px;    
  padding-right: 20px;
}

/* LEFT TEXT (25%) */
.hero-text {
  flex: 1;              
  max-width: 320px;     
  margin-left: 0px;    
  text-align: left !important;      
}

.hero-text h2 {
  text-align: left;
  margin: 0 0 12px;
  font-size: 26px;      
  font-weight: 800;
  color: #3b1430;       /* 🟢 Deep Plum Corporate for high-authority headings */
  line-height: 1.2;
}

.hero-text p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c4856;       /* 🟢 Muted plum-gray for highly readable paragraph text */
}

/* 🟢 Added styling for a Primary Call-to-Action button if you have one in your hero text */
.hero-text .btn-hero {
  display: inline-block;
  background-color: #f59e0b; /* Crisp contrasting gold button */
  color: #3b1430;            /* Deep plum text inside button for elite legibility */
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.hero-text .btn-hero:hover {
  background-color: #d97706; /* Darker amber shift on hover */
}

/* RIGHT IMAGE (75%) */
.hero-image {
  flex: 3;              
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  max-width: 850px;     
  border-radius: 12px;  /* Slightly smoother corner curvature */
  /* 🟢 Box shadow adjusted to use a subtle plum shadow tint instead of flat black */
  box-shadow: 0 12px 28px rgba(59, 20, 48, 0.12);
  display: block;
  object-fit: cover;
}
.trust {
  background: #fef7e7; /* 🟡 Very soft, professional cream-gold background tint */
  padding: 16px 15px;  
  border-top: 1px solid #fde68a;
  border-bottom: 1px solid #fde68a;
}

.trust-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  color: #3b1430; /* 🟢 Your corporate Deep Plum for the text */
  gap: 15px;
}

.trust-grid div::first-letter {
  color: #d97706; /* 🟡 Rich amber-gold for the checkmarks */
}

.stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 45px 20px; /* Slightly padded for a cleaner structural presentation */
  background: #ffffff; /* Stark white background to keep the numerical counters popping crisp */
  text-align: center;
  gap: 20px; /* Added flexbox gap backup safety for wrapping elements */
}

.stat {
  flex: 1;
  min-width: 150px;
}

/* 🟢 Large metrics styled in your dominant corporate Deep Plum color */
.stat h3 {
  color: #3b1430; /* 🟢 Deep Plum Corporate for powerful, trustworthy metrics */
  font-size: 38px; /* Boosted scale slightly for stronger visual impact */
  font-weight: 800; /* Extra bold weighting to give industrial scale numbers gravity */
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: -0.5px; /* Tightened letter tracking for a high-end financial appearance */
}

/* 🟢 Descriptive layout labels styled with an elegant corporate accent */
.stat p {
  color: #b45309; /* 🟢 Sophisticated amber-gold tone that pops cleanly off the crisp white backdrop */
  font-weight: 800; /* Strengthened thickness to ensure high B2B legibility */
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px; /* Widened tracking for high-end label scannability */
}

/* products */
.products {
  text-align: center;
  background: #fbf9fb; /* 🟢 Soft linen background tint with a faint, clean plum undertone */
  padding: 50px 20px;   
  border-top: 1px solid rgba(59, 20, 48, 0.05); /* 🟢 Soft plum decorative separation line */
}

/* Section Title styling */
.products h2 {
  color: #3b1430; /* 🟢 Corporate Deep Plum for high-authority section headings */
  font-weight: 800; /* Strengthened for a cleaner structural appearance */
  margin-bottom: 35px;
}

.grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  padding: 20px;
  width: 230px;
  border-radius: 12px; /* 🟢 Slightly smoother modern corner radius */
  /* 🟢 Box shadow re-engineered with a subtle plum signature instead of muddy teal */
  box-shadow: 0 4px 16px rgba(59, 20, 48, 0.05); 
  border: 1px solid rgba(59, 20, 48, 0.03); /* Subtle baseline card boundary */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card img {
  width: 100%;
  height: 160px; /* Optional fix: Keeps product images a uniform grid height */
  object-fit: contain;
  border-radius: 6px; 
  margin-bottom: 12px; 
}

/* --- PREMIUM INTERACTIVE HOVER EFFECT --- */
.card:hover {
  transform: translateY(-6px); 
  /* 🟢 Replaced the vivid teal glow with a professional, rich plum drop-shadow depth */
  box-shadow: 0 16px 32px rgba(59, 20, 48, 0.12); 
  /* 🟢 Optional: Subtle amber-gold border pop on hover to create a luxury highlight */
  border-color: rgba(217, 119, 6, 0.3); 
}

/* --- PRODUCT CARD TYPOGRAPHY --- */
.card h3 {
  color: #3b1430; /* 🟢 Deep Plum Corporate for the product or category titles */
  font-size: 17px; /* Micro-scaled up for a bolder B2B presentation */
  font-weight: 700;
  margin: 8px 0;
}
/* brands slider */
.brand-slider {
  overflow: hidden;
  padding: 35px 20px; 
  background-color: #ffffff; 
  border-top: 1px solid rgba(59, 20, 48, 0.08);    
  border-bottom: 1px solid rgba(59, 20, 48, 0.08); 
}

.brand-track {
  display: flex;
  align-items: center; 
  animation: scroll 30s linear infinite;
}

.brand-track img {
  width: 140px;
  margin: 0 25px;
  object-fit: contain;
  opacity: 1; /* 🟢 Kept at full opacity so logos are perfectly sharp and clean */
  
  /* ❌ Removed all color filters entirely to keep original logo graphics exactly as they are */
  filter: none; 
  transition: transform 0.3s ease;
}

/* Brands section heading layout */
.brands h2 {
  color: #3b1430; 
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0; 
}

/* --- INTERACTIVE HOVER EFFECT --- */
/* Simple modern scale pop without shifting colors */
.brand-track img:hover {
  transform: scale(1.08); /* 🟢 Slightly boosted the pop scale for clean interaction */
  cursor: pointer;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* button */
.btn {
  background: #f59e0b; 
  color: #3b1430;      
  padding: 10px 20px;  
  text-decoration: none;
  border-radius: 6px;  
  font-weight: 700;    
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn:hover {
  background: #d97706; 
  color: #ffffff;      
}


/* --- ADDRESS BLOCK STYLING --- */
#address {
  line-height: 1.6;
  margin-top: 5px;
  color: #5c4856;       /* 🟢 Adjusted to a soft plum-gray for elegant scannability */
  font-size: 14px;
}

/* --- GOOGLE MAP IFRAME CONTAINER --- */
.map iframe {
  width: 100%;
  height: 380px;        
  border: 0;
  border-radius: 8px;   
  box-shadow: 0 4px 15px rgba(59, 20, 48, 0.06); /* 🟢 Re-engineered with soft plum tint shadow */
  transition: box-shadow 0.3s ease-in-out;
}

/* --- INTERACTIVE MAP HOVER ELEVATION --- */
.map iframe:hover {
  box-shadow: 0 8px 24px rgba(59, 20, 48, 0.12); /* 🟢 Shadow deepens with rich plum depth on hover */
}

/* FULL WIDTH SECTION */
.compliance-full {
  width: 100%;
  background: #fbf9fb;     /* 🟢 Changed to premium soft linen backdrop with faint plum undertone */
  padding: 20px 0;         
  margin-top: 35px;
  border-top: 1px solid rgba(59, 20, 48, 0.05); /* 🟢 Soft plum boundary separation line */
}

/* Heading - Swapped to corporate theme color */
.compliance-full h2 {
  color: #3b1430;          /* 🟢 Corporate Deep Plum for section titles */
  font-weight: 800;
  margin-bottom: 20px;
}

/* Inner alignment (uses container) */
.compliance {
  max-width: 500px;
  background: #ffffff;     
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(59, 20, 48, 0.04); 
  border-left: 4px solid #f59e0b; /* 🟢 Solid vibrant corporate gold brand accent strip */
}

/* Row alignment */

/* Row alignment */
.compliance-row {
  display: grid;
  grid-template-columns: 180px auto;
  margin-bottom: 12px;     
  font-size: 14px;
  color: #5c4856;          /* High-contrast slate grey text for optimal information scannability */
}

/* Remove margin on the last row item inside the box */
.compliance-row:last-child {
  margin-bottom: 0;
}

/* Labels - Matching with corporate plum theme */
.label {
  font-weight: 700;
  color: #3b1430; /* 🟢 Deep corporate plum color */
  letter-spacing: 0.3px; 
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact h2 {
  color: #3b1430; /* 🟢 Deep corporate plum for section titles */
  font-weight: 800;
  margin-bottom: 30px;
}

/* --- CONTACT SECTION GRID CLEANUP --- */

.contact .row {
    display: flex !important;
    flex-wrap: wrap; /* Allows safe folding on mobile phones */
    width: 100% !important;
    margin: 0 !important; /* Clears negative row margin gaps */
  }

  /* Ensures the left details panel card spans its full assigned grid space */
  .contact .col-lg-5 {
    width: 41.666667% !important; /* Standard Bootstrap 5/12 column width calculation */
    flex: 0 0 41.666667% !important;
    padding-left: 0 !important; /* Removes padding clipping issues */
  }

  /* Ensures the right map panel container spans its full assigned grid space */
  .contact .col-lg-7 {
    width: 58.333333% !important; /* Standard Bootstrap 7/12 column width calculation */
    flex: 0 0 58.333333% !important;
    padding-right: 0 !important;
  }

  /* Maximizes the map component surface layer */
  .contact .map {
    width: 100% !important;
    height: 100% !important;
  }

.contact .info {
  border-top: 3px solid #3b1430; /* 🟢 Grounded with deep corporate plum top border */
  border-bottom: 3px solid #3b1430; /* 🟢 Grounded with deep corporate plum bottom border */
  padding: 30px;
  background: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 24px 0 rgba(59, 20, 48, 0.06); /* 🟢 Updated with subtle plum shadow tint */
}

.contact .info i {
  font-size: 20px;
  color: #3b1430; /* 🟢 Icon colors shift to primary plum */
  float: left;
  width: 44px;
  height: 44px;
  background: #f4eff3; /* 🟢 Updated to soft pastel plum background tint */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #3b1430; /* 🟢 Deep plum headings */
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5c4856; /* 🟢 Legible plum-gray body text */
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3b1430; /* 🟢 Deep plum background for social badges */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #f59e0b; /* 🟢 Hover changes cleanly to corporate gold */
  color: #3b1430;      /* Contrast inversion text color */
}

.contact .info .email:hover i, 
.contact .info .address:hover i, 
.contact .info .phone:hover i {
  background: #3b1430; /* 🟢 Snaps to filled primary plum on container item hover */
  color: #fff;
}

/* --- THE EMAIL FORM STYLING --- */
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #3b1430; /* 🟢 Clean plum borders to match info deck */
  border-bottom: 3px solid #3b1430; 
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(59, 20, 48, 0.06); 
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.contact .php-email-form .validate {
  display: none;
  color: #dc2626; 
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #dc2626; 
  text-align: left;
  padding: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #3b1430;
  background: #fcd34d; /* 🟢 Form success message matches clean dark gold scheme */
  text-align: center;
  padding: 15px;
  font-weight: 700;
  border-radius: 4px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #f59e0b; /* 🟢 Spinner animation matches corporate gold color */
  border-top-color: #fbf9fb;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  padding-bottom: 8px;
  color: #3b1430; /* 🟢 Form field labels updated to deep corporate plum */
  font-weight: 600;
}

.contact .php-email-form input, 
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #cbd5e1; 
}

/* Active Form Focus Highlights */
.contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus {
  border-color: #3b1430; /* 🟢 Focus edge border changes to deep plum on user click */
  box-shadow: 0 0 0 3px rgba(59, 20, 48, 0.12); /* 🟢 Soft modern plum focal glow ring */
  outline: none;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

/* --- THE SUBMIT ACTION BUTTON --- */
.contact .php-email-form button[type="submit"] {
  background: #f59e0b; /* 🟢 High contrast amber-gold call-to-action */
  border: 0;
  padding: 12px 34px;
  color: #3b1430;       /* 🟢 Deep plum lettering inside button for absolute B2B legibility */
  transition: 0.4s;
  border-radius: 50px;
  font-weight: 700;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b1430; /* 🟢 Flips cleanly to deep corporate plum on mouse hover */
  color: #ffffff;      /* Text turns to white */
}

/* --- THE MAP CONTAINER STYLING --- */
.contact .map {
  width: 100%;
  height: 100%; /* Matches the left block height via Bootstrap's d-flex stretch */
  border-top: 3px solid #3b1430; /* Matches your brand Vivid Teal line */
  border-bottom: 3px solid #3b1430; /* Matches your brand Vivid Teal line */
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(59, 20, 48, 0.06);  /* Matches your signature teal shadow tint */
  display: flex; /* Forces child iframe to occupy all available internal vertical room */
}

.contact .map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 380px; /* Establishes a comfortable fallback height base for compact tablet screens */
}

/* --- FOOTER COMPONENT --- */
footer {
  background: #3b1430; /* 🟢 Elite corporate deep plum background canvas */
  color: #ffffff;      
  text-align: center;
  padding: 35px 20px;  
  margin-top: 50px;    
  border-top: 4px solid #f59e0b; /* 🟢 Striking gold border trim to complete the palette architecture */
}

/* Footer Paragraph Typography */
footer p {
  margin: 0 0 8px 0;   
  font-size: 14px;
  opacity: 0.9;        
  letter-spacing: 0.3px;
}

/* Removals of trailing margins on the final element */
footer p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #fcd34d;      /* 🟢 Highlights location tags cleanly using soft radiant gold typography */
}


/* --- STICKY ORDER FLOATING BUTTON --- */

.sticky-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999 !important;
  pointer-events: auto !important;

  /* Brand Typography & Sizing */
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;  
  
    /* 🚀 HIGH-CONTRAST ALTERNATIVE: Makes the gradient transition look distinct and sharp */
  background: linear-gradient(135deg, #3b1430 0%, #7e22ce 100%) !important;

  padding: 14px 28px;
  border-radius: 50px; 
  
  /* Premium Elevation Drop Shadows */
  box-shadow: 0 8px 24px rgba(59, 20, 48, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  
  /* Transitions */
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}


.sticky-btn:hover {
  background: #f59e0b; 
  color: #3b1430;      
  transform: translateY(-3px) scale(1.02); 
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.4); 
}

.sticky-btn:active {
  transform: translateY(-1px); /* Compresses down realistically when tapped/clicked */
}



@media (max-width: 768px) {

  /* 1. Allows navigation links to wrap to a new line cleanly */
  .header-flex {
    flex-direction: column;
    align-items: flex-start; /* Aligns everything nicely to the left */
    gap: 12px;               /* Adds breathing room between the logo block and navigation */
  }

  /* 2. Allows the logo and long text to wrap vertically if space runs out */
  .logo-box {
    flex-direction: row;     /* Keeps logo and text side-by-side if they fit */
    flex-wrap: wrap;         /* Drops text down if screen gets extremely narrow */
    align-items: center;
  }

  .logo {
    height: 28px;              /* Reduced from 36px to save vertical space */
  }

  /* 3. Decreases the font size so the massive text block contracts */
  #companyName {
    font-size: 16px;         /* Shrunk from 24px so it doesn't break the layout */
    line-height: 1.2;
    margin: 0;
  }

  /* 4. Fixes navigation spacing when it drops below the company name */
  nav {
    width: 100%;             /* Spans full width for alignment controls */
    display: flex;
    justify-content: flex-start; /* Aligns links to the left */
  }

  nav a {
    margin-left: 10px;          /* Removes desktop left-margin gap */
    margin-right: 20px;      /* Adds right-margin separation between links instead */
    font-size: 12px;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }

   .hero-text h2 {
      font-size: 16px;
  }


  .hero-image {
    text-align: center;
  }

  #companyName {
  font-size: 18px;     /* 🔥 increased from ~17–18 */
}

.contact .row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Overrides the desktop percentages to take up 100% full screen width */
  .contact .col-lg-5,
  .contact .col-lg-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Pushes the map down dynamically to separate it from the details block above */
  .contact .col-lg-7 {
    margin-top: 24px !important;
  }

  /* Keeps horizontal borders inside screen bounds without clipping */
  .contact .info,
  .contact .map {
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important; /* Fixes the border line spill over bug */
  }

  .contact .map iframe {
    width: 100% !important;
    min-height: 320px !important; /* Perfect height profile for quick phone scrolling */
  }

  .compliance-row {
  display: flex;
  flex-wrap: wrap;          /* Stacks elements if screen is too narrow */
  gap: 12px;               /* Replaces grid column spacing */
  margin-bottom: 12px;     
  font-size: 14px;
  color: #5c4856;          
  word-break: break-all;   
}

/* Ensure the label retains its space on wider screens */
.compliance-row > span:first-child {
  flex: 0 0 180px;
}



  footer {
    padding-bottom: 72px !important; 
  }

.sticky-btn {
    position: fixed !important;
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
    width: calc(100% - 32px) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    z-index: 999999 !important; /* Forces it over the top of the footer text layer */
    
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px; 
    text-align: center;
  }

}

