/* QGAS iletişim sayfası - iki adres düzeni */
body.qgaz-contact-page .qgas-contact-two-addresses {
  padding: clamp(28px, 4vw, 48px) !important;
}

.qgas-contact-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.qgas-contact-location-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(20px, 2.6vw, 30px);
  background: linear-gradient(145deg, #ffffff, #f0f7ff);
  border: 1px solid rgba(0, 95, 190, .13);
  box-shadow: 0 18px 42px rgba(6, 43, 99, .10);
}

.qgas-contact-location-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -56px;
  top: -56px;
  border-radius: 50%;
  background: rgba(0, 115, 223, .08);
  pointer-events: none;
}

.qgas-contact-location-primary {
  background: linear-gradient(145deg, #ffffff, #edf7ff);
}

.qgas-contact-location-secondary {
  background: linear-gradient(145deg, #ffffff, #f4f9ff);
}

.qgas-contact-location-header {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.qgas-contact-location-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(0, 102, 204, .10);
  color: #0065c9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qgas-contact-location-header h3 {
  margin: 12px 0 8px;
  color: #062b63;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.qgas-contact-location-header p {
  margin: 0;
  color: #345b86;
  line-height: 1.65;
  font-weight: 600;
}

body.qgaz-contact-page .qgas-contact-location-card .qgaz-contact-info-box {
  margin: 0;
  border-radius: 18px;
}

body.qgaz-contact-page .qgas-contact-location-card .info-item a {
  color: #006bd6;
  text-decoration: none;
  font-weight: 900;
}

body.qgaz-contact-page .qgas-contact-location-card .info-item a:hover {
  text-decoration: underline;
}

body.qgaz-contact-page .qgas-contact-location-map {
  position: relative;
  margin-top: 20px !important;
  overflow: hidden;
  border-radius: 18px;
  background: #eaf4ff;
  box-shadow: inset 0 0 0 1px rgba(0, 95, 190, .10);
}

body.qgaz-contact-page .qgas-contact-location-map iframe {
  height: 340px;
}

.qgas-map-click-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  text-decoration: none;
  background: linear-gradient(to top, rgba(4, 33, 77, .18), rgba(4, 33, 77, 0) 48%);
  pointer-events: auto;
}

.qgas-map-click-layer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0057b8, #0077df);
  box-shadow: 0 12px 24px rgba(0, 76, 160, .22);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .qgas-contact-location-grid {
    grid-template-columns: 1fr;
  }

  body.qgaz-contact-page .qgas-contact-location-map iframe {
    height: 320px;
  }
}

@media (max-width: 560px) {
  .qgas-contact-location-card {
    padding: 18px;
  }

  body.qgaz-contact-page .qgas-contact-location-map iframe {
    height: 280px;
  }
}
