.elementor-542 .elementor-element.elementor-element-94512bb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* LIFETIME CHIRO — STYLES.CSS */
/* Changes applied per Dr Sam's feedback, June 2026 */

/* Google Fonts */
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap');

/* ===========================================================
   CSS CUSTOM PROPERTIES (Brand Palette & Tokens)
   =========================================================== */
#lifetime-chiro-elementor-services {
    /* Brand colors from identity guidelines */
    --primary: #31acaf;
    --primary-dark: #454C4C;
    --secondary: #8F9090;
    --soft-tint: #B1C9C8;
    --accent: #E8A6B3;
    --light-accent: #F6E4E8;
    --body-text: #454C4C;
    --bg-white: #FFFFFF;
    --bg-offwhite: #F7FAFA;
    --bg-warm: #FDF8F9;

    /* Shadows */
    --shadow-soft: 0 2px 12px rgba(69, 76, 76, 0.06);
    --shadow-card: 0 4px 20px rgba(69, 76, 76, 0.08);
    --shadow-hover: 0 8px 30px rgba(49, 172, 175, 0.12);

    /* Spacing */
    --section-padding: 100px 0;
    --container-width: 1140px;
    --radius: 14px;
    --radius-sm: 10px;
}

/* ===========================================================
   RESET & BASE
   =========================================================== */
#lifetime-chiro-elementor-services *,
#lifetime-chiro-elementor-services *::before,
#lifetime-chiro-elementor-services *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#lifetime-chiro-elementor-services {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: var(--body-text);
    background-color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    text-align: justify;
    width: 100%;
    overflow-x: clip;
}

#lifetime-chiro-elementor-services h1,
#lifetime-chiro-elementor-services h2,
#lifetime-chiro-elementor-services h3,
#lifetime-chiro-elementor-services h4,
#lifetime-chiro-elementor-services h5,
#lifetime-chiro-elementor-services h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-dark);
    line-height: 1.3;
    font-weight: 700;
}

#lifetime-chiro-elementor-services img {
    max-width: 100%;
    height: auto;
    display: block;
}

#lifetime-chiro-elementor-services a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

#lifetime-chiro-elementor-services a:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

#lifetime-chiro-elementor-services button:focus-visible,
#lifetime-chiro-elementor-services input:focus-visible,
#lifetime-chiro-elementor-services textarea:focus-visible,
#lifetime-chiro-elementor-services select:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 2px;
    border-radius: 4px;
}

#lifetime-chiro-elementor-services .container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

/* Section label */
#lifetime-chiro-elementor-services .section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    display: block;
}

/* Section heading */
#lifetime-chiro-elementor-services .section-heading {
    font-size: 2.2rem;
    margin-bottom: 18px;
    color: #454C4C;
}

/* Section subtext */
#lifetime-chiro-elementor-services .section-subtext {
    font-size: 1.05rem;
    color: var(--secondary);
    max-width: 620px;
    line-height: 1.8;
}

#lifetime-chiro-elementor-services .text-center {
    text-align: center;
}

#lifetime-chiro-elementor-services .text-center .section-subtext {
    margin-left: auto;
    margin-right: auto;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
#lifetime-chiro-elementor-services .btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

#lifetime-chiro-elementor-services .btn-primary {
    background-color: var(--primary);
    color: #FFFFFF;
}

#lifetime-chiro-elementor-services .btn-primary:hover {
    background-color: #31acaf;
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
    color: #FFFFFF;
}

#lifetime-chiro-elementor-services .btn-outline {
    background-color: transparent;
    color: var(--primary-dark);
    border: 2px solid var(--soft-tint);
}

#lifetime-chiro-elementor-services .btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

#lifetime-chiro-elementor-services .btn-accent {
    background-color: var(--accent);
    color: #FFFFFF;
}

#lifetime-chiro-elementor-services .btn-accent:hover {
    background-color: #d9909e;
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
    color: #FFFFFF;
}

/* ===========================================================
   NAVIGATION (hidden in Elementor embed)
   =========================================================== */
#lifetime-chiro-elementor-services .navbar,
#lifetime-chiro-elementor-services .mobile-menu,
#lifetime-chiro-elementor-services .footer {
    display: none !important;
}

#lifetime-chiro-elementor-services main {
    display: block;
}

/* ===========================================================
   HERO
   =========================================================== */
#lifetime-chiro-elementor-services .hero {
    padding: 110px 0 120px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

#lifetime-chiro-elementor-services .hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

