header,
footer,
.main-bg video {
    display: none;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: white;
}

.page-template-oncology-intelligence .main-bg {
    background-color: white;
}

.page-template-oncology-intelligence {
    --mainColorText: #211938;
}

iframe {
    border: 0;
}

 h1,
 p {
    color: var(--mainColorText);
    font-family: "Poppins", sans-serif !important;
}
.site-logo {
margin-top: 50px;
}

.site-logo a {
    display: inline-block;
}

.site-logo a> img {
    width: 120px;
    height: auto;
}
section.main-oncology {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    visibility:hidden;
}

section.main-oncology .container {
    position: relative;
    z-index: 2;
}


section.main-oncology .wrapper-head {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 45px;
    top: 100px;
    transition: top 0.5s ease-out; 
    position: relative;

}

section.main-oncology .video-wrap {
    max-width: 400px;
    width: 100%;
    position: relative;
    transform: scale(1.5);
}

section.main-oncology .video-wrap> iframe {
    width: 100%;
}

section.main-oncology .des {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 302px;
    justify-content: end;
}

section.main-oncology h1 {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 12px;
}

section.main-oncology .des p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 70px;
}

section.main-oncology .head-logos.items {
    display: flex;
    gap: 25px;
    align-items: center;
}

section.main-oncology .head-logos.items .item {
    max-width: 120px;
}

section.main-oncology .head-logos.items span {
    font-weight: 600;
    color: #A83689;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 15px;
    position: relative;
    top: 2px;
}

section.main-oncology .head-logos.items span:hover {
    color: #58225B;
}

section.main-oncology .wrapper-description {
    max-width: 930px;
    margin: 0 auto;
}

section.main-oncology .wrapper-description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    border-left: 8px solid #DCD9EC80;
}

section.main-oncology .wrapper-description p> a {
    font-weight: 600;
    color: #A83689;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-right: 15px;
}
section.main-oncology .wrapper-description p> a:hover {
    color: #58225B;
}

 .bottomFade {
    position: fixed;
    width: 100%;
    height: 352px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(226, 189, 200, 0) 0%, rgba(226, 189, 200, 0.15) 100%);
    z-index: -1;
}

 section.lower-strip {
    border: 1px solid #EDEBF5;
    padding: 11px 0;
    width: 100%;
}
 section.lower-strip .col-lg-12.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .lowerMenuWrap li {
    display: inline-block;
    margin-right: 24px;
}

 .lowerMenuWrap li a {
    color: #58225B;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
}

 .lower.legal.items {
    display: flex;
    gap: 16px;
    margin-right: 20px;
    align-items: center;
}

.lower.legal.items a {
    color: #BF85A8;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.lowerRightWrap {
    display: flex;
    align-items: center;
}

.rights {
    color: #BF85A8;
    font-size: 12px;
    margin-right: 20px;
}

.lower.social.items {
    gap: 20px;
    display: flex;
    align-items: center;
}

.pop-video, .video-overlayy {
    transition: opacity 0.5s ease-out;
}

.pop-video.hidden, .video-overlayy.hidden {
    opacity: 0;
}

.pop-video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 1;
    display: block; /* Ensure it starts as block */
    background-color: white;
    margin-top: 0; /* Default for screens smaller than 767px */
}

/* From 767px to 1920px
@media only screen and (min-width: 767px) and (max-width: 1780px) {
    .pop-video {
        margin-top: -4% !important;
    }
}

From 1920px and up
@media only screen and (min-width: 1781px) {
    .pop-video {
        margin-top: -4% !important;
    }
} */

.video-overlayy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Fully transparent */
    z-index: 1; /* Ensure overlay is above video */
    cursor: pointer; /* Change cursor to pointer */
}

.pop-video.hidden {
    /* Only transition opacity */
    opacity: 0;
}

section.pop-video iframe {
    height: 100% !important;
    width: 100% !important;
}


/* Form Pop */

section.form-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99;
    display: none;
}

