@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro: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&family=Great+Vibes&family=Grey+Qo&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petemoss&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background-color: rgb(0 0 0 / 1);
}
:root{
    --_typography---heading-medium-font-size: 2.5rem;
    --_typography---heading-medium-line-height: 2.75rem;
    --_typography---heading-medium-letter-spacing: -.1rem;

    --_typography---heading-small-font-size: 2rem;
    --_typography---heading-small-line-height: 2.375rem;
    --_typography---heading-small-letter-spacing: -.08rem;

    --_typography---heading-xsmall-font-size: 1.75rem;
    --_typography---heading-xsmall-line-height: 2.125rem;
    --_typography---heading-xsmall-letter-spacing: -.06125rem;

    --_typography---heading-tiny-font-size: 1.5rem;
    --_typography---heading-tiny-line-height: 1.75rem;
    --_typography---heading-tiny-letter-spacing: -.045rem;

    --_typography---paragraph-xlarge-font-size: 1.25rem;
    --_typography---paragraph-xlarge-line-height: 1.75rem;
    --_typography---paragraph-xlarge-letter-spacing: -.0125rem;
    --_typography---paragraph-large-font-size: 1.125rem;
    --_typography---paragraph-large-line-height: 1.625rem;
    --_typography---paragraph-large-letter-spacing: -.009rem;

    --_typography---caption-medium-font-size: .875rem;
    --_typography---caption-medium-line-height: 1.25rem;
    --_typography---caption-medium-letter-spacing: .035rem;
    --_typography---caption-small-font-size: .75rem;
    --_typography---caption-small-line-height: 1.125rem;
    --_typography---caption-small-letter-spacing: .03rem;

    --_typography---paragraph-medium-font-size: 1rem;
    --_typography---paragraph-medium-line-height: 1.5rem;
    --_typography---paragraph-medium-letter-spacing: -.004rem;

    --_typography---heading-x-huge-font-size: 7.25rem;
    --_typography---heading-xhuge-line-height: 7.25rem;
    --_typography---heading-xhuge-letter-spacing: -.3625rem;
    --_typography---heading-huge-font-size: 5.5rem;
    --_typography---heading-huge-line-height: 5.5rem;
    --_typography---heading-huge-letter-spacing: -.275rem;
    --_typography---heading-xlarge-font-size: 4.5rem;
    --_typography---heading-xlarge-line-height: 4.625rem;
    --_typography---heading-xlarge-letter-spacing: -.225rem;
    
    /* paragraph color Light Mode */
        --grey-700: #333b52;
}


