/*
 * Değerlenir — contact page styles
 * Loaded only by contact.html. Shared header rules live in degerle-header.css.
 */

.degerle-contact-page {
  background: #ffffff;
  color: #071641;
}

.degerle-contact-hero {
  position: relative;
  min-height: 380px;
  padding: 122px 0 76px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(5, 20, 52, 0.96), rgba(5, 20, 52, 0.78) 48%, rgba(5, 20, 52, 0.28)), url("../images/banner/img-w-text1.jpg") center / cover no-repeat;
}

.degerle-contact-hero-content {
  max-width: 690px;
  color: #ffffff;
}

.degerle-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.degerle-contact-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a1a;
}

.degerle-contact-hero h1 {
  margin: 22px 0 18px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
}

.degerle-contact-mark {
  width: 58px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #ff7a1a;
}

.degerle-contact-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.degerle-contact-main {
  padding: 62px 0 72px;
}

.degerle-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.degerle-contact-panel,
.degerle-contact-side,
.degerle-contact-map {
  border: 1px solid rgba(6, 21, 65, 0.09);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(6, 21, 65, 0.08);
}

.degerle-contact-panel {
  padding: 36px;
}

.degerle-contact-title {
  margin: 0 0 12px;
  color: #061541;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
}

.degerle-contact-desc {
  max-width: 620px;
  margin: 0 0 28px;
  color: #465064;
  font-size: 14px;
  line-height: 1.75;
}

.degerle-contact-form {
  display: grid;
  gap: 18px;
}

.degerle-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.degerle-contact-field {
  display: grid;
  gap: 8px;
}

.degerle-contact-field.is-wide {
  grid-column: 1 / -1;
}

.degerle-contact-field label {
  color: #061541;
  font-size: 13px;
  font-weight: 800;
}

.degerle-contact-field input,
.degerle-contact-field select,
.degerle-contact-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid rgba(6, 21, 65, 0.12);
  border-radius: 8px;
  background: #f8fafc;
  color: #061541;
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.degerle-contact-field textarea {
  min-height: 142px;
  resize: vertical;
}

.degerle-contact-field input:focus,
.degerle-contact-field select:focus,
.degerle-contact-field textarea:focus {
  border-color: #ff7a1a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.12);
  outline: 0;
}

.degerle-contact-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #465064;
  font-size: 12px;
  line-height: 1.55;
}

.degerle-contact-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #ff7a1a;
}

.degerle-contact-submit {
  width: fit-content;
  min-width: 190px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 26px;
  border: 0;
  border-radius: 8px;
  background: #ff7a1a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.degerle-contact-submit:hover {
  background: #ed6505;
  color: #ffffff;
}

.degerle-contact-side {
  overflow: hidden;
}

.degerle-contact-side-head {
  padding: 28px;
  color: #ffffff;
  background: #061b50;
}

.degerle-contact-side-head h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.degerle-contact-side-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.degerle-contact-info-list {
  display: grid;
  gap: 0;
}

.degerle-contact-info-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(6, 21, 65, 0.08);
}

.degerle-contact-info-item:last-child {
  border-bottom: 0;
}

.degerle-contact-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 122, 26, 0.1);
  color: #ff7a1a;
  font-size: 20px;
}

.degerle-contact-info-item h4 {
  margin: 0 0 6px;
  color: #061541;
  font-size: 15px;
  font-weight: 800;
}

.degerle-contact-info-item p,
.degerle-contact-info-item a {
  margin: 0;
  color: #465064;
  font-size: 13px;
  line-height: 1.6;
}

.degerle-contact-social {
  padding: 22px 28px 28px;
}

.degerle-contact-social span {
  display: block;
  margin-bottom: 12px;
  color: #061541;
  font-size: 14px;
  font-weight: 800;
}

.degerle-contact-social-links {
  display: flex;
  gap: 10px;
}

.degerle-contact-social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f4f8;
  color: #061541;
  font-weight: 800;
}

.degerle-contact-social-links a:hover {
  background: #ff7a1a;
  color: #ffffff;
}

.degerle-contact-map-wrap {
  padding-top: 34px;
}

.degerle-contact-map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(6, 27, 80, 0.94), rgba(6, 27, 80, 0.56)), url("../images/location/location-12.jpg") center / cover no-repeat;
}

.degerle-contact-map iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
  display: block;
}

.degerle-contact-map-card {
  position: absolute;
  left: 34px;
  bottom: 34px;
  max-width: 390px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.degerle-contact-map-card h3 {
  margin: 0 0 8px;
  color: #061541;
  font-size: 22px;
  font-weight: 800;
}

.degerle-contact-map-card p {
  margin: 0;
  color: #465064;
  font-size: 13px;
  line-height: 1.65;
}

.degerle-contact-cta {
  margin-top: 34px;
  padding: 28px 32px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(90deg, #ff7a1a, #ff922f);
  color: #ffffff;
}

.degerle-contact-cta h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.degerle-contact-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.degerle-contact-cta a {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  color: #ff7a1a;
  font-weight: 800;
}

@media (max-width: 991px) {
  .degerle-contact-hero h1 {
  font-size: 42px;
  }

  .degerle-contact-grid,
  .degerle-contact-cta {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .degerle-contact-hero {
  min-height: auto;
  padding: 108px 0 54px;
  }

  .degerle-contact-hero h1 {
  font-size: 36px;
  }

  .degerle-contact-main {
  padding: 40px 0 54px;
  }

  .degerle-contact-panel,
  .degerle-contact-side-head,
  .degerle-contact-info-item,
  .degerle-contact-social,
  .degerle-contact-map-card,
  .degerle-contact-cta {
  padding: 22px;
  }

  .degerle-contact-fields {
  grid-template-columns: 1fr;
  }

  .degerle-contact-submit,
  .degerle-contact-cta a {
  width: 100%;
  }

  .degerle-contact-map-card {
  position: static;
  margin: 22px;
  }
}
