* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Zoho_Puvi_Regular';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: italic
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfix:after,
footer:after,
header:after,
section:after,
.rows:after,
.container:after {
    display: table;
    content: "";
    clear: both;
}

.clearfix:before,
footer:before,
header:before,
section:before,
.rows:before,
.container:before {
    display: table;
    content: "";
    clear: both;
}

*+html .clearfix {
    display: inline-block;
}

/* normalize css*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Zoho_Puvi_Regular';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
section {
    display: block;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #3131FF;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Zoho_Puvi_SemiBold';
}

.content-slide strong {
    font-family: 'Zoho_Puvi_Bold';

}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

p {
    line-height: 1.4;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_Regular';
}


.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.text-center {
    text-align: center;

}

#backToTop {
    display: none !important;
}

h2 {
    font-size: 2.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
}


.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cols-12 {
    width: 100%;
}

.cols-11 {
    width: 91.66666667%;
}

.cols-10 {
    width: 83.33333333%;
}

.cols-9 {
    width: 75%;
}

.cols-8 {
    width: 66.66666667%;
}

.cols-7 {
    width: 58.33333333%;
}

.cols-6 {
    width: 50%;
}

.cols-5 {
    width: 41.66666667%;
}

.cols-4 {
    width: 33.33333333%;
}

.cols-3 {
    width: 25%;
}

.cols-2 {
    width: 16.66666667%;
}

.cols-1 {
    width: 8.33333333%;
}

@media (max-width: 1024px) {
    .cols-md-center {
        margin: 0 auto;
        float: none;
        clear: both;
    }

    .cols-md-12 {
        width: 100%;
    }

    .cols-md-11 {
        width: 91.66666667%;
    }

    .cols-md-10 {
        width: 83.33333333%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-8 {
        width: 66.66666667%;
    }

    .cols-md-7 {
        width: 58.33333333%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-5 {
        width: 41.66666667%;
    }

    .cols-md-4 {
        width: 33.33333333%;
    }

    .cols-md-3 {
        width: 25%;
    }

    .cols-md-2 {
        width: 16.66666667%;
    }

    .cols-md-1 {
        width: 8.33333333%;
    }

    .md-hidden {
        display: none;
    }

    .md-center {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-11 {
        width: 91.66666667%;
    }

    .cols-sd-10 {
        width: 83.33333333%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-8 {
        width: 66.66666667%;
    }

    .cols-sd-7 {
        width: 58.33333333%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-5 {
        width: 41.66666667%;
    }

    .cols-sd-4 {
        width: 33.33333333%;
    }

    .cols-sd-3 {
        width: 25%;
    }

    .cols-sd-2 {
        width: 16.66666667%;
    }

    .cols-sd-1 {
        width: 8.33333333%;
    }

    .sd-hidden {
        display: none;
    }

    .sd-center {
        text-align: center;
    }
}

.zsiq_theme1.zsiq_floatmain {
    display: none !important;
}

.caps {
    text-transform: uppercase;
}

section {
    overflow: hidden;
}

#Home {
    overflow: visible;
}

/*---------------Header styles----------------*/
.header {
    padding: 25px 0;
}

.header .container {
    max-width: 1400px;
    width: 100%;
}

.brand-logo {
    display: block;
    width: 200px;
}

/*--------------Language dropdown-----------*/
.translate-box {
    position: relative;
    float: right;
    z-index: 99999;
    right: 20px;
    display: none;
}

.trans-box {
    width: 200px;
    cursor: pointer;
}

.lang-dropdown p {
    margin: auto;
    font-weight: 600;
    display: block;
    position: relative;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 10px #edecec;
    -moz-box-shadow: 0 0 10px #edecec;
    -o-box-shadow: 0 0 10px #edecec;
    box-shadow: 0 0 10px #edecec;
}

.lang-dropdown p:before {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 10%;
    top: 50%;
    content: '';
    border-left: 6px solid transparent;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
}

