:root {
    --color-primary: #d12d2d !important;
    --color-text-dark: #222222 !important;
    --color-text-light: #ffffff !important;
    --color-background-dark: #1b1b1a !important;
    --color-background-light: #fbfafa !important;
    --font-heading: 'League Gothic', sans-serif !important;
    --font-body: 'Manrope', sans-serif !important;
    --font-ui: 'Inter', sans-serif !important;
}

body {
    margin: 0;
    font-family: var(--font-body);
    background-color: var(--color-text-light);
    color: var(--color-text-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

.page-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 19px 25px;
    border-radius: 0;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 8px;
}

.btn.transparent_btn {
    border: 0;
    background: none !important;
}

.btn.btn--secondary.transparent_btn:hover {
    color: var(--color-primary) !important;
}

.btn.btn--secondary.transparent_btn:hover img {
    filter: unset;
}

.btn--primary {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 15px 0px rgba(209, 45, 44, 0.69);
}

.btn--primary:hover {
    background-color: #a72423;
    color: var(--color-text-light) !important;
}

.btn--secondary {
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn--secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light) !important;
}

.btn--secondary:hover img {
    filter: invert(1) brightness(10);
}

.btn--secondary-white {
    background-color: transparent;
    color: var(--color-text-light);
    border: 1px solid var(--color-text-light);
}

.btn--secondary-white:hover {
    background-color: var(--color-text-light);
    color: var(--color-primary);
}

.section-title {
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: 400;
    color: var(--color-primary);
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 1;
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: 38px;
    font-weight: 400;
    color: #242424;
    text-align: center;
    letter-spacing: -0.76px;
    line-height: 1.2;
}


/* CSS from section:hero */
.hero-section {
    background: linear-gradient(to top left , #151515 50%, #660000 100%);
    color: var(--color-text-light);
    position: relative;
}

.hero-section__container {
    display: flex;
    align-items: center;
    min-height: 560px;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 118px;
}

.hero-section__content {
    flex: 1;
    max-width: 607px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px 0;
    padding-right: 20px;
}

.hero-section__title {
    font-family: var(--font-heading);
    font-size: 68px;
    line-height: 1;
    letter-spacing: -1.36px;
    font-weight: 400;
    color: var(--color-text-light);
}

.hero-section__subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px;
    max-width: 452px;
    color: #fff !important;
}

.hero-section__buttons {
    display: flex;
    gap: 12px;
    margin-top: 3px;
}

