/*
Theme Name: Prespa Child
Template: prespa
Description: Child theme for Prespa
Author: Your Name
Version: 1.0
*/

:root {
    --hb-primary:        #e31c3d;
    --hb-primary-dark:   #2a5ab8;
    --hb-primary-light:  #e8f0fc;
    --hb-primary-xlight: #f3f7fe;
    --hb-white:          #ffffff;
    --hb-black:          #0d1117;
    --hb-grey-100:       #f7f8fa;
    --hb-grey-200:       #eef0f4;
    --hb-grey-300:       #dde1ea;
    --hb-grey-500:       #8d96a8;
    --hb-grey-700:       #4a5568;
    --hb-text:           #1e2533;
    --hb-text-light:     #5a6475;
    --hb-radius:         12px;
    --hb-radius-lg:      20px;
    --hb-shadow-sm:      0 2px 8px rgba(58,114,211,0.08);
    --hb-shadow-md:      0 8px 32px rgba(58,114,211,0.14);
    --hb-shadow-lg:      0 20px 60px rgba(58,114,211,0.18);
    --hb-transition:     0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --hb-font-display:   'Georgia', 'Times New Roman', serif;
    --hb-font-body:      -apple-system, 'Segoe UI', system-ui, sans-serif;
	--ab-primary:        #e31c3d;
    --ab-primary-dark:   #2a5ab8;
    --ab-primary-light:  #e8f0fc;
    --ab-primary-xlight: #f3f7fe;
    --ab-white:          #ffffff;
    --ab-black:          #0d1117;
    --ab-grey-100:       #f7f8fa;
    --ab-grey-200:       #eef0f4;
    --ab-grey-300:       #dde1ea;
    --ab-grey-500:       #8d96a8;
    --ab-grey-700:       #4a5568;
    --ab-text:           #1e2533;
    --ab-text-light:     #5a6475;
    --ab-radius:         12px;
    --ab-radius-lg:      20px;
    --ab-shadow-sm:      0 2px 8px rgba(58,114,211,0.08);
    --ab-shadow-md:      0 8px 32px rgba(58,114,211,0.14);
    --ab-shadow-lg:      0 20px 60px rgba(58,114,211,0.18);
    --ab-transition:     0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --ab-font-display:   'Georgia', 'Times New Roman', serif;
    --ab-font-body:      -apple-system, 'Segoe UI', system-ui, sans-serif;
	--sv-primary:        #e31c3d;
    --sv-primary-dark:   #2a5ab8;
    --sv-primary-light:  #e8f0fc;
    --sv-primary-xlight: #f3f7fe;
    --sv-white:          #ffffff;
    --sv-black:          #0d1117;
    --sv-grey-100:       #f7f8fa;
    --sv-grey-200:       #eef0f4;
    --sv-grey-300:       #dde1ea;
    --sv-text:           #1e2533;
    --sv-text-light:     #5a6475;
    --sv-radius:         16px;
    --sv-radius-lg:      24px;
    --sv-shadow-md:      0 8px 32px rgba(58,114,211,0.13);
    --sv-shadow-lg:      0 24px 64px rgba(58,114,211,0.16);
    --sv-transition:     0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --sv-font-display:   'Georgia', 'Times New Roman', serif;
    --sv-font-body:      -apple-system, 'Segoe UI', system-ui, sans-serif;
    --er-primary:        #e31c3d;
    --er-primary-dark:   #2a5ab8;
    --er-primary-light:  #e8f0fc;
    --er-primary-xlight: #f3f7fe;
    --er-white:          #ffffff;
    --er-black:          #0d1117;
    --er-grey-100:       #f7f8fa;
    --er-grey-200:       #eef0f4;
    --er-grey-300:       #dde1ea;
    --er-text:           #1e2533;
    --er-text-light:     #5a6475;
    --er-radius:         14px;
    --er-radius-lg:      22px;
    --er-shadow-md:      0 8px 32px rgba(58,114,211,0.13);
    --er-shadow-lg:      0 24px 64px rgba(58,114,211,0.17);
    --er-transition:     0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --er-font-display:   'Georgia', 'Times New Roman', serif;
    --er-font-body:      -apple-system, 'Segoe UI', system-ui, sans-serif;
}

.site-title a{
	color: var(--hb-primary) !important;
  	font-size: 28px;
}

.main-navigation-container .custom-logo-link {
  width: 170px;
}

/* ---------- Base Reset ---------- */
.hb-home-page *,
.hb-home-page *::before,
.hb-home-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hb-home-page {
    font-family: var(--hb-font-body);
    color: var(--hb-text);
    overflow-x: hidden;
    line-height: 1.6;
}

/* ---------- Layout Utilities ---------- */
.hb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Section Shared ---------- */
.hb-section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
}

.hb-section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hb-primary);
    background: var(--hb-primary-light);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 16px;
}

.hb-section-title {
    font-family: var(--hb-font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--hb-black);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
}

.hb-section-title--left {
    text-align: left;
}

.hb-section-subtitle {
    font-size: 1.05rem;
    color: var(--hb-text-light);
    margin-top: 16px;
    line-height: 1.7;
}

/* ---------- Buttons ---------- */
.hb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--hb-font-body);
    font-size: 0.97rem;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--hb-transition);
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.hb-btn--primary {
    background: var(--hb-primary);
    color: var(--hb-white);
    border-color: var(--hb-primary);
    box-shadow: 0 4px 20px rgba(58,114,211,0.35);
}

.hb-btn--primary:hover {
    background: var(--hb-primary-dark);
    border-color: var(--hb-primary-dark);
    box-shadow: 0 8px 28px rgba(58,114,211,0.45);
    transform: translateY(-2px);
    color: var(--hb-white);
    text-decoration: none;
}

.hb-btn--outline {
    background: transparent;
    color: var(--hb-white);
    border-color: rgba(255,255,255,0.6);
}

.hb-btn--outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: var(--hb-white);
    color: var(--hb-white);
    text-decoration: none;
    transform: translateY(-2px);
}

.hb-btn--white {
    background: var(--hb-white);
    color: var(--hb-primary);
    border-color: var(--hb-white);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.hb-btn--white:hover {
    background: var(--hb-primary-xlight);
    color: var(--hb-primary-dark);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transform: translateY(-2px);
    text-decoration: none;
}

.hb-btn__arrow {
    transition: transform var(--hb-transition);
    display: inline-block;
}

.hb-btn:hover .hb-btn__arrow {
    transform: translateX(4px);
}

/* =============================================
   HERO SECTION
   ============================================= */
.hb-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background-color: var(--hb-black);
    background-image: var(--hero-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(58,114,211,0.35) 0%, transparent 70%);
    z-index: 1;
}

.hb-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(13,17,23,0.82) 0%,
        rgba(13,17,23,0.65) 50%,
        rgba(13,17,23,0.55) 100%
    );
    z-index: 1;
}

.hb-hero .hb-container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hb-hero__inner {
    max-width: 760px;
}

.hb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(246,5,31,0.25);
  border: 1px solid rgba(58,114,211,0.5);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
  animation: hb-fadeInDown 0.7s ease both;
}

.hb-hero__heading {
    font-family: var(--hb-font-display);
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 800;
    color: var(--hb-white);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    animation: hb-fadeInUp 0.8s 0.1s ease both;
}

.hb-hero__heading em {
    font-style: normal;
    color: #7aabf8;
}

.hb-hero__subheading {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    color: rgba(255,255,255,0.72);
    max-width: 560px;
    line-height: 1.75;
    margin-bottom: 44px;
    animation: hb-fadeInUp 0.8s 0.2s ease both;
}

.hb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    animation: hb-fadeInUp 0.8s 0.3s ease both;
}

/* Animated scroll dot */
.hb-hero__scroll-indicator {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 28px;
    height: 44px;
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.hb-hero__scroll-indicator span {
    width: 4px;
    height: 10px;
    background: var(--hb-white);
    border-radius: 4px;
    animation: hb-scrollBounce 1.6s infinite;
    opacity: 0.7;
}

/* =============================================
   SERVICES SECTION
   ============================================= */
.hb-services {
    padding: 100px 0;
    background: var(--hb-white);
    position: relative;
}

.hb-services::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--hb-primary), #7aabf8, var(--hb-primary));
}

.hb-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.hb-service-card {
    position: relative;
    background: var(--hb-white);
    border: 1px solid var(--hb-grey-200);
    border-radius: var(--hb-radius-lg);
    padding: 40px 32px 36px;
    transition: var(--hb-transition);
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.hb-service-card.hb-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s calc(var(--card-index, 1) * 0.08s) ease,
                transform 0.55s calc(var(--card-index, 1) * 0.08s) ease,
                box-shadow var(--hb-transition),
                border-color var(--hb-transition);
}

.hb-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--hb-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--hb-transition);
}

.hb-service-card:hover {
    box-shadow: var(--hb-shadow-lg);
    border-color: var(--hb-primary-light);
    transform: translateY(-6px);
}

.hb-service-card:hover::after {
    transform: scaleX(1);
}

.hb-service-card__icon-wrap {
    width: 60px;
    height: 60px;
    background: var(--hb-primary-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: var(--hb-transition);
}

.hb-service-card:hover .hb-service-card__icon-wrap {
    background: var(--hb-primary);
}

.hb-service-card__icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: invert(28%) sepia(89%) saturate(1400%) hue-rotate(209deg);
    transition: var(--hb-transition);
}

