/* ==========================================================================
   Georgia Company Search (GCS) - Custom Design System & UI Stylesheet v2.0
   ========================================================================== */

:root {
  --gcs-primary: #07412D;
  --gcs-primary-dark: #04261a;
  --gcs-primary-light: #0a4f37;
  --gcs-accent: #C89532;
  --gcs-accent-hover: #b08126;
  --gcs-gold: #C89532;
  --gcs-gold-light: #fef7ea;
  --gcs-gold-border: #C89532;
  --gcs-success: #07412D;
  --gcs-success-light: #e6f3ee;
  --gcs-danger: #dc2626;
  --gcs-danger-light: #fee2e2;
  --gcs-bg-light: #f8faf9;
  --gcs-bg-card: #ffffff;
  --gcs-text-main: #1e293b;
  --gcs-text-muted: #64748b;
  --gcs-border: #e2e8f0;
  --gcs-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --gcs-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --gcs-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --gcs-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --gcs-radius-sm: 6px;
  --gcs-radius-md: 10px;
  --gcs-radius-lg: 16px;
  --gcs-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  font-family: var(--gcs-font) !important;
  color: var(--gcs-text-main);
  background-color: var(--gcs-bg-light);
  line-height: 1.7;
}

/* User instruction: 'heading or tables ma colours bi #07412D hi kro' */
h1, h2, h3, h4, h5, h6,
.entry-header h1.entry-title,
.gcs-page-title,
.entry-title {
  color: #07412D !important;
  font-family: var(--gcs-font) !important;
}

h2 {
  font-size: 24px !important;
  font-weight: 800 !important;
  margin-top: 36px !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.01em !important;
  color: #07412D !important;
}

h3 {
  font-size: 19px !important;
  font-weight: 700 !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  color: #07412D !important;
}

/* Ensure Single H1 per Page */
/* .home .entry-header enabled for single H1 */

.entry-header {
  margin-bottom: 24px !important;
}

.entry-header h1.entry-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #07412D !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 12px 0 !important;
}

/* Header & Navigation */
.site-header {
  background: #07412D !important;
  border-bottom: 2px solid #C89532 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.inside-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  padding: 14px 32px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.site-branding {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  gap: 0 !important;
}

