:root {
    --color-bone: #f0f0f0;
    --color-dark-blue: #04386a;
    --color-orange: #df5f00;
    --color-green: #25AC83;
    --color-purple: #881769;
    --color-yellow: #FAB17A;
    --color-orange:#D55719;
}

@font-face {
    font-family: Questrial;
    src: url(../fonts/Questrial-Regular.ttf);
}

*{
    font-family: 'Questrial';
}

p{
    line-height: 24px;
    font-size: 18px;
}

.mobile {
    display: none;
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-green {
    background-color: #26ad84;
}

.bg-dark-blue {
    background-color: var(--color-dark-blue);
}

.bg-bone {
    background-color: var(--color-bone);
}

.font-white {
    color: white;
}

.font-dark-blue {
    color: var(--color-dark-blue);
}

.font-yellow {
    color: var(--color-yellow);
}

.font-orange {
    color: var(--color-orange);
}

.mt-10 {
    margin-top: 5rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

.font-helvetica {
    font-family: Arial, Helvetica, sans-serif;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.h-15 {
    height: 15%;
}

/* Home banner */

.home.banner {
    display: flex;
}

.tdg-horizontal-logo {
    width: 400px;
    height: auto;
}

.banner-text {
    font-family: Arial, Helvetica, sans-serif;
    padding: 1rem;
}

.overlay_content {
    z-index: 3;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
}

.overlay_right_content {
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1));
}

.flip-video {
    transform: translate(-50%, -50%) scaleX(-1) !important;
}

.overlay_content h1 {
    font-weight: bold;
    text-align: left;
    width: 40%;
    font-size: 57.5px;
}

.overlay_content p {
    font-size: 21px;
    line-height: 23px;
    text-align: start;
    width: 40%;
}

.btn-success-primary {
    background: linear-gradient(90deg, #04386a 0%, #25AC83 100%);
    border: none;
    color: white;
    padding: 15px 25px;
    font-size: 2.4rem;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
}

.btn-success-primary:hover {
    color: var(--color-bone);
    text-decoration: none;
    background: linear-gradient(90deg, #25AC83 0%, #04386a 100%);
}

@media (275px < width < 430px) {
    .tdg-horizontal-logo {
        width: 50%;
        height: auto;
    }

    .overlay_content {
        padding: 0px;
    }

    .btn-success-primary {
        font-size: 1.2rem;
    }
}

@media (429px < width < 650px) {
    .tdg-horizontal-logo {
        width: 65%;
        height: auto;
    }

    .overlay_content {
        width: 100%;
        background: rgb(255, 255, 255, 0.6);
        align-items: center;
        padding-top: 50px;
        padding: 0px;
    }

    .overlay_content p {
        text-align: left;
    }

    .btn-success-primary {
        font-size: 1.4rem;
    }
}

@media (650px < width < 1280px) {
    .overlay_content {
        padding: 60px 100px;
    }
    .btn-success-primary {
        font-size: 1.8rem;
    }
}

@media(width > 1280px) {
    .overlay_content {
        gap: 10px;
        justify-content: center;
    }
}

body {
    min-width: 320px;
}

@media (max-width: 320px) {
    body {
        overflow: hidden;
    }
}

/* INSIGHTS SECTION */

.insights_section_container {
    max-height: 105vh;
    overflow: hidden;

    display: grid;
    grid-template-columns: 1fr 150px 180px 1fr 1fr 1fr;
    grid-template-rows: repeat(7, calc(105vh/7));
}

.insights_section_container .skyscraper {
    width: 180%;
    height: 100%;
    position: absolute;
    right: 0;
}

.insights_section_container .skyscraper_container {
    height: 100%;
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/7;
    position: relative;
}

.insights_section_container .brain_scan_img {
    width: 100%;
    grid-column: 2/4;
    grid-row: 6/8;
    border: 5px solid var(--color-bone);
    z-index: 2;
}

.insights_section_container .title_container {
    grid-column: 3/6;
    grid-row: 2/4;
    font-weight: bold;
    margin-left: 8%;
}

.insights_section_container h2:nth-child(6) {
    padding: 0px;
}

.insights_section_container h2 {
    font-size: 48.5px;
    padding: 0.8rem;
    width: fit-content;
    font-weight: bold;
    margin: 0px !important;
    white-space: nowrap;
}

.insights_section_container div:nth-child(3) {
    grid-column: 1/2;
    grid-row: 7/8;
    border-top: 5px solid var(--color-bone);
}

.insights_section_container div:nth-child(4) {
    grid-column: 3/4;
    grid-row: 4/6;
    border: 5px solid var(--color-bone);
    border-bottom: none;
}

.insights_section_container div:nth-child(5) {
    grid-column: 6/7;
    grid-row: 1/2;
    position: relative;
}

.line-purple {
    background-color: #801172;
    height: 7px;
    width: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 60px;
}

.insights_section_container .information_container {
    grid-column: 4/7;
    grid-row: 4/8;
    padding-left: 10%;
    line-height: 20px;
}

.insights_section_container .steps {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
    padding-right: 60px;
}

.insights_section_container .step {
    display: flex;
    align-items: center;
}

.insights_section_container .step-icon {
    margin-right: 15px;
}

.insights_section_container .step-icon img {
    width: 60px;
    height: 60px;
}

.insights_section_container .step-content p {
    font-size: 21px;
    color: var(--color-dark-blue);
    margin: 0;
}

@media (width <=1024px) {
    .desktop {
        display: none !important;
    }

    .insights_section_container {
        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;

        gap: 40px;
        padding: 0px 15px;

        max-height: none;

    }

    .insights_section_container .information_container {
        padding: 0;
    }

    .insights_section_container .title_container {
        margin: 0;
        margin-top: 80px;
    }

    .insights_section_container .title_container h2 {
        width: 100%;
        text-align: center;
    }

    .insights_section_container .brain_scan_img {
        display: block;
        width: 100%;
    }
}

@media (650px < width <=1024px) {
    .insights_section_container .brain_scan_img {
        width: 500px;
    }

    .insights_section_container .title_container {
        margin-top: 0;
    }

    .insights_section_container .title_container h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .insights_section_container .information_container li,
    .information_container p {
        font-size: 25px;
        line-height: 35px;
    }

    .insights_section_container .information_container {
        max-width: none;
    }
}

@media (width > 1280px) {
    .insights_section_container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .insights_section_container .information_container {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .information_container ul {
        gap: 25px;
    }

    .line-purple {
        bottom: 20px;
    }
}

/* GLOBAL NETWORK & RESEARCH SECTION*/

.video_background {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* GLOBAL NETWORK SECTION */
.globla_network_section {
    display: flex;
    justify-content: flex-end;
}

.globla_network_section .text_overlay {
    z-index: 3;
    display: flex;
    align-items: center;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0));
}

.globla_network_section .text_overlay h2 {
    font-weight: bold;
    text-align: left;
    width: 300px;
}

.globla_network_section .text_container {
    width: 30%;
    padding: 6rem;
    float: right;
}

.globla_network_section .text_container h2 {
    font-weight: 700;
    font-size: 48.5px;
}

.globla_network_section .text_container p {
    font-size: 21px;
}

.globla_network_section .steps {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
}

.globla_network_section .step {
    display: flex;
    align-items: center;
}

.globla_network_section .step-icon {
    margin-right: 15px;
}

.globla_network_section .step-icon img {
    width: 60px;
    height: 60px;
}

.globla_network_section .step-content p {
    font-size: 18px;
    line-height: 25px;
    color: var(--color-dark-blue);
    max-width: 358px;
}

@media (width <=1024px) {
    .globla_network_section.video_background {
        height: auto;
    }

    .globla_network_section .video_content {
        width: 100%;
        height: 100%;
        object-position: right;
    }

    .globla_network_section .text_overlay h2 {
        text-align: center;
        width: 100%;
    }

    .globla_network_section .text_overlay {
        width: 100%;
        align-items: flex-start;
    }

    .globla_network_section .text_container {
        width: 100%;
    }

    .globla_network_section .step-content p {
        max-width: none;
    }
}

@media (650px < width <=1024px) {
    .globla_network_section .text_overlay h2 {
        font-size: 3rem;
    }

    .globla_network_section .text_container {
        padding: 60px;
    }

    .globla_network_section .steps {
        margin-top: 50px;
        gap: 20px;
    }

    .globla_network_section .step-content p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media(width >=1280px) {
    .text_overlay {
        gap: 70px;
        justify-content: center;
    }

    .text_overlay h2 {
        font-size: 2.8rem;
        width: 350px !important;
    }

    .text_overlay p {
        font-size: 1.4rem;
        width: 420px;
        line-height: 35px;
    }
}

/* RESEARCH SECTION */

.research_section {
    display: flex;
    justify-content: flex-end;
}

.research_section img {
    width: 40%;
}

.research_text_container {
    position: relative;
    width: 70%;
    z-index: 3;

    display: flex;
    align-items: center;
}

.research_text_container::before {
    content: '';
    height: 100%;
    width: 20px;
    background: linear-gradient(to bottom, var(--color-orange), var(--color-purple));
    position: absolute;
    top: 0;
}

.research_text_container .content {
    padding: 7rem;
}

.research_text_container div h1 {
    font-weight: bold;
    font-size: 72px;
}

.research_section .steps {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
}

.research_section .step {
    display: flex;
    align-items: center;
}

.research_section .step-icon {
    margin-right: 15px;
}

.research_section .step-icon img {
    width: 60px;
    height: 60px;
}

.research_section .step-content p {
    font-size: 21px;
    line-height: 1.3rem;
    color: white;
    margin: 0;
}

@media (width <=1024px) {
    .research_text_container {
        width: 100%;
    }

    .research_text_container::before {
        height: 20px;
        width: 100%;
        background: linear-gradient(to right, var(--color-orange), var(--color-purple));
    }

    .research_text_container .content {
        padding: 40px;
    }

    .research_text_container {
        background-color: var(--color-dark-blue);
    }

    .research_section .main_img {
        display: none;
    }
}

@media (650px < width <=1024px) {
    .research_text_container .content {
        padding: 110px;
    }

    .research_text_container .content h1 {
        font-size: 3rem;
        text-align: center;
    }

    .research_text_container .content p {
        font-size: 25px;
        line-height: 36px;
    }
}

@media(width >=1280px) {

    .research_section .steps {
        margin-top: 60px;
        gap: 40px;
    }
}

/* HOW IT WORKS SECTION */

.how_it_works_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    min-height: 100vh;
    background-color: var(--color-bone);
    padding: 50px;
    box-sizing: border-box;
    max-height: 140vh;
}

.how_it_works_section .carousel-nav {
    color: var(--color-dark-blue);
}

.how_it_works_section .image-section {
    overflow: hidden;
}

.how_it_works_section img {
    width: 100%;
    height: auto;
}

.how_it_works_section .text-section {
    margin-top: 3rem;
}

.how_it_works_section .surveys_interviews {
    display: flex;
    gap: 10px;
}

.how_it_works_section .text-section h2 {
    color: var(--color-dark-blue);
    font-size: 48.5px;
    font-weight: bold;
}

.how_it_works_section .text-section p {
    font-size: 21px;
    color: var(--color-dark-blue);
}

.how_it_works_section .steps {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 30px;
}

.how_it_works_section .step {
    display: flex;
    align-items: center;
}

.how_it_works_section .step-icon {
    margin-right: 15px;
}

.how_it_works_section .step-icon img {
    width: 60px;
    height: 60px;
}

.how_it_works_section .step-content h4 {
    font-size: 18.6px;
    color: var(--color-dark-blue);
    font-weight: bold;
    margin: 0 0 5px 0;
}

.how_it_works_section .step-content p {
    font-size: 15.9px;
    line-height: 20px;
    color: var(--color-dark-blue);
    font-weight: 500;
    margin: 0;
}

.how_it_works_section ul {
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 2rem;
    padding: 0;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}

.how_it_works_section ul {
    cursor: pointer;
}

.how_it_works_section ul li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
}

.how_it_works_section ul .active {
    font-weight: bold;
}

@media(width <=1024px) {
    .how_it_works_section .text-section .step-content p {
        text-align: left;
        font-weight: normal;
    }

    .how_it_works_section .carousel-item {
        min-height: 720px !important;
    }
}

@media (650px < width <=1024px) {
    .how_it_works_section .step-content h4 {
        font-size: 25px;
    }

    .how_it_works_section .carousel-nav {
        font-size: 2.2rem;
    }
}

/* COMPENSATION SECTION */

.compensation_section {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    background-color: white;
    position: relative;
    padding-top: 60px;
    max-height: 100vh;
}

.compensation_section .line-green {
    position: absolute;
    top: 0;
    right: 70px;
    height: 10px;
    width: 450px;
    background-color: var(--color-green);
}

.compensation_section .logo {
    margin-left: 80px;
    margin-bottom: 20px;
    width: 300px;
}

.compensation_section h2 {
    font-size: 2rem;
    color: #1c6e96;
    background: linear-gradient(to right, var(--color-dark-blue), var(--color-green));
    color: white;
    font-weight: bold;
    padding: 10px 80px;
    margin-bottom: 0px;
}

.compensation_section .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-grow: 1;
    padding: 0px 80px;
}

.compensation_section .main-content p {
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 500;
}

.image-section {
    margin-top: 3rem;
}

.text_section {
    margin-top: 45px;
    max-width: 80%;
    padding-right: 10px;
    color: var(--color-dark-blue);
}

.options img {
    width: 40px;
    margin-right: 10px;
}

.options ul {
    list-style-type: none;
    padding: 0;
}

.options ul li {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.image-section img {
    width: 100%;
}

@media(width <=1024px) {
    .compensation_section {
        height: auto;
        padding-bottom: 20px;
        min-height: none;
    }

    .compensation_section .logo {
        width: 100%;
        margin: 0;
        padding: 0px 10px 20px 10px;
    }

    .compensation_section h2 {
        padding: 10px;
        font-size: 1.8rem;
        text-align: center;
    }

    .compensation_section .main-content {
        grid-template-columns: 1fr;
        padding: 0px 10px;
    }

    .text_section {
        margin-top: 50px;
        max-width: 100%;
        padding: 0px 10px;
    }

    .compensation_section .main-content p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .options {
        margin-bottom: 20px;
    }

    .options ul li {
        font-size: 1.5rem;
        font-weight: bold;
        color: black;
        letter-spacing: 0px;
    }

    .compensation_section .line-green {
        width: 100%;
        right: 0;
    }
}

@media (650px < width <=1024px) {
    .compensation_section h2 {
        font-size: 2rem;
    }

    .compensation_section .main-content {
        padding: 0px 100px;
    }
}

@media(width > 1280px) {
    .compensation_section h2 {
        padding: 10px 120px;
        font-size: 2.5rem;
    }

    .compensation_section .main-content {
        padding: 0px 120px;
    }

    .compensation_section .header {
        padding: 20px 120px;
    }

    .compensation_section .logo {
        margin-left: 120px;
        margin-bottom: 20px;
        max-width: 350px;
    }
}

/* CONTACT SECTION */

.contact_section {
    display: flex;
    flex-direction: column;
    background-color: white;
    position: relative;
    padding: 60px;
}

.contact_section .logo {
    margin-left: 80px;
    margin-bottom: 20px;
    width: 300px;
}

.contact_section h2 {
    font-size: 2rem;
    color: #1c6e96;
    background: linear-gradient(to right, var(--color-dark-blue), var(--color-green));
    color: white;
    font-weight: bold;
    padding: 10px 80px;
    margin-bottom: 0px;
}

.contact_section .main-content {
    color: var(--color-dark-blue);
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_section .main-content p{
    width: 100%;
    margin-bottom: 30px;
    margin-left: 10rem;
}

.contact_section form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.contact_section form .input_container{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact_section form .input_container input{
    border: 1px solid var(--color-dark-blue);
}

.contact_section form .input_container label{
    margin-bottom: 0px !important;
}

.contact_section form .input_container textarea{
    resize: none;
    height: 180px;
}

.contact_section form .send_btn {
    background-color: #167C78;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px 55px;
    margin-top: 10px;
}

@media (width < 650px) {
    .contact_section {
        padding: 60px 10px;
    }

    .contact_section .logo {
        margin: auto;
    }
    
}

/* FAQs SECTION */

.faqs_section {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px;
}

.faqs_section .image_container {
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;

    min-height: 100vh;
    background-image: url('../images/long_size_2.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.faqs_section img {
    height: 100%;
    width: 100%;
    min-height: 100vh;
}

.faqs_section .content_container {
    padding: 10px 30px 0px 30px;
    position: relative;
    width: 55%;
}

.faqs_section .content_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48.5px;
    font-weight: bold;
    color: white;
    background-color: var(--color-dark-blue);
    padding: 5px 15px;
    width: fit-content;
}

.faqs_section .content_container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 1.8rem;
    padding: 0;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}

.faqs_section .content_container ul {
    cursor: pointer;
}

.faqs_section .content_container ul .active {
    font-weight: bold;
}

.faqs_section .content_container ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
}

.faqs_section .faqs,
.faqs_section .terms_text {
    color: var(--color-dark-blue);
}

.faqs_section .faqs {
    margin-bottom: 20px;
}

.faqs_section .faqs h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.faqs_section .faqs h4::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: var(--color-purple);
}

.faqs_section .faqs p {
    font-weight: 500;
    max-width: 600px;
    font-size: 18px;
}

.faqs_section .terms_text {
    width: 100%;
    text-align: end;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.carousel-item {
    min-height: 650px !important;
}

@media (width < 650px) {
    .faqs_section .content_container ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-size: 1.5rem;
        padding: 0;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 35px;
    }
}

@media(width <=1024px) {
    .faqs_section .terms_text {
        font-size: 1rem;
        width: 100%;
        text-align: end;
        bottom: -20px;
    }

    .faqs_section .content_container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .faqs_section .content_container h2 {
        align-self: center;
    }

    .faqs_section .content_container .faqs p {
        text-align: justify;
    }
}

@media (650px < width <=1024px) {
    .faqs_section .content_container {
        align-items: center;
    }

    .faqs_section .carousel-item{
        min-width: 660px !important;
        min-height: 820px !important;
    }

    .faqs_section .content_container .faqs p {
        font-size: 22px;
        line-height: 32px;
    }

    .faqs_section .terms_text {
        font-size: 1.5rem;
        width: 100%;
        text-align: end;
        bottom: -20px;
    }
}

@media (width > 1500px) {
    .faqs_section .image_container {
        width: 50%;
    }

    .faqs_section .content_container {
        width: 50%;
    }
}

/* PATIENTS SECTION */

.patients_section {
    display: flex;
    justify-content: flex-end;
    background-color: #F4F4F4;
}

.patients_text_container .content h1 {
    font-size: 48.5px;
}

.patients_text_container .content p {
    font-size: 25.4px;
}

.patients_section p{
    color: var(--color-dark-blue);
    font-weight: 500;
}

.patients_section img {
    width: 40%;
}

.patients_text_container {
    position: relative;
    width: 70%;
    z-index: 3;

    display: flex;
    align-items: center;
}

.patients_text_container::before {
    content: '';
    height: 100%;
    width: 20px;
    background: linear-gradient(to bottom, var(--color-orange), var(--color-purple));
    position: absolute;
    top: 0;
}

.patients_text_container .content {
    padding: 4rem;
}

.patients_text_container .content .description {
    margin-top: 30px;
}

.patients_text_container div h1 {
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 3.5rem;
    color: var(--color-dark-blue);
    font-weight: bold;
}

.patients_section .steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.patients_section .step {
    display: flex;
    align-items: center;
}

.patients_section .step-icon {
    margin-right: 15px;
}

.patients_section .step-icon img {
    width: 60px;
    height: 60px;
}

.patients_section .step-content p {
    font-size: 21px;
    line-height: 25px;
    margin: 0;
}

.patients_section .btn_container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.patients_section .contact_us_btn {
    color: white;
    font-weight: bold;
    font-size: 25.4px;
    background-color: var(--color-orange);
    border: none;
    padding: 10px 55px;
    text-decoration: none;
    margin-top: 25px;
}

@media (width <=1024px) {
    .patients_text_container {
        width: 100%;
    }

    .patients_text_container::before {
        height: 20px;
        width: 100%;
        background: linear-gradient(to right, var(--color-orange), var(--color-purple));
    }

    .patients_text_container .content h1 {
        font-size: 3rem;
    }

    .patients_section .main_img {
        display: none;
    }
}

@media (650px < width <=1024px) {
    .patients_text_container .content h1 {
        font-size: 3rem;
        text-align: center;
    }

    .patients_text_container .content p {
        font-size: 25px;
        line-height: 36px;
    }
}

/* FOOTER */

.footer-logo {
    width: 100%;
    height: auto;
}

footer .copyright {
    color: #707483;
    font-size: 12px;
}

@media (width < 650px) {
    .text-sm-center {
        text-align: center;
    }
}

/* TESTIMONIALS SECTION */

.testimonials_section {
    background-color: var(--color-dark-blue);
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 90px 20px;
    gap: 60px;
}

.testimonials_section h1 {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48.5px;
}

.testimonials_section h1::after{
    content: ' ';
    width: 100px;
    background-color: var(--color-green);
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
}

.testimonials_section .swiper-container {
    width: 100%;
    max-width: 900px;
    position: relative;
    padding-bottom: 10px;
}

/* Estilos para las flechas debajo del swiper */
.swiper-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Añadir espacio entre el swiper y las flechas */
}

