/* ==========================
   WONE LAW FIRM FORM — FLAT STYLE (NO BORDER-RADIUS)
   ========================== */
			/* ---------------------------------------
			GLOBAL / BASE (1200px container + reset)
			----------------------------------------*/
			#wone-law-firm-registration-message,
			#wone-loader,
			#wone-law-firm-registration-form {
				max-width: 1200px;
				width: 100%;
				margin: 0 auto;
			}

			/* Override spinner to remove radius (keep JS/HTML same) */
			#wone-loader .spinner {
				border-radius: 0 !important;
				border: 0 !important;
				border-top: 0 !important;
				width: 100px !important;
				height: 10px !important;
				background: linear-gradient(90deg, #3498db 0 25%, #f3f3f3 25% 50%, #3498db 50% 75%, #f3f3f3 75% 100%);
				animation: loadingbar 1s linear infinite !important;
				margin: 0 auto !important;
			}
			@keyframes loadingbar {
				0% { background-position: 0 0; }
				100% { background-position: 100px 0; }
			}
			@keyframes spin {0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);} }

			/* Typography & colors (minimal) */
			.wone-law-firm-label { display:block; font-weight:600; margin-bottom:6px; }
			.wone-law-firm-status { font-size:12px; margin-top:6px; display:block; }
			.wone-law-firm-error { color:#b00020; font-size:13px; margin-top:6px; }

			/* Form layout */
			.wone-law-firm-form { padding: 12px; }
			.wone-law-firm-form-row {
				display: flex;
				flex-wrap: wrap;
				gap: 20px;
				margin-bottom: 16px;
			}
			.wone-law-firm-form-group {
				flex: 1 1 280px;
				min-width: 240px;
			}

			/* Inputs / Selects / Textareas — no radius, no shadow */
			.wone-law-firm-input,
			.wone-law-firm-select,
			.wone-law-firm-textarea,
			.wone-dropdown-checkbox-container input[type="text"],
			.wp-editor-area {
				width: 100%;
				padding: 12px;
				border: 1px solid #ddd;
				border-radius: 0;
				box-shadow: none;
				background: #fff;
				font-size: 14px;
				outline: none;
			}
			.wone-law-firm-input:focus,
			.wone-law-firm-select:focus,
			.wone-law-firm-textarea:focus,
			.wone-dropdown-checkbox-container input[type="text"]:focus,
			.wp-editor-area:focus {
				border-color: #111;
				box-shadow: none;
				outline: none;
			}

			/* Checkboxes / radios */
			.wone-law-firm-checkbox { margin-right: 8px; }

			/* 3-column utility */
			.wone-columns-3 {
				display: flex;
				gap: 20px;
			}
			.wone-columns-3 .wone-col {
				flex: 1 1 0;
				min-width: 220px;
			}
			.wone-col .wone-industry-label,
			.wone-col .wone-practice-category-label {
				display: block;
				margin-bottom: 8px;
			}

			/* Dropdown with checkbox list */
			.wone-dropdown-checkbox-container {
				position: relative;
			}
			.wone-dropdown-checkbox-list {
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				right: 0;
				z-index: 9999;
				background: #fff;
				border: 1px solid #ddd;
				border-radius: 0;
				box-shadow: none;
				max-height: 260px;
				overflow: auto;
			}
			.wone-checkbox-options { padding: 10px; display: grid; gap: 8px; }

			/* Submit / buttons */
			.wone-sumit-button { margin-top: 8px; text-align: center; } /* CENTERED BTN */
			.wone-law-firm-submit {
				display: inline-block;
				padding: 12px 40px;
				background: #111;
				color: #fff;
				border: 1px solid #111;
				border-radius: 0;
				box-shadow: none;
				cursor: pointer;
				text-transform: uppercase;
				font-size: 14px;
				line-height: 1.2;
			}
			.wone-law-firm-submit:hover { background: transparent; color: #21d1cb; }

			/* Edit button (if used elsewhere) */
			.wone-law-firm-button {
				display: inline-block;
				padding: 12px 20px;
				background: #111;
				color: #fff;
				text-decoration: none;
				border: 1px solid #111;
				border-radius: 0;
				box-shadow: none;
				cursor: pointer;
				text-transform: uppercase;
				font-size: 14px;
				line-height: 1.2;
			}
			.wone-law-firm-button:hover { background: transparent; color: #111; }

			/* Messages */
			#wone-law-firm-registration-message p { margin: 10px 0; }

			/* === NEW: Section box + heading underline for the 4 subsections === */
			.wone-section {
				border: 1px solid #ddd;      /* outer border for the subsection */
				padding: 16px;               /* inner padding */
				margin-bottom: 16px;         /* spacing between sections */
				background: #fff;
			}
			.wone-section > .wone-law-firm-label {
				padding-bottom: 8px;         /* space for the underline */
				margin-bottom: 12px;
				border-bottom: 1px solid #ddd; /* heading bottom border */
			}

			/* Responsive tweaks */
			@media (max-width: 1024px) {
				.wone-columns-3 { flex-wrap: wrap; }
				.wone-columns-3 .wone-col { min-width: 300px; flex: 1 1 300px; }
			}
			@media (max-width: 768px) {
				.wone-law-firm-form-row { gap: 12px; }
				.wone-law-firm-form-group { min-width: 100%; flex-basis: 100%; }
				.wone-dropdown-checkbox-list { max-height: 220px; }
				.wone-columns-3 .wone-col { min-width: 100%; flex: 1 1 100%; }
			}
      				/* --- GLOBAL CONTAINER WIDTH (1200px) --- */
				.wone-law-firm-registration-message,
				#wone-loader,
				#wone-law-firm-registration-form {
					max-width: 1200px;
					width: 100%;
					margin: 0 auto;
				}
				/* No radius / no shadow anywhere */
				.wone-law-firm-button {
					display: inline-block;
					padding: 12px 20px;
					background: #111;
					color: #fff;
					text-decoration: none;
					border: 1px solid #111;
					border-radius: 0;
					box-shadow: none;
					cursor: pointer;
					text-transform: uppercase;
					font-size: 14px;
					line-height: 1.2;
				}
				.wone-law-firm-button:hover { background: transparent; color: #111; }


/* ======================================================
   FICM Neutrals Form — Modern Professional Design
   Clean • Responsive • Consistent with Directory Style
   ====================================================== */

:root {
  --ficm-bg: #ffffff;
  --ficm-surface: #f8f9fb;
  --ficm-border: #e2e8f0;
  --ficm-text: #1a1a1a;
  --ficm-muted: #64748b;
  --ficm-primary: #1a3e6f;      /* Deep Blue */
  --ficm-accent: #1b5b69;       /* Teal Accent */
  --ficm-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* ---------- Form Wrapper ---------- */
.wla-form-wrap {
  background: var(--ficm-bg);
  /* border: 1px solid var(--ficm-border); */
  border-radius: var(--ficm-radius);
  box-shadow: var(--ficm-shadow);
  padding: 30px 40px;
  margin: 0 auto 50px;
  font-family: 'Inter', 'Roboto', sans-serif;
  color: var(--ficm-text);
}

@media (max-width: 768px) {
  .wla-form-wrap { padding: 20px; }
}

/* ---------- Headings & Labels ---------- */
.wla-form-wrap label {
  display: block;
  font-weight: 600;
  color: var(--ficm-primary);
  margin-bottom: 6px;
  font-size: 15px;
}

.wla-note {
  font-size: 13px;
  color: var(--ficm-muted);
  margin-top: 4px;
}

/* ---------- Input / Select / Textarea ---------- */
.wla-form-wrap input[type="text"],
.wla-form-wrap input[type="email"],
.wla-form-wrap input[type="tel"],
.wla-form-wrap input[type="url"],
.wla-form-wrap input[type="file"],
.wla-form-wrap select,
.wla-form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ficm-border);
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.2s ease;
  background: #fff;
  box-sizing: border-box;
}

.wla-form-wrap input:focus,
.wla-form-wrap select:focus,
.wla-form-wrap textarea:focus {
  border-color: var(--ficm-accent);
  outline: none;
  box-shadow: 0 0 0 2px rgba(27,91,105,0.15);
}

/* ---------- Layout Grid ---------- */
.wla-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 22px;
}

.wla-field {
  flex: 1 1 100%;
  min-width: 250px;
}

.wla-half-width { flex: 1 1 calc(50% - 10px); }
.wla-third-width { flex: 1 1 calc(33.33% - 10px); }
.wla-full-width { flex: 1 1 100%; }

@media (max-width: 600px) {
  .wla-half-width,
  .wla-third-width {
    flex: 1 1 100%;
  }
}

/* ---------- Image Upload Section ---------- */
.wla-image-upload-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wla-image-preview-container {
  background: var(--ficm-surface);
  padding: 10px;
  border-radius: var(--ficm-radius);
  text-align: center;
  border: 1px dashed var(--ficm-border);
}

.wla-image-preview {
  background: #f1f5f9;
  height: 160px;
  border-radius: var(--ficm-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ficm-muted);
  font-size: 14px;
  margin-bottom: 10px;
}

.wla-image-preview.wla-circular {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  margin: 0 auto 10px;
}

/* ---------- Checkbox Grid ---------- */
.wla-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px 14px;
  background: var(--ficm-surface);
  padding: 14px;
  border-radius: var(--ficm-radius);
  border: 1px solid var(--ficm-border);
}