.hb-service-card:hover .hb-service-card__icon {
    filter: brightness(0) invert(1);
}

.hb-service-card__icon-placeholder {
    font-size: 1.6rem;
    color: var(--hb-primary);
    transition: var(--hb-transition);
}

.hb-service-card:hover .hb-service-card__icon-placeholder {
    color: var(--hb-white);
}

.hb-service-card__title {
    font-family: var(--hb-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--hb-black);
    margin-bottom: 12px;
    line-height: 1.3;
}

.hb-service-card__desc {
    font-size: 0.95rem;
    color: var(--hb-text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.hb-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hb-primary);
    text-decoration: none;
    transition: var(--hb-transition);
}

.hb-service-card__link:hover {
    gap: 10px;
    color: var(--hb-primary-dark);
    text-decoration: none;
}

.hb-service-card__number {
    position: absolute;
    bottom: 20px;
    right: 24px;
    font-size: 3rem;
    font-weight: 900;
    color: var(--hb-grey-200);
    line-height: 1;
    font-family: var(--hb-font-display);
    transition: var(--hb-transition);
    user-select: none;
}

.hb-service-card:hover .hb-service-card__number {
    color: var(--hb-primary-light);
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.hb-about {
    padding: 100px 0;
    background: var(--hb-grey-100);
    position: relative;
    overflow: hidden;
}

.hb-about::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, var(--hb-primary-light) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hb-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
}

.hb-about__grid.hb-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.hb-about__image-wrap {
    position: relative;
}

.hb-about__image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--hb-radius-lg);
    box-shadow: var(--hb-shadow-lg);
    display: block;
    position: relative;
    z-index: 1;
}

.hb-about__image-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 65%;
    height: 65%;
    border: 3px solid var(--hb-primary);
    border-radius: var(--hb-radius-lg);
    z-index: 0;
    opacity: 0.3;
}

.hb-about__desc {
    font-size: 1.05rem;
    color: var(--hb-text-light);
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 32px;
}

.hb-about__points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hb-about__point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.97rem;
    color: var(--hb-text);
    font-weight: 500;
}

.hb-about__point-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--hb-primary);
    color: var(--hb-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 1px;
}

/* =============================================
   WHY CHOOSE US SECTION
   ============================================= */
.hb-why {
    padding: 100px 0;
    background: var(--hb-primary);
    position: relative;
    overflow: hidden;
}

.hb-why::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 10% 20%, rgba(255,255,255,0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 80%, rgba(255,255,255,0.06) 0%, transparent 55%);
    pointer-events: none;
}

.hb-why .hb-section-title {
    color: var(--hb-white);
}

.hb-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 28px;
}

.hb-why-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--hb-radius-lg);
    padding: 40px 28px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: var(--hb-transition);
    opacity: 0;
    transform: translateY(25px);
}

.hb-why-card.hb-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s calc(var(--card-index, 1) * 0.1s) ease,
                transform 0.5s calc(var(--card-index, 1) * 0.1s) ease,
                background var(--hb-transition),
                box-shadow var(--hb-transition);
}

.hb-why-card:hover {
    background: rgba(255,255,255,0.18);
    box-shadow: 0 16px 48px rgba(0,0,0,0.2);
    transform: translateY(-6px);
}

.hb-why-card__icon-wrap {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.18);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 1.8rem;
    color: var(--hb-white);
    transition: var(--hb-transition);
}

.hb-why-card:hover .hb-why-card__icon-wrap {
    background: rgba(255,255,255,0.28);
    transform: scale(1.08);
}

.hb-why-card__icon-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hb-why-card__title {
    font-family: var(--hb-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--hb-white);
    margin-bottom: 12px;
}

.hb-why-card__desc {
    font-size: 0.93rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
}

/* =============================================
   PROCESS SECTION
   ============================================= */
.hb-process {
    padding: 100px 0;
    background: var(--hb-white);
}

.hb-process__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    position: relative;
}

.hb-process__steps::before {
    content: '';
    position: absolute;
    top: 44px;
    left: calc(12.5% + 22px);
    right: calc(12.5% + 22px);
    height: 2px;
    background: linear-gradient(90deg, var(--hb-primary) 0%, var(--hb-primary-light) 100%);
    z-index: 0;
}

.hb-process__step {
    position: relative;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(25px);
}

.hb-process__step.hb-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s calc(var(--step-index, 1) * 0.13s) ease,
                transform 0.55s calc(var(--step-index, 1) * 0.13s) ease;
}

.hb-process__step-number {
    width: 88px;
    height: 88px;
    background: var(--hb-primary);
    color: var(--hb-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--hb-font-display);
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 auto 32px;
    position: relative;
    z-index: 1;
    border: 4px solid var(--hb-white);
    box-shadow: 0 4px 20px rgba(58,114,211,0.3);
    transition: var(--hb-transition);
}

.hb-process__step:hover .hb-process__step-number {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(58,114,211,0.4);
}

.hb-process__step-body {
    max-width: 220px;
    margin: 0 auto;
}

.hb-process__step-title {
    font-family: var(--hb-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--hb-black);
    margin-bottom: 10px;
}

.hb-process__step-desc {
    font-size: 0.9rem;
    color: var(--hb-text-light);
    line-height: 1.65;
}

/* =============================================
   FAQ SECTION
   ============================================= */
.hb-faq {
    padding: 100px 0;
    background: var(--hb-grey-100);
}

.hb-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    opacity: 0;
    transform: translateY(30px);
}

.hb-faq__grid.hb-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.hb-faq__subtitle {
    font-size: 1rem;
    color: var(--hb-text-light);
    margin-top: 12px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.hb-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.hb-faq__item {
    background: var(--hb-white);
    border: 1px solid var(--hb-grey-200);
    border-radius: var(--hb-radius);
    overflow: hidden;
    transition: var(--hb-transition);
}

.hb-faq__item--open {
    border-color: var(--hb-primary-light);
    box-shadow: var(--hb-shadow-sm);
}

.hb-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    text-align: left;
    font-family: var(--hb-font-body);
    font-size: 0.97rem;
    font-weight: 600;
    color: var(--hb-text);
    cursor: pointer;
    transition: var(--hb-transition);
}

.hb-faq__question:hover {
    color: var(--hb-primary);
    background: var(--hb-primary-xlight);
}

.hb-faq__item--open .hb-faq__question {
    color: var(--hb-primary);
    background: var(--hb-primary-xlight);
}

.hb-faq__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--hb-primary-light);
    color: var(--hb-primary);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--hb-transition);
}

.hb-faq__item--open .hb-faq__icon {
    background: var(--hb-primary);
    color: var(--hb-white);
}

.hb-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb-faq__answer p {
    padding: 0 24px 20px;
    font-size: 0.95rem;
    color: var(--hb-text-light);
    line-height: 1.75;
    border-top: 1px solid var(--hb-grey-200);
    padding-top: 16px;
}

.hb-faq__image-wrap {
    position: relative;
    top: 40px;
}

.hb-faq__image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: var(--hb-radius-lg);
    box-shadow: var(--hb-shadow-lg);
    display: block;
}

/* =============================================
   CTA SECTION
   ============================================= */
.hb-cta {
    position: relative;
    padding: 100px 0;
    background-color: var(--hb-primary-dark);
    background-image: var(--cta-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.hb-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(42,90,184,0.88) 0%,
        rgba(58,114,211,0.80) 100%
    );
    z-index: 1;
}

.hb-cta__overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hb-cta .hb-container {
    position: relative;
    z-index: 2;
}

.hb-cta__inner {
    max-width: 680px;
    margin: 0 auto;
}

.hb-cta__title {
    font-family: var(--hb-font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--hb-white);
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.hb-cta__desc {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.80);
    line-height: 1.75;
    margin-bottom: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes hb-fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes hb-fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes hb-scrollBounce {
    0%, 100% { transform: translateY(0); opacity: 0.7; }
    50%       { transform: translateY(8px); opacity: 0.3; }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .hb-about__grid,
    .hb-faq__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hb-about__image {
        height: 380px;
    }

    .hb-faq__image-wrap {
        top: 0;
    }

    .hb-faq__image {
        height: 380px;
    }

    .hb-faq__image-col {
        order: -1;
    }

    .hb-process__steps::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .hb-services {
        padding: 72px 0;
    }

    .hb-about,
    .hb-why,
    .hb-process,
    .hb-faq,
    .hb-cta {
        padding: 72px 0;
    }

    .hb-section-header {
        margin-bottom: 48px;
    }

    .hb-services__grid {
        grid-template-columns: 1fr;
    }

    .hb-why__grid {
        grid-template-columns: 1fr 1fr;
    }

    .hb-process__steps {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin: 0 auto;
    }

    .hb-hero {
        min-height: 100vh;
    }

    .hb-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hb-btn {
        width: 100%;
        justify-content: center;
    }

    .hb-about__image-accent {
        display: none;
    }
}

@media (max-width: 480px) {
    .hb-why__grid {
        grid-template-columns: 1fr;
    }

    .hb-container {
        padding: 0 16px;
    }

    .hb-service-card {
        padding: 28px 24px;
    }
}

/* =============================================
   ABOUT US PAGE - ACF Custom Template CSS
   ============================================= */
   
   /* ---------- Base Reset ---------- */
.ab-about-page *,
.ab-about-page *::before,
.ab-about-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ab-about-page {
    font-family: var(--ab-font-body);
    color: var(--ab-text);
    overflow-x: hidden;
    line-height: 1.6;
}

/* ---------- Layout Utilities ---------- */
.ab-container, .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Shared Section Styles ---------- */
.ab-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.ab-section-title {
    font-family: var(--ab-font-display);
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: var(--ab-black);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ab-section-title--white {
    color: var(--ab-white);
}

.ab-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ab-primary);
    background: var(--ab-primary-light);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 16px;
}