#lifetime-chiro-elementor-services .hero .section-label {
    color: var(--primary);
    margin-bottom: 16px;
}

#lifetime-chiro-elementor-services .hero h1 {
    font-size: 4rem;
    line-height: 1.15;
    margin-bottom: 24px;
    animation: fadeInUp 1.2s ease both;
}

#lifetime-chiro-elementor-services .hero h1 span {
    color: var(--primary);
    font-size: 1.4em;
    display: block;
}

#lifetime-chiro-elementor-services .hero-subtitle {
    animation: fadeInUp 1.2s ease 0.3s both;
}

#lifetime-chiro-elementor-services .hero .section-label {
    animation: fadeInUp 1.2s ease 0s both;
}

#lifetime-chiro-elementor-services .hero-buttons {
    animation: fadeInUp 1.2s ease 0.6s both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

#lifetime-chiro-elementor-services .hero p {
    font-size: 1.15rem;
    color: var(--secondary);
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

#lifetime-chiro-elementor-services .hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--secondary);
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

#lifetime-chiro-elementor-services .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===========================================================
   ABOUT
   =========================================================== */
#lifetime-chiro-elementor-services .about {
    padding: var(--section-padding);
    background: var(--bg-white);
}

#lifetime-chiro-elementor-services .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#lifetime-chiro-elementor-services .about-content .section-subtext {
    margin-bottom: 20px;
}

#lifetime-chiro-elementor-services .about-content .section-heading {
    text-align: left;
}

#lifetime-chiro-elementor-services .about-content p {
    margin-bottom: 16px;
}

#lifetime-chiro-elementor-services .about-image {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 3px solid var(--primary);
    position: relative;
}

#lifetime-chiro-elementor-services .about-image img,
#lifetime-chiro-elementor-services .about-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
}

#lifetime-chiro-elementor-services .about-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(49, 172, 175, 0.95);
    border: 3px solid rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
}

#lifetime-chiro-elementor-services .about-video-play:hover,
#lifetime-chiro-elementor-services .about-video-play:focus-visible {
    transform: translate(-50%, -50%) scale(1.08);
    background: #31acaf;
}

#lifetime-chiro-elementor-services .about-video-play svg {
    width: 30px;
    height: 30px;
    fill: #FFFFFF;
    margin-left: 4px;
}

#lifetime-chiro-elementor-services .about-image.video-loaded .about-video-play,
#lifetime-chiro-elementor-services .about-image.video-loaded .about-video-thumb {
    display: none;
}

#lifetime-chiro-elementor-services .about-stat {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(177, 201, 200, 0.4);
}

#lifetime-chiro-elementor-services .about-stat-item {
    text-align: center;
}

#lifetime-chiro-elementor-services .about-stat-item .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

#lifetime-chiro-elementor-services .about-stat-item .stat-label {
    font-size: 0.82rem;
    color: var(--secondary);
    margin-top: 2px;
}

/* ===========================================================
   SERVICES
   =========================================================== */
#lifetime-chiro-elementor-services .services {
    padding: 76px 0;
    background: var(--bg-offwhite);
}

#lifetime-chiro-elementor-services .services .container {
    max-width: 1200px;
}

#lifetime-chiro-elementor-services .services-header {
    margin-bottom: 48px;
}

#lifetime-chiro-elementor-services .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

#lifetime-chiro-elementor-services .service-card {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 0 0 24px 0;
    box-shadow: var(--shadow-soft);
    transition: all 0.35s ease;
    border: 3px solid var(--primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

#lifetime-chiro-elementor-services .service-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

#lifetime-chiro-elementor-services .service-card h3 {
    font-size: 1.02rem;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 0 22px;
    text-align: left;
    letter-spacing: -0.015em;
    color: var(--primary-dark);
}

#lifetime-chiro-elementor-services .service-card h3 a {
    color: inherit;
}

#lifetime-chiro-elementor-services .service-card h3 a:hover {
    color: var(--primary);
}

#lifetime-chiro-elementor-services .service-card p {
    font-size: 0.9rem;
    color: var(--secondary);
    line-height: 1.6;
    padding: 0 22px;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#lifetime-chiro-elementor-services .service-card.expanded p {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

#lifetime-chiro-elementor-services .service-toggle {
    align-self: flex-start;
    margin: 12px 22px 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    cursor: pointer;
    line-height: 1.25;
    position: relative;
    z-index: 2;
    letter-spacing: 0.02em;
}