.wla-checkbox-grid label {
  font-weight: 500;
  color: var(--ficm-text);
  font-size: 14px;
}

.wla-checkbox-grid input[type="checkbox"] {
  margin-right: 6px;
}

/* ---------- Short Intro Styling ---------- */
#wla-short_intro {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ficm-border);
  border-radius: 6px;
  min-height: 100px;
  resize: vertical;
  font-size: 15px;
  color: var(--ficm-text);
  background: #fff;
}

#wla-short_intro:focus {
  border-color: var(--ficm-accent);
  box-shadow: 0 0 0 2px rgba(27,91,105,0.15);
}

#wla-short-intro-count {
  font-size: 13px;
  text-align: right;
  margin-top: 4px;
  color: var(--ficm-muted);
  font-style: italic;
}

/* ---------- Buttons ---------- */
.wla-form-footer {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 25px;
}

.wla-btn {
  border: none;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
}

.wla-btn.wla-primary {
  background: var(--ficm-accent);
  color: #fff;
}

.wla-btn.wla-primary:hover {
  background: #15717f;
}

.wla-btn.wla-ghost {
  background: transparent;
  border: 1px solid var(--ficm-border);
  color: var(--ficm-text);
}

.wla-btn.wla-ghost:hover {
  border-color: var(--ficm-accent);
  color: var(--ficm-accent);
}

/* ---------- Spinner Overlay ---------- */
#wla-spinner-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wla-spinner-content {
  text-align: center;
}

.wla-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #d1d5db;
  border-top-color: var(--ficm-accent);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ---------- Notice Messages ---------- */
.wla-form-notice {
  display: none;
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
}

.wla-form-notice.success {
  display: block;
  background: #e6fffa;
  color: #047857;
  border: 1px solid #34d399;
}

.wla-form-notice.error {
  display: block;
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}

/* ---------- Social Media Inputs ---------- */
.wla-social-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wla-social-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.wla-twitter-icon { background-image: url('https://cdn-icons-png.flaticon.com/512/733/733579.png'); }
.wla-facebook-icon { background-image: url('https://cdn-icons-png.flaticon.com/512/733/733547.png'); }
.wla-linkedin-icon { background-image: url('https://cdn-icons-png.flaticon.com/512/3536/3536505.png'); }

.wla-social-input-group input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid var(--ficm-border);
  font-size: 15px;
}

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
  .wla-btn {
    width: 100%;
    text-align: center;
  }
  .wla-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
}


/* Lawyer Registration Form */

/* ===========================
   Lawyer Registration Form
=========================== */
#lawyer-registration-form {

  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* Labels */
#lawyer-registration-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}

/* Form Row */
#lawyer-registration-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

