/* ==========================================================================
   SQUINAL CONTACT US PAGE — 100% MATCHING REFERENCE DESIGN + US OFFICE
   ========================================================================== */

:root {
  --sq-contact-red: #e61919;
  --sq-contact-red-hover: #cc1414;
  --sq-contact-dark: #0f172a;
  --sq-contact-body: #475569;
  --sq-contact-muted: #64748b;
  --sq-contact-border: #e2e8f0;
  --sq-contact-bg-light: #f8fafc;
  --sq-contact-font: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.sq-contact-page {
  font-family: var(--sq-contact-font);
  background-color: #ffffff;
  color: var(--sq-contact-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* ==========================================================================
   HERO / MAIN CONTACT SECTION
   ========================================================================== */
.sq-contact-hero-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url('../images/pbg1.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.sq-contact-hero-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .sq-contact-hero-wrap {
    padding: 0 20px;
  }
}

/* Top Kicker */
.sq-top-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 12px;
}

.sq-red-dot {
  width: 7px;
  height: 7px;
  background-color: var(--sq-contact-red);
  border-radius: 50%;
  display: inline-block;
}

/* Main Hero Heading */
.sq-hero-heading {
  font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.sq-text-highlight-red {
  color: var(--sq-contact-red);
}

.sq-hero-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  max-width: 540px;
  margin-bottom: 22px;
}

/* Trust Badges Row */
.sq-trust-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}

.sq-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
}

.sq-trust-badge i {
  color: var(--sq-contact-red);
  font-size: 14px;
}

/* Section 1B: Send Us a Message */
.sq-msg-heading {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.sq-msg-sub {
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 20px;
}

/* 3 Quick Contact Cards */
.sq-quick-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .sq-quick-cards-grid {
    grid-template-columns: 1fr;
  }
}

.sq-quick-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.sq-quick-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(15, 23, 42, 0.08);
}

.sq-quick-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.sq-icon-red {
  background-color: #fee2e2;
  color: #dc2626;
}

.sq-icon-green {
  background-color: #dcfce7;
  color: #16a34a;
}

.sq-icon-whatsapp {
  background-color: #dcfce7;
  color: #25d366;
}

.sq-quick-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.sq-quick-text {
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
}

.sq-quick-text strong {
  color: #16a34a;
}

/* Operational note below cards */
.sq-operational-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #64748b;
  margin-top: 10px;
}

.sq-operational-note span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   RIGHT COLUMN: START YOUR PROJECT FORM CARD
   ========================================================================== */
.sq-project-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.07);
}

@media (max-width: 768px) {
  .sq-project-form-card {
    padding: 24px 20px;
    margin-bottom: 30px;
  }
}

.sq-form-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.sq-form-sub {
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 20px;
}

/* Contact Form Feedback Alerts */
.sq-contact-alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sq-alert-success {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-weight: 600;
}

.sq-alert-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-weight: 500;
}

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

@media (max-width: 600px) {
  .sq-form-row {
    grid-template-columns: 1fr;
  }
}

.sq-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sq-form-label {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}

.sq-form-label span.sq-required {
  color: var(--sq-contact-red);
}

.sq-form-input,
.sq-form-select,
.sq-form-textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  font-family: inherit;
  color: #0f172a;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sq-form-input:focus,
.sq-form-select:focus,
.sq-form-textarea:focus {
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

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

/* Form Action Bottom Row */
.sq-form-bottom-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.sq-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--sq-contact-red);
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sq-submit-btn:hover {
  background-color: var(--sq-contact-red-hover);
  transform: translateY(-1px);
}

/* ==========================================================================
   SECTION 2: OUR LOCATIONS
   ========================================================================== */
.sq-locations-section {
  padding: 50px 0 40px;
  background-color: #ffffff;
}

.sq-locations-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 1080px) {
  .sq-locations-wrap {
    flex-direction: column;
    padding: 0 20px;
  }
}

.sq-locations-left-meta {
  width: 220px;
  flex-shrink: 0;
  border-left: 3px solid var(--sq-contact-red);
  padding-left: 16px;
}

.sq-locations-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.2;
}

.sq-locations-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

/* Locations Grid */
.sq-locations-cards-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 900px) {
  .sq-locations-cards-grid {
    grid-template-columns: 1fr;
  }
}

.sq-locations-row-2 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

@media (max-width: 900px) {
  .sq-locations-row-2 {
    grid-template-columns: 1fr;
  }
}

.sq-loc-card {
  border-radius: 10px;
  padding: 18px 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sq-loc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(15, 23, 42, 0.08);
}

.sq-loc-card-red {
  background-color: #fff1f2;
  border: 1px solid #ffe4e6;
}

.sq-loc-card-blue {
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
}

.sq-loc-card-green {
  background-color: #f0fdf4;
  border: 1px solid #dcfce7;
}

.sq-loc-card-purple {
  background-color: #f5f3ff;
  border: 1px solid #ede9fe;
}

.sq-loc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sq-badge-red { color: #e11d48; }
.sq-badge-blue { color: #2563eb; }
.sq-badge-green { color: #16a34a; }
.sq-badge-purple { color: #7c3aed; }

.sq-loc-org-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.sq-loc-address {
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
}

.sq-loc-img-thumb {
  width: 90px;
  height: 75px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   SECTION 3: STATS & QUICK CHAT BANNER
   ========================================================================== */
.sq-stats-chat-section {
  padding: 10px 0 40px;
  background-color: #ffffff;
}

.sq-stats-chat-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .sq-stats-chat-wrap {
    padding: 0 20px;
  }
}

.sq-stats-chat-banner {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1024px) {
  .sq-stats-chat-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sq-stats-left-grid {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.sq-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sq-stat-circle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fee2e2;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.sq-stat-num {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
}

.sq-stat-lbl {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.sq-chat-right-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 600px) {
  .sq-chat-right-col {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.sq-chat-text-wrap {
  text-align: left;
}

.sq-chat-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.sq-chat-sub {
  font-size: 12px;
  color: #64748b;
  max-width: 300px;
}

.sq-whatsapp-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #25d366;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.sq-whatsapp-pill-btn:hover {
  background-color: #20ba59;
  transform: translateY(-1px);
}

/* ==========================================================================
   SECTION 4: FOOTER TAGLINE
   ========================================================================== */
.sq-tagline-section {
  padding: 30px 0 50px;
  text-align: center;
  background-color: #ffffff;
}

.sq-india-world-tagline {
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.02em;
}

.sq-text-india {
  color: #ef4444;
}

.sq-text-world {
  color: #2563eb;
}