#lifetime-chiro-elementor-services .service-toggle:hover,
#lifetime-chiro-elementor-services .service-toggle:focus-visible {
    color: var(--primary-dark);
    text-decoration: underline;
}

#lifetime-chiro-elementor-services .service-toggle::after {
    content: ' +';
}

#lifetime-chiro-elementor-services .service-card.expanded .service-toggle::after {
    content: ' \2212';
}

#lifetime-chiro-elementor-services .service-img {
    overflow: hidden;
    margin-bottom: 18px;
    padding: 14px 14px 0 14px;
}

#lifetime-chiro-elementor-services .service-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Service cards stay light-text even in dark section */
#lifetime-chiro-elementor-services .section-dark .service-card h3 {
    color: var(--primary-dark);
}

#lifetime-chiro-elementor-services .section-dark .service-card p {
    color: var(--secondary);
}

@media (max-width: 1024px) {
    #lifetime-chiro-elementor-services .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    #lifetime-chiro-elementor-services .services {
        padding: 72px 0;
    }
    #lifetime-chiro-elementor-services .services .container {
        max-width: var(--container-width);
    }
}

@media (max-width: 600px) {
    #lifetime-chiro-elementor-services .services-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
}

/* ===========================================================
   TEAM
   =========================================================== */
#lifetime-chiro-elementor-services .team {
    padding: var(--section-padding);
    background: var(--bg-white);
}

#lifetime-chiro-elementor-services .team-header {
    margin-bottom: 56px;
}

/* 8-Person (now 9-person) team grid */
#lifetime-chiro-elementor-services .team-grid-8 {
    display: grid;
    grid-template-columns: repeat(4, 216px);
    gap: 40px 32px;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 900px) {
    #lifetime-chiro-elementor-services .team-grid-8 { grid-template-columns: repeat(2, 216px); }
}

@media (max-width: 540px) {
    #lifetime-chiro-elementor-services .team-grid-8 { grid-template-columns: 216px; }
}

#lifetime-chiro-elementor-services .team-card-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#lifetime-chiro-elementor-services .team-photo-circle {
    width: 216px;
    height: 216px;
    margin: 0 auto 18px;
    background: transparent;
    flex-shrink: 0;
}

#lifetime-chiro-elementor-services .team-img-8 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

#lifetime-chiro-elementor-services .team-info-8 {
    flex: 1;
}

#lifetime-chiro-elementor-services .team-name-8 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--primary-dark);
    margin: 0 0 4px;
}

#lifetime-chiro-elementor-services .team-role-8 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 10px;
}

#lifetime-chiro-elementor-services .team-bio-8 {
    font-size: 0.88rem;
    color: var(--secondary);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* ===========================================================
   FAQ
   =========================================================== */
#lifetime-chiro-elementor-services .faq {
    padding: var(--section-padding);
    background: var(--bg-white);
}

#lifetime-chiro-elementor-services .faq-header {
    margin-bottom: 48px;
}

#lifetime-chiro-elementor-services .faq-list {
    max-width: 760px;
    margin: 0 auto;
}

#lifetime-chiro-elementor-services .faq-item {
    border-bottom: 1px solid rgba(177, 201, 200, 0.35);
}

#lifetime-chiro-elementor-services .faq-question {
    width: 100%;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--primary-dark);
    text-align: left;
    padding: 22px 40px 22px 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

#lifetime-chiro-elementor-services .faq-question:hover {
    color: var(--primary);
}

#lifetime-chiro-elementor-services .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--primary);
    transition: transform 0.3s ease;
}

#lifetime-chiro-elementor-services .faq-item.active .faq-question::after {
    content: '\2212';
}

#lifetime-chiro-elementor-services .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

#lifetime-chiro-elementor-services .faq-answer-inner {
    padding: 0 0 22px;
    font-size: 0.95rem;
    color: var(--secondary);
    line-height: 1.8;
}

/* ===========================================================
   CONTACT
   =========================================================== */
#lifetime-chiro-elementor-services .contact {
    padding: var(--section-padding);
    background: var(--bg-white);
}

#lifetime-chiro-elementor-services .contact-header {
    margin-bottom: 56px;
}

#lifetime-chiro-elementor-services .contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

#lifetime-chiro-elementor-services .contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#lifetime-chiro-elementor-services .contact-info-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(69, 76, 76, 0.10);
    border: 1px solid rgba(177, 201, 200, 0.15);
}