/*****************************************
        Banner Section Css Start Here
********************************************/
section.solutionPageBanner {
    background: aliceblue;
    padding: 80px 0;
}
section.solutionPageBanner {
    background: aliceblue;
    padding: 140px 0 0;
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    margin-top: -70px;
    height: 100vh;
}
.heading-xlarge {
    font-size: var(--_typography---heading-xlarge-font-size);
    line-height: var(--_typography---heading-xlarge-line-height);
    letter-spacing: var(--_typography---heading-xlarge-letter-spacing);
    text-transform: none;
    font-weight: 600;
    width: 65%;
}
.text-highlight-gradient {
    background-image: linear-gradient(90deg, #5ab2e2, #2a7fe0 50%, #1d6fe5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: visible;
}
span {
    display: unset;
}
.caption {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: .5rem;
    background-color: #ffffff;
    color: #1c6ee5;
    cursor: default;
    align-items: center;
    padding: .375rem .75rem;
    display: inline-flex;
    position: relative;
    margin-bottom: 25px;
}
.caption-medium {
    font-size: var(--_typography---caption-medium-font-size);
    line-height: var(--_typography---caption-medium-line-height);
    letter-spacing: var(--_typography---caption-medium-letter-spacing);
    text-transform: uppercase;
    font-weight: 500;
}
.solutionContentbnrWrappper .BanrPara {
    font-size: var(--_typography---paragraph-xlarge-font-size);
    line-height: var(--_typography---paragraph-xlarge-line-height);
    letter-spacing: var(--_typography---paragraph-xlarge-letter-spacing);
    margin-top: 1rem;
    color: var(--grey-700);
    width: 55%;
}
.ActionButtonBnr a {
    padding: 15px 20px;
    background: #1c6ee5;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(.6,.6,0,1);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-feature-settings: "cv10" on, "ss01" on, "liga" off, "calt" off;
    box-shadow: 0 0 0 1px #2f019714, 0 1px 1px #2f01970a, 0 3px 3px #2f019708, 0 6px 4px #2f019705, 0 11px 4px #2f019703;
    outline: none;
    border: none;
    display: inline-flex;
}
.bnrActionSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.bnrActionSection .googlerateLeft_egrt {
     justify-content: end;
}
.bnrActionSection .leftReviewOn p {
    color: #000000;
    
}
.bnrActionSection .ReviewsCount p {
    color: #000000;
  
}
/*****************************************
        Banner Section Css END Here
********************************************/
.inspaction-TMS ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inspaction-TMS h1 {
    color: #fff;
}

.inspaction-TMS p {
    font-size: 16px;
    color: #ddd;
}

.juggling-hadding-TMS {
    text-align: center;
    padding-bottom: 15px;
}

.juggling-wrapper-TMS {
    padding: 40px 0px;
}

.juggling-hadding-TMS h3.taitel-main-TMS {
    margin: auto;
    max-width: 70%;
}

.juggling-hadding-TMS p {
    max-width: 60%;
    margin: auto;
    padding-top: 18px;
}

.heightlight-box-TMS {
    height: auto;
    width: 100%;
    border-radius: 14px;
    margin-top: 30px;
    overflow: hidden;
    transition: all .09s ease;
    background: #000000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #262626;
}

.heightlight-box-TMS:hover {
    transform: rotate(1deg) scale(1.02);
}

.heightlight-img-TMS {
    height: auto;
    width: 100%;
}

.heightlight-img-TMS img {
    height: 100%;
    width: 100%;
}

.heightlight-text-TMS {
    color: #fff;
    padding: 40px;
}

.heightlight-box-TMS.defrent-box {
    display: flex;
    align-items: center;
    height: 420px;
}

.heightlight-text-TMS h3 {
    font-weight: 700;
    margin: 0;
}

.heightlight-text-TMS p {
    padding-top: 14px;
}

.everything-wrap-TMS {
    padding: 60px 0px;
    height: auto;
    width: 100%;
}

.everything-box-TMS {
    height: auto;
    width: 100%;
    border-radius: 14px;
    margin-top: 30px;
    transition: all .09s ease;
    padding: 24px;
    position: relative;
    color: #fff;
    background: #000000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #262626;
}

.everything-box-TMS:hover {
    box-shadow: -2px 5px 3px 0 #13304212;
    transform: scale(1.02);
    border-color: #30304599;
}

.everything-icon-TMS {
    display: inline-flex;
    align-items: center;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    justify-content: center;
    background-image: linear-gradient(to bottom, #514f57, #292630);
}

.everything-icon-TMS iconify-icon {
    font-size: 25px;
}

.everything-text-TMS h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.everything-box-TMS a.everything-arrow-TMS {
    position: absolute;
    top: 15px;
    right: 18px;
    color: #fff;
    font-size: 30px;
}

.complete-wrap-TMS {
    padding: 60px 0px;
}

.complete-box-TMS {
    align-items: center;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    color: rgb(255 255 255);
    border-radius: 14px;
    background-color: rgb(61 14 191);
    justify-items: center;
}

.complete-box-text-TMS {
    width: 50%;
}

.complete-box-img-TMS {
    width: 50%;
    height: auto;
    position: relative;
}

.complete-box-img-TMS img {
    height: 100%;
    width: 100%;
    border-radius: 9px;
    position: relative;
    left: 66px;
}

.complete-box-img-sm-TMS {
    height: 150px;
    width: 150px;
    position: absolute;
    right: calc(50% - 75px);
    top: -100px;
}

.complete-box-img-sm-TMS img {
    height: 100%;
    width: 100%;
}

.complete-box-text-TMS span {
    font-size: 15px;
}

.complete-box-text-TMS h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    margin: auto;
}

.complete-box-text-TMS p {
    color: #fff;
    padding-top: 12px;
}

.complete-box-text-TMS a {
    color: rgb(61 14 191);
    background-color: rgb(245 241 255);
    padding: 10px 12px;
    border: 1px solid rgb(203 201 222);
    border-radius: 9px;
    box-shadow: 0 3px 3px 0 #13304212;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 18px;
}

.complete-box-text-TMS p.no-TMS {
    margin: 0;
    padding-top: 9px;
    color: rgb(189 172 255);
    font-size: 14px;
    line-height: 14px;
}

.juggling-wrapper {
    padding: 40px 0px;
    height: auto;
    width: 100%;
    max-height: 2000px;
}

.code-when-wrap-TMS {
    padding: 40px 0px;
    height: auto;
    width: 100%;
}

.code-when-box-TMS {
    background-color: #fef9f2;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    gap: 50px;
    align-items: center;
    position: sticky;
    top: 70px;
    border: 1px solid #0e0918;
}

.code-when-image {
    height: auto;
    width: 100%;
    max-width: 50%;
    padding: 75px 25px 75px 0px;
    text-align: right;
}

.code-when-image img {
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: inset 0 0 0 3px #323335, 0 12px 25px #0000000d, 0 2px 4px #0000000d;
    filter: contrast(125%);
    max-width: 200%;
    outline: 3px solid #000;
    outline-offset: 0;
    padding-top: 0;
    transform: perspective(2000px) rotateX(0) rotateY(-31deg) rotate(0);
    transform-style: preserve-3d;
    vertical-align: baseline;
    width: 95%;
    margin-left: auto;
}

.code-when-text-TMS h4 {
    font-size: 48px;
    font-weight: 600;
}

.code-when-text-TMS {
    padding-left: 45px;
}

.code-when-text-TMS p {
    color: #000;
    max-width: 70%;
}

.code-when-text-TMS ul li span {
    font-weight: 500;
    color: #292929;
    padding-right: 5px;
}

.code-when-text-TMS ul li {
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #7a7a7a;
}

.code-when-text-TMS ul li iconify-icon {
    font-size: 25px;
    margin-right: 8px;
}

.run-wrap-TMS {
    display: flex;
    background-color: #0e0918;
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.run-video-wrap-TMS {
    height: auto;
    width: 100%;
}

.run-video-wrap-TMS img {
    height: 205px;
    width: 205px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
}

.run-video-wrap-TMS {
    max-width: 50%;
    width: 50%;
    position: relative;
}

.run-video-inner {
    height: 598px;
    width: 100%;
}

.run-video-inner video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.run-text-TMS {
    padding-left: 60px;
    width: 50%;
}

.run-text-TMS h3 {
    background-image: linear-gradient(135deg, #fff, #7c7c7c);
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -.02em;
    padding-right: .04em;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 600;
}

.runcheck-wrapTMS {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
    padding-top: 30px;
}

.runcheck-box {
    width: 48%;
    display: flex;
    color: #c4bbd3;
    padding-bottom: 10px;
}

.runcheck-icons-TMS {
    font-size: 22px;
    padding-right: 10px;
}

.runcheck-box span {
    color: #fff;
    font-weight: 500;
}

a.theam-btn {
    --bg-color-1: hsla(0, 0%, 100%, 0);
    --bg-color-2: hsla(0, 0%, 100%, 0);
    --bg-color-3: #077ac7;
    --bg-color-4: #6b21ef;
    background: linear-gradient(to bottom, #ffffff00, #ffffff00), linear-gradient(141deg, rgb(7 122 199), rgb(107 33 239));
    box-shadow: inset 0 1px 1px #fff3, 0 1px 2px #08080833, 0 4px 4px #08080814, 0 7px 0 -12px #077ac7, inset 0 6px 12px #ffffff1f;
    transition-duration: .4s, .3s, .3s, .3s, .3s;
    transition-property: box-shadow, --bg-color-1, --bg-color-2, --bg-color-3, --bg-color-4;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94), linear, linear, linear, linear;
    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.runcheck-box h6 {
    font-size: 16px;
    line-height: 28px;
}

.Secure-wrap-TMS {
    padding: 40px 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.Secure-text-TMS {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 150px;
}


.Secure-text-left {
    width: 60%;
}

.Secure-text-img-wrap-TMS {
    width: 40%;
    height: auto;
}

.Secure-text-img-wrap-TMS>img {
    height: 100%;
    object-fit: cover;
    inset: -18% -60% auto auto;
    width: 100%;
    filter: brightness(84%) saturate(27%);
    mix-blend-mode: luminosity;
    opacity: .43;
    position: absolute;
    top: 0;
}

.Secure-autor-img-TMS {
    height: 46px;
    width: 46px;
}

.Secure-autor-img-TMS img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.badge-secondary-VK.link, span.taitel-TMS {
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    background-image: radial-gradient(circle closest-corner at 50% 160%, #8b5261, #fff0 67%), linear-gradient(hsla(0, 0%, 100%, .18), #00000012);
    box-shadow: inset 0 0 #c4bbd3, 0 4px 4px #0e091870, 0 13px 16px -8px #000, inset 0 4px 12px #ffffff36;
    background-repeat: no-repeat;
    transition-duration: .2s, .2s, .2s;
    transition-property: all, color, opacity;
    transition-timing-function: ease, ease, ease;
    padding: 7px 15px 7px 8px;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #505362;
    font-size: 15px;
}

.Secure-text-left span img, .juggling-hadding-TMS span img, .badge-secondary-VK.link img, span.taitel-TMS img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.Secure-text-left h3, h3.taitel-main-TMS {
    font-size: 46px;
    font-weight: 600;
    max-width: 80%;
    padding: 12px 0px;
    color: #fff;
    margin: 0;
    line-height: 50px;
}

.Secure-text-left p {
    max-width: 80%;
}

a.theam-btn-2 {
    overflow: hidden;
    --bg-color-1: rgba(124, 101, 161, 0);
    --bg-color-2: rgba(124, 101, 161, .38);
    background: radial-gradient(5rem 60% at 100% 50%, #ffffff80, #292931 90%);
    transition-duration: .45s;
    transition-property: --bg-color-1, --bg-color-2, --bg-stop-1, --bg-stop-2;
    --bg-stop-1: -20%;
    --bg-stop-2: 0%;
    position: relative;
}

/* .Secure-btn-TMS a:last-of-type:before{
    border-radius: .5rem;
    content: "";
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    pointer-events: none;
    position: absolute;
    background: #0e0918;
    z-index: 1;
} */
.Secure-btn-TMS {
    display: flex;
    gap: 15px;
    padding-bottom: 60px;
}

.Secure-text-left ul li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #c4bbd3;
    padding-bottom: 20px;
}

.Secure-text-left ul li h6 {
    width: 50%;
    color: #fff;
    font-weight: 600;
}

.Secure-text-left ul li p {
    width: 100%;
}

.Secure-text-left ul:before {
    opacity: .2;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgb(229 231 235);
    bottom: 0;
    left: 0;
}

.Secure-text-left ul {
    position: relative;
    padding-bottom: 12px;
}

.Secure-img-wrap-TMS {
    background-image: radial-gradient(circle at 30% 140%, rgba(217, 126, 75, .3), transparent 37%), radial-gradient(circle at 50% 310%, #0400ff26, #a2a68700 78%), linear-gradient(transparent, #0d0a195e), radial-gradient(circle at 50% -30%, #a85c5c33, #67454500), radial-gradient(90% 10% at 50% 0, #a85c5c0d, #67454500 90%);
    background-color: #1f192ab3;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #ff8e5d66;
    position: absolute;
    bottom: 50px;
    max-width: 30%;
}

.Secure-author-TMS {
    display: flex;
    gap: 14px;
    padding: 15px 0px;
}

.Secure-autor-text-TMS h6 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 3px;
}

.Secure-autor-text-TMS p {
    font-size: 15px;
}

.Secure-author-box-TMS a {
    transition: box-shadow .5s, border-color .5s;
    color: #c4bbd3;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 50px;
}

.Secure-author-box-TMS a iconify-icon {
    position: relative;
    top: 3px;
    left: 2px;
}

.Secure-author-box-TMS a:hover {
    background: #ffffff03;
    box-shadow: inset -15px 13px 20px #1f192a, 0 5px 50px -12px #ff9b26;
}

.Secure-text-left img.aic-TMS {
    height: 80px;
    width: 80px;
    margin-top: 16px;
}

.voice-AI-wrap-TMS {
    padding: 40px 0px;
    height: auto;
    width: 100%;
}

.voice-text-TMS {
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.voice-AI-box-TMS:hover {
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), rgb(16, 16, 20);
    border: 1px solid rgb(187, 187, 191);
}

.voice-AI-box-TMS {
    width: 100%;
    padding: 2rem;
    transition: 150ms ease-in-out;
    display: flex;
    gap: 30px;
    border: 1px solid rgb(44, 44, 51);
    border-radius: 8px;
    align-items: center;
    margin-top: 30px;
    min-height: 462px;
}

.voice-AI-img-TMS {
    height: auto;
    width: 100%;
    max-width: 350px;
}

.voice-AI-img-TMS img {
    height: 100%;
    width: 100%;
}

.voice-AI-text-TMS>span {
    display: flex;
    width: fit-content;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 0.375rem 1rem;
    background-color: rgb(44, 44, 51);
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.voice-AI-text-TMS a {
    color: rgb(121, 175, 250);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.voice-AI-box-TMS.voice-AI-next {
    display: block;
}

.voice-AI-box-TMS.voice-AI-next .voice-AI-img-TMS {
    margin-top: 30px;
}

.voice-AI-text-TMS h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.get-TMS a.aiBG {
    text-decoration: none;
    padding: 4px 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    height: 44px;
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box padding-box, linear-gradient(90deg, rgb(32, 28, 255) -91.5%, rgb(19, 239, 149) 80.05%) border-box border-box;
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(56, 237, 172, 0.2) 10px 0px 15px) drop-shadow(rgba(150, 162, 255, 0.2) -10px 0px 15px);
    border: 1px solid transparent;
    line-height: 35px;
    transition: .5s;
}

.get-TMS a.aiBG::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    z-index: 0;
    opacity: 0;
    transition: opacity 100ms ease-in-out, background-position 400ms ease-in-out;
    border-radius: 4px;
    box-sizing: content-box;
    padding: 1px;
    background: linear-gradient(to right, rgb(0, 143, 193), rgb(0, 240, 153), rgb(0, 143, 193), rgb(0, 240, 153)) 0% 0% / 300% 100%;
}

.get-TMS a.aiBG:before:hover {
    opacity: 1;
    background-position: 100% 0px;
}

.get-TMS a.aiBG:hover {
    background: linear-gradient(to right, rgb(0, 143, 193), rgb(0, 240, 153), rgb(0, 143, 193), rgb(0, 240, 153)) 0% 0% / 300% 100%;
    color: rgb(11, 11, 12);
    box-shadow: rgba(38, 44, 52, 0.05) 0px 1px 2px;
    filter: unset;
    transition: .5s;
}

.voice-AI-box-TMS.get-TMS {
    justify-content: space-between;
    gap: 0;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    overflow: hidden;
}

.voice-AI-box-TMS.get-TMS h4 {
    font-size: 34px;
    font-weight: 700;
}

.voice-AI-box-TMS.get-TMS h4 span {
    color: #149AFB;
}

.voice-AI-box-TMS.get-TMS p {
    font-size: 17px;
    padding-top: 20px;
}

.voice-AI-box-TMS.get-TMS:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    transition: 500ms ease-in-out;
    background: url(../images/voice6-bg.png) center center / cover no-repeat;
}

.voice-AI-box-TMS.get-TMS:hover::before {
    transform: scale(1.3);
}

.voice-AI-box-TMS.get-TMS:hover {
    background-color: transparent;
}


/* visnu css */

.section-1-VK .contnet-section-1-VK {
    text-align: center;
    /* padding: 60px 0px; */
}

.contnet-section-1-VK .main-title-VK {
    color: white;
    font-size: 40px;
    font-weight: 600;
}

.Win-Deals-wrap-TMS {
    text-align: center;
}

.Win-Deals-wrap-TMS h3.taitel-main-TMS {
    margin: auto;
}

.contnet-section-1-VK .main-para-VK {
    font-size: 18px;
    line-height: 140%;
    margin: 0px auto 0;
    text-align: center;
    max-width: 54%;
}

.main-btn-group-VK {
    margin: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



.star-img-VK .section-1-icon-star-VK {
    color: #d1d116;
}

.section-review-part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.golden-TMS {
    height: 40px;
    width: 192px;
}

.golden-TMS img {
    height: 100%;
    width: 100%;
}

.section-review-part img {
    width: 150px;
}

.section-1-review-VK {
    width: 50%;
    margin: auto;
    padding-top: 40px;
    border-top: 1px solid #e2e5f1;
    border-color: rgba(255, 255, 255, .15);
}

.section-1-revirew-content-star-VK .review-num-VK {
    color: white;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.star-img-VK .rate-VK {
    color: white;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 700;
}

.section-2-tab-buttons-VK {
    position: absolute;
    top: calc(var(--index)* 2.5);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

}

.hero-slider-btns-VK {
    counter-reset: button-counter;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #0264f2;
    padding: 12px;
    border-radius: 12px;
    scrollbar-width: none;
}

.hero-slider-btns-VK button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px 12px 46px;
    border-radius: 6px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    opacity: 0.64;
    position: relative;
    counter-increment: button-counter;
}

.hero-slider-btns-VK button.active {
    background-color: #fff;
    color: #001216;
    opacity: 1;
}

.hero-slider-btns-VK button::before {
    content: counter(button-counter);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    background-color: #fff;
    color: #475467;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-btns-VK button:nth-child(1).active::before {
    background-color: #0264f2;
    color: white;
}

.hero-slider-btns-VK button:nth-child(2).active::before {
    background-color: #0264f2;
    color: white;
}

.hero-slider-btns-VK button:nth-child(3).active::before {
    background-color: #0264f2;
    color: white;
}

.hero-slider-btns-VK button:nth-child(4).active::before {
    background-color: #0264f2;
    color: white;
}

.hero-slider-btns-VK button::after {
    content: "";
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/arr.svg;)
}

.slide-part-VK {
    border-radius: 20px;
    padding-top: 40px;
    border: 1px solid #e2e5f1;
    border-color: rgba(255, 255, 255, .15);
}

.section-2-swiper-VK {
    padding-top: 110px !important;
}





.hero-slider .swiper-wrapper {
    align-items: flex-end;
}

.section-2-cards-VK {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
    padding: 0 19%;
    height: 100%;
}

.section-2-card-VK:not(.section-2-card-VK-center) {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 49%;
}

/* .section-2-card-VK-img--mob {
    display: none;
} */
.section-2-card-VK {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
    will-change: auto;
}

.section-2-card-VK img {
    width: 100%;
    height: auto;
}

.section-2-card-VK-center {
    max-width: 1000px;
    z-index: 5;
}

.section-2-card-VK-center img {
    filter: none;
    box-shadow: 0px 997px 279px 0px rgba(3, 43, 53, 0), 0px 638px 255px 0px rgba(3, 43, 53, 0.02), 0px 359px 215px 0px rgba(3, 43, 53, 0.08), 0px 160px 160px 0px rgba(3, 43, 53, 0.13), 0px 40px 88px 0px rgba(3, 43, 53, 0.15);
}

.section-2-card-VK:not(.section-2-card-VK-center) {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 49%;
}

.section-2-cards-VK.animate-cards .section-2-card-VK-left-2 {
    -webkit-animation: slideout-left-2 1s forwards;
    animation: slideout-left-2 1s forwards;
}

.section-3-VK {
    padding-top: 40px;
}

.client-VK {
    background: #0360e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 32px;
}

.client-VK__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-VK__text {
    color: var(--Base-base---1, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.28px;
    white-space: nowrap;
    margin-right: 32px;
    opacity: 0.8;
}

.client-VK__logos {
    display: flex;
    gap: 31px;
    align-items: center;
}

.client-VK__logos-item {
    height: 37px;
    width: 100%;
}

.client-VK__logos-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.platfrom-VK {
    padding: 88px 32px;
}

.platfrom-VK .section-4-label-VK {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding: 8px 25px;
    border-radius: 100px;
    border: 1px solid #dedede;
    display: table;
    margin: 0 auto 24px;
}

.platfrom-VK__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.section-4-title-VK {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    margin: 0;
    padding: 12px 0px;
}

.platfrom-VK__subtitle {
    max-width: 678px;
    width: 100%;
}

.section-4-subtitle-VK {
    text-align: center;
}

.platfrom-VK__cards {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.platfrom-VK__card {
    display: flex;
    width: calc(50% - 16px);
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    border-radius: 16px;
    border: 1px solid #e2e5f1;
    border-color: rgba(255, 255, 255, .15);
}

.platfrom-VK__card-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.44px;
    padding-right: 50px;
    margin-top: auto;
}

.platfrom-VK__card-logos {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.platfrom-VK__card--right {
    text-align: right;
    align-items: flex-end;
}

.platfrom-VK__card--right .platfrom-VK__card-title {
    padding-right: 0;
    padding-left: 50px;
}

.platfrom-VK__card--right .platfrom-VK__card-logos {
    justify-content: flex-end;
}

.platfrom-VK__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
    height: 175px;
    border-radius: 26px;
    border: 1.423px solid #F5F6FD;
    background: #FFF;
    box-shadow: 0px 115px 32px 0px rgba(7, 35, 80, 0), 0px 73px 29px 0px rgba(7, 35, 80, 0.01), 0px 41px 25px 0px rgba(7, 35, 80, 0.02), 0px 18px 18px 0px rgba(7, 35, 80, 0.04), 0px 5px 10px 0px rgba(7, 35, 80, 0.05);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}




.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: -175px;
    transform: translateX(-50%);
    background: #1e1e1e;
    padding: 20px;
    border-radius: 12px;
    max-width: 427px;
    border: 1px solid #e2e5f1;
    border-color: rgba(255, 255, 255, .15);
    display: none;
    z-index: 99;
}

.cookie-popup h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
    gap: 10px;
}

.cookie-icon {
    font-size: 30px
}


.cookie-popup p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #c2c6cb !important;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cookie-buttons button {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    width: 100%;
}

.btn-essential {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.btn-essential:hover {
    background: rgba(255, 255, 255, 0.2);
}

.btn-accept {
    background: white;
    border: none;
    color: black;
    font-weight: bold;
}

.btn-accept:hover {
    background: #e0e0e0;
}




.section.top.pd-bottom-120px {
    padding-bottom: 120px;
}

.section.top {
    padding-top: 48px;
    overflow: hidden;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.inner-container._680px {
    max-width: 680px;
    max-width: 680px;
}

.inner-container.center {
    margin-left: auto;
    margin-right: auto;
}

.flex-vertical.align-center {
    align-items: center;
}

.flex-vertical {
    flex-direction: column;
    display: flex;
}

.badge-secondary-VK.link {
    color: #f5f5f5;
    transform-style: preserve-3d;
    transition: transform .3s, color .3s;
}

.badge-secondary-VK {
    border: .8px solid #505362;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .01);
    border-radius: 40px;
    padding: 10px 18px;
    font-size: 10px;
    margin-bottom: 16px;
    line-height: 1.2em;
    text-decoration: none;
    display: inline-block;
    box-shadow: inset 0 -2px 12px rgba(255, 255, 255, .2);
}

.main-section-VK-title {
    color: #f9f9f9;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.222em;
    background-image: linear-gradient(135deg, #ffffff, #d0d8ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 8px;
}


.buttons-row-VK {
    align-items: center;
    display: flex;
}

.button-primary-wrapper-VK {
    background-image: linear-gradient(to bottom, var(--gradient-color), var(--accent--primary-1));
    cursor: pointer;
    border-radius: 6px;
    padding: 1px;
    margin-right: 16px;
    transition: transform .3s;
    display: inline-block;
    position: relative;
}

.main-section-get-btn-VK {
    display: inline-block;
    z-index: 1;
    background-color: #070719;
    color: var(--neutral--100);
    text-align: center;
    border: 0 solid rgba(61, 150, 255, .4);
    border-radius: 6px;
    justify-content: center;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125em;
    text-decoration: none;
    transition: background-color .3s, transform .3s, color .3s;
    position: relative;
    box-shadow: 0 2px 8px rgba(61, 150, 255, .4), inset 0 -2px 12px rgba(58, 113, 255, .5);
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.143em;
    transition: box-shadow .3s, background-color .3s, transform .3s, color .3s;
    color: white;
}

.button-border {
    z-index: 0;
    background-image: linear-gradient(#bed8ff, #3d96ff);
    border-radius: 6px;
    margin: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.main-section-learn-btn-VK {
    border: 1px solid #505362;
    box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    padding: 20px 24px;
    font-size: 16px;
    line-height: 1.125em;
    transition: border-color .3s, transform .3s, background-color .3s, color .3s;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.143em;
}

.image-container.main-hero-part-VK {
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    display: flex;
    position: relative;
}

.image-wrapper.main-hero-img-bottom-VK {
    width: 85%;
    max-width: 1012px;
    position: absolute;
    bottom: 0;
    transform: translate(0, 98%);
}

.image-wrapper {
    overflow: hidden;
}

.image-wrapper.main-hero-img-bg-VK {
    width: 147%;
    max-width: 1750px;
    position: absolute;
    top: -87%;

}

.main-img-part1-VK {
    opacity: 1;
    will-change: transform;
    transform: translate3d(0px, 2.88306%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.main-img-part2-VK {
    opacity: 1;
    will-change: transform;
    transform: translate3d(0px, -2.88306%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.main-img-part3-VK {
    opacity: 1;
    will-change: transform;
    transform: translate3d(0px, -2.88306%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.main-img-3-VK {
    width: 1020px;
}

.image {
    width: 100%;
}

.wrapper.main-hero-img-main-VK {
    width: 85%;
    max-width: 1012px;
    position: relative;
}

.image-wrapper.main-hero-img-left-VK {
    width: 31%;
    max-width: 368px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0;
    right: auto;
}

.image-wrapper.main-hero-img-right-VK {
    width: 36%;
    max-width: 428px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: auto;
    bottom: 12%;
    left: auto;
    right: 0;
}

.main-section-VK {
    background: linear-gradient(180deg, #024, #000) !important;
    padding-top: 48px;
    overflow: hidden;
}

.main-section-VK-content {
    z-index: 1;
    position: relative;
}

.main-section-VK-inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}

.main-section-VK-inner-container .inner-container-part1 {
    align-items: center;
    text-align: center !important;
    flex-direction: column;
    display: flex;
}

.main-section-VK-inner-container .inner-container-part2 {
    max-width: 70%;
    padding: 10px 0px;

}

.inner-container-part2 .para-part2 {
    margin-bottom: 24px;
    color: #dcdcdc;
}

.platfrom-VK__card-logos img {
    max-width: 55px;
}

/* visnu css */

.product-wrap-TMS {
    padding: 60px 0px;
    height: auto;
    width: 100%;
}

.product-text-TMS {
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.product-text-TMS h3.taitel-main-TMS {
    margin: auto;
}

.main-tab-wrapper-TMS {
    border: 1px solid rgb(44, 44, 51);
    border-radius: 14px;
    margin-top: 40px;
}

.main-tab-wrapper-TMS ul {
    justify-content: space-between;
    border-bottom: 1px solid rgb(44, 44, 51);
    padding: 30px 30px 0px 30px;
    flex-wrap: inherit;
    gap: 24px;
}

.main-tab-wrapper-TMS ul li.nav-item button.active {
    background: transparent;
    border: none;
    width: 100%;
}

.main-tab-wrapper-TMS ul li.nav-item button.active h5 {}

.main-tab-wrapper-TMS ul li.nav-item button h5 {
    color: #fff;
    padding-top: 14px;
    font-size: 18px;
}

.main-tab-wrapper-TMS ul li.nav-item button p {
    font-size: 15px;
}

.main-tab-wrapper-TMS ul li.nav-item button {
    position: relative;
    width: 100%;
}

.main-tab-wrapper-TMS ul li.nav-item button:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: rgb(22, 117, 255);
    left: 0;
    bottom: 0;
    border-radius: 5px 5px 0px 0px;
    display: none;
}

.main-tab-wrapper-TMS ul li.nav-item {
    width: 100%;
}

.main-tab-wrapper-TMS ul li.nav-item:nth-child(2) button:before {
    background-color: rgb(18, 162, 80);
}

.main-tab-wrapper-TMS ul li.nav-item:nth-child(3) button:before {
    background-color: rgb(234, 118, 53);
}

.main-tab-wrapper-TMS ul li.nav-item:nth-child(4) button:before {
    background-color: rgb(164, 0, 221);
}

.main-tab-wrapper-TMS ul li.nav-item:nth-child(5) button:before {
    background-color: rgb(0, 193, 209);
}

.main-tab-wrapper-TMS ul li.nav-item button.active:before {
    display: block;
}

.main-tab-wrapper-TMS ul li.nav-item button:hover {
    border: none !important;
}

.product-tab-contents-TMS {
    padding: 60px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.product-tab-img-TMS {
    height: auto;
    width: 100%;
    max-width: 50%;
}

.product-tab-img-TMS img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.all-span-TMS {
    text-align: center;
    padding-bottom: 15px;
}

.product-tab-left-TMS {
    height: auto;
    width: 50%;
    padding-right: 60px;
}

.product-tab-left-TMS span {
    background-color: rgb(7 29 60);
    color: rgb(43 120 241);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 8px;
}

div#tab2 .product-tab-left-TMS span {
    background-color: rgb(9 47 26);
    color: rgb(29 157 83);
}

div#tab3 .product-tab-left-TMS span {
    background-color: rgb(37 23 14);
    color: rgb(231 125 72);
}

div#tab4 .product-tab-left-TMS span {
    background-color: rgb(38 2 50);
    color: rgb(159 1 214);
}

div#tab5 .product-tab-left-TMS span {
    background-color: rgb(8 52 54);
    color: rgb(4 189 201);
}

.product-tab-left-TMS h5 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0px;
}

.product-tab-left-TMS p {
    max-width: 80%;
    padding-bottom: 20px;
}

.product-tab-left-TMS ul {
    padding: 0;
    border: none;
}

.product-tab-left-TMS ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
}

.product-tab-left-TMS ul li span {
    height: 40px;
    min-width: 40px;
    padding: 0;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}



.product-tab-left-TMS a, .acssess-text-TMS a {
    color: #fff;
    border-radius: 10px;
    width: 200px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border: 6px solid #3972ff47;
    height: 54px;
    margin-top: 20px;
}

.product-tab-left-TMS a span, .acssess-text-TMS a span {
    display: inline-flex;
    padding: 0;
    align-items: center;
    color: #fff !important;
    border-radius: 6px;
    background: #3972ff !important;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.product-tab-left-TMS a iconify-icon {
    font-size: 28px;
    margin-left: 10px;
}

.animation-wrap-TMS {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
    padding: 0 19%;
    height: 650px;
}












.animation-comn-TMS {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: auto;
    width: 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
    /* will-change: auto; */
}

.animation-comn-TMS.animation-img-2-TMS {
    width: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    height: 650px;
    max-width: 900px;
}

.animation-comn-TMS.animation-img-1-TMS {
    position: absolute;
    left: 46%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 49%;
    animation: slideout-left-2 1s forwards;
    height: 400px;
}

.animation-comn-TMS img {
    height: 100%;
    width: 100%;
}

.animation-comn-TMS.animation-img-3-TMS {
    -webkit-animation: slideout-right-2 1s forwards;
    animation: slideout-right-2 1s forwards;
}

@keyframes slideout-right-1 {
    to {
        transform: translateX(84%) rotate(10deg);
    }
}

@keyframes slideout-right-2 {
    to {
        transform: translateX(-5%);
    }
}

@keyframes slideout-left-1 {
    to {
        transform: translateX(-184%) rotate(-10deg);
    }
}

@keyframes slideout-left-2 {
    to {
        transform: translateX(-95%);
    }
}

@keyframes slideout-right-1 {
    to {
        transform: translateX(84%) rotate(10deg);
    }
}

@keyframes slideout-right-2 {
    to {
        transform: translateX(30%);
    }
}

@keyframes slideout-left-1 {
    to {
        transform: translateX(-184%) rotate(-10deg);
    }
}

@keyframes slideout-left-2 {
    to {
        transform: translateX(-95%);
    }
}

.deals-tab-inner-TMS ul {
    background-color: #1600418c;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 950px;
    margin: auto;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: inherit;
    border: none;
    margin-bottom: 20px;
}

.deals-tab-inner-TMS ul li.nav-item button {
    color: #ffffffa3;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

.deals-tab-inner-TMS ul li.nav-item button span {
    height: 20px;
    width: 20px;
    display: block;
    background: #ffffffa3;
    font-size: 13px;
    border-radius: 50%;
    color: #000000;
    margin-right: 6px;
}

.deals-tab-inner-TMS ul li.nav-item button iconify-icon {
    font-size: 24px;
    margin-left: 10px;
}

.deals-tab-inner-TMS ul li.nav-item button.active {
    border-radius: 10px;
}

.deals-tab-inner-TMS ul li.nav-item button.active span {
    background: linear-gradient(to bottom, #ffffff00, #ffffff00), linear-gradient(141deg, rgb(7 122 199), rgb(107 33 239));
    color: #fff;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.nav-link:focus-visible {
    outline: none;
    box-shadow: none;
    outline: none !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.deals-tab-inner-TMS {
    background-color: #0e0918;
    border: 1px solid #ffffff1a;
    border-radius: 32px;
    padding: 50px 50px 0px 50px;
}

.deals-tab-wrap-TMS {
    padding: 60px 40px;
    height: auto;
    width: 100%;
}

.full-acssess-TMS {
    padding: 120px 0px 60px 0px;
    height: auto;
    width: 100%;
    background: linear-gradient(rgb(0, 20, 48) 0%, rgb(0, 0, 0) 100%);
    position: relative;
}

.full-acssess-TMS>img, .faq-wrap-TMS>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.access-tab-TMS ul {
    justify-content: space-between;
    background: #020d1d;
    border: 1px solid #ffffff1a;
    padding: 12px;
    border-radius: 10px;
    flex-wrap: inherit;
}

.access-tab-TMS ul li.nav-item {
    width: 100px;
    height: 100px;
}

.access-tab-TMS ul li.nav-item button span {
    display: block;
}

.access-tab-TMS ul li.nav-item button.active {
    border: 1px solid #1675ff !important;
    border-radius: 10px;
    background: linear-gradient(to bottom, #1675ff, #00000000);
    color: #fff;
}

.access-tab-TMS ul li.nav-item button span {
    margin-bottom: 10px;
    font-size: 30px;
}

.access-tab-TMS ul li.nav-item button {
    font-weight: 600;
    color: #ffffffbf;
    padding-bottom: 12px;
    width: 100%;
}

.acssess-text-TMS h3.taitel-main-TMS {
    padding-bottom: 28px;
}

.acssess-text-TMS p {
    padding-right: 80px;
}

.full-access-cotent-TMS {
    background: #020d1d;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
}

.full-access-cotent-TMS h6 {
    margin: 20px 30px;
    background-color: #011736;
    color: #fff;
    border: 1px solid #ffffff1a;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 15px;
}

.detail-access-TMS {
    border-top: 1px solid #ffffff1a;
    padding: 30px;
    max-height: 275px;
    overflow-x: auto;
}

.detail-access-TMS p {
    font-size: 15px;
    line-height: 28px;
}

.detail-access-TMS::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #020d1d;
}

.detail-access-TMS::-webkit-scrollbar {
    width: 5px;
    background-color: #020d1d;
}

.detail-access-TMS::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #011736;
}

.detail-access-TMS h5 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
}

.detail-access-TMS ul {
    padding: 0;
    border: none;
    color: #c4bbd3;
    font-size: 14px;
}

.detail-access-TMS ul li {
    display: block;
    line-height: 34px;
    position: relative;
    padding-left: 20px;
}

.detail-access-TMS ul li:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 14px;
}

.acssess-text-TMS {
    z-index: 9;
    position: relative;
}

.access-tab-TMS {
    position: relative;
    z-index: 9;
}

.acssess-box-TMS {
    height: auto;
    width: 100%;
    background: #020d1d;
    border: 1px solid #ffffff0d;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-height: 334px;
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.acssess-box-img-TMS {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.acssess-box-img-TMS img {
    height: 100%;
    width: 100%;
}

.acssess-box-TMS>img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
}

.acssess-box-text {
    position: relative;
    z-index: 9;
    padding-top: 24px;
}

.acssess-box-text h5 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 6px;
}

.pricing-text-TMS {
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.pricing-text-TMS h3.taitel-main-TMS {
    margin: auto;
}

.pricing-text-TMS ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #fff;
    padding: 15px 0px;
}

.pricing-text-TMS ul li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pricing-text-TMS ul li iconify-icon {
    font-size: 22px;
}

.pricing-Tab-TMS {
    height: auto;
    width: 100%;
}

.pricing-Tab-TMS ul {
    justify-content: center;
    background: #020d1d;
    border: 1px solid #ffffff1a;
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin: auto;
    padding: 5px;
    border-radius: 50px;
}

.pricing-Tab-TMS ul li.nav-item button.active {
    background: #fff;
}

.pricing-Tab-TMS ul li.nav-item button {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 25px;
}

.pricing-wrappers-TMS {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
    align-items: end;
}

.pricing-box-TMS {
    background: #020d1d;
    border: 2px solid #ffffff1a;
    border-radius: 16px;
    padding: 30px;
    height: 490px;
    position: relative;
}

.pricing-icon-TMS {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.pricing-icon-TMS iconify-icon {
    font-size: 20px;
    padding: 8px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #514f57, #292630);
}

.pricing-box-TMS h6 {
    color: #fff;
    font-size: 18px;
}

.pricing-box-TMS p {
    font-weight: 400;
    font-size: 15px;
}

.pricing-icon-TMS h3 {
    color: #fff;
}

.pricing-box-TMS h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
}

.pricing-box-TMS h3 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-box-TMS h4 {
    color: #5cdfff;
    font-size: 20px;
    padding-top: 5px;
}

.pricing-box-TMS>span {
    display: block;
    color: #fff;
    padding-top: 31px;
}

.pricing-box-TMS a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #292630;
}

.pricing-box-TMS label {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.pricing-icon-TMS span {
    background: linear-gradient(to bottom, #ffffff00, #ffffff00), linear-gradient(141deg, rgb(7 122 199), rgb(107 33 239));
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
}

.pricing-wrap-TMS {
    padding: 40px 0px;
    height: auto;
    width: 100%;
}

.pricing-box-TMS a.free {
    position: absolute;
    left: 0;
    bottom: 66px;
    width: calc(100% - 60px);
    right: 0;
    margin: auto;
}

.pricing-box-best-TMS {
    background: linear-gradient(to bottom, #ffffff00, #ffffff00), linear-gradient(141deg, rgb(7 122 199), rgb(107 33 239));
    border-radius: 20px;
    padding: 20px 4px 4px 4px;
    color: #fff;
}

.pricing-box-TMS h2 {
    text-align: center;
}

.pricing-box-best-TMS h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.pricing-box-best-TMS h2 iconify-icon {
    position: relative;
    transform: rotate(90deg);
    top: 6px;
    font-size: 20px;
}

.pricing-box-best-TMS.active .pricing-box-TMS a {
    background: linear-gradient(to bottom, #ffffff00, #ffffff00), linear-gradient(141deg, rgb(7 122 199), rgb(107 33 239));
}

.about-wrapper-TMS {
    padding: 100px 0px 40px 0px;
    height: auto;
    width: 100%;
}

.about-video-TMS {
    height: auto;
    width: 100%;
    padding-left: 20px;
}

.about-video-TMS video {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.about-text-TMS {
    padding-right: 80px;
    position: relative;
    height: 100%;
}

.about-text-TMS .Secure-btn-TMS {
    position: absolute;
    bottom: 6px;
    padding: 0;
}

.about-text-TMS p {
    line-height: 30px;
}

.about-text-TMS h3.taitel-main-TMS {
    max-width: 100%;
    padding-bottom: 20px;
}

.voice-text-TMS h3.taitel-main-TMS {
    margin: auto;
}
section.Brand_Sliders {
    /* background: #000; */
    padding: 60px 0 50px;
}
.logo_component {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0px auto;
}

.logo-gradient {
    z-index: 3;
    background-image: linear-gradient(-260deg, rgba(255, 255, 255, 0) 45%, #000 100%, #090412), linear-gradient(270deg, rgba(255, 255, 255, 0) 45%, #000);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.logo_list {
    z-index: 2;
    position: relative;
}

.logo_logo {
    margin-right: 20px;
}

.logo_wrapper img {
    filter: brightness(0) invert(1) !important;
    width: 95px;
}

.logo_component button {
    display: none !important;
}

.scroll-wrapper-TMS {
    padding: 60px 0px;
    height: auto;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.scroll-text-Wrap-TMS {
    display: flex;
    gap: 60px;
}

.scroll-wrapper-TMS .container {
    max-width: 1140px;
    margin: auto;
}

.scroll-text-left-TMS {
    width: 40%;
}

.scroll-text-right-TMS {
    width: 60%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.scroll-text-left-TMS h3.taitel-main-TMS {
    color: #000;
    max-width: 100%;
}

.scroll-text-left-TMS span.taitel-TMS {
    color: #000;
    background: none;
    box-shadow: none;
}

.scroll-right-1-TMS {
    width: 100%;
    height: auto;
}

.scroll-right-box {
    height: auto;
    width: 100%;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, .03137254901960784);
    padding: 30px 30px 36px;
    margin: 10px 5px;
    border-radius: 16px;
    border: 2px solid #f6f6f6;
    position: relative;
    background-color: #fff;
}

.scroll-right-box-img {
    height: auto;
    width: 100%;
    margin-bottom: 6px;
}

.scroll-right-box-img img {
    height: 100%;
    width: 100%;
}

.scroll-right-2-TMS {
    width: 100%;
    height: auto;
}

.scroll-right-box h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}

.scroll-right-box a {
    text-decoration: none;
}

.scroll-right-box p {
    margin-top: 5px;
    line-height: 28px;
    color: #484848;
}

.scroll-right-box span {
    width: 44px;
    height: 36px;
    text-align: center;
    padding: 11px;
    border-top-left-radius: 16px;
    border-left: 2px solid #f6f6f6;
    border-top: 2px solid #f6f6f6;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    font-size: 24px;
    color: #000;
}

.scroll-right-box span iconify-icon {
    position: relative;
    top: -8px;
    left: -3px;
}

/* .scroll-text-left-inner-TMS {
    position: sticky;
    top: 40px;
    background: #fff;
} */

.feature-wrap-TMS {
    padding: 40px 0px;
    height: auto;
    width: 100%;
}

.features-box-Wrap-TMS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    position: relative;
}

.features-box-TMS {
    width: 32%;
    padding: 20px;
}

.features-icon-TMS {
    display: inline-flex;
    align-items: center;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    justify-content: center;
    background-image: linear-gradient(to bottom, #514f57, #292630);
}

.features-icon-TMS iconify-icon {
    color: #fff;
    font-size: 24px;
}

.features-text-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 8px;
}

.gradent-border-TMS {
    background: linear-gradient(90deg, rgba(255, 0, 208, 0) 0%, #616161 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    flex: none;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(49.50495049504953% - 1px / 2);
    z-index: 1;
}

.gradent-border-right-TMS {
    background: linear-gradient(180deg, rgba(255, 0, 208, 0) 0%, #616161 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    bottom: 0;
    flex: none;
    left: calc(33.00000000000002% - 1px / 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.gradent-border-right-2-TMS {
    background: linear-gradient(180deg, rgba(255, 0, 208, 0) 0%, #616161 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    bottom: 0;
    flex: none;
    left: calc(66.00000000000002% - 1px / 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: .5px;
    z-index: 1;
}

.feature-text-TMS {
    max-width: 70%;
    padding-bottom: 60px;
}

.features-box-TMS.pl-TMS {
    padding-left: 0;
}

.section-1-VK {
    padding: 60px 0px;
}

.conter-wrap-TMS {
    padding: 60px 0px;
    height: auto;
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.conter-main-TMS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    position: relative;
}

.conter-box-TMS {
    width: 48%;
    padding: 48px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.conter-text-TMS h3.taitel-main-TMS {
    max-width: 100%;
}

.conter-box-border-TMS {
    background: linear-gradient(180deg, rgba(255, 0, 208, 0) 0%, #0670db 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    bottom: 0;
    flex: none;
    left: calc(50.00000000000002% - 1px / 2);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.conter-box-border-2-TMS {
    background: linear-gradient(90deg, rgba(255, 0, 208, 0) 0%, #0670db 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    flex: none;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(49.50495049504953% - 1px / 2);
    z-index: 1;
}

.conter-box-TMS h4 {
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    color: rgb(6, 112, 219);
    transition: all 0.5s ease-in-out;
}

.conter-text-TMS .Secure-btn-TMS {
    padding: 0;
}

.conter-text-TMS {
    height: auto;
    width: 100%;
}

.faq-wrap-TMS {
    position: relative;
    padding: 120px 0px 60px 0px;
    height: auto;
    width: 100%;
    background: linear-gradient(rgb(0, 20, 48) 0%, rgb(0, 0, 0) 100%);
}

.faq-text-TMS {
    max-width: 70%;
    margin: auto;
    position: relative;
    z-index: 2;
}


.faq-tex-TMS {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.faq-tex-TMS h3.taitel-main-TMS {
    font-weight: 400;
    margin: auto;
    text-transform: uppercase;
    font-size: 40px;
}


.faq-text-TMS .accordion-item {
    border-radius: 8px;
    color: #fff;
    margin-bottom: 20px;
    background: #020d1d;
    border: 1px solid #ffffff1a;
}

.faq-text-TMS .accordion-item h2 button {
    background: transparent;
    color: #ddd;
    padding: 24px;
    box-shadow: none !important;
    font-size: 18px;
}

button.accordion-button.active {
    border: none;
}

.faq-text-TMS .accordion-item.active {
    border: 1px solid rgb(187, 187, 191);
}

.faq-text-TMS .accordion-item .accordion-body {
    padding-top: 0;
    color: #b6b6b6;
    font-size: 15px;
}

.faq-text-TMS .accordion-item.active h2 button {
    color: #fff;
}

.accordion-button {
    background-color: transparent;
    color: white;
    font-size: 1rem;
    padding: 1rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.faq-text-TMS .accordion-item h2 button .accodian-plus-wrap-TMS {
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq-text-TMS .accordion-item h2 button .accodian-plus-wrap-TMS iconify-icon {
    font-size: 28px;
    position: absolute;
    right: 0px;
    top: 0;
}

.faq-text-TMS .accordion-item.active h2 button .accodian-plus-wrap-TMS iconify-icon:first-of-type {
    opacity: 0;
}

.chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bar-container {
    text-align: center;
}

.bar {
    width: 8px;
    background: #0670db;
    border-radius: 5px;
    transition: height 0.3s ease;
    margin: auto;
}

.year {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.fature-wrap-TMS, .benefit-wrap-TMS {
    padding: 60px;
    height: auto;
    width: 100%;
}

.fature-text-TMS {
    padding-right: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fature-text-TMS h3.taitel-main-TMS, .building-hadding-TMS h3.taitel-main-TMS, .benefit-text-TMS h3.taitel-main-TMS {
    font-size: 42px;
    max-width: 100%;
}

.fature-text-TMS p, .building-text-TMS p, .benefit-text-TMS p {
    font-size: 18px;
    font-weight: 300;
}

.fature-text-TMS h5, .building-box-TMS h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0px 12px 0px;
}

.fature-wrap-box-TMS {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

.fature-box-TMS, .benefit-box-TMS {
    width: 48%;
    border: 1px solid #0670db;
    background-image: linear-gradient(45deg, rgb(0 4 16), #00000000);
    border-radius: 15px;
    padding: 30px;
}

.fature-wrap-box-TMS .fature-box-TMS {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.fature-box-TMS h4, .benefit-box-TMS h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 8px;
}

.fature-box-TMS ul li {
    color: #ddd;
    padding: 16px 0px;
    border-bottom: 2px solid #525252;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fature-box-TMS ul li span {
    border: 3px solid #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}

.fature-box-TMS ul li:last-of-type {
    padding-bottom: 0;
    border: none;
}

.fature-box-TMS ul li:first-of-type {
    padding-top: 10px;
}

.fature-box-TMS h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 125%;
    color: #fff;
}

.fature-box-TMS .fature-wrap-box-TMS:last-of-type {
    max-width: 100%;
}

.fature-wrap-box-TMS .fature-box-TMS:last-of-type {
    width: 100%;
}

.fature-wrap-box-TMS .fature-box-TMS:last-of-type p {
    margin: auto;
    font-size: 18px;
}

.building-wrap-TMS {
    padding: 110px 60px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.building-box-wrap-TMS {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.benefit-text-TMS {
    max-width: 65%;
    width: 100%;
}
.benefit-text-TMS span {
    color: #fff;
}
.benefit-box-TMS {
    width: 100%;
    min-height: 460px;
    margin-bottom: 20px;
    background: #020d1d;
}
.benefits-img {
    height: auto;
    width: 100%;
}

.benefits-img img {
    height: 100%;
    width: 100%;
    margin-top: 26px;
}

.benefit-box-TMS.be-Wrapper-TMS {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: auto;
}

.benefit-box-TMS.be-Wrapper-TMS .benefits-img img {
    width: 235px;
}

.benefit-box-TMS a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    margin-top: 30px;
    font-size: 14px;
}

.benefit-box-TMS a iconify-icon {
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
    top: 4px;
    left: 6px;
}
.benefit-img-wrap-TMS .benefit-img-f-TMS {
    justify-content: flex-start;
    width: 100%;
    display: flex;
}

.benefit-img-f-TMS img {
    width: auto;
}

.benefit-bg-TMS {
    background-position: 0 0;
    background-size: auto;
    width: 100%;
}

.benefit-img-wrap-TMS {
    margin-top: 60px;
}
.logo_wrapper img {
    filter: brightness(0) invert(0) !important;
    width: 95px;
}
.PartnerTrustTagLine {
    width: 90%;
    margin-bottom: 0;
}


/**************************************
 Tab Section Css Multiple start here
***************************************/
.mainProductivitySection {
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}
    
  .mainTabBtn {
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    border-left: 5px solid transparent;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
    cursor: pointer;
    transition: all 0.3s ease;
}
 .mainTabBtn.active {
    border-left: 5px solid #0da3ec;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
  .mainTabBtn h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}
  .mainTabBtn p {
    margin: 0;
    font-size: 18px;
    color: #555;
    font-weight: 400;
}
  .mainTabContentContainer {
    /* width: 65%; */
    position: relative;
}
    .mainTabContent {
      display: none;
      transition: all 0.5s ease-in-out;
    }
    .mainTabContent.active {
      display: block;
    }
    .mainSliderDots {
      position: absolute;
      top: -30px;
      right: 0;
      display: flex;
      gap: 8px;
    }
    .mainSliderDot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: 0.2s all;
    }
   .mainSliderDot.active {
    background: #0da3ec;
    width: 31px;
    border-radius: 10px;
}
    .mainTabImage {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
.contentHead h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.contentHead h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentHead p {
    width: 45%;
    font-weight: 500;
    font-size: 18px;
}
.contentHead {
    margin-bottom: 40px;
}
/**************************************
 Tab Section Css Multiple End here
***************************************/