.contact-section {
  background: #fff;
  padding: 80px 48px;
  font-family: var(--sub-font);
}

.ct-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.ct-header {
  text-align: center;
  margin-bottom: 56px;
}

.ct-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 10px;
}

.ct-h2 {
  font-family: var(--head-font);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.18;
  margin-bottom: 14px;
}

.ct-bar {
  width: 48px;
  height: 3px;
  background: var(--saffron);
  border: none;
  margin: 0 auto 16px;
}

.ct-sub {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
  max-width: 520px;
  margin: 0 auto;
}

.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.ct-info {
  background: #fff7f2;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  /* gap: 32px; */
}

.ct-info-title {
  font-family: var(--head-font);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-mid);
  margin-bottom: 6px;
}

.ct-info-sub {
  font-size: 14px;
   color: var(--brown-mid);
  line-height: 1.6;
}

.ct-timing {
     background: rgb(240 180 41 / 30%);
    border: 1px solid rgba(232, 97, 10, 0.3);
    padding: 5px 20px;
    display: flex;
    align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.ct-timing-ico {
  font-size: 22px;
  flex-shrink: 0;
}
.ct-timing-label {
  font-size: 11px;
   color: var(--brown-mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.ct-timing-val {
  font-family: var(--head-font);
  font-size: 18px;
  font-weight: 600;
   color: var(--brown-mid);
}

.ct-info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ct-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.ct-ico-label {
  font-size: 11px;
    color: var(--brown-mid);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.ct-ico-val {
  font-size: 14px;
  font-weight: 500;
color: var(--brown-mid);
  line-height: 1.5;
}
.ct-ico-val a {
  color: var(--gold-light);
  text-decoration: none;
}
.ct-ico-val a:hover {
  /* text-decoration: underline; */
  color: var(--saffron);
}

.ct-info-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* Social buttons */
.ct-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ct-soc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  font-weight: 500;
   color: var(--brown-mid);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 7px 14px;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.ct-soc-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--saffron);
}

/* ══ RIGHT — Form ══ */
.ct-form-wrap {
  background: #fff;
  padding: 48px 44px;
}

.form-title {
  font-family: var(--head-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.form-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.5;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group:last-of-type {
  margin-bottom: 0;
}

.form-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 0.04em;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--cream-dark);
  background: var(--cream);
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  border-radius: 0;
  appearance: none;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--saffron);
  background: #fff;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a5c3a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.form-submit {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  background: var(--saffron);
  color: #fff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.form-submit:hover {
  background: var(--brown-mid);
}

/* ── Map strip ── */
.ct-map {
  border: 1px solid var(--cream-dark);
  border-top: none;
  background: var(--cream);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ct-map-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}

.ct-map-addr {
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.5;
}
.ct-map-addr strong {
  display: block;
  font-family: var(--head-font);
  font-size: 15px;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.ct-map-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--saffron);
  border: 1px solid var(--saffron-light);
  padding: 7px 16px;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.ct-map-link:hover {
  background: var(--saffron);
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 760px) {
  .contact-section {
    padding: 52px 20px;
  }
  .ct-grid {
    grid-template-columns: 1fr;
  }
  .ct-info,
  .ct-form-wrap {
    padding: 36px 28px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .ct-map {
    padding: 18px 20px;
  }
}