#lifetime-chiro-elementor-services .contact-info-card .contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: rgba(49, 172, 175, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#lifetime-chiro-elementor-services .contact-info-card .contact-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#lifetime-chiro-elementor-services .contact-info-card h4 {
    font-size: 0.92rem;
    margin-bottom: 4px;
}

#lifetime-chiro-elementor-services .contact-info-card p,
#lifetime-chiro-elementor-services .contact-info-card a {
    font-size: 0.9rem;
    color: var(--secondary);
}

#lifetime-chiro-elementor-services .contact-info-card a:hover {
    color: var(--primary);
}

#lifetime-chiro-elementor-services .hours-card {
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    padding: 24px;
    box-shadow: 0 4px 20px rgba(69, 76, 76, 0.10);
    border: 1px solid rgba(177, 201, 200, 0.15);
    margin-top: 8px;
}

#lifetime-chiro-elementor-services .hours-card h4 {
    font-size: 0.95rem;
    margin-bottom: 14px;
    color: var(--primary-dark);
}

#lifetime-chiro-elementor-services .hours-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(177, 201, 200, 0.2);
}

#lifetime-chiro-elementor-services .hours-row:last-child {
    border-bottom: none;
}

#lifetime-chiro-elementor-services .hours-row .day {
    font-weight: 500;
    color: var(--primary-dark);
}

#lifetime-chiro-elementor-services .hours-row .time {
    color: var(--secondary);
}

#lifetime-chiro-elementor-services .directions-note {
    margin-top: 20px;
    padding: 16px 20px;
    background: var(--bg-warm);
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    color: var(--body-text);
    border-left: 3px solid var(--accent);
}

/* Contact form */
#lifetime-chiro-elementor-services .contact-form {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(69, 76, 76, 0.10);
    border: 1px solid rgba(177, 201, 200, 0.15);
}

#lifetime-chiro-elementor-services .contact-form h3 {
    font-size: 1.3rem;
    margin-bottom: 24px;
}

#lifetime-chiro-elementor-services .form-group {
    margin-bottom: 18px;
}

#lifetime-chiro-elementor-services .form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 6px;
}

#lifetime-chiro-elementor-services .form-group input,
#lifetime-chiro-elementor-services .form-group textarea,
#lifetime-chiro-elementor-services .form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(177, 201, 200, 0.5);
    border-radius: var(--radius-sm);
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    color: var(--body-text);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: var(--bg-white);
}

#lifetime-chiro-elementor-services .form-group input:focus,
#lifetime-chiro-elementor-services .form-group textarea:focus,
#lifetime-chiro-elementor-services .form-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(49, 172, 175, 0.1);
    outline: none;
}

#lifetime-chiro-elementor-services .form-group textarea {
    resize: vertical;
    min-height: 120px;
}

#lifetime-chiro-elementor-services .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#lifetime-chiro-elementor-services .contact-form .btn {
    width: 100%;
    margin-top: 8px;
}

/* ===========================================================
   DARK SECTION ALTERNATING BACKGROUNDS
   =========================================================== */
#lifetime-chiro-elementor-services .section-dark {
    background: var(--primary-dark) !important;
    color: rgba(255,255,255,0.88);
}

#lifetime-chiro-elementor-services .section-dark .section-label {
    color: var(--accent);
}

#lifetime-chiro-elementor-services .section-dark .section-heading {
    color: #FFFFFF;
}

#lifetime-chiro-elementor-services .section-dark .section-subtext {
    color: rgba(255,255,255,0.65);
}

#lifetime-chiro-elementor-services .section-dark p {
    color: rgba(255,255,255,0.82);
}

#lifetime-chiro-elementor-services .section-dark .faq-item {
    border-bottom-color: rgba(255,255,255,0.12);
}

#lifetime-chiro-elementor-services .section-dark .faq-question {
    color: #FFFFFF;
}

#lifetime-chiro-elementor-services .section-dark .faq-question:hover {
    color: var(--primary);
}

#lifetime-chiro-elementor-services .section-dark .faq-question::after {
    color: var(--accent);
}

#lifetime-chiro-elementor-services .section-dark .faq-answer-inner {
    color: rgba(255,255,255,0.7);
}

/* ===========================================================
   TICKER
   =========================================================== */
#lifetime-chiro-elementor-services .ticker-wrap {
    width: 100%;
    background: var(--primary);
    overflow: hidden;
    padding: 13px 0;
    position: relative;
}

#lifetime-chiro-elementor-services .ticker-wrap::before,
#lifetime-chiro-elementor-services .ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
}