.swiper-button-custom-prev,
.swiper-button-custom-next {
    color: #fff; /* Color del texto */
    border: none;
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
    margin: 0 10px; /* Separación entre las flechas */
    border-radius: 50px; /* Bordes redondeados */
    transition: background-color 0.3s ease;
    background-color: transparent;
}

.swiper-button-custom-prev:hover,
.swiper-button-custom-next:hover {
    background-color: #242424; /* Cambia el color al hacer hover */
}

.swiper-button-custom-prev:focus,
.swiper-button-custom-next:focus {
    outline: none;
}

.testimonials_section .swiper-container .swiper-slide{
    width: 100%;
    font-style: italic;
}

.testimonial {
    font-family: Questrial;
    font-size: 35px;
    line-height: unset;
}

.autor {
    font-family: Arial, Helvetica;
    font-size: 35px;
    line-height: unset;
    font-style: italic;
    font-weight: bold;
}

.testimonials-title h1 {
    padding: 1rem;
    font-size: 45px;
}

.bg-purple {
    background-color: var(--color-purple);
}

.pagination-item {
    border: 10px solid;
    margin-left: .25rem !important;
    display: inline !important;
}

.br-purple {
    border-top: var(--color-purple);
    border-bottom: var(--color-purple);
}

.br-dark-blue {
    border-top: var(--color-dark-blue);
    border-bottom: var(--color-dark-blue);
}