.hero-section__image-wrapper {
    flex: 1;
    align-self: flex-end;
    max-width: 45%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.hero-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* CSS from section:partners */
.partners-section {
    padding: 50px 0;
    background-color: var(--color-text-light);
}

.partners-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.partners-section__title {
    font-family: var(--font-heading);
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.partners-section__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.partner-logo {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 75px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}


/* CSS from section:mental-struggles */
.mental-struggles-section {
    padding: 80px 0;
}

.mental-struggles-section__content {
    display: flex;
    position: relative;
    height: 700px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.mental-struggles-section__image-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 667px;
    height: 700px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.mental-struggles-section__image-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(24deg, #1b1b1b 14.56%, rgba(0, 0, 0, 0.27) 87.63%);
    opacity: 0.87;
    border-radius: 36px;
}

.text-overlay {
    z-index: 1;
    position: relative;
}

.text-overlay__title {
    font-family: var(--font-heading);
    font-size: 68px;
    line-height: 1;
    letter-spacing: -1.36px;
    font-weight: 400;
    color: var(--color-text-light);
}

.text-overlay__body {
    font-family: var(--font-body);
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -0.88px;
    color: var(--color-text-light);
    max-width: 300px;
    margin-top: 10px;
}

.mental-struggles-section__card-col {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 477px;
}

.info-card {
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 34px;
    box-shadow: 0px 0px 15px rgba(209, 45, 44, 0.12);
    padding: 48px 37px;
    display: flex;
    flex-direction: column;
}

.info-card__title {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.86;
    letter-spacing: -0.9px;
    text-align: center;
    color: #212121;
    max-width: 345px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.info-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.info-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
}

.info-card__list img {
    flex-shrink: 0;
    margin-top: -2px;
}

.info-card__buttons {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.info-card__buttons .btn {
    max-width: 360px;
    width: 100%;
}


/* CSS from section:testimonials */
.testimonials-section {
    padding: 80px 0;
}

.testimonials-grid {
    display: flex;
    gap: 32px;
}

.testimonial-card {
    text-align: center;
    flex: auto;
    max-width: 305px;
}

.testimonial-card__rating {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.testimonial-card__text {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.4;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 16px;
    font-weight: 500;
}

.testimonial-card__author {
    font-family: var(--font-ui);
    font-size: 14px;
    color: rgba(57, 57, 57, 0.8);
}

/* CSS from section:experts */
.experts-section {
    padding: 80px 0;
    background-color: var(--color-background-light);
    overflow: hidden;
}

.experts-section__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 20px;
}

.experts-section__title-group {
    text-align: left;
}

.experts-section__title-group .section-title,
.experts-section__title-group .section-subtitle {
    text-align: left;
}

.experts-section__description {
    max-width: 573px;
    font-size: 16px;
    line-height: 1.35;
    color: #333333;
}

.experts-section__grid {}

.expert-card {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.05);
    padding: 30px 16px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    margin: 0 2px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.expert-card:hover {
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 15px rgba(209, 45, 44, 0.34);
}

.expert-card__image-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.05);
}

.expert-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card__name {
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
    font-family: var(--font-body);
    text-transform: none;
}

.expert-card__title {
    font-size: 13px;
    color: #222222;
    min-height: 34px;
    margin-top: 5px;
}

.expert-card__divider {
    width: 100%;
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 16px 0;
}

.expert-card__bio {
    font-size: 14px;
    line-height: 1.35;
    color: #222222;
    flex-grow: 1;
    margin-bottom: 16px;
}

.expert-card__link {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.experts-section__footer {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experts-section__nav-buttons {
    display: flex;
    gap: 8px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-primary);
    outline: 0 !important;
}

.nav-btn:hover {
    background: var(--color-primary);
}

.nav-btn:hover img {
    filter: invert(1) brightness(10);
}

.owl-item .expert-card__link img {
    width: auto !important;
}

.experts-section__grid {
    width: 145% !important;
}



/* CSS from section:consultation-info */
.consultation-section {
    padding: 80px 0;
}

.consultation-section__card {
    background: linear-gradient(to top left, #151515, #660000);
    border-radius: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 48px 52px;
    overflow: hidden;
}

.consultation-section__image-wrapper {
    flex-shrink: 0;
    width: 452px;
    height: 330px;
    border-radius: 5px;
    overflow: hidden;
}

.consultation-section__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultation-section__content {
    color: var(--color-text-light);
    max-width: 499px;
}

.consultation-section__title {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.91;
    letter-spacing: -0.9px;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--color-text-light);
}

.consultation-section__text {
    font-size: 16px;
    line-height: 1.375;
    color: #cacaca;
    margin-bottom: 24px;
}

/* CSS from section:how-it-works */
.how-it-works-section {
    padding: 80px 0;
    background-color: var(--color-background-light);
}

.how-it-works-section__header {
    text-align: center;
    margin-bottom: 180px;
}

.how-it-works-section__header .section-subtitle {
    line-height: 1.8;
}

.how-it-works-section__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
    max-width: 960px;
    margin: 0 auto;
}

.step-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 34px;
    box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.07);
    padding: 20px;
    height: 100%;
    flex: 1;
    max-width: 414px;
    margin: 0 auto;
    min-height: 389px;
}

.step-card:nth-child(2n-1) {
    margin-top: -70px;
}

.step-card__number {
    position: absolute;
    top: -80px;
    left: 15px;
    font-family: var(--font-heading);
    font-size: 84px;
    color: rgba(81, 98, 83, 0.2);
    line-height: 1.2;
    z-index: 0;
}

.step-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
}

