/*
Theme Name: LCCI Chamber
Theme URI: https://www.lcci.com.pk/
Author: Your Name
Author URI: https://www.example.com/
Description: A faithful WordPress theme recreation of the Lahore Chamber of Commerce & Industry homepage layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lcci
*/
:root {
  --primary: #0b5bb3;
  --primary-dark: #083d77;
  --accent: #f5b921;
  --header-green: #37873e;
  --header-green-dark: #2f7635;
  --bg: #f5f7fb;
  --text: #0f172a;
  --muted: #5f6a84;
  --border: #e1e6f0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.container {
  width: min(1200px, 100% - 3rem);
  margin: 0 auto;
}

.btn {
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.35rem 1rem;
}

.btn--primary {
  background: var(--accent);
  color: #1f2933;
  padding: 0.45rem 1.25rem;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.45rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn--icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
}

.site-header {
  background: var(--header-green);
  color: #fff;
}

.header-top {
  padding: 1.5rem 0 0.5rem;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
}

.header-banner {
  position: relative;
  flex: 1;
}

.banner-shape {
  background: #fff;
  color: var(--header-green-dark);
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  border-radius: 0 0 0 1.5rem;
  max-width: 560px;
  display: flex;
  align-items: center;
  gap: 1rem;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  box-shadow: 0 12px 30px rgba(11, 24, 17, 0.2);
}

.banner-shape img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--header-green);
}

.logo-wrap img {
  max-width: 80px;
  height: auto;
  border-radius: 50%;
  border: 2px solid var(--header-green);
}

.branding__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--header-green-dark);
}

.branding__subtitle {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-title-fallback {
  font-weight: 700;
  color: var(--header-green-dark);
  text-decoration: none;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.social-icons {
  display: flex;
  gap: 0.4rem;
}

.social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.contact-block,
.youtube-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
}

.contact-block strong,
.youtube-block strong {
  display: block;
  font-size: 1rem;
  letter-spacing: normal;
}

.icon-phone {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
}

.icon-phone::before {
  content: '☎';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 1.2rem;
}

.youtube-icon {
  display: inline-flex;
  background: #c4302b;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.1rem 0.35rem;
  font-weight: 700;
}

.nav-bar {
  background: var(--header-green-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
}

.primary-nav li {
  list-style: none;
}

.primary-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.primary-nav a .caret {
  font-size: 0.65rem;
}

.primary-nav a:hover {
  color: var(--accent);
}

.hero {
  background: linear-gradient(120deg, #0b5bb3, #092a5c);
  color: #fff;
  padding: 3rem 0 2rem;
}

.hero .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: center;
}

.hero__content h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.hero__card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero__slider-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.dot.active {
  background: #fff;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.news {
  padding: 3rem 0;
  background: var(--bg);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.news-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.news-card,
.service-card,
.cta-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px rgba(8, 61, 119, 0.08);
}

.news-card__date {
  color: var(--muted);
  font-size: 0.9rem;
}

.link {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.cta-banners {
  padding: 3rem 0;
}

.cta-banners .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.cta-card.secondary {
  background: #0b5bb3;
  color: #fff;
}

.cta-card.accent {
  background: #092a5c;
  color: #fff;
}

.services {
  padding: 3rem 0 4rem;
}

.tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tab {
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  font-weight: 600;
}

.tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.ticker {
  background: var(--primary);
  color: #fff;
  padding: 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ticker-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ticker-menu li {
  list-style: none;
}

.ticker-menu a {
  color: #fff;
  text-decoration: none;
}

.content-layout {
  display: flex;
  gap: 2rem;
  margin: 3rem auto;
}

.site-main {
  flex: 1 1 0;
}

.sidebar {
  width: min(320px, 100%);
}

.sidebar .widget {
  background: #fff;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

.sidebar .widget-title {
  margin-top: 0;
  font-size: 1.1rem;
  color: var(--text);
}

body.sidebar-left .content-layout {
  flex-direction: row-reverse;
}

.site-footer {
  background: #0d1b2a;
  color: #d9e2ec;
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid a {
  color: inherit;
  text-decoration: none;
}

.newsletter {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.newsletter input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: none;
}

.socials {
  display: flex;
  gap: 0.75rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.footer-links li {
  list-style: none;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .header-top .container {
    flex-direction: column;
  }

  .header-meta {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .newsletter {
    flex-direction: column;
  }

  .primary-nav {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .content-layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
  }
}

