@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

.bebas-neue {
    font-family: "Bebas Neue", sans-serif;
}

/* What is Gestational Trophoblastic Disease (GTD) */

.gtd-content-wrapper ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

.gtd-content-wrapper ul li::marker {
    color: #8A2A82;
    font-size: 18px;
    margin-right: 5px;
    line-height: initial;
}

.gtd-content-wrapper ul li {
    margin-bottom: 8px;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .gtd-left-content {
        max-width: 670px;
    }

    .gtd-right-content {
        max-width: 649px;
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .gtd-content-wrapper ul {
        text-align: left;
    }
}

/* Women a year SEction */
.num-year-gtd-inner {
    padding: clamp(30px, 4vw, 66px) clamp(25px, 3.5vw, 85px);
    border-radius: 20px;
    background: url(../webp/womesimg.webp) top right / clamp(100px, 27%, 380px) no-repeat var(--primary);
}

.num-year-gtd-number {
    font-size: clamp(80px, 7vw, 130px);
    font-weight: 700;
    line-height: 1;
}

.num-year-gtd-inner .sec-title {
    font-weight: 400;
}

/* GTD MORAL  */
.gtd-molar-head {
    max-width: 1050px;
}

.gtd-molar-col .col-inner {
    padding: clamp(30px, 4vw, 55px) clamp(25px, 3.5vw, 40px);
    box-shadow: 0px 0px 7px #0000001A;
}

/* PTD SECTION CSS */
.ptd-mole-col-left {
    padding: clamp(30px, 4vw, 65px) clamp(25px, 3.5vw, 25px) clamp(30px, 4vw, 65px) clamp(25px, 3.5vw, 60px);
}

.ptd-mole-col-right {
    background: url(../svg/ptt-img.svg) -10px center / contain no-repeat #8A2A82;
    color: #fff;
    padding-left: clamp(100px, 17vw, 260px);
    padding-right: 40px;
    padding-block: 25px;
    display: flex;
    align-items: center;
}

.ptd-mole-col-right h2 {
    font-weight: 500;
    font-size: clamp(30px, 2.7vw, var(--fs-40));
}

.ptd-mole-inner {
    border-radius: 20px;
    overflow: hidden;
}


@media (max-width: 1449.98px) {

    .ptd-mole-col-left,
    .ptd-mole-col-right {
        width: 50%;
    }

    .ptd-mole-col-right {
        background: url(../svg/ptt-img.svg) -50px center / contain no-repeat var(--secondary);
        /* padding-left: clamp(100px, 20.5%, 260px); */
    }

    .ptd-mole-col-left {
        margin-right: -3px;
        background-color: var(--secondary-light);
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .ptd-mole-col-right {
        background: url(../svg/ptt-img.svg) clamp(-100px, -17vw, -260px) center / contain no-repeat var(--secondary);
    }
}

@media (max-width: 991.98px) {

    .ptd-mole-col-left,
    .ptd-mole-col-right {
        width: 100%;
    }

    .ptd-mole-col-right {
        background: url(../svg/ptt-img.svg) 0px center / contain no-repeat var(--secondary);
    }

    .ptd-mole-col-right h2 {
        text-shadow: 0 0 10px #000000c2;
        font-size: clamp(24px, 5vw, var(--fs-40));
    }

}


/* pstt-ett CSS HERE  */
.pstt-ett-head h2 {
    max-width: 1020px;
}

.pstt-ett-head .pstt-ett-decrp {
    max-width: 1250px;
}


/* gtd symtomps SECTION CSS */
.gtd-symtomps-col-left {
    padding: clamp(30px, 4vw, 65px) clamp(25px, 3.5vw, 35px) clamp(30px, 4vw, 65px) clamp(20px, 3vw, 20px);
}

.gtd-symtomps-col-right {
    background: url(../svg/symtom-gtd.svg) calc(100% - -2px) center / contain no-repeat var(--primary);
    color: #fff;
    padding-right: clamp(100px, 20%, 166px);
    padding-left: clamp(30px, 4vw, 65px);
    padding-block: clamp(30px, 3.5vw, 55px);
    display: flex;
    align-items: center;
}

.gtd-symtomps-col-right h2 {
    font-weight: 500;
}

.gtd-symtomps-inner {
    border-radius: 20px;
    overflow: hidden;
}

.gtd-symtomps-content ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

.gtd-symtomps-content ul li::marker {
    color: var(--primary);
    font-size: 18px;
    margin-right: 5px;
    line-height: initial;
}

.gtd-symtomps-content ul li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.gtd-symtomps-content p:last-of-type {
    font-weight: 500;
}

@media (max-width: 1449.98px) {

    .gtd-symtomps-col-left,
    .gtd-symtomps-col-right {
        width: 50%;
    }

    .gtd-symtomps-col-right {
        padding-right: clamp(100px, 20.5%, 140px);
    }

    .gtd-symtomps-col-left {
        margin-right: -3px;
        background-color: var(--primary-light);
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1199.98px) {
    .gtd-symtomps-col-right h2 {
        text-shadow: 0 0 10px #000000c2;
        font-size: clamp(24px, 5vw, var(--fs-40));
    }
}

@media (max-width: 991.98px) {

    .gtd-symtomps-col-left,
    .gtd-symtomps-col-right {
        width: 100%;
    }

    .gtd-symtomps-content ul {
        text-align: left;
    }
}


/* IMMUNOTHERAPY TRIAL SECTION CSS  */
.immuno-trial-sec-inner {
    padding: clamp(30px, 3.5vw, 60px);
    border-radius: 20px;
}

.immuno-trial-title {
    font-size: 55px;
}

img.img-bg-immuno {
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 67%;
}

@media (max-width: 1449.98px) {
    img.img-bg-immuno {
        width: 75%;
    }
}

@media (max-width: 1199.98px) {
    .immuno-trial-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .immuno-trial-sec-inner {
        padding-bottom: 25%;
    }

    .immuno-trial-head {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 600.98px) {
    .immuno-trial-title {
        font-size: 32px;
    }
}

/* GTD Trial CSS Here  */
.profil-info-imgg {
    aspect-ratio: 1 /1;
    object-fit: cover;
    max-width: 199px;
    border-radius: 50%;
    /* border: 9px solid var(--secondary); */
}

.profile-info-name {
    max-width: 150px;
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.profile-info-name {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.profile-info-bottom .profile-info-name {
    color: var(--primary);
}

.profile-info-bottom .profil-info-imgg {
    border-color: var(--primary);
}

.profile-info-bottom {
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
    align-items: end;
}



.gtd-trial-col-right>.col-inner {
    padding: clamp(25px, 3vw, 30px);
    box-shadow: 0px 0px 7px #0000001A;
}

@media (min-width: 992px) {
    .profile-info-bottom .profile-info-name {
        text-align: right;
        position: relative;
    }

    .profile-info-top .profile-info-name {
        border-bottom: 2px solid #8a2a82;
        height: auto;
        max-width: 150px;
    }

    .profile-info-name {
        text-decoration: none;
    }

    .profile-info-bottom .profile-info-name::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 2px;
        background-color: var(--primary);
    }

}



@media (min-width: 1200px) {
    .profile-info-bottom .profile-info-name::before {
        bottom: 0;
        right: 0;
        transform: translateX(0%);
        width: 57%;
        left: auto;
    }

    .profile-info-top .profile-info-name {
        height: 100%;
    }
}

@media (max-width: 1449.98px) {
    .profil-info-imgg {
        max-width: 132px;
    }
}

@media (max-width: 1199.98px) {
    .profile-info-name {
        max-width: none;
    }

    .profile-info-bottom .profile-info-name {
        text-align: center;
    }

    .profile-info-bottom {
        position: relative;
    }

    .profile-info {
        justify-content: center;
        width: 50%;
        text-align: center;
        padding-inline: 5px;
    }

    .profile-infos {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media (max-width: 600.98px) {
    .profile-infos {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .sec-title {
        font-size: clamp(28px, 3.1vw, var(--fs-40));
    }

    .immuno-trial-title {
        font-size: clamp(22px, 3.1vw, var(--fs-40));
    }

    .immuno-trial-descrp {
        font-size: clamp(16px, 5vw, var(--fs-22));
    }

    .profile-info {
        justify-content: center;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}