@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/SegoePrint.eot');
    src: url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff'),
        url('SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    width: 100% !important;
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1544px;
}

.text-center {
    text-align: center;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pt-20 {
    padding-top: 10rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-0 {
    margin: 0 !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.pl-5 {
    padding-left: 50px !important;
}

.pl-10 {
    padding-left: 100px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h2, h3, p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.g-10 {
    --bs-gutter-x: 5rem;
}

/* Navbar */
.navbar {
    background-color: #0B0C3F;
    padding: 0px 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    @media (max-width: 991px) {
        padding: 20px 10px !important;
        .mega-menu .d-flex {
            flex-direction: column;
            gap: 16px;
        }
    }
    a.btn.btn-purple {
        background-color: #6C63FF;
        color: white;
        font-weight: 600;
        border-radius: 999px;
        padding: 5.5px 25px;
        border: none;
        font-size: 18px;
        line-height: 28px;
    }    
}

.navbar a.navbar-brand.logo-box {
    margin-right: 0;
    padding: 0;
    img {
        display: block;
    }
}

#navbarNav ul.navbar-nav {
    margin-left: 65px !important;
    gap: 6px;
    @media (max-width: 768px) {
        margin: 20px 0px !important;
    }
    .nav-item {
        padding: 0 25px !important;
        position: static;
        @media (max-width: 768px) {
            padding: 0px !important;
        }
        a.nav-link {
            font-size: 18px;
            padding: 41px 0;
            position: relative;
            &:after {
                border-bottom: 1px solid #ffffff;
                border-left: 0;
                border-right: 0;
                border-top: 0;
                margin: 0;
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                bottom: 38px;
                opacity: 0;
                display: block;
            }
            @media (max-width: 768px) {
                padding: 8px 0px !important;
            }
            svg.header__menu-child-toggle {
                transition: all .25s ease-in-out;
                margin-left: .35rem;
                path {
                    transition: color, fill .25s ease-in-out;
                    fill: #ffffff;
                }
            }
        }
    }
}

.nav-link {
    color: white;
    font-weight: 700;
}

.nav-link:hover, 
.nav-link:focus {
    color: #aaa;
}

.btn-outline-light {
    border-radius: 999px;
    padding: 5.5px 25px;
    font-size: 18px;
    font-weight: 700;
}

.btn-purple {
    background-color: #6C63FF;
    color: white;
    font-weight: 600;
    border-radius: 999px;
    padding: 6px 20px;
    border: none;
}

.btn-purple:hover {
    background-color: #5a53e6;
}

h2, h3,h4, p, li, a {
    font-family: 'Arial', sans-serif;
}

#loadingOverlayWrapper {
    z-index: 1050;
}

#loadingOverlay {
    width: 280px;
}

/* Home Page */
.block-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 40px 40px;
}

.text-section {
    h1{
        font-size: 72px;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
        margin-bottom: 20px;
        line-height: normal;
    }
    h2 {
        margin-bottom: 34px;
        font-size: 48px;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
    }

    p {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8;
        font-family: 'Arial', sans-serif;
    }
}

/* Button */
.round-button {
    text-decoration: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    padding: 7.5px 32px;
    border-radius: 40px;
    transition: background 0.3s ease;
}

.white-bg {
    background-color: #FFFFFF;
    color: #6861FF;
}

