.text-right-pc_text-left-mob {
    text-align: right;
}

@media (max-width: 768px) {
    .text-right-pc_text-left-mob {
        text-align: left;
    }
}

.psych-hero-section {
    padding-top: 12px;
}

.psych-hero {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 32px;
}

.psych-header {
    margin-top: 24px;
    padding: 0 100px;
}

.psych-subtitle {
    margin: 24px auto 0;
    max-width: 860px;
}

.psych-description {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.psych-actions {
    justify-content: center;
}

.psych-carousel-section {
    margin-bottom: 72px;
}

.psych-carousel-inner {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.12);
}

.psych-banner {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
}

.psych-carousel-control {
    width: 8%;
}

.psych-carousel-control .carousel-control-prev-icon,
.psych-carousel-control .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, 0.35);
    background-size: 50% 50%;
}

.psych-indicators {
    margin-bottom: 20px;
}

.psych-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
}

.psych-section-head {
    align-items: flex-start;
    gap: 24px;
}

.psych-card,
.psych-about-card,
.psych-cta-card,
.psych-contact-card {
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.psych-card:hover,
.psych-about-card:hover,
.psych-cta-card:hover,
.psych-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.1);
}

.psych-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(118, 230, 182, 0.2), rgba(92, 213, 160, 0.32));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.psych-fa-icon {
    font-size: 1.5rem;
    line-height: 1;
    background: linear-gradient(70deg, #60f1b2 0%, #a207a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.psych-card-title {
    margin-bottom: 12px;
}

.psych-card-text {
    margin-bottom: 0;
}

.psych-functions-wrapper {
    background: linear-gradient(180deg, #f8fffc 0%, #ffffff 100%);
}

.psych-function-card {
    position: relative;
    overflow: hidden;
}

.psych-function-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #039855;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.psych-about-card {
    height: 100%;
}

.psych-rich-text p:last-child {
    margin-bottom: 0;
}

.psych-cta-card {
    height: 100%;
    background: linear-gradient(145deg, #f3fff9 0%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.psych-cta-icon,
.psych-contact-icon {
    margin-bottom: 22px;
}

.psych-cta-button {
    align-self: flex-start;
    margin-top: 8px;
}

.psych-info-card {
    position: relative;
}

.psych-preline {
    white-space: pre-line;
}

.psych-inline-button {
    display: inline-flex;
    width: fit-content;
    margin-top: 10px;
}

.psych-contact-card {
    height: 100%;
}

.psych-contact-card a {
    color: #5cd5a0;
}

@media (max-width: 1200px) {
    .psych-header {
        padding: 0;
    }

    .psych-banner {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .psych-hero {
        text-align: left;
        margin-top: 64px;
    }

    .psych-header,
    .psych-subtitle,
    .psych-description {
        text-align: center;
        font-size: 36px;
        line-height: 1.2;
    }

    .psych-actions {
        justify-content: flex-start;
    }

    .psych-actions .rbutton1 {
        width: 100%;
        text-align: center;
    }

    .psych-carousel-section {
        margin-bottom: 42px;
    }

    .psych-banner {
        height: 240px;
    }

    .psych-card,
    .psych-about-card,
    .psych-cta-card,
    .psych-contact-card {
        padding: 22px;
        border-radius: 20px;
    }

    .psych-cta-button,
    .psych-inline-button {
        width: 100%;
        justify-content: center;
    }
}