.swiper-container {
    width: 100%;
    /* Ensures that the container takes full width */
    overflow: hidden;
    /* Prevents overflow */
}

.swiper-wrapper {
    display: flex;
    /* Ensures that the slides align horizontally */
    width: 100%;
}

.swiper-slide {
    width: 100% !important;
    /* Each slide takes full width of the container */
    flex-shrink: 0;
    /* Prevents shrinking */
    box-sizing: border-box;
    /* Ensures padding/margin does not affect width */
}

/* Additional styles to handle overflow */
.container-fluid {
    overflow-x: hidden;
    /* Prevents horizontal scrolling */
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Ensures no horizontal scroll on the body */
}

.container-fluid,
.swiper-container {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    width: 25px !important;
    height: 25px !important;
    background-color: #04386a !important;
    border: 5px solid #fff !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: background-color 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background-color: #25AC83 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 30% !important;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-purple) !important;
}

.swiper-pagination-bullet {
    border-radius: unset !important;
}

@media (width < 650px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        margin-top: 5rem;
        left: 0% !important;
    }
}

section#compensantion  {
    margin-top: 3rem;
    min-height: 100vh;
}

section#compensantion .compensation-content {
    margin-top: 3rem;
}

section#compensantion h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48.5px;
    font-weight: 600;
    padding-left: 4.3rem;
}

