@import url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css);

html {
    width: 100%;
    max-width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Do not set html/body height:100% + overflow:hidden here â€” it breaks position:fixed on the global header. */

#cookieWarnBox {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 9999;
}

/* Scoped to this page only â€” avoids clashing with Bootstrap `.container` inside the included header/footer */
.free-trial-page-main {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 1.5rem 80px;
    padding-top: clamp(6.75rem, 12vw, 8.5rem) !important;
}

/* Left column only wraps the contact form (sticky on desktop) */
.free-trial-left-column {
    min-width: 0;
}

@media (min-width: 768px) {

    .free-trial-page-main {
        display: flex;
        gap: 5rem;
        align-items: stretch;
        overflow: visible;
        width: 100%;
    }

    .free-trial-left-column {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        min-height: 0;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
    }

    .free-trial-left-column .sticky-contact-form {
        align-self: flex-start;
        width: 100%;
    }

    /* Right column: marketing, testimonials, etc. â€” normal page scroll down to footer */
    .free-trial-right-scroll {
        flex: 1 1 60%;
        min-width: 0;
        overflow-x: hidden;
        overflow-y: visible;
        height: auto;
        max-width: 60%;
        position: relative;
        z-index: 1;
    }
}

/* Fixed signup column stacks below global header (z-index 4); footer paints above it so link columns arenâ€™t hidden */
#footer.site-footer {
    position: relative;
    z-index: 25;
    isolation: isolate;
}

/* Extra clearance for fixed â€œTopâ€ control */
main.free-trial-page-main~#footer.site-footer {
    padding-bottom: 4rem !important;
}

/* Strong grid: avoids â€œPlatformâ€ heading overlapping the brand column (mobile-first) */
#footer.site-footer .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 2.5rem;
    align-items: start;
    justify-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

#footer.site-footer .footer-inner>* {
    min-width: 0;
}

@media (min-width: 768px) {
    #footer.site-footer .footer-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.view-more-customer:hover {
    text-decoration: underline;
    color: #098ff8
}

/* Compact fixed control â€” display:block from csi.js was stretching this full-width; JS now uses inline-flex */
#tothetopbutton,
#tothetopbutton:hover {
    background-color: #555 !important;
}

#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;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.form-lable-width {
    padding-top: 8px;
    min-width: 0;
}

.form-field-width {
    min-width: 0;
    width: 100%;
}

#output {
    color: orange;
    letter-spacing: 2px
}

.errormsgFname, .errormsgIname, .errormsgMail, .errormsgPhone, .errormsgRname {
    color: #ee2828;
    text-align: left;
    padding: 4px 0;
    display: none;
    align-items: center;
    font-size: 12px
}

.succMsg {
    font-size: 16px;
    color: #54a17e;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.form-fixed-container {
    border-radius: 6px;
    background-color: #fff;
    z-index: 4;
    width: 100%;
    position: relative;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

.sticky-contact-form.form-fixed-container {
    width: 100%;
    max-width: none;
    position: sticky;
    top: 7rem;
    /* max-height: calc(100vh - 7.5rem); */
    -webkit-overflow-scrolling: touch;
}

/* @media (min-width: 768px) {
    .sticky-contact-form.form-fixed-container {
        width: 100%;
        max-width: none;
        position: sticky;
        top: 7rem;
        max-height: calc(100vh - 7.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    }

    .rightend-sec .trustBy-text {
        margin-top: 0;
    }
} */

select:focus-visible {
    outline-offset: 0;
    outline: 1px solid #83c6fb !important
}

textarea:focus-visible {
    outline: 1px solid #83c6fb !important;
    border: none !important
}

#sidebar.fixed {
    position: fixed;
    top: 6%
}

/* Fills the gridâ€™s right cell (40/60 layout). Old float+60% sat inside the 60% track and left a blank band. */
.free-trial-right-scroll .rightend-sec {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.form-top-heading {
    color: #101010;
    text-align: left;
    margin: 20px 0;
    font-weight: 600
}

.form-top-heading h1 {
    text-align: left;
    font-family: Inter;
    font-size: 22px;
    line-height: 30px;
    margin: 0
}

.form-top-heading h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-family: 'Inter';
}

.heading-section {
    color: #101010;
    margin: 0 0 30px 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    text-align: center
}

.subheading-text {
    color: #101010;
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
    font-family: 'Inter';
}

.subheading-text span {
    font-size: 14px
}

.hower-button-text2 {
    color: #101010;
    font-size: 16px;
    margin: 0;
    font-weight: 600
}

.section-paragraph-text {
    color: #4B5563;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.video-section {
    text-align: center;
    background: #f9fcff;
    padding: 40px
}

.video-section h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 20px 0
}

