/*
Theme Name: EKY New
Theme URI: https://www.ek-lawyers.com/
Author: Knoller Yashinovsky Keinan & Co. Law Offices
Author URI: https://www.ek-lawyers.com/
Description: Custom premium theme for EKY law firm. Bilingual (HE/EN), RTL-first, matching the אתר-חדש static design exactly. Standalone theme (not a child theme) to avoid parent-theme wrappers.
Version: 2.3.120
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: ekynew
Tags: rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
*/

/* MOCKUP v2.3.119+ — Replace ALL teal accents with slate-blue from logo (#486088).
 * Targets primary teal (#4EADB5) AND darker variant (#3d8f96 / #3E9097).
 * Easy to revert: remove this block. Only affects eky-new theme preview.
 */
:root {
  --teal: #486088 !important;
  --teal-dark: #3a4d72 !important;
}
.btn-primary,
.btn-cta,
.cta-section .btn,
.button-primary,
a.btn-primary,
button.btn-primary {
  background-color: #486088 !important;
  border-color: #486088 !important;
}
.btn-primary:hover,
.btn-cta:hover,
.cta-section .btn:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background-color: #3a4d72 !important;
  border-color: #3a4d72 !important;
}
/* Teal accents (icons, divider lines, hover underlines) */
.practice-icon,
.section-divider,
.eky-divider,
[class*="teal"]:not([class*="teal-bg"]),
.cta-section .icon,
.expertise-icon,
.icon-circle {
  color: #486088 !important;
}
.eky-divider,
.section-divider,
hr.divider {
  background-color: #486088 !important;
  border-color: #486088 !important;
}
/* Catch-all for any inline style with teal hex */
[style*="#4EADB5"], [style*="#4eadb5"],
[style*="#3d8f96"], [style*="#3D8F96"],
[style*="#3e9097"], [style*="#3E9097"] {
  background-color: #486088 !important;
  color: #486088 !important;
}

/* v2.3.120 — Mobile fixes (27.4.26)
 * 1. Team grid: force 2 columns on mobile (pairs) for ALL lawyers, not just partners
 * 2. Mobile lang switcher button styling
 */
@media (max-width: 768px) {
  .team-grid,
  .team-section .team-grid,
  .partners-grid,
  .lawyers-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
  }
  /* Mobile lang switcher in hamburger menu */
  .mobile-menu .mobile-lang-switch {
    margin: 1.5rem auto 0;
    padding: 0.6rem 2rem;
    background: transparent;
    border: 2px solid currentColor;
    border-radius: 999px;
    color: inherit;
    font-weight: 600;
    cursor: pointer;
    display: block;
    min-width: 120px;
  }
  .mobile-menu .mobile-lang-switch:hover {
    background: currentColor;
    color: var(--navy);
  }
}