#lifetime-chiro-elementor-services .ticker-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--primary), transparent);
}

#lifetime-chiro-elementor-services .ticker-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--primary), transparent);
}

#lifetime-chiro-elementor-services .ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

#lifetime-chiro-elementor-services .ticker-track:hover {
    animation-play-state: paused;
}

#lifetime-chiro-elementor-services .ticker-item {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    padding: 0 8px;
}

#lifetime-chiro-elementor-services .ticker-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
}

#lifetime-chiro-elementor-services .ticker-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    margin: 0 18px;
    flex-shrink: 0;
}

@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===========================================================
   DECORATIVE ICON ELEMENTS
   =========================================================== */
#lifetime-chiro-elementor-services .deco-icon {
    position: absolute;
    background-image: url("https://zcgrpnha92.wpdns.site/wp-content/uploads/2026/06/Screenshot_2-removebg-preview.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 0;
}

#lifetime-chiro-elementor-services .deco-hero-1  { width: 340px; height: 340px; top: -60px; right: -80px; opacity: 0.12; }
#lifetime-chiro-elementor-services .deco-hero-2  { width: 180px; height: 180px; bottom: 20px; left: -40px; opacity: 0.10; }
#lifetime-chiro-elementor-services .deco-about   { width: 200px; height: 200px; bottom: -60px; right: -60px; opacity: 0.10; }
#lifetime-chiro-elementor-services .deco-services-1 { width: 300px; height: 300px; top: -80px; left: -60px; opacity: 0.14; }
#lifetime-chiro-elementor-services .deco-services-2 { width: 160px; height: 160px; bottom: 20px; right: 40px; opacity: 0.10; }
#lifetime-chiro-elementor-services .deco-services-3 { width: 200px; height: 200px; top: 45%; left: -70px; opacity: 0.07; }
#lifetime-chiro-elementor-services .deco-services-4 { width: 130px; height: 130px; bottom: 60px; left: -40px; opacity: 0.09; }
#lifetime-chiro-elementor-services .deco-services-5 { width: 240px; height: 240px; top: 30%; right: -70px; opacity: 0.08; }
#lifetime-chiro-elementor-services .deco-services-6 { width: 110px; height: 110px; top: 70%; right: -30px; opacity: 0.06; }
#lifetime-chiro-elementor-services .deco-team    { width: 220px; height: 220px; top: 40px; right: -60px; opacity: 0.08; }
#lifetime-chiro-elementor-services .deco-faq     { width: 260px; height: 260px; bottom: -60px; left: -60px; opacity: 0.14; }
#lifetime-chiro-elementor-services .deco-contact { width: 180px; height: 180px; top: 20px; right: -40px; opacity: 0.15; }

#lifetime-chiro-elementor-services .ticker-icon {
    display: inline-block;
    width: 18px; height: 18px;
    background-image: url("https://zcgrpnha92.wpdns.site/wp-content/uploads/2026/06/ticker-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 10px;
    opacity: 0.7;
    filter: brightness(10);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
    #lifetime-chiro-elementor-services .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    #lifetime-chiro-elementor-services .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
    #lifetime-chiro-elementor-services { --section-padding: 72px 0; }
    #lifetime-chiro-elementor-services .hero { padding: 88px 0 80px; }
    #lifetime-chiro-elementor-services .hero h1 { font-size: 2.1rem; }
    #lifetime-chiro-elementor-services .hero p { font-size: 1rem; }
    #lifetime-chiro-elementor-services .section-heading { font-size: 1.8rem; }
    #lifetime-chiro-elementor-services .about-grid { grid-template-columns: 1fr; gap: 36px; }
    #lifetime-chiro-elementor-services .about-image { order: -1; }
    #lifetime-chiro-elementor-services .contact-layout { grid-template-columns: 1fr; }
    #lifetime-chiro-elementor-services .form-row { grid-template-columns: 1fr; }
    #lifetime-chiro-elementor-services .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    #lifetime-chiro-elementor-services .hero-buttons { flex-direction: column; align-items: center; }
    #lifetime-chiro-elementor-services .hero-buttons .btn { width: 100%; max-width: 300px; }
}

@media (max-width: 480px) {
    #lifetime-chiro-elementor-services .hero h1 { font-size: 1.75rem; }
    #lifetime-chiro-elementor-services .section-heading { font-size: 1.5rem; }
    #lifetime-chiro-elementor-services .contact-form { padding: 28px 20px; }
}/* End custom CSS */