@charset "UTF-8";

/* CSS Document */

html,
body {
    overflow-x: hidden;
}

body {
    color: #000;
}

img {
    max-width: 100%;
}

.container-new {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 30px;
}

.row {
    display: flex;
}

.prd-nav li {
    width: 32%;
}


/*breadcrumb style starts here*/

.sd-bread-crumb .sdp-cmn-breadcrum a {
    color: #000;
    position: relative;
    font: 15px / 1.4 Zoho_Puvi_Regular;
}

span.sdp-bread-crumb-arrow {
    padding: 0 3px;
    color: #000;
}

.sd-bread-crumb .sdp-cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    color: #000;
    transition: 0.4s ease;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
    width: 100%;
    transition: 0.4s ease;
    background: #000;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
    text-decoration: none;
}


/*breadcrumb style ends here*/


/*banner section style starts here*/

.banner-bg {
    background: url(../images/it-incident-management-banner-bg.jpg);
    background-size: cover;
    padding: 25px 0px 250px 0px;
}

.banner h1 {
    font: 50px / 1.1 "Zoho_Puvi_ExtraBold";
    color: #242247;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top: 130px;
}

.banner p {
    font: 19px / 1.5 "Zoho_Puvi_Regular";
    color: #242247;
    margin: 20px auto 0px auto;
    text-align: center;
    max-width: 650px;
    width: 100%;
}

.banner-cta-wrapper {
    text-align: center;
}

a.cta {
    font: 20px / 1.5 "Zoho_Puvi_SemiBold";
    margin: 50px 0px 0px 0px;
    padding: 12px 50px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ff1800;
    background-color: #ff1800;
    border-radius: 3px;
    color: #fff;
    transition: .3s;
}

.banner-cta-wrapper a.cta:hover {
    background: #ff1800d6;
    border: 2px solid #ff180000;
    transition: .3s;
}

a.showcase-cta:hover {
    box-shadow: 8px 8px #dedede;
}

a.yellow-box-cta:hover {
    background: #000;
    box-shadow: none;
    border: 2px solid #000;
}


/*banner section style ends here*/


/*box section style starts here*/

.box {
    box-shadow: 0px 2px 20px 1px #FFAA001A;
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px 30px;
    background: #fff;
    max-width: 1100px;
    position: relative;
    top: -270px;
    box-sizing: border-box;
    transition: .6s ease;
    z-index: 22;
}

.banner-section .box {
    opacity: 0;
    top: -180px;
}

.active-anim .box {
    top: -270px;
    opacity: 1;
}

.box.row {
    align-items: center;
}

.box .col:nth-child(1) {
    width: 40%;
    margin-right: 25px;
}

.box .col:nth-child(2) {
    width: 60%;
    margin-left: 25px;
    padding-right: 30px;
}

.box .col img {
    display: block;
    margin: 0 auto;
}

.box h4 {
    font: 32px / 1.3 "Zoho_Puvi_Bold";
    margin: 0px 0px 25px 0px;
}

.box-list-items li {
    font: 17px / 1.4 "Zoho_Puvi_Medium";
    position: relative;
    padding: 0px 0px 10px 35px;
    margin: 0px 0px 10px 0px;
}

.fade-item {
    transition: .25s all ease-in-out;
    opacity: 0;
}

.fadein-list {
    animation: fadeIn 0.9s 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

ul.box-list-items li:before {
    content: "";
    position: absolute;
    background: url(../../ai/images/ai-tick.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
}

ul.box-list-items li:not(:last-child)::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #F7F7F7 0%, #D8D8D8 50%, #F7F7F7 100%);
    width: 100%;
    right: 0;
    bottom: 0;
    left: 30px;
    height: 1px;
    max-width: 80%;
}

.mob-heading {
    display: none;
}


/*box section style ends here*/


/*feature section style starts here*/

.feature-bg {
    padding: 100px 0px;
    background: #FFFDF8;
}

.blue-bg {
    background: #FAFCFF;
}

.dark-blue-bg {
    background: #FFFAF0;
    position: relative;
}

.dark-blue-bg::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 130px;
    background: url(../images/it-incident-management-banner-bg.jpg);
    top: 0;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -170px;
}

.extra-dark-blue-bg {
    background: #d9e9ff;
}

.feature {
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
}

.related-items-wrapper {
    max-width: 1280px;
}

.feature h2 {
    font: 40px / 1.25 "Zoho_Puvi_Bold";
    margin: 0px auto 30px auto;
}

.overlapping-section h2 {
    margin: -170px auto 30px auto;
}

.overlapping-section h3 {
    margin: -200px auto 30px auto;
}

.overlapping-section .box .col:nth-child(2) {
    padding-right: 90px;
}

.feature p {
    font: 17px / 1.5 "Zoho_Puvi_Regular";
    margin: 0px 0px 60px 0px;
}

.feature-without-image p {
    margin-bottom: 0px;
}

.feature-image-wrapper {
    max-width: 750px;
    margin: 0px auto;
}

.wobble-animation .col {
    margin: 5px;
}

.wobble-animation .col:nth-child(1) img {
    margin-top: 50px;
}

.wobble-animation .col:nth-child(3) img {
    margin-top: 100px;
}

.wobble-animation .col:nth-child(1) {
    animation: wobble1 3s linear infinite alternate-reverse;
}

.wobble-animation .col:nth-child(2) {
    animation: wobble2 3s linear infinite alternate-reverse;
}

.wobble-animation .col:nth-child(3) {
    animation: wobble3 3s linear infinite alternate-reverse;
}

@keyframes wobble1 {
    from {
        transform: translate(0, 30px);
    }
    to {
        transform: translate(0, 0px);
    }
}

@keyframes wobble2 {
    from {
        transform: translate(0, -20px);
    }
    to {
        transform: translate(0, 0px);
    }
}

@keyframes wobble3 {
    from {
        transform: translate(0, 30px);
    }
    to {
        transform: translate(0, 0px);
    }
}

.two-col-feature-image .col:nth-child(1) {
    margin-right: 20px;
}

.two-col-feature-image .col:nth-child(2) {
    margin-left: 20px;
}

