/*
Theme Name: shraddhachemicals
Theme URI: 
Author: Ayushi Patel
Author URI: 
Description: 
Version: 1.0.0
License: 
*/
.short-textarea {
    height: 100px !important;  /* or whatever height you want */
    min-height: 100px !important;
    resize: vertical; /* optional: allows resizing */
}
.form-control{
	padding:1rem .75rem!important;
}
.quick-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links-menu li {
  margin-bottom: 0.5rem;
}
 .cert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
  }
  .cert-item {
    text-align: center;
    width: 200px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .cert-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .cert-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1rem;
  }