/* ============================================
   VEERA ART VILLAGE — CONTACT PAGE
   ============================================ */

/* ---- HERO ---- */
.vc-contact-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  overflow: hidden;
}
.vc-contact-bg {
  position: absolute;
  inset: 0;
  background: url('../images/gaumaya-craft-brand.webp') center center / cover no-repeat;
  z-index: 0;
}
.vc-contact-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20,6,6,0.90) 0%, rgba(125,28,28,0.75) 60%, rgba(60,10,10,0.85) 100%);
}
.vc-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.vc-hero-inner .gc-label {
  color: #c8a96e;
  font-size: 13px;
  letter-spacing: 3px;
}
.vc-hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  margin: 14px 0 18px;
  letter-spacing: 2px;
}
.vc-hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: 19px;
  line-height: 1.75;
  margin: 0;
  max-width: 560px;
}
.vc-section-divider {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #c8a96e, #7d1c1c);
  border-radius: 2px;
  margin: 16px 0 22px;
}

/* ---- INFO STRIP ---- */
.vc-info-strip {
  background: #7d1c1c;
  padding: 0;
  position: relative;
  z-index: 2;
}
.vc-info-row {
  border-top: 4px solid #c8a96e;
}
.vc-info-card {
  padding: 44px 32px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.12);
  transition: background 0.3s;
}
.vc-info-card:last-child {
  border-right: none;
}
.vc-info-card:hover {
  background: rgba(0,0,0,0.18);
}
.vc-info-icon {
  width: 68px;
  height: 68px;
  background: rgba(200,169,110,0.12);
  border: 2px solid rgba(200,169,110,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #c8a96e;
  margin: 0 auto 18px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.vc-info-card:hover .vc-info-icon {
  background: rgba(200,169,110,0.22);
  border-color: #c8a96e;
  transform: scale(1.08);
}
.vc-info-card h6 {
  color: #c8a96e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vc-info-card p {
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
.vc-info-card p a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.2s;
}
.vc-info-card p a:hover {
  color: #c8a96e;
}
.vc-info-card p small {
  display: block;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  margin-top: 5px;
}

/* ---- MAIN SECTION HEADING ---- */
.vc-section-head {
  margin-bottom: 48px;
}
.vc-section-head .gc-label {
  font-size: 13px;
  letter-spacing: 3px;
}
.vc-section-head .gc-title {
  font-size: 38px;
  margin-top: 8px;
  margin-bottom: 0;
}

/* ---- CONTACT FORM CARD ---- */
.vc-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 48px 44px;
  box-shadow: 0 12px 60px rgba(125,28,28,0.11);
  border: 1px solid rgba(125,28,28,0.07);
  border-top: 4px solid #7d1c1c;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vc-form-wrap form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vc-form-wrap form .row {
  flex: 1;
}
.vc-form-wrap .vc-field:has(textarea) {
  flex: 1;
}
.vc-form-wrap .vc-field textarea {
  flex: 1;
  min-height: 120px;
}
.vc-form-head {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(125,28,28,0.08);
}
.vc-form-head h3 {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a0a0a;
  margin-bottom: 8px;
  line-height: 1.2;
}
.vc-form-head p {
  color: #777;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
.vc-field {
  display: flex;
  flex-direction: column;
}
.vc-field label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7d1c1c;
  margin-bottom: 8px;
}
.vc-field input,
.vc-field select,
.vc-field textarea {
  width: 100%;
  padding: 15px 18px;
  background: #faf8f5;
  border: 1.5px solid rgba(125,28,28,0.14);
  border-radius: 10px;
  font-size: 16px;
  color: #1a0a0a;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
}
.vc-field input::placeholder,
.vc-field textarea::placeholder {
  color: #bbb;
}
.vc-field input:focus,
.vc-field select:focus,
.vc-field textarea:focus {
  background: #fff;
  border-color: #7d1c1c;
  box-shadow: 0 0 0 4px rgba(125,28,28,0.08);
}
.vc-field textarea {
  resize: vertical;
  min-height: 130px;
}
.vc-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath d='M1.5 1.5l5 5 5-5' stroke='%237d1c1c' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}
.vc-field select option {
  background: #fff;
  color: #1a0a0a;
  font-size: 15px;
}
.vc-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 40px;
  background: linear-gradient(135deg, #c83a10 0%, #7d1c1c 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.25s, box-shadow 0.3s;
  box-shadow: 0 6px 24px rgba(125,28,28,0.28);
  margin-top: 8px;
}
.vc-submit-btn:hover:not(:disabled) {
  opacity: 0.93;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(125,28,28,0.35);
}
.vc-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.vc-response {
  margin-top: 16px;
  font-size: 15px;
}
.vc-success {
  color: #1e6e3a;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eaf7ef;
  padding: 14px 18px;
  border-radius: 8px;
  border-left: 4px solid #27a657;
  font-size: 15px;
}
.vc-error {
  color: #b02c0c;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fdf0ec;
  padding: 14px 18px;
  border-radius: 8px;
  border-left: 4px solid #c83a10;
  font-size: 15px;
}