#lawyer-registration-form .form-group {
  flex: 1;
  margin-bottom: 16px;
}

/* Inputs, Selects, Textareas */
#lawyer-registration-form input[type="text"],
#lawyer-registration-form input[type="email"],
#lawyer-registration-form input[type="url"],
#lawyer-registration-form input[type="file"],
#lawyer-registration-form select,
#lawyer-registration-form textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

#lawyer-registration-form input:focus,
#lawyer-registration-form select:focus,
#lawyer-registration-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

/* Submit Button */
#lawyer-registration-form button[type="submit"] {
  background-color: #21d1cb;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

#lawyer-registration-form button[type="submit"]:hover {
  background-color: #21d1cb;
}

/* Error messages */
.error-message {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
}

/* Dropdown Checkbox */
.dropdown-checkbox-container {
  position: relative;
}

.dropdown-checkbox-container input[type="text"] {
  cursor: pointer;
  background: #fff;
}

.dropdown-checkbox-list {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 220px;
  overflow-y: auto;
  z-index: 999;
}

.dropdown-checkbox-list label {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-checkbox-list label:hover {
  background: #f5f5f5;
}

/* Success & Error Alert */
#form-message {
  margin-bottom: 15px;
  padding: 12px;
  display: none;
}

#form-message.success {
  display: block;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#form-message.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Loader */
#form-loader {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
}

#form-loader .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top: 6px solid #0073aa;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  #lawyer-registration-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  #lawyer-registration-form button {
    width: 100%;
    font-size: 14px;
    padding: 14px;
  }
}

/* Memeberships Form for Wla */
/* ---------- Container ---------- */
/* 🌐 WLA Membership Form - Flat & Professional Style */






/* ===== 3 Box Layout ===== */
.wla-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

/* ===== Box Styling ===== */
.wla-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.wla-box h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
}

/* ===== Checkbox Group ===== */
.wla-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wla-checkbox-group label {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ===== Buttons ===== */
.wla-step-actions {
  text-align: center;
  margin-top: 20px;
}

.wla-step-actions button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 8px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.wla-step-actions button:hover {
  background: #005f8d;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .wla-step-grid {
    grid-template-columns: 1fr;
  }
}
.wla-membership-form-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.wla-error {
  border: 2px solid #e74c3c !important;
  background-color: #fff5f5 !important;
}
.wla-step-error {
  color: #e74c3c !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  line-height: 1.5 !important;
}


/* Headings */
.wla-membership-form-container h3 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #111;
  border-bottom: 2px solid #f3f4f6 !important;
  padding-bottom: 10px;
}

/* Labels */
.wla-membership-form-container label {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 15px;
  color: #111;
  letter-spacing: 0.2px;
}

/* Inputs, Selects, Textareas */
.wla-membership-form-container input,
.wla-membership-form-container select,
.wla-membership-form-container textarea {
  padding: 13px 14px;
  border: 1px solid #d1d5db !important;
  background: #f9fafb;
  color: #111;
  font-size: 14px;
  margin-bottom: 22px;
  line-height: 1.4;
  border-radius: 0 !important;
  transition: all 0.2s ease;
}

.wla-membership-form-container input:focus,
.wla-membership-form-container select:focus,
.wla-membership-form-container textarea:focus {
  border-color: #32bdb5 !important;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(50, 189, 181, 0.15);
}

/* Steps */
.wla-form-step {
  display: none !important;
  animation: fadeIn 0.4s ease;
}
.wla-form-step.active {
  display: block !important;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Buttons */
.wla-btn-next,
.wla-btn-prev,
.wla-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  border: none !important;
  border-radius: 0 !important;
}

/* Primary Buttons (Next/Submit) */
.wla-btn-next,
.wla-submit-btn {
  background: #32bdb5 !important;
  color: #fff !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.wla-btn-next:hover,
.wla-submit-btn:hover {
  background: #28a89f !important;
  transform: translateY(-1px);
}

/* Secondary Button (Prev) */
.wla-btn-prev {
  background: #f3f4f6 !important;
  color: #111 !important;
  border: 1px solid #d1d5db !important;
}
.wla-btn-prev:hover {
  background: #e5e7eb !important;
}

/* Checkbox groups */
.wla-checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px 20px;
  margin-bottom: 20px;
}

.wla-checkbox-group label {
  font-weight: 500;
  font-size: 14px;
  color: #111;
  display: flex;
  align-items: center;
}

.wla-checkbox-group input[type="checkbox"] {
  accent-color: #32bdb5;
  margin-bottom:1px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 0 !important;
}

/* Step actions (button alignment) */
.wla-step-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Progress bar */
.wla-form-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  position: relative;
}
.wla-progress-step {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #9ca3af;
  position: relative;
}
.wla-progress-step::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -50%;
  height: 2px;
  width: 100%;
  background: #e5e7eb;
  z-index: 0;
}
.wla-progress-step:last-child::after {display: none;}
.wla-progress-step.active {
  color: #32bdb5;
}
.wla-progress-step.active::after {
  background: #32bdb5;
}

/* Messages */
.wla-msg {
  background: rgba(50,189,181,0.1);
  color: #0d9488;
  padding: 12px 16px;
  border-left: 4px solid #32bdb5;
  margin-bottom: 16px;
  border-radius: 0 !important;
}
.wla-error {
  background: rgba(220,38,38,0.1);
  color: #b91c1c;
  padding: 12px 16px;
  border-left: 4px solid #ef4444;
  margin-bottom: 16px;
  border-radius: 0 !important;
}

/* Spinner overlay */
#wla-spinner-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.wla-spinner {
  border: 4px solid #e5e7eb;
  border-top: 4px solid #32bdb5;
  border-radius: 0 !important;
  width: 38px;
  height: 38px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {transform: rotate(360deg);}
}

/* Responsive */
@media (max-width: 768px) {
  .wla-membership-form-container {
    padding: 28px;
  }
  .wla-step-actions {
    flex-direction: column;
  }
  .wla-btn-next, .wla-btn-prev, .wla-submit-btn {
    width: 100%;
  }
}