.site-title {
  font-family: var(--gcs-font) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.site-title a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.gcs-brand-logo-img,
.gcs-brand-logo {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  border: 2.5px solid #C89532 !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) !important;
}

.gcs-title-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.gcs-title-main {
  font-size: 21px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.gcs-title-sub {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #C89532 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.site-title a span.state-badge {
  background: #C89532 !important;
  color: #07412D !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

/* User instruction: 'header ma boht zyada rush ha osy tk kro' -> Hide redundant repeated tagline line */
.site-branding .site-description,
p.site-description {
  display: none !important;
}

/* Navigation - clean, uncluttered, spacious */
.main-navigation,
#site-navigation {
  background: transparent !important;
  background-color: transparent !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.main-navigation .inside-navigation {
  background: transparent !important;
  padding: 0 !important;
}

.main-navigation .main-nav > ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 6px !important;
  background: transparent !important;
}

.main-navigation .main-nav > ul > li {
  background: transparent !important;
}

.main-navigation .main-nav ul li a {
  font-family: var(--gcs-font) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .main-nav ul li.current-menu-item > a {
  color: #C89532 !important;
  background-color: rgba(200, 149, 50, 0.18) !important;
}

/* Dropdown Menu - Fix for Screenshot 3: 'third pics di ha pages ma icons white arhy ha osy bi tk kro' */
.main-navigation ul ul {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45) !important;
  border-radius: var(--gcs-radius-md) !important;
  border: 1.5px solid #C89532 !important;
  padding: 8px 0 !important;
  background-color: #07412D !important;
  background: #07412D !important;
  min-width: 240px !important;
}

.main-navigation ul ul li {
  background: transparent !important;
}

.main-navigation .main-nav ul ul li a,
.main-navigation ul ul li a {
  font-size: 13.5px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  background: transparent !important;
  display: block !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.main-navigation .main-nav ul ul li:hover > a,
.main-navigation .main-nav ul ul li a:hover,
.main-navigation ul ul li a:hover {
  background-color: rgba(200, 149, 50, 0.25) !important;
  color: #C89532 !important;
  padding-left: 24px !important;
}

.main-navigation .menu-item-has-children .dropdown-menu-toggle {
  color: #ffffff !important;
  padding-left: 6px !important;
}

.main-navigation .menu-item-has-children:hover > a .dropdown-menu-toggle,
.main-navigation .menu-item-has-children .dropdown-menu-toggle:hover {
  color: #C89532 !important;
}

.dropdown-menu-toggle svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Top Disclaimer Banner removed per user: 'first pic ma jo lines ha osy remove kro' */
.gcs-top-disclaimer {
  display: none !important;
}

/* ==========================================================================
   Unique Custom Georgia Entity Search Tool (Top Header Bar)
   ========================================================================== */
.gcs-unique-tool-wrapper {
  background: linear-gradient(135deg, #07412D 0%, #0a4f37 100%) !important;
  padding: 16px 20px 14px 20px !important;
  border-bottom: 2px solid #C89532 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

.gcs-unique-tool-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.gcs-custom-search-form {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.gcs-tool-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
  padding-right: 6px !important;
}

.gcs-tool-label .gcs-tool-text {
  color: #C89532 !important;
}

.gcs-tool-input-wrap {
  flex: 1 1 auto !important;
  min-width: 260px !important;
}

.gcs-tool-input {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: var(--gcs-radius-md) !important;
  font-size: 14px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.gcs-tool-input:focus {
  outline: none !important;
  border-color: #C89532 !important;
  box-shadow: 0 0 0 3px rgba(200, 149, 50, 0.35) !important;
}

.gcs-tool-select-wrap {
  flex: 1 !important;
  min-width: 150px !important;
}

.gcs-tool-select {
  width: 100% !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: var(--gcs-radius-md) !important;
  font-size: 13.5px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  cursor: pointer !important;
}

.gcs-tool-btn {
  background: linear-gradient(135deg, #C89532 0%, #a67420 100%) !important;
  color: #07412D !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: var(--gcs-radius-md) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}

.gcs-tool-btn:hover {
  background: linear-gradient(135deg, #e0aa42 0%, #C89532 100%) !important;
  color: #07412D !important;
  box-shadow: 0 4px 12px rgba(200, 149, 50, 0.45) !important;
  transform: translateY(-1px) !important;
}

/* User request: 'Quick Verification Portals: yeh wli line or pages bi remove kardo' */
.gcs-tool-quick-links {
  display: none !important;
}

/* Search Modal */
.gcs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 37, 69, 0.75);
  backdrop-filter: blur(4px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gcs-modal-box {
  background: #ffffff;
  border-radius: var(--gcs-radius-lg);
  max-width: 540px;
  width: 100%;
  padding: 30px;
  position: relative;
  box-shadow: var(--gcs-shadow-xl);
  border: 1px solid var(--gcs-border);
  animation: gcsModalFade 0.25s ease-out;
}

@keyframes gcsModalFade {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

.gcs-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 26px;
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
}

.gcs-modal-badge {
  display: inline-block;
  background: #eff6ff;
  color: var(--gcs-accent);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.gcs-modal-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--gcs-primary);
  margin: 0 0 16px 0;
}

.gcs-modal-query-line {
  font-size: 15px;
  margin-bottom: 6px;
  color: #334155;
}

.gcs-modal-criteria-tag {
  display: inline-block;
  background: #f1f5f9;
  color: #475569;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 16px;
}

.gcs-modal-status-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--gcs-radius-md);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #166534;
  margin-bottom: 18px;
}

.gcs-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
  animation: gcsPulse 1.5s infinite;
}

@keyframes gcsPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.gcs-modal-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.gcs-modal-checklist li {
  font-size: 13.5px;
  color: #475569;
  margin-bottom: 8px;
}

.gcs-modal-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, var(--gcs-accent) 0%, var(--gcs-primary) 100%);
  color: #ffffff !important;
  padding: 13px 20px;
  border-radius: var(--gcs-radius-md);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.gcs-modal-btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #07172b 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

/* ==========================================================================
   Content Elements: Lead, Headings, Tables, FAQs, Interlinking
   ========================================================================== */
.gcs-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 25px;
  font-weight: 400;
}

.gcs-lead strong {
  color: var(--gcs-primary);
}

h2 {
  font-family: var(--gcs-font) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  color: var(--gcs-primary) !important;
  margin: 40px 0 16px 0 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em !important;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 8px;
}

h3 {
  font-family: var(--gcs-font) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: var(--gcs-primary-light) !important;
  margin: 28px 0 12px 0 !important;
  line-height: 1.35 !important;
}

/* In-Content Interlinking */
.entry-content a {
  color: var(--gcs-accent);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.15s ease;
}

.entry-content a:hover {
  color: var(--gcs-accent-hover);
  text-decoration: underline;
}

/* Tables */
.gcs-table-wrapper {
  overflow-x: auto;
  background: #ffffff;
  border-radius: var(--gcs-radius-md);
  border: 1px solid var(--gcs-border);
  box-shadow: var(--gcs-shadow-sm);
  margin: 28px 0;
}

table.gcs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

table.gcs-table th {
  background: #f8fafc;
  color: var(--gcs-primary);
  font-weight: 700;
  padding: 13px 16px;
  border-bottom: 2px solid var(--gcs-border);
}

table.gcs-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gcs-border);
  color: var(--gcs-text-main);
  line-height: 1.55;
}

table.gcs-table tr:hover td {
  background: #f8fafc;
}

.gcs-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
}

