/* C:\xampp\htdocs\techsolution\css\contact-us.css */
/* Dark theme with red accents – white text boxes (inputs white bg, dark text) */

:root {
  --red       : #D0021B;
  --red-dark  : #a80015;
  --red-mid   : #d60000;
  --red-soft  : rgba(208,2,27,0.15);
  --black     : #0d0d0d;
  --white     : #ffffff;
  --bg-main   : #130508;
  --bg-card   : #323232;
  --muted     : #cbd5e1;
  --gray-bg   : #1a1a1f;
  --font-main : 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* === FIX: force dark background on this page === */
body.page-contact-us {
    background: #0d0d0d !important;
}

/* ===== HERO (unchanged) ===== */
.cu-hero {
  position: relative;
  background: #0d0d0d;
  overflow: hidden;
}
.cu-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(208,2,27,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,2,27,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: 0;
}
.cu-hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 420px;
}
.cu-hero-text {
  padding: 90px 3rem 90px 0;
  display: flex; flex-direction: column; justify-content: center;
}
.cu-hero-image {
  position: relative;
  overflow: hidden;
}
.cu-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
  transition: transform 0.5s ease;
}
.cu-hero-image:hover img { transform: scale(1.03); }
.cu-hero-image::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, #0d0d0d 0%, transparent 40%);
}
.cu-hero-img-placeholder {
  width: 100%; height: 100%; min-height: 420px;
  background: linear-gradient(135deg, #1a1a1e 0%, #111114 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; color: rgba(255,255,255,0.15);
}
.cu-hero-img-placeholder i { font-size: 48px; }
.cu-hero-img-placeholder span {
  font-family: 'Sora', sans-serif;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
}
.cu-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(208,2,27,0.15);
  border: 1px solid rgba(208,2,27,0.30);
  color: #af0505;
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 50px;
  margin-bottom: 1.4rem;
}
.cu-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 1rem;
  letter-spacing: -.5px;
}
.cu-hero h1 span { color: #D0021B; }
.cu-hero p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem; color: rgba(255,255,255,0.55);
  line-height: 1.8; max-width: 480px; margin: 0;
}

/* ===== BREADCRUMB ===== */
.cu-breadcrumb {
  background: var(--gray-bg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
}
.cu-breadcrumb-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 500;
  color: #ddd0d4;
}
.cu-breadcrumb a {
  color: #ddd0d4; text-decoration: none;
  transition: color .18s;
}
.cu-breadcrumb a:hover { color: var(--red-mid); }
.cu-breadcrumb i { font-size: 9px; opacity: .6; }
.cu-breadcrumb span { color: var(--red-mid); font-weight: 600; }

/* ===== MAIN LAYOUT ===== */
.cu-main {
  max-width: 1200px; margin: 0 auto;
  padding: 70px 2rem 90px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

/* ===== LEFT INFO PANEL ===== */
.cu-label {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--red-mid); margin-bottom: .5rem;
}
.cu-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: #fff;
  line-height: 1.2; margin-bottom: .9rem;
  letter-spacing: -.3px;
}
.cu-title span { color: var(--red-mid); }
.cu-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; color: #ddd0d4;
  line-height: 1.8; margin-bottom: 2.5rem;
}

.cu-info-cards { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.cu-info-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 14px; padding: 1.2rem 1.4rem;
  transition: box-shadow .2s, transform .2s;
}
.cu-info-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.4); transform: translateY(-2px); border-color: var(--red); }
.cu-info-icon {
  width: 44px; height: 44px; min-width: 44px;
  border-radius: 11px;
  background: rgba(208,2,27,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: var(--red-mid);
  transition: background .2s, color .2s;
}
.cu-info-card:hover .cu-info-icon { background: var(--red); color: #fff; }
.cu-info-card h4 {
  font-family: 'Sora', sans-serif;
  font-size: .85rem; font-weight: 700;
  color: var(--red-mid); text-transform: uppercase;
  letter-spacing: .8px; margin-bottom: .2rem;
}
.cu-info-card p, .cu-info-card a {
  font-family: 'DM Sans', sans-serif;
  font-size: .97rem; color: #f0dde0;
  margin: 0; text-decoration: none;
  transition: color .18s;
}
.cu-info-card a:hover { color: var(--red-mid); }

/* Quote block */
.cu-quote-block {
  position: relative;
  background: var(--bg-card);
  border-radius: 16px;
  padding: 2rem 2rem 2rem 2.4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid rgba(208,2,27,0.2);
}
.cu-quote-block::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--red);
  border-radius: 4px 0 0 4px;
}
.cu-quote-block::after {
  content: '“';
  position: absolute;
  top: -10px; right: 16px;
  font-size: 8rem;
  line-height: 1;
  color: rgba(208,2,27,0.2);
  font-family: Georgia, serif;
  pointer-events: none;
}
.cu-quote-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  color: #f0dde0;
  line-height: 1.8;
  margin-bottom: 1rem;
  position: relative; z-index: 1;
}
.cu-quote-author {
  display: flex; align-items: center; gap: 10px;
  position: relative; z-index: 1;
}
.cu-quote-dash {
  width: 24px; height: 2px;
  background: var(--red); border-radius: 2px; flex-shrink: 0;
}
.cu-quote-name {
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.cu-quote-dots {
  display: flex; gap: 6px; margin-top: 1.2rem;
  position: relative; z-index: 1;
}
.cu-qdot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer; border: none;
  transition: background .2s, transform .2s;
  padding: 0;
}
.cu-qdot.active { background: var(--red); transform: scale(1.3); }