.ab-heading {
    font-family: var(--ab-font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--ab-black);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

/* =============================================
   BANNER SECTION
   ============================================= */
.ab-banner {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background-color: var(--ab-black);
    background-image: var(--banner-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ab-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(58,114,211,0.4) 0%, transparent 65%);
    z-index: 1;
}

.ab-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(13,17,23,0.85) 0%,
        rgba(13,17,23,0.65) 60%,
        rgba(58,114,211,0.3) 100%
    );
    z-index: 1;
}

.ab-banner .ab-container, .ab-banner .container {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 80px;
}

.ab-banner__inner {
    max-width: 680px;
}

.ab-banner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: ab-fadeInDown 0.6s ease both;
}

.ab-banner__breadcrumb a {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    text-decoration: none;
    transition: color var(--ab-transition);
}

.ab-banner__breadcrumb a:hover {
    color: var(--ab-white);
    text-decoration: none;
}

.ab-banner__breadcrumb-sep {
    color: rgba(255,255,255,0.35);
    font-size: 0.85rem;
}

.ab-banner__breadcrumb span:last-child {
    color: rgba(255,255,255,0.85);
    font-size: 0.88rem;
    font-weight: 500;
}

.ab-banner__title {
    font-family: var(--ab-font-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: var(--ab-white);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    animation: ab-fadeInUp 0.7s 0.1s ease both;
}

.ab-banner__subtitle {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    max-width: 540px;
    animation: ab-fadeInUp 0.7s 0.2s ease both;
}

/* Decorative bottom wave shape */
.ab-banner__shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 72px;
    background: var(--ab-white);
    z-index: 2;
    clip-path: ellipse(55% 100% at 50% 100%);
}

/* =============================================
   COMPANY INTRO SECTION
   ============================================= */
.ab-company {
    padding: 100px 0 90px;
    background: var(--ab-white);
    position: relative;
    overflow: hidden;
}

.ab-company::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ab-grey-300), transparent);
}

.ab-company__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    opacity: 0;
    transform: translateY(32px);
}

.ab-company__grid.ab-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.ab-company__desc {
    font-size: 1.05rem;
    color: var(--ab-text-light);
    line-height: 1.85;
    margin-top: 4px;
}

.ab-company__desc p {
    margin-bottom: 16px;
}

.ab-company__desc p:last-child {
    margin-bottom: 0;
}

.ab-company__divider {
    width: 56px;
    height: 4px;
    background: var(--ab-primary);
    border-radius: 4px;
    margin-top: 32px;
}

/* Image column */
.ab-company__image-frame {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ab-company__image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: var(--ab-radius-lg);
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: var(--ab-shadow-lg);
}

.ab-company__image-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(58,114,211,0.25);
    z-index: 1;
    animation: ab-spinSlow linear infinite;
}

.ab-company__image-ring--1 {
    width: 140px; height: 140px;
    top: -28px; right: -28px;
    animation-duration: 20s;
}

.ab-company__image-ring--2 {
    width: 90px; height: 90px;
    bottom: -22px; left: -22px;
    animation-duration: 14s;
    animation-direction: reverse;
    border-color: rgba(58,114,211,0.18);
}

.ab-company__image-badge {
    position: absolute;
    bottom: 28px;
    right: -20px;
    z-index: 3;
    background: var(--ab-white);
    border-radius: 40px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.14);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ab-text);
    white-space: nowrap;
}

.ab-company__image-badge-icon {
    color: #f5a623;
    font-size: 1rem;
}

/* =============================================
   MISSION & VISION SECTION
   ============================================= */
.ab-mv {
    padding: 100px 0;
    background: var(--ab-grey-100);
    position: relative;
    overflow: hidden;
}

.ab-mv__bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 85%, rgba(58,114,211,0.06) 0%, transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(58,114,211,0.06) 0%, transparent 40%);
    pointer-events: none;
}

.ab-mv__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ab-mv__card {
    background: var(--ab-white);
    border-radius: var(--ab-radius-lg);
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ab-grey-200);
    transition: var(--ab-transition);
    opacity: 0;
    transform: translateY(28px);
}

.ab-mv__card.ab-revealed {
    opacity: 1;
    transform: translateY(0);
}

.ab-mv__card--mission.ab-revealed {
    transition: opacity 0.6s 0s ease, transform 0.6s 0s ease, box-shadow var(--ab-transition), border-color var(--ab-transition);
}

.ab-mv__card--vision.ab-revealed {
    transition: opacity 0.6s 0.12s ease, transform 0.6s 0.12s ease, box-shadow var(--ab-transition), border-color var(--ab-transition);
}

.ab-mv__card:hover {
    box-shadow: var(--ab-shadow-lg);
    border-color: var(--ab-primary-light);
    transform: translateY(-6px);
}

.ab-mv__card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--ab-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.ab-mv__card:hover::before {
    transform: scaleX(1);
}

.ab-mv__card-icon {
    width: 64px;
    height: 64px;
    background: var(--ab-primary-light);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ab-primary);
    margin-bottom: 28px;
    transition: var(--ab-transition);
}

.ab-mv__card:hover .ab-mv__card-icon {
    background: var(--ab-primary);
    color: var(--ab-white);
}

.ab-mv__card-tag {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--ab-primary);
    margin-bottom: 14px;
}

.ab-mv__card-heading {
    font-family: var(--ab-font-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--ab-black);
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -0.015em;
}

.ab-mv__card-desc {
    font-size: 0.97rem;
    color: var(--ab-text-light);
    line-height: 1.8;
}

/* Large background letter */
.ab-mv__card--mission::after {
    content: 'M';
    position: absolute;
    bottom: -20px; right: 16px;
    font-family: var(--ab-font-display);
    font-size: 9rem;
    font-weight: 900;
    color: var(--ab-primary-light);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    transition: var(--ab-transition);
}

.ab-mv__card--vision::after {
    content: 'V';
    position: absolute;
    bottom: -20px; right: 16px;
    font-family: var(--ab-font-display);
    font-size: 9rem;
    font-weight: 900;
    color: var(--ab-primary-light);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    transition: var(--ab-transition);
}

/* =============================================
   STATS SECTION
   ============================================= */
.ab-stats {
    padding: 90px 0;
    background: var(--ab-primary);
    position: relative;
    overflow: hidden;
}

.ab-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(255,255,255,0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 50%, rgba(255,255,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}

/* Subtle grid lines */
.ab-stats::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.ab-stats .ab-container {
    position: relative;
    z-index: 1;
}

.ab-stats .ab-section-header {
    margin-bottom: 52px;
}

.ab-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ab-stat-card {
    position: relative;
    text-align: center;
    padding: 44px 24px;
    border-radius: var(--ab-radius-lg);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    transition: background var(--ab-transition), box-shadow var(--ab-transition), transform var(--ab-transition);
}

.ab-stat-card.ab-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.5s calc(var(--card-index, 1) * 0.1s) ease,
        transform 0.5s calc(var(--card-index, 1) * 0.1s) ease,
        background var(--ab-transition),
        box-shadow var(--ab-transition);
}

.ab-stat-card:hover {
    background: rgba(255,255,255,0.18);
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
    transform: translateY(-6px);
}

.ab-stat-card__inner {
    position: relative;
    z-index: 1;
}

.ab-stat-card__number {
    font-family: var(--ab-font-display);
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 800;
    color: var(--ab-white);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.ab-stat-card__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ab-stat-card__glow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
    transition: var(--ab-transition);
}

.ab-stat-card:hover .ab-stat-card__glow {
    width: 120px;
    height: 120px;
    opacity: 0.8;
}

/* =============================================
   WHY CHOOSE US SECTION
   ============================================= */
.ab-why {
    padding: 100px 0;
    background: var(--ab-white);
}

.ab-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.ab-why-card {
    position: relative;
    background: var(--ab-grey-100);
    border-radius: var(--ab-radius-lg);
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    border: 1px solid var(--ab-grey-200);
    transition: var(--ab-transition);
    opacity: 0;
    transform: translateY(26px);
}

.ab-why-card.ab-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.55s calc(var(--card-index, 1) * 0.09s) ease,
        transform 0.55s calc(var(--card-index, 1) * 0.09s) ease,
        background var(--ab-transition),
        border-color var(--ab-transition),
        box-shadow var(--ab-transition);
}

.ab-why-card:hover {
    background: var(--ab-white);
    border-color: var(--ab-primary-light);
    box-shadow: var(--ab-shadow-md);
    transform: translateY(-5px);
}

.ab-why-card__number {
    font-family: var(--ab-font-display);
    font-size: 1rem;
    font-weight: 800;
    color: var(--ab-primary);
    letter-spacing: 0.05em;
    background: var(--ab-primary-light);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--ab-transition);
}

.ab-why-card:hover .ab-why-card__number {
    background: var(--ab-primary);
    color: var(--ab-white);
}

.ab-why-card__body {
    flex: 1;
}

.ab-why-card__title {
    font-family: var(--ab-font-display);
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--ab-black);
    margin-bottom: 10px;
    line-height: 1.3;
}

