﻿/* Contact section styles */
.contact-info-box {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.contact-info-intro {
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-intro h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info-intro p {
  margin: 6px 0;
  font-size: 15.5px;
  line-height: 1.6;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 14px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #ececec;
  color: #000000;
  font-size: 18px;
}

.contact-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-info-label {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

.contact-info-value {
  margin: 2px 0 0;
  font-size: 14px;
  word-break: break-word;
}