.gcs-badge.success { background: var(--gcs-success-light); color: var(--gcs-success); }
.gcs-badge.warning { background: var(--gcs-gold-light); color: #b45309; }
.gcs-badge.info { background: #eff6ff; color: var(--gcs-accent); }

/* Alert Box */
.gcs-alert-box {
  background: #f8fafc;
  border-left: 4px solid var(--gcs-accent);
  padding: 18px 22px;
  border-radius: 0 var(--gcs-radius-md) var(--gcs-radius-md) 0;
  margin: 25px 0;
}
.gcs-alert-box.gold { border-left-color: var(--gcs-gold); background: #fffbeb; }
.gcs-alert-box.green { border-left-color: var(--gcs-success); background: #f0fdf4; }

.gcs-alert-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--gcs-primary);
}

.gcs-alert-content {
  font-size: 14px;
  color: var(--gcs-text-main);
  line-height: 1.6;
}

/* Steps Grid */
.gcs-steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 25px 0 35px 0;
}

.gcs-step-item {
  background: #ffffff;
  border: 1px solid var(--gcs-border);
  border-radius: var(--gcs-radius-md);
  padding: 20px;
  box-shadow: var(--gcs-shadow-sm);
}

.gcs-step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--gcs-primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}

.gcs-step-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--gcs-primary);
  margin-bottom: 6px;
}

.gcs-step-desc {
  font-size: 13px;
  color: var(--gcs-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Feature Grid */
.gcs-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin: 25px 0 35px 0;
}

.gcs-card {
  background: var(--gcs-bg-card);
  border: 1px solid var(--gcs-border);
  border-radius: var(--gcs-radius-lg);
  padding: 22px;
  box-shadow: var(--gcs-shadow-sm);
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.2s ease;
}

.gcs-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gcs-shadow-md);
  border-color: #cbd5e1;
}

.gcs-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  background: #eff6ff;
  color: var(--gcs-accent);
}

.gcs-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gcs-primary);
  margin-bottom: 8px;
}

.gcs-card-desc {
  font-size: 13.5px;
  color: var(--gcs-text-muted);
  line-height: 1.55;
  margin-bottom: 12px;
  flex-grow: 1;
}

.gcs-card-link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gcs-accent);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* FAQ Section Styling */
.gcs-faq-block {
  background: #ffffff;
  border: 1px solid var(--gcs-border);
  border-radius: var(--gcs-radius-lg);
  padding: 28px;
  margin: 35px 0;
  box-shadow: var(--gcs-shadow-sm);
}

.gcs-faq-intro {
  font-size: 15px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 24px;
}

.gcs-faq-item-static {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.gcs-faq-item-static:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.gcs-faq-item-static h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--gcs-primary) !important;
  margin: 0 0 8px 0 !important;
  border: none !important;
  padding: 0 !important;
}

.gcs-faq-item-static p {
  font-size: 14px;
  line-height: 1.65;
  color: #334155;
  margin: 0;
}

/* CTA Banner */
.gcs-cta-banner {
  background: linear-gradient(135deg, var(--gcs-primary) 0%, var(--gcs-primary-light) 100%);
  color: #ffffff;
  border-radius: var(--gcs-radius-lg);
  padding: 32px 24px;
  text-align: center;
  margin: 35px 0;
  box-shadow: var(--gcs-shadow-md);
}

.gcs-cta-banner h2 {
  font-size: 24px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  margin: 0 0 10px 0 !important;
  border: none !important;
}

