.iletisim-main {
  min-height: 100vh;
  padding-top: 90px;
  background: #ffffff;
}

.single-content-section {
  padding: 70px 0 20px;
}

.column-wrapper.single-content-section {
  float: right;
  width: 55%;
  z-index: 3;
  position: relative;
  padding: 0 60px 120px;
}

.column-image {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 45%;
  top: 90px;
  z-index: 1;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.column-image .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) brightness(0.62);
}

.column-image .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.5));
}

.column-image .column-title {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px 50px;
  z-index: 11;
}

.column-image .column-title h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.column-image .column-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: -70px;
  width: 40px;
  height: 2px;
  background: #fff;
}

.column-image .column-title h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: rgba(255,255,255,0.91);
  max-width: 400px;
  font-size: 20px;
  margin: 20px 0 0;
}

.fixed-column-dec {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 70px;
  height: 70px;
  z-index: 21;
  border-top: 1px solid rgba(255,255,255,0.51);
  border-right: 1px solid rgba(255,255,255,0.51);
  border-bottom-color: rgba(255,255,255,0.51);
  border-left-color: rgba(255,255,255,0.51);
}

#sec1 {
  margin: 0 auto 80px;
  padding: 0;
}

.container.small-container {
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
}

.post.fl-wrap.fw-post {
  border: 1px solid #eeeeee;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  margin: 0 auto 50px;
  max-width: 1120px;
}

.section-title.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.section-title.fl-wrap h3,
.section-title.fl-wrap h4 {
  margin: 0;
}

.section-title.fl-wrap h3 {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  line-height: 1.1;
}

.section-title.fl-wrap h4 {
  max-width: 100%;
  text-align: left;
  line-height: 18px;
  font-size: 16px;
  color: #848484;
  font-style: italic;
  margin: 0;
}

.section-number {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #999;
}

.section-number:before {
  content: '';
  position: absolute;
  left: -40px;
  width: 15px;
  height: 2px;
  background: #292929;
  top: 50%;
  margin-top: -1px;
}

.pr-det-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 28px;
}

.contact-details.fl-wrap {
  display: block;
  margin-top: 50px;
}

.contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  margin-bottom: 12px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-details span {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  color: #999;
  text-transform: none;
  font-size: 12px;
}

.contact-details a {
  color: #111;
  text-decoration: none;
}

.custom-form {
  float: left;
  width: 100%;
  position: relative;
}

.contact-form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-form .col-md-6 {
  display: grid;
  gap: 20px;
}

.contact-form .col-md-12 {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  padding: 20px 30px;
  font-family: inherit;
  font-size: 12px;
  color: #000;
  margin-bottom: 35px;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: #000;
  font-weight: 600;
  font-size: 10px;
  font-family: 'Ek Mukta', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-form input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}

.contact-form textarea {
  min-height: 200px;
  resize: none;
  padding: 25px 30px;
}

.contact-form .date-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.date {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  padding: 20px 30px;
  background: #fff;
  min-height: 60px;
}

.date input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #000;
}

.select {
  cursor: pointer;
  float: left;
  border: 1px solid #e4e4e4;
  background: #fff;
  width: 100%;
  padding: 18px 30px;
  margin-bottom: 20px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #000;
  font-size: 10px;
}

.contact-form button {
  width: auto;
  padding: 0 25px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #292929;
  color: #fff;
  font-size: 11px;
  text-transform: none !important;
  height: 44px;
  line-height: 44px;
  float: left;
  position: relative;
  margin: 25px 0 15px;
  border-radius: 0;
}

.btn.flat-btn.color-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-form button.btn.flat-btn.color-bg {
  width: auto;
  padding: 0 25px;
  height: 44px;
  line-height: 44px;
  min-width: 140px;
}

.btn.flat-btn.color-bg:hover {
  transform: translateY(-1px);
  background: #333;
}

.comment-section .comment-reply-title {
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.comment-section .must-log-in {
  margin: 0;
  color: #7c7c7c;
}

.comment-section .must-log-in a {
  color: #111;
  text-decoration: underline;
}

@media (max-width: 1064px) {
  .column-wrapper.single-content-section {
    float: none;
    width: 100%;
    padding: 40px 50px 120px;
  }

  .column-image {
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    top: 0;
    padding: 150px 0;
  }

  .column-image .column-title {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }

  .contact-form .row {
    grid-template-columns: 1fr;
  }

  .text-right {
    text-align: left;
  }

  .container.small-container {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .column-title h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .column-title {
    padding: 20px;
  }

  .single-content-section .section-title h3 {
    font-size: 20px;
  }

  .section-number {
    display: none;
  }

  .column-image {
    padding: 100px 0;
  }

  .column-wrapper.single-content-section {
    padding: 0px 20px 120px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 14px 16px;
  }
}