section#compensantion p {
    font-family: Questrial;
    font-size: 25.4px;
}

section#compensantion ul {
    line-height: normal;
}

section#compensantion ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 41.4px;
    font-weight: 700;
}

section#compensantion .text-content {
    padding-left: 5.3rem;
}

section#compensantion .line-green {
    position: absolute;
    top: 1;
    right: 70px;
    height: 10px;
    width: 450px;
    background-color: var(--color-green);
}

section#compensantion .logo {
    margin-left: 80px;
    margin-bottom: 20px;
    width: 300px;
}

section#compensantion img.w-16.me-3 {
    width: 11%;
}

section#compensantion .d-flex.align-items-center {
    margin-top: 5rem;
}

.bg-green-blue {
    background: linear-gradient(to right, var(--color-dark-blue), var(--color-green));
    color: white;
    padding: 0.8rem 0.8rem 0.4rem;
}

.tdgpatients-ad {
    margin-top: 5rem;
}

.tdgpatients-ad h5 {
    font-size: 21px;
    line-height: 21px;
}

.tdgpatients-ad a.btn-success-primary {
    background: linear-gradient(90deg, #04386a 0%, #25AC83 100%);
    padding: 10px 10px;
    font-size: 21px;
    margin-left: 1rem;
}

@media (1485px < width < 1800px) {
    section#compensantion img.w-16.me-3 {
        width: 13%;
    }
}