.outer-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrap {
    width: 100%;
    max-width: 845px;
    border: 1px solid #E2BDC880;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 50px 0px rgba(226, 189, 200, 0.5);
    padding: 40px 31px;
    position: relative;
}

.form-wrap h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    color: #A83689;
    margin-bottom: 40px;
}

.fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 23px;
    grid-row-gap: 35px;
}

.fields-wrapper label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--mainColorText);
    font-size: 16px;
    margin: unset;
}

.form-wrap .wpcf7-spinner {
    display: none;;
}

.form-wrap form {
    position: relative;
    padding-bottom: 20px;
}

.fields-wrapper input,
.fields-wrapper textarea {
    border: 1px solid #E2BDC8;
    padding: 0px 7px;
    border-radius: 5px;
    font-size: 16px;
}


.hcap_cf7-h-captcha-invalid {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 65px;
}

.fields-wrapper input {
    min-height: 40px;
}

.fields-wrapper textarea {
    height: 100px;
}
.fields-wrapper input::placeholder {
    color: #21193859;
}

.fields-wrapper textarea::placeholder {
    color: #21193859;
}

.fields-wrapper input:focus-visible,
.fields-wrapper textarea:focus-visible {
    outline: #E2BDC8;
}


input[type="submit"] {
    box-shadow: 0px 0px 12px 0px rgba(226, 189, 200, 0.35);
    background-color: white;
    border: unset;
    color: #A83689;
    padding: 14px 13px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
    border: unset;
    padding: unset;
    margin: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #dc3232;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

img#close-pop {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -25px;
}

.hcap_cf7-h-captcha-invalid span.wpcf7-not-valid-tip {
    font-size: 0;
    width: 100%;
    height: 90%;
    border: 1px solid red;
}

.mobile-pop-vid iframe{
    transform: scale(1.2);
}


@media only screen and (max-width: 767px) {
    .site-logo {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .site-logo a> img {
        width: 100%;
        max-width: 78px;
    }

    section.main-oncology .wrapper-head {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
        max-width: 100%;
        align-items: start;
    }

    section.main-oncology h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    section.main-oncology .des p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    section.main-oncology .des p br {
        display: none;
    }

    section.main-oncology .head-logos.items {
        gap: 20px;
    }

    section.main-oncology .head-logos.items .item {
        max-width: 77px;
    }

    section.main-oncology .head-logos.items span {
        font-size: 14px;
    }

    section.main-oncology .wrapper-description {
        max-width: 100%;
        margin-bottom: 60px;
    }
    section.main-oncology .wrapper-description p {
        font-size: 14px;
        line-height: 22px;
    }

    section.main-oncology .wrapper-description p br {
        display: none;
    }

    section.main-oncology .video-wrap {

        transform: unset;
    }
    section.main-oncology .wrapper-description p> a {
        display: block;
        margin: 5px 0;
    }
    section.main-oncology .des {
        justify-content: start;
        min-height: unset;
    }
    .lowerMenuWrap li {
        margin-right: 15px;
    }

    .lowerMenuWrap li a {
        font-size: 12px;
    }

    section.lower-strip .col-lg-12.wrapper {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 11px;
    }

    .lowerRightWrap {
        flex-direction: column;
        align-items: start;
        gap: 3px;
    }
    .lowerMenuWrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .form-wrap {
        max-width: calc(100% - 20px);
        padding: 20px 15px;
        padding-bottom: 44px;
    }

    img#close-pop {
        margin: 15px;
    }

    .form-wrap h2 {
        font-size: 25px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .form-wrap form {
        padding-bottom: 145px;
    }

    .fields-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }

    .fields-wrapper label {
        gap: 5px;
    }

    .hcap_cf7-h-captcha-invalid {
        right: unset;
        left: 0;
        margin-bottom: 75px;
    }

    .wpcf7 form .wpcf7-response-output {
        margin-bottom: -35px;
    }

    .fields-wrapper input, .fields-wrapper textarea {
        width: 100%;
    }

    input[type="submit"] {
        width: 100%;
    }

    .mobile-pop-vid {
        height: 100%;
    }
  }