/* ==========================================================================
   Holiday Vibez — Contact page (#hvcp). Adapted from the approved layout.
   Right column holds the universal <x-enquiry-form>; its own styling applies.
   ========================================================================== */
#hvcp, #hvcp *, #hvcp *::before, #hvcp *::after { box-sizing: border-box; }
#hvcp { font-family: 'Poppins', sans-serif; color: #111827; background: #fff; -webkit-font-smoothing: antialiased; }
#hvcp a { text-decoration: none; }
#hvcp img { display: block; max-width: 100%; }
#hvcp ul, #hvcp li { list-style: none; margin: 0; padding: 0; }

/* HERO */
.hvcp-hero { background: #f8fafc; border-bottom: 1px solid #e5e7eb; padding: 52px 24px 46px; text-align: center; }
.hvcp-hero-in { max-width: 640px; margin: 0 auto; }
.hvcp-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #0041d0; background: #eef3ff; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; }
.hvcp-hero h1 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; line-height: 1.22; letter-spacing: -.5px; color: #111827; margin: 0 0 14px; }
.hvcp-hero h1 span { color: #0041d0; }
.hvcp-hero p { font-size: 15px; color: #64748b; line-height: 1.7; margin: 0 0 26px; }
.hvcp-hero-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.hvcp-hl { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; border: 1.5px solid #e5e7eb; border-radius: 100px; font-size: 13.5px; font-weight: 500; color: #111827; background: #fff; transition: border-color .15s, color .15s; white-space: nowrap; }
.hvcp-hl i { font-size: 14px; }
.hvcp-hl:hover { border-color: #0041d0; color: #0041d0; }
.hvcp-hl.blue { background: #0041d0; color: #fff; border-color: #0041d0; }
.hvcp-hl.blue:hover { background: #0031a0; color: #fff; }
.hvcp-hl.green { background: #fff; border-color: #a7f3d0; color: #065f46; }
.hvcp-hl.green:hover { background: #ecfdf5; border-color: #10b981; }

/* MAIN 2-COL */
.hvcp-body { max-width: 1180px; margin: 0 auto; padding: 52px 24px 60px; display: grid; grid-template-columns: 1fr 390px; gap: 44px; align-items: start; }
.hvcp-sec-label { font-size: 11px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: #0041d0; margin-bottom: 6px; }
.hvcp-sec-h { font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; color: #111827; letter-spacing: -.4px; margin: 0 0 6px; }
.hvcp-sec-sub { font-size: 14px; color: #64748b; margin: 0 0 22px; }

/* Tabs */
.hvcp-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.hvcp-tab { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; font-family: inherit; font-size: 13px; font-weight: 500; color: #374151; background: #fff; border: 1.5px solid #e5e7eb; border-radius: 100px; cursor: pointer; transition: all .15s; white-space: nowrap; }
.hvcp-tab i { font-size: 12px; }
.hvcp-tab:hover { border-color: #0041d0; color: #0041d0; }
.hvcp-tab.on { background: #0041d0; border-color: #0041d0; color: #fff; font-weight: 600; }

/* Panels */
.hvcp-panel { display: none; }
.hvcp-panel.on { display: block; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; }
.hvcp-panel-info { padding: 22px 24px 20px; border-bottom: 1px solid #f0f0f0; }
.hvcp-panel-badge { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: #0041d0; background: #eef3ff; padding: 3px 10px; border-radius: 100px; margin-bottom: 8px; }
.hvcp-panel-city { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 16px; }
.hvcp-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.hvcp-info-box { display: flex; align-items: flex-start; gap: 10px; }
.hvcp-info-icon { width: 32px; height: 32px; border-radius: 8px; background: #eef3ff; color: #0041d0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 14px; }
.hvcp-info-lbl { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: #94a3b8; margin-bottom: 3px; }
.hvcp-info-val { font-size: 13px; font-weight: 500; color: #111827; line-height: 1.55; }
.hvcp-info-val a { color: #111827; }
.hvcp-info-val a:hover { color: #0041d0; }
.hvcp-panel-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.hvcp-btn-dir { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; background: #0041d0; color: #fff; font-size: 13px; font-weight: 600; border-radius: 8px; transition: background .15s; }
.hvcp-btn-dir:hover { background: #0031a0; color: #fff; }
.hvcp-btn-wa { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #fff; color: #16a34a; border: 1.5px solid #bbf7d0; font-size: 13px; font-weight: 600; border-radius: 8px; transition: background .15s, border-color .15s; }
.hvcp-btn-wa:hover { background: #f0fdf4; border-color: #16a34a; color: #16a34a; }
.hvcp-panel-map { height: 250px; background: #f0f4f8; }
.hvcp-panel-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Why-us */
.hvcp-why { margin-top: 36px; }
.hvcp-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.hvcp-why-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; }
.hvcp-why-ico { width: 36px; height: 36px; flex-shrink: 0; border-radius: 9px; background: #eef3ff; color: #0041d0; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.hvcp-why-h { font-size: 13.5px; font-weight: 600; color: #111827; margin: 0 0 3px; }
.hvcp-why-t { font-size: 12px; color: #64748b; line-height: 1.55; margin: 0; }
.hvcp-wa { display: flex; align-items: center; gap: 14px; margin-top: 12px; padding: 16px 18px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; transition: background .15s; }
.hvcp-wa:hover { background: #dcfce7; }
.hvcp-wa-ball { width: 42px; height: 42px; border-radius: 10px; background: #16a34a; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; }
.hvcp-wa-h { font-size: 14px; font-weight: 600; color: #14532d; margin-bottom: 2px; }
.hvcp-wa-s { font-size: 12px; color: #16a34a; }

/* Sticky form wrapper */
.hvcp-form-sticky { position: sticky; top: 90px; }

/* Reviews */
.hvcp-reviews-sec { background: #f8fafc; padding: 60px 24px; border-top: 1px solid #e5e7eb; }
.hvcp-reviews-in { max-width: 1180px; margin: 0 auto; }
.hvcp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; margin-bottom: 32px; }
.hvcp-stat { padding: 20px 16px; text-align: center; border-right: 1px solid #e5e7eb; }
.hvcp-stat:last-child { border-right: none; }
.hvcp-stat-n { font-size: 26px; font-weight: 800; color: #0041d0; line-height: 1; margin-bottom: 6px; }
.hvcp-stat-l { font-size: 12px; color: #64748b; font-weight: 500; }
.hvcp-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hvcp-rev { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 22px; display: flex; flex-direction: column; transition: box-shadow .15s; }
.hvcp-rev:hover { box-shadow: 0 6px 20px rgba(0,0,0,.07); }
.hvcp-rev-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; letter-spacing: 1px; }
.hvcp-rev-txt { font-size: 13.5px; color: #374151; line-height: 1.7; margin: 0 0 16px; flex: 1; }
.hvcp-rev-foot { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.hvcp-rev-av { width: 38px; height: 38px; border-radius: 50%; color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hvcp-rev-name { font-size: 13px; font-weight: 600; color: #111827; }
.hvcp-rev-sub { font-size: 11.5px; color: #64748b; }

/* CTA */
.hvcp-cta { background: #eef3ff; border-top: 1px solid #dce8ff; padding: 50px 24px; text-align: center; }
.hvcp-cta-in { max-width: 620px; margin: 0 auto; }
.hvcp-cta h2 { font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; color: #0f172a; letter-spacing: -.4px; line-height: 1.2; margin: 0 0 10px; }
.hvcp-cta p { font-size: 15px; color: #64748b; margin: 0 0 24px; }
.hvcp-cta-btns { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.hvcp-cta-wa { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #25d366; color: #fff; font-size: 14.5px; font-weight: 600; border-radius: 100px; transition: background .15s, transform .15s; }
.hvcp-cta-wa:hover { background: #1ea954; transform: translateY(-1px); color: #fff; }
.hvcp-cta-call { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; background: transparent; color: #0041d0; border: 1.5px solid #0041d0; font-size: 14.5px; font-weight: 600; border-radius: 100px; transition: background .15s; }
.hvcp-cta-call:hover { background: #0041d0; color: #fff; }

@media (max-width: 960px) {
  .hvcp-body { grid-template-columns: 1fr; gap: 36px; }
  .hvcp-form-sticky { position: static; }
  .hvcp-stats { grid-template-columns: repeat(2, 1fr); }
  .hvcp-stat:nth-child(2) { border-right: none; }
  .hvcp-stat:nth-child(n+3) { border-top: 1px solid #e5e7eb; }
  .hvcp-rev-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hvcp-hero { padding: 40px 16px 34px; }
  .hvcp-body { padding: 38px 16px 44px; }
  .hvcp-info-grid { grid-template-columns: 1fr; }
  .hvcp-why-grid { grid-template-columns: 1fr; }
  .hvcp-rev-grid { grid-template-columns: 1fr; }
  .hvcp-reviews-sec { padding: 44px 16px; }
}