/* Only affect elements inside step 4 */
  .wla-form-step[data-step="4"] .radio-group {
		flex-direction: column;   /* each option on its own row */
		gap: 8px;
		margin: 8px 0 16px;
		}
  .wla-form-step[data-step="4"] .radio-group label {
    display: block;
		align-items: center;
		gap: 8px;
		margin: 0;
		line-height: 1.3;
		}
  /* Hide utility (used for "Other" input) */
    .u-hidden { display:none; }

 /* Dropdown visibility controlled by class, not inline display:block */
  .checkbox-dropdown {
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: opacity .18s ease, visibility .18s ease;
   }
  .checkbox-dropdown.is-open {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
 }

/* DASHBOARD STYLE */

.wone-dashboard-unique {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 20px;
    gap: 20px;
    font-family: 'Roboto', sans-serif;
}
.wone-dashboard-left-unique,
.wone-dashboard-right-unique {
    padding: 20px;
    box-sizing: border-box;
}
.wone-dashboard-left-unique {
    flex: 1;
    min-width: 250px;
}
.wone-dashboard-right-unique {
    flex: 2;
    min-width: 300px;
}
.wone-dashboard-right-unique h2 {
    margin-top: 0;
    font-size: 2.2rem;
    color: #32bdb5;
    font-weight: 700;
}
.wone-dashboard-right-unique p {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wone-btn-unique {
    text-align: left ! important;
    border-radius: 0px ! important;
    background: #32bdb5 !important;
    color: #fff !important;
    padding: 14px 20px ! important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none ! important;
    cursor: pointer;
    font-size: 1rem ! important;
    font-weight: 600 !important;
    margin-bottom: 15px;
    width: 100% ! important;
    transition: transform 0.2s ease, background 0.2s ease;
}
.wone-btn-unique:hover {
    background: #29a9a3;
    transform: translateY(-2px);
}
/* Modal */
.wone-modal-unique {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}
.wone-modal-content-unique {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
.wone-close-unique {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}
.wone-modal-unique h3 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
}
.wone-modal-unique form label {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    color: #333;
    text-align: left;
}
#wla-consent-label {
    display: flex;
    align-items: center;
    gap: 8px; /* checkbox aur text ke beech thoda space */
    font-size: 14px;
    cursor: pointer;
}

#wla-consent-label input[type="checkbox"] {
    margin: 0; /* default margin hata diya */
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.wone-modal-unique form input {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}
.wone-modal-unique form button {
    margin-top: 20px;
    width: 100%;
}
.wone-message-unique {
    padding: 15px;
    margin: 20px auto;
    width: 90%;
    max-width: 900px;
    font-weight: 500;
    text-align: center;
    background-color: #e6f7ff;
    color: #32bdb5;
    border: 1px solid #b3e0ff;
}
@media (max-width: 768px) {
    .wone-dashboard-unique {
        flex-direction: column;
    }
}
#wla-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wla-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0073aa; /* WP blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wone-unique-thankyou-container {
    max-width: 750px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.8;
}

.wone-unique-thankyou-container h2 {
    color: #2c7be5;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
}

.wone-unique-thankyou-container .intro-text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    color: #444;
}

.wone-thankyou-details {
    background: #f7faff;
    border: 1px solid #dce6f7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wone-thankyou-details p {
    margin: 8px 0;
    font-size: 15px;
}

.wone-thankyou-details strong {
    color: #2c3e50;
}

.wone-thankyou-message {
    margin-top: 20px;
    padding: 15px;
    background: #e8f7ee;
    border-left: 4px solid #28a745;
    border-radius: 6px;
    font-weight: 500;
    color: #155724;
}

.wone-contact-info {
    margin-top: 30px;
    padding: 20px;
    background: #eef6ff;
    border-left: 4px solid #2c7be5;
    border-radius: 6px;
}

.wone-contact-info h3 {
    margin-bottom: 10px;
    color: #2c7be5;
}

.wone-form-unique-error {
    color: #b30000;
    background: #ffe5e5;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
}
/* ADD NEUTRALS */
/* Loading Overlay */
#wla-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wla-spinner-content {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 0; /* removed radius */
    box-shadow: none; /* removed shadow */
}

.wla-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0073aa;
    border-radius: 50%; /* keep circular spinner */
    width: 55px;
    height: 55px;
    animation: wla-spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes wla-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form Container */
.wla-form-wrap {
    width: 1200px; /* fixed width */
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    border-radius: 0; /* no rounded corners */
    box-shadow: none; /* no shadow */
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #333;
}

/* Rows */
.wla-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}

.wla-field {
    flex: 1;
    min-width: 220px;
}

.wla-half-width {
    flex: 0 0 calc(50% - 15px);
}

.wla-third-width {
    flex: 0 0 calc(33.333% - 15px);
}

.wla-full-width {
    flex: 0 0 100%;
}

/* Image Upload Styles */
.wla-image-upload-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.wla-image-upload-container {
    flex: 1;
    min-width: 250px;
}

