@import url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css);

body {
    overflow-x: hidden;
    font-family: inter !important;
    width: 100%;

}

#cookieWarnBox {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 9999;
}

#tothetopbutton, #tothetopbutton:hover {
    background-color: #555
}

.lgi__btn--prev {
    position: absolute;
    top: 40%;
    left: 0;
    border: none
}

.lgi__btn--next {
    position: absolute;
    top: 40%;
    right: 0;
    border: none
}

#tothetopbutton {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 3.75%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px
}

#output {
    color: orange;
    letter-spacing: 2px
}

.container {
    width: 100% !important;
    padding: 50px !important;
    background: #f9fcff;
}


.form-fixed-container {
    border-radius: 6px;
    /* background-color: #fff; */
    z-index: 1;
    width: 32%;
    position: fixed;
}

#sidebar.fixed {
    position: fixed;
    top: 25%;
}

.errormsgFname, .errormsgIname, .errormsgMail, .errormsgPhone, .errormsgRname {
    color: #ee2828;
    text-align: left;
    padding: 4px 0;
    display: none;
    align-items: center;
    font-size: 12px
}

.succMsg {
    font-size: 15px;
    color: #54a17e;
    text-align: center;
    padding-top: 2%
}

.form-top-heading h1 {
    text-align: left;
    font-family: Inter;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.form-top-heading h6 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
}

.form-field-margin {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-top-heading {
    margin: 0 0 40px 0;
}

.mr-gp {
    display: flex;
    align-items: baseline;
    color: #101010;
    gap: 10px;
}

.form-lable-width {
    width: 32%;
}

.label-form2 {
    color: #101010;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 1.5;
    font-weight: 400;
}

.mandatory-symbol {
    color: red;
}

.form-field-width {
    width: 68%;
}

.form-input-field2 {
    border: 1px solid #93cefb;
    border-radius: 6px;
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

.errormsgRole {
    display: none;
    color: red;
    font-size: 12px;
    margin: 12px 0;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.free-trial-Btn {
    box-shadow: 0 12px 20px #7b68ED29;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 3%;
    font-size: 16px;
    width: 100%;
    background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
    font-weight: 400;
    margin: 20px 0;
}

.terms-condition-text {
    color: #101010;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

.rightend-sec {
    float: inline-end;
    padding: 0;
    width: 60%;
    margin: 80px 0 0 0;
}

.video-section {
    text-align: center;
    background: #f9fcff;
    padding: 40px 0;
}

.video-section h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 20px auto;
}

.video-placeholder {
    width: auto;
    background-color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 14px
}

.video-placeholder img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.play-button {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    border: none;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(360deg, #1a80f4 0, #6735dc 100%);
    opacity: 1
}

.hidden-video {
    display: none
}

.clnt-logo-img {
    width: 110px !important;
    height: 70px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 2px 2px 6px #00000029
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Features section */
.features-section {
    background-color: #f6f6f6;
    padding: 80px 40px;
}

.features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
    text-align: center;
    margin: 0;
}

.features-grid {
    display: grid;
    /* grid-template-columns: 1fr; */
    /* gap: 16px; */
    width: 100%;
    /* max-width: 800px; */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-card {
    background-color: #ffffff;
    border: 1px solid #93cefb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background-color: #f3f3f3;
    border-radius: 24px;
}

.feature-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #101010;
    margin: 0;
}

.learn-more-button {
    background: linear-gradient(180deg, #6e2cd8 0%, #098ff8 100%);
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
}

.learn-more-button:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #6436DB;
    animation: bounce 0.4s ease-out;
}

/* LMS Features section */
.lms-features-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.lms-features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.lms-features-grid {
    display: grid;
    /* grid-template-columns: 1fr; */
    gap: 20px;
    width: 100%;
    /* max-width: 1000px; */
    grid-template-columns: repeat(2, 1fr);
}

.lms-feature-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lms-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.lms-feature-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lms-feature-icon {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 32px;
    flex-shrink: 0;
}

.lms-feature-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
    margin: 0;
}

.lms-feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #101010;
    margin: 0;
}

/* Training courses section */
.training-section {
    background: linear-gradient(270deg, #4674f3 0%, #7a3dee 100%);
    padding: 80px 40px;
}

.training-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.training-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.training-grid {
    display: grid;
    /* grid-template-columns: 1fr; */
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    /* max-width: 800px; */
}

.training-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.training-card:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.15);
}

.training-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.training-card-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

/* Challenges section */
.challenges-section {
    background-color: #f6f6f6;
    padding: 80px 40px;
}

.challenges-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.challenges-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
    text-align: center;
    margin: 0;
}