/* ---- RIGHT PANEL ---- */
.vc-right-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Map */
.vc-map-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7d1c1c;
  margin-bottom: 12px;
  display: block;
}
.vc-map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 36px rgba(125,28,28,0.15);
  border: 2px solid rgba(125,28,28,0.1);
  margin-bottom: 36px;
}
.vc-map-wrap iframe {
  display: block;
}

/* ---- PANEL INFO CARDS (single column, horizontal) ---- */
.vc-panel-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  margin-bottom: 24px;
}
.vc-panel-card {
  background: #7d1c1c;
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  transition: background 0.3s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(125,28,28,0.18);
}
.vc-panel-card:hover {
  background: #6a1616;
  transform: translateX(5px);
  box-shadow: 0 8px 28px rgba(125,28,28,0.28);
}
.vc-panel-icon {
  width: 58px;
  height: 58px;
  background: rgba(200,169,110,0.13);
  border: 2px solid rgba(200,169,110,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #c8a96e;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}
.vc-panel-card:hover .vc-panel-icon {
  background: rgba(200,169,110,0.22);
  border-color: #c8a96e;
}
.vc-panel-body { flex: 1; }
.vc-panel-body h6 {
  color: #c8a96e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.vc-panel-body p {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
.vc-panel-addr-line {
  color: rgba(255,255,255,0.60) !important;
  font-size: 13px !important;
  margin-top: 2px !important;
}
.vc-panel-body p a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.2s;
}
.vc-panel-body p a:hover { color: #c8a96e; }
.vc-panel-body p small {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  margin-top: 3px;
}

/* Social Follow */
.vc-social-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7d1c1c;
  margin-bottom: 16px;
  display: block;
}
.vc-social-row {
  display: flex;
  gap: 10px;
}
.vc-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s;
  flex: 1;
  justify-content: center;
}
.vc-social-pill:hover {
  opacity: 0.88;
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.vc-social-pill.fb  { background: #1877f2; }
.vc-social-pill.ig  { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.vc-social-pill.yt  { background: #ff0000; }

/* ---- OUR LOCATION SECTION ---- */
.vc-location-section { padding-bottom: 100px; }

.vc-map-full {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(125,28,28,0.13);
  border: 2px solid rgba(125,28,28,0.1);
}
.vc-map-full iframe {
  display: block;
  width: 100%;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1199px) {
  .vc-panel-card { padding: 18px 18px; gap: 16px; }
}
@media (max-width: 991px) {
  .vc-info-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 32px 24px;
  }
  .vc-info-card:last-child { border-bottom: none; }
  .vc-contact-hero { min-height: 58vh; padding: 110px 0 70px; }
  .vc-right-panel { height: auto; }
  .vc-panel-cards { flex: none; }
  .vc-panel-card  { flex: none; }
  .vc-form-wrap { padding: 36px 30px; }
  .vc-section-head .gc-title { font-size: 32px; }
  .vc-map-full iframe { height: 380px; }
}
@media (max-width: 767px) {
  .vc-contact-hero {
    min-height: 52vh;
    padding: 100px 0 56px;
    text-align: center;
  }
  .vc-hero-inner { max-width: 100%; }
  .vc-hero-sub { font-size: 16px; margin: 0 auto; }
  .vc-section-divider { margin-left: auto; margin-right: auto; }
  .vc-info-strip { display: none; }
  .vc-form-wrap { padding: 28px 20px; border-top-width: 3px; }
  .vc-form-head h3 { font-size: 24px; }
  .vc-form-head p { font-size: 15px; }
  .vc-section-head .gc-title { font-size: 26px; }
  .vc-social-pill { font-size: 13px; padding: 10px 12px; }
}
@media (max-width: 480px) {
  .vc-contact-hero { padding: 90px 0 48px; }
  .vc-hero-title { font-size: 32px; }
  .vc-hero-sub { font-size: 15px; }
  .vc-form-wrap { padding: 22px 16px; }
  .vc-field input,
  .vc-field select,
  .vc-field textarea { font-size: 15px; padding: 13px 14px; }
  .vc-panel-card { padding: 14px 12px; gap: 12px; }
  .vc-panel-icon { width: 46px; height: 46px; font-size: 18px; }
  .vc-panel-body p { font-size: 13px; }
  .vc-map-full iframe { height: 280px; }
}