.step-card__image-group {
    width: 306px;
    background: linear-gradient(to right, #151515, #660000);
    border-radius: 34px;
}

.step-card__image-wrapper {
    width: 300px;
    border-radius: 34px;
    overflow: hidden;
    height: 161px;
}

.step-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 12px;
    font-family: var(--font-body);
    line-height: normal;
    text-transform: none;
    margin-top: 18px;
    max-width: 220px;
    letter-spacing: normal;
}

.step-card__description {
    font-size: 14px;
    color: #868686;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 290px;
}

.step-card__link {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.how-it-works-section__features {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 75px;
    text-align: center;
}

.how-it-works-section__features .feature-item:nth-child(1),
.how-it-works-section__features .feature-item:nth-child(2) {
    max-width: 235px;
}

.feature-item h4 {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 20px 0 15px 0;
    text-transform: none;
}

.feature-item p {
    font-family: var(--font-ui);
    font-size: 14px;
    color: rgba(57, 57, 57, 0.8);
    line-height: 1.35;
}


/* CSS from section:app-showcase */
.app-showcase-section {
    padding: 80px 0;
}

.app-showcase-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 609px;
    display: flex;
    align-items: center;
}

.app-showcase-card__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top left, #151515, #660000);
}

.app-showcase-card__bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(10%, -50%);
}

.app-showcase-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background: linear-gradient(180deg, rgba(9, 9, 11, 0) 0%, #09090b 100%);
}

.app-showcase-card__content {
    position: relative;
    z-index: 1;
    padding: 60px;
    color: var(--color-text-light);
}

.content-left {
    max-width: 499px;
}

.content-left__title {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.91;
    letter-spacing: -0.9px;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--color-text-light);
}

.content-left__text {
    font-size: 16px;
    line-height: 1.375;
    color: #cacaca;
    margin-bottom: 50px;
}

.content-left__features {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 28px;
}

.feature-group {
    display: flex;
    gap: 17px;
}

.feature {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.8);
    max-width: 258px;
}



/* CSS from section:featured-articles */
.articles-section {
    padding: 80px 0;
    background-color: var(--color-background-light);
}

.articles-section .section-title {
    margin-bottom: 60px;
}

.articles-section__content {
    border: 1px solid #e6e9ea;
    border-radius: 20px;
    display: flex;
}

.articles-section__main-article {
    flex: 0 0 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.articles-section__main-article h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #242424;
    font-family: var(--font-body);
    text-transform: none;
}

.articles-section__main-article .ft_image img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    border-radius: 20px;
}

.articles-section__main-article p {
    font-size: 14px;
    line-height: 1.6;
    color: #868686;
}

.article-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.articles-section__sidebar {
    flex: 1;
    border-left: 1px solid #e6e9ea;
}

.sidebar-article {
    padding: 40px;
}

.sidebar-article:not(:last-child) {
    border-bottom: 1px solid #e6e9ea;
}

.sidebar-article h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    color: #242424;
    margin-bottom: 16px;
    font-family: var(--font-body);
    text-transform: none;
    max-width: 460px;
    width: 100%;
}



/* CSS from section:other-services */
.services-section {
    padding: 80px 0;
}

.services-section__header {
    text-align: left;
    margin-bottom: 40px;
}

.services-section__header .section-title,
.services-section__header .section-subtitle {
    text-align: left;
}

.services-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

.service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: var(--color-text-light);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.service-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.66%, #000000 100%);
    opacity: 0.67;
}

.service-card__content {
    position: relative;
    z-index: 1;
    max-width: 370px;
}

.service-card h3 {
    font-family: var(--font-heading);
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.7px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--color-text-light);
}

.service-card p {
    font-size: 16px;
    line-height: 1.375;
    color: #f0f0f0;
    margin-bottom: 16px;
}

.service-card.card-large .service-card__content {
    max-width: 466px;
}