@media (1024px < width < 1486px) {
    .overlay_content h1 {
        width: 50%;
    }

    .overlay_content p {
        width: 50%;
    }

    .research_section img {
        width: 47%;
    }

    .research_text_container .content {
        padding: 3rem;
        margin-left: 2rem;
    }

    section.globla_network_section {
        min-height: 135vh;
    }

    .globla_network_section .text_container {
        padding: 1.5rem;
    }

    section.globla_network_section .overlay_right_content.font-dark-blue {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .how_it_works_section {
        max-height: 120vh;
    }

    section#compensantion {
        min-height: 112vh;
    }

    section#compensantion .d-flex.justify-content-center.align-items-center {
        margin-top: 4rem;
    }

    section#compensantion img.w-16.me-3 {
        width: 15%;
    }

    .faqs_section .content_container ul li {
        font-size: 30px;
    }

    .patients_section img {
        width: 50%;
    }

    .patients_text_container .content h1 {
        font-size: 38.5px;
    }

    .patients_text_container .content .description {
        font-size: 21px;
    }

    .patients_text_container .content p {
        font-size: 21px;
    }

    .patients_section .step-content p {
        font-size: 18px;
    }

    .patients_section .contact_us_btn {
        font-size: 21px;
    }
}

@media (820px < width < 1025px) {
    .overlay_content h1 {
        width: 70%;
    }

    .overlay_content p {
        width: 70%;
    }

    .research_section {
        min-height: 55vh;
    }

    .research_text_container .content {
        padding: 2rem;
    }

    .globla_network_section .text_container {
        padding: 2rem;
        width: 100%;
        float: left;
        text-align: left;
    }

    .globla_network_section .text_container h2 {
        text-align: center;
    }

    .insights_section_container {
        margin-top: 0rem;
        padding: 2rem;
    }

    .how_it_works_section .text-section h2 {
        text-align: center;
    }

    .how_it_works_section .text-section p {
        text-align: center;
        font-weight: normal;
    }

    .how_it_works_section {
        grid-template-columns: 1fr;
        max-height: 55vh;
    }

    .how_it_works_section .text-section {
        margin-top: 0rem;
    }

    section#compensantion  {
        min-height: 55vh;
    }

    section#compensantion h2 {
        font-size: 28.5px;
        padding-left: 4.3rem;
    }
    
    section#compensantion p {
        font-size: 16px;
    }

    section#compensantion img.w-16.me-3 {
        width: 13%;
    }
    
    section#compensantion ul li {
        font-size: 21.4px;
        font-weight: 700;
    }
    
    section#compensantion .text-content {
        padding-left: 5.3rem;
    }
    
    section#compensantion .line-green {
        right: 50px;
        width: 300px;
    }

    .faqs_section .content_container {
        padding: 0rem;
    }

    .patients_text_container .content {
        padding: 3rem;
    }
}