.lang-dropdown p span {
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.lang-dropdown p span:nth-child(1),
.dropdown-box li p span:nth-child(1) {
    margin: 0 7px;
}

.lang-dropdown p span {
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.lang-dropdown p span img,
.dropdown-box li p span img {
    width: 16px;
    height: 16px;
}

.lang-dropdown p span.mobile-flag {
    display: none;
}

.mobile-flag img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    filter: invert(30%) grayscale(85%) brightness(40%) contrast(3);
}

.lang-dropdown p span:nth-child(1),
.dropdown-box li p span:nth-child(1) {
    margin: 0 7px;
}

.lang-dropdown p:before {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 10%;
    top: 50%;
    content: '';
    border-left: 6px solid transparent;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
}

ul.dropdown-box {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 0;
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    -ms-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
}

.dropdown-box li {
    list-style: none;
    cursor: pointer;
}

.dropdown-box li p {
    display: block;
    margin: 0;
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    box-shadow: 0px 0px 5px #e3e3e3;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.dropdown-box li p span {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
}

.dropdown-box li p:hover {
    background: #333;
    color: #fff;
}

.translate-box:hover ul.dropdown-box {
    height: 160px;
}

/*---------------In year styles----------------*/
.yir-hero-section {
    background: linear-gradient(to bottom, #C5D9F9, #D5E8FE, #E3F1FF);
}

.art-of-balance {
    padding-top: 100px;

}

h1 {
    font-family: 'Zoho_Puvi_ExtraBold';
    padding: 8px;
    font-size: 3.5em;
    margin: 8px 0px;
}

.in-year {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.6em;
}

.innovation {
    font-family: 'Zoho_Puvi_Regular';
    margin: auto;
    font-size: 1.5em;
    line-height: 1.5;
}

/*---------------Balance styles----------------*/

.balance-image {
    position: relative;
    margin-top: 80px;
}

.balance-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}
.content-slide h3{
    display: none;
}

.glass-images {
    position: relative;
    height: calc(25.5vw * 2.5);
    display: flex;
    align-items: center;
    justify-content: center;

}

.glass-images::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-image: url('../images/balance-bg.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}


.skating-mobile {
    display: none;
}

.skating-images {
    position: relative;
    width: 1000px;
    height: 620px;
    margin: auto;
}

.skating-person {
    width: 600px;
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 1;
    opacity: 0;
}

.left-hand-img {
    width: 350px;
    position: absolute;
    top: -55px;
    left: -50px;
    opacity: 0;
}

.right-hand-img {
    width: 350px;
    position: absolute;
    top: -15%;
    left: 65%;
    opacity: 0;

}

.left-leg-img {
    width: 300px;
    position: absolute;
    bottom: -1%;
    left: 0%;
    z-index: 1;
    opacity: 0;
}

.right-leg-img {
    width: 300px;
    position: absolute;
    bottom: -6%;
    left: 65%;
    z-index: 1;
    opacity: 0;
}

.small-top-img {
    width: 100px;
    position: absolute;
    top: 4%;
    left: 33%;
    opacity: 0;
}

.small-right-img {
    width: 100px;
    position: absolute;
    bottom: 27%;
    left: 64%;
    z-index: 999;
    opacity: 0;
}



.paradox-content {
    text-align: left;
}

/* section2 paradox cards */
.sec2 {
    position: relative;
    padding: 0;
    background: linear-gradient(to bottom, #E3F1FF, #E8ECFE, #DDE6FC);

}

.product-release {
    position: relative;
}

.guardian-content-rows h2,
.product-release-content h2 {
    width: 100%;
}

.paradox-rows {
    margin-bottom: 100px;
}

.paradox-content-p,
.guardian-content-p,
.product-release-content-p {
    width: 60%;
    margin-left: auto;
    font-size: 1.2em;
    margin-top: 40px;
}

.product-release-content-p {
    margin-top: 0px;
    position: relative;
    z-index: 9;
}

.sec2::before {
    content: "";
    width: 200px;
    height: 370px;
    background-color: #D9F6E6;
    font-weight: bold;
    position: absolute;
    opacity: 0.8;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    top: 0px;
    left: 0;
    filter: blur(50px);
}

/* Card styles */

.options {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Zoho_Puvi_Medium';
}



.options button.wrong {
    background: linear-gradient(to right, #FF0000, #C32400);
    color: white;
    transform: scale(1.05);
}

.options button.correct {
    background-color: green;
    background: linear-gradient(to right, #00D953, #5CFF9B);
    transform: scale(1.1);

}

.options button {
    background-color: #FED569;
    border-radius: 6px;
    border: none;
    padding: 12px 20px;
    margin: 5px;
    color: black;
    font-size: 16px;
    opacity: 1;
    max-width: 200px;
    overflow: hidden;

    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        max-width 0.4s ease,
        margin 0.4s ease,
        padding 0.4s ease;
}

.options button.fade-out {
    opacity: 0;
    max-width: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    display: none;
}


.options button:hover {
    background-color: #fee29b;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.correct {
    animation: pulse 0.6s ease;
}

.whole-card-content-div {
    position: relative;
    min-height: 100vh;

}

.card-contents {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    perspective: 1000px;
    height: 100%;
}

.card.first-card.right {
    transform: translate(120px, -250px) rotate(5deg);
    opacity: 1;
}

.card {
    width: 700px;
    text-align: center;
    background: linear-gradient(#E1E1FF, #e2e1ffe3, transparent);
    padding: 40px 30px;
    border-radius: 14px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    min-height: 700px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    will-change: transform, opacity;
    transform: translate(calc(-50% + 220px), calc(-50% + 80px)) rotateZ(18deg) rotateX(18deg);
    transition: transform 1.6s cubic-bezier(.2, .8, .2, 1), opacity 0.5s ease;
    scale: 0.9;
    margin-bottom: 50px;
    z-index: 1;
}

.card::after {
    content: "";
    position: absolute;
    background: linear-gradient(#E2E1FF, #a3a3f4);
    filter: blur(40px);
    z-index: -1;
    opacity: 1;
    width: 100%;
    left: -10px;
    bottom: 10px;
    height: 500px;
}

.card.visible {
    opacity: 1;
    z-index: 4;
}

.card.card-center {
    transform: translate(-50%, -50%) rotateZ(0deg) rotateX(0deg);
    opacity: 1;
    z-index: 9;
    left: 50%;
    top: 46%;
}

.card.left {
    transform: translate(-200%, -40%) rotate(-5deg);
    left: 50%;
    opacity: 0;
    z-index: 5;
}

.card.right {
    transform: translate(80%, -40%) rotate(5deg);
    left: 50%;
    opacity: 0;
    z-index: 5;
}

.card.hidden {
    opacity: 0;
    z-index: 1;
}

.card img {
    width: auto;
    height: 250px;
    position: absolute;
    left: -200px;
    bottom: 15%;
    rotate: -20deg;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.card.card-center img {
    opacity: 1;
}


.card h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 30px;
    margin: 0;
}

.card-header p {
    font-family: 'Zoho_Puvi_Light';
    margin: 0.5em;
    font-size: 18px;
}


.quiz p {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 22px;
    width: 80%;
    margin: auto;
    margin-top: 16px;
}

.options {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ans-desc {
    margin: auto;
    width: 80%;
}

.ans-desc-p {
    font-family: 'Zoho_Puvi_Light';
    font-size: 1em;
    opacity: 0;
    transition: 0.3s;
    height: 10px;
}

.ans-desc-p.show {
    opacity: 1;
    padding-bottom: 20px;
    height: auto;
}


.first-section-card {
    border-bottom: 1px solid grey;
}


.nav-btn {
    background-color: #2419FF;
    color: #FFF;
    padding: 10px 50px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 9;
}

.nav-btn:hover {
    background-color: #2419ffa2;
    cursor: pointer;
}

.next-skip {
    z-index: 999;
    margin-left: 90%;
    margin-top: 40%;
    cursor: pointer;
    display: none;
}


.guardian-archetypes {
    background: linear-gradient(#DDE6FC);
    padding: 100px 0 0 0;
    position: relative;

}


.marquee {
    position: absolute;
    transform: skewY(2.3deg);
    background: #70CCFF;
    white-space: nowrap;
    top: 380px;
    z-index: 9;
}

.marquee::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #DDE6FC;
    position: absolute;
    bottom: 70px;

}

.track {
    padding: 16px 0 10px 0;
    display: inline-block;
    white-space: nowrap;
    animation: scroll 12s linear infinite;
    position: relative;
    right: 0;

}

.item {
    display: inline-block;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 0;
    font-family: 'Zoho_Puvi_SemiBold';

}


.item img {
    max-width: fit-content !important;
    margin: 0 12px;
    height: 40px;
    width: auto;
    margin-bottom: 4px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.guardian-archetypes-rows {
    margin-bottom: 100px;
    position: relative;
    z-index: 99;
}

/* product release */
.product-release {
    padding: 100px 0;
    background: linear-gradient(to bottom, #12C1E9, #275BA2);
    overflow: visible;
}

.new-product-launches-header {
    background: linear-gradient(to right, #FFDC77, #FFC747, #FFB71B);
    padding: 20px;
    border-radius: 14px 14px 0 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';

}

.product-box {
    width: 30%;
}

.product-box img {
    margin-left: 20px;
    padding-bottom: 20px;
}

.product-box>p {
    position: relative;
    margin-left: 20px;
}

.product-box>p::before {

    content: "";
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 8px;
}

a {
    color: black;
}

.product-card {
    position: sticky;
    top: 5%;
    z-index: 1;
    height: fit-content;
    margin-top: 100px;
    background: linear-gradient(to bottom, #FFF4D3, #FFEAC5);
    border-radius: 14px;
    height: 650px;
}

.new-product-launches-content {
    display: flex;
    background: transparent;
    padding: 24px 40px;
    gap: 55px;
    line-height: 1.5;
    border-radius: 0 0 14px 14px;
    flex-wrap: wrap;
    height: 60%;
}

#newproduct .product-box>p::before {
    display: none;

}

#newproduct .new-product-launches-content {
    gap: 20px;

}

#uems .new-product-launches-content,
#iam .new-product-launches-content,
#itom .new-product-launches-content {
    padding-top: 50px;
}

#siem .new-product-launches-content {
    height: 160px;
    padding: 20px 40px;
}

.inside-card {
    border-radius: 0;
}

.mobile-inside-card {
    display: none;
}

.product-heading {
    font-size: 2em;
    font-family: 'Zoho_Puvi_Bold';
}

/* Slick */


.slider {
    width: 100%;
    margin: 40px auto;
}

.slick-slide {
    margin: 0 10px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.8);
    opacity: 0.3;
}

.kuppingercole {
    font-size: 1.3em;
}

.topic-slide h2 {
    margin: 0;
    font-size: 1.2rem;

}

.slick-arrow {
    display: none !important;
}


/* DESKTOP CAROUSEL */
.topics-slider {
    overflow: hidden;
    margin-top: 50px;
}

.topic-slide {
    margin: 0 15px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.9);
    opacity: 0.3;

}

.topic-slide.slick-center {

    transform: scale(2);
    transform-origin: center;
    opacity: 1;
    background: linear-gradient(to right, #FF3F3F, #FFEB12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.topic-slide.slick-center h2,
.content-slider-container a,
.mobile-card a {
    color: white;
}

.topic-slide h2 {
    margin: 0;
    font-size: 1.2rem;
}

.content-slider-container {
    width: 80%;
    max-width: 800px;
    margin: 30px auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.content-slider {
    width: 100%;
}

.content-slide {
    padding: 40px 30px;
    text-align: center;

    display: flex;
    flex-direction: column;
    opacity: 0.5;
    transform: scale(0.9);
    transition: transform 0.4s, opacity 0.4s;
}


.content-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    min-height: 250px;
}

.content-slide p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.content-slide p::after,
.mobile-card p::after {
    content: "";
    display: block;
    width: 30%;
    height: 0.1px;
    background: #ffffff54;
    margin: 10px auto 0;
    margin: 18px auto;
}


.content-slider .slick-track {
    display: flex;
    align-items: flex-start;
}

.content-slider .slick-slide {
    height: auto !important;
}

.content-slide p:last-child::after,
.mobile-card p:last-child::after {
    display: none;
}

.analyst-recognition {
    background: #275BA2;
    color: white;
    text-align: center;
    position: relative;
}

.analyst-recognition .container .rows p {
    padding: 20px 0;
}

.final-section {
    background: linear-gradient(to bottom, #275BA2, #000365);
    color: white;
    padding: 50px 0 0 0;
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

.final-section p {
    text-align: center;
    margin: auto;
    padding: 8px;
}

.final-section h3 {
    font-size: 3em;
    font-family: 'Zoho_Puvi_Bold';
    margin: 30px auto;
    text-align: center;
}

/* Guardians  */
.main-container {
    position: relative;
    min-height: 100vh;
    color: #fff;
}

.whole-guardian {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(to bottom, #000365, #12C1E9);
}

.whole-guardian.active {
    opacity: 1;
    visibility: visible;
}

.whole-guardian .wrap {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.guardian-content {
    flex: 0 0 45%;
    color: white;
    transform: translate(0px, 160px);
}

.guardian-content h2 {
    font-size: 3.4em;
    margin: 0 0 12px 0;
    font-family: 'Zoho_Puvi_ExtraBold';
}

.guardian-content p {
    margin: 0;
    opacity: 0.95;
    width: 90%;
}

.guardian-image {
    display: flex;
    justify-content: center;
}

.guardian-image img {
    height: 85vh;
    width: 700px;
    max-width: fit-content;
}

.guardian-heading {
    width: 90%;
}

.cont-boxes-wrap {
    position: absolute;
    left: 40%;
    transform: translate(-50%, -20%);
    bottom: 0px;
    width: 90%;
    max-width: 1200px;
    pointer-events: none;
}

.cont-boxes {
    width: 100%;
    pointer-events: auto;
}

.boxes-inner {
    display: flex;
    gap: 30px;
    padding: 10px;
    margin-right: 30px;
}


.cont-box {
    width: 30%;
    background: linear-gradient(to bottom, #FFF5D5, #FFC681);
    color: #2b1a00;
    padding: 30px;
    border-radius: 10px;
    flex: 0 0 auto;
}

.cont-box h2 {
    margin: 0 0 6px 0;
    margin-bottom: 20px;
    font-size: 2em;
    display: inline;
}

.cont-box p {
    display: inline;
}

.center {
    width: 100%;
    overflow: hidden;
}

.slick-list {
    overflow: visible;
}

.slick-slide {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}


.text-light {
    color: rgb(255, 255, 255);
}

/* form and footer */
/*-------Section 10 styles--------*/
.sec10 {
    padding: 150px 0;
    background: #000365;
    position: relative;
}

.sec10::before {
    content: '';
    background: url("../images/base.webp");
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    background-size: cover;
}

form {
    width: 400px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: 'Zoho_Puvi_Regular';
}

form input {
    width: 100%;
    border: 1px solid #000;
    padding: 15px 20px;
    background: #fff;
    margin: 8px 0;
    border-radius: 8px;
    font-size: 1em;
}

form select {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 1em;
    padding: 15px 20px;
    display: block;
    color: #000;
    -webkit-appearance: none;
    background: url(https://www.manageengine.com/images/arrow.png) no-repeat #fff;
    background-position: 92%;
    background-size: 3%;
    outline: none;
    border: 1px solid #000;
    border-radius: 8px;
    margin: 10px 0;
}

.dwn-priv,
#meGDPRMessage {
    padding: 15px 0;
    line-height: 1.4;
}

.dwn-priv a {
    color: #fff;
    text-decoration: underline;
    transition: .5s;
}

.dwn-priv a:hover {
    text-decoration: none;
}

#subscribe {
    width: auto;
    padding: 12px 25px;
    font-size: 1.1em;
    background: #FFCE1F;
    border: 1px solid #FFCE1F;
    color: #000;
    transition: .5s;
    cursor: pointer;
    font-family: 'Zoho_Puvi_SemiBold';
}

#subscribe:hover {
    background: #fff;
    color: #000;
}

#meGDPRMessage a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

#meGDPRMessage a:hover {
    text-decoration: none;
}

#form-alert {
    color: #f00;
    text-align: left;
}

.sec10 h3 {
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: 1.5rem;
}

/*-------Footer styles------------*/
footer {
    background: black;
    position: relative;
    z-index: 9999;
}

footer>.container {
    padding: 50px 0 15px 0;
}

footer>.container img {
    margin: 0 auto 10px auto;
    text-align: center;
    width: 200px;
    display: block;
}

p.copyright {
    color: #fff;
    font-size: 1em;
    margin: 0;
    text-align: center;
}

.zlogo {
    height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
}

.container-fluid.copyright {
    padding: 0 0 30px;
    text-align: center;
    background: black;
    color: #fff;
}

.container-fluid.copyright p {
    margin: 0;
    font-size: 0.8em;
    color: #fff;
}

.container-fluid.copyright p a {
    color: #fff;
}

/* Final section */
.yr-summary-p {
    width: 100%;
    margin: auto;
    padding: 50px;
    background: linear-gradient(#163487, #173689, transparent);
    border-radius: 8px;
    font-size: 20px;
}

.yr-summary-p h3 {
    background: linear-gradient(to right, #FF3F3F, #FFEB12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.yr-summary-p p {
    padding: 8px;
}

.final-section-image {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.new-year-backdrop-mobile {
    display: none;
    width: 100%;
}

.new-year-backdrop {

    margin: auto;
    width: 120%;
    transition: transform 0.3s ease;
    margin-top: 100px;
}

.new-year-backdrop-arch {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -55%;
    width: 51%;
    transition: transform 0.3s ease;
    transform: scale(0);

}

.newyear-characters {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    transition: transform 0.3s ease;
    transform: scale(1.5);

}

.animate-zoom-out-in {
    animation: zoomOutToZoomIn 1s ease-in-out forwards !important;
}

.animate-zoom-in-out {
    animation: zoomInToZoomOut 1s ease-in-out forwards !important;
}

@keyframes zoomOutToZoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        bottom: 0;

    }
}

@keyframes zoomInToZoomOut {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.characters-together-backdrop {
    margin: auto;
    text-align: center;
    position: relative;
    background-image: url("../images/backdrop-newyear.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}

.char-images {
    height: 1000px;
    width: 1000px;
    margin: auto;
    position: relative;
}

.char-images img {
    position: absolute;
    height: 400px;
    width: auto;
    text-align: center;
    transform-origin: bottom;
    bottom: 220px;

}

.char-images img:not(.shield-center) {
    opacity: 1;
}

.shield-center {
    left: 50%;
    z-index: 99;
    opacity: 1;
    scale: 1.3;
    transform: translate(-50%, 0%);
}



.partner-left {
    left: -100vw;
    transform: scale(-1, 1);
    z-index: 9;
    transition: 2s;
}

.animate-partner {
    left: 10px;
}

.overseer-left {
    left: -100vw;
    transform: scale(-1.1, 1.1);
    z-index: 4;
    transition: 1s;
}

.animate-overseer {
    left: 180px;
}

.orchestrator-right {
    left: 100vw;
    z-index: 8;
    transition: 1s;

}

.animate-orchestrator {

    left: 500px;
    scale: 1.1;

}

.gatekeeper-right {
    left: 100vw;
    z-index: 99;
    transition: 2s;
    height: 350px !important;
}

.animate-gatekeeper {

    left: 700px;
    bottom: 280px !important;
    scale: 1.1;
    animation: subtleFloat 6s ease-in-out infinite;
}

.skating-images>img.skating-person {
    opacity: 0;
    transition: opacity 0.4s ease;
}

/*-------Success msg------------*/
.thanku-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 75%);
    display: none;
    z-index: 99999;
}

.tq-box {
    width: 35%;
    text-align: center;
    padding: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.popup-close {
    position: absolute;
    font-size: 1.2em;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.tq-box img {
    width: 100px;
    margin-top: -130px;
    height: auto;
}

h2.page-tit {
    margin: 20px 0 10px 0;
    font-size: 1.5em;
    color: #353535;
    line-height: normal;
}

@keyframes subtleFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}


.mobile-guardian {
    width: auto;
    height: 136px;
    display: none;
}

@media (max-width: 1400px) {
    .card {
        scale: 0.9;
    }

    .sec2 {
        padding: 100px 0 0 0;
    }

    .slick-slide {
        width: 33.333%;
    }
}

@media (max-width: 1230px) {
    .skating-images {
        width: 950px;
    }

    .left-hand-img {
        width: 300px;
        left: -5%;
    }

    .right-hand-img {
        width: 300px;
        top: -7%;

    }

    .left-leg-img {
        bottom: -4%;
        left: -4%;
    }

}

@media (max-width:1200px) {
    .container {
        width: 90%;
    }

    .product-card {
        top: 1%;
        width: 900px;
        margin: auto;
        margin-top: 100px;
        height: 650px;
    }

    .new-product-launches-content {
        gap: 45px;
    }


    .product-box {
        width: 28%;
    }

    .product-box-rrp {
        width: 47%;
    }

    .marquee {
        transform: skewY(0deg);

    }

}


@media (min-width: 1025px) {
    .mobile-list {
        display: none;
    }
}

@media (max-width: 1024px) {

    br,
    .topic-slide-gartner,
    .topic-slide-forrester,
    .topic-slide-isg,
    .topic-slide-idc,
    .topic-slide-kuppingercole,
    .glass-images::before,
    .next-skip,
    .topics-slider {
        display: none;
    }

    h1 br,.content-slide h3 {
        display: block;
    }

    .lang-dropdown p span:nth-child(1) {
        display: none;
    }

    .trans-box {
        width: auto;
    }

    .translate-box {
        margin-right: 15px;
        padding: 0;
    }

    .lang-dropdown p:before {
        right: 0;
    }

    .lang-dropdown p {
        padding: 3px 20px 3px 2px;
        display: none;
    }

    .dropdown-box li p {
        padding: 10px;
    }

    .lang-dropdown p span.mobile-flag {
        display: inline-block !important;
        margin: 0px 5px 2px 5px;
    }

    ul.dropdown-box {
        width: 300%;
        right: 0%;
    }

    .skating-mobile {
        display: block;
        width: 800px;
        margin: auto;
    }

    .skating-images {
        display: none;

    }

    .product-box img {
        margin-left: 0;
    }

    /* slide */
    .slider,
    .content-display {
        display: none;
    }

    .mobile-list {
        width: 90%;
        margin: 20px auto;
        display: block;
    }

    .mobile-card {
        padding: 8px;
        margin-bottom: 12px;
        margin-top: 50px;

    }


    .whole-card-content-div {
        min-height: 0;
    }

    .mobile-card h3 {
        margin: 0 0 15px;
        font-size: 1.7rem;
        font-family: 'Zoho_Puvi_Bold';
        text-align: center;
        padding-bottom: 8px;
        background: linear-gradient(to right, #FF3F3F, #FFEB12);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .mobile-card p {
        margin: 12px 0;
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .mobile-guardian {
        display: block;
        margin: 30px auto;
    }

    .product-cards,
    .all-cards-div {

        position: static !important;

    }

    .all-cards-div {
        display: none !important;
    }

    .product-cards .rows {
        flex-direction: column;
    }

    .product-card {
        width: 100% !important;
        margin-bottom: 8px;
        border-radius: 8px;
        overflow: hidden;
        background: linear-gradient(to right, #FFF4D3, #FFC985);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-top: 20px;
        height: auto;
        scale: 1;
    }

    .new-product-launches-header {
        margin: 0;
        font-family: 'Zoho_Puvi_SemiBold';
        font-size: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0 0 0 0;
        gap: 30px;
    }

    .product-card .new-product-launches-header::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        margin-left: 6px;
        transition: transform 0.2s ease;
    }


    .product-card.active .new-product-launches-header::after {
        transform: rotate(180deg);
    }

    .product-card .new-product-launches-content {
        display: none;
        padding: 10px 15px;
    }

    .product-card.active .new-product-launches-content {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    .product-box>p::before {
        display: none;
    }

    .sec2,
    .guardian-archetypes,
    .guardian-archetypes-rows {
        padding: 0;
        margin: 0;
    }

    .guardian-archetypes-rows,
    .paradox-rows {
        margin: 0;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .product-card .product-box {
        padding: 30px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    #siem .new-product-launches-content {
        height: 160px;
        padding: 20px;
    }

    .product-card .product-box:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    #uems .new-product-launches-content,
    #iam .new-product-launches-content,
    #itom .new-product-launches-content {
        padding-top: 0px;
    }

    .product-card .product-box p {
        margin: 0;

    }

    .analyst-recognition .container .rows h2 {
        font-size: 1.5em;
    }

    .analyst-recognition {
        padding: 10px;
    }

    .product-card br {
        display: none;
    }

    .product-card p {
        padding: 10px 0;
    }

    .product-release {
        padding: 50px 0;
    }

    .guardian-content p {
        margin: auto;
    }



    .paradox-content-p,
    .guardian-content-p,
    .product-release-content-p {
        width: 60%;
        margin: 12px auto 36px auto;
        font-size: 18px;
        text-align: center;
    }

    .guardian-content-rows h2,
    .product-release-content h2,
    .paradox-content h2 {
        margin: auto;
        width: 60%;
        font-size: 1.7em;
        text-align: center;
        margin-top: 36px;
    }


    .card img {
        position: relative;
        top: 0;
        margin: auto;
        left: 0;
        right: 0;
        rotate: 0deg;
        padding: 20px 0;
        height: 200px;

    }

    .marquee {
        position: relative;
        top: 0;
        transform: skewY(0deg);
    }

    .card {
        background: linear-gradient(to bottom,
                transparent,
                #E2E1FF,
                #E2E1FF,
                #9997ffa1,
                transparent);


        width: auto;
        scale: 1;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 0;
        opacity: 1;
        z-index: 1;
        margin-bottom: 0;
    }

    .card::after {
        display: none;
    }

    .card.card-center {
        opacity: 1;
        transform: none;
        position: relative;
        left: auto;
        top: auto;
        display: flex;
        z-index: 10;
    }

    .card.left,
    .card.right,
    .card.first-card {
        display: none;
        opacity: 0;
    }

    .quiz p {
        font-size: 1.1em;
        width: 58%;
        margin: auto;
        margin-top: 20px;

    }

    .ans-desc p {
        display: none;
    }

    .options {
        gap: 10px;
    }

    .guardian-image {
        display: none;
    }

    .main-container {
        position: relative;
        min-height: 100vh;
        background: linear-gradient(to bottom, #000365, #12C1E9);
        color: #fff;
    }


    .whole-guardian {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: block;
        background: none;
        padding: 8px 0;
    }


    .whole-guardian .wrap {
        width: 100%;
        max-width: 1200px;
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .guardian-content {
        transform: none;
        text-align: center;
        padding-bottom: 20px;
    }



    .guardian-content h2 {
        font-size: 2.4em;

    }


    .guardian-heading {
        width: 100%;
    }

    .guardian-archetypes::after {
        display: none;
    }

    .cont-boxes-wrap {
        position: relative;
        left: 0;
        transform: none;

        width: 100%;
        max-width: 1200px;
        pointer-events: none;
    }

    .cont-boxes {
        width: 100%;

    }

    .boxes-inner {
        display: flex;
        gap: 30px;
        padding: 10px;
        margin-right: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cont-box {
        width: 40%;
    }

    .cont-box h2 {
        display: inline;
        font-size: 1.4em;
    }

    .cont-box p {
        display: inline;

    }

    .item {
        font-size: 1em;
    }

    .item img {
        width: auto;
        height: 20px;
    }

    .desktop-card-inside {
        display: none;
    }

    .mobile-inside-card {
        display: block;
    }

    .characters-together-backdrop {
        display: none;
    }

    .new-year-backdrop-mobile {
        display: block;

    }

    .new-year-backdrop-arch,
    .new-year-backdrop,
    .base-image {
        display: none;
    }

    .new-year-backdrop,
    .newyear-characters {
        transform: scale(1);
    }

    .newyear-characters {
        top: 0;
        bottom: 0;
    }

    .sec10::before {
        display: none;
    }

    .sec10 {
        padding: 50px 0 90px 0;
    }


    .final-section {
        padding: 10px 0;
    }

    .final-section-image {
        margin-top: 20px;
    }

    .final-section p {
        width: 100%;

    }

    .yr-summary-p {
        font-size: 18px;
    }


    .shield-span {
        height: 20px;
        width: 20px;
    }


}

@media (max-width: 992px) {

    .guardian-content-rows h2,
    .product-release-content h2,
    .paradox-content h2,
    .paradox-content-p,
    .guardian-content-p,
    .product-release-content-p {
        width: 100%;
    }

    .quiz p,
    .ans-desc p {
        width: 90%;
    }

    .guardian-archetypes-rows,
    .paradox-rows,
    .card {
        padding: 20px 0;
    }

    .yr-summary-p {
        font-size: 16px;
    }

}

@media (max-height: 730px) {

    .gatekeeper-desktop {
        height: 60vh !important;
        margin-bottom: 160px !important;
    }
}

@media (max-height: 700px) {
    .card {
        height: auto;
    }

    .product-card {
        top: 1%;
    }

    .product-box-rrp {
        width: 47%;
    }

}


@media (max-height: 650px) {

    .card-contents {
        width: 100%;
        padding: 10px;
        margin: 30px auto;
    }

    .card h3 {
        font-size: 1.3em;
    }

    .quiz p {
        font-size: 1em;
    }

    .options button {
        font-size: 0.95em;
    }

}


@media (max-width: 650px) {

    .art-of-balance {
        padding-top: 50px;
    }

    h1 {
        font-size: 2em;
    }

    .innovation {
        font-size: 1em;
    }

    .card-contents {
        width: 100%;
    }

    .card h3 {
        font-size: 1.3em;
    }

    .quiz p {
        font-size: 1em;
    }

    .options button {
        font-size: 0.95em;
    }

    .cont-box {
        width: 100%;
    }

    .guardian-content h2 {
        font-size: 1.8em;
    }

    form {
        width: 100%;
    }

    .tq-box {
        width: 80%;
    }



}

@media (max-width: 500px) {
    .yr-summary {
        width: 100% !important;
    }
}



/*----------------------- preloader------------------------- */
#preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-line {
    position: relative;
    width: 20%;
    height: 2px;
    background: linear-gradient(to left, #0000001a, #000);
    border-radius: 2px;
}

.loading-dot {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(275deg, #000, #0000001a);
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: moveDot 4s ease-in-out infinite;
}

.loading-dot::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-dot::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
}

@keyframes moveDot {
    0% {
        left: 0%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}