.gcs-cta-banner p {
  color: #cbd5e1;
  max-width: 600px;
  margin: 0 auto 18px auto;
  font-size: 14.5px;
}

.gcs-btn-cta {
  background: var(--gcs-accent);
  color: #ffffff !important;
  padding: 12px 26px;
  border-radius: var(--gcs-radius-md);
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s ease;
}

.gcs-btn-cta:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

/* Footer Custom Styling */
.site-footer {
  background: #07172b !important;
  color: #cbd5e1 !important;
  padding: 45px 20px 25px 20px !important;
  border-top: 1px solid #1e293b;
}

.site-footer a {
  color: #94a3b8 !important;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.gcs-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 35px auto;
}

.gcs-footer-col h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gcs-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gcs-footer-col ul li {
  margin-bottom: 8px;
  font-size: 13.5px;
}

.gcs-footer-disclaimer-box {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #1e293b;
  padding-top: 22px;
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
}

@media (max-width: 860px) {
  .gcs-footer-grid { grid-template-columns: 1fr 1fr; }
  .gcs-custom-search-form { flex-direction: column; align-items: stretch; }
  .gcs-tool-btn { width: 100%; justify-content: center; }
}
@media (max-width: 580px) {
  .gcs-footer-grid { grid-template-columns: 1fr; }
}


/* ==========================================================================
   Content Enhancement Styles: Tables, In-Content Images, Lists, Callouts
   ========================================================================== */

/* Responsive Content Tables */
.gcs-table-container {
  overflow-x: auto;
  margin: 28px 0;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.gcs-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14.5px;
  line-height: 1.6;
}

.gcs-data-table thead th {
  background: #0b2545;
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #d97706;
}

.gcs-data-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid #f1f5f9;
  color: #1e293b;
  vertical-align: top;
}

.gcs-data-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.gcs-data-table tbody tr:hover {
  background-color: #f1f5f9;
}

.gcs-data-table td strong {
  color: #0b2545;
}

/* In-Content Featured Images */
.gcs-content-image-wrap {
  margin: 32px 0;
  text-align: center;
}

.gcs-content-image-wrap figure {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}

.gcs-content-image-wrap img {
  width: 100%;
  max-width: 860px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  display: block;
}

.gcs-content-image-wrap figcaption {
  font-size: 13px;
  color: #64748b;
  margin-top: 10px;
  font-style: italic;
  text-align: center;
}

/* Bullet Points and Feature Lists */
.gcs-bullet-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 28px 0 !important;
}

.gcs-bullet-list li {
  position: relative !important;
  padding-left: 28px !important;
  margin-bottom: 12px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #1e293b !important;
}

.gcs-bullet-list li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 18px !important;
  height: 18px !important;
  background: #C89532 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 1px 3px rgba(200, 149, 50, 0.4) !important;
}

.gcs-bullet-list.warning li::before {
  content: "!" !important;
  background: #dc2626 !important;
}

/* Callout Box */
.gcs-callout {
  background: #f8fafc;
  border-left: 4px solid #2563eb;
  padding: 18px 22px;
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
}

.gcs-callout {
  border-left: 4px solid #07412D !important;
  background-color: #f4fbf7 !important;
  padding: 16px 20px !important;
  border-radius: 0 var(--gcs-radius-md) var(--gcs-radius-md) 0 !important;
  margin: 24px 0 !important;
}

.gcs-callout-title {
  margin: 0 0 8px 0 !important;
  color: #07412D !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.gcs-callout p {
  margin: 0;
  font-size: 14.5px;
  color: #1e293b;
  line-height: 1.6;
}

/* Explicit Page Heading 1 */
/* .entry-header enabled for single H1 */

.gcs-page-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #07412D !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  letter-spacing: -0.02em !important;
  font-family: inherit !important;
}

@media (max-width: 768px) {
  .gcs-page-title {
    font-size: 26px !important;
    margin-bottom: 18px !important;
  }
}

/* Table styling per user request: 'heading or tables ma colours bi #07412D hi kro' */
.gcs-table-container,
table.gcs-data-table,
.entry-content table {
  width: 100% !important;
  margin: 28px 0 !important;
  border-collapse: collapse !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  border: 1.5px solid #07412D !important;
  background-color: #ffffff !important;
}

.gcs-data-table th,
.gcs-table-container th,
.entry-content table th {
  background-color: #07412D !important;
  background: #07412D !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  padding: 13px 18px !important;
  text-align: left !important;
  border: 1px solid rgba(200, 149, 50, 0.45) !important;
  border-bottom: 3px solid #C89532 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
}