.ab-why-card__desc {
    font-size: 0.95rem;
    color: var(--ab-text-light);
    line-height: 1.75;
}

/* Decorative left accent line */
.ab-why-card__line {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--ab-primary);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    border-radius: 0 2px 2px 0;
}

.ab-why-card:hover .ab-why-card__line {
    transform: scaleY(1);
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes ab-fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes ab-fadeInDown {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes ab-spinSlow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .ab-company__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .ab-company__image {
        height: 420px;
    }

    .ab-company__image-badge {
        right: 16px;
    }

    .ab-mv__grid {
        grid-template-columns: 1fr;
    }

    .ab-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-why__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ab-banner {
        min-height: 380px;
    }

    .ab-company,
    .ab-mv,
    .ab-stats,
    .ab-why {
        padding: 72px 0;
    }

    .ab-mv__card {
        padding: 36px 28px;
    }

    .ab-mv__card--mission::after,
    .ab-mv__card--vision::after {
        font-size: 6rem;
        bottom: -10px;
    }

    .ab-company__image-ring {
        display: none;
    }

    .ab-company__image-badge {
        position: static;
        display: inline-flex;
        margin-top: 16px;
        box-shadow: var(--ab-shadow-sm);
    }

    .ab-banner__shape {
        height: 48px;
    }
}

@media (max-width: 560px) {
    .ab-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .ab-stat-card {
        padding: 32px 16px;
    }

    .ab-container .container {
        padding: 0 16px;
    }

    .ab-why-card {
        padding: 32px 28px;
    }
}

/* =============================================
   SERVICES PAGE — Service List Section CSS
   ============================================= */
   
   /* ---------- Base ---------- */
.sv-services-page *,
.sv-services-page *::before,
.sv-services-page *::after {
    box-sizing: border-box;
}

/* ---------- Container ---------- */
.sv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =============================================
   SERVICE LIST SECTION
   ============================================= */
.sv-list {
    padding: 100px 0 110px;
    background: var(--sv-white);
    position: relative;
}

/* subtle top rule */
.sv-list::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sv-primary), #7aabf8, var(--sv-primary));
}

.sv-list__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ---- Separator between items ---- */
.sv-list__separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sv-grey-300), transparent);
    margin: 0 40px;
}

/* =============================================
   SERVICE ITEM — alternating layout
   ============================================= */
.sv-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 88px 0;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
}

/* Revealed state */
.sv-item.sv-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

/* Even items: flip columns */
.sv-item--reverse .sv-item__image-col {
    order: 2;
}
.sv-item--reverse .sv-item__content-col {
    order: 1;
}

/* ---- Image Column ---- */
.sv-item__image-wrap {
    position: relative;
    display: block;
}

.sv-item__image {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: var(--sv-radius-lg);
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: var(--sv-shadow-lg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.sv-item:hover .sv-item__image {
    transform: scale(1.02);
    box-shadow: 0 32px 80px rgba(58,114,211,0.2);
}

/* Decorative accent block behind image */
.sv-item__image-accent {
    position: absolute;
    z-index: 1;
    border-radius: var(--sv-radius-lg);
    background: var(--sv-primary-light);
    transition: var(--sv-transition);
}

/* Default (odd): accent sits bottom-right */
.sv-item:not(.sv-item--reverse) .sv-item__image-accent {
    bottom: -18px;
    right: -18px;
    width: 55%;
    height: 55%;
}

/* Even: accent sits bottom-left */
.sv-item--reverse .sv-item__image-accent {
    bottom: -18px;
    left: -18px;
    width: 55%;
    height: 55%;
}

.sv-item:hover .sv-item__image-accent {
    background: var(--sv-primary-light);
    transform: translate(4px, 4px);
}

/* Number badge */
.sv-item__index-badge {
    position: absolute;
    top: -16px;
    z-index: 3;
    background: var(--sv-primary);
    color: var(--sv-white);
    font-family: var(--sv-font-display);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    border-radius: 100px;
    box-shadow: 0 4px 16px rgba(58,114,211,0.35);
}

.sv-item:not(.sv-item--reverse) .sv-item__index-badge {
    left: 24px;
}

.sv-item--reverse .sv-item__index-badge {
    right: 24px;
}

/* Placeholder when no image */
.sv-item__image-placeholder {
    width: 100%;
    height: 440px;
    border-radius: var(--sv-radius-lg);
    background: var(--sv-primary-xlight);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--sv-primary-light);
    position: relative;
    z-index: 2;
    border: 2px dashed var(--sv-grey-300);
}

/* ---- Content Column ---- */
.sv-item__content-col {
    display: flex;
    align-items: center;
}

.sv-item__content {
    max-width: 520px;
    width: 100%;
}

/* Odd: content is on right, align to left */
.sv-item:not(.sv-item--reverse) .sv-item__content-col {
    justify-content: flex-start;
}

/* Even: content is on left, align to right */
.sv-item--reverse .sv-item__content-col {
    justify-content: flex-end;
}

.sv-item__step-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sv-primary);
    background: var(--sv-primary-light);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.sv-item__title {
    font-family: var(--sv-font-display);
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: var(--sv-black);
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}

.sv-item__divider {
    width: 48px;
    height: 3px;
    background: var(--sv-primary);
    border-radius: 3px;
    margin: 22px 0;
    transition: width var(--sv-transition);
}

.sv-item:hover .sv-item__divider {
    width: 80px;
}

.sv-item__desc {
    font-size: 1rem;
    color: var(--sv-text-light);
    line-height: 1.85;
    margin-bottom: 36px;
}

.sv-item__desc p {
    margin-bottom: 14px;
}

.sv-item__desc p:last-child {
    margin-bottom: 0;
}

/* CTA Button */
.sv-item__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sv-font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--sv-primary);
    text-decoration: none;
    padding: 14px 28px;
    border: 2px solid var(--sv-primary);
    border-radius: 8px;
    transition: var(--sv-transition);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.sv-item__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--sv-primary);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--sv-transition);
}

.sv-item__btn:hover {
    color: var(--sv-white);
    box-shadow: 0 8px 28px rgba(58,114,211,0.35);
    text-decoration: none;
    transform: translateY(-2px);
}

.sv-item__btn:hover::before {
    transform: scaleX(1);
}

.sv-item__btn-arrow {
    display: flex;
    align-items: center;
    transition: transform var(--sv-transition);
}

.sv-item__btn:hover .sv-item__btn-arrow {
    transform: translateX(4px);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .sv-item {
        gap: 52px;
        padding: 72px 0;
    }

    .sv-item__image {
        height: 380px;
    }

    .sv-item__image-placeholder {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .sv-list {
        padding: 72px 0 80px;
    }

    .sv-item {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 64px 0;
    }

    /* On mobile, image always on top */
    .sv-item--reverse .sv-item__image-col,
    .sv-item--reverse .sv-item__content-col {
        order: unset;
    }

    .sv-item__image {
        height: 280px;
    }

    .sv-item__image-placeholder {
        height: 280px;
    }

    .sv-item__image-accent {
        display: none;
    }

    .sv-item:not(.sv-item--reverse) .sv-item__content-col,
    .sv-item--reverse .sv-item__content-col {
        justify-content: flex-start;
    }

    .sv-item__content {
        max-width: 100%;
    }

    .sv-list__separator {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .sv-container {
        padding: 0 16px;
    }

    .sv-item {
        padding: 52px 0;
    }

    .sv-item__image {
        height: 240px;
    }
}

.er-error-page *,
.er-error-page *::before,
.er-error-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.er-error-page {
    font-family: var(--er-font-body);
    color: var(--er-text);
    overflow-x: hidden;
}

.er-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Shared section header ---- */
.er-section-header {
    text-align: center;
    margin-bottom: 56px;
}

.er-section-label {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.12);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 14px;
}

.er-section-title {
    font-family: var(--er-font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--er-black);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.er-section-title--white {
    color: var(--er-white);
}

/* =============================================
   HERO SECTION
   ============================================= */
.er-hero {
    padding: 96px 0 100px;
    background: var(--er-white);
    position: relative;
    overflow: hidden;
}

.er-hero__bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 5% 80%, rgba(58,114,211,0.06) 0%, transparent 45%),
        radial-gradient(circle at 95% 20%, rgba(58,114,211,0.05) 0%, transparent 40%);
    pointer-events: none;
}

.er-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    opacity: 0;
    transform: translateY(36px);
}

.er-hero__inner.er-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

/* ---- Image col ---- */
.er-hero__image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.er-hero__image {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: var(--er-radius-lg);
    filter: drop-shadow(0 24px 48px rgba(58,114,211,0.18));
    animation: er-float 5s ease-in-out infinite;
}

/* Fallback 404 display when no image set */
.er-hero__image-fallback {
    width: 340px;
    height: 340px;
    background: var(--er-primary-xlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    animation: er-float 5s ease-in-out infinite;
}

.er-hero__code {
    font-family: var(--er-font-display);
    font-size: 7rem;
    font-weight: 900;
    color: var(--er-primary);
    letter-spacing: -0.04em;
    line-height: 1;
}

/* Spinning rings */
.er-hero__image-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(58,114,211,0.2);
    z-index: 1;
    pointer-events: none;
}

.er-hero__image-ring--1 {
    width: 480px;
    height: 480px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: er-spinSlow 22s linear infinite;
}

.er-hero__image-ring--2 {
    width: 360px;
    height: 360px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: er-spinSlow 16s linear infinite reverse;
    border-color: rgba(58,114,211,0.12);
}

