/* ==========================================================================
   Live Group Get In Touch (Contact Us) Widget Styles
   ========================================================================== */

/* Elementor Widget Wrapper Full Width override */
.elementor-widget-live_group_get_in_touch {
  width: 100% !important;
}

.lg-touch-wrapper {
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 80px 24px 100px 24px;
  box-sizing: border-box;
  background: var(--Gradient-1, linear-gradient(122deg, var(--color-red-48, #D41F27) 0%, var(--color-red-55, #DE563B) 52%, var(--color-red-64, #E67D62) 100%));
}

.lg-touch-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Header & Contact Details Grid */
.lg-touch-header-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  color: #ffffff;
}

.lg-touch-header-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Pill Badge */
.lg-touch-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lg-touch-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
}

.lg-touch-badge-icon svg {
  width: 13px;
  height: 13px;
}

/* Main Title */
.lg-touch-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.lg-touch-subtitle {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Header Right: Contact Info Items */
.lg-touch-header-right {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
}

.lg-touch-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.lg-touch-info-icon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
}

.lg-touch-info-icon svg {
  width: 16px;
  height: 16px;
}

.lg-touch-info-content a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.lg-touch-info-content a:hover {
  opacity: 0.85;
}

.lg-touch-info-text {
  color: rgba(255, 255, 255, 0.95);
}

/* White Form Card Box */
.lg-touch-form-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 44px 40px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  width: 100%;
}

/* CF7 Form Styling Overrides */
.lg-touch-form-card .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Form Row Grid Support */
.lg-touch-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lg-touch-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.lg-touch-form-card label,
.lg-touch-form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  display: block;
  margin-bottom: 6px;
}

.lg-touch-form-card input[type="text"],
.lg-touch-form-card input[type="email"],
.lg-touch-form-card input[type="tel"],
.lg-touch-form-card input[type="url"],
.lg-touch-form-card select,
.lg-touch-form-card textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #111827;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lg-touch-form-card input::placeholder,
.lg-touch-form-card textarea::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.lg-touch-form-card input[type="text"]:focus,
.lg-touch-form-card input[type="email"]:focus,
.lg-touch-form-card input[type="tel"]:focus,
.lg-touch-form-card select:focus,
.lg-touch-form-card textarea:focus {
  border-color: #DE563B;
  box-shadow: 0 0 0 3px rgba(222, 86, 59, 0.15);
}

.lg-touch-form-card textarea {
  min-height: 140px;
  resize: vertical;
}

/* Submit Button */
.lg-touch-form-card input[type="submit"],
.lg-touch-form-card button[type="submit"],
.lg-touch-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: 9999px;
  border: 1px solid #DE563B;
  background-color: #ffffff;
  color: #DE563B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: auto;
  align-self: flex-start;
  transition: all 0.25s ease;
}

.lg-touch-form-card input[type="submit"]:hover,
.lg-touch-form-card button[type="submit"]:hover,
.lg-touch-submit-btn:hover {
  background-color: #DE563B;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(222, 86, 59, 0.3);
}

/* CF7 Response Output Messages */
.lg-touch-form-card .wpcf7-response-output {
  margin: 16px 0 0 0;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}

/* Responsive Mobile Layout */
@media (max-width: 991px) {
  .lg-touch-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .lg-touch-header-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .lg-touch-title {
    font-size: 32px;
  }

  .lg-touch-form-card {
    padding: 32px 24px;
  }

  .lg-touch-form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .lg-touch-wrapper {
    padding: 50px 16px;
  }

  .lg-touch-title {
    font-size: 26px;
  }

  .lg-touch-form-card {
    padding: 24px 16px;
    border-radius: 8px;
  }
}