.form-input-field2 {
    border: 1px solid #93cefb;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    height: 40px;
}

.form-field-width select.form-input-field2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.label-form2 {
    color: #101010;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 1.2;
    font-weight: 400
}

.emp-training-challend-sec {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #93cefb;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.emp-training-bg-clr-seven {
    margin: 30px 0;
    background: #f9fcff;
    padding: 40px
}

.training-course-items {
    background: #fff;
    padding: 24px 16px;
    border-radius: 10px;
    border: 1px solid #93cefb;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    box-sizing: border-box;
    height: 100%;
}

.ready-made-training-section .training-course-items .subheading-text {
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.ready-made-training-section .training-course-items .section-paragraph-text {
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
}

.key-featurs-items {
    padding: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #93cefb;
    box-shadow: none;
    background: #fff;
    border-radius: 8px;
    gap: 12px;
}

.key-featurs-items:hover {
    background: #dbeefd
}

.customer-name {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px auto;
    font-weight: 600
}

.testimonialslider {
    margin: 5% 0;
    padding: 40px;
    background: #f9fcff;
    border-radius: 0
}

.testimonial-image {
    text-align: center;
    width: 125px !important;
    height: 55px !important
}

.feedback-slider-item {
    box-shadow: 0 12px 25px #0000000D;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    text-align: center;
    margin: 10px
}

.feedback-slider .owl-dots {
    padding-top: 5%;
    text-align: center
}

.feedback-slider .owl-dots .active span {
    background: #101010;
    opacity: 1
}

.feedback-slider .owl-dots span {
    background: #e5e5e5;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 7px;
    opacity: 1;
    width: 8px
}

.carousel, .owl-carousel.owl-loaded {
    display: block;
    margin: 0 !important
}

.lgi__btn--next, .lgi__btn--prev, .owl-item.active {
    background-color: #fff0
}

.fa-quote-left {
    font-size: 25px;
    padding: 2% 0;
    color: #9acd32;
    display: none
}

.testimonialline {
    margin: 3% 0;
    border-top: 1px solid #6e6e6e
}

.lgi__btn--prev {
    position: absolute;
    top: 40%;
    left: 0;
    border: none
}

.lgi__btn--next {
    position: absolute;
    top: 40%;
    right: 0;
    border: none
}

.terms-condition-text {
    color: #101010;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin: 10px 0;
    line-height: 1.5
}

.terms-condition-text a {
    color: #098ff8 !important;
    text-decoration: underline
}

.view-more-customer {
    width: 100%;
    align-items: center;
    border: none;
    color: #101010;
    font-size: 14px;
    letter-spacing: normal;
    background: 0 0
}

.check-icon::before {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 900
}

.key-featurs-tab {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Grid keeps label + control columns stable; flex % widths made inputs/selects/phone differ */
.mr-gp {
    display: grid;
    grid-template-columns: minmax(0, 32%) minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    color: #101010;
}

.form-field-width .iti {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.form-field-width .iti input,
.form-field-width .iti input[type="tel"],
.form-field-width .iti input[type="text"] {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* Do not use display:none here: hidden carousels + lazy images often never load; if Owl fails, sections stay blank. */
.owl-carousel {
    display: block;
    width: 100%;
    z-index: auto !important;
    margin: 20px 0
}

.iti {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    height: 25px;
    width: 25px
}

.trustBy-text {
    display: flex
}

.trustBy-text p {
    font-size: 20px;
    text-align: center;
    margin: 0
}

.hr-line {
    background-color: #6e6e6e !important;
    width: 30%;
    border-top: 1px solid;
    height: 1px;
}

.trustBt-img {
    width: 90px;
    height: 60px
}

.small-box {
    text-align: center;
    display: inline-flex;
    margin: 10px auto;
}

.key-featurs-img {
    width: 64px;
    height: 64px
}



.owl-nav {
    display: none
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
    width: 20px
}

.errormsgRole {
    display: none;
    color: red;
    font-size: 12px;
    margin: 12px 0;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.container-conformation {
    width: 100% !important;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hm-redct {
    background: #7b68ee;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 2px 2px 6px #00000029;
    background: linear-gradient(180deg, #6E2CD8 0%, #098FF8 100%);
}

.free-trial-Btn {
    box-shadow: 0 12px 20px #7b68ED29;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
    background: #098ff8;
    font-weight: 400;
    margin: 20px 0;
    cursor: pointer;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), background-color .3s ease-in-out;
    transform: translateY(0);
}

.free-trial-Btn:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: none;
}

.lmsFeatureBTn {
    width: max-content;
    font-size: 16px;
    padding: 14px 20px;
    border: none !important;
    background: #098ff8;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 5px 0 transparent;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
    margin: 30px auto;
    display: block;
    text-align: center;

}

.lmsFeatureBTn:hover {
    color: #fff;
    transform: translateY(calc(-1* var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce .4s ease-out;
    text-decoration: none;
}

.key-featurs-item-sec {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    height: auto;
    border: 1px solid #93cefb;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Title row + icon/body row were separate .test-field blocks; flex gap keeps heading-to-body spacing even */
.key-featurs-item-sec>.test-field {
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.key-featurs-item-sec .subheading-text {
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.key-featurs-item-sec .section-paragraph-text {
    margin: 0;
    padding: 0;
}

.key-featurs-item-sec .lms-key-featured-img-info {
    min-width: 0;
}

.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: 20px;
    border: none;
    padding: 7px 14px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(360deg, #1a80f4 0, #6735dc 100%);
    opacity: 1;
}

.hidden-video {
    display: none
}

.clnt-logo-img {
    box-shadow: 2px 2px 6px #00000029
}

/* Our Clients: never stretch logos to full slide width (media queries below used width:100% and removed all gutters) */
#ourClient .clnt-logo-img {
    object-fit: contain;
    margin: 10px 12px !important;
    box-sizing: border-box;
    border-radius: 6px;
}

.mandatory-symbol {
    color: red
}

.form-field-margin {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.section-background {
    background: #f9fcff;
    padding: 20px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kpis-heading-data {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 40px 0
}

.vertical-seperator {
    border: 1px solid #101010;
    height: 50px;
    display: block
}

.section-paragraph-text li {
    margin: 16px 0
}

#video-frame iframe {
    width: 100%;
    height: 360px
}

.ready-made-training-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

#ourClient .owl-dots {
    display: none
}

/* Before Owl initializes: native <ul> stacks <li> vertically â€” force horizontal row to avoid FOUC */
#ourClient .clients-carousel1:not(.owl-loaded),
#ourClient .clients-carousel2:not(.owl-loaded) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#ourClient .clients-carousel1:not(.owl-loaded)>li,
#ourClient .clients-carousel2:not(.owl-loaded)>li {
    flex: 0 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Testimonials: hide stacked slides until Owl builds the slider */
.testimonialslider .feedback-slider:not(.owl-loaded) {
    overflow: hidden;
}

.testimonialslider .feedback-slider:not(.owl-loaded) .feedback-slider-item {
    display: none;
}

.testimonialslider .feedback-slider:not(.owl-loaded) .feedback-slider-item:first-of-type {
    display: block;
}

/* Gutters come from #ourClient .clnt-logo-img horizontal margins (owl-item padding was not visible when imgs were width:100%) */
#ourClient .clients-carousel1 .owl-item,
#ourClient .clients-carousel2 .owl-item {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

#ourClient .clients-carousel1 .owl-item>li,
#ourClient .clients-carousel2 .owl-item>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.test-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%
}

.lms-key-featured-heading {
    width: 10%;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.lms-key-featured-img-info {
    width: 90%;
    min-width: 0
}

.clients-carousel1 li,
.clients-carousel2 li {
    list-style-type: none;
}

@media only screen and (max-width:767px) {

    .free-trial-page-main {
        display: block;
        overflow: visible !important;
    }

    .ddesktopversion {
        display: block
    }

    .mobileversion {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktopversion {
        display: none !important
    }

    .mobileversion {
        display: block
    }

    #tothetopbutton {
        left: 16px !important;
        right: auto !important;
        bottom: 20px !important;
        transform: none !important;
    }

    .free-trial-page-main {
        padding: 20px !important
    }

    .form-field-width, .form-lable-width {
        width: 100%
    }

    .label-form2 {
        font-size: 14px;
        line-height: 1.5
    }

    .terms-condition-text {
        text-align: center
    }

    .heading-section {
        font-size: 30px;
        margin: 0 0 20px 0;
        line-height: 1.5
    }

    .hm-redct {
        padding: 3% 1%;
        width: 100%;
        margin: 15px 0
    }

    .form-fixed-container,
    .sticky-contact-form.form-fixed-container {
        width: 100%;
        position: relative !important;
        left: auto;
        top: auto !important;
        max-height: none !important;
        overflow-y: visible !important;
        box-shadow: none;
    }

    .mr-gp {
        display: block
    }

    .lmsFeatureBTn {
        width: 100%;
        padding: 3%
    }

    #sidebar.fixed {
        position: relative !important;
        top: 18%;
        margin: 0 0 25px
    }

    .testimonialslider {
        padding: 20px
    }

    .rightend-sec {
        float: right;
        width: 100%;
        margin: 0;
        padding: 0 !important
    }

    .key-featurs-tab {
        width: 100%;
        display: block
    }

    .feedback-slider-item {
        text-align: center;
        margin: 10px
    }

    .customer-name {
        font-size: 16px
    }

    .view-more-customer {
        font-size: 12px
    }

    .trustBy-text p {
        font-size: 14px;
        margin: 0;
        letter-spacing: 0
    }

    .hr-line {
        margin: 10px auto
    }

    .small-box {
        margin: 10px 0
    }

    .key-featurs-items {
        border-radius: 10px;
        padding: 15px 10px;
        margin: 15px 5px;
        width: 100%
    }

    .form-field-margin {
        gap: 16px
    }

    .subheading-text {
        font-size: 18px
    }

    .ready-made-training-section {
        /* display: block; */
        grid-template-columns: repeat(1, 1fr);
    }

    .training-course-items {
        width: 100%
    }

    .kpis-heading-data {
        font-size: 16px;
        margin: 0
    }

    .emp-training-bg-clr-seven {
        padding: 20px
    }

    .video-section {
        padding: 10px
    }

    .play-button {
        font-size: 16px;
        padding: 6px 10px
    }

    #video-frame iframe {
        width: 100%;
        height: auto
    }

    .key-featurs-img {
        width: 45px;
        height: 45px
    }

    .key-featurs-item-sec>.test-field {
        gap: 12px;
    }

    .trustBt-img {
        width: 60px;
        height: 42px
    }

    .video-placeholder img {
        width: 315px;
        height: 177px;
        margin: auto
    }

    .video-placeholder {
        width: auto
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .free-trial-page-main {
        padding: 1.25rem 1rem 2rem !important;
        padding-top: clamp(6.75rem, 12vw, 8.5rem) !important;
    }

    .video-section h2 {
        font-size: 22px
    }

    .form-top-heading h1 {
        font-size: 20px
    }

    .form-top-heading h6 {
        font-size: 14px
    }

    .key-featurs-tab, .ready-made-training-section {
        /* display: block; */
        grid-template-columns: repeat(1, 1fr);
    }

    .key-featurs-items {
        /* margin: 8px; */
        width: 100%
    }

    .rightend-sec {
        width: 100%;
        float: none;
    }

    .trustBt-img {
        width: 60px;
        height: auto
    }

    .form-fixed-container {
        width: 100%
    }

    .hower-button-text2 {
        font-size: 14px;
        line-height: 1.3
    }

    .label-form2, .section-paragraph-text {
        font-size: 14px
    }

    .subheading-text {
        font-size: 18px
    }

    .lmsFeatureBTn {
        width: 50%;
        margin: 3% auto
    }

    .emp-training-challend-sec, .training-course-items {
        /* margin: 10px 5px; */
        width: 100%
    }

    .testimonialslider {
        margin: 5% 10px
    }

    .customer-name {
        font-size: 14px
    }

    .key-featurs-img {
        width: 50px;
        height: 50px
    }

    .key-featurs-item-sec>.test-field {
        gap: 12px;
    }

    .kpis-heading-data {
        font-size: 16px
    }

    .emp-training-bg-clr-seven {
        padding: 20px
    }

    /* Do not use width: -webkit-fill-available on .clnt-logo-img â€” it stretches logos edge-to-edge with no gap */
    #ourClient .clnt-logo-img {
        width: 110px !important;
        max-width: min(110px, 100%);
        height: auto;
        max-height: 76px;
        object-fit: contain;
        margin: 10px 12px !important;
        border-radius: 10px;
        box-shadow: 2px 2px 6px #00000029;
    }

    .video-placeholder img {
        width: 100%;
        object-fit: cover;
        height: auto
    }
}


/* @media only screen and (min-width:1000px) and (max-width:1280px) {
    .video-placeholder img {
        width: -webkit-fill-available;
        object-fit: cover;
        height: auto;
    }
} */

@media only screen and (min-width:1025px) and (max-width:1150px) {
    .rightend-sec {
        float: none;
        padding: 0;
        width: 100%;
    }

    .video-placeholder img {
        width: 100%;
        object-fit: cover;
        height: auto
    }

    .free-trial-page-main {
        width: 100% !important;
        padding: 1.25rem 1rem 2rem !important;
        padding-top: clamp(6.75rem, 12vw, 8.5rem) !important;
    }

    .form-fixed-container {
        width: 100%;
    }

    .key-featurs-img {
        width: 40px;
        height: 40px;
    }

    #ourClient .clnt-logo-img {
        width: 110px !important;
        max-width: min(110px, 100%);
        height: auto;
        max-height: 76px;
        object-fit: contain;
        margin: 10px 12px !important;
    }
}

.owl-stage {
    display: flex;
    gap: 20px;
}