/* Floating dots */
.er-hero__float-dot {
    position: absolute;
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
}

.er-hero__float-dot--1 {
    width: 14px; height: 14px;
    background: var(--er-primary);
    top: 12%; right: 18%;
    animation: er-floatDot 4s 0s ease-in-out infinite;
    opacity: 0.7;
}

.er-hero__float-dot--2 {
    width: 9px; height: 9px;
    background: #7aabf8;
    bottom: 18%; left: 14%;
    animation: er-floatDot 5s 0.8s ease-in-out infinite;
    opacity: 0.6;
}

.er-hero__float-dot--3 {
    width: 6px; height: 6px;
    background: var(--er-primary-dark);
    top: 52%; right: 8%;
    animation: er-floatDot 3.5s 1.4s ease-in-out infinite;
    opacity: 0.5;
}

/* ---- Content col ---- */
.er-hero__label {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--er-primary);
    background: var(--er-primary-light);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 20px;
}

.er-hero__title {
    font-family: var(--er-font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    font-weight: 800;
    color: var(--er-black);
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
}

.er-hero__subtitle {
    font-size: 1.05rem;
    color: var(--er-text-light);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 480px;
}

.er-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* Buttons */
.er-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--er-font-body);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: var(--er-transition);
    cursor: pointer;
    white-space: nowrap;
}

.er-btn--primary {
    background: var(--er-primary);
    color: var(--er-white);
    border-color: var(--er-primary);
    box-shadow: 0 4px 20px rgba(58,114,211,0.32);
}

.er-btn--primary:hover {
    background: var(--er-primary-dark);
    border-color: var(--er-primary-dark);
    box-shadow: 0 8px 28px rgba(58,114,211,0.42);
    transform: translateY(-2px);
    color: var(--er-white);
    text-decoration: none;
}

.er-btn--outline {
    background: transparent;
    color: var(--er-primary);
    border-color: var(--er-primary);
}

.er-btn--outline:hover {
    background: var(--er-primary-light);
    color: var(--er-primary-dark);
    transform: translateY(-2px);
    text-decoration: none;
}

/* =============================================
   GUIDE SECTION
   ============================================= */
.er-guide {
    padding: 92px 0;
    background: var(--er-grey-100);
    position: relative;
    overflow: hidden;
}

.er-guide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--er-primary), transparent);
}

.er-guide__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.er-guide-card {
    background: var(--er-white);
    border: 1px solid var(--er-grey-200);
    border-radius: var(--er-radius-lg);
    padding: 36px 30px 32px;
    position: relative;
    overflow: hidden;
    transition: var(--er-transition);
    opacity: 0;
    transform: translateY(28px);
}

.er-guide-card.er-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.55s calc(var(--card-index, 1) * 0.09s) ease,
        transform 0.55s calc(var(--card-index, 1) * 0.09s) ease,
        box-shadow var(--er-transition),
        border-color var(--er-transition);
}

.er-guide-card:hover {
    box-shadow: var(--er-shadow-lg);
    border-color: var(--er-primary-light);
    transform: translateY(-5px);
}

.er-guide-card__icon {
    width: 52px;
    height: 52px;
    background: var(--er-primary-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--er-primary);
    margin-bottom: 20px;
    transition: var(--er-transition);
}

.er-guide-card:hover .er-guide-card__icon {
    background: var(--er-primary);
    color: var(--er-white);
    transform: scale(1.08) rotate(-3deg);
}

.er-guide-card__title {
    font-family: var(--er-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--er-black);
    margin-bottom: 10px;
    line-height: 1.3;
}

.er-guide-card__desc {
    font-size: 0.93rem;
    color: var(--er-text-light);
    line-height: 1.72;
}

/* Bottom accent bar */
.er-guide-card__bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--er-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 0 0 2px 2px;
}

.er-guide-card:hover .er-guide-card__bar {
    transform: scaleX(1);
}

/* =============================================
   APPLIANCE TYPE SECTION
   ============================================= */
.er-appliances {
    padding: 96px 0 104px;
    position: relative;
    overflow: hidden;
}

.er-appliances__bg {
    position: absolute;
    inset: 0;
    background: var(--er-primary);
    background-image:
        radial-gradient(ellipse at 15% 30%, rgba(255,255,255,0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 70%, rgba(255,255,255,0.06) 0%, transparent 50%);
    z-index: 0;
}

/* Subtle dot grid overlay */
.er-appliances__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 32px 32px;
}

.er-appliances .er-container {
    position: relative;
    z-index: 1;
}

.er-appliances__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 28px;
}

/* Card — works as <a> or <div> */
.er-appliance-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--er-radius-lg);
    padding: 40px 24px 32px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: var(--er-transition);
    text-decoration: none;
    color: inherit;
    cursor: default;
    opacity: 0;
    transform: translateY(28px);
}

.er-appliance-card.er-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.5s calc(var(--card-index, 1) * 0.07s) ease,
        transform 0.5s calc(var(--card-index, 1) * 0.07s) ease,
        background var(--er-transition),
        box-shadow var(--er-transition);
}

.er-appliance-card--linked {
    cursor: pointer;
}

.er-appliance-card--linked:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0 16px 48px rgba(0,0,0,0.22);
    transform: translateY(-8px);
    text-decoration: none;
    color: inherit;
}

/* Badge (top-right pill) */
.er-appliance-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.22);
    color: var(--er-white);
    border-radius: 100px;
    padding: 3px 10px;
    white-space: nowrap;
}

/* Icon wrap */
.er-appliance-card__icon-wrap {
    width: 72px;
    height: 72px;
    background: rgba(229,45,76,0.18);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: var(--er-transition);
    flex-shrink: 0;
}

.er-appliance-card--linked:hover .er-appliance-card__icon-wrap {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1) translateY(-3px);
}

.er-appliance-card__icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: var(--er-transition);
}

.er-appliance-card__icon-fallback {
    font-size: 1.8rem;
    color: rgba(255,255,255,0.8);
}

/* Name */
.er-appliance-card__name {
    font-family: var(--er-font-display);
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--hb-primary);
    margin-bottom: 8px;
    line-height: 1.3;
}

/* Detail */
.er-appliance-card__detail {
    font-size: 0.87rem;
    color: var(--hb-primary);
    line-height: 1.65;
    margin-bottom: 0;
}

/* Arrow link indicator */
.er-appliance-card__arrow {
    margin-top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #e52d4c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e52d4c;
    transition: var(--er-transition);
    flex-shrink: 0;
}

.er-appliance-card--linked:hover .er-appliance-card__arrow {
    transform: translateX(3px);
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes er-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-14px); }
}

@keyframes er-floatDot {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }
    50%       { transform: translateY(-12px) scale(1.15); opacity: 1; }
}

@keyframes er-spinSlow {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .er-hero__inner {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .er-hero__image-col {
        order: 1;
    }

    .er-hero__content-col {
        order: 2;
    }

    .er-hero__image-ring {
        display: none;
    }

    .er-hero__image {
        max-width: 360px;
        margin: 0 auto;
    }

    .er-hero__image-fallback {
        width: 260px;
        height: 260px;
        margin: 0 auto;
    }

    .er-hero__subtitle {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .er-hero {
        padding: 72px 0 80px;
    }

    .er-guide,
    .er-appliances {
        padding: 72px 0 80px;
    }

    .er-guide__grid {
        grid-template-columns: 1fr 1fr;
    }

    .er-appliances__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .er-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .er-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .er-guide__grid {
        grid-template-columns: 1fr;
    }

    .er-appliances__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .er-appliance-card {
        padding: 30px 16px 24px;
    }

    .er-container {
        padding: 0 16px;
    }
}
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 480px) {
    .site-container {
        padding: 0 16px;
    }
}

.page-banner {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background-color: #0d1117;
    background-image: var(--banner-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(58, 114, 211, 0.4) 0%, transparent 65%);
    z-index: 1;
}

.page-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(13, 17, 23, 0.85) 0%,
        rgba(13, 17, 23, 0.65) 60%,
        rgba(58, 114, 211, 0.3) 100%
    );
    z-index: 1;
}

.page-banner .site-container {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 80px;
}

.page-banner__inner {
    max-width: 680px;
}

/* Breadcrumb */
.page-banner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: banner-fadeInDown 0.6s ease both;
}

.page-banner__breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-banner__breadcrumb a:hover {
    color: #ffffff;
    text-decoration: none;
}

.page-banner__breadcrumb-sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
}

.page-banner__breadcrumb span:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
    font-weight: 500;
}

/* Title */
.page-banner__title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    animation: banner-fadeInUp 0.7s 0.1s ease both;
}

/* Subtitle */
.page-banner__subtitle {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    max-width: 540px;
    animation: banner-fadeInUp 0.7s 0.2s ease both;
}

/* Bottom wave shape */
.page-banner__shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 72px;
    background: #ffffff;
    z-index: 2;
    clip-path: ellipse(55% 100% at 50% 100%);
}

/* Animations */
@keyframes banner-fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes banner-fadeInDown {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .page-banner {
        min-height: 380px;
    }

    .page-banner__shape {
        height: 48px;
    }
	
}

@media (min-width: 768px) {
	
	.main-navigation-container .custom-logo-link {
	  width: 170px!important
	}
}

.er-appliance-card__icon-wrap .dashicons {
  color: #e52d4c;
  font-size: 34px;
  width: 34px;
  height: 34px;
}

