:root {
    --Gradient-Linear-84: linear-gradient(90deg, #7873F5 0%, #EC77AB 100%);
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/hero-section/bg-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/hero-section/stripe.webp');
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 2;
}

.overlay-hero {
    z-index: 3;
}

/* Text utilities */
.about-title {
    color: #414651;
}

.about-subtitle {
    color: #717680;
}

.about-copy-wide {
    max-width: 1000px;
}

.about-copy-narrow {
    max-width: 530px;
}

.gradient-text-ai {
    background: linear-gradient(90deg, #7873F5 0%, #EC77AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#powered-by-ai {
    background:
        linear-gradient(#FAFAFF, #FAFAFF) padding-box,
        linear-gradient(90deg, #7873F5 0%, #EC77AB 100%) border-box;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 8px 16px 8px 12px;
}

#powered-by-ai span {
    color: #5925DC;
}

#powered-by-ai-patent{
    opacity: 1;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;

    background: linear-gradient(90deg, #7873F5 0%, #EC77AB 100%);
}

/* CTA */
.hero-btn {
    padding: 12px 32px !important;
    justify-content: center !important;
}

.hero-btn h5 {
    font-size: 13px !important;
}

.hero-btn h5 img {
    width: 17px;
    height: 17px;
}

.hero-btn-wrapper {
    flex: 1;
    text-align: center;
}

.btn-find-jobs {
    background-color: #004EEB;
    box-shadow: 0 4px 12px 0 #004EEB66;
    padding: 18px 32px;
    color: #fff;
}

.btn-find-jobs:hover {
    background-color: #0041d6;
    box-shadow: 0 6px 16px 0 #0041d666;
}

/* Vision cards */
.ms-card {
    min-height: 400px;
    height: 100%;
    max-width: 600px;
    opacity: 1;
    color: #535862;
    padding: 24px;
    gap: 16px;
    border-radius: 24px;
    border-width: 1px;
}

.ms-wrapper .ms-card:nth-child(1),
.ms-wrapper .ms-card:nth-child(3) {
    background: linear-gradient(0deg, #FDF2FA, #FDF2FA),
        linear-gradient(222.04deg, rgba(255, 255, 255, 0) 22.14%, rgba(255, 255, 255, 0.6) 78.84%);
    border: 1px solid #FCCEEE;
}

.ms-wrapper .ms-card:nth-child(2) {
    background: linear-gradient(0deg, #F4F3FF, #F4F3FF),
        linear-gradient(222.04deg, rgba(255, 255, 255, 0) 22.14%, rgba(255, 255, 255, 0.6) 78.84%);
    border: 1px solid #D9D6FE;
}

/* Problem / solution */
#problem-solution-section {
    background: #ffffff;
}

.transforming-healthcare-recruitment-section {
    min-height: 900px;
    overflow: hidden;
}

.invention-section {
    border-radius: 10px;
    border-width: 1px;
    opacity: 1;
    padding: 20px;
    gap: 8px;
    background:
        linear-gradient(#FAFAFF, #FAFAFF) padding-box,
        linear-gradient(90deg, #7873F5 0%, #EC77AB 100%) border-box;
    border: 1px solid transparent;
}

.card-description {
    border-radius: 100px;
    border-width: 2px;
    opacity: 1;
    top: 87px;
    left: 1036px;
    padding-top: 18px;
    padding-right: 40px;
    padding-bottom: 18px;
    padding-left: 40px;
    gap: 12px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
        linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 179.33%);
    border: 2px solid #D5D7DA;
}

.ai-box {
    background:
        linear-gradient(white, white),
        linear-gradient(90deg, #7873F5 0%, #EC77AB 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 32px 0 #D276BB66;
}

.how-it-works-inner {
    border-radius: 100px;
    border-width: 2px;
    opacity: 1;
    padding-top: 18px;
    padding-right: 40px;
    padding-bottom: 18px;
    padding-left: 40px;
    gap: 12px;
}

.about-star-1 {
    top: -75px;
    left: -50px;
}

.about-star-2 {
    right: -45px;
    bottom: -60px;
}

.about-star-3 {
    bottom: -85px;
    left: 90px;
}

.about-star-4 {
    bottom: 35px;
    right: 92px;
}

.maddie-chat {
    position: absolute;
    bottom: -220px;
    right: 235px;
    z-index: 4;
    margin-top: 2rem;
}

/* AI + experience */
.about-overflow-hidden {
    overflow: hidden;
}

.career-assistant-section {
    z-index: 5;
}

.maddie-side-wrapper {
    z-index: 3;
    top: 0;
    right: -35px;
}

.maddie-side-wrapper img {
    width: 660px;
}

.img-circles {
    position: absolute;
    top: -64px;
    left: -9px;
    z-index: 2;
}

/* Trust section */
#trust-and-trasparency-section {
    background-image: url('/images/trust-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Responsive */
@media (min-width: 993px) and (max-width: 1146px) {
    .hero-content {
        margin-top: 130px !important;
    }
}

@media (max-width: 1600px) {
    .maddie-chat {
        bottom: -185px;
        right: 190px;
    }
}

@media (max-width: 1440px) {
    .career-assistant-section {
        padding-left: 4.5rem;
    }

    .transforming-healthcare-recruitment-left{
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .hero-content {
        margin-top: 130px !important;
    }
}

@media (max-width: 1024px) {
    .maddie-side-wrapper img {
        width: 485px;
    }

    .img-circles img {
        width: 1100px;
    }

    .ms-card {
        min-height: 400px;
        max-width: 400px;
    }

    .problem-solution-img-container img{
        width: 100% !important;
    }

    .maddie-chat {
        right: 60px;
    }

    h2{
        font-size: 30px !important;
    }

    .title1-sophia{
        font-size: 16px !important;
    }

    .trust-transparency-img-container img{
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .h1-nohemi {
        font-size: 28px;
    }

    .hero-texts {
        max-width: 400px;
    }

    .hero-content {
        margin-top: 130px !important;
    }
}

@media (max-width: 500px) {
   #problem-solution-section {
        padding: 0 1rem;
    }

    .transforming-healthcare-recruitment-section{
        padding: 0 1rem;
        text-align: center !important;
    }

    .custom-transforming-healthcare-recruitment{
        padding-top: 0 !important;
    }

    .transforming-healthcare-recruitment-left-inner h2,
    .transforming-healthcare-recruitment-left-inner p{
        text-align: center !important;
    }

    .maddie-chat{
        position: relative;
    }

    .maddie-chat {
        position: relative;
        margin: auto;
        left: 0rem;
        bottom: -105px;
    }

    .around-maddie-section{
        padding: 0 1rem;
        text-align: center !important;
    }

    .career-assistant-section{
        padding: 0 !important;
    }

    .career-assistant-section{
        padding: 1rem !important;
        width: 100%;
    }
}

@media (max-width: 414px) {

    .transforming-healthcare-recruitment-left {
        padding-left: 0;
    }

    .about-star-4 {
        bottom: 70px;
        right: 92px;
    }

    .maddie{
        display: none;
    }

    .detail-section{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .maddie-chat{
        width: 100% !important;
    }
}