﻿body {
    background-color: #060d15;
}
/* INTEREST FORM CSS */

.form-container {
    background-color: #212830;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 290px;
    height: 100%;
    max-height: 250px;
    position: relative;
    margin: 0 auto; /* Center horizontally on larger screens */
}

@@media (max-width: 767px) {
    .form-container {
        margin: auto; /* Center horizontally on mobile screens */
        max-width: 100%; /* Full width on mobile screens */
    }
}

.form-container > h2 {
    font-size: 32px;
    font-weight: 600;
    color: #107bcb;
    margin-bottom: 20px;
}

.form-container > p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.form-container .pdf-image {
    position: absolute;
    top: -23px;
    right: 27px;
}


.subscribe-container {
    display: flex;
    align-items: center;
    background-color: #333;
    padding: 4px;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.email-input {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: none;
    width: 60%;
    border-radius: 30px 0 0 30px;
    outline: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.subscribe-button {
    border: none;
    background-color: rgba(80, 161, 255, 1);
    color: white;
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    margin: 3px;
}

    .subscribe-button:hover {
        background-color: #45a049;
    }


/* END FORM CSS */

/*
                                                                                  Ai use cases style
                                                                                */

.offcanvas-body {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .offcanvas-body::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.remove-scroll-indicator {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}


    .remove-scroll-indicator::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.ai-use-cases > h1 {
    font-size: 50px;
    font-weight: 300;
    color: white;
}

.ai-use-cases > p {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.ai-use-cases > h1 > span {
    color: #107bcb
}

.ai-use-cases > h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.highlight {
    color: #107bcb;
}

.underlined-text {
    position: relative;
    font-size: 18px;
    color: #fff;
}

    .underlined-text::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 80px;
        height: 2px;
        background-color: #50A1FF;
    }

/*
                                                                                 * END
                                                                                */

.nav-link.active {
    color: rgba(80, 161, 255, 1) !important;
    font-weight: bold;
    position: relative;
}

    .nav-link.active::before {
        content: '';
        background-image: url('images/Arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 72px;
        height: 10px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }


.ai-usecase-heading {
    font-size: 16px;
    font-weight: 700;
    color: #50A0FF;
    margin: 0 0 10px 10px;
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.grid-item {
    margin-bottom: 20px;
}

#industry-buttons .btn,
#tech-buttons .btn {
    margin: 3px;
}

#industry-buttons {
    margin-bottom: 5px;
}

h3.card-title {
    font-size: 1.25rem;
}

h2.subtitle {
    font-size: 1.5rem
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

bg-offcanvas-custom {
    background: rgba(0, 0, 0, 0.4) !important;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

/*
                                                                                     * Sidebar
                                                                                */

@@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar-heading {
    font-size: .75rem;
}

/** Navbar
                                                                                  */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.nav-link {
    padding: 0 10px !important;
}

a.nav-link {
    color: #fff !important;
}

.card {
    background: rgba(255, 255, 255, 0.1) !important;
    /* height: 350px; */
    color: #fff;
    padding-bottom: 20px;
}

.card-title {
    font-size: 20px !important;
}

.truncate-text {
    font-size: 14px;
    font-weight: 600;
}

.truncate-text-title {
    font-size: 20px;
}

.elipse-1::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 680px;
    height: 680px;
    background-image: url('images/Ellipse-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.elipse-6::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 680px;
    height: 680px;
    background-image: url('images/Ellipse-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.elipse-3::before {
    content: '';
    position: fixed;
    top: 0;
    left: 220px;
    width: 70px;
    height: 70px;
    background-image: url('images/Star-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.elipse-4::before {
    content: '';
    position: fixed;
    top: 450px;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url('images/Star-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.elipse-5::before {
    content: '';
    position: fixed;
    top: 100px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url('images/Star-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}


.elipse-2::after {
    content: '';
    position: fixed;
    top: 200px;
    right: 0;
    width: 680px;
    height: 680px;
    background-image: url('images/Ellipse-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.btn-close {
    width: 21px !important;
    height: 21px !important;
    color: white !important;
    background-color: rgba(80, 160, 255, 1) !important;
    border-radius: 50px !important;
}

.choose-theme {
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(80, 160, 255, 1);
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.choose-theme-2 {
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(80, 160, 255, 1);
    color: white;
    font-size: 14px; /* Adjust font size */
    font-weight: 700;
    width: 280px;
    padding: 10px 20px; /* Adjust padding for width and height */
}

#filter-heading {
    position: relative;
    font-size: 32px;
    color: #fff;
}

    #filter-heading::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 80px;
        height: 2px;
        background-color: #50A1FF;
    }

.choose-topic-sticky {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px); /* Optional for a blur effect */
    padding: 10px 0;
}

    .choose-topic-sticky .choose-theme {
        margin: 0; /* Remove margins since it will be fixed at the top */
    }


/* Testimonials */

.testimonials-section > h2 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(80, 161, 255, 1);
}

.testimonials-section > h2 {
    position: relative;
}

    .testimonials-section > h2::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 80px;
        height: 2px;
        background-color: #50A1FF;
    }

.testimonial-card {
    min-height: 240px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonials-header {
    display: flex;
    gap: 20px;
}

    .testimonials-header > img {
        width: 30px;
        height: 30px
    }

.details {
    color: white;
}

    .details > h1 {
        font-weight: 600;
        font-size: 22px;
    }

    .details > p {
        font-weight: 600;
        font-size: 16px;
        color: rgba(80, 160, 255, 1);
    }

.testimonials-body {
    color: white;
}

    .testimonials-body > p {
        color: white;
        font-weight: 400;
        font-size: 14px;
        text-align: justify;
    }

    .testimonials-body.contact-info {
        font-weight: 600;
        font-size: 16px;
        color: rgba(80, 160, 255, 1) !important;
    }

.inspired-section {
    margin-top: 30px;
    width: 100%;
    max-width: 952px;
    display: flex;
    background-image: url('images/inspired-bg.png');
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px;
    z-index: 1;
}

.inspired-title {
    font-size: 60px;
    font-weight: 300;
    color: white;
}

.ins_desc {
    color: white;
}

.underlined-text-1 {
    position: relative;
    font-size: 14px;
    color: #fff;
}

    .underlined-text-1::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 80px;
        height: 2px;
        background-color: #50A1FF;
    }