@media (768px < width < 821px) {
    .overlay_content h1 {
        width: 100%;
    }

    .overlay_content p {
        width: 100%;
    }

    section#compensantion .logo {
        margin-left: 2.5rem;
    }

    section#compensantion h2 {
        padding-left: 1.5rem;
    }

    section#compensantion .d-flex.justify-content-center.align-items-center {
        margin-top: 0rem;
    }

    section#compensantion img.w-16.me-3 {
        width: 13%;
    }

    section#compensantion .text-content {
        padding-left: 2rem;
    }

    section#compensantion ul li {
        font-size: 18.4px;
    }

    .contact_section .logo {
        margin-left: 10px;
    }

    section.contact_section h2 {
        padding: 10px 10px;
    }

    section.contact_section .main-content p {
        width: auto;
        margin-bottom: 30px;
        margin-left: 10px;
    }
}

@media (430px < width < 769px) {
    .overlay_content {
        padding: 30px 50px;
    }

    .globla_network_section.video_background {
        margin-top: 0rem !important;
    }
    
    section#compensantion  {
        min-height: 70vh;
    }

    section#compensantion .logo {
        margin-left: 1.5rem;
    }

    section#compensantion .line-green {
        right: 25px;
        width: 250px;
    }

    section#compensantion h2 {
        padding-left: 1rem;
    }

    section#compensantion .text-content {
        padding-left: 1.8rem;
    }

    section#compensantion img.w-16.me-3 {
        width: 10%;
    }

    section#compensantion ul li {
        font-size: 16px;
    }
}