.gcs-data-table td,
.gcs-table-container td,
.entry-content table td {
  padding: 13px 18px !important;
  border: 1px solid #e2e8f0 !important;
  color: #1e293b !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
}

.gcs-data-table tr:nth-child(even) td,
.gcs-table-container tr:nth-child(even) td,
.entry-content table tr:nth-child(even) td {
  background-color: #f7faf8 !important;
}

.gcs-data-table tr:hover td,
.gcs-table-container tr:hover td,
.entry-content table tr:hover td {
  background-color: rgba(7, 65, 45, 0.06) !important;
}

/* User instruction: 'footer ma jo bichy blue ha osy bi wsa hi kary' -> 100% #07412D across all footer elements */
.site-footer,
div.site-footer,
footer.site-footer,
.site-info,
div.site-info,
footer.site-info,
.inside-site-info,
.footer-widgets,
.footer-bar,
#site-info {
  background-color: #07412D !important;
  background: #07412D !important;
  border-color: #C89532 !important;
}

footer.site-footer {
  color: #cbd5e1 !important;
  padding: 48px 24px 32px 24px !important;
  margin-top: 50px !important;
  border-top: 4px solid #C89532 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.gcs-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
}

@media (max-width: 900px) {
  .gcs-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gcs-footer-grid {
    grid-template-columns: 1fr;
  }
}

.gcs-footer-col h3,
.gcs-footer-title {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  letter-spacing: 0.02em !important;
}

.gcs-footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gcs-footer-col ul li {
  margin-bottom: 10px !important;
}

.gcs-footer-col ul li a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.2s ease !important;
}

.gcs-footer-col ul li a:hover {
  color: #C89532 !important;
  text-decoration: underline !important;
}

/* User instruction: 'footer pages 2 dfa show ho rhy ha onhy bi ak dfa kro' -> Hide duplicate bar */
.gcs-footer-legal-bar {
  display: none !important;
}

/* User instruction: 'or last py jo pic ha osko bi remove karo' -> Completely remove bulky bottom legal disclaimer box */
.gcs-footer-disclaimer-box {
  display: none !important;
}

.gcs-footer-bottom-bar {
  max-width: 1200px;
  margin: 28px auto 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}

.gcs-footer-bottom-bar p {
  margin: 0;
}

/* User instruction: 'or jb icon m amoue ly tu yeh colur #C89532 hona chai' */
a:hover svg, 
button:hover svg, 
.gcs-tool-icon:hover,
svg:hover,
i:hover {
  color: #C89532 !important;
  stroke: #C89532 !important;
  transition: all 0.2s ease !important;
}

/* Hide duplicate default theme footer */
footer.site-info {
  display: none !important;
}
/* Standardized Single H1 Entry Title */
.entry-header {
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 24px !important;
}
.entry-header h1.entry-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #07412D !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}


/* ==========================================================================
   Georgia Company Search - Availability Router Modal & Verification Styles
   ========================================================================== */
.ccs-arm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  overflow-y: auto;
}

.ccs-arm-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 38, 26, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ccs-arm-container {
  position: relative;
  background: #07412D;
  background: linear-gradient(160deg, #094a34 0%, #04261a 100%);
  border: 1.5px solid rgba(200, 149, 50, 0.45);
  border-radius: 20px;
  width: 100%;
  max-width: 580px;
  max-height: 94vh;
  overflow-y: auto;
  padding: 26px 24px 24px;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(200, 149, 50, 0.25);
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #ffffff;
  z-index: 10;
  animation: ccsArmPop 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
}

@keyframes ccsArmPop {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.ccs-arm-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
  z-index: 20;
}

.ccs-arm-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.ccs-arm-scan-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.ccs-arm-spinner {
  width: 34px;
  height: 34px;
  border: 3.5px solid rgba(255, 255, 255, 0.25);
  border-top-color: #C89532;
  border-radius: 50%;
  animation: ccsSpin 0.75s linear infinite;
  flex-shrink: 0;
}

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

.ccs-arm-scan-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C89532;
  margin-bottom: 3px;
}

.ccs-arm-scan-title {
  font-size: 19px !important;
  font-weight: 750 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.25;
}