.trasparent-bg {
    background: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.purple-bg {
    background-color: #6C63FF;
    color: #FFFFFF;
}

.trasparent-purple {
    background-color: transparent;
    color: #6C63FF;
    border: 2px solid #6C63FF;
}

.connect-bg {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

/* Hero */
.internal-LLM {
    background: linear-gradient(
            to bottom,
            #0B0C3F 0%,
            #191760 50%,
            #2F248D 70%,
            #4B3FA3 100%
    );
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 64px;
}

.internal-LLM .text-section p {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.free-text {
    font-family: 'Segoe Print', sans-serif !important;
    font-weight: bold;
    display: block;
    color: #817BFF;
    line-height: 1.3;
}

.test-LLM {
    border: 2px solid #FFFFFF;
    border-radius: 18px;
    padding: 36px 48px 36px 48px;
    background-color: rgba(255, 255, 255, 0.05);
    h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    p {
        font-size: 22px;
        line-height: 28px;
        &.terms {
            font-size: 14px;
            line-height: normal;
            margin-top: 24px !important;
            margin-bottom: 0;
            opacity: 0.7;
            text-align: center;
            a{
                color: #FFFFFF;
                text-decoration: underline;
            }
        }
    }
    .form-control {
        background: transparent;
        border: none;
        border-bottom: 2px solid white;
        border-radius: 0;
        color: white;
        margin: 12px 0px;
        font-size: 22px;
        @media (max-width: 768px) {
            font-size: 18px;
        }
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #ccc;
    }
    ::placeholder {
        color: #bdbdbd;
        font-size: 22px;
        font-weight: normal;
        @media (max-width: 768px) {
            font-size: 18px;
        }
    }
    ::-webkit-input-placeholder {
        color: #bdbdbd;
        font-size: 22px;
        font-weight: normal;
        @media (max-width: 768px) {
            font-size: 18px;
        }
    }
}

.card {
    border-radius: 15px;

    h4 {
        font-size: 18px;
    }

    .text-muted {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .position {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.card.faded {
    opacity: 0.2;
    filter: blur(3px);
    transform: scale(0.98);
    pointer-events: none;
}

.show-prompts {
    .linkedin-reveal-more {
        border: 1px solid #FFFFFF;
        border-radius: 18px;
        padding: 36px 48px;
        background-color: rgba(255, 255, 255, 0.05);

        h3 {
            font-size: 28px;
        }

        h4 {
            font-size: 17px;
        }
    }

    .fa-linkedin {
        color: #0077B5;
    }
}

#linkedInMoreModal, #addColleagueModal {
    .modal-dialog {
        max-width: 800px;
    }
    .modal-content {
        padding: 50px 60px !important;
        @media (max-width: 768px) {
            padding: 40px 30px 20px 30px !important;
        }

        button.btn-close {
            right: 17px !important;
            top: 10px !important;
            opacity: 1;
        }
    }
    .modal-title {
        font-size: 36px;
        text-align: left;
        line-height: normal;
        margin-bottom: 20px;
        @media (max-width: 768px) {
            font-size: 28px;
        }
    }
    p {
        font-size: 22px;
        color: #1F1E45;
        @media (max-width: 768px) {
            font-size: 18px;
        }
    }

    @media (max-width: 768px) {
        .round-button .fa-arrow-right {
            display: none;
        }
    }

    .terms {
        font-size: 14px;
        text-align: center;
    }
}

.more-prompts, .all-prompts {
    display: none;
}

#shareWithColleagueModal {
    .modal-content {
        padding: 50px !important;
    }
}

/* Custom modal for video */
.custom-modal .modal-dialog {
    max-width: 650px;
}

.custom-modal .modal-content {
    height: 450px;
    background-color: black;
    border: none;
}

.custom-modal .modal-body,
.custom-modal iframe {
    padding: 0;
    height: 100%;
    width: 100%;
}

/* Floating video close button */
.floating-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1056;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.minute-video {
    background-color: #6C63FF;
    p {
        padding: 24.5px 20px;
        font-size: 28px;
        margin-bottom: 0px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 200;
    }

    a {
        color: #FFFFFF;
    }
}

.show-prompts, .more-prompts, .all-prompts{
    .card {
        border-radius: 28px;
        cursor: pointer;
        padding: 50px 30px !important;
        @media (max-width: 768px) {
            padding: 40px 20px !important;
        }
        h4 {
            font-size: 28px;
            color: #1F1E45;
            margin-bottom: 20px;
            @media (max-width: 768px) {
                font-size: 22px;
            }
        }
        p {
            font-size: 22px;
            color: rgba(0, 0, 0, 0.5);
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: 700;
            @media (max-width: 768px) {
                font-size: 18px !important;
            }
            &.position {
                color: #7D77FF !important;
                margin-top: 10px;
            }
        }
    }
}

#reveal-div .round-button {
    padding: 7.5px 72px;
}
button#reveal-all-prompts {
    border: none;
}

/* How knostic work */
.one-solution {
    padding-top: 60px;
    padding-bottom: 80px;
    .sub-heading {
        font-size: 28px;
        margin-top: 0px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }

    .knostic-work {
        background-color: #EBF0FE;
        border-radius: 28px;

        .text-section {
            padding: 60px;

            p {
                font-size: 28px;
                line-height: 1.2;
                color: rgba(31, 30, 68, 0.7);
            }
        }

        a {
            text-decoration: none;
            color: #6C63FF;
            font-size: 24px;
            cursor: pointer;
            font-weight: 700;
            margin-top: 20px;
            display: inline-block;
            i.fa-solid {
                margin-left: 9px;
                top: 0.5px;
                position: relative;
            }
        }

        .knostic-gif {
            padding: 20px;
        }
    }
}

/* Top prompts */
.top-prompts {
    background-color: #EEF2FF;
    padding: 70px 0px;
    h2{
        margin-bottom: 32px;
    }
    .round-button{
        border-width: 1px;
    }
    .slider-container {
        overflow: hidden;
        padding: 60px 0% 50px 0%;
    }

    .slider-track {
        display: flex;
        transition: transform 0.5s ease;
    }

    .card-slide {
        flex: 0 0 calc(100% / 3); /* 3 visible + 0.5 on each side */
        box-sizing: border-box;
        padding: 0 10px;
        text-align: left;
    }

    .card {
        border-radius: 28px;
        box-shadow: 0 9px 15px rgba(124, 58, 237, 0.15);
        cursor: pointer;
        border: 1px solid #B3BEFB;
        padding: 50px 30px !important;

        h4 {
            font-size: 28px;
            color: #1F1E45;
        }

        p {
            font-size: 22px;
            color: rgba(0, 0, 0, 0.5);
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: 700;
        }

        .position {
            color: #6C63FF !important;
        }
    }

    @media (max-width: 992px) {
        .card-slide {
            flex: 0 0 calc(100% / 2.5);
        }
    }

    @media (max-width: 576px) {
        .card-slide {
            flex: 0 0 calc(100% / 1.5);
        }
    }

    .clients {
        img {
            max-height: 35px;
        }
    }
}

/* Knostic demo video */
.knostic-demo {
    padding: 100px;

    .iframe-wrapper {
        cursor: pointer;
        border-radius: 20px;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .iframe-wrapper iframe {
        top: 0;
        left: 0;
        height: 100%;
        position: absolute; 
        width: 100%;
        border: none;
        border-radius: 20px;
    }
}

/* FAQ */
.faq {
    padding-bottom: 80px;
    h2 {
        margin-bottom: 60px;
    }

    p {
        margin-top: 0px;
        margin-bottom: 18px;
        color: #000000;
        font-family: 'Arial', sans-serif;
    }

    .faq-item {
        border: 1px solid #B3BEFB;
        border-radius: 18px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 31px 22px;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 15px;
        color: #1F1E45;
    }

    .faq-answer {
        display: none;
        padding: 0px 22px 25px 22px;
        background: white;
        text-align: left;
        font-size: 22px;
        color: rgba(31, 30, 68, 0.7);
    }

    .faq-toggle {
        font-size: 18px;
        font-weight: bold;
        transition: 0.3s;
    }

    i {
        color: #6C63FF;
        font-size: 30px;
    }
}
.internal-LLM.test-LLM-section {
    padding-top: 80px;
    padding-bottom: 90px;
}

/* Full access to prompts */
.full-access {
    background: url('../images/color-bckgr-bg.png') no-repeat;
    background-size: cover;
    min-height: 575px;

    .still-question {
        padding-top: 74px;
        padding-right: 80px;
        padding-bottom: 79px;
        padding-left: 80px;
        background-color: rgba(255, 255, 255, 50%);
        border: 1px solid #b3befb;
        border-radius: 30px;
        @media (max-width: 768px) {
            padding: 80px 20px !important;
            border-radius: 15px !important;
        }

        h3 {
            font-size: 36px;
            font-weight: bold;
            @media (max-width: 768px) {
                font-size: 32px;
            }
        }

        p {
            margin-top: 0px;
            font-size: 22px;
            font-weight: bold;
            line-height: 28px;
            color: #1F1E45;
        }

        button {
            font-size: 24px;
        }
    }

    .full-safety {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 25px;

        img {
            height: 34px;
            margin-top: 5px;
            flex-shrink: 0;
            margin-right: 4px !important;
        }

        p {
            margin: 0;
            padding-left: 10px !important;
            font-size: 22px;
            font-weight: bold;
            line-height: 1.4;
            text-align: left;
        }
    }
}

/* Footer */
.footer {
    background: #1F1E44;
    color: #FFFFFF;
    padding: 150px 90px 150px 90px;
    @media (max-width: 768px) {
        .container{
            padding: 0px 25px;
        }
    }
    .entire-container {
        gap: 40px;
        @media (max-width: 768px) {
            flex-direction: column;
        }
    }
    .footer-logo {
        height: 45px;
        margin-bottom: 34px;
        img {
            font-size: 45px;
        }
    }

    p {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5);
        &.copyright{
            color: #ffffff;
            font-size: 16px;
            margin: 0px;
            @media (max-width: 768px) {
                margin-top: 40px;
            }
        }
        b{
            color: #ffffff;
        }
    }

    .sitemap{
        gap: 150px;
        @media (max-width: 768px) {
            flex-direction: column;
            gap: 40px;
        }
        h3{
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 14px;
        }
        ul{
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            li{
                margin-bottom: 12px;
            }
        }
        a {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
            cursor: pointer;
        }
    }
}

.social-icons {
    display: flex;
    gap: 17px;
    margin-top: 45px;
    margin-bottom: 80px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: #ffffff;
    color: #1F1E45;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #FFFFFF;
    color: #0b1231;
}

/* Modal */
.modal-xxl {
    max-width: 1320px;
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.left-panel, .right-panel {
    padding: 50px;
    height: 100%;
}

.left-panel {
    background: white;
}

.right-panel {
    background: #EEF1FF;
}

.modal-title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.modal-subtitle {
    font-size: 16px;
}

.prompt-container {
    display: grid;
    gap: 20px;
}

.prompt {
    background: white;
    border-radius: 20px;
    padding: 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #1c1c33;
    box-shadow: 0 8px 15px rgba(102, 85, 255, 0.25); /* violet shadow */
    border: 1px solid rgba(102, 85, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.prompt.faded {
    opacity: 0.2;
    filter: blur(3px);
    transform: scale(0.98);
    pointer-events: none;
}

.section-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    font-size: 0.85rem;
    margin: 15px 0;
}

.section-divider::before,
.section-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000000;
    margin: 0 10px;
}

.right-panel {
    .fa-linkedin {
        color: #0077B5;
    }
}

.form-control {
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #000000;
}

.terms {
    font-size: 11px;

    a {
        text-decoration: underline;
    }
}

.share-btn {
    border: 1px solid #9990c9;
    border-radius: 8px;
    color: #1c1c33;
    font-weight: 600;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: white;

    img {
        height: 18px;
    }
}

.share-btn:hover {
    background-color: #f1f1fc;
    border-color: #6655ff;
}

.share-icon {
    width: 20px;
    height: 20px;
}

.share-wrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    @media (max-width: 768px) {
        gap: 10px;
        flex-direction: column;
    }
    button.round-button {
        padding-left: 8rem;
        padding-right: 8rem;
        @media (max-width: 768px) {
            padding-left: 50px;
            padding-right: 50px;
        }
    }
}

#linkedInMoreModal {
    .form-control {
        background: transparent;
        border: none;
        border-bottom: 1.5px solid #000000;
        border-radius: 0;
        color: #1F1E45;
        margin: 10px 0px;
        font-size: 22px;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #000000;
        font-size: 22px;
    }

    ::-webkit-input-placeholder {
        color: rgb(31 30 69 / 70%);
        font-size: 22px;
    }
}

#emailShareModal {
    .modal-dialog {
        max-width: 1100px;
    }
    .modal-content {
        padding: 70px 60px !important;
        font-size: 22px;
        button.btn-close {
            right: 17px !important;
            top: 10px !important;
            opacity: 1;
            font-size: 16px;
        }
        button#send-email {
            width: 100%;
        }
        label.form-label {
            font-size: 22px;
            font-weight: normal !important;
            width: 80px !important;
        }
        .form-control {
            font-size: 22px;
        }
    }

    .new-colleague {
        border: 1px solid #6C63FF;
        background-color: #FFFFFF;
        color: #6C63FF;
    }

    .new-colleague:hover {
        background-color: #6C63FF;
        color: #FFFFFF;
    }

    #emailBody {
        #prompts-tag-list {
            height: 120px;
            overflow-y: scroll;
        }
    }

    .tag-prompt {
        color: #7B61FF;
        font-size: 28px;
        font-weight: bold;
    }
}

