.navbar {
    z-index: 1000;
    /* Adjust the value as needed to ensure it's above particles */
    /* Other navbar styles */
}

canvas {
    display: block;
    vertical-align: bottom;
}

.show {
    z-index: 10;
}

.page {
    min-height: 100vh;
}

#tsparticles {
    position: absolute;
    top: 5rem;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.cardcustom:hover {
    cursor: pointer;
    background: black;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.cardcustom:hover::before {
    background: rgb(85 108 214 / 10%);
}

.cardcustom:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: rgb(242, 247, 249);
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 150px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    cursor: pointer;
    background: black;
    color: #fff;
    transform: scale(1.05);
    z-index: 9;
}

.centered-span {
    display: flex;
    align-items: center;
    /* Center vertically */
    /* Center horizontally */
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgba(141, 141, 141, 0.359);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: white;
}

.solution_card .so_top_icon {}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    /* margin-top: 13px; */
    /* margin-bottom: 13px; */
}

.solution_card .solu_description p {
    font-size: 15px;
    /* margin-bottom: 15px; */
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, red 50%, red 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    /* margin-bottom: 1rem; */
    font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    background: rgb(127 127 127 / 30%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.invisible-element {
    display: none;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}


/*start media query*/

@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }
    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }
    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

.link {
    width: 4rem;
    font-size: 2rem;
    font-weight: bold;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.link:hover {
    cursor: pointer;
    width: 5rem;
    max-width: 100%;
    font-size: 3rem;
    font-weight: bold;
}

.splitter-layout {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

.splitter-layout .layout-pane {
    position: relative;
    flex: 0 0 auto;
    max-height: 100vh;
    overflow: auto;
}

.fullwidth {
    max-height: 100vh;
}

.splitter-layout .layout-pane.layout-pane-primary {
    flex: 1 1 auto;
}

.splitter-layout>.layout-splitter {
    flex: 0 0 auto;
    width: 15px;
    /* height: 100%; */
    cursor: col-resize;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #777;
    background-color: #f5f3f3;
}

.splitter-layout .layout-splitter:hover {
    background-color: #e7e6e6;
}

.splitter-layout.layout-changing {
    cursor: col-resize;
}

.splitter-layout.layout-changing>.layout-splitter {
    background-color: #d0cfcf;
}

.splitter-layout.splitter-layout-vertical {
    flex-direction: column;
}

.splitter-layout.splitter-layout-vertical.layout-changing {
    cursor: row-resize;
}

.splitter-layout.splitter-layout-vertical>.layout-splitter {
    /* width: 100%; */
    height: 10px;
    cursor: row-resize;
}

.ip {
    width: 16em;
    height: 8em;
}

.ip__track {
    stroke: hsl(var(--hue), 90%, 90%);
    transition: stroke var(--trans-dur);
}

.ip__worm1,
.ip__worm2 {
    animation: worm1 2s linear infinite;
}

.ip__worm2 {
    animation-name: worm2;
}


/* Dark theme */

@media (prefers-color-scheme: dark) {
     :root {
        --bg: hsl(var(--hue), 90%, 5%);
        --fg: hsl(var(--hue), 90%, 95%);
    }
    .ip__track {
        stroke: hsl(var(--hue), 90%, 15%);
    }
}


/* Animation */

@keyframes worm1 {
    from {
        stroke-dashoffset: 0;
    }
    50% {
        animation-timing-function: steps(1);
        stroke-dashoffset: -358;
    }
    50.01% {
        animation-timing-function: linear;
        stroke-dashoffset: 358;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes worm2 {
    from {
        stroke-dashoffset: 358;
    }
    50% {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -358;
    }
}

.form-control {
    background: #212529;
    border-color: #545454;
}

.form-control:focus {
    background: #212529;
}

footer {
    margin-top: 5rem;
    background: #212529;
}

.table-container {
    height: 100%;
}

.table-container .rs-table {
    height: 100%;
}


/* landing page  */

#hero {
    /* width: 100%; */
    /* height: calc(100vh - 110px); */
    /* background: url("../img/hero-bg.jpg") top center; */
    background: rgba(0, 0, 0, 0.9);
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 30px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
}

.showi {
    position: relative;
    z-index: 300000;
}

#hero .btn-red-custom:hover {
    background: #cc1616;
    border-color: #cc1616;
}

#hero .btn-green-custom:hover {
    background: green;
    border-color: green;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
    }
    #hero .container {
        padding-top: 40px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.why-us {
    padding-top: 10px;
    position: relative;
}

.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: black;
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #191919;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.why-us .box:hover {
    background: rgb(70, 131, 191);
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
    color: #fff;
}

.custom-drawer .rs-overlay {
    /* background: transparent; */
    /* z-index: 10; */
    /* This allows interactions with the content behind the Drawer */
}

.layer-ui__wrapper__top-right {
    display: none;
    visibility: hidden;
}

button[data-testid="main-menu-trigger"] {
    /* Your styles here */
    display: none;
    visibility: hidden;
}

.App-menu_bottom {
    background-color: transparent;
}

.App-toolbar {
    background-color: transparent;
}

.excalidraw-container {
    width: 100%;
    min-height: calc( 100vh - 8rem);
    box-sizing: border-box;
    background-color: #eee;
    /* Set background color as needed */
}

.single {
    /* Set background color as needed */
    border: 2px solid #d9d8d8;
    border-radius: 8px;
}

.single:hover {
    cursor: pointer;
    border: 2px solid grey;
}

.hvpointer:hover {
    cursor: pointer;
}