.wla-image-preview {
    width: 100%;
    height: 120px;
    border: 2px dashed #ddd;
    border-radius: 0; /* removed radius */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.wla-image-preview:hover {
    border-color: #0073aa;
    background-color: #f9f9f9;
}

.wla-image-preview.wla-circular {
    border-radius: 0; /* no circle, square box */
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.wla-note {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

/* Checkbox List */
.wla-checkbox-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.wla-checkbox-grid label {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 0; /* no rounded corners */
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.wla-checkbox-grid label:hover {
    background: #f0f8ff;
    border-color: #0073aa;
}

.wla-checkbox-grid input {
    margin-right: 10px;
}

/* Contact and Social Styles */
.wla-contact-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.wla-social-input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wla-social-icon {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 0; /* square */
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form Elements */
.wla-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.wla-field input[type="text"],
.wla-field input[type="email"],
.wla-field input[type="tel"],
.wla-field select,
.wla-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 0; /* no rounded corners */
    font-size: 14px;
    transition: all 0.3s ease;
}

.wla-field input:focus,
.wla-field select:focus,
.wla-field textarea:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: none; /* no glow */
}

/* Buttons */
.wla-form-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.wla-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 0; /* square buttons */
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.wla-btn-primary {
    background-color: #0073aa;
    color: white;
}

.wla-btn-primary:hover {
    background-color: #005a87;
}

.wla-btn-ghost {
    background-color: transparent;
    color: #666;
    border: 1px solid #ddd;
}

.wla-btn-ghost:hover {
    background-color: #f5f5f5;
}

/* Notices */
.wla-form-notice {
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 0; /* no rounded corners */
    display: none;
}

.wla-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.wla-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Tag Chips */
.wla-tag-preview {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wla-chip {
    background-color: #e9ecef;
    padding: 4px 8px;
    border-radius: 0; /* no rounded corners */
    font-size: 12px;
    color: #495057;
}

/* Manual City Toggle */
.wla-city-manual-wrap {
    display: none;
    margin-top: 8px;
}

.wla-manual-toggle {
    margin-top: 8px;
    font-size: 12px;
}

.wla-manual-toggle label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-weight: normal;
}

.wla-spacer {
    height: 10px;
}

/* Responsive */
@media (max-width: 1250px) {
    .wla-form-wrap {
        width: 100%;
        margin: 0 10px;
    }
    .wla-form-row {
        flex-direction: column;
    }
}

/* SINGLE PAGE NEUTRALS PROFILE */
.wc-profile { font-family: Arial, sans-serif; color: #111; }

/* HERO */
.wc-hero { display: flex; flex-wrap: wrap; background: #f8f8f8; margin-bottom: 20px; }
.wc-hero-card { flex: 1 1 50%; padding: 30px; background: #fff; }
.wc-hero-card h1 { font-size: 32px; margin-bottom: 10px; }
.wc-title { font-size: 18px; margin-bottom: 20px; }
.wc-contact p { margin: 5px 0; }
.wc-actions button { padding: 10px; margin: 5px; border: 1px solid #111; background: none; cursor: pointer; font-size: 18px; }
.wc-actions button i { pointer-events: none; }
.wc-hero-img { flex: 1 1 50%; height: 500px; overflow: hidden; }
.wc-hero-img img { width: 100%; height: 500px !important; object-fit: cover; }
.wc-contact p {
  margin: 8px 0;
  font-size: 15px;
}
.wc-contact i {
  margin-right: 8px;
  color: #444;
}
.wc-contact a {
  color: #111;
  text-decoration: none;
}
.wc-contact a:hover {
  text-decoration: underline;
}

/* TABS */
.wc-tabs ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 20px 0; border-bottom: 2px solid #ddd; }
.wc-tabs li { padding: 12px 20px; cursor: pointer; transition: all 0.2s ease; }
.wc-tabs li.active { border-bottom: 3px solid #000; font-weight: bold; color: #000;background-color: aqua; }
.wc-tabs li:hover { background:rgb(186, 235, 235); }
.wc-tab-content .tab { display: none; padding: 20px 0; line-height: 1.6; }
.wc-tab-content .tab.active { display: block;  }

/* TAGS */
.wc-tags span { display: inline-block; background: #eee; padding: 6px 12px; margin: 4px; }

.wla_padding_bottom { padding: 30px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .wc-hero { flex-direction: column; }
  .wc-hero-card { order: 2; }
  .wc-hero-img { order: 1; height: 250px; }
}

/* PRINT */
@media print {
  header, footer, .site-header, .site-footer { display: none !important; } /* theme header/footer hide */
  .wc-actions, .wc-tabs ul { display: none !important; } /* hide buttons + tab menu */
  .wc-tab-content .tab { display: block !important; } /* show all tab contents */
  body::before { 
    content: "World Law Alliance - Neutral Profile"; 
    display: block; 
    text-align: center; 
    font-size: 20px; 
    font-weight: bold; 
    margin-bottom: 20px; 
  }
  body::after { 
    content: "Generated from worldlawalliance.com"; 
    display: block; 
    text-align: center; 
    font-size: 12px; 
    margin-top: 20px; 
  }
}


/* LAWYER PROFILE CSS CODE */
.lawyer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    background: #21D1CB;
    color: #fff;
    padding: 40px 60px;
    flex-wrap: wrap;
}

.lawyer-left { flex: 1; min-width: 300px; padding-top: 2%; }
.lawyer-left h2 { font-size: 40px; margin-bottom: 10px; color: #fff !important; }
.lawyer-title {  margin-bottom: 20px; color: #ffffffff; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; align-items: center; margin-bottom: 10px;}
.contact-list i { margin-right: 10px; color: #ffffffff; }
.contact-list a { color: #fff; text-decoration: none; }

.lawyer-right-box { width: 45%; background: #fff; text-align: center; align-self: flex-start; margin-bottom: -50px; position: relative; z-index: 1; }
.lawyer-right-box img { width: 100%; height: 512PX !important; object-fit: cover; }

.lawyer-bottom { display: flex; gap: 40px; margin-top: 70px; width: 100%; flex-wrap: wrap; padding-left: 6%; padding-right: 6% }
.lawyer-bio { flex: 2; min-width: 300px; }
.firm-card-column { flex: 1; min-width: 250px; }

.lawyer-bio h3 { margin-top: 20px; color: #222; font-size: 18px; }
.lawyer-bio p, .lawyer-bio li { margin: 8px 0 10px; color: #555; line-height: 1.6; }
.lawyer-bio ul { padding-left: 18px; }

.toggle-section { margin-bottom: 15px; }
.toggle-header { display: flex; align-items:center; margin-top:20px; cursor: pointer; padding: 10px 15px; background-color: #f5f5f5; margin-bottom: 0; transition: background-color 0.3s; }
.toggle-header:hover { background-color: #e8e8e8; }
.toggle-header h3 { margin: 0; font-size: 18px; color: #222; display: flex; align-items: center; }
.toggle-header h3 i { margin-right: 10px; color: #0073aa; }
.toggle-icon { font-weight: bold; font-size: 18px; margin-right: 10px; }
.toggle-content { padding: 15px;  border-top: none; display: none; background: #fafafa; }
.toggle-content.active { display: block; }

.bio-content { line-height: 1.7; padding-bottom:30px; }
.bio-content p { margin-bottom: 15px; }
.bio-content ul, .bio-content ol { margin: 15px 0; padding-left: 25px; }
.bio-content li { margin-bottom: 8px; }
.bio-content strong { font-weight: bold; color: #333; }
.bio-content em { font-style: italic; }
.bio-content a { color: #0073aa; text-decoration: none; }
.bio-content a:hover { text-decoration: underline; }

.lawyer-firm-card { display: block; width: 100%; background: #fff; text-decoration: none; color: inherit; overflow: hidden; transition: transform 0.2s ease; margin-bottom: 20px; }
.lawyer-firm-card:hover { transform: translateY(-5px); }
.lawyer-firm-card img { width: 100%; object-fit: contain; }
.firm-card-info { padding: 20px; border-top: 1px solid #eee; }
.firm-card-info h4 { margin: 0 0 8px; font-size: 20px; font-weight: bold; color: #333; }
.firm-card-info p { margin: 4px 0; font-size: 14px; color: #555; display: flex; align-items: center; }
.firm-card-info p i { color: #69b3d7; margin-right: 8px; font-size: 14px; }
.firm-card-info a { color: #0073aa; text-decoration: none; }
.firm-card-info a:hover { text-decoration: underline; }

/* Mobile Responsive Styles */
@media (max-width: 900px) {
    .lawyer-wrapper { 
        flex-direction: column; 
        padding: 20px; 
        text-align: center; 
    }
    
    /* Reorder elements for mobile - image first */
    .lawyer-wrapper .lawyer-right-box {
        order: 1;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
    
    .lawyer-wrapper .lawyer-left {
        order: 2;
        padding-top: 0;
        width: 100%;
    }
    
    .lawyer-right-box { 
        margin: 0 auto 20px auto; 
        max-width: 250px; 
    }
    
    .lawyer-bottom { 
        flex-direction: column; 
        gap: 30px; 
        margin-top: 40px;
        padding-left: 4%; 
        padding-right: 4%;
    }
    
    .firm-card-column { 
        margin: 0 auto; 
        width: 100%;
    }
    
    /* Adjust font sizes for mobile */
    .lawyer-left h2 { 
        font-size: 3rem; 
        margin-top: 20px;
    }
    
    .lawyer-title { 
        font-size: 2.2rem; 
    }
    
    .contact-list li { 
        font-size: 1.4rem !important; 
        justify-content: center;
    }
}
/* BLOG LIST CSS CODE */
.wone-blog-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333;
    margin: 0 auto;
   
}
.wone-blog-form {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    display:block;
}
.wone-blog-form h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 24px;
    border-bottom: 2px solid #21d1cb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.wone-blog-form label {
    display: block;
    margin: 15px 0 6px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
}
.wone-blog-form input[type="text"],
.wone-blog-form input[type="url"],
.wone-blog-form select,
.wone-blog-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.3s;
    background: #fafafa;
}
.wone-blog-form input:focus,
.wone-blog-form select:focus,
.wone-blog-form textarea:focus {
    border-color: #21d1cb;
    background: #fff;
    outline: none;
    box-shadow:   0 0 2px rgba(0,115,170,0.2);
}
.wone-blog-form button {
    background: #21d1cb;
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-right: 12px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.wone-blog-form button:hover {
    background: #21d1cb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.wone-blog-form a {
    color: #21d1cb;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 18px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s;
}
.wone-blog-form a:hover {
    background: #f5f5f5;
    text-decoration: none;
}
#wone-posts-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 25px;
    background: white;
    overflow: hidden;
}
#wone-posts-table th {
    background:#21d1cb;
    padding: 16px 15px;
    text-align: left;
    color: white;
    font-weight: 600;
    border: none;
}
#wone-posts-table td {
    padding: 14px 15px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: top;
}
#wone-posts-table tr:last-child td {
    border-bottom: none;
}
#wone-posts-table tr:nth-child(even) {
    background: #f9f9f9;
}
#wone-posts-table tr:hover {
    background: #f0f7ff;
}
.wone-pagination {
    margin: 25px 0;
    text-align: center;
}
.wone-pagination a,
.wone-pagination span {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #21d1cb;
    font-weight: 500;
    transition: all 0.3s;
    background: white;
}
.wone-pagination a.active,
.wone-pagination a:hover,
.wone-pagination span.current {
    background: #21d1cb;
    color: white;
    border-color: #21d1cb;
}
.wone-pagination span.dots {
    border: none;
    background: transparent;
}
.notice {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
    border-left: 5px solid;
    font-weight: 500;
}
.notice-success {
    background: #f3faf3;
    border-color: #46b450;
    color: #2a682a;
}
.notice-warning {
    background: #fff8e5;
    border-color: #ffb900;
    color: #735c0f;
}
.wone-blog-form img {
    max-height: 100px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.table-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}
.table-header-container h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 24px;
}
.button-primary {
    background: #21d1cb;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s;
}
.button-primary:hover {
    background: #21d1cb;
    color: white;
}
.action-links a {
    color: #21d1cb;
    text-decoration: none;
    margin-right: 12px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all 0.2s;
}
.action-links a:hover {
    background: #f0f7ff;
    text-decoration: underline;
}
.action-links a:last-child {
    color: #dc3545;
}
.action-links a:last-child:hover {
    background: #ffe6e6;
}

/* Responsive styles */
@media (max-width: 768px) {
    .wone-blog-form {
        padding: 20px;
    }
    .table-header-container {
        flex-direction: column;
        align-items: flex-start;
    }
    #wone-posts-table {
        display: block;
        overflow-x: auto;
    }
    .wone-pagination a, 
    .wone-pagination span {
        padding: 8px 12px;
        margin: 0 2px;
    }
}

@media (max-width: 480px) {
    .wone-blog-form {
        padding: 15px;
    }
    .wone-pagination a, 
    .wone-pagination span {
        padding: 6px 10px;
        font-size: 14px;
    }
    #wone-posts-table th, 
    #wone-posts-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
    .action-links a {
        display: block;
        margin-bottom: 5px;
    }
}

/* JavaScript pagination styles */
.pagination-controls {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 10px;
}
.pagination-controls button {
    padding: 8px 15px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    color: black;
}
.pagination-controls button.active {
    background: #21d1cb;
    color: white;
    border-color: #21d1cb;
}
.pagination-controls button:hover:not(.active) {
    background: #e9e9e9ff;
}
.pagination-info {
    text-align: center;
    margin: 10px 0;
    color: #666;
}

/* Toggle button styles */
.toggle-form-btn {
    background: #21d1cb;
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.toggle-form-btn:hover {
    background: #21d1cb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
/* BLOG GRID LIST CSS CODE */
#wone-blog-wrapper { 
    position: relative; 
}
#wone-blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: 5px;
    justify-content: start;
}
.wone-blog-card {
    position: relative;
    height: 315px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
}
.wone-blog-card:hover { transform: translateY(-6px); }
.wone-blog-card a {
    text-decoration: none;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-image {
    width: 100%;
    height: 100%;
    background: #363535;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.card-image-letter {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
}
.card-title {
    font-family: "roboto" !important;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    bottom: 2rem;
    line-height: 1.1em;
    left: 2rem;
    letter-spacing: 0px;
    color: #FFF;
    transition: all 0.4s ease;
}
.card-hover-info {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:#48505080;
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s, transform 0.4s;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.wone-blog-card:hover .card-hover-info { opacity: 1; transform: translateY(0); }
.wone-blog-card:hover .card-title { opacity: 0; }
.hover-title {
    font-family: "roboto" !important;
    color:white;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1em;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(30,150,145,1);
    padding-bottom: 5px;
}
.hover-content {
    color: #f5f5f5;
    font-size: 0.95em;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.hover-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.hover-bottom i { 
    margin-right: 5px;
    color:rgba(30,150,145,1);
}
.post-type-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: 600;
}
.post-type-blog {  color: #fff; }
.post-type-news {  color: #fff; }
.post-type-award {  color: #fff; }
.post-type-podcast {  color: #fff; }
.post-type-interview {  color: #fff; }
#pagination {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.pagination-btn {
    margin: 0 3px;
    padding: 8px 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    /* border-radius: 6px; */
    font-weight: 600;
    transition: all 0.3s;
    min-width: 40px;
    text-align: center;
}
.pagination-btn:hover { 
    background: #f0f0f0; 
    border-color: #ccc;
}
.pagination-btn.active {
    background: rgba(30,150,145,1);
    color: #fff;
    border-color: rgba(30,150,145,1);
}
.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-dots {
    padding: 8px 5px;
    color: #666;
}
@media (max-width:768px) {
    #wone-blog-container { grid-template-columns: 1fr; }
    .pagination-btn {
        padding: 6px 12px;
        min-width: 35px;
    }
}



/* BLOG CODE ROMEOVE  */
/* ===== FILTER BAR ===== */
.wladir-lawyer-filters {
	margin-bottom: 30px;
	padding: 15px;
	background: #f8f9fa;
	border: 1px solid #ddd;
}

.wladir-filter-bar {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-end;
}

.wladir-filter-bar label {
	font-weight: 600;
}

.wladir-filter-bar input,
.wladir-filter-bar select {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-family: "Inter", sans-serif;
}

.wladir-filter-bar button {
	padding: 10px 30px;
	background: #2C8B88 !important;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
}

/* ===== GRID LAYOUT ===== */
/* ====== BASE GRID WRAPPER ====== */
.wla-lawyer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 35px;
	align-items: stretch;
	/* margin-top: 40px; */
}

/* ====== MAIN WRAPPER ====== */
.wla-lawyer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 35px;
	align-items: stretch;
	/* margin-top: 40px; */
	background: transparent !important;
}

/* ====== CARD STRUCTURE ====== */
.wla-lawyer-card {
	background: transparent !important;
	text-align: left;
	font-family: "Inter", sans-serif;
	border: none;
	padding: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-shadow: none;
}

.wla-lawyer-card:hover {
	transform: translateY(-3px);
}

/* ====== IMAGE ====== */
.wla-lawyer-photo {
	width: 100%;
	height: 320px !important;
	overflow: hidden;
	background: transparent;
}

.wla-lawyer-photo img {
	width: 100%;
	height: 320px !important;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.wla-lawyer-card:hover .wla-lawyer-photo img {
	transform: scale(1.04);
}

/* ====== TEXT CONTENT ====== */
.wla-lawyer-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 20px 0 25px;
	background: transparent;
}

/* Name */
.wla-lawyer-name {
	font-family: "Playfair Display", serif;
	font-size: 22px;
	font-weight: 600;
	color: #2C8B88;
	margin: 0 0 10px;
	line-height: 1.3;
	min-height: 55px; /* Keeps alignment consistent */
	background: transparent;
}

.wla-lawyer-name a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wla-lawyer-name a:hover {
	color: #1e5d5a;
	text-decoration: underline;
}

/* Designation */
.wla-lawyer-title {
	font-size: 13.5px;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	background: transparent;
}

/* Country */
.wla-lawyer-country {
	font-size: 13px;
	color: #666;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent;
}

/* ====== EMAIL BUTTON ====== */
.wla-email-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #2C8B88;
	border: 1px solid #2C8B88;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
	background: transparent;
	border-radius: 0;
	margin-top: auto;
}

.wla-email-btn i {
	font-size: 14px;
}

.wla-email-btn:hover {
	background: #2C8B88;
	color: #fff;
}

/* ====== PAGINATION ====== */
.wla-pagination {
	text-align: center;
	margin-top: 45px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	background: transparent;
}

.wla-pagination a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #d5d5d5;
	color: #2C2C2C;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	transition: all 0.25s ease;
	background: transparent;
}

.wla-pagination a:hover {
	background: #2C8B88;
	color: #fff;
	border-color: #2C8B88;
}

.wla-pagination a.active {
	background: #17BDB7;
	color: #fff;
	border-color: #17BDB7;
}

/* ====== FILTER BAR (optional clean look) ====== */
.wladir-lawyer-filters {
	margin-bottom: 25px;
	background: transparent;
}

.wladir-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
	background: transparent;
}

.wladir-filter-bar label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333;
}

.wladir-filter-bar input,
.wladir-filter-bar select {
	padding: 10px;
	border: 1px solid #ccc;
	min-width: 220px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	color: #333;
}

.wladir-filter-bar button {
	padding: 10px 20px;
	background: #2C8B88;
	color: #fff;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease;
	border-radius: 0;
}

.wladir-filter-bar button:hover {
	background: #1e5d5a;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
	.wla-lawyer-photo {
		height: 240px;
	}

	.wla-lawyer-name {
		font-size: 20px;
		min-height: 45px;
	}

	.wladir-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}
}


/* ====== FILTER BAR (optional clean look) ====== */
.wladir-lawyer-filters {
	margin-bottom: 25px;
}

.wladir-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
}

.wladir-filter-bar label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333;
}

.wladir-filter-bar input,
.wladir-filter-bar select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 220px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

.wladir-filter-bar button {
	padding: 10px 20px;
	background: #2C8B88;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease;
}

.wladir-filter-bar button:hover {
	background: #1e5d5a;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
	.wla-lawyer-photo {
		height: 240px;
	}

	.wla-lawyer-name {
		font-size: 20px;
		min-height: 45px;
	}

	.wladir-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}
}


/* MEGA MENUS CREATE SHORTCODE CSS */
.wone-mega-header-boxes {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.wone-mega-box {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 80px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Backgrounds for each */
.wone-mega-box.lawyer {
    background-image: url('https://worldlawalliance.com/wp-content/uploads/2025/09/blog-hero-pic.jpg');
}
.wone-mega-box.firm {
    background-image: url('https://worldlawalliance.com/wp-content/uploads/2025/09/Asia-Pacific.jpg');
}
.wone-mega-box.neutrals {
    background-image: url('https://worldlawalliance.com/wp-content/uploads/2025/09/1-5.png');
}

.wone-mega-box span {
    position: relative;
    z-index: 2;
    background: aqua;
    padding: 10px 20px;
    border-radius: 4px;
}

.wone-mega-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    transition: top 0.3s ease-in-out;
    z-index: 1;
}

.wone-mega-box:hover::before {
    top: 0;
}

.wone-mega-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* 📱 Responsive */
@media (max-width: 767px) {
    .wone-mega-header-boxes {
        grid-template-columns: 1fr;
    }
    .wone-mega-box {
        min-height: 200px;
        padding: 60px 15px;
        font-size: 18px;
    }
}
.wlablg_section {
  background: #f3f8f8;
  padding: 10px 0px;
  font-family: 'Inter', sans-serif;
}

.wlablg_title {
  font-size: 32px;
  color: var(--e-global-color-secondary, #1a3e6f);
  text-align: left;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Grid Layout */
.wlablg_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* Blog Card */
.wlablg_card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.wlablg_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Thumbnail */
.wlablg_thumb {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.wlablg_thumb img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  transition: transform .4s ease;
}

.wlablg_card:hover .wlablg_thumb img {
  transform: scale(1.05);
}

/* Category Badge */
.wlablg_badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--e-global-color-primary, #17BDB7);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Body */
.wlablg_body {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wlablg_post_title {
    color: #000000;
    font-family: "Neue Haas DB", Sans-serif !important;
    font-weight: 700;
    line-height: 1.1em !important;
}

.wlablg_post_title a {
  color: inherit;
  text-decoration: none;
}

.wlablg_post_title a:hover {
  color: var(--e-global-color-primary, #17BDB7);
}

/* Meta */
.wlablg_post_meta {
  font-size: 14px;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 6px;
  border-top:1px solid #eee;
}

.wlablg_post_meta .author {
  font-weight: 600;
  color: var(--e-global-color-secondary, #1a3e6f);
}

.wlablg_post_meta .dot {
  color: #999;
}

/* View All Button */
.wlablg_btn_wrap {
  text-align: center;
  margin-top: 50px;
}

.wlablg_view_all_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--e-global-color-secondary, #1a3e6f);
  border: 2px solid var(--e-global-color-secondary, #1a3e6f);
  font-weight: 600;
  padding: 12px 26px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.wlablg_view_all_btn i {
  font-size: 15px;
  transition: transform .3s ease;
}

.wlablg_view_all_btn:hover {
  background: var(--e-global-color-secondary, #1a3e6f);
  color: #fff;
  border-color: var(--e-global-color-secondary, #1a3e6f);
}

.wlablg_view_all_btn:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
  .wlablg_title {
    font-size: 26px;
    text-align: center;
  }
  .wlablg_grid {
    grid-template-columns: 1fr;
  }
  .wlablg_view_all_btn {
    width: 100%;
    justify-content: center;
  }
}
/* ====== GRID WRAPPER ====== */
.wla-interview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 30px;
	padding: 20px 0;
	background: transparent;
	align-items: stretch;
}

/* ====== CARD ====== */
.wla-interview-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	border-radius: 0;
}

.wla-interview-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ====== VIDEO AREA ====== */
.wla-interview-video {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background: #000;
	overflow: hidden;
	border-radius: 0;
}

.wla-interview-video iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

/* ====== INFO AREA ====== */
.wla-interview-info {
	padding: 18px 16px 20px;
	background: transparent;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

/* ====== TITLE ====== */
.wla-interview-title {
	  font-size: 21px !important;
    color: #000000 !important;
    font-family: "Neue Haas DB", Sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1em !important;
}

.wla-interview-title:hover {
	color: #1e5d5a;
}

/* ====== PLACEHOLDER (NO VIDEO) ====== */
.wla-interview-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #333;
	font-size: 14px;
	text-transform: uppercase;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
	.wla-interview-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.wla-interview-title {
		font-size: 16px;
	}
}

/* ====== REMOVE ALL RADIUS GLOBALLY ====== */
.wla-interview-grid * {
	border-radius: 0 !important;
}