/* =============================================
   LOCATIONS SECTION
   ============================================= */
.lc-locations {
    padding: 100px 0 110px;
    background: #f7f8fa;
    position: relative;
}
 
.lc-locations::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e31c3d, #7aabf8, #e31c3d);
}
 
.lc-locations__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
 
/* =============================================
   LOCATION CARD
   ============================================= */
.lc-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 20px;
    padding: 36px 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    cursor: default;
    opacity: 0;
    transform: translateY(30px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
 
.lc-card.lc-revealed {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.55s calc(var(--card-index, 1) * 0.07s) ease,
        transform 0.55s calc(var(--card-index, 1) * 0.07s) ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}
 
.lc-card--linked {
    cursor: pointer;
}
 
.lc-card--linked:hover {
    border-color: #e8f0fc;
    box-shadow: 0 20px 56px rgba(58, 114, 211, 0.15);
    transform: translateY(-6px);
    text-decoration: none;
    color: inherit;
}
 
/* Top row: icon + arrow */
.lc-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}
 
/* Icon wrap */
.lc-card__icon-wrap {
    width: 56px;
    height: 56px;
    background: #e8f0fc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.35s ease, transform 0.35s ease;
}
 
.lc-card--linked:hover .lc-card__icon-wrap {
    background: #e31c3d;
    transform: scale(1.08) rotate(-4deg);
}
 
.lc-card__icon-wrap .dashicons {
    font-size: 26px;
    width: 26px;
    height: 26px;
    color: #e31c3d;
    transition: color 0.35s ease;
}
 
.lc-card--linked:hover .lc-card__icon-wrap .dashicons {
    color: #ffffff;
}
 
/* Arrow badge top-right */
.lc-card__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #dde1ea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d96a8;
    flex-shrink: 0;
    transition: border-color 0.35s ease, background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}
 
.lc-card--linked:hover .lc-card__arrow {
    border-color: #e31c3d;
    background: #e31c3d;
    color: #ffffff;
    transform: translate(2px, -2px);
}
 
/* Title */
.lc-card__title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d1117;
    line-height: 1.25;
    letter-spacing: -0.015em;
}
 
/* Description */
.lc-card__desc {
    font-size: 0.93rem;
    color: #5a6475;
    line-height: 1.72;
    flex: 1;
}
 
/* Footer CTA text */
.lc-card__footer {
    margin-top: 8px;
}
 
.lc-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #e31c3d;
    transition: gap 0.3s ease, color 0.3s ease;
}
 
.lc-card--linked:hover .lc-card__cta {
    gap: 10px;
    color: #2a5ab8;
}
 
/* Bottom accent bar */
.lc-card__bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: #e31c3d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 0 0 2px 2px;
}
 
.lc-card--linked:hover .lc-card__bar {
    transform: scaleX(1);
}
 
/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .lc-locations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
 
@media (max-width: 640px) {
    .lc-locations {
        padding: 72px 0 80px;
    }
 
    .lc-locations__grid {
        grid-template-columns: 1fr;
    }
 
    .lc-card {
        padding: 28px 24px 22px;
    }
}
 
 
/* =============================================
   MAIN CONTENT SECTION
   ============================================= */
.ld-content {
    padding: 96px 0 110px;
    background: #f7f8fa;
    position: relative;
}
 
.ld-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e31c3d, #7aabf8, #e31c3d);
}
 
.ld-content__grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}
 
/* =============================================
   DESCRIPTION
   ============================================= */
.ld-description {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 20px;
    padding: 44px 44px 40px;
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(28px);
}
 
.ld-description.ld-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
 
.ld-description__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e31c3d;
    background: #e8f0fc;
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 24px;
}
 
.ld-description__body {
    font-size: 1.02rem;
    color: #5a6475;
    line-height: 1.85;
}
 
.ld-description__body p {
    margin-bottom: 18px;
}
 
.ld-description__body p:last-child {
    margin-bottom: 0;
}
 
.ld-description__body h2,
.ld-description__body h3,
.ld-description__body h4 {
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #0d1117;
    margin-top: 28px;
    margin-bottom: 12px;
    letter-spacing: -0.015em;
}
 
.ld-description__body ul,
.ld-description__body ol {
    padding-left: 20px;
    margin-bottom: 18px;
    color: #5a6475;
}
 
.ld-description__body li {
    margin-bottom: 8px;
    line-height: 1.7;
}
 
.ld-description__body strong {
    color: #1e2533;
    font-weight: 600;
}
 
.ld-description__body a {
    color: #e31c3d;
    text-decoration: underline;
    text-underline-offset: 3px;
}
 
/* =============================================
   SUBURBS TAGS BLOCK
   ============================================= */
.ld-tags-block {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 20px;
    padding: 36px 40px 40px;
    opacity: 0;
    transform: translateY(28px);
}
 
.ld-tags-block.ld-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s 0.1s ease, transform 0.65s 0.1s ease;
}
 
.ld-tags-block__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef0f4;
}
 
.ld-tags-block__header .dashicons {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #e31c3d;
    flex-shrink: 0;
}
 
.ld-tags-block__title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d1117;
    line-height: 1.2;
    letter-spacing: -0.015em;
}
 
.ld-tags-block__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
 
.ld-tag {
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 7px 16px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    cursor: default;
    line-height: 1.2;
}
 
.ld-tag--suburb {
    background: #f3f7fe;
    color: #e31c3d;
    border: 1px solid #e8f0fc;
}
 
.ld-tag--suburb:hover {
    background: #e31c3d;
    color: #ffffff;
    border-color: #e31c3d;
    transform: translateY(-2px);
}
 
/* =============================================
   SIDEBAR — PINCODE BOX
   ============================================= */
.ld-content__sidebar {
    position: sticky;
    top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
 
.ld-pincode-box {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(28px);
}
 
.ld-pincode-box.ld-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s 0.15s ease, transform 0.65s 0.15s ease;
}
 
.ld-pincode-box__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 28px;
    background: #e31c3d;
}
 
.ld-pincode-box__header .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: rgba(255,255,255,0.85);
    flex-shrink: 0;
}
 
.ld-pincode-box__title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
 
.ld-pincode-box__list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e8f0fc transparent;
}
 
.ld-pincode-box__list::-webkit-scrollbar {
    width: 4px;
}
 
.ld-pincode-box__list::-webkit-scrollbar-thumb {
    background: #e8f0fc;
    border-radius: 4px;
}
 
.ld-pincode-box__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 28px;
    font-size: 0.93rem;
    font-weight: 500;
    color: #1e2533;
    border-bottom: 1px solid #f7f8fa;
    transition: background 0.25s ease, color 0.25s ease;
}
 
.ld-pincode-box__item:last-child {
    border-bottom: none;
}
 
.ld-pincode-box__item:hover {
    background: #f3f7fe;
    color: #e31c3d;
}
 
.ld-pincode-box__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e31c3d;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.25s ease;
}
 
.ld-pincode-box__item:hover .ld-pincode-box__dot {
    opacity: 1;
}
 
/* =============================================
   BACK LINK
   ============================================= */
.ld-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #e31c3d;
    text-decoration: none;
    padding: 13px 22px;
    border: 2px solid #e8f0fc;
    border-radius: 10px;
    background: #ffffff;
    transition: background 0.3s ease, border-color 0.3s ease,
                color 0.3s ease, transform 0.3s ease;
    width: 100%;
    justify-content: center;
}
 
.ld-back-link svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
 
.ld-back-link:hover {
    background: #e31c3d;
    border-color: #e31c3d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}
 
.ld-back-link:hover svg {
    transform: translateX(-4px);
}
 
/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .ld-content__grid {
        grid-template-columns: 1fr;
    }
 
    .ld-content__sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
 
    .ld-pincode-box__list {
        max-height: 300px;
    }
}
 
@media (max-width: 768px) {
    .ld-content {
        padding: 72px 0 80px;
    }
 
    .ld-description {
        padding: 32px 28px;
    }
 
    .ld-tags-block {
        padding: 28px;
    }
 
    .ld-content__sidebar {
        grid-template-columns: 1fr;
    }
}
 
@media (max-width: 480px) {
    .ld-description {
        padding: 28px 20px;
    }
 
    .ld-tags-block {
        padding: 24px 20px;
    }
 
    .ld-tag {
        font-size: 0.82rem;
        padding: 6px 12px;
    }
}

/* Service Description Section */
.service-description-section {
    padding: 60px 0;
    background: #ffffff;
}

.service-description-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}

.service-description-content h2,
.service-description-content h3 {
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-description-content p {
    margin-bottom: 20px;
}

.service-description-content ul,
.service-description-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-description-content li {
    margin-bottom: 10px;
}

/* Service FAQs Section */
.service-faqs-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.faqs-header {
    text-align: center;
    margin-bottom: 50px;
}

.faqs-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faqs-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e31c3d;
}

.faqs-subtitle {
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.faqs-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    transition: background 0.3s ease;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
}

.faq-toggle {
    flex-shrink: 0;
    margin-left: 15px;
    color: #e31c3d;
}

.faq-toggle svg {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
    background: #f8f9fa;
}

.faq-item.active .faq-question h3 {
    color: #e31c3d;
}

.faq-item.active .plus-icon {
    display: none;
}

.faq-item.active .minus-icon {
    display: block !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: #ffffff;
    border-top: 1px solid transparent;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    transition: max-height 0.6s ease-in;
    border-top-color: #e0e0e0;
}