.challenges-grid {
    display: grid;
    /* grid-template-columns: 1fr; */
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    /* max-width: 800px; */
}

.challenge-card {
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 250px;
}

.challenge-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.challenge-card:nth-child(1) {
    background: linear-gradient(270deg, #faedcb 0%, #fff8e7 100%);
}

.challenge-card:nth-child(2) {
    background: linear-gradient(270deg, #dbcdf0 0%, #ede2ff 100%);
}

.challenge-card:nth-child(3) {
    background: linear-gradient(270deg, #c9e4de 0%, #e6fff9 100%);
}

.challenge-card:nth-child(4) {
    background: linear-gradient(270deg, #f2c6de 0%, #ffeaf5 100%);
}

.challenge-card:nth-child(5) {
    background: linear-gradient(270deg, #c6def1 0%, #e3f2ff 100%);
}

.challenge-card:nth-child(6) {
    background: linear-gradient(270deg, #f7d9c4 0%, #fff0e6 100%);
}

.challenge-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
    margin: 0;
}

.challenge-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #101010;
    margin: 0;
}

/* KPIs section */
.kpis-section {
    background: linear-gradient(270deg, #4674f3 0%, #7a3dee 100%);
    padding: 80px 40px;
}

.kpis-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.kpis-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.kpis-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    /* max-width: 800px; */
}

.kpis-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.kpis-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

.kpi-item {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.kpi-divider {
    width: 1px;
    height: 46px;
    background-color: #ffffff;
    display: none;
}

.kpis-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
}

.kpis-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
}

.kpis-details ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
}

/* Interactive states */
.form-input:hover {
    border-color: #6e2cd8;
}

.dropdown-container:hover {
    border-color: #6e2cd8;
}

.phone-input-container:hover {
    border-color: #6e2cd8;
}

@media (min-width:768px) and (max-width:1024px) {
    .tab-version {
        display: block
    }

    .features-section, .lms-features-section, .training-section, .challenges-section, .kpis-section {
        padding: 50px 20px;
    }

    .section-title, .training-title, .kpis-title {
        font-size: 28px;
    }

    .lms-features-grid, .training-grid, .challenges-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container {
        padding: 20px !important;
    }

    .challenge-card {
        height: auto;
    }

    .kpi-item {
        font-size: 16px;
    }

    .kpis-nav {
        gap: 12px;
    }

    .form-top-heading h1 {
        font-size: 20px;
    }

    .label-form2 {
        font-size: 14px;
    }

    .form-top-heading h6 {
        font-size: 14px;
    }

    .challenge-title, .training-card-title, .lms-feature-title {
        font-size: 18px;
    }
}

@media only screen and (min-width:767px) {
    .desktop-version {
        display: block
    }

    .mobile-version {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktop-version {
        display: none !important
    }

    .tab-version {
        display: none
    }

    #sidebar.fixed {
        position: relative !important;
        top: 18%;
        margin: 0 0;
    }

    .form-fixed-container {
        width: 100%;
        padding: 20px;
    }

    .rightend-sec {
        float: right;
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }

    .features-grid, .lms-features-grid, .training-grid, .challenges-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container {
        padding: 50px 0px !important;
    }

    .features-section, .lms-features-section, .training-section, .challenges-section, .kpis-section {
        padding: 50px 20px;
    }

    .video-section {
        padding: 20px;
    }

    .section-title, .training-title, .challenges-title, .kpis-title {
        font-size: 24px;
    }

    .features-container {
        gap: 30px;
    }

    .lms-feature-title, .training-card-title, .challenge-title {
        font-size: 18px;
    }

    .kpi-item {
        font-size: 16px;
    }

    .kpis-nav {
        gap: 12px;
    }

    .label-form2 {
        font-size: 14px;
    }

    .form-top-heading {
        margin: 20px 0;
    }
}