.services-section .top_grid {
    display: grid;
    grid-template-columns: 650px 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.services-section .top_grid .top_grid_right {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.services-section .top_grid_left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.services-section .bottom_grid {
    display: grid;
    grid-template-columns: 1fr 620px;
    grid-gap: 20px;
}



/* CSS from section:in-the-news */
.news-section {
    padding: 80px 0;
    background-color: var(--color-background-light);
}

.news-section .section-title {
    margin-bottom: 40px;
}

.title-dark {
    color: #2f2f2f;
}

.news-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.news-carousel__viewport {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.news-carousel__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    width: 800px;
    height: 400px;
    transition: all 0.5s ease;
    opacity: 0.5;
    z-index: 1;
}

.slide:nth-child(1) {
    transform: translateX(calc(-50% - 340px)) scale(0.8);
    z-index: 2;
}

.slide:nth-child(2) {
    transform: translateX(calc(-50% - 170px)) scale(0.9);
    z-index: 3;
    opacity: 0.7;
}

.slide:nth-child(3) {
    transform: translateX(-50%) scale(1);
    z-index: 4;
    opacity: 1;
}

.slide:nth-child(4) {
    display: none;
}

/* Simplified for static view */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.news-carousel__nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9;
}

.dot.active {
    width: 16px;
    height: 16px;
    background-color: var(--color-primary);
}

.news-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.news-logos img {
    height: auto;
    max-height: 75px;
}



.news_caro .swiper-container {
  width: 100%;
  max-width: 1000px;
}



.news_caro .swiper-slide img {
    width: 100%;
    height: 400px;
    max-width: 800px;
    object-fit: cover;
    object-position: left;
    border-radius: 50px;
}

.news_caro .swiper-slide-active img {
  width: 700px;
  height: 400px;
  border-radius: 20px;
}
.news_caro .swiper-slide {
  display: flex;
  justify-content: center;
}

.news_caro .container {
    position: relative;
}

/* Custom navigation + pagination wrapper */
.news_caro .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: relative;
    margin: 70px auto 0;
    max-width: 300px;
}


/* Navigation arrows */
.news_caro .swiper-button-prev,
.news_caro .swiper-button-next {
  width: 25px;
  height: 25px;
}


.news_caro  .swiper-button-next:after, .news_caro  .swiper-button-prev:after{
   display: none;
}
/* Pagination bullets */
.news_caro .swiper-pagination {
    display: flex;
    gap: 10px;
    top: -14px;
}

.news_caro .swiper-pagination span {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  transition: background 0.3s;
}

.news_caro .swiper-pagination .swiper-pagination-bullet-active {
    background: #d12d2d;
    transform: scale(1.4);
}


/* Default */
/* Default */
.carousel {
    height: 700px !important;
    perspective: 600px !important;
    transform: translateY(-100px);
}

.carousel .carousel-item {
    cursor: -webkit-grab;
    cursor: grab;
    width: 800px !important;
}

.carousel .carousel-item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel .carousel-item img {
    width: 100%;
}


/* CSS from section:cta */
.cta-section {
    padding: 80px 0;
}

.cta-card {
    border-radius: 24px;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    min-height: 427px;
    justify-content: center;
}

.cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top left, rgba(21, 21, 21, 0.83), rgba(102, 0, 0, 0.83));
}

.cta-card>* {
    position: relative;
    z-index: 1;
}

.cta-card__title {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.91;
    color: var(--color-text-light);
    max-width: 780px;
}

.cta-card__text {
    font-size: 16px;
    line-height: 1.375;
    color: #cacaca;
    max-width: 600px;
    margin-bottom: 10px;
}

.cta-card .video__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-card .video__wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* CSS from section:faq */
.faq-section {
    padding: 80px 0;
}

.faq-section .section-title {
    margin-bottom: 60px;
}

.faq-content {
    display: flex;
    gap: 48px;
}

.faq-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 24px;
}

.faq-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-item__header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.faq-item__header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: -0.5px;
    flex: 1;
    width: 100%;
}

.faq-item .faq-item__body {
    padding-top: 23px;
    display: none;
}

.faq-item__body p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 15px;
}

.faq-item__body p:last-child {
    margin-bottom: 0;
}

.faq-contact-card {
    flex-shrink: 0;
    width: 401px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-contact-card img {
    margin-bottom: 20px;
}

.faq-contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 20px;
    font-family: var(--font-body);
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.faq-contact-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 40px;
}