.ccs-arm-query-chip {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ccs-arm-query-label {
  color: rgba(255, 255, 255, 0.75);
}

.ccs-arm-query-val {
  color: #ffffff;
  font-weight: 700;
  word-break: break-word;
}

.ccs-arm-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ccs-arm-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}

.ccs-arm-step:last-child {
  border-bottom: none;
}

.ccs-arm-step-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ccs-arm-step.active .ccs-arm-step-icon {
  background: #C89532;
  color: #07412D;
  border-color: #C89532;
  box-shadow: 0 0 0 4px rgba(200, 149, 50, 0.25);
}

.ccs-arm-step.done .ccs-arm-step-icon {
  background: #10b981 !important;
  color: #ffffff !important;
  border-color: #10b981 !important;
}

.ccs-arm-step-info {
  flex: 1;
}

.ccs-arm-step-title {
  display: block;
  font-size: 14px;
  font-weight: 650;
  color: #ffffff;
  margin-bottom: 2px;
}

.ccs-arm-step-sub {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.ccs-arm-prog-track {
  height: 7px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 14px;
}

.ccs-arm-prog-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #38bdf8, #C89532);
  border-radius: 999px;
  transition: width 0.35s ease-out;
}

.ccs-res-header {
  margin-bottom: 16px;
}

.ccs-res-tagline {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C89532;
  margin-bottom: 4px;
}

.ccs-res-heading {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
}

.ccs-entity-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ccs-tab-btn {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: all 0.15s ease;
}

.ccs-tab-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.ccs-tab-btn.active {
  background: #ffffff;
  color: #07412D;
  border-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ccs-res-recheck-row {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.ccs-res-input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: #ffffff;
  color: #07412D;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.ccs-res-input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.3);
}

.ccs-res-check-btn {
  background: #C89532;
  color: #07412D;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 750;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}

.ccs-res-check-btn:hover {
  background: #e0aa42;
}

.ccs-status-card {
  background: rgba(4, 38, 26, 0.6);
  border: 1.5px solid rgba(200, 149, 50, 0.5);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 16px;
  transition: border-color 0.25s ease;
}

.ccs-status-card.conflict {
  border-color: rgba(239, 68, 68, 0.6);
  background: rgba(69, 10, 10, 0.35);
}

.ccs-status-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.ccs-status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.25);
  flex-shrink: 0;
  transition: background 0.25s, box-shadow 0.25s;
}

.ccs-status-indicator.conflict {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.25);
}

.ccs-status-headline {
  font-size: 16px !important;
  font-weight: 750 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.ccs-status-subtext {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  margin: 0 0 14px;
}

.ccs-status-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ccs-btn-state {
  background: #C89532;
  color: #07412D !important;
  padding: 10px 18px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
}

.ccs-btn-state:hover {
  background: #e0aa42;
  color: #04261a !important;
}

.ccs-brand-card {
  background: rgba(10, 79, 55, 0.35);
  border: 1.5px solid rgba(200, 149, 50, 0.5);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
}

.ccs-brand-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.ccs-brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(200, 149, 50, 0.25);
  color: #C89532;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ccs-brand-title {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.ccs-brand-desc {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 14px;
}

.ccs-brand-desc strong {
  color: #ffffff;
}

.ccs-brand-btn {
  background: #ffffff !important;
  color: #07412D !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  transition: transform 0.15s, background 0.15s;
  animation: ccsBrandPulse 2s infinite alternate;
}

@keyframes ccsBrandPulse {
  0% { transform: scale(1); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); }
  100% { transform: scale(1.015); box-shadow: 0 6px 20px rgba(200, 149, 50, 0.4); }
}

.ccs-brand-btn:hover {
  background: #fef7ea !important;
  color: #04261a !important;
}

.ccs-shield-emoji {
  font-size: 16px;
}

.ccs-brand-aff-note {
  font-size: 11px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
  margin: 9px 0 0;
  line-height: 1.4;
}

.ccs-domains-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 14px;
}

.ccs-domains-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.ccs-domains-title-row h5,
.ccs-domains-title-row .ccs-domains-title-label {
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.ccs-domains-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ccs-domain-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
}

.ccs-domain-name {
  letter-spacing: 0.02em;
}

.ccs-domain-btn {
  background: rgba(200, 149, 50, 0.25);
  color: #C89532 !important;
  border: 1px solid rgba(200, 149, 50, 0.4);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  transition: all 0.15s ease;
}

.ccs-domain-btn:hover {
  background: #C89532;
  color: #07412D !important;
  border-color: #C89532;
}
