.elementor-520 .elementor-element.elementor-element-10cabd1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-520 .elementor-element.elementor-element-10cabd1:not(.elementor-motion-effects-element-type-background), .elementor-520 .elementor-element.elementor-element-10cabd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-0bb9d56 *//* =========== Contact Page – Swadeshi Safety Store =========== */

.sws-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 16px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Tricolour accent */
.sws-contact-accent {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
  margin-bottom: 24px;
}

/* HERO */
.sws-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.sws-contact-hero__content {
  padding: 20px 20px 22px;
  border-radius: 18px;
  background: radial-gradient(circle at top left, #fff7ed 0, #ffffff 55%, #ecfdf3 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sws-contact-hero__content h1 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #111827;
}

.sws-contact-hero__content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

.sws-contact-hero__points {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #374151;
}
.sws-contact-hero__points li + li {
  margin-top: 4px;
}

/* Hero cards */
.sws-contact-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sws-contact-chip {
  background: #f9fafb;
  border-radius: 16px;
  padding: 14px 14px 12px;
  border: 1px solid #e5e7eb;
}

.sws-contact-chip--dark {
  background: #020617;
  color: #e5e7eb;
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.9);
}

.sws-contact-chip h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: inherit;
}

.sws-contact-chip p {
  margin: 0 0 4px;
  font-size: 13px;
}

.sws-contact-chip__line {
  font-size: 13px;
}

.sws-contact-chip__note {
  font-size: 12px;
  color: #9ca3af;
}

/* Generic section head (reuse from bulk page if already added) */
.sws-section {
  margin-bottom: 40px;
}

.sws-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px;
}
.sws-section__head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #111827;
}
.sws-section__head p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

/* Contact options grid */
.sws-contact-grid__wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sws-contact-grid__item {
  padding: 14px 14px 12px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
}
.sws-contact-grid__item h3 {
  margin: 0 0 6px;
  font-size: 14px;
  color: #111827;
}
.sws-contact-grid__item p {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
}

/* Contact form wrapper */
.sws-contact-form__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: flex-start;
}

/* LEFT (CF7 form container) */
.sws-contact-form__left .sws-contact-form__form {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 18px 18px 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

/* Reuse bulk form field styles */
.sws-bulk-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.sws-bulk-field {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.sws-bulk-field label {
  display: block;
  font-size: 13px;
  color: #374151;
  margin-bottom: 4px;
  font-weight: 500;
}
.sws-bulk-field label span {
  color: #ef4444;
  margin-left: 2px;
}
.sws-bulk-field input,
.sws-bulk-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 8px 10px;
  font-size: 13px;
  color: #111827;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.sws-bulk-field input:focus,
.sws-bulk-field textarea:focus {
  border-color: #f26b1d;
  box-shadow: 0 0 0 1px rgba(242, 107, 29, 0.25);
}
.sws-bulk-field input::placeholder,
.sws-bulk-field textarea::placeholder {
  color: #9ca3af;
  font-size: 12px;
}

/* Submit button for contact form */
input.wpcf7-submit.sws-contact-form__submit {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1d2bb0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
  margin-top: 6px;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
input.wpcf7-submit.sws-contact-form__submit:hover {
  background: #182391;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.5);
}

/* CF7 messages */
.wpcf7 form .wpcf7-response-output {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
}
.wpcf7 form .wpcf7-mail-sent-ok {
  background: #dcfce7;
  border: 1px solid #16a34a;
  color: #14532d;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-mail-sent-ng {
  background: #fee2e2;
  border: 1px solid #dc2626;
  color: #7f1d1d;
}
span.wpcf7-not-valid-tip {
  font-size: 11px;
  color: #dc2626;
  margin-top: 2px;
}

/* Right side info cards */
.sws-contact-form__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sws-contact-info-card {
  background: #020617;
  color: #e5e7eb;
  border-radius: 18px;
  padding: 16px 15px 16px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.7);
}
.sws-contact-info-card--lite {
  background: #f3f4f6;
  color: #111827;
  box-shadow: none;
}
.sws-contact-info-card h3,
.sws-contact-info-card h4 {
  margin: 0 0 6px;
  font-size: 16px;
  color: gray;
}
.sws-contact-info-card p {
  margin: 0 0 6px;
  font-size: 13px;
}
.sws-contact-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  font-size: 13px;
}
.sws-contact-info-card ul li {
  margin-bottom: 3px;
}

/* Bottom strip */
.sws-contact-strip {
  margin-top: 32px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
}

/* Responsive */
@media (max-width: 1024px) {
  .sws-contact-hero {
    grid-template-columns: 1fr;
  }
  .sws-contact-grid__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sws-contact-form__wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sws-contact-page {
    padding: 32px 14px 46px;
  }
  .sws-contact-grid__wrap {
    grid-template-columns: 1fr;
  }
  .sws-bulk-form__row {
    grid-template-columns: 1fr;
  }
  input.wpcf7-submit.sws-contact-form__submit {
    width: 100%;
    justify-content: center;
  }
}
form.wpcf7-form.init {
    display: flex;
    flex-direction: column-reverse;
}/* End custom CSS */