.faq-contact-card .btn {
    width: 100%;
}

.faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.open .faq-item__body {
    max-height: 1000px;
    /* Adjust as needed */
}
.faq-item.open .faq-item__body a {
    color: #d12d2d;
}



/* CSS from section:mindset-assessment */
.mindset-section {
    padding: 80px 0;
    background: linear-gradient(to right, #151515, #660000);
}

.mindset-card {
    display: flex;
    align-items: center;
    gap: 100px;
}

.mindset-card__content {
    flex: 1;
    max-width: 522px;
    color: var(--color-text-light);
}

.mindset-card__content h2 {
    font-family: var(--font-heading);
    font-size: 45px;
    line-height: 0.91;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--color-text-light);
}

.mindset-card__content p {
    color: #cacaca;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 24px;
}

.mindset-card__image {
    flex: 1;
    max-width: 452px;
    margin: 0 auto;
}

.mindset-card__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}


/* CSS from section:adhd-testing */
.adhd-section {
    padding: 80px 0;
}

.adhd-section__header {
    text-align: center;
    max-width: 818px;
    margin: 0 auto 60px;
}

.adhd-section__header p {
    margin: 20px 0;
    line-height: 1.35;
}

.adhd-section__buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.adhd-section__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.adhd-card {
    display: flex;
    gap: 40px;
}

.adhd-card__image {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    max-width: 760px;
    height: 350px;
}

