/* ----- HistoVT Custom CSS ----- */


#contact-fram, #content-fram {
    width: 768px;
    max-width: 100%;
  height:1900px;
    margin: 0 auto; /* Centers horizontally */
    display: block;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    #contact-fram, #content-fram {
        width: 340px;
        height:2100px;
    }
}



.center { text-align:center; }
.footerText { font-size:12px; }

div.pdfdl-wrap { display:flex; justify-content:space-around;
				position:relative; left:0; top:0; }
div.pdfdl-each { margin:10px; margin-right:0px; 
				font-size:11px; text-align:center;
				background-color: white;} 
.pdfdl-img { max-width:48px; }
.hide-spanish { display:none; }
.show-spanish { display:block; }
.pdffram-fram { margin:10px; border:3px solid fuchsia;  }

button:hover { color:#d4af37; }
button.btn-histovt {
  width:250px; height:60px;
  background-color:#619a46;
    color: #ffffff;
    border-radius: 500;
    padding: 0 38px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    font-family: Lato;
    text-transform: none;
    letter-spacing: .5px;

}

.quick-contact-dean { }
.quick-contact-dean>h2 { font-family:Lato; font-size:24px; }

.vidWrap { }
.vidEach { }
.vidFram { }

.uk-article-title { font-weight:700; text-align:center; font-size: 60px; }
.uk-section-secondary { background: #d4af37; }



img.imag { border:1px solid #e1c158; border-radius:5%; box-shadow: 0 10px 30px 0 rgb(0 0 0 / 14%); }

.uk-section { padding-top:30px; padding-bottom:30px; }

img.divisionLink { height:100px; }
.divisionLink:hover { background-color:#FFFFE0; height:100px; }



.kcot1 { margin: 20px 20px 20px 40px; float: right; 
border-bottom: 5px solid #b29700; }
.kcot2 { margin: 20px; float: left; }
.kcot3 { list-style: circle outside none; 
	margin-left: 240px; font-size: 20px; line-height: 40px; }

.krette1 { margin: 20px 20px 20px 40px; float: left; 
border-bottom: 5px solid #b29700; }
.krette2 { margin: 0px; float: right; }
.krette3 { list-style: circle outside none; 
	margin-left: 0px; font-size: 20px; line-height: 40px; }

.softbx1 { margin: 20px 40px 20px 20px; float: right; 
border-bottom: 5px solid #b29700; }
.softbx2 { margin: 20px; float: left; }
.softbx3 { list-style: circle outside none; 
	margin-left: 240px; font-size: 20px; line-height: 40px; }


img.opensign:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}








/* ============================
   HISTOLOGICS VET CUSTOM CSS
   Prefix: hv-
   ============================ */

/* Hero Section */
.hv-hero {
  padding: 4rem 2rem;
  background: linear-gradient(to right, #f0f9ff, #ffffff);
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.hv-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
}

.hv-hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.hv-cta-button {
  background-color: #1574ab;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.hv-cta-button:hover {
  background-color: #105b87;
}

/* Product Grid Section */
.hv-device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.hv-device-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-align: center;
}

.hv-device-card:hover {
  transform: translateY(-4px);
}

.hv-device-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  color: #2a2a2a;
}

.hv-device-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.hv-device-card a {
  font-weight: bold;
  color: #1574ab;
}

/* Image Block */
.hv-image-block {
  text-align: center;
  margin: 2rem auto;
}

.hv-image-block img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Section Wrapper */
.hv-section {
  padding: 3rem 2rem;
  max-width: 1000px;
  margin: auto;
}

/* Hashtags / Tags */
.hv-hashtags {
  font-size: 0.85rem;
  color: #777;
  margin-top: 1rem;
}

.hv-hashtags span {
  margin-right: 0.5rem;
}





















/* ----- HistoVT Custom END ----- */