﻿
.thought-section {
    display: flex;
    height: 450px;
    justify-content: flex-start;
    align-content: flex-start;
    background-color: var(--lightbg-sl);
}


.thought-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    width: 100%;
}

    .thought-content h2 {
        color: #000000;
        font-weight: bold;
        font-family: var(--font-inter);
        font-size: 30px;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 4vh;
    }

    .thought-content p {
        color: #000000;
        font-size: 28px;
        text-align: left;
        margin-bottom: 6.75vh;
        font-family: var(--font-regular);
    }

.thought-btn {
    background-color: var(--deco2-sl);
    color: #fff;
    font-family: var(--font-bold);
    font-weight: bold;
    border: none;
    padding: .8rem 3rem;
    margin-top: var(--hero-font);
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

    .thought-btn:hover {
        background-color: hsl(from var(--deco2-sl) h s l /0.7);
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.9);
    }

.thought-btn-2 {
    margin-left: 1rem;
    background-color: #fff;
    color: var(--deco2-sl);
    font-family: var(--font-bold);
    font-weight: bold;
    border: none;
    padding: .8rem 3rem;
    margin-top: var(--hero-font);
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

    .thought-btn-2:hover {
        background-color: hsl(from var(--deco2-sl) h s l /0.7);
        color: #fff;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.9);
    }

.thought-contact-container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    background-color: white;
    border-bottom-right-radius: 200px;
    width: 40vw;
    font-weight: normal;
}

.thought-contact-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80%;
    margin-inline-start: 6vw;
}

.thought-contact-heading {
    font-family: var(--font-inter);
    font-size: 24pt;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    margin-inline-start: 6vw;
    max-width: 80%;
}

.thought-content-right {
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--font-inter);
}

.thought-content-right-inner {
    margin-top: 10%;
    margin-inline-start: 20%;
    /*font-size: 28px !important;*/
}

    .thought-content-right-inner p {
        font-size: 30pt !important;
        max-width: 80%;
    }

.thought-image-container {
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.thought-card-img {
    height: 100%;
    display: block;
    border-radius: 50%;
}


.thought-icon-container {
    display: flex;
    justify-content: center;
    z-index: 3;
    gap: 1px;
}


.thought-card-text-container {
}



.thought-card-title {
    text-align: center;
    font-family: var(--font-inter);
    font-weight: 900;
    color: black;
    font-size: 16px;
}

.thought-card-text {
    text-align: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    color: black;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.thought-card-icon {
}

.thought-card-icon-pl {
    margin-left: -4px !important;
}

.thought-card-email {
    text-align: center;
    font-family: var(--font-light);
    color: black;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.thought-card-body {
    justify-items: center;
    align-content: center;
    height: 50%;
    margin-inline: 2em;
}

.thought-content h2 {
    color: #000000;
    font-weight: bold;
    font-family: var(--font-inter);
    font-size: 28px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 4vh;
}

.thought-content p {
    color: #000000;
    font-size: 16px;
    text-align: left;
    margin-bottom: 6.75vh;
    font-family: var(--font-regular);
}

.though-btn-container {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}


.thought-btn {
    background-color: var(--deco2-sl);
    color: #fff;
    font-family: var(--font-bold);
    font-weight: bold;
    border: none;
    padding: .8rem 3rem;
    margin-top: var(--hero-font);
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

    .thought-btn:hover {
        background-color: hsl(from var(--deco2-sl) h s l /0.7);
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.9);
    }

.thought-btn-2 {
    margin-left: 1rem;
    background-color: #fff;
    color: var(--deco2-sl);
    font-family: var(--font-bold);
    font-weight: bold;
    border: none;
    padding: .8rem 3rem;
    margin-top: var(--hero-font);
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

    .thought-btn-2:hover {
        background-color: hsl(from var(--deco2-sl) h s l /0.7);
        color: #fff;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.9);
    }


.thought-contact-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70%;
}

.thought-contact-heading {
    font-family: var(--font-inter);
    font-size: 28px;
    /*font-weight: bold;*/
    margin-bottom: 1rem;
    margin-top: 3rem;
    color: #000;
}

.thought-image-container {
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thought-card-img {
    height: 100%;
    display: block;
}

.thought-icon-container {
    display: flex;
    justify-content: center;
    z-index: 3;
    gap: 1px;
}

.thought-card-text-container {
}

.thought-card-title {
    text-align: center;
    font-family: var(--font-inter);
    font-weight: 900;
    color: black;
    font-size: 16px;
}

.thought-card-text {
    text-align: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px !important;
    color: black;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.thought-card-icon {
}

.thought-card-icon-pl {
    margin-left: -4px !important;
}

.thought-card-email {
    text-align: center;
    font-family: 'AssistantLight' !important;
    color: black;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.thought-card-body {
    justify-items: center;
    align-content: center;
    height: 50%;
    margin-inline: 2em;
}

/*===============================================
    DARK THEME - OVERIDES
=================================================*/
/*Section on left - image*/
body.dark .thought-section .thought-content, .thought-contact-container,
body.dark .thought-section .thought-content, .thought-contact-container .thought-contact-heading,
body.dark .thought-section .thought-content, .thought-contact-container .thought-contact-inner .thought-image-container img,
body.dark .thought-section .thought-content, .thought-contact-container .thought-contact-inner .thought-card-body .thought-card-title,
body.dark .thought-section .thought-content, .thought-contact-container .thought-contact-inner .thought-card-body p,
body.dark .thought-section .thought-content, .thought-contact-container .thought-contact-inner .thought-card-body .thought-icon-container img {
    background-color: var(--background-color) !important;
    color: var(--text-color-light);
}

    /*Section to right - Explore our papers*/
    body.dark .thought-section .thought-content,
    body.dark .thought-section .thought-content .thought-content-right .thought-content-right-inner,
    body.dark .thought-section .thought-content .thought-content-right .thought-content-right-inner h2,
    body.dark .thought-section .thought-content .thought-content-right .thought-content-right-inner p {
        background-color: var(--section-purple) !important;
        color: var(--text-color-light);
    }


@media (max-width: 500px) {
    .approach-section {
        max-width: 90%
    }

        .approach-section .approach-carousel {
            flex-direction: column;
        }

            .approach-section .approach-carousel .carousel-arrow {
                display: none;
            }

    .thought-section
    .thought-content {
        display: flex;
        flex-direction: column;
    }

    .thought-section {
        margin-bottom: 300px; /* Adjust this value to match or exceed your footer's height */
    }

    .thought-contact-container {
        width: 100%;
        border-bottom-right-radius: 0;
    }


    .thought-contact-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .thought-content-right {
        height: fit-content !important;
        /*FIX THIS HEIGHT*/
        padding-bottom: 2em;
        max-width: 100%;
        width: 100%;
    }

    .thought-content-right-inner {
        margin-inline-start: 0;
        padding: 1rem;
        width: 100%;
    }

    .thought-section .thought-content .thought-content-right .thought-content-right-inner{
        margin-left: 0;
    }

    .thought-content-right-inner p {
        font-size: 18pt !important;
        max-width: 100%;
    }

    .thought-btn, .thought-btn-2 {
        width: 80%;
        text-align: center;
    }
}