.cu-social { display: flex; gap: 10px; margin-top: 1.8rem; }
.cu-social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(208,2,27,0.3);
  background: var(--bg-card);
  color: #f0dde0;
  font-size: 15px; text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.cu-social-link:hover { background: var(--red); color: #fff; border-color: var(--red); }

/* ===== RIGHT FORM CARD (dark card, white inputs) ===== */
.cu-form-card {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 20px;
  padding: 2.6rem 2.4rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}
.cu-form-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem; font-weight: 800;
  color: #fff; margin-bottom: .3rem;
}
.cu-form-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: .9rem; color: #ddd0d4;
  margin-bottom: 1.8rem; line-height: 1.6;
}

/* Alerts */
.cu-alert {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 16px; border-radius: 10px;
  margin-bottom: 1.4rem;
  font-family: 'DM Sans', sans-serif; font-size: 14px;
}
.cu-alert i { font-size: 15px; margin-top: 1px; flex-shrink: 0; }
.cu-alert-success {
  background: rgba(16,185,129,0.15);
  border: 1px solid rgba(16,185,129,0.3);
  color: #a7f3d0;
}
.cu-alert-error {
  background: rgba(208,2,27,0.15);
  border: 1px solid rgba(208,2,27,0.3);
  color: #fecaca;
}

/* Form elements – WHITE TEXT BOXES (white bg, dark text) */
.cu-form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin-bottom: 1rem;
}
.cu-form-group { display: flex; flex-direction: column; margin-bottom: 1rem; }
.cu-form-group:last-child { margin-bottom: 0; }
.cu-form-group label {
  font-family: 'Sora', sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .7px; text-transform: uppercase;
  color: var(--red-mid); margin-bottom: .45rem;
}
.cu-form-group label .req { color: var(--red); margin-left: 2px; }

.cu-input-wrap { position: relative; }
.cu-input-wrap i {
  position: absolute; left: 13px; top: 50%;
  transform: translateY(-50%);
  color: #888; font-size: 13px; pointer-events: none;
}
.cu-input, .cu-textarea {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #0d0d0d;              /* dark text on white background */
  background: #393939;          /* white background */
  border: 1.5px solid rgba(138, 10, 25, 0.3);
  border-radius: 10px;
  padding: 11px 14px 11px 38px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.cu-textarea { padding-left: 14px; resize: vertical; min-height: 130px; }
.cu-input::placeholder, .cu-textarea::placeholder { color: #aaa; }
.cu-input:focus, .cu-textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(208,2,27,0.15);
}

.cu-submit {
  width: 100%; margin-top: .5rem;
  background: var(--red); color: #fff;
  border: none; border-radius: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  transition: background .2s, box-shadow .2s, transform .15s;
}
.cu-submit:hover { background: #b50217; box-shadow: 0 6px 20px rgba(208,2,27,.4); transform: translateY(-1px); }
.cu-submit:active { transform: translateY(0); }
.cu-form-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: #aaa;
  text-align: center; margin-top: .9rem;
  line-height: 1.5;
}

/* ===== SCROLL REVEAL ===== */
.cu-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.cu-reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .cu-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .cu-form-card { padding: 2rem 1.6rem; }
}
@media (max-width: 768px) {
  .cu-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .cu-hero-text { padding: 60px 0 40px; }
  .cu-hero-image { min-height: 240px; }
  .cu-hero-image::before { background: linear-gradient(180deg, #0d0d0d 0%, transparent 40%); }
}
@media (max-width: 580px) {
  .cu-form-row { grid-template-columns: 1fr; }
  .cu-hero { padding: 70px 0 60px; }
  .cu-main { padding: 50px 1.4rem 70px; }
}