.faq-answer-content {
    padding: 20px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
    margin: 10px 0;
    padding-left: 20px;
}

/* CTA Section */
.service-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #e31c3d 0%, #2c5cb3 100%);
    text-align: center;
}

.cta-wrapper h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.cta-wrapper p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 14px 35px;
    background: #ffffff;
    color: #e31c3d;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    color: #2c5cb3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-description-section {
        padding: 40px 0;
    }
    
    .service-faqs-section {
        padding: 40px 0;
    }
    
    .faqs-title {
        font-size: 28px;
    }
    
    .faqs-subtitle {
        font-size: 16px;
    }
    
    .faq-question {
        padding: 15px 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer-content {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .service-cta-section {
        padding: 50px 0;
    }
    
    .cta-wrapper h3 {
        font-size: 24px;
    }
    
    .cta-wrapper p {
        font-size: 16px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .faq-question h3 {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .faqs-title {
        font-size: 24px;
    }
}

/* Recalls Section */
.recalls-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.recalls-header {
    text-align: center;
    margin-bottom: 50px;
}

.recalls-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.recalls-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e31c3d;
}

.recalls-subtitle {
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.recalls-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.recall-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

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

.recall-card-inner {
    padding: 25px;
    position: relative;
}

.recall-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.recall-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(58, 114, 211, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.recall-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-icon {
    color: #e31c3d;
}

.default-icon svg {
    width: 40px;
    height: 40px;
}

.recall-badge {
    background: #ff4444;
    padding: 5px 12px;
    border-radius: 20px;
}

.badge {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recall-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.recall-model {
    background: #f0f4ff;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    border-left: 3px solid #e31c3d;
}

.recall-model strong {
    color: #e31c3d;
}

.recall-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.recall-date svg {
    color: #e31c3d;
    flex-shrink: 0;
}

.recall-detail {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.recall-detail p {
    margin-bottom: 10px;
}

.recall-link-wrapper {
    margin-top: 20px;
}

.recall-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #e31c3d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.recall-link:hover {
    background: #2c5cb3;
    transform: translateX(5px);
}

.recall-link svg {
    transition: transform 0.3s ease;
}

.recall-link:hover svg {
    transform: translate(3px, -3px);
}

/* No Recalls Section */
.no-recalls-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.no-recalls-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.no-recalls-icon {
    margin-bottom: 25px;
}

.no-recalls-content h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.no-recalls-content p {
    font-size: 16px;
    color: #666;
}

/* Safety Tips Section */
.safety-tips-section {
    padding: 60px 0;
    background: #ffffff;
}

.safety-tips-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.safety-tips-content {
    flex: 1;
}

.safety-tips-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.safety-tips-content > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.safety-tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.safety-tips-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.safety-tips-list li svg {
    flex-shrink: 0;
}

.safety-contact {
    background: #e31c3d;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    min-width: 250px;
}

.safety-contact h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.safety-contact p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.contact-support-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #ffffff;
    color: #e31c3d;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-support-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .recalls-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .safety-tips-wrapper {
        flex-direction: column;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .recalls-section {
        padding: 40px 0;
    }
    
    .recalls-title {
        font-size: 28px;
    }
    
    .recalls-subtitle {
        font-size: 16px;
    }
    
    .recalls-grid {
        grid-template-columns: 1fr;
    }
    
    .recall-card-inner {
        padding: 20px;
    }
    
    .recall-title {
        font-size: 20px;
    }
    
    .safety-tips-wrapper {
        flex-direction: column;
        padding: 25px;
    }
    
    .safety-tips-content h3 {
        font-size: 24px;
    }
    
    .safety-contact {
        width: 100%;
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .recall-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .recall-badge {
        align-self: flex-start;
    }
    
    .recall-model {
        font-size: 13px;
    }
    
    .recall-detail {
        font-size: 14px;
    }
    
    .safety-tips-list li {
        font-size: 14px;
    }
}


 .widget-column:not(:last-child) {
    border-right: 0!important;
  }
  
  /* Need More Help? CTA Section */
.cta-help-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.cta-help-section:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(58, 114, 211, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-help-section:after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(58, 114, 211, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.cta-help-wrapper {
    background: #ffffff;
    border-radius: 28px;
    padding: 48px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-help-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(58, 114, 211, 0.15);
}

/* Decorative line */
.cta-help-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e31c3d, #6b9eff, #e31c3d);
}

/* Content Section */
.cta-help-content {
    flex: 1;
}

.cta-help-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(58, 114, 211, 0.1), rgba(58, 114, 211, 0.05));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #e31c3d;
    transition: all 0.3s ease;
}

.cta-help-wrapper:hover .cta-help-icon {
    transform: scale(1.05) rotate(5deg);
    background: linear-gradient(135deg, rgba(58, 114, 211, 0.15), rgba(58, 114, 211, 0.08));
}

.cta-help-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.cta-help-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    max-width: 500px;
    margin: 0;
}

/* Button Section */
.cta-help-button {
    flex-shrink: 0;
}

.btn-book-service {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #e31c3d, #2c5cb3);
    color: #ffffff;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(58, 114, 211, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-book-service:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.btn-book-service:hover:before {
    width: 300px;
    height: 300px;
}

.btn-book-service:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(58, 114, 211, 0.4);
    background: linear-gradient(135deg, #2c5cb3, #1e4690);
}

.btn-book-service svg {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-book-service:hover svg {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 968px) {
    .cta-help-wrapper {
        padding: 40px 48px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .cta-help-content {
        text-align: center;
    }
    
    .cta-help-icon {
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-help-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .btn-book-service {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cta-help-section {
        padding: 40px 0;
    }
    
    .cta-help-wrapper {
        padding: 32px 24px;
    }
    
    .cta-help-title {
        font-size: 28px;
    }
    
    .cta-help-description {
        font-size: 15px;
    }
    
    .btn-book-service {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .cta-help-wrapper {
        padding: 28px 20px;
        border-radius: 20px;
    }
    
    .cta-help-title {
        font-size: 24px;
    }
    
    .cta-help-description {
        font-size: 14px;
    }
    
    .cta-help-icon {
        width: 56px;
        height: 56px;
    }
    
    .cta-help-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .btn-book-service {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
}

/* Optional Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-help-wrapper {
    animation: slideInUp 0.6s ease-out;
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .cta-help-section {
        background: #ffffff;
    }
    
    .cta-help-wrapper {
        background: #2d2d2d;
    }
    
    .cta-help-title {
        color: #ffffff;
    }
    
    .cta-help-description {
        color: #b0b0b0;
    }
}

/* =====================
   Recalls Section
===================== */

.recalls-section {
  padding: 80px 0;
  background-color: #f4f7fd;
}

.recalls-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================
   Grid Layout
===================== */

.recalls-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}

/* =====================
   Recall Card
===================== */

.recall-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  border: 1px solid #e0e9f8;
  border-top: 4px solid #e31c3d;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-top-color 0.25s ease;
}

.recall-card::before {
  content: "⚠";
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 18px;
  color: #e31c3d;
  opacity: 0.4;
}

.recall-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(58, 114, 211, 0.12);
  border-top-color: #2558b8;
}

/* =====================
   Card Heading
===================== */

.recall-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2f5e;
  margin: 0 0 14px;
  line-height: 1.4;
  padding-right: 28px;
}

/* =====================
   Card Paragraphs
===================== */

.recall-card p {
  font-size: 0.88rem;
  color: #4b5a72;
  margin: 0 0 10px;
  line-height: 1.65;
}

.recall-card p:last-of-type {
  margin-bottom: 0;
}

.recall-card p strong {
  color: #1a2f5e;
  font-weight: 600;
}

/* =====================
   Date Badge
===================== */

.recall-card p:has(+ a),
.recall-card p:last-of-type:not(:has(~ a)) {
  display: inline-block;
  background: #eef3fc;
  color: #e31c3d;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 4px;
  margin-bottom: 16px;
}

/* =====================
   Learn More Link
===================== */

.recall-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 9px 20px;
  background: #e31c3d;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, gap 0.2s ease;
}

.recall-card a::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.recall-card a:hover {
  background: #2558b8;
  gap: 10px;
}

.recall-card a:hover::after {
  transform: translateX(3px);
}

/* =====================
   Responsive
===================== */

@media (max-width: 768px) {
  .recalls-section {
    padding: 50px 0;
  }

  .recalls-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recall-card {
    padding: 22px 20px 20px;
  }
}

/* ================================
   Contact Section
================================ */

.contact-section {
    padding: 80px 0 90px;
    background-color: #f4f7fd;
}

.contact-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Intro */
.contact-intro {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2f5e;
    margin: 0 0 14px;
    line-height: 1.3;
}

.contact-subtitle {
    font-size: 1.02rem;
    color: #5b6a84;
    line-height: 1.75;
    margin: 0;
}

/* ================================
   Info Cards Grid
================================ */

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.contact-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e0e9f8;
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e31c3d;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(58, 114, 211, 0.12);
}

.contact-card:hover::after {
    transform: scaleX(1);
}

.contact-card-icon {
    width: 68px;
    height: 68px;
    background: #eef3fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e31c3d;
    margin-bottom: 4px;
    transition: background 0.25s ease;
}

.contact-card:hover .contact-card-icon {
    background: #e31c3d;
    color: #ffffff;
}

.contact-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e31c3d;
}

.contact-card-value {
    font-size: 1rem;
    font-weight: 600;
    color: #1a2f5e;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s ease;
}

a.contact-card-value:hover {
    color: #e31c3d;
}

.contact-card-value.address {
    font-size: 0.92rem;
    font-weight: 500;
    color: #4b5a72;
    line-height: 1.65;
}

/* ================================
   Working Hours Block
================================ */

.contact-hours-section {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e0e9f8;
    padding: 40px 44px;
    margin-top: 16px;
}

.hours-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eef8;
}

.hours-icon {
    width: 48px;
    height: 48px;
    background: #eef3fc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e31c3d;
    flex-shrink: 0;
}

.hours-heading h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a2f5e;
    margin: 0;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0 40px;
}

