/*
 Theme Name:   Oaservs
 Theme URI:    https://elementor.com/
 Description:  Hello Elementor Child Theme – Oaservs Industrial
 Author:       Oaservs
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ── 1. Hanken Grotesk – Google Fonts (auto loads, free) ── */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Louis George Cafe';
    src: url('/wp-content/themes/oaservs/fonts/louis_george_cafe.woff2') format('woff2'),
         url('/wp-content/themes/oaservs/fonts/louis_george_cafe.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Louis George Cafe';
    src: url('/wp-content/themes/oaservs/fonts/louis_george_cafe.woff2') format('woff2'),
         url('/wp-content/themes/oaservs/fonts/louis_george_cafe.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
 

/* ── Global default: Hanken Grotesk ───────────────────── */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, button,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-button .elementor-button {
    font-family: 'Hanken Grotesk', sans-serif;
}

/* ── Stat labels: Louis George Cafe ───────────────────── */
/* Add CSS class "lgc-font" to any Elementor widget that
   needs Louis George Cafe (stat labels, section labels) */
.lgc-font,
.lgc-font * {
    font-family: 'Louis George Cafe', 'Hanken Grotesk', sans-serif !important;
}

/* ── Hello theme resets ───────────────────────────────── */
.site-header, .site-footer { padding: 0 !important; }
html { scroll-behavior: smooth; }
a { color: #023047; }
a:hover { color: #FFB703; }
.how-we-work-label p { 
    /* Gradient: amber → navy */
       background: linear-gradient(36deg, #023047 32%, #FFB703 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: 100%;
}
.vision-mission-section {
    width: 1140px !important;
}
@media (max-width: 767px) {
    .vision-mission-section {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
            margin: 0 !important;
    padding: 0 !important;
    }
    #wwa5-root {
    width: auto !important;
}
#wwa5-stage {
    width: auto !important;
}
.cs3-img {
   width: 100% !important;
}
}
/* ═══════════════════════════════════════════════════════
   S5 OUR STORY — Timeline
   Paste into child theme style.css
   ═══════════════════════════════════════════════════════ */

/* Timeline wrapper */
.oaservs-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Each timeline row */
.oaservs-tl-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    padding-bottom: 32px;
}

/* Vertical line running through all items */
.oaservs-tl-item::before {
    content: '';
    position: absolute;
    left: 24px; /* center of badge (48px wide / 2) */
    top: 48px;  /* starts below the badge */
    width: 2px;
    bottom: 0;
    background: #e5e7eb;
    z-index: 0;
}

/* Remove line from last item */
.oaservs-tl-item.last::before {
    display: none;
}

/* Year badge circle */
.oaservs-tl-badge {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #023047;
    color: #FFB703;
    font-family: 'Louis George Cafe', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

/* Content next to badge */
.oaservs-tl-content {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

/* Bold title inside timeline */
.oaservs-tl-title {
    font-family: 'Hanken Grotesk', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.5 !important;
    margin: 0 0 8px 0 !important;
}

/* Body text inside timeline */
.oaservs-tl-body {
    font-family: 'Louis George Cafe', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* Story image — full height matching left col */
.s5-story-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
}


/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Tablet (768px - 1024px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) and (min-width: 768px) {

    .oaservs-tl-badge {
        min-width: 44px;
        height: 44px;
        font-size: 11px;
    }

    .oaservs-tl-item::before {
        left: 22px;
        top: 44px;
    }

    .oaservs-tl-title {
        font-size: 14px !important;
    }

    .oaservs-tl-body {
        font-size: 13px !important;
    }
}


/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Mobile (max 767px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {

    /* Stack left and right columns */
    .elementor-element .e-con.s5-story-section {
        flex-direction: column !important;
    }

    /* Image goes below timeline on mobile */
    .s5-story-img {
        margin-top: 32px;
    }

    .s5-story-img img {
        height: 280px !important;
        object-fit: cover !important;
    }

    .oaservs-tl-badge {
        min-width: 42px;
        height: 42px;
        font-size: 11px;
    }

    .oaservs-tl-item::before {
        left: 21px;
        top: 42px;
    }

    .oaservs-tl-item {
        gap: 14px;
        padding-bottom: 28px;
    }

    .oaservs-tl-title {
        font-size: 14px !important;
    }

    .oaservs-tl-body {
        font-size: 13px !important;
    }
}
.test-lgc,
.test-lgc * {
    font-family: 'Louis George Cafe', Arial, sans-serif !important;
  
}
/* ═══════════════════════════════════════════════════════
   DROPDOWN CARET FIX — Turbo Header Footer Block
   Paste into child theme style.css
   ═══════════════════════════════════════════════════════ */

/* ── Hide the broken Font Awesome caret icon ─────────── */
.tahefobu-sub-icon,
.tahefobu-sub-icon-caret-down,
.tahefobu-sub-icon::before,
.tahefobu-sub-icon-caret-down::before,
.menu-item-has-children .tahefobu-sub-icon {
    display: none !important;
    content: none !important;
    font-size: 0 !important;
    width: 0 !important;
}

/* ── Add our own clean CSS arrow instead ─────────────── */
.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
    margin-left: 6px;
    transition: transform 0.2s ease;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Arrow rotates up when dropdown is open */
.menu-item-has-children.sfHover > a::after,
.menu-item-has-children:hover > a::after,
.menu-item-has-children.open > a::after {
    transform: rotate(-135deg) translateY(-2px);
}

/* ── Dropdown submenu styling ─────────────────────────── */
.tahefobu-sub-menu,
ul.sub-menu {
    background-color: #f3f4f6;
    border-radius: 6px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    border: 1px solid #f3f4f6 !important;
    min-width: 180px !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s !important;
}

/* Show on hover */
.my-menu:hover > .tahefobu-sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Dropdown links */
.tahefobu-sub-menu a,
ul.sub-menu a {
    display: block !important;
    padding: 10px 18px !important;
    font-family: 'Hanken Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #111827 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease !important;
}

.tahefobu-sub-menu a:hover,
ul.sub-menu a:hover {
    color: #FFB703 !important;
    background: #f9fafb !important;
}

/* Remove any ::after arrows from dropdown items */
.tahefobu-sub-menu li > a::after,
ul.sub-menu li > a::after {
    display: none !important;
}

/* ── Mobile dropdown fix ──────────────────────────────── */
@media (max-width: 767px) {
    .tahefobu-sub-menu,
    ul.sub-menu {
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        background: rgba(255,255,255,0.08) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        padding: 0 !important;
    }

    .tahefobu-sub-menu a,
    ul.sub-menu a {
        color: rgba(255,255,255,0.85) !important;
        padding: 10px 36px !important;
        font-size: 14px !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    }

    .tahefobu-sub-menu a:hover,
    ul.sub-menu a:hover {
        color: #FFB703 !important;
        background: transparent !important;
    }

    /* Arrow always visible on mobile */
    .menu-item-has-children > a::after {
        float: right;
        margin-top: 4px;
    }
}
.footer-effect a:hover {
    color: #ffb703 !important;
}
/* ═══════════════════════════════════════════════════════
   HOME HERO BANNER — Styles + Hover Effects
   Paste into child theme style.css
   ═══════════════════════════════════════════════════════ */

/* ── Hero full viewport height ────────────────────────── */
.elementor-element[data-id="hero_outer"] {
    min-height: 100vh !important;
    display: flex !important;
    align-items: flex-end !important;
}

/* ── H1 fade-up animation on load ─────────────────────── */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

.elementor-element[data-id="hero_h1"] .elementor-heading-title {
    animation: heroFadeUp 0.8s ease forwards;
}

.elementor-element[data-id="hero_sub"] {
    animation: heroFadeUp 0.8s ease 0.2s both;
}

.elementor-element[data-id="hero_btns"] {
    animation: heroFadeUp 0.8s ease 0.4s both;
}

/* ── Primary button — amber ────────────────────────────── */
.elementor-element[data-id="hero_btn1"] .elementor-button {
    background: #FFB703 !important;
    color: #023047 !important;
    border: none !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(255,183,3,0.35) !important;
}

.elementor-element[data-id="hero_btn1"] .elementor-button:hover {
    background: #d49500 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255,183,3,0.45) !important;
}

.elementor-element[data-id="hero_btn1"] .elementor-button:active {
    transform: translateY(0) !important;
}

/* ── Secondary button — outline ────────────────────────── */
.elementor-element[data-id="hero_btn2"] .elementor-button {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.5) !important;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease !important;
}

.elementor-element[data-id="hero_btn2"] .elementor-button:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #FFB703 !important;
    border-color: #FFB703 !important;
    transform: translateY(-2px) !important;
}

.elementor-element[data-id="hero_btn2"] .elementor-button:active {
    transform: translateY(0) !important;
}

/* ── Scroll indicator (optional bottom pulse) ─────────── */
.hero-scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0.6;
    animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}

/* ── RESPONSIVE: Tablet ────────────────────────────────── */
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element[data-id="hero_h1"] .elementor-heading-title {
        font-size: 40px !important;
        max-width: 80% !important;
    }

    .elementor-element[data-id="hero_sub"] p {
        font-size: 15px !important;
        max-width: 90% !important;
    }
}

/* ── RESPONSIVE: Mobile ────────────────────────────────── */
@media (max-width: 767px) {
    .elementor-element[data-id="hero_outer"] {
        min-height: 100svh !important;
    }

    .elementor-element[data-id="hero_h1"] .elementor-heading-title {
        font-size: 30px !important;
        max-width: 100% !important;
        letter-spacing: 0 !important;
    }

    .elementor-element[data-id="hero_sub"] p {
        font-size: 14px !important;
        max-width: 100% !important;
    }

    .elementor-element[data-id="hero_btns"] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .elementor-element[data-id="hero_btn1"] .elementor-button,
    .elementor-element[data-id="hero_btn2"] .elementor-button {
        font-size: 14px !important;
        padding: 12px 24px !important;
    }
}


/* ═══════════════════════════════════════════════════════
   GLOBAL HOVER EFFECTS — All sections
   ═══════════════════════════════════════════════════════ */

/* ── All amber buttons site-wide ──────────────────────── */
.elementor-button[style*="background-color: #FFB703"],
.elementor-button[style*="background-color: rgb(255, 183, 3)"] {
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.elementor-button[style*="background-color: #FFB703"]:hover,
.elementor-button[style*="background-color: rgb(255, 183, 3)"]:hover {
    background-color: #d49500 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(255,183,3,0.4) !important;
}

/* ── Footer links hover ────────────────────────────────── */
footer a,
.elementor-element[data-id^="ftr"] a {
    transition: color 0.2s ease !important;
}

/* ── How We Work cards hover ──────────────────────────── */
.elementor-element[data-id="hww1"],
.elementor-element[data-id="hww2"],
.elementor-element[data-id="hww4"],
.elementor-element[data-id="hww5"] {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: default;
}

.elementor-element[data-id="hww1"]:hover,
.elementor-element[data-id="hww2"]:hover,
.elementor-element[data-id="hww4"]:hover,
.elementor-element[data-id="hww5"]:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
}

/* ── Values / Core cards hover ────────────────────────── */
.elementor-element[data-id="vc1"],
.elementor-element[data-id="vc2"],
.elementor-element[data-id="vc3"] {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.elementor-element[data-id="vc1"]:hover,
.elementor-element[data-id="vc2"]:hover,
.elementor-element[data-id="vc3"]:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
}

/* ── Team cards hover ─────────────────────────────────── */
.elementor-element[data-id="s6_card1"],
.elementor-element[data-id="s6_card2"],
.elementor-element[data-id="s6_card3"],
.elementor-element[data-id="s6_card4"] {
    transition: transform 0.2s ease !important;
}

.elementor-element[data-id="s6_card1"]:hover,
.elementor-element[data-id="s6_card2"]:hover,
.elementor-element[data-id="s6_card3"]:hover,
.elementor-element[data-id="s6_card4"]:hover {
    transform: translateY(-5px) !important;
}

/* ── Social icons hover ───────────────────────────────── */
.elementor-element[data-id="ftr_c1_social"] a {
    transition: border-color 0.2s ease, transform 0.2s ease !important;
}

.elementor-element[data-id="ftr_c1_social"] a:hover {
    border-color: #FFB703 !important;
    transform: translateY(-2px) !important;
}

/* ── Nav header links hover ───────────────────────────── */
.oaservs-nav-link {
    transition: color 0.2s ease !important;
    position: relative;
}

/* Underline slide-in on hover */
.oaservs-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFB703;
    transition: width 0.25s ease;
    border-radius: 2px;
}

