.adhd-symptoms-list .adhd-symptom-item::before {
    content: '' !important;
}

.adhd-symptoms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 100%;
}

.adhd-symptom-item {
    display: flex;
    align-items: flex-start;
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(33, 44, 55, 0.10);
    padding: 1.15rem 1.25rem;
    font-size: 1rem;
    color: #253150;
    transition: box-shadow 0.18s, background 0.18s;
}

.adhd-symptom-item .symptom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    background: #420c0c;
    border-radius: 50%;
    margin-right: 1rem;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 2px 8px rgba(253, 13, 13, 0.12);
}

.adhd-symptom-item:hover {
    box-shadow: 0 4px 18px rgba(92, 6, 6, 0.11);
    background: #e8f0fe;
}

.why-batras-section {
    background-color: #fffaf3;
    border-radius: 16px;
}

.why-batras-item {
    transition: all 0.3s ease;
}

.why-batras-item:hover {
    transform: translateY(-5px);
}

.why-batras-icon {
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .why-batras-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.our-approach-homeopathy .approach-panel {
    background: #f8fafc;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(66, 12, 12, 0.08);
    transition: box-shadow 0.15s, background 0.15s;
    min-height: 100%;
}

.our-approach-homeopathy .approach-panel:hover {
    box-shadow: 0 6px 24px rgba(66, 12, 12, 0.15);
    background: #f3f5f8;
}

.our-approach-homeopathy .approach-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #420c0c;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.our-approach-homeopathy .approach-icon i {
    color: #fff;
    font-size: 1.5rem;
}

@media (max-width: 991.98px) {
    .our-approach-homeopathy .row {
        flex-direction: column;
    }

    .our-approach-homeopathy .approach-panel {
        margin-bottom: 1.5rem;
    }

    .our-approach-homeopathy .approach-panel:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .our-approach-homeopathy .approach-panel {
        padding: 1.5rem 1rem;
    }

    .our-approach-homeopathy h2.text-anime-style-3 {
        font-size: 1.25rem;
    }

    .our-approach-homeopathy .approach-icon {
        width: 2.3rem;
        height: 2.3rem;
    }
}

@media (max-width: 576px) {
    .our-approach-homeopathy .row {
        gap: 1rem;
    }
}

.child-behavior-homeopathy-section {
    background: #fffaf3;
    box-shadow: 0 2px 16px rgba(66, 12, 12, 0.07);
}

.behavior-panel {
    transition: box-shadow 0.22s, transform 0.16s;
}

.behavior-panel:hover {
    box-shadow: 0 6px 24px rgba(33, 44, 55, 0.13);
    transform: translateY(-6px) scale(1.01);
}

.behavior-icon i {
    font-size: 1.2rem;
}

.adhd-symptoms-list .adhd-symptom-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: #fff7e1;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(33, 44, 55, 0.05);
    padding: 0.4rem 0.7rem;
    color: #253150;
    font-size: 0.98rem;
    margin-bottom: 0.3rem;
}

.adhd-symptom-item:last-child {
    margin-bottom: 0 !important;
}

.symptom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #420c0c;
    color: #fff;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .child-behavior-homeopathy-section {
        padding: 1.3rem !important;
    }

    .behavior-panel {
        padding: 1rem 0.8rem !important;
    }

    .behavior-icon {
        width: 2rem !important;
        height: 2rem !important;
    }

    h2.text-anime-style-3 {
        font-size: 1.35rem;
    }
}

@media (max-width: 576px) {
    .child-behavior-homeopathy-section {
        padding: 1rem !important;
    }

    .behavior-panel {
        margin-bottom: 0.7rem !important;
    }

    .behavior-panel:last-child {
        margin-bottom: 0 !important;
    }
}

.fact-section {
    background-color: #420c0c;
    /* Red background */
    color: #fff;
    border-radius: 40px;
}

.fact-title {
    font-size: 2rem;
    color: #fff;
}

.fact-line {
    border-top: 3px solid #fff;
    flex: 1;
}

.fact-description {
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
}

.fact-icon {
    color: #ffd54f;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .fact-section {
        text-align: center;
    }

    .fact-line {
        display: none;
    }

    .fact-description {
        font-size: 1rem;
    }
}