:root {
  --plainclr: #fff;
  --themeprimaryclr: #e72b57;
  --themesecondaryclr: #999;
}

.address-sec-eight .contact-card {
  background-color: var(--plainclr);
  padding: 2rem;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.address-sec-eight .contact-card .avatar {
  border: 2px solid var(--themeprimaryclr);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.address-sec-eight .contact-card .avatar img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.address-sec-eight .contact-card h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--themeprimaryclr);
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .address-sec-eight .contact-card h2 {
    font-size: 1rem;
  }
  .address-sec-eight .card-container {
    padding: 1rem !important;
  }
}
.address-sec-eight .contact-info {
  font-size: 0.92rem;
  color: var(--themesecondaryclr);
}

.address-sec-eight .contact-info a {
  color: var(--themesecondaryclr);
  text-decoration: none;
}

.address-sec-eight .contact-info a:hover {
  color: var(--themeprimaryclr);
  text-decoration: underline;
}

.address-sec-eight .contact-info i {
  color: var(--themeprimaryclr);
  margin-right: 8px;
}

.address-sec-eight .contact-btn {
  background-color: var(--themeprimaryclr);
  color: var(--plainclr);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  width: 100%;
  margin-top: 1.5rem;
  transition: background-color 0.5s ease;
}

.address-sec-eight .contact-btn:hover {
  background-color: var(--plainclr);
  color: var(--themeprimaryclr);
  border: 1px solid var(--themeprimaryclr);
}

.address-sec-eight .contact-btn:active {
  background-color: var(--plainclr);
  color: var(--themeprimaryclr);
  border: 1px solid var(--themeprimaryclr);
}

.address-sec-eight .card-container {
  background-color: var(--themeprimaryclr);
  border-radius: 15px;
  padding: 2rem;
  width: -moz-max-content;
  width: 100%;
  margin: auto;
}/*# sourceMappingURL=contact-cardDesign8.css.map */