/* Extra Large Screens - Desktops */

@media (max-width: 2560px) {}

@media (max-width: 1920px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}


/* @media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
} */

@media (max-width: 1400px) {
    .Step-Journey-section .step-number {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {
    .hero-content,
    .contact-form {
        margin-bottom: 150px;
    }
    .empathy-blurb-description {
        max-width: 100%;
    }
    .services-grid {
        padding: 18px;
    }
    .Program-Snapshot-disc {
        font-size: 18px;
    }
    .hero-content h1 {
        font-size: 48px;
    }
    .hero-content p {
        font-size: 20px;
    }
    .btn-call {
        font-size: 20px;
    }
    .contact-form h3 {
        font-size: 30px;
    }
    .contact-form button {
        font-size: 20px;
    }
    .para {
        font-size: 18px;
    }
    .heading {
        font-size: 45px;
    }
    .Step-Journey-subheading {
        font-weight: 400;
        font-size: 20px !important;
    }
    .ConsultationForm::before {
        height: 250px;
        width: 250px;
        right: 14%;
        top: 10%;
    }
}

@media (max-width: 992px) {
    .hero-content {
        margin-bottom: 100px;
    }
    .recovery-modules-controls {
        right: 30px;
    }
    .Step-Journey-section .journey-dash-right {
        display: none !important;
    }
    /* .ConsultationForm::before {
        height: 250px;
        width: 250px;
        right: 11%;
        top: 9%;
    } */
    .Faq-accordion .accordion-button {
        padding: 15px;
    }
    .Faq-accordion .accordion-body {
        padding-inline: 15px;
    }
    .ConsultationForm-container::before {
        content: "";
        display: block;
        height: 300px;
        width: 300px;
        border-radius: 50%;
        position: absolute;
        right: -5%;
        top: -50px;
        z-index: 2;
        border: 28px solid #AA5490D1;
    }
}

@media (max-width: 768px) {
    .hero-content,
    .contact-form {
        text-align: center;
        margin-bottom: 50px;
    }
    .hero-section {
        padding-top: 60px;
    }
    .stats-inline {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .stats-inline {
        display: none;
    }
    .hero-content h1 {
        font-size: 52px;
    }
    .hero-content p {
        font-size: 22px;
    }
    .btn-call {
        font-size: 22px;
    }
    .contact-form h3 {
        font-size: 32px;
    }
    .contact-form button {
        font-size: 22px;
    }
    .heading {
        font-size: 43px;
    }
    .para {
        font-size: 15px;
    }
    .recovery-modules-controls .btn {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-top: 45px;
    }
    /* .ConsultationForm::before {
        height: 200px;
        width: 200px;
        right: 11%;
        top: 9%;
        border: 22px solid #AA5490D1;
    } */
}

@media (max-width: 575px) {
    .recovery-modules-controls {
        right: 20px;
    }
    .Recovery-Modules-title {
        margin-bottom: 60px;
    }
    .hero-content h1 {
        font-size: 50px;
    }
    .hero-content p {
        font-size: 20px;
    }
    .btn-call {
        font-size: 20px;
    }
    .contact-form h3 {
        font-size: 30px;
    }
    .contact-form button {
        font-size: 20px;
    }
    .heading {
        font-size: 35px;
    }
    .Program-Snapshot-disc {
        font-size: 15px;
    }
    .Step-Journey-section .step-number {
        width: 75px;
        height: 75px;
    }
    /* .ConsultationForm::before {
        height: 200px;
        width: 200px;
        right: 0%;
        top: 9%;
        border: 22px solid #AA5490D1;
    } */
    .ConsultationForm-container::before {
        content: "";
        display: block;
        height: 300px;
        width: 300px;
        border-radius: 50%;
        position: absolute;
        right: 0%;
        top: -50px;
        z-index: 2;
        border: 28px solid #AA5490D1;
    }
}