.hours-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #e6edf8;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-day {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b5a72;
}

.hours-divider {
    flex: 1;
    height: 1px;
    border-top: 1px dotted #c8d8f0;
}

.hours-time {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    background: #e31c3d;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ================================
   Responsive
================================ */

@media (max-width: 900px) {
    .contact-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .contact-hours-section {
        padding: 28px 24px;
    }
}

@media (max-width: 680px) {
    .contact-section {
        padding: 50px 0 60px;
    }

    .contact-title {
        font-size: 1.55rem;
    }

    .contact-cards-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .hours-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hours-item:last-child {
        border-bottom: none;
    }
}
/* ================================
   Home Blog Section
================================ */

.home-blog-section {
    padding: 90px 0 100px;
    background-color: #ffffff;
}

.home-blog-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   Section Header
================================ */

.blog-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
}

.blog-section-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #e31c3d;
    background: #eef3fc;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.blog-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2f5e;
    margin: 0 0 10px;
    line-height: 1.25;
}

.blog-section-subtitle {
    font-size: 0.97rem;
    color: #5b6a84;
    margin: 0;
    line-height: 1.65;
    max-width: 480px;
}

/* ================================
   "View All" Button
================================ */

.blog-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: transparent;
    color: #e31c3d;
    border: 2px solid #e31c3d;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.22s ease, color 0.22s ease, gap 0.22s ease;
}

.blog-all-btn svg {
    transition: transform 0.22s ease;
}

.blog-all-btn:hover {
    background: #e31c3d;
    color: #ffffff;
    gap: 12px;
}

.blog-all-btn:hover svg {
    transform: translateX(3px);
}

.desktop-only {
    display: inline-flex;
}

.blog-mobile-btn {
    display: none;
    justify-content: center;
    margin-top: 44px;
}

/* ================================
   Blog Cards Grid
================================ */

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* ================================
   Blog Card Base
================================ */

.blog-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e0e9f8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(58, 114, 211, 0.11);
}

/* ================================
   Thumbnail
================================ */

.blog-card-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-thumb img {
    transform: scale(1.05);
}

.blog-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #e31c3d;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 11px;
    border-radius: 20px;
}

/* ================================
   Card Body
================================ */

.blog-card-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

/* Meta Row */
.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-meta-date,
.blog-meta-read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: #8a9ab5;
    font-weight: 500;
}

/* Title */
.blog-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2f5e;
    margin: 0;
    line-height: 1.45;
}

.blog-card-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #e31c3d;
}

/* Excerpt */
.blog-card-excerpt {
    font-size: 0.88rem;
    color: #5b6a84;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

/* Read More */
.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #e31c3d;
    text-decoration: none;
    margin-top: 4px;
    transition: gap 0.2s ease;
    width: fit-content;
}

.blog-card-link svg {
    transition: transform 0.2s ease;
}

.blog-card-link:hover {
    gap: 10px;
}

.blog-card-link:hover svg {
    transform: translateX(3px);
}

/* ================================
   Responsive
================================ */

@media (max-width: 960px) {
    .blog-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-cards-grid .blog-card:last-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .home-blog-section {
        padding: 56px 0 64px;
    }

    .blog-section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .blog-section-title {
        font-size: 1.55rem;
    }

    .blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-cards-grid .blog-card:last-child {
        display: flex;
    }

    .desktop-only {
        display: none;
    }

    .blog-mobile-btn {
        display: flex;
    }
}
.about-author, .navigation.post-navigation, #comments, body.blog .top-meta, body.blog .entry-footer{
	display: none!important;
}
/* Error Code Directory Styles */
.error-code-container {
    padding: 60px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.error-header {
    text-align: center;
    margin-bottom: 50px;
}

.error-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.error-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e31c3d;
}

.error-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Grid Layout */
.error-code-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
}

/* Card Styles */
.error-card {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

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

.error-card:nth-child(n) {
    animation-delay: calc(0.1s * var(--card-index, 0));
}

.error-card-inner {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.error-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(227, 28, 61, 0.15);
}

/* Card Header */
.error-code-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #e31c3d;
}

.error-code-badge {
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.error-code {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e31c3d;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

/* Severity Badges */
.severity-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

.severity-critical {
    background: #dc3545;
    animation: pulse 2s infinite;
}

.severity-warning {
    background: #ffc107;
    color: #333;
}

.severity-info {
    background: #17a2b8;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Card Content */
.error-card-content {
    padding: 20px;
    flex: 1;
}

.error-meaning h3,
.error-symptom h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e31c3d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.error-meaning p,
.error-symptom p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.error-symptom {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 5px;
}

/* Learn More Button */
.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e31c3d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-learn-more:hover {
    gap: 12px;
    color: #c01030;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.btn-learn-more:hover .arrow-icon {
    transform: translateX(3px);
}

/* No Codes Message */
.no-codes-message {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.no-codes-message p {
    font-size: 1.1rem;
    color: #666;
}

/* Search/Filter Section (Optional Enhancement) */
.error-code-search {
    margin-bottom: 40px;
    text-align: center;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #e31c3d;
    box-shadow: 0 0 0 3px rgba(227, 28, 61, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .error-code-container {
        padding: 40px 0;
    }
    
    .error-title {
        font-size: 2rem;
    }
    
    .error-code-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .error-code-header {
        padding: 15px;
    }
    
    .error-code {
        font-size: 1.2rem;
    }
    
    .error-card-content {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .error-code-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .severity-badge {
        align-self: center;
    }
}

/* Print Styles */
@media print {
    .error-code-container {
        background: white;
        padding: 20px;
    }
    
    .error-card-inner {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }
    
    .btn-learn-more {
        display: none;
    }
}
 body:not(.dark-mode):not(.has-transparent-header) .call-to-action.wp-block-button .wp-block-button__link {
    background-color: #ebeefc;
    color: var(--hb-primary)!important;
  }
 body:not(.dark-mode) .call-to-action.wp-block-button .wp-block-button__link:hover {
  background-color: var(--hb-primary)!important;
  color: #ffffff!important;
}
/* Error Code Directory Styles */
.error-code-container {
    padding: 60px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.error-header {
    text-align: center;
    margin-bottom: 50px;
}

.error-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.error-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e31c3d;
}

.error-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Grid Layout */
.error-code-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
}

/* Card Styles */
.error-card {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

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

.error-card:nth-child(n) {
    animation-delay: calc(0.1s * var(--card-index, 0));
}

.error-card-inner {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.error-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(227, 28, 61, 0.15);
}

/* Card Header */
.error-code-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #e31c3d;
}

.error-code-badge {
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.error-code {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e31c3d;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

/* Severity Badges */
.severity-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

.severity-critical {
    background: #dc3545;
    animation: pulse 2s infinite;
}

.severity-warning {
    background: #ffc107;
    color: #333;
}

.severity-info {
    background: #17a2b8;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Card Content */
.error-card-content {
    padding: 20px;
    flex: 1;
}

.error-meaning h3,
.error-symptom h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e31c3d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.error-meaning p,
.error-symptom p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.error-symptom {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 5px;
}

/* Learn More Button */
.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e31c3d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-learn-more:hover {
    gap: 12px;
    color: #c01030;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.btn-learn-more:hover .arrow-icon {
    transform: translateX(3px);
}

/* No Codes Message */
.no-codes-message {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.no-codes-message p {
    font-size: 1.1rem;
    color: #666;
}

/* Search/Filter Section (Optional Enhancement) */
.error-code-search {
    margin-bottom: 40px;
    text-align: center;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #e31c3d;
    box-shadow: 0 0 0 3px rgba(227, 28, 61, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .error-code-container {
        padding: 40px 0;
    }
    
    .error-title {
        font-size: 2rem;
    }
    
    .error-code-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .error-code-header {
        padding: 15px;
    }
    
    .error-code {
        font-size: 1.2rem;
    }
    
    .error-card-content {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .error-code-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .severity-badge {
        align-self: center;
    }
}

/* Print Styles */
@media print {
    .error-code-container {
        background: white;
        padding: 20px;
    }
    
    .error-card-inner {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }
    
    .btn-learn-more {
        display: none;
    }
}
.main-navigation-container{
    z-index: 9999!important;
}
.back-to-top, .dark-mode .back-to-top, .navigation .page-numbers:hover, .navigation .page-numbers.current{
    background-color: var(--hb-primary) !important;
}

.sticky-call{
    position: fixed;
    bottom: 79px;
  right: 2px;
    width: 60px;
    height: 60px;
    background: #f6051f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: all .3s ease;
}

.sticky-call:hover{
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.sticky-call .dashicons{
    font-size: 26px;
    width: 25px;
    height: 25px;
    line-height: 1;
}
.widget-area li:not(:last-child){
	margin-bottom: 0.35rem!important;
}
.post-share-wrap{
	display: none!important;
}