@media (375px < width < 431px) {
    .overlay_content {
        padding: 1rem;
    }

    .overlay_content h1 {
        font-size: 42px;
        width: 100%;
    }

    .overlay_content p {
        font-size: 19px;
        width: 100%;
    }

    .tdgpatients-ad a.btn-success-primary {
        padding: 5px 5px;
    }

    .research_text_container .content {
        padding: 2rem;
    }

    .research_text_container div h1 {
        font-size: 44px;
    }

    .globla_network_section .text_container h2 {
        font-size: 44px;
    }

    .insights_section_container .title_container {
        margin-top: 0rem;
    }

    .insights_section_container h2 {
        font-size: 36px;
    }

    .insights_section_container .step-content p {
        font-size: 19px;
    }

    .insights_section_container .steps {
        padding-right: 0;
    }

    .how_it_works_section {
        padding: 2rem;
    }

    .how_it_works_section .text-section h2 {
        font-size: 44px;
    }

    .how_it_works_section .text-section p {
        font-size: 19px;
    }

    .how_it_works_section .step-content h4 {
        font-size: 17px;
    }

    .how_it_works_section .text-section .step-content p {
        font-size: 15px;
    }
    
    section#compensantion .compensation-content {
        margin-top: 1rem;
    }

    section#compensantion .logo {
        margin-left: 1rem;
    }

    section#compensantion h2 {
        font-size: 20px;
        padding-left: 0;
    }

    section#compensantion img.w-16.me-3 {
        width: 10%;
    }

    section#compensantion .text-content {
        padding-left: 1rem;
        margin-bottom: 3rem;
    }

    .faqs_section .content_container h2 {
        font-size: 44px;
    }

    .faqs_section .content_container ul li {
        font-size: 24px;
    }

    .faqs_section .faqs h4 {
        font-size: 19px;
    }

    .faqs_section .content_container .faqs p {
        font-size: 16px;
    }

    .testimonials_section h1 {
        font-size: 44px;
    }

    .testimonial {
        font-size: 19px;
    }

    .autor {
        line-height: unset;
        font-size: 25px;
    }

    .patients_text_container .content {
        padding: 2rem;
    }

    .patients_section {
        max-height: unset;
    }

    section.contact_section .logo {
        margin-left: 0px;
    }

    section.contact_section h2 {
        padding: 10px 5px;
    }

    section.contact_section .main-content p {
        margin-left: 5px;
    }
}

