@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    font-family: 'Segoe UI', "Poppins", sans-serif;
}

body {
    overflow: hidden;
}

#Contact h1 {
    font-family: "Poppins", sans-serif !important;
}

#features .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.75rem;
}

    #features .card:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
}

.card-text {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}


#footer {
    background-color: #303030 !important;
}

a:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}

.paddingLR {
    padding-left: 11rem;
    padding-right: 11rem;
}

.paddingTB {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.marginTB {
    margin: 1rem 0 5rem 0;
}

.landing {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.headerNav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 2px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    transition: background-color 0.3s ease;
    background-color: transparent;
    height: 55px;
}

    .headerNav.scrolled {
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

.tgLineTest {
    height: 84px;
}

.logo {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}

    .logo:hover {
        text-decoration: none;
        color: inherit !important;
    }

.customShade {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.c1 {
    border: 1px solid #cfe2ff !important;
}

.c2 {
    border: 1px solid #d1e7dd !important;
}

.c3 {
    border: 1px solid #f8d7da !important;
}

.c4 {
    border: 1px solid #fff3cd !important;
}

.c5 {
    border: 1px solid #cff4fc !important;
}

.c6 {
    border: 1px solid #ced4da !important;
}

.c7 {
    border: 1px solid #e9ecef !important;
}


.headerNav .navbar {
    display: flex;
    gap: 2rem;
    padding: 1rem;
}

    .headerNav .navbar a {
        position: relative;
        font-size: 1rem;
        text-decoration: none;
        color: #ffffff;
        transition: color 0.3s ease;
    }

        .headerNav .navbar a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -4px; /* Adjust distance from text */
            width: 0%;
            height: 2px;
            background-color: #0d6efd;
            transition: width 0.3s ease;
        }

        .headerNav .navbar a:hover {
            color: #0d6efd;
        }

            .headerNav .navbar a:hover::after {
                width: 100%;
            }

#nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    cursor: pointer;
    font-size: 2rem;
    color: #fff;
}

.menu-icon,
.close-icon {
    display: none;
}

.content {
    margin: auto;
    text-align: center;
    padding: 0 1rem;
    z-index: 5;
}

    .content h1 {
        font-size: 4rem;
        font-weight: 600;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
        display: inline-block;
        border-right: 1px solid #ffffff;
    }

    .content p {
        font-size: 1.5rem;
        max-width: 700px;
        margin: 1rem auto 2rem;
        line-height: 1.6;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }

.compInfoWrapper h1 {
    margin: 0;
}

.whiteHeadingL {
    color: #303030;
    font-size: 42px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.px16 {
    padding-left: 16px;
    padding-right: 16px;
}

.secHeadWrapper {
    text-align: center;
    padding: 10px 0 76px 0;
}

.numbInfoWrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 32px;
}

.w112px {
    width: 112px !important;
}

.numbInfo h2 {
    white-space: nowrap;
    color: #303030;
    font-size: 42px;
    font-weight: 600;
}

.numbInfo span {
    white-space: nowrap;
    color: #555;
    font-size: 1.1rem;
}


.testimonials-wrapper {
    margin-top: 36px;
}

.advTrack {
    padding: 16px 0;
}

    .advTrack img {
        width: 170px;
    }

.LandingItemWraper {
    width: fit-content !important;
    border: 1px solid rgb(60 8 126 / 80%);
    border-radius: 50px;
    padding: 5px 25px;
    background-color: rgb(60 8 126 / 20%);
}

    .LandingItemWraper li {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

.solutionHeading {
    margin-top: 30px;
}

    .solutionHeading h1 {
        margin: 0 0 0 0;
    }

.slGrideItemFull {
    margin-top: 14px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
    padding-top: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
}

.grideCard100 {
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 37px 0;
}

.leftRightGrideWrapper {
    display: flex;
    flex-wrap: wrap;
}


.gridLeft {
    flex: 2;
    min-width: 280px;
}

.gridRight {
    flex: 1;
    min-width: 280px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-left: 15px !important;
}


.gridCard50Wrappeer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.grideCard50 {
    width: 50%;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.mR {
    margin-right: 7px !important;
}

.mL {
    margin-left: 7px !important;
}

.contentR {
    width: 45%;
}

.contentL {
    width: 50%;
}

.cardContent .circleIconWraper {
    width: 40px;
    height: 40px;
    background: #0d6efd;
    border-radius: 10px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.cardHeading {
    letter-spacing: .02em;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #303030;
}

.cardSubHeading {
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}


.cardContent h3 {
    margin-top: 15px;
}

.cardContentTM {
    margin-top: 33px;
    margin-bottom: 28px !important;
}

.solutionHead {
    margin: 0;
    padding: 26px 0 185px 0;
}




/* wrapperTVs to isolate the section */
.wrapperTVs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    padding-bottom: 16px;
    width: 470px;
}

.TVtransWrap {
    padding-right: 0 !important;
    padding-left: 20px;
}

/* Main container that mimics the design */
.monitor {
    border-radius: 16px;
    border: 1px solid #333;
    background: #ffffff;
    width: 600px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
    padding: 20px;
}

    .monitor .headerTVs {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
        margin-bottom: 40px;
        color: #303030;
        font-weight: 500;
    }

.lngText {
    font-size: 14px;
    border: 1px solid #e5e5e5;
    padding: 2px 23px;
    border-radius: 50px;
}

.contentTVs {
    text-align: center;
}

.transImgWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transL {
    width: 90px;
}

.transC {
    width: 100px;
}

.transR {
    width: 90px;
}

.logoTVs {
    font-size: 22px;
    display: flex;
    justify-content: center;
    letter-spacing: 0.08rem;
    font-weight: 700;
}

    .logoTVs span {
        margin: 0;
        padding: 0;
    }

/* Search box design */
.search-box input {
    max-width: 400px;
    border-radius: 9999px;
    border: none;
    outline: none;
    background-color: rgb(248, 249, 250);
    font-size: 16px;
    transition: background 0.3s ease;
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

    .search-box input::placeholder {
        color: #555;
    }


.search-box {
    position: relative;
    width: 300px;
}


.fake-text {
    position: absolute;
    top: 8px;
    left: 24px;
    font-size: 16px;
    font-family: monospace;
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #303030;
    animation: typing 4s steps(20, end) infinite, blink 0.7s step-end infinite;
    pointer-events: none;
    width: 0;
}

@keyframes typing {
    0% {
        width: 0
    }

    50% {
        width: 60%
    }

    100% {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}




















.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Optional: white background while loading */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Hide element by default */
.hidden {
    display: none;
}

/* Slide-up animation */
.slide-up {
    animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btnDemo {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    outline: none;
    margin-right: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

    .btnDemo:hover {
        background-color: #0b5ed7;
        transform: translateY(-2px);
    }

.btnStartTril {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0d6efd;
    background-color: transparent;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    outline: none;
    margin-left: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

    .btnStartTril:hover {
        background-color: #0d6efd;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* Headings */
.lovedByClientHeading {
    font-size: 42px;
    font-weight: 600;
    color: #303030;
}

    .lovedByClientHeading span {
        color: #0d6efd;
    }

.SecSubHeading {
    font-size: 18px;
    color: #6c757d;
    font-family: 'Poppins',sans-serif;
}

/* Testimonial Card */
.user-name {
    font-size: 18px;
    color: #303030 !important;
}

.testimonials-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #dee2e6;
}

    .testimonials-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
        /* background-color: #0d6efd; */
        color: #fff !important;
        background-image: linear-gradient(to right bottom, #fd940d, #ff6c45, #ff4476, #ff36a9, #cc4dd8, #a85ae9, #7765f5, #0d6efd, #0d6efd, #0d6efd, #0d6efd, #0d6efd);
    }

        .testimonials-item:hover .testimonials-content p {
            color: #ffffff !important;
        }

        .testimonials-item:hover .user-name, .testimonials-item:hover .text-muted {
            color: #fff !important;
        }

/* User image */
.user-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #0d6efd;
}


.testimonials-content p {
    font-size: 0.95rem;
    color: #495057;
    margin-top: 1rem;
}


.logos-slider {
    white-space: nowrap;
    animation: scroll-logos 30s linear infinite;
}

.logo-item img {
    max-height: 50px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .logo-item img:hover {
        transform: scale(1.1);
    }

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.transR {
    animation: vibrateInterval 1s infinite;
}

@keyframes vibrateInterval {

    0%, 85%, 100% {
        transform: translate(0);
    }

    86% {
        transform: translate(-2px, 2px);
    }

    88% {
        transform: translate(-2px, -2px);
    }

    90% {
        transform: translate(2px, 2px);
    }

    92% {
        transform: translate(2px, -2px);
    }

    94% {
        transform: translate(0);
    }
}

.counterDivider {
    height: 100px;
    width: 2px;
    background-color: #aaaaaa;
}

.demoLWrapper h1 {
    font-size: 56px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    color: #303030;
}

.bg-black {
    background: #303030 !important;
}

.demoLWrapper p {
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin: 2rem 0;
}

.demoLWrapper h2 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 2rem 0;
    color: #303030;
}

.fsSmall {
    font-size: 18px !important;
}

.demoLWrapper .VMMUl {
    line-height: 1.6;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

    .demoLWrapper .VMMUl .starMarker {
        font-size: 28px;
        color: #0d6efd !important;
    }

.clintSpeeks {
    margin-top: 1rem;
}

    .clintSpeeks p {
        font-weight: 600;
        font-size: 18px;
        color: rgb(52, 58, 64);
        margin: 26px 0 42px;
    }

    .clintSpeeks i {
        color: #0d6efd;
        font-size: 42px;
    }

.clientLogo {
    margin-top: 22px;
}

    .clientLogo img {
        max-width: 150px;
    }

.form-control:focus {
    box-shadow: inherit !important;
    border-color: #0d6efd !important;
}


.thankDemoWrap h3 img {
    font-size: 2rem;
}

.thankDemoWrap h4 {
    font-family: "Jost", sans-serif;
    font-size: 2.7rem;
    color: #303030;
    line-height: 1em;
}

.thankDemoWrap p {
    font-size: 1rem;
    color: gray;
    font-family: 'Poppins',sans-serif;
    font-style: italic;
    margin-top: 1.2rem;
}

.form-control::placeholder {
    color: #CBCFD2 !important;
}