.adhd-card__text-box {
    background: linear-gradient(to right, #151515, #660000);
    border-radius: 20px;
    padding: 40px;
    color: var(--color-text-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.adhd-card__text-box h3 {
    font-family: var(--font-heading);
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-text-light);
}

.adhd-card__text-box p {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 20px;
    flex-grow: 1;
}

.adhd-card__text-box .article-link {
    color: var(--color-text-light);
}


/*============================
Responsive Css
=============================*/

@media (max-width: 1600px) {
    .experts-section__grid {
        width: 125% !important;
    }
}

@media (max-width: 1350px) {
    .container {
        padding-inline: 20px;
    }

    .hero-section__image-wrapper {
        max-width: 40%;
    }

}

@media (max-width: 1199px) {

    .hero-section__container {
        padding-left: 35px;
    }

    a.mm-listitem__text {
        color: #fff !important;
    }

    

}


@media (max-width: 1024px) {
    .hero-section__container {
        padding: 0 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .hero-section__content {
        align-items: center;
        z-index: 1;
    }

    .hero-section__title {
        font-size: 48px;
    }

    .hero-section__buttons {
        width: 100%;
        max-width: 470px;
        flex-wrap: wrap;
    }

    .hero-section__image-wrapper {
        max-width: 100%;
        align-self: center;
        opacity: 0.1;
    }

    .mental-struggles-section__content {
        gap: 20px;
        align-items: unset;
    }

    .text-overlay__title {
        font-size: 48px;
    }

    .text-overlay__body {
        font-size: 30px;
    }

    .mental-struggles-section__image-col,
    .mental-struggles-section__card-col {
        position: relative;
        max-width: 100%;
        transform: none;
        top: 0;
    }

    .mental-struggles-section__image-col {
        padding: 60px 30px;
        width: 100%;
    }

    .mental-struggles-section__card-col .info-card {
        height: 100%;
        padding: 48px 20px;
    }

    .testimonials-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services-section .top_grid {
        grid-template-columns: 1fr;
    }

    .services-section .top_grid .top_grid_right {
        grid-template-columns: 1fr 1fr;
    }

    .services-section .bottom_grid {
        grid-template-columns: 1fr 1fr;
    }

    .experts-section__header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .consultation-section__card {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
        text-align: center;
    }

    .consultation-section__image-wrapper {
        width: 100%;
        max-width: 452px;
        height: auto;
    }

    .app-showcase-card__bg img {
        width: auto;
        height: 100%;
    }

    .app-showcase-card__content {
        padding: 60px 20px;
    }

    .feature-group {
        flex-direction: column;
    }

    .services-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-large {
        grid-column: span 1;
    }

    .service-card__overlay {
        background: linear-gradient(180deg, rgb(0 0 0 / 91%) 35.66%, #000000 100%);
    }
    .news_caro .swiper-slide-active img {
        width: 100%;
        height: auto;
    }

    .news_caro .swiper-slide img {
        height: auto;
    }
}





@media (max-width: 991px) {

    .services-section .top_grid .top_grid_right,
    .services-section .bottom_grid {
        grid-template-columns: 1fr;
    }

    .faq-content {
        flex-direction: column;
    }

    .faq-contact-card {
        width: 100%;
    }

    .app-showcase-card__bg img {
        opacity: 0.2;
    }

    .mindset-card {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .adhd-card {
        flex-direction: column;
    }

    .adhd-card--adult {
        flex-direction: column-reverse;
    }

    .adhd-card__image,
    .adhd-card__text-box {
        width: 100%;
    }

    .experts-section__grid {
        width: 100% !important;
    }

    .articles-section__main-article h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 45px;
        text-align: center !important;
    }

    .section-subtitle {
        text-align: center !important;
        font-size: 25px;
    }

    .info-card__title,
    .consultation-section__title,
    .content-left__title,
    .cta-card__title,
    .mindset-card__content h2 {
        font-size: 35px;
        line-height: 1;
    }


    .how-it-works-section__grid {
        gap: 100px 20px;
        width: 100%;
    }

    .how-it-works-section__features .feature-item:nth-child(1),
    .how-it-works-section__features .feature-item:nth-child(2) {
        max-width: 100%;
    }

    .step-card {
        margin-top: 0 !important;
        max-width: calc(50% - 10px);
        min-height: unset;
        height: auto;
        flex: auto;
        width: 100%;
        margin: 0;
    }

    .step-card__image-wrapper {
        width: 100%;
    }

    .step-card__number {
        text-align: center;
        left: 0;
        right: 0;
    }

    .how-it-works-section__header {
        margin-bottom: 100px;
    }

    .faq-item__header {
        gap: 20px;
    }

    .faq-item__header h4 {
        font-size: 16px;
    }

    .adhd-card__text-box {
        padding: 30px 20px;
    }

    .adhd-section__buttons .btn {
        width: 100%;
    }

    .hero-section__content {
        padding: 15px 0;
    }

    .app-showcase-card {
        min-height: auto;
    }

    .services-section__grid {
        grid-template-columns: 1fr;
    }

    .mental-struggles-section__content {
        flex-direction: column;
        height: auto;
    }

    .mental-struggles-section,
    .testimonials-section,
    .faq-section {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .mental-struggles-section__image-col {
        height: auto;
    }

    section#experts,
    .consultation-section,
    .how-it-works-section,
    .app-showcase-section,
    .articles-section,
    .services-section,
    .news-section,
    .cta-section,
    .mindset-section,
    .adhd-section {
        padding: 60px 0;
    }

    .articles-section__content {
        flex-direction: column;
    }

    .articles-section__main-article {
        margin-bottom: 0;
        padding: 20px;
    }

    .sidebar-article {
        padding: 20px;
    }

    .sidebar-article h4 {
        font-size: 16px;
    }

    .articles-section__main-article .ft_image img {
        height: auto;
    }

    .articles-section__sidebar {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #e6e9ea;
    }

    .news-logos img {
        height: auto;
        max-height: 30px;
    }

}


@media(max-width: 575px) {
    .btn {
        padding: 19px 10px;
    }
    .hero-section__buttons {
        flex-direction: column;
    }
    .partners-section__logos {
        gap: 10px;
        justify-content: center;
    }

    .partner-logo {
        height: auto;
    }

    .partner-logo img {
        max-height: 40px;
    }

    .how-it-works-section__grid {
        flex-direction: column;
    }

    .step-card {
        max-width: 100%;
    }

    .step-card__image-wrapper {
        height: 200px;
    }
    .experts-section__footer {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .experts-section__footer a.btn {
        width: 100%;
    }
}