#addColleagueModal {

    .modal-title {
        text-align: left;
        line-height: 1.2;
    }

    .form-control {
        background: transparent;
        border: none;
        border-bottom: 1.5px solid #000000;
        border-radius: 0;
        color: #000000;
        margin: 10px 0px;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #000000;
    }

    ::-webkit-input-placeholder {
        color: Grey;
        font-size: 16px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 922px) {
    .block-section {
        padding: 30px;
    }

    .internal-LLM {
        .trasparent-bg {
            margin-top: 20px;
        }
    }

    .knostic-demo {
        padding: 10px !important;
        .iframe-wrapper, iframe {
            
        }
    }

    .footer {
        padding: 30px !important;
    }
}

.modal-backdrop.show:nth-of-type(2) {
    z-index: 1059;
}

#emailShareModal {
    z-index: 1060;
}

.is-invalid {
}

.invalid-feedback {
    color: #f00;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.linkedin-reveal-more {
    display: none !important;
}

.internal-LLM .purple-bg i.fa-solid {
    margin-left: 9px;
    top: 0.5px;
    position: relative;
}


/* Mega menu design */

.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 95%;
    background-color: #0B0C3F;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 29px;
    padding-bottom: 29px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #B3BEFB !important;
    transition: visibility 300ms linear 300ms, opacity 300ms, top 300ms;
    @media (max-width: 768px) {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        border: none !important;
        opacity: 1;
        visibility: visible;
        display: none;
        .container {
            padding: 0px !important;
        }
    }
}