@media (width < 376px) {
    .overlay_content {
        padding: 1rem;
    }

    .overlay_content h1 {
        width: 100%;
        font-size: 38px;
    }

    .overlay_content p {
        font-size: 16px;
        width: 100%;
    }

    .btn-success-primary {
        font-size: 18px;
    }

    .tdgpatients-ad h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .tdgpatients-ad a.btn-success-primary {
        padding: 5px 5px;
        font-size: 16px;
        margin-left: 0;
        
    }

    section#compensantion h2 {
        font-size: 18.5px;
    }

    section#compensantion .line-green {
        right: 15px;
        width: 200px;
    }

    .research_section {
        min-height: 100vh;
    }

    .research_text_container .content {
        padding: 1rem;
    }

    .research_text_container div h1 {
        font-size: 38px;
    }

    .research_section .step-content p {
        font-size: 16px;
    }

    .globla_network_section .text_container h2 {
        font-size: 38px;
    }

    .globla_network_section .text_container p {
        font-size: 16px;
    }

    .insights_section_container h2 {
        font-size: 30px;
    }

    .insights_section_container .step-content p {
        font-size: 16px;
    }

    .how_it_works_section {
        max-height: 135vh;
    }

    .how_it_works_section .text-section h2 {
        font-size: 38px;
    }

    .how_it_works_section .text-section p {
        font-size: 16px;
    }

    .how_it_works_section ul li {
        font-size: 24px;
    }

    .how_it_works_section .step-content h4 {
        font-size: 15px;
    }

    .how_it_works_section .text-section .step-content p {
        font-size: 14px;
    }

    .faqs_section .content_container h2 {
        font-size: 38px;
    }

    .faqs_section .content_container ul li {
        font-size: 21px;
    }

    .faqs_section {
        margin-top: 3rem;
        padding: 1rem;
    }

    .faqs_section .faqs h4 {
        font-size: 18px;
    }

    .faqs_section .content_container .faqs p {
        font-size: 15px;
    }

    .testimonials_section h1 {
        font-size: 38px;
    }

    .testimonial {
        line-height: unset;
        font-size: 16px;
    }

    .autor {
        line-height: unset;
        font-size: 21px;
    }

    .patients_text_container .content h1 {
        font-size: 38px;
        text-align: center;
    }

    .patients_text_container .content .description {
        font-size: 16px;
    }

    .patients_text_container .content p {
        font-size: 16px;
    }

    .patients_section .contact_us_btn {
        font-size: 16px;
    }
}

@media (height < 500px) {
    section {
        min-height: 140vh;
    }
}