/* 3E Yazılım iletişim sayfası firma bilgileri */

.three-company-info {
  width: 100%;
  margin: 24px 0;
  padding: 30px;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  background: #ffffff;
}

.three-company-info-head {
  max-width: 820px;
  margin-bottom: 25px;
}

.three-company-info-kicker {
  margin: 0 0 7px;
  color: #175fc7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.three-company-info h2 {
  margin: 0;
  color: #071a39;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.three-company-info-head > p:last-child {
  margin: 12px 0 0;
  color: #526176;
  font-size: 15px;
  line-height: 1.7;
}

.three-company-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.three-company-details {
  margin: 0;
  border-top: 1px solid #dce3ec;
}

.three-company-details > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #dce3ec;
}

.three-company-details dt {
  color: #65748a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.three-company-details dd {
  margin: 0;
  color: #071a39;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

.three-company-details address {
  margin: 0;
  font-style: normal;
}

.three-company-office {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #d7e0ea;
  border-radius: 7px;
  background: #f7f9fc;
}

.three-company-office b {
  display: block;
  margin: 0 0 8px;
  color: #071a39;
  font-size: 18px;
  line-height: 1.3;
}

.three-company-office p {
  margin: 0;
  color: #536279;
  font-size: 14px;
  line-height: 1.65;
}

.three-company-office-actions {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.three-company-office-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid #0d5ed7;
  border-radius: 5px;
  background: #0d5ed7;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.three-company-office-actions a:last-child {
  border-color: #c8d2df;
  background: #ffffff;
  color: #071a39;
}

.three-company-office-actions a:hover {
  opacity: 0.88;
}

.contact-map-card {
  margin-top: 24px;
}

@media (max-width: 820px) {
  .three-company-info {
    padding: 23px;
  }

  .three-company-info-grid {
    grid-template-columns: 1fr;
  }

  .three-company-details > div {
    grid-template-columns: 145px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .three-company-info {
    margin: 18px 0;
    padding: 18px;
  }

  .three-company-info h2 {
    font-size: 27px;
  }

  .three-company-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .three-company-office {
    padding: 17px;
  }
}

/* 3E COMPANY INFO SINGLE COLUMN START */
.three-company-info .three-company-info-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.three-company-info .three-company-details {
  width: 100% !important;
  max-width: none !important;
}
/* 3E COMPANY INFO SINGLE COLUMN END */