.company-menu{
    .mega-menu{
        .mega-menu-column {
            padding-left: 130px;
            width: 50%;
            &:first-child {
                padding-left: 280px;
            }
        }
    }
}

@media (max-width: 768px) {
    #navbarNav ul.navbar-nav .nav-item.dropdown.menu-active .mega-menu {
        display: block;
        padding-top: 10px;
    }
    .company-menu .mega-menu .mega-menu-column {
        width: 100%;
        padding: 0 !important;
    }
}

.nav-item.dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}
.nav-item.dropdown:hover .nav-link svg.header__menu-child-toggle{
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .nav-item:hover .nav-link{
        color: #ffffff !important;
    }
    .nav-item:hover .nav-link:after{
        opacity: 1 !important;
    }
    .nav-item.dropdown:hover .nav-link svg.header__menu-child-toggle path{
        fill: #7D77FF !important;
    }
    .nav-link svg.header__menu-child-toggle {
        display: none;
    }
}
.mega-menu .mega-menu-column {
    width: 378px;
}

.mega-menu-column h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 11px;
}
.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 330px;
}
.mega-menu-column ul li a {
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
    line-height: 1.1363636363636365;
}
.mega-menu-column ul li a:hover {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.dropdown-toggle::after {
    display: none;
}
.mega-menu .mega-menu-column img {
    max-width: 100%;
    padding: 0.5rem 0;
}
.youtube-feed {
    display: flex;
    flex-direction: column;
    max-width: 330px;
}

.yt-feed-header {
    display: none;
}
.yt-feed-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.yt-feed-item {
    display: flex;
    text-decoration: none;
    color: inherit;
}
.yt-feed-item .img {
    height: 45px;
    width: 60px;
    position: relative;
    min-width: 60px;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 7px;
}
.yt-feed-item img {
    width: 100%;
    height: calc(100% + 15px);
    object-fit: cover;
    position: absolute;
    left: 0;
    top: -8px;
}
.yt-feed-item span {
    font-size: 16px;
    line-height: 1.2;
    color: rgb(255 255 255 / 80%);
}
.yt-feed-item:hover span {
    font-weight: 600;
    color: #ffffff;
}

@media (max-width: 768px) {
    .internal-LLM {
        padding: 10px 10px 30px 10px;
    }
    
    .internal-LLM .text-section .col-auto {
        padding: 0;
    }
    
    .internal-LLM .text-section {
        padding: 0 !important;
    }
    .internal-LLM .text-section p{
        font-size: 28px;
    }
    
    .internal-LLM .test-LLM {
        padding: 25px 24px;
    }
    
    .internal-LLM .test-LLM .row .row {
        padding: 0;
    }
    
    .internal-LLM .test-LLM button .fa-arrow-right {
        display: none;
    }
    .minute-video p {
        padding: 20px 20px !important;
        font-size: 22px;
    }
    .text-section h1 {
        font-size: 54px;
    }
    .text-section h2 {
        font-size: 34px;
    }
    .block-section {
        padding: 30px 10px;
    }
    .top-prompts .container {
        padding: 0;
    }
    .one-solution .sub-heading {
        font-size: 20px;
    }
    .one-solution .knostic-work .text-section {
        padding: 35px 26px 15px 26px;
        h2{
            font-size: 30px;
        }
        p{
            font-size: 18px;
        }
    }
    .knostic-demo {
        padding: 40px 10px !important;
    }
    .block-section.faq .text-section .row {
        padding: 0;
    }
    .faq .faq-question {
        font-size: 20px;
        text-align: left;
        padding: 20px 10px 13px 10px;
    }
    .faq .faq-answer {
        font-size: 20px;
        padding: 0 10px 20px 10px;
    }
    .block-section.footer {
        padding: 80px 0 !important;
    }
    .block-section.one-solution {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-prompts {
        padding: 50px 0;
    }
    .round-button {
        font-size: 18px;
        padding: 7.5px 22px;
    }
    .top-prompts .slider-container{
        overflow: hidden;
        padding: 40px 0% 30px 0%;
    }
    .top-prompts .card {
        padding: 20px 20px !important;
    }   
    .top-prompts .card h4 {
        font-size: 22px;
    }
    .top-prompts .card p {
        font-size: 18px;
    }
    .test-LLM-section .text-section h1 {
        font-size: 44px;
    }
    .internal-LLM .text-section p {
        font-size: 22px;
    }
    .full-access .full-safety .d-flex {
        display: block !important;
    }
    .full-access .full-safety p {
        font-size: 18px;
        text-align: center;
        padding: 10px 0 !important;
    }
    .full-access .full-safety img {
        margin-right: 0 !important;
    }
    .show-prompts .card {
        margin-bottom: 0 !important;
    }
    #reveal-div .round-button {
        padding: 7.5px 28px;
    }
}