.oaservs-nav-link:hover::after,
.oaservs-nav-link.current-page::after {
    width: 100%;
}
/* ═══════════════════════════════════════════════════════
   REUSABLE GRADIENT TEXT CLASSES
   Add these classes to ANY Elementor widget via:
   Advanced tab → CSS Classes
   ═══════════════════════════════════════════════════════

   USAGE EXAMPLES:
   - "text-gradient"         → navy → amber (default)
   - "text-gradient-reverse" → amber → navy
   - "text-gradient-amber"   → amber only glow
   - "text-gradient-teal"    → teal (for CTA labels)

   Apply to: Heading widget, Text Editor widget
   ═══════════════════════════════════════════════════════ */

/* ── 1. Default: navy → amber ─────────────────────────── */
.text-gradient .elementor-heading-title,
.text-gradient p,
.text-gradient span,
.text-gradient {
    background: linear-gradient(90deg, #111827 30%, #FFB703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ── 2. Reverse: amber → navy ─────────────────────────── */
.text-gradient-reverse .elementor-heading-title,
.text-gradient-reverse p,
.text-gradient-reverse {
    background: linear-gradient(90deg, #FFB703 0%, #111827 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ── 3. Amber glow: light amber → deep amber ──────────── */
.text-gradient-amber .elementor-heading-title,
.text-gradient-amber p,
.text-gradient-amber {
    background: linear-gradient(90deg, #FFD166 0%, #FFB703 60%, #d49500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ── 4. Teal: for section labels / CTA text ───────────── */
.text-gradient-teal .elementor-heading-title,
.text-gradient-teal p,
.text-gradient-teal {
    background: linear-gradient(90deg, #4b9db5 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ── 5. White fade: for dark backgrounds ──────────────── */
.text-gradient-white .elementor-heading-title,
.text-gradient-white p,
.text-gradient-white {
  background: linear-gradient(90deg, #ffffff 30%, #FFB703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ── Section label helper (small caps label above headings) */
.section-label {
    font-family: 'Louis George Cafe', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: capitalize;
    display: inline-block;
}
.ready-to-elevate {
    width: 1140px !important;
    border-radius: 16px !important;
    padding: 0 40px !important;
    margin: 0 auto !important;
    background-color: #F8F9FA;
}
:root {
  --sp-yellow:  #FFB703;
  --sp-navy:    #023047;
  --sp-black:   #111827;
  --sp-muted:   #6b7280;
  --sp-border:  #e5e7eb;
  --sp-cat:     #4b9db5;
  --sp-max:     840px;
  --sp-gutter:  40px;
  --sp-tr:      0.24s ease;
}

/* ── Scoped to sp- classes ── */
.sp-wrap *  { box-sizing: border-box; }
.sp-wrap {
  font-family: 'Hanken Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--sp-black);
  background: #fff;
  padding-top:120px
}

/* ─── BREADCRUMB ──────────────────────────────────────── */
.sp-breadcrumb {
  padding: 18px var(--sp-gutter) 0;
  max-width: calc(var(--sp-max) + var(--sp-gutter) * 2);
  margin: 0 auto;
  font-family: 'Louis George Cafe', 'Hanken Grotesk', sans-serif;
  font-size: 16px;
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.sp-breadcrumb a {
  color: var(--sp-muted);
  text-decoration: none;
  transition: color var(--sp-tr);
}
.sp-breadcrumb a:hover { color: var(--sp-yellow); }
.sp-breadcrumb .sp-bc-sep { color: #d1d5db; }
.sp-breadcrumb .sp-bc-cur {
  color: var(--sp-yellow);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
}

/* ─── META + TITLE ────────────────────────────────────── */
.sp-header {
  padding: 16px var(--sp-gutter) 38px;
  max-width: calc(var(--sp-max) + var(--sp-gutter) * 2);
  margin: 0 auto;
}
.sp-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: 'Louis George Cafe', 'Hanken Grotesk', sans-serif;
}
.sp-meta-cat {
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  text-decoration: none;
  letter-spacing: .02em;
  transition: color var(--sp-tr);
}
.sp-meta-cat:hover { color: var(--sp-yellow); }
.sp-meta-dot { color: #d1d5db; font-size: 11px; }
.sp-meta-date {
  font-size: 16px;
  color: #999999;
}
.sp-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--sp-black);
  line-height: 1.25;
  margin: 0;
  font-family:"Hanken Grotesk";
}

/* ─── FEATURED IMAGE ──────────────────────────────────── */
.sp-img-wrap {
  max-width: calc(var(--sp-max) + var(--sp-gutter) * 2);
  margin: 0 auto 32px;
  padding: 0 var(--sp-gutter);
}
.sp-img-wrap img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  max-height: 480px;
}

/* ─── POST CONTENT ────────────────────────────────────── */
.sp-content {
  max-width: calc(var(--sp-max) + var(--sp-gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--sp-gutter) 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

/* H2 → yellow, matches Figma */
.sp-content h2 {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: var(--sp-yellow);
  margin: 32px 0 12px;
  line-height: 1.3;
}
.sp-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--sp-black);
  margin: 24px 0 10px;
}
.sp-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--sp-black);
  margin: 20px 0 8px;
}
.sp-content p { margin: 0 0 16px; }
.sp-content ul,
.sp-content ol {
  padding-left: 22px;
  margin: 0 0 16px;
}
.sp-content li { margin-bottom: 6px; }
.sp-content a { color: var(--sp-yellow); text-decoration: underline; }
.sp-content a:hover { color: var(--sp-navy); }
.sp-content strong { font-weight: 700; color: var(--sp-black); }
.sp-content blockquote {
  border-left: 3px solid var(--sp-yellow);
  margin: 24px 0;
  padding: 12px 20px;
  background: #fffbf0;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--sp-navy);
}
.sp-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
  display: block;
}

/* ─── SHARE BAR ───────────────────────────────────────── */
.sp-share {
  max-width: calc(var(--sp-max) + var(--sp-gutter) * 2);
  margin: 0 auto;
  padding: 20px var(--sp-gutter) 20px;
  border-top: 1px solid var(--sp-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sp-share-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--sp-black);
  font-family: 'Hanken Grotesk', sans-serif;
  flex-shrink: 0;
}
.sp-share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #00AAA5;
  background: #fff;
  color: #00AAA5;
  text-decoration: none;
  transition: border-color var(--sp-tr), background var(--sp-tr), color var(--sp-tr);
}
.sp-share-icon:hover {
  border-color: var(--sp-yellow);
  background: var(--sp-yellow);
  color: #fff;
}
.sp-share-icon svg { width: 16px; height: 16px; fill: currentColor; }

/* ─── RELATED ARTICLES ────────────────────────────────── */
.sp-related {
  background: #fff;
  padding: 56px var(--sp-gutter) 72px;
  border-top: 1px solid var(--sp-border);
}
.sp-related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sp-related-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--sp-black);
  margin: 0 0 28px;
}

/* Reuse b5 classes from the blog list JSON/elementor template */
.b5top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.b5rc  { display: flex; flex-direction: column; gap: 12px; }

/* Featured related card */
.b5f {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: border-color .3s,box-shadow .3s,transform .3s;
}
.b5f:hover {
  border-color: var(--sp-yellow);
  box-shadow: 0 10px 32px rgba(2,48,71,.1);
  transform: translateY(-4px);
}
.b5fi {
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}
.b5fi img {
    width: 600px;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform .45s;
}
.b5f:hover .b5fi img { transform: scale(1.05); }
.b5fn {
  width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  background: #f3f4f6;
}
.b5fb { padding: 18px 20px 22px; flex: 1; }
.b5ft {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px; font-weight: 700;
  color: #111827; line-height: 1.35;
  margin: 0; transition: color .2s;
}
.b5f:hover .b5ft { color: var(--sp-navy); }

/* Side related card */
.b5c {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px; overflow: hidden;
  text-decoration: none;
  display: flex; flex-direction: row; align-items: stretch;
  background: #fff;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.b5c:hover {
  border-color: var(--sp-yellow);
  box-shadow: 0 6px 20px rgba(2,48,71,.09);
  transform: translateY(-3px);
}
.b5cb {
  flex: 1; padding: 14px 14px 16px;
  display: flex; flex-direction: column; justify-content: center;
  min-width: 0;
}
.b5ct {
    font-family: 'Hanken Grotesk',sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s;
}
.b5c:hover .b5ct { color: var(--sp-navy); }
.b5ci {
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
    padding: 20px;
    height: 120px;
    background: #fff !important;
}
.b5ci img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
    border-radius: 10px;
}
.b5c:hover .b5ci img { transform: scale(1.06); }
.b5cn {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: #f3f4f6;
}

/* Shared meta (category · date) */
.b5m {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.b5mc {
    font-family: 'Louis George Cafe',sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #545454;
    letter-spacing: .03em;
}
.b5md {
    font-family: 'Louis George Cafe',sans-serif;
    font-size: 15px;
    color: #999999;
}
.b5sep { color: #d1d5db; font-size: 10px; }

/* No image placeholder SVG wrapper */
.b5no-img-lg {
  width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  background: #f3f4f6;
}
.b5no-img-sm {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: #f3f4f6;
}

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 900px) {
  .b5top { grid-template-columns: 1fr; }
  .b5fi, .b5fn { aspect-ratio: 16/9; }
  .b5ft { font-size: 17px; }
}
@media (max-width: 640px) {
  :root { --sp-gutter: 20px; }
  .sp-title  { font-size: 22px; }
  .b5ci { width: 80px; }
  .b5ct { font-size: 13px; }
  .sp-related { padding: 40px var(--sp-gutter) 48px; }
}
@media (max-width: 480px) {
  :root { --sp-gutter: 16px; }
  .sp-img-wrap img { max-height: 240px; }
}
.ssd-wrap *, .ssd-wrap *::before, .ssd-wrap *::after { box-sizing: border-box; }

.ssd-wrap {
    font-family: 'Hanken Grotesk', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #111827;
    background: #fff;
    max-width:1140px;margin:0 auto;padding:120px 40px 56px;
}

/* ══════════════════════════════════════════════
   BREADCRUMB
   ══════════════════════════════════════════════ */
.ssd-breadcrumb {
    padding: 18px 0 0;
    font-family: 'Louis George Cafe', 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    color: #9ca3af;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
}
.ssd-breadcrumb a {
    color: #9ca3af;
    text-decoration: none;
    transition: color .22s;
}
.ssd-breadcrumb a:hover { color: #FFB703; }
.ssd-breadcrumb .ssd-bc-sep { color: #d1d5db; margin: 0 1px; }
.ssd-breadcrumb .ssd-bc-cur {
    color: #FFB703;
    font-weight: 600;
}
span.ssd-cur {
    color: #FFB703;
    font-weight: 600;
}
/* ══════════════════════════════════════════════
   HERO IMAGE
   ══════════════════════════════════════════════ */
.ssd-hero {
    margin: 20px 0 32px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 7;
    background: #f3f4f6;
}
.ssd-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ══════════════════════════════════════════════
   TITLE (yellow, matches Figma)
   ══════════════════════════════════════════════ */
.ssd-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 700;
    color: #FFB703;
    margin: 0 0 22px;
    line-height: 1.2;
}

/* ══════════════════════════════════════════════
   META ROW — Project Client | Project Manager
   ══════════════════════════════════════════════ */
.ssd-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f3f4f6;
}
.ssd-meta-item {}
.ssd-meta-label {
    font-size: 12px;
    color: #9ca3af;
    font-family: 'Louis George Cafe', 'Hanken Grotesk', sans-serif;
    margin-bottom: 4px;
    display: block;
}
.ssd-meta-value {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    display: block;
}

/* ══════════════════════════════════════════════
   EXCERPT / SHORT DESCRIPTION
   ══════════════════════════════════════════════ */
.ssd-excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ══════════════════════════════════════════════
   POST CONTENT
   Figma: bold section headings, bullet lists,
          body text gray
   ══════════════════════════════════════════════ */
.ssd-content {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.75;
}

.ssd-content h3,
.ssd-content h4,
.ssd-content h5 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    margin: 28px 0 10px;
    line-height: 1.3;
}

.ssd-content h2 { font-size: 20px; color: #FFB703; }
.ssd-content h3 { font-size: 15px; color: #000000;}
.ssd-content h4 { font-size: 14px; }
.ssd-content p  { margin: 0 0 14px; }
.ssd-content ul,
.ssd-content ol {
    padding-left: 18px;
    margin: 0 0 16px;
}
.ssd-content li {
    margin-bottom: 5px;
    list-style: disc;
}
.ssd-content ol li { list-style: decimal; }
.ssd-content strong { font-weight: 700; color: #374151; }
.ssd-content a { color: #FFB703; text-decoration: underline; }
.ssd-content a:hover { color: #023047; }
.ssd-content blockquote {
    border-left: 3px solid #FFB703;
    margin: 24px 0;
    padding: 12px 20px;
    background: #fffbf0;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: #374151;
}
.ssd-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0;
    display: block;
}

/* ══════════════════════════════════════════════
   DIVIDER before FAQ
   ══════════════════════════════════════════════ */
.ssd-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 48px 0 0;
}

/* ══════════════════════════════════════════════
   FAQ SECTION WRAPPER
   Wraps the Elementor global template output.
   The template itself handles layout/accordion.
   ══════════════════════════════════════════════ */
.ssd-faq-section {
    padding: 56px 0 72px;
}

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
    .ssd-hero { aspect-ratio: 16 / 9; }
    .ssd-meta-row { grid-template-columns: 1fr; gap: 16px; }
    .ssd-title { font-size: 26px; }
    .ssd-wrap {padding:20px;}
}
@media (max-width: 480px) {
    .ssd-hero { border-radius: 8px; margin-bottom: 24px; }
    .ssd-title { font-size: 22px; }
    .ssd-content h2 { font-size: 15px; }
}
.oaservs-contact label {
    font-family: Louis George 'Louis George Cafe' !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.oaservs-contact input.wpcf7-form-control, .oaservs-contact textarea.wpcf7-form-control.wpcf7-textarea{
    border: 1px solid #DBE0E3 !important;
    margin-bottom:20px ;
}
.oaservs-contact .ct-btn {
    background: #FFB703 !important;
    color: #fff !important;
    border: none !important;
}
.oaservs-contact .ct-btn:hover {
background-color: #fff !important;
    color: #FFB703 !important;
    border: 1px solid #FFB703 !important;}
.oaservs-contact span.req {
    color: #FF0000;
}
.oaservs-contact textarea {
    height: 100px;
}