.two-col-feature-image img {
    background: linear-gradient(125.78deg, #F6F9FF 3.5%, #E6ECF4 45.31%, #F7F9FF 95.39%);
    border-radius: 15px;
    padding: 40px;
    box-sizing: border-box;
}

p.fig-desc {
    text-align: left;
    margin: 75px 0px 0px 0px;
}


/*feature section style ends here*/


/*footer and related items style starts here*/

.extra-bottom-padding {
    padding: 100px 0px 300px 0px;
}

.yellow-box {
    background: url(../images/ai-footer-bg.png);
    padding: 50px 90px;
    top: -300px;
    max-width: 1200px;
    background-size: cover;
}

.yellow-box .col {
    flex-grow: 1;
    flex-basis: 0;
}

.yellow-box h4 {
    font: 40px / 1.15 "Zoho_Puvi_Bold";
    margin: 0px 0px 0px 0px;
}

.yellow-box p {
    font: 19px / 1.5 "Zoho_Puvi_Regular";
    text-align: left;
    margin: 15px 0px 40px 0px;
}

.yellow-box a {
    margin-top: 0px;
    margin-bottom: 0px;
}

.related-items-wrapper h3 {
    font: 34px / 1.1 "Zoho_Puvi_Bold";
    margin-bottom: 50px;
}

.related-items {
    text-align: left;
}

.related-items .col {
    background: #fff;
    margin: 15px;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    transition: all ease 0.6s;
    box-shadow: 0px 0px 10px 1px #CCCCCC40;
}

.row.related-items .col:hover {
    box-shadow: 0px 15px 25px -15px #a5a5a5;
}

.row.related-items .col .arrow-anim {
    transition: 0.3s ease-in-out;
}

.row.related-items .col:hover .arrow-anim {
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.related-items-image-wrapper {
    min-height: 88px;
    display: flex;
    align-items: center;
}

.related-items-image-wrapper img {
    width: 75px;
}

img.copilot-icon {
    width: 100px;
}

img.virtual-agent-icon {
    width: 85px;
}

.arrow {
    width: 27px;
    height: 17px;
    background-position: -406px -81px;
}

.related-items h5 {
    font: 24px / 1.4 "Zoho_Puvi_Bold";
    margin: 15px 0px;
    color: #000;
}

.related-items p {
    font: 19px / 1.5 "Zoho_Puvi_Regular";
    text-align: left;
    max-width: 100%;
    margin: 0px 0px 20px 0px;
    color: #000;
}

.related-items .col a {
    padding: 30px 50px;
    display: inline-block;
    text-decoration: none;
}


/*footer and related items style ends here*/


/*image popup style starts here*/

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

.close-btn,
.ai-video-popup-close {
    right: 20px;
    top: 20px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ai-popup-close.png);
    cursor: pointer;
    position: absolute;
}

.image-pupup-show-continer .modal-wrapper img,
.image-pupup-show-continer .modal-wrapper source {
    width: auto;
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 90%;
}


/*image popup style ends here*/


/*animation style starts here*/

span.sdp-cta-arrow {
    transition: 0.3s ease-in;
    padding: 0 0 0 5px;
    display: inline-block;
    transform: translateX(0px);
    vertical-align: middle;
}

a.cta:hover .sdp-cta-arrow,
.related-items a:hover .sdp-cta-arrow,
.section-cta a:hover .sdp-cta-arrow {
    transform: translateX(5px);
    transition: 0.3s ease-in;
}

.fadein {
    transform: translateY(10rem);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.active-anim .fadein {
    transform: translateY(0);
    opacity: 1;
}

.animation-left {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
}

.active-anim .animation-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

.animation-right {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
}

.active-anim .animation-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

.delay1 {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
}

.active-anim .delay1,
.parent-active .delay1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: inherit;
    transition-delay: .2s;
}

.delay2 {
    opacity: 0;
    transition: all ease 2s;
    -webkit-transition: all ease 2s;
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
}

.active-anim .delay2,
.parent-active .delay2 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: inherit;
    transition-delay: .4s;
}

.delay3 {
    opacity: 0;
    transition: all ease 3s;
    -webkit-transition: all ease 3s;
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
}

.active-anim .delay3,
.parent-active .delay3 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: inherit;
    transition-delay: .6s;
}


/*animation style ends here*/

.sdp-common-footer-bg {
    background: #fff !important;
}


/*showcase page style starts here*/

.showcasepage-bg {
    background: url(../images/showcase-bg.png) no-repeat;
}

.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a,
.showcasepage-bg span.sdp-bread-crumb-arrow,
.showcasepage-bg span.sdp-root-page {
    color: #000;
}

.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a::after {
    background: #000
}

span.banner-highlighted-sec {
    background: linear-gradient(90deg, #FF963F 0%, #4A34FF 50%, #32BBFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 66px;
}

.showcasepage-bg .banner h1,
.showcasepage-bg .banner p {
    color: #000;
}

.showcasepage-bg .banner h1 {
    max-width: 950px;
    font-size: 48px;
}

.showcasepage-bg .banner>p {
    max-width: 850px;
}

.showcase-box h4 {
    max-width: 75%;
}

.highlighted-topic-wrapper {
    text-align: center;
}

.showcase .col:nth-child(1) img {
    padding: 65px 40px 65px 40px;
}

p.highlighted-topic {
    font: 20px / 1.5 Zoho_Puvi_Bold;
    display: inline-block;
    padding: 10px;
    border: none;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@keyframes type {
    0% {
        width: 0;
    }
}

.section-highlighted-topic {
    margin: 0px 0px 30px 0px !important;
}

.banner-highlighted-topic {
    overflow: hidden;
    white-space: nowrap;
    animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
    background: linear-gradient(90deg, #FFF5E7 0%, #FFFDFA 50%, #FFF5E7 100%);
    width: 675px;
    color: #3C84FF !important;
}

.predictive-highlighted-topic {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFF6E6 50%, #FFFFFF 100%);
    white-space: normal;
    max-width: 550px;
    color: #000;
}

.conversational-highlighted-topic {
    overflow: hidden;
    white-space: nowrap;
    animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
    background: linear-gradient(90deg, #FFFCF7 0%, #FFEFD5 50%, #FFFCF7 100%);
    width: 804px;
    color: #000;
}

.generative-highlighted-topic {
    overflow: hidden;
    white-space: normal;
    /*animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;*/
    background: linear-gradient(90deg, #FFFFFF 0%, #FFF6E6 50%, #FFFFFF 100%);
    max-width: 550px;
    color: #000;
}

.showcase-box .col:nth-child(1) {
    margin-right: 50px;
}

.showcase-box img {
    width: 85%;
}

.section-cta a {
    font: 20px / 1.5 "Zoho_Puvi_SemiBold";
    margin: 50px 0px 0px 0px;
    padding: 12px 35px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #4597f7;
    border-radius: 3px;
    color: #4597f7;
}

.section-cta a:hover {
    background: #4597f7;
    color: #fff;
}

.arrow-image-animation::before {
    content: "";
    background: url(../images/arrow-image.png);
    width: 206px;
    height: 151px;
    position: absolute;
    top: -150px;
    left: 10px;
    display: block;
    animation: move 2s ease-in;
}

.arrow-image-animation::after {
    content: "";
    background: url(../images/line-animation.png);
    width: 79px;
    height: 76px;
    position: absolute;
    top: -36px;
    right: -50px;
    display: block;
    animation: move-out 1s ease-in;
}

@keyframes move {
    from {
        transform: translateY(40px)
    }
    to {
        transform: translateY(0px)
    }
}

@keyframes move-out {
    0% {
        transform: translate(-30px, 40px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.cta-bottom-padding {
    margin-bottom: 100px;
}

.floral-white-bg {
    background: #FFFCF7;
}

.showcase .col {
    width: 50%;
}

.showcase img {
    background: linear-gradient(125.78deg, #FFFCF7 3.5%, #FFF5E7 45.31%, #FFFCF7 95.39%);
    border: 1px solid #c6c6c6;
    border-bottom: none;
    border-top-right-radius: 32px !important;
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none !important;
}

.showcase p.fig-desc {
    margin: 0px;
    padding: 30px;
    border: 1px solid #c6c6c6;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    min-height: 160px;
}

.para-spacing p:nth-child(3) {
    margin: 20px 0px;
}

.three-col-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 50px auto 100px auto;
}

.three-col {
    padding: 30px;
    margin: 20px;
    background: #FFDDAC;
    border-radius: 30px;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
}

.three-col-image-wrapper {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-col img {
    width: 100px;
}

.three-col h5 {
    font: 19px / 1.2 "Zoho_Puvi_SemiBold";
    margin: 25px 0px 0px 0px;
}

.three-col h6 {
    font: 15px / 1.5 "Zoho_Puvi_Regular";
    margin: 3px 0px 20px 0px;
}

ul.list-items li {
    font: 16px / 1.4 "Zoho_Puvi_Regular";
    position: relative;
    padding: 0px 0px 10px 25px;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

ul.list-items li:before {
    content: "";
    position: absolute;
    background: url("../images/safron-tick.png") no-repeat;
    background-size: cover;
    display: inline-block;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0px;
    width: 14px;
    height: 14px;
}

.footer-strip {
    background: url(../images/showcase-footer-bg.png);
    border-radius: 50px;
    text-align: center;
    padding: 75px;
    box-sizing: border-box;
    max-width: 1100px;
    background-position: -150px 0px;
}

.footer-strip h2 {
    font: 36px / 1.3 Zoho_Puvi_Bold;
    color: #fff;
    margin: 0 auto;
    max-width: 700px;
}

.high-values-bg {
    background: #FFFCF7;
}

.high-values {
    background: #FFF6E8;
}

.high-values:hover {
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 5px #f5dead;
}

.high-values-three-col-wrapper {
    margin: 50px auto 0px auto;
}

.high-values h5 {
    margin: 25px 0px 20px 0px;
    text-align: left;
    font: 20px / 1.3 Zoho_Puvi_SemiBold;
}

p.high-values-note {
    text-align: center;
    font: 12px / 1.5 "Zoho_Puvi_Regular";
}

.high-values .three-col-image-wrapper {
    justify-content: flex-start;
    min-height: auto;
}

.high-values img {
    width: 22%;
}

img.sentiment-analysis-image {
    border-radius: 0px !important;
    box-shadow: none !important;
    max-width: 85%;
}

img.conversational-image {
    box-shadow: none !important;
}


/*showcase page style ends here*/


/*gen ai page style starts here*/

.gen-ai-container {
    max-width: 1100px;
}

.gen-ai {
    text-align: left;
    align-items: center;
}

.gen-ai .col {
    flex-grow: 1;
    flex-basis: 0;
}

.gen-ai .col:nth-child(1) {
    margin-right: 40px;
}

.gen-ai .col:nth-child(2) {
    margin-left: 40px;
}

.gen-ai h2 {
    font: 36px / 1.25 "Zoho_Puvi_Bold";
}

a.internal-links {
    text-decoration: none !important;
    color: #3670e5;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 38px 20px 18px 38px;
    pointer-events: none;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #3670e5;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #3670e5;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#3670e5, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.ai-video-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    display: none;
}

.ai-video-popup {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-video-popup video {
    width: 70%
}

img.ai-video-screenshots {
    cursor: pointer;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*gen ai page style ends here*/


/*virtual agent page style starts here*/

.virtual-agent-page img {
    background: linear-gradient(125.78deg, #EEF5FF 3.5%, #C0DBFF 45.31%, #EEF5FF 95.39%);
    border: 1px solid #AFCAFF;
}

.virtual-agent-page .col:nth-child(1) img {
    padding: 55px 40px;
}


/*virtual agent page style ends here*/


/*Features Page Reports and Dashboard style starts here*/

.sdp-reports-banner-bg {
    /*	background-image: linear-gradient(to bottom, #0073FF, #2086ff, #EBF4FF);*/
    background-image: linear-gradient(to bottom, #0073FF 30%, #EBF4FF 70%);
}

.sdp-reports-banner-bg .banner-bg {
    background: none;
}


/*
.sdp-reports-overlapping-bg{
	background-image: linear-gradient(#EBF4FF, #EBF4FF);
}
*/

.sdp-reports-overlapping-bg .box {
    box-shadow: 0px 0px 0px 10px #cee3ff;
}

.sdp-reports-footer-bg {
    background-image: linear-gradient(359deg, #D7EBFF, #ffffff);
}

.sdp-reports-footer-bg .yellow-box {
    top: 0;
}

.sdp-report-list {
    box-shadow: 0px 0px 0px 12px #D3E7FF;
    border-radius: 10px;
}

.sdp-report-list img {
    border-radius: 10px;
}

ul.toggle-buttons {
    display: flex;
    justify-content: center;
    margin: 35px 0 0 0;
}

ul.toggle-buttons li a {
    padding: 7px 20px;
    vertical-align: middle;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

ul.toggle-buttons li a.active {
    background: #bad4fc !important;
}

.sdp-img-visualize:after {
    content: '';
    position: absolute;
    background: url("../../reports/images/itsm-dashboard-report.png");
    width: 100%;
    height: 100%;
    left: 1000px;
    background-size: cover;
    transition: 1s ease-in;
    top: 0;
    border-radius: 15px;
    transition-delay: 1s;
}

.sdp-img-visualize.sdp-viewport:after {
    /*
	-webkit-animation: moveit 5.5s;
          animation: moveit 5.5s;
*/
    left: 0px;
}

.sdp-image-slide {
    overflow: hidden;
}

@-webkit-keyframes moveit {
    from {
        left: 100%;
        opacity: 1;
    }
    50% {
        left: 0%;
        opacity: 1;
    }
    /*  95%  { left: 75%; opacity:0; }*/
    to {
        left: 100%;
        opacity: 1;
    }
}

@keyframes moveit {
    from {
        left: 100%;
        opacity: 1;
    }
    50% {
        left: 0%;
        opacity: 1;
    }
    /*  95%  { left: 75%; opacity:0; }*/
    to {
        left: 100%;
        opacity: 1;
    }
}

.sdp-circle-warm {
    width: 20px;
    height: 20px;
    background: #ff0000;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: calc(100% - 67%);
    left: calc(100% - 72%);
}

.sdp-circle-warm:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #ff0000;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.sdp-circle-warm:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}


/*
.clone-img-ele img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #a8a8a8;
}*/

.sdp-report-img img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #a8a8a8;
}


/*Features Page Reports and Dashboard style ends here*/


/*whatsapp integration style ends here*/

img.request-creation-image {
    max-width: 60%;
}


/*whatsapp integration style ends here*/


/*FAQ*/

.sdp-faq-sec {
    padding: 70px 0;
}

.faq-all {
    padding: 5px;
    text-align: right;
    cursor: pointer;
    font: 17px / 1.3 'Zoho_Puvi_Medium';
    margin-bottom: 10px;
}

.faq-main-content {
    position: relative;
    max-width: 80%;
    margin: 50px auto;
}

.faq-main-content .faq-item {
    position: relative;
    padding: 25px 30px;
    margin: 0 0 10px 0;
}

.faq-main-content .faq-item .faq-item-click {
    cursor: pointer;
}

.faq-main-content .faq-item .faq-item-click h3 {
    margin: 0;
    font-size: 21px;
}

.faq-main-content .faq-item .faq-item-click h3::after {
    content: '';
    width: 18px;
    height: 3px;
    background: #000;
    position: absolute;
    right: 37px;
    top: 38px;
}

.faq-main-content .faq-item .faq-item-click h3::before {
    content: '';
    width: 3px;
    height: 18px;
    background: #000;
    position: absolute;
    right: 44px;
    top: 31px;
    transition: 0.5s ease-in;
}

.faq-main-content .faq-item .faq-item-click.faq-active h3::before {
    transform: rotate(90deg);
}

.faq-main-content .faq-item .faq-item-content {
    margin: 30px 0 10px 25px;
    max-width: 90%;
}

.faq-main-content .faq-item .faq-item-content .sdp-list-style,
.faq-main-content .faq-item .faq-item-content p {
    padding-bottom: 0;
}

.faq-main-content .faq-item .faq-item-content p {
    font-size: 18px;
    font-family: 'Zoho_Puvi_Regular';
    line-height: 1.66;
    margin: 0px 0px 20px 0px;
    color: #000;
}

.faq-main-content .faq-item .faq-item-content p {
    margin-bottom: 0;
}

.faq-main-content .faq-item .faq-item-content .sdp-list-style li {
    font-size: 17px;
}


/*FAQ*/

#itsm-incident-features .book-free-lot-section .box {
    top: 0 !important;
}

#itsm-incident-features .book-free-lot-section .related-items-wrapper h3 {
    margin: 0px auto 80px auto;
}

#itsm-incident-features .book-free-lot-section .related-items-wrapper {
    margin-top: 120px;
}

.tab-button {
    padding: 5px 10px;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    background: transparent;
    position: relative;
    z-index: 22;
}

.tab-button.active {
    color: #ffff;
}

.slider {
    width: 100%;
}

.slide {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

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

.tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0px auto 80px;
    position: relative;
}

.tab-btn span {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    background: #D79915;
    padding: 3px 20px;
    border-radius: 50px;
    z-index: 1;
    left: -20px;
}

.tab-btn li.active,
.task-experts h4,
.task-experts p {
    color: #fff;
}

.task-experts .cta {
    background: #FED100;
    border: unset;
    color: #000;
}

.task-experts .cta:hover {
    background: #fada45;
    transition: .5s ease;
}

.task-experts {
    background: url(../images/talk-expert-bg.png), #2350da;
    background-size: contain;
}

.faq-icon {
    display: block;
    background: url(../images/faq-logo.png);
    height: 110px;
    width: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto;
}

.sdp-faq-sec .top-cont-wrap h2.sdp-tac {
    font-family: 'Zoho_Puvi_SemiBoldItalic';
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
}

.related-items-icon-wrapper {
    height: 70px;
    width: 70px;
    position: relative;
}

.related-items-icon-wrapper span {
    height: 100%;
    display: block;
    width: 100%;
    background-size: 280px;
    background-repeat: no-repeat;
    transition: .3s ease;
}

.sprite-col-a .related-items-icon-wrapper span,
.sprite-col-b .related-items-icon-wrapper span,
.sprite-col-a .related-items-icon-wrapper span::after,
.sprite-col-a .related-items-icon-wrapper span::before,
.sprite-col-b .related-items-icon-wrapper span::after,
.pm-management .related-items-icon-wrapper::after {
    background: url(../images/itil-capabilities-isomatric-sprites.png);
}

.sprite-col-c .related-items-icon-wrapper span {
    background: url(../images/itil-capabilities-sprites.png);
}

.related-items-icon-wrapper em {
    content: '';
    position: absolute;
    background: url(../images/itil-capabilities-sprites.png);
    background-size: 270px;
    display: block;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.related-items-wrapper .pm-management span {
    background-position: 6px -157px;
    background-size: 210px;
}

.sprite-col-a .related-items-icon-wrapper span::after,
.sprite-col-b .related-items-icon-wrapper span::after,
.sprite-col-a .related-items-icon-wrapper span::before,
.sprite-col-b .related-items-icon-wrapper span::before,
.pm-management .related-items-icon-wrapper::after {
    content: '';
    position: absolute;
    transition: .3s ease;
}

.related-items-wrapper .pm-management span::after {
    background-position: 160px -93px;
    left: 0;
    top: -20px;
    background-size: 210px;
    height: 45px;
    width: 35px;
    transform: rotate(0deg);
    transform-origin: center bottom;
}

.related-items-wrapper .pm-management:hover span::after {
    left: 8px;
    top: -13px;
    transform: rotate(13deg);
}

.related-items-wrapper .pm-management span::before {
    background-position: 179px -83px;
    right: 0;
    bottom: 10px;
    background-size: 180px;
    height: 40px;
    width: 35px;
    transform: rotate(0deg);
    transform-origin: bottom right;
}

.related-items-wrapper .pm-management:hover span::before {
    transform: rotate(-10deg);
    bottom: 45px;
}

.pm-management .related-items-icon-wrapper::after {
    background-position: 99px -103px;
    left: 0;
    top: 27px;
    background-size: 180px;
    height: 10px;
    width: 15px;
    opacity: 0;
    transform: scale(1)
}

.pm-management:hover .related-items-icon-wrapper::after {
    opacity: 1;
    transform: scale(1.2)
}

.related-items-wrapper .change-mgt span::before {
    background-position: -111px -9px;
    background-size: 185px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.related-items-wrapper .change-mgt:hover span::before {
    transform: rotate(-20deg);
}

.related-items-wrapper .change-mgt span::after {
    background-position: 307px -133px;
    left: 50%;
    top: 50%;
    background-size: 180px;
    height: 100%;
    width: 55px;
    transform: rotate(0deg) translate(-50%, -50%);
    transform-origin: center center;
}

.related-items-wrapper .change-mgt:hover span::after {
    transform: translate(-50%, -50%) rotate(20deg);
}

.related-items-wrapper .it-asset-mgt span {
    background-position: -121px -10px;
    background-size: 370px;
    z-index: 2;
    position: relative;
}

.related-items-wrapper .it-asset-mgt span::after {
    display: none;
}

.related-items-wrapper .it-asset-mgt:hover span {
    transform: rotate(15deg);
}

.related-items-wrapper .it-asset-mgt em {
    top: -15px;
    left: -26px;
    z-index: 1;
    background-position: -111px -94px;
    background-size: 331px;
    height: 50px;
    width: 50px;
}

.related-items-wrapper .it-asset-mgt:hover em {
    top: -25px;
}

.four-col-features h3 {
    font-size: calc(clamp(1.125rem, 2.885vw - 0.663rem, 1.5rem));
    margin-top: 0;
}

.four-col-features .flex-wrap {
    text-align: left;
    align-items: flex-start;
}

.four-col-features .flex-wrap>div {
    max-width: calc(97% /2);
    flex: 0 0 calc(97% /2);
    box-sizing: border-box;
    padding: 0px 40px;
    background: #FFF5E0;
    border: 2px solid #FFEAC2;
    min-height: 350px;
    border-radius: 20px;
    position: relative;
    opacity: 0;
}

.four-col-features .flex-wrap>div:nth-child(1) {
    top: -50px;
}

.four-col-features .flex-wrap>div:nth-child(2) {
    top: -50px;
}

.four-col-features .flex-wrap>div:nth-child(3) {
    bottom: -50px;
}

.four-col-features .flex-wrap>div:nth-child(4) {
    bottom: -50px;
}

.four-col-features .flex-wrap>div:nth-child(odd) {
    margin-right: 15px;
    margin-bottom: 30px;
    left: -120px;
}

.four-col-features .flex-wrap>div:nth-child(even) {
    margin-left: 15px;
    margin-bottom: 30px;
    right: -120px;
}

.active-anim .four-col-features .flex-wrap>div {
    opacity: 1;
    transition: .6s ease all;
}

.active-anim .four-col-features .flex-wrap>div:nth-child(1) {
    top: 0px;
    left: 0px;
}

.active-anim .four-col-features .flex-wrap>div:nth-child(2) {
    right: 0px;
    top: 0px;
}

.active-anim .four-col-features .flex-wrap>div:nth-child(3) {
    left: 0px;
    bottom: 0;
}

.active-anim .four-col-features .flex-wrap>div:nth-child(4) {
    right: 0px;
    bottom: 0;
}

.four-col-features .anim-icon {
    height: 75px;
    width: 80px;
    position: relative;
    margin-top: 30px;
}

.four-col-features .anim-icon span {
    height: 100%;
    display: block;
    width: 100%;
    background: url(../images/four-col-fea-sprite.png);
    background-size: 300px;
    background-repeat: no-repeat;
    transition: .3s ease;
}

.four-col-features .anim-icon.icon-a span {
    background-position: 0px 0px;
}

.four-col-features .anim-icon.icon-b span {
    background-position: -99px 0px;
    background-size: 340px;
}

.four-col-features .anim-icon.icon-c span {
    background-position: -182px -7px;
    background-size: 350px;
}

.four-col-features .anim-icon.icon-d span {
    background-position: -266px -7px;
    background-size: 350px;
}

.four-col-features .anim-icon::after {
    content: '';
    position: absolute;
    background: url(../images/four-col-fea-sprite.png);
    background-size: 270px;
    display: block;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.four-col-features .anim-icon.icon-a::after {
    top: 0;
    background-position: 0px -50px;
    background-size: 250px;
    left: 16px;
    transform-origin: center;
    transform: scale(1.3);
}

.four-col-features .flex-wrap>div.active .anim-icon.icon-a::after {
    transform: scale(1.6);
}

.four-col-features .anim-icon.icon-b::after {
    top: 12px;
    background-position: -110px -60px;
    background-size: 290px;
    left: 26px;
    height: 50px;
    width: 50px;
    transform: scale(1.2);
}

.four-col-features .flex-wrap>div.active .anim-icon.icon-b::after {
    left: 46px;
}

.four-col-features .anim-icon.icon-c::after {
    bottom: 0;
    background-size: 340px;
    height: 70px;
    background-position: -210px -68px;
}

.four-col-features .flex-wrap>div.active .anim-icon.icon-c::after {
    transform: scale(1.3);
}

.four-col-features .anim-icon.icon-d::after {
    bottom: 20px;
    background-position: -228px -68px;
    width: 20px;
    height: 20px;
    transform: scale(1.5);
}

.four-col-features .flex-wrap>div.active .anim-icon.icon-d::after {
    bottom: 45px;
}

.svg-stroke-content-wrap {
    margin-bottom: 150px;
}

.svg-stroke-path-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.svg-stroke-sprite-parent>span {
    background-image: url(../images/stroke-fill-sprite.png);
    height: 80px;
    width: 70px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-size: 310px;
    opacity: 0;
    transform: scale(1.4)
}

.svg-stroke-sprite-parent>span:nth-child(1) {
    background-position: -162px -89px;
    left: -77px;
    top: 102px;
}

.svg-stroke-sprite-parent>span:nth-child(2) {
    background-position: -4px -2px;
    left: 13px;
    top: -6px;
}

.svg-stroke-sprite-parent>span:nth-child(3) {
    background-position: -80px -2px;
    left: 147px;
    top: -72px;
}

.svg-stroke-sprite-parent>span:nth-child(4) {
    background-position: -154px -2px;
    left: 209px;
    top: -94px;
}

.svg-stroke-sprite-parent>span:nth-child(5) {
    background-position: -233px -7px;
    right: 115px;
    top: -74px;
}

.svg-stroke-sprite-parent>span:nth-child(6) {
    background-position: -4px -79px;
    right: 10px;
    top: -8px;
}

.svg-stroke-sprite-parent>span:nth-child(7) {
    background-position: -79px -82px;
    right: -76px;
    top: 102px;
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(1) {
    left: -47px;
    top: 92px
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(2) {
    left: 8px;
    top: 0px;
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(3) {
    left: 114px;
    top: -58px;
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(4) {
    left: 209px;
    top: -73px;
}

.parent-active .svg-stroke-sprite-parent>span {
    transition: .5s ease;
    opacity: 1;
    transition-delay: .7s;
    transform: scale(1)
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(5) {
    right: 120px;
    top: -51px;
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(6) {
    right: 33px;
    top: 12px;
}

.parent-active .svg-stroke-sprite-parent>span:nth-child(7) {
    right: -31px;
    top: 90px;
}

.svg-stroke-img-wrap {
    height: 420px;
}

.svg-stroke-img-wrap .feature-image {
    position: relative;
    top: -90px;
}

.feature-image,
.feature-image img {
    position: relative;
}

.feature-image img {
    z-index: 2;
}

.zig-zag-wrap .feature-image::after {
    display: none;
}

.feature-image::after,
.zig-zag-wrap .feature-image span {
    content: '';
    position: absolute;
    left: 50%;
    width: 104%;
    height: 107%;
    background: #FFF2D5;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 20px;
}

.zig-zag-wrap .feature-image span {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
}

.zig-zag-wrap .feature-image.mobile-res-screen {
    max-width: 350px;
    margin: 0px auto;
}

.zig-zag-wrap .feature-image.mobile-res-screen img {
    position: absolute;
    top: 0;
    left: 0;
}

.zig-zag-wrap .feature-image.web-res-screen span {
    width: 106%;
    height: 112%;
    top: -15px;
    left: -16px;
}

.svg-stroke-path-wrap svg .svg-elem-1 {
    stroke-dashoffset: 340.3646545410156px;
    stroke-dasharray: 340.3646545410156px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-1 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-2 {
    stroke-dashoffset: 328.7703857421875px;
    stroke-dasharray: 328.7703857421875px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-2 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-3 {
    stroke-dashoffset: 347.3447265625px;
    stroke-dasharray: 347.3447265625px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-3 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-4 {
    stroke-dashoffset: 340.36468505859375px;
    stroke-dasharray: 340.36468505859375px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-4 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-5 {
    stroke-dashoffset: 328.77044677734375px;
    stroke-dasharray: 328.77044677734375px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-5 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-6 {
    stroke-dashoffset: 347.3447265625px;
    stroke-dasharray: 347.3447265625px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-6 {
    stroke-dashoffset: 0;
}

.svg-stroke-path-wrap svg .svg-elem-7 {
    stroke-dashoffset: 312.7699890136719px;
    stroke-dasharray: 312.7699890136719px;
    -webkit-transition: stroke-dashoffset .7s ease 0s;
    transition: stroke-dashoffset .7s ease 0s;
}

.svg-stroke-path-wrap.parent-active svg .svg-elem-7 {
    stroke-dashoffset: 0;
}


/*sdp-integration-svg-style-start-here*/

.sdp-integ-frame {
    position: relative;
}

.sdp-integ-frame span {
    opacity: 0;
    transition: .7s ease;
}

.sdp-integ-svg-frame svg {
    max-width: 400px;
    margin: 0px auto;
    display: block;
}

.sdp-integ-svg-frame svg .svg-elem-1 {
    /* stroke-dashoffset: 890.890869140625px;
    stroke-dasharray: 890.890869140625px;
    -webkit-transition: stroke-dashoffset 1.4s ease-in 0.3s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
            transition: stroke-dashoffset 1.4s ease-in 0.3s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; */
    stroke-dashoffset: 890.890869140625px;
    stroke-dasharray: 890.890869140625px;
    -webkit-transition: stroke-dashoffset 1s ease 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s ease 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.parent-active .sdp-integ-svg-frame svg .svg-elem-1 {
    /* stroke-dashoffset: 0; */
    stroke-dashoffset: 1781.78173828125px;
}

.sdp-integ-svg-frame svg .svg-elem-2 {
    /* stroke-dashoffset: 97.97525024414062px;
    stroke-dasharray: 97.97525024414062px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 2s ease-in 0.3s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
            transition: stroke-dashoffset 2s ease-in 0.3s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; */
    stroke-dashoffset: 97.97525024414062px;
    stroke-dasharray: 97.97525024414062px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 3s ease 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 3s ease 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.parent-active .sdp-integ-svg-frame svg .svg-elem-2 {
    /* stroke-dashoffset: 0;
    fill: rgb(255, 255, 255); */
    stroke-dashoffset: 195.95050048828125px;
    fill: rgb(255, 255, 255);
}

.sdp-integ-frame .integ-icon {
    position: absolute;
    transform: scale(1.6);
}

.integ-icon {
    display: block;
    background-image: url(../images/integ-sdp-sprites.png);
    background-repeat: no-repeat;
    height: 120px;
    width: 110px;
    background-size: 380px;
}

.orgin-part {
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 130px;
}

.sdp-integ-frame .sdp-icon {
    background-position: -452px -233px;
    background-size: 600px;
    transform: scale(1);
}

.parent-active .sdp-integ-frame span {
    opacity: 1;
    transition: .8s ease;
}

.parent-active .sdp-integ-frame span.sdp-icon.sdp-icon {
    transform: scale(1.25);
}

.parent-active .sdp-integ-frame span.integ-icon {
    transform: scale(1);
}

.sdp-integ-frame .integ-icon.icon-a {
    top: 90px;
    left: -10px;
    background-position: -142px -130px;
}

.parent-active .sdp-integ-frame span.integ-icon.icon-a {
    transition-delay: 1.8s;
}

.sdp-integ-frame .integ-icon.icon-b {
    top: -60px;
    left: 210px;
    background-position: -265px -7px;
}

.parent-active .sdp-integ-frame span.integ-icon.icon-b {
    transition-delay: 1s;
}

.sdp-integ-frame .integ-icon.icon-c {
    top: 100px;
    right: 0px;
    background-position: -20px -5px;
}

.parent-active .sdp-integ-frame span.integ-icon.icon-c {
    transition-delay: 1.2s;
}

.sdp-integ-frame .integ-icon.icon-d {
    bottom: -40px;
    left: 5px;
    background-position: -10px -127px;
}

.parent-active .sdp-integ-frame span.integ-icon.icon-d {
    transition-delay: 1.6s;
}

.sdp-integ-frame .integ-icon.icon-e {
    bottom: -60px;
    right: 110px;
    background-position: -140px -8px;
}

.parent-active .sdp-integ-frame span.integ-icon.icon-e {
    transition-delay: 1.4s;
}

.integ-gear-icon.deg {
    transform: rotate(85deg);
    transform-origin: center top;
}

.integ-gear-icon {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.integ-gear-icon.icon-a {
    background-image: url(../images/red-gear.svg);
    top: 90px;
    left: 120px;
}

.parent-active .integ-gear-icon.icon-a {
    transition-delay: 1.3s;
}

.integ-gear-icon.icon-b {
    background-image: url(../images/blue-gear.svg);
    top: 70px;
    right: 120px;
}

.parent-active .integ-gear-icon.icon-b {
    transition-delay: 1.4s;
}

.integ-gear-icon.icon-c {
    background-image: url(../images/green-gear.svg);
    bottom: 100px;
    right: 72px;
}

.parent-active .integ-gear-icon.icon-c {
    transition-delay: 1.5s;
}

.integ-gear-icon.icon-d {
    bottom: -50px;
    left: 211px;
    background-image: url(../images/yellow-gear.svg);
}

.parent-active .integ-gear-icon.icon-d {
    transition-delay: 1.6s;
}

.integ-gear-icon.icon-e {
    bottom: 47px;
    left: 85px;
    background-image: url(../images/purple-gear.svg);
}

.parent-active .integ-gear-icon.icon-e {
    transition-delay: 1.7s;
}

.yellow-bg .feature-bg,
.yellow-bg.sdp-faq-sec {
    background: #FFF7E8;
}

.intelligent-predictions .feature {
    max-width: 1100px;
}

.intelligent-predictions .feature p {
    max-width: 900px;
    margin: 0px auto 60px;
}

.fast-track-incident-response .feature {
    max-width: 930px;
}

.incident-management-features .feature-bg {
    padding: 100px 0px 0px;
}

.incident-management-features .top-cont-wrap {
    margin-bottom: 80px;
}

.curate-workflows .feature p {
    margin: 0px 0px 100px 0px;
}

.bounce2 {
    opacity: 0;
    position: relative;
    top: 350px;
}

.active-anim .bounce2 {
    animation: bounce 1.5s ease;
    -webkit-animation: bounce 1.5s ease;
    -moz-animation: bounce 1.5s ease;
    -o-animation: bounce 1.5s ease;
    animation-delay: .5s;
    opacity: 1;
    transition: .5s ease;
    top: -100px;
}

.bounce2.active {
    top: 0px;
}

@-webkit-keyframes bounce {
    0% {
        top: -100px;
    }
    20% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}


/* @-moz-keyframes bounce {
    0%, {-moz-transform: translateY(0);}	
    25%, {-moz-transform: translateY(60px);}	
	50% {-moz-transform: translateY(0);}
    75% {-moz-transform: translateY(20px);}
    100% {-moz-transform: translateY(0);}
} */


/*
@-o-keyframes bounce {
    0%, {-o-transform: translateY(0);}	
    25%, {-o-transform: translateY(60px);}	
	50% {-o-transform: translateY(0);}
    75% {-o-transform: translateY(20px);}
    100% {-o-transform: translateY(0);}
} */

@media only screen and (max-width:1076px) {
    .four-col-features .flex-wrap>div {
        max-width: calc(100%);
        flex: 0 0 calc(100%);
    }
    .four-col-features .flex-wrap>div:nth-child(even),
    .four-col-features .flex-wrap>div:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }
}

.move-wrap {
    width: 350px;
    height: 609px;
    background: rgb(255, 242, 213);
    border-radius: 20px;
}

@media only screen and (max-width:1024px) {
    .overlapping-section .box .col:nth-child(2) {
        padding-right: 0px;
    }
    .banner-bg {
        margin-top: 20px;
        padding: 25px 0px 100px 0px;
    }
    .banner h1 {
        font-size: 44px;
        max-width: 100%;
    }
    .overlapping-section h2,
    .overlapping-section h3 {
        margin-top: 100px;
    }
    .box {
        max-width: 90%;
        position: inherit;
        top: 0px;
    }
    .feature h2 {
        font-size: 34px;
    }
    .yellow-box {
        padding: 50px;
    }
    .yellow-box h4 {
        font-size: 30px;
    }
    .extra-bottom-padding {
        padding: 100px 0px;
    }
    .row.related-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .related-items-wrapper h3 {
        font-size: 30px;
    }
    .related-items .col {
        max-width: 40%;
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .related-items .col a {
        padding: 20px;
    }
    .three-col-wrapper {
        flex-wrap: wrap;
        max-width: 90%
    }
    .three-col {
        margin: 20px;
        flex-grow: inherit;
        flex-basis: inherit;
        width: 300px;
        padding: 75px 30px;
    }
    .footer-strip {
        max-width: 100%;
    }
    .footer-strip h2 {
        font-size: 30px;
    }
    .faq-main-content {
        max-width: 100%;
    }
    .related-items .it-asset-mgt .related-items-icon-wrapper {
        position: relative;
        left: 20px;
        top: 10px;
    }
}

@media only screen and (max-width:768px) {
    .mob-heading {
        display: block;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box .col:nth-child(1) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .box .col:nth-child(2) {
        width: 100%;
        margin-left: 0px;
    }
    .box .col img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
    .wobble-animation .col:nth-child(1),
    .wobble-animation .col:nth-child(2),
    .wobble-animation .col:nth-child(3) {
        animation: none;
    }
    .wobble-animation .col:nth-child(1) img {
        margin-top: 0px;
    }
    .wobble-animation .col:nth-child(1) img,
    .wobble-animation .col:nth-child(2) img,
    .wobble-animation .col:nth-child(3) img {
        margin-top: 30px;
        max-width: 75%;
    }
    .two-col-feature-image .col:nth-child(1) {
        margin-right: 0px;
    }
    .two-col-feature-image .col:nth-child(2) {
        margin-left: 0px;
    }
    .two-col-feature-image .col:nth-child(2) img {
        margin-top: 50px;
    }
    .yellow-box .col {
        flex-grow: inherit;
        flex-basis: inherit;
        text-align: center;
    }
    .yellow-box {
        padding: 50px 30px;
        flex-direction: column-reverse;
        border-radius: 20px;
    }
    .yellow-box .col img {
        margin: 70px auto 0;
    }
    .yellow-box p {
        text-align: center;
    }
    .related-items .col {
        max-width: 100%;
    }
    .showcase-box h4 {
        max-width: 100%;
    }
    .showcase .col {
        width: 100%;
    }
    .banner-highlighted-topic,
    .conversational-highlighted-topic,
    .generative-highlighted-topic {
        box-sizing: border-box;
        max-width: 75%;
        animation: none;
        white-space: inherit;
    }
    .arrow-image-animation::before {
        display: none;
    }
    .arrow-image-animation::after {
        display: none;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .gen-ai .col {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .gen-ai .col:nth-child(1) {
        margin-right: 0px;
    }
    .gen-ai .col:nth-child(2) {
        margin-left: 0px;
    }
    .gen-ai p {
        margin-bottom: 0px;
    }
    .three-col-image-wrapper {
        min-height: inherit;
    }
    .footer-strip {
        border-radius: 0px;
        background: #1e272d;
        padding: 75px 30px;
    }
    .feature h2 br,
    .svg-stroke-path-wrap,
    .sdp-integ-frame {
        display: none;
    }
    .svg-stroke-content-wrap {
        margin-bottom: 60px;
    }
    .svg-stroke-img-wrap .feature-image {
        top: 0;
    }
    .svg-stroke-img-wrap {
        height: auto;
    }
    .faq-main-content .faq-item .faq-item-click h3::before {
        right: 0;
        top: 31px;
    }
    .faq-main-content .faq-item .faq-item-click h3::after {
        right: -7px;
        top: 38px;
    }
    .feature-image::after {
        display: none;
    }
    .zig-zag-wrap .feature-image {
        margin: 30px auto;
    }
    .zig-zag-parent-wrap .zig-zag-wrap:nth-child(2) .row {
        flex-direction: column-reverse;
    }
    .zig-zag-parent-wrap .zig-zag-wrap:nth-child(2) .feature-image,
    .zig-zag-parent-wrap .zig-zag-wrap:nth-child(3) .feature-image {
        margin-top: 50px;
    }
    .related-items img {
        width: 20px;
    }
    .tab-btn {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .sd-bread-crumb .sdp-cmn-breadcrum a {
        font-size: 13px;
    }
    span.sdp-root-page {
        font-size: 13px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .showcasepage-bg .banner h1 {
        font-size: 42px;
    }
    .video-play-button {
        width: 20px;
        height: 32px;
        padding: 30px 20px 18px 30px;
    }
    .video-play-button span {
        border-left: 17px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .video-play-button:before,
    .video-play-button:after {
        width: 50px;
        height: 50px;
    }
    span.banner-highlighted-sec {
        font-size: 42px;
    }
    .banner p {
        font-size: 18px;
        max-width: 100%;
    }
    a.cta {
        font-size: 18px;
        margin: 30px 0px 0px 0px;
        padding: 12px 30px;
    }
    .box .col img {
        max-width: 100%;
    }
    .feature-bg {
        padding: 75px 0px;
    }
    .feature h2 {
        font-size: 28px;
    }
    .related-items .col {
        max-width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .related-items p {
        font-size: 17px;
    }
    .three-col {
        margin: 0px 0px 30px 0px;
        padding: 50px 30px;
        width: 100%;
    }
    .banner-highlighted-topic,
    .conversational-highlighted-topic,
    .generative-highlighted-topic {
        max-width: 100%;
    }
    .yellow-box h4 {
        font-size: 27px;
    }
    .related-items-wrapper h3 {
        font-size: 27px;
    }
    .yellow-box p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .footer-strip h2 {
        font-size: 26px;
    }
    .ai-video-popup video {
        width: 85%;
    }
    p.highlighted-topic {
        font-size: 18px;
    }
    .close-btn {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (max-width:375px) {
    .showcasepage-bg .banner h1 {
        max-width: 100%;
        font-size: 36px;
    }
    span.banner-highlighted-sec {
        font-size: 36px;
    }
    a.cta {
        padding: 12px 20px;
    }
    .yellow-box {
        padding: 50px 15px;
    }
    .yellow-box h4 {
        font-size: 25px;
    }
    .related-items-wrapper h3 {
        font-size: 25px;
    }
    .section-cta a {
        padding: 12px 20px;
    }
}

@media only screen and (max-width:320px) {
    .showcasepage-bg .banner h1 {
        font-size: 30px;
    }
    span.banner-highlighted-sec {
        font-size: 30px;
    }
    .section-cta a,
    a.cta {
        font-size: 16px;
    }
}