@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap');

:root {
    --primaryHeadingFont: "Sora", sans-serif;
    --primaryTextFont: "Manrope", sans-serif;
    --primaryOrange: #F45A4E
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primaryHeadingFont);
}

a,
span,
label,
input,
p,
text,
line {
    font-family: var(--primaryTextFont);
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

li {
    list-style: none !important;
}


.small-head {
    border-radius: 99px;
    background: linear-gradient(270deg, #FCFCFC 0%, #FFF1FF 100%);
    padding: 16px 18px;
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
}

.small-head h5 {
    color: #F45A4E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.main-head h2 {
    color: #313131;
    text-align: center;
    text-shadow: 0px 6px 27.9px rgba(179, 179, 179, 0.25);
    font-size: 35px;
    font-weight: 600;
}

.desc-para p {
    color: #4A565F;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}





/* Best customer cta */
.best-cus-cta-sec {
    background: url(../images-landing/best-customer-cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.best-customer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus-text h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
}

.cus-text .cus-text-line {
    position: relative;
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
}

.cus-text span {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
}

.cus-text .cus-text-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 320 20' xmlns='http://www.w3.org/2000/svg'><path d='M0 20 Q160 0 320 20' stroke='%23FEDC36' fill='transparent' stroke-width='4'/></svg>") no-repeat center;
    background-size: cover;
}

.cus-cta {
    text-align: right;
}

.cus-cta a {
    border-radius: 57px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.cus-cta a:hover {
    background: linear-gradient(90deg, #594CC9 0%, #9B5892 50.48%, #E66854 100%);
}


/* Tech Stack */
.tech-stack-section {
    background: #F6F6FA;
    padding: 80px 0px;
}

.tech-stack-container .tech-stack-icons-section {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.tech-stack-container .desc-para p {
    margin: auto;
    width: 60%;
}

.tech-stack-icons-section img {
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.tech-stack-icons-section img:hover {
    scale: 1.05;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.tech-stack-icons-section .tech-grid-1 {
    margin-top: -80%;
}

.tech-stack-icons-section .tech-grid-2 {
    margin-top: -40%;
}

.tech-stack-icons-section .tech-grid-3 {
    margin-top: 0%;
}

.tech-stack-icons-section .tech-grid-4 {
    margin-top: 25%;
}

.tech-stack-icons-section .tech-grid-5 {
    margin-top: 50%;
}

.tech-stack-icons-section .tech-grid-6 {
    margin-top: 25%;
}

.tech-stack-icons-section .tech-grid-7 {
    margin-top: 0%;
}

.tech-stack-icons-section .tech-grid-8 {
    margin-top: -40%;
}

.tech-stack-icons-section .tech-grid-9 {
    margin-top: -80%;
}

/* top bar section */
.top-bar-sec {
    background: linear-gradient(to right, #4a00e0, #b23274, #ff6a00);
    padding: 20px 0;
}

.top-bar-sec-r1 {
    align-items: center;
}

.top-bar-sec-data {
    width: 90%;
    margin: 0 auto;
    backdrop-filter: blur(112px);
    /* box-shadow: 1px 1px 1px 1px #fff; */
    padding: 10px;
    border-radius: 100px;
    background: #ffffff33;
    ;
}

.xit {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: fit-content;
}

.xit:hover {
    color: #fff;
}

.top-bar-sec-data-x {
    display: flex;
    justify-content: center;
}

.top-bar-sec-data-text {
    display: flex;
    color: #fff;
    justify-content: center;

}

.top-bar-sec-data-text-para-1 {
    margin-bottom: 0;
    margin-left: 10px;
}

.top-bar-sec-data-text-para-new {
    margin-bottom: 0;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

/* header */
.header-section {
    position: absolute;
    width: 100%;
    Z-INDEX: 2;
    border-bottom: 1px solid #B0B0B0;
    /* BACKGROUND: TRANSPARENT; */
}

.tc-header-main {
    position: relative;
    /* background: #fff; */
    padding: 10px 0;
}

.header-logo {
    width: auto;
}

.tc-header-main-r1 {
    align-items: center;
}

.sec-menu-nav-ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 30px;
    justify-content: flex-end;
    padding-left: 0;
}





.sec-menu-nav-ul-a {
    color: #262626;
    font-weight: 600;
}

.sec-menu-nav-ul-a:hover {
    color: #262626;
}

.con-btn {
    /*border: 1px solid #6319B0;*/
    color: #6319B0;
    /*padding: 15px 30px;*/
    font-weight: 600;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.con-btn i {
    margin-right: 6px;
    margin-top: 2px;
    display: flex;
}

.con-btn svg path {
    fill: #6319B0;

}

.con-btn:hover svg path {
    /*fill: #fff;*/

    transition: .3s ease-in-out;

}

.con-btn:hover {
    /*background-color: #6319B0;*/
    /*color: #fff;*/
    /*border: 1px solid #6319B0;*/
    color: #6319B0;
    transition: .3s ease-in-out;
}

.con-btn-1 {
    border-radius: 100px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    /* background-size: 200% auto; */
    background-size: 100% 100%;
    transition: background-position .5s;
    transition: .3s ease-in-out;

}

.con-btn-1:hover {
    color: #FFF;
    background: linear-gradient(90deg, #594CC9 0%, #9B5892 50.48%, #E66854 100%);
    /* transition: .3s ease-in-out; */
    transition: 0.5s;
    background-position: right center;


}






.btn-grad {
    background-image: linear-gradient(to right, #0063B0 0%, #1742B0 51%, #6617B0 100%);
}

.btn-grad {
    margin: 10px;
    padding: 15px 30px;
    transition: 0.5s;
    /* background-size: 200% auto; */
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 100px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.btn-grad:hover {
    background-image: linear-gradient(to right, #6617B0 0%, #1742B0 51%, #0063B0 100%);
    background-position: right center;
    color: #fff;
    text-decoration: none;
}


/* .btn-grad {background-image: linear-gradient(to right, #594CC9 0%, #9B5892  51%, #E66854  100%)}
         .btn-grad {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; 
            color: #fff;
            text-decoration: none;
          } */


.sec-menu-nav-ul-a-last {
    /*margin-left: 20px;*/
}

/* end of header */




/* banner section */
.home-banner-sec {
    padding: 50px 0;
    position: relative;
    /* background: linear-gradient(to right, #ffd1aa4d, #ffffffe6, #add8e64d); */
    background: url(../images--landin/home-banner-sec-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;

}

.home-banner-sec::before {
    content: '';
    position: absolute;
    /* background-color: #026379; */
    background: url(../images-landing/banner-ling-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 157px;
    height: 634px;
    top: 100px;
    left: -24px;
    z-index: -1;
}

.home-banner-sec::after {
    content: '';
    position: absolute;
    background: url(../images-landing/banner-ling-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 246px;
    height: 651px;
    right: 0px;
    top: 160px;
    z-index: -1;
    /* transform: rotate(356deg); */

}

.home-banner-right-img {
    width: 100%;
}

.home-banner-sec-r1 {
    align-items: center;
    padding-top: 150px;
}

.banner-left-head {
    text-align: center;
}

.banner-left-head-h3 {
    font-size: 54px;
    width: 100%;
    color: #2E2E2E;
    line-height: 73px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}



/* 
.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}
 */




.text-container {
    display: inline-block;
    font-size: 54px;
    width: 100%;
    color: #2E2E2E;
    line-height: 73px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}

.dynamic-text {
    color: #FF6200;
    font-family: var(--primaryHeadingFont);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    /* Prevents resizing */
    max-width: 100px;
}

/* Optional: add a placeholder text with fixed width */
/* .text-container::after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: auto;
} */

@keyframes slideText {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    /* Start offscreen */
    20% {
        opacity: 1;
        transform: translateX(0);
    }

    /* Slide in */
    80% {
        opacity: 1;
        transform: translateX(0);
    }

    /* Hold in place */
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }

    /* Slide out */
}

.text-container-lasr-span {
    display: block;
}






.home-banner-sec-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.banner-left-head-h3-span {
    color: #FF6200;
}

.get-us-left-a {
    margin-top: 40px;
    text-align: center;
}

.banner-left-a {
    color: #fff;

    background-image: linear-gradient(to right, #0063B0 0%, #1742B0 51%, #6617B0 100%);
    font-size: 18px;
    padding: 15px 25px;
    transition: 0.3s;
    border-radius: 100px;
}

.banner-left-a:hover {
    background-image: linear-gradient(to right, #6617B0 0%, #1742B0 51%, #0063B0 100%);
    /* background-position: right center;  */
    color: #fff;
    transition: 0.3s;

}

.banner-left-head-para {
    color: #4D4D4D;
    font-size: 20px;
    margin-top: 30px;
    width: 90%;
    margin: 20px auto;
}

.banner-chart-data {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 70px;
}

.banner-chart-data-1 {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #F9F9F9;
    width: fit-content;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 12px;
}

.banner-chart-data-2 {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #F9F9F9;
    width: fit-content;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 12px;
}

.banner-chart-data-text-count {
    color: #430065;
    font-size: 35px;
    font-weight: 600;
}

.banner-chart-data-text-count-p {
    color: #4D4D4D;
    margin: 0;
}

@keyframes swing {
    0% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(-4px);
    }
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }

    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-10px);
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}



.home-banner-sec-left {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.founder-home-img {
    width: 330px;
    animation: float 3s infinite;
}

.founder-home-img-1 {
    width: 200px;
    margin: 0 auto;
    display: flex;
    animation: swing 3s infinite;
}

.founder-home-img-2 {
    width: 350px;
    margin: 0 auto;
    display: flex;
    animation: float 4s infinite;
}





.founder-home-img-new {
    animation-name: stretch;
    animation-duration: 4.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

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

    }

    50% {}

    100% {
        transform: scale(1.1);

    }
}

/* Marquee styles */
.home-banner-marquee {
    margin-top: 40px;
}

.home-banner-marquee-h2-head {
    text-align: center;
    color: #212121;
    font-size: 22px;
    margin-bottom: 45px;
}

.home-banner-marquee .marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    width: 85%;
    margin: 0 auto;
}

.home-banner-marquee .marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

.home-banner-marquee .marquee__content {
    animation: scroll 20s linear infinite;
}

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

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

.home-marquee-img {
    width: auto;
}




/* why-choose-us */

.why-choose-us-section {
    padding: 50px 0 127px 0;
    background: url(../images/why-choose-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    position: relative;
    z-index: 0;
}


.why-choose-us-section::before {
    content: '';
    position: absolute;
    background: url(../images-landing/why-choose-us-bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 390px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    /* transform: rotate(356deg); */


}

.why-choose-us-section::after {
    content: '';
    position: absolute;
    background: url(../images-landing/why-choose-us-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 402px;
    height: 510px;
    right: 0px;
    top: 160px;
    z-index: -1;
}

.why-choose-us-left {
    position: relative;
    top: -50px;
}

.why-choose-us-left-top {
    background: linear-gradient(110deg, #b93186, #d14d4d, #b93186);
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-left-top-data {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
}

.why-choose-us-left-top-data-line {
    border-top: 1px solid #FFFFFF52;
    border-bottom: 1px solid #FFFFFF52;
}

.why-choose-us-left-top-data-p {
    margin-bottom: 0;
    color: #fff;
}

.why-choose-us-left-top-data-icon {
    width: 36px;
}

.why-choose-us-left-last {
    margin-top: 50px;
    background: linear-gradient(110deg, #129ab3, #A60986);
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right {
    position: relative;
    top: 13px;
}

.why-choose-us-right-top {
    background: linear-gradient(110deg, #584802, #593FA0, #00B6EF);
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right-top-data {
    display: flex;
    gap: 20px;
    align-items: center;

}

.why-choose-us-sec-counter {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.why-choose-us-right-top-data-p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.why-choose-us-right-last-data {
    margin-top: 50px;
    background: linear-gradient(0deg, #036149, #233071, #420099);
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right-last-h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF21;
    width: 88%;
    line-height: 33px;
}

.why-choose-us-right-top-data-p-last {
    color: #fff;
    margin-bottom: 0;
}

.why-choose-us-right-top-circle {
    position: relative;
    text-align: center;
    background: url(../images-landing/why-choose-us-counter-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 87px;
    height: 87px;
    right: 0px;
    top: 0px;
    z-index: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.why-choose-us-r1 {
    content: '';
    position: relative;
    background: url(../images-landing/why-choose-us-r1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0;
    border-radius: 100px;
    margin-top: 100px;
}

.why-choose-us-center-h2 {
    color: #fff;
    /* font-weight: 600; */
    margin-top: 40px;
    font-size: 30px;
    text-align: center;

}

.chart-video {
    width: 100%;
    border-radius: 16px;
    background: #000;
}


/* chart css  */






.about-us-section {
    background-image: url(../images-landing/home-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.about-us-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-us-left img {
    width: 90%;
}

.about-us-left {
    position: relative;
}

.about-us-left::after {
    position: absolute;
    content: '';
    background-image: url(../images-landing/abt-rating-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    bottom: 10%;
    left: 50%;
    height: 130px;
}

.about-us-container .small-head h5 {
    text-align: center;
}

.about-us-container .small-head {
    margin: 0;
    border-radius: 99px;
    padding: 16px 18px;
    width: 140px;
    margin-bottom: 15px;
    background: linear-gradient(270deg, #EFF1FF 0%, #FFF1FF 100%);
}

.about-us-container .main-head h2 {
    text-align: left;
}

.about-us-container .desc-para p {
    text-align: left;
    margin-top: 20px;
}

.about-content-sec {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0;
}

.about-content-sec .col-1 {
    padding: 0;
}

.about-content-sec .col-1 img {
    width: auto;
}

.about-content-sec .col-2 h5 {
    color: #313945;
    font-size: 22px;
    font-weight: 600;
}

.about-content-sec .col-2 p {
    color: #4A565F;
    font-size: 16px;
    font-weight: 400;
}

.smart-schedule-section {
    padding: 50px 0px;
    background-image: url(../images-landing/schedule-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.smart-schedule-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-left-section {
    position: relative;
}

.schedule-left-section::after {
    position: absolute;
    content: '';
    background-image: url(../images-landing/schedule-arrow-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    top: 40%;
    right: -18%;
    height: 100%;
}

.smart-schedule-container .schedule-left-section img {
    width: 100%;
}

.smart-schedule-container .schedule-right-section img {
    width: 100%;
}

.smart-schedule-section .small-head {
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.13) 100%);
}

.smart-schedule-section .main-head {
    width: 65%;
    margin: auto;
}

.smart-schedule-section .main-head h2 {
    color: #fff;
}



.enquiry-form-section {
    padding: 50px 0px;
    background-color: #F3F7F9;
}

.enquiry-form-section .small-head {
    width: 250px;
}

.enquiry-form-container {
    display: flex;
    align-items: stretch;
    margin-top: 45px;
}

.enquiry-form-container .enquiry-left-sec {
    border-radius: 15px 0px 0px 15px;
    background: #FFF;
    box-shadow: 0px 4px 103.4px 0px rgba(175, 175, 175, 0.25);
    padding: 40px;
}

.enquiry-form-container .enquiry-right-sec {
    border-radius: 0px 15px 15px 0px;
    background: linear-gradient(131deg, #571B71 0%, #372366 17.98%, #372366 79.71%, #571B71 101.1%);
    padding: 40px;
}

.enquiry-form-container .enquiry-right-sec h2 {
    color: rgba(255, 255, 255, 0.22);
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 34px;
}

.enquiry-form-container .enquiry-left-sec h2,
.enquiry-form-container .enquiry-left-sec span {
    color: #464646;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.enquiry-left-sec .enquire-boxs {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.enquiry-left-sec .enquire-boxs img {
    width: 60px;
}

.enquiry-left-sec .enquire-boxs p {
    margin-bottom: 8px;
    color: #565D62;
    font-size: 18px;
    font-weight: 500;
}

.enquiry-left-sec .enquire-boxs a {
    text-decoration: none;
    color: #313234;
    font-size: 19px;
    font-weight: 500;
}

.enquiry-right-sec .enquire-form .enquire-form-columns {
    display: flex;
    margin-bottom: 15px;
}

.enquiry-right-sec .enquire-form .enquire-form-columns p {
    color: #C4C4C4;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}

.enquiry-right-sec .enquire-form .enquire-form-columns input {
    border-bottom: 2px solid #5C5C5C !important;
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
}

.enquiry-right-sec .enquire-form .enquire-form-columns textarea {
    border-bottom: 2px solid #5C5C5C !important;
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
}

.enquire-sub-cta {
    text-align: center;
    width: 100%;
}

.enquire-sub-cta a {
    border-radius: 100px;
    background: linear-gradient(90deg, #EC694F 0%, #985895 50.48%, #594CC9 95.67%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.form-small-font-head {
    font-size: 22px !important;
}

/* home-product sec  */

.home-product-sec {
    position: relative;
    padding: 60px 0;
}

.home-product-sec-r1 {
    margin-top: 40px;
}

.home-product-new {
    background: #F4EEFF;
    border: 1px solid #D1BFF1;
    padding: 30px;
    border-radius: 10px;


}

.home-product-new-benrfit-list-p {
    background: linear-gradient(88deg, #FFF0F0 6%, #F1D6FF 65%);
    padding: 15px;
    border-radius: 10px;
    color: #2A3239;
}

.home-product-new-benrfit-h3 {
    color: #313945;
    margin-bottom: 20px;
    font-size: 20px;
}

.home-product-new-head-para {
    color: #4A565F;
    font-size: 18px;
    margin-bottom: 30px;
}

.home-product-new-img1 {
    width: 90%;
    margin: 0 auto;
    display: flex;

}

.home-product-testimonials-h2 {
    font-size: 22px;
    text-align: center;
    color: #313945;
}

.home-product-testimonials {
    background: #FAECF5;
    padding: 30px;
    border: 1px solid #E8C9DC;
    border-radius: 10px;
    height: 100%;
}

.home-product-testimonials-data-text {
    background: #fff;
    padding: 50px 10px 10px 10px;
    text-align: center;
    border-radius: 20px;
}

.home-product-testimonials-data-text-p2 {
    color: #313131;
    font-weight: 600;
}

.home-product-testimonials-name-img {
    text-align: center;
    margin-bottom: -40px;
}

.star-icon-product {
    width: auto;
}

.home-product-testimonials-a {
    margin-top: 50px;
    text-align: center;
}

.home-product-testimonials-a1 {
    border-radius: 57px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    background-size: 300% 300%;
    box-shadow: rgb(100 100 111 / 61%) 0px 7px 29px 0px;
    /* transition: .3s ease-in-out; */
}


.home-product-testimonials-a1:hover {
    color: #FFF;
    animation: gradientShift 2s linear infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.mySwiperProduct .swiper-slide-shadow {
    box-shadow: none !important;
    background: none !important;

}


.home-testimonials-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.home-testimoni .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -22px;
}

.home-testimonials-swiper .swiper-pagination-bullet {
    background: #E3CDFF;
}

.home-testimonials-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #5C3290;
}



/* naveen css  */

.ispectra-footer {
    padding-top: 40px;
    background-color: #FCF6FF;
    position: relative;
}

.ispectra-footer .footer-logo {
    margin-bottom: 15px;
    width: 220px;
}

.ispectra-footer .footer-txt {
    color: #4A565F;
    font-weight: 400;
    font-size: 16px;
}

.ispectra-footer .follow-h {
    color: #313131;
    font-weight: 600;
    font-size: 21px;
    margin-top: 40px;

}

.ispectra-footer .soc-links-div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.ispectra-footer .soc-link-span {
    background-color: #7E3BC50A;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.ispectra-footer .soc-link {
    color: #7E3BC5;
    font-size: 20px;
}

.ispectra-footer .footer-sub-h {
    color: #313131;
    font-weight: 600;
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ispectra-footer .soc-ul {
    list-style: none;
    padding-left: 0;
}

.ispectra-footer .soc-ul li {
    margin-bottom: 13px;
}

.ispectra-footer .soc-ul li a {
    color: #4A565F;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.ispectra-footer .soc-ul li a:hover {
    color: #441F6B;
}

.ispectra-footer .quick-link-div {
    margin-left: 30px;
}

.ispectra-footer .footer-con-div {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ispectra-footer .con-link1 {
    color: #4A565F;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.ispectra-footer .con-link1:hover {
    color: #441F6B;
}

.ispectra-footer .con-link1-icon {
    color: #7E3BC5;
    font-size: 18px;
}

.ispectra-footer .copy-right-main-div {
    background: #50309F;
    background: linear-gradient(90deg, rgba(80, 48, 159, 1) 0%, rgba(81, 42, 145, 1) 29%, rgba(84, 29, 115, 1) 65%);
}

.ispectra-footer .footer-row {
    padding-bottom: 40px;

}

.ispectra-footer .foo-before-icon {
    position: absolute;
    left: 0;
    top: 5%;
}

.ispectra-footer .footer-after-icon {
    position: absolute;
    right: 0;
    top: 5%;
}

.ispectra-footer .foo-shape-icon-1 {
    position: absolute;
    left: 0;
    bottom: 12%;
}

.ispectra-footer .foo-shape-icon-2 {
    position: absolute;
    right: 0;
    bottom: 12%;
    z-index: -1;

}

.ispectra-footer .copy-right-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;

}

.ispectra-footer .copy-txt {
    color: #DEDEDE;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}

.ispectra-footer .dsn-txt {
    color: #D5D5D5;
    font-weight: 700;
    font-size: 10px;
}

.ispectra-footer .com-name {
    color: #D5D5D5;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.ispectra-footer .dsn-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tab-sec-r1-footer {
    display: none;
}



.home-faq-sec {
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
}

.home-faq-sec .home-faq-sec-h {
    color: #313131;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;

}

.home-faq-sec .question {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    font-family: var(--primaryHeadingFont);
    font-weight: 500;
    align-items: center;
    cursor: pointer;
}

.home-faq-sec .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    color: #2B0082;
}

.home-faq-sec .question.active::after {
    transform: rotate(45deg);
}

.home-faq-sec .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.home-faq-sec .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    color: #5C656B;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--primaryHeadingFont);
}

.home-faq-sec .ques-div {
    border: 1px solid #c8adff7a;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.home-faq-sec .faq-after-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 8%;
    /* animation: rotatefaq 10s linear infinite; */
    /* animation: rotateAnimation 5s linear infinite; */
}

@keyframes rotatefaq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateAnimation {
    from {
        transform: rotateY(45deg);
    }

    to {
        transform: rotateY(225deg);
    }
}


.home-faq-sec .row.faq-row {
    position: relative;
}

.home-faq-sec .faq-bg-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    z-index: -1;

}

.home-faq-sec .faq-btn-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-faq-sec .faq-btn {
    background-color: #262626;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #262626;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-faq-sec .faq-btn:hover {
    background-color: #fff;
    color: #262626;
}

.home-faq-sec .faq-half-icon {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 5%;
}

.home-faq-sec .tri-cir-div {
    position: relative;
}

.home-faq-sec .tri-cir-icon {
    position: absolute;
    left: 15%;
    animation: mover4 10s infinite linear;
}

@keyframes mover4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    40% {
        -webkit-transform: translate(-15px, 1px);
        transform: translate(-15px, 1px)
    }

    80% {
        -webkit-transform: translate(-40px, 72px);
        transform: translate(-10px, 32px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}


.home-test-sec {
    padding: 70px 0;
    background-image: url("../images-landing/test-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.home-test-sec .home-test-sec-txt {
    text-align: center;
    color: #F45A4E;
    font-weight: 500;
    font-size: 18px;
    background: #FFF6EE;
    background: linear-gradient(315deg, rgba(255, 246, 238, 0.64) 41%, rgba(255, 241, 255, 0.94) 60%);
    width: max-content;
    margin: auto;
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.home-test-sec .home-test-sec-h {
    text-align: center;
    color: #313131;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}

.home-test-sec .test-box {
    border: 1px solid #E6E9F7;
    border-radius: 10px;

}

.home-test-sec .star-div {
    text-align: end;
    margin-bottom: 15px;
}

.home-test-sec .star {
    color: #FE3E3E;
}

.home-test-sec .client-review {
    color: #4A565F;
    font-weight: 400;
    font-size: 17px;
}

.home-test-sec .client-name-div {
    background: #FAECEC;
    background: linear-gradient(90deg, rgba(250, 236, 236, 1) 35%, rgba(250, 237, 249, 1) 100%);
    width: 100%;
    padding: 16px 0;
    text-align: center;

}

.home-test-sec .profile-img {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 13%;
}

.home-test-sec .review-content-div {
    background: #E6E9F7;
    background: linear-gradient(122deg, rgba(230, 233, 247, 0.62) 54%, rgba(255, 255, 255, 1) 100%);
    padding: 10px 20px 40px 20px;

}

.home-test-sec .client-name {
    color: #313945;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.home-test-sec .client-name span {
    font-weight: 400;
}

.home-test-sec .swiper-test {
    overflow: hidden;
}

.home-test-sec .test-1-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
}

.home-test-sec .test-2-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
}

.home-test-sec .swiper-button-prev {
    top: 60% !important;
    left: 4%;
    border: 1px solid #C2C2C2;
    width: 45px;
    height: 45px;
    border-radius: 100px;
}

.home-test-sec .swiper-button-prev::after {
    color: #535353;
    font-size: 20px;
}

.home-test-sec .swiper-button-next {
    top: 60% !important;
    right: 4%;
    width: 45px;
    height: 45px;
    border: 1px solid #C2C2C2;
    border-radius: 100px;
}

.home-test-sec .swiper-button-next::after {
    color: #535353;
    font-size: 20px;
}



.home-services-sec {
    padding: 60px 0;
    position: relative;
}

.home-services-sec .home-services-sec-txt {
    text-align: center;
    color: #F45A4E;
    font-weight: 500;
    font-size: 18px;
    background: #FFF6EE;
    background: linear-gradient(315deg, rgba(255, 246, 238, 0.64) 41%, rgba(255, 241, 255, 0.94) 60%);
    width: max-content;
    margin: auto;
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.home-services-sec .home-services-sec-h1 {
    text-align: center;
    color: #313131;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
}

.home-services-sec .home-services-sec-h2 {
    text-align: center;
    color: #313131;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}

/* Style the tab */
.home-services-sec .tab {

    border: 1px solid #E9E9E9;
    background-color: #EFEFFB;
    width: 100%;
    border-radius: 8px;
    padding: 10px;


}

/* Style the buttons inside the tab */
.home-services-sec .tab button {
    display: block;
    background-color: inherit;
    color: #565C60;
    padding: 16px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* Change background color of buttons on hover */
.home-services-sec .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.home-services-sec .tab button.active {
    background: #4E42B9;
    background: linear-gradient(153deg, rgba(78, 66, 185, 1) 31%, rgba(154, 31, 141, 1) 100%);
    color: #fff;
}

/* Style the tab content */
.home-services-sec .tabcontent {
    padding: 20px;
    border: 1px solid #E1E1E1;
    width: 100%;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background-color: #F6F8FC;
    position: relative;
    z-index: 1;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.home-services-sec .tabcontent-h {
    color: #313945;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
}

.home-services-sec .tabcontent-p {
    color: #4A565F;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.tabcontent-p-ul-head {
    font-weight: 600;
    font-size: 20px;
    color: #313945;
}

.home-services-sec .home-ser-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.home-services-sec .home-ser-ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A565F;
    font-weight: 600;
    font-size: 16px;
}

.home-services-sec .single-ser-btn {
    background-color: #262626;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid #262626;
    transition: 0.3s;
}

.home-services-sec .single-ser-btn:hover {
    background-color: #fff;
    color: #262626;
}

.home-services-sec .ser-card-img {
    width: 100%;
}

.home-services-sec .ser-card-content {
    padding: 10px;
}

.home-services-sec .ser-card-main {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50px 50px;
    background-color: #f6f8fc;
}

.home-services-sec .ser-card-content {

    padding: 15px 20px;
}

.home-services-sec .ser-card-h {
    color: #313945;
    font-weight: 600;
    font-size: 20px;
}

.home-services-sec .ser-card-p {
    color: #4A565F;
    font-size: 16px;
    font-weight: 400;
}

.home-services-sec .ser-card-p span {
    font-weight: 600;
}

.home-services-sec .ser-pro-h {
    color: #313945;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.home-services-sec .pro-high-main {
    display: flex;
    gap: 5px;
}

.home-services-sec .pro-high-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F8E5E5;
    background: linear-gradient(134deg, rgba(248, 229, 229, 1) 12%, rgba(250, 244, 248, 1) 50%, rgba(249, 210, 251, 1) 100%);

    border-radius: 10px;
    padding: 10px;
}

.home-services-sec .pro-high-inner-txt {
    color: #3E484E;
    font-weight: 600;
    font-size: 15px;
}

.home-services-sec .pro-high-inner-span {
    background: #DB66AD;
    background: linear-gradient(178deg, rgba(219, 102, 173, 1) 0%, rgba(240, 110, 114, 1) 100%);
    width: 85px;
    height: 50px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.home-services-sec .ser-after-long-icon {
    position: absolute;
    right: 0;
    top: 0;

    height: auto;

}

.home-services-sec .ser-bottom-right {
    position: absolute;
    bottom: 0;
    width: 9%;

}

.hire-pro-high {
    flex-direction: column;
}

.home-blogs-sec {
    margin-bottom: 50px;
}

.home-blogs-sec .home-blogs-sec-inner-div {
    background: #372164;
    background: linear-gradient(136deg, rgba(55, 33, 100, 1) 23%, rgba(83, 29, 115, 1) 62%);
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

.home-blogs-sec .blog-txt {

    font-weight: 500;
    font-size: 18px;
    color: #F45A4E;
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
    background: #46326F;
    width: max-content;
    background: linear-gradient(90deg, rgba(70, 50, 111, 1) 54%, rgba(55, 33, 100, 1) 100%);
    margin-top: 40px;

}

.home-blogs-sec .blog-h1 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 8px;
}

.home-blogs-sec .blog-h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}

.home-blogs-sec .blog-para {
    color: #E3E3E3;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-data-para {
    margin-top: 25px;
}

.home-blogs-sec .blog-cta-btn {
    background-color: #614c83;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #614c83;
    transition: 0.3s;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.home-blogs-sec .blog-cta-btn:hover {
    background-color: #fff;
    color: #441F6B;
}

.home-blogs-sec .blog-card-img {
    width: 100%;
}

.home-blogs-sec .blog-card-img-div {
    position: relative;
}

.home-blogs-sec .blog-card-tag {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    background-color: #5A56E9;
    padding: 10px 14px;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    bottom: -5%;
}

.home-blogs-sec .blog-card-head {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 22px;
}

.home-blogs-sec .blog-card {
    width: 90%;
}

.home-blogs-sec .blog-content-div {
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    padding-top: 30px;
}

.home-blogs-sec .blog-card-para {
    color: #565D62;
    font-weight: 500;
    font-size: 16px;
}

.home-blogs-sec .blog-card-btn-div {
    text-align: end;
}

.home-blogs-sec .blog-card-btn {
    color: #441F91;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.home-blogs-sec .swiper {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 40px 0;
}

.home-blogs-sec .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-blogs-sec .swiper-button-next,
.home-blogs-sec .swiper-button-prev {
    color: #441F91;
    /* Customize color */
    width: 40px;
    height: 40px;
}

.home-blogs-sec .swiper-button-prev {
    background-color: #E6E6E6;
    border-radius: 100px;
    left: -8%;
}

.home-blogs-sec .swiper-button-prev::after {
    font-size: 20px;
}

.home-blogs-sec .swiper-button-next {
    background-color: #E6E6E6;
    border-radius: 100px;
    right: -18%;
}

.home-blogs-sec .swiper-button-next::after {
    font-size: 20px;
}

.home-blogs-sec .blog-before-1 {
    position: absolute;
    left: 0;
    top: 0%;
    width: 16%;


}

.home-blogs-sec .blog-before-2 {
    position: absolute;
    width: 10%;
    left: 0;
    top: 0;

}

.home-blogs-sec .bloga-after-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
}




/* banner filp  */
.banner-content-h1 {
    position: relative;
    font-size: 60px;
}

.flip {
    display: inline-block;
    position: relative;
    width: 310px;
    height: 60px;
    perspective: 500px;
}

.banner-content-h1 .step {
    display: block;
    width: auto;
    color: #FF6200;
    position: absolute;
    font-weight: 600;
    top: 0px;
    left: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    opacity: 0;
    transform: rotateX(90deg);
}

.banner-content-h1 .step.set {
    opacity: 1;
    transform: rotateX(0deg);
}

.banner-content-h1 .step.down {
    opacity: 0;
    transform: rotateX(-90deg);
}

@media (max-width:1366px) {
    .flip {
        width: 305px;
        height: 58px;
    }
}





/* sevices page css  */

.subbanner-wrap {
    /* padding: 100px 0; */
    padding: 150px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.subbanner-wrap::before {
    content: '';
    position: absolute;
    /* background: #06060678; */
    background: #ffffff2e;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.banner-title h1 {
    color: #000;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
}

#crumbs a {
    /* color: #ffffff; */
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.divider {
    /*color: #ffffff;*/
    color: #000;
    font-size: 18px;
}

.current {
    font-size: 18px;
    color: #611AB0;
    font-weight: 600;
}



.benefit-sec {
    padding: 85px 0 50px 0;
    position: relative;
    z-index: 0;
}

.benefit-sec::before {
    content: '';
    position: absolute;
    /* background-color: #026379; */
    background: url(../images-landing/serv-about-sec-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    height: 89px;
    top: 12%;
    left: 0px;
    z-index: -1;
}

.benefit-sec::after {
    content: '';
    position: absolute;
    background: url(../images-landing/serv-about-sec-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 115px;
    height: 230px;
    right: 0px;
    bottom: 100px;
    z-index: -1;
    /* transform: rotate(356deg); */
}

.benefit-right-data {
    position: relative;
}

.benefit-right-data-text-new {
    display: flex;
    background: linear-gradient(153deg, #4C51CC, #5F03C8 100%);
    padding: 13px;
    width: 53%;
    border-radius: 10px;
    position: absolute;
    top: -50px;
    align-items: center;
    justify-content: center;
}


.serv-about-sec-left-icon {
    width: auto;
}

.benefit-right-data-text-p-new {
    color: #fff;
    margin-bottom: 0;
    margin-left: 10px;
    width: 60%;
}

.benefit-right-data-text-p-new span {
    font-size: 24px;
    font-weight: 600;
}

.benefit-img-home-right {
    width: 90%;
	margin:0 auto;
}

.benefit-right-data-text {
    background: linear-gradient(181deg, #CC4C4C, #5F03C8 100%);
    width: 32%;
    padding: 46px 26px 20px 25px;
    position: absolute;
    bottom: 2%;
    right: 0;
    border-radius: 10px;
}

.benefit-right-data-text-p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.benefit-right-data-text-h2 {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 0;
    margin-bottom: 40px;
    font-size: 18px;
}

.benefit-right-data-text-h2::before {
    position: absolute;
    content: '';
    background: url(../images-landing/serv-about-sec-circle.png);
    width: 74px;
    height: 74px;
    top: -125%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.benefit-sec-abt-right-data {
    text-align: left;
}

.benefit-sec-abt-right-data .main-head h2 {
    text-align: left;
}

.benefit-sec-abt-right-data .small-head {
    text-align: left;
    margin: 0 auto 20px 0;
}

/* .benefit-sec-abt-right-data .small-head h5 {
    text-align: left;
} */
.benefit-sec-abt-right p {
    color: #4A565F;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.benefit-sec-abt-right-list {
    display: flex;
    align-items: flex-start;
}

.benefit-sec-abt-right-para {
    margin-bottom: 0;
    color: #3E3E3E;
    font-weight: 600;
    font-size: 18px;
    margin-left: 13px;
}

.benefit-sec-abt-right-list-data {
    display: grid;
    justify-content: space-around;
    margin-top: 40px;
    grid-template-columns: auto auto auto;
    gap: 16px;
}
















.popular-false-data {
    background-color: #fff;
    padding: 20px;
    /* min-height: 307px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: #0000001a 0px 4px 12px;
    position: relative;
        overflow: hidden;
    /*height: fit-content;*/
    height: auto;
}

.land-2-popular {
        background-color: #fff;
    padding: 20px;
    /* min-height: 307px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: #0000001a 0px 4px 12px;
    position: relative;
        overflow: hidden;
    /*height: fit-content;*/
    height: auto;
    align-items: start;
    flex-direction: column;
}

.popular-false-data-text {
    margin-top: 0px;
    margin-left: 20px;
    overflow: hidden;
}

.popular-false-data-images-1 {
    position: relative;
    background: #FFD3E638;
    padding: 20px;
    border-radius: 100px;
    width: fit-content;
    transition: transform 0.3s ease;
}

.popular-false-data:hover .serv-what-we-icon {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
}

.serv-what-we-icon {
    width: auto;
}

.popular-false-data-text-h2 {
    font-size: 20px;
    color: #292929;
    font-weight: 500;
    line-height: 30px;
}

.land-2-h2 {
    font-size: 18px;
}




/*.popular-false-data-text-para {*/
/*    color: #545454;*/
/*    font-size: 18px;*/
/*    margin-top: 15px;*/
/*    display: none;*/
/*}*/
/*.popular-false-data:hover .popular-false-data-text-para {*/
/*    display: block;*/
/*}*/

/*.popular-false-data:hover {*/
/*    align-items: flex-start;*/
/*}*/



.popular-false-data-text-para {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    background: #5b12c8;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.6;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    /*transition: all 0.3s ease;*/
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);*/
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

.popular-false-data:hover .popular-false-data-text-para {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /*height: -webkit-fill-available;*/
        /*height: 100%;*/
}
.popular-false-data:hover {        background: #5b12c8;}
.popular-false-data:hover .popular-false-data-images-1 {    opacity: 0;}
.popular-false-data:hover .popular-false-data-text-h2 { opacity: 0;}

.serv-what-we-sec-last-head {
    margin-bottom: 33px;
    margin-top: 20px;
    text-align: center;
}

@keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    to {
        transform: translate(0)
    }
}




.serv-what-we-sec {
    padding: 50px 0 50px 0px;
    background-image: url(../images-landing/serv-what-we-sec-bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.serv-what-we-sec-r1 {
    margin-top: 40px;
    justify-content: center;
}

.serv-what-we-sec-r3 {
    margin-top: 40px;
    justify-content: center;
}

.serv-what-we-sec-r2 {
    margin-top: 30px;
}



.serv-cta-sec {
    padding: 40px 0 0px 0px;
    background-image: url(../images-landing/serv-cta-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.serv-cta-sec-row-1 {
    align-items: center;
}

.serv-cta-sec-data {
    margin-bottom: 35px;
    text-align: left;
}

.serv-cta-sec-data-inner {
    text-align: center;
}

.serv-cta-sec-data-inner-apper {
    text-align: center !important;
    width: 62% !important;
    margin: 0 auto;
}

.serv-cta-sec-new {
    padding: 40px 0 43px 0px;
}

.serv-cta-sec-cta a {
    border-radius: 57px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.serv-cta-sec-cta a:hover {
    background: linear-gradient(90deg, #594CC9 0%, #9B5892 50.48%, #E66854 100%);
}

.serv-cta-sec-para {
    color: #fff;
    width: 70%;
    /*margin: 20px auto;*/
    font-size: 18px;
    text-align: left;
}

.serv-cta-sec-h3 {
    color: #fff;
    font-size: 36px;
}

.serv-cta-sec-cta {
    text-align: center;
}

.serv-why-choose-sec {
    padding: 60px 0;
}

.serv-why-choose-sec .small-head {
    text-align: left;
    margin: 0 auto 20px 0;
}

.serv-why-choose-sec .main-head h2 {
    text-align: left;
}




.serv-why-choose-sec-para {
    color: #545454;
    font-size: 18px;

}

.serv-why-choose-sec-list {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.serv-why-choose-sec-list-p1 {
    margin-bottom: 0;
    color: #292929;
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
}

.serv-why-choose-sec-list-icon {
    width: auto;
}

.serv-why-choose-sec-r1 {
    align-items: center;
    margin-top: 30px;
}

.serv-why-choose-sec-cta {
    text-align: center;
    margin-top: 30px;
}

.serv-why-choose-sec-cta a {
    border-radius: 57px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.serv-why-choose-sec-cta a:hover {
    background: linear-gradient(90deg, #594CC9 0%, #9B5892 50.48%, #E66854 100%);
}


.serv-our-process-sec-new {
    /*background-color: #902493;*/
    /*background-color: #902493;*/
    background-color: #fff7f3b5;
    background-image: url(../images-landing/serv-what-we-sec-bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    display: block;
    z-index: 0;
}




.serv-new-data-our-process {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    display: flex;
    position: relative;
}



.serv-our-process-sec {
    background-color: #F7F9FE;
    padding: 60px 0;
    position: relative;
    z-index: 0;
}

.serv-our-process-sec {
    display: none;

}

.serv-our-process-para-l2 p {
    text-align: center !important;
}

.serv-our-process-sec::before {

    /*    content: " ";*/
    /*background-image: url(../images/serv-our-process-ling-bg.gif);*/
    /*position: absolute;*/
    /*background-repeat: no-repeat;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0%;*/
    /*background-size: cover;*/
    /*top: 0;*/
    /*z-index: -1;*/

    content: " ";
    /*background-image: url(../images/serv-our-process-sec-bg-line-1.png);*/
    position: absolute;
    background-repeat: no-repeat;
    width: 197px;
    height: 157px;
    left: 0%;
    background-size: cover;
    top: 0;
    z-index: -1;
}

.serv-our-process-sec::after {
    content: " ";
    background-image: url(../images-landing/serv-our-process-sec-bg-1.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 121px;
    height: 120px;
    right: 5%;
    background-size: cover;
    top: 50px;
    z-index: -1;
    animation: rotatefaq 10s linear infinite;
}

.serv-our-process-sec-r1 {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.serv-our-process-sec-r1::before {
    content: " ";
    background-image: url(../images-landing/serv-our-process-sec-bg-2.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 70px;
    height: 203px;
    left: 2%;
    background-size: cover;
    top: 10%;
    z-index: -1;

}

/*.serv-our-process-data-line-1{*/
/*    position: relative;*/
/*}*/
/*.serv-our-process-data-line-1::before{*/
/*    content: " ";*/
/*    background-image: url(../images/serv-our-process-sec-bg-line-1.png);*/
/*    position: absolute;*/
/*    background-repeat: no-repeat;*/
/*    width: 197px;*/
/*    height: 157px;*/
/*    left: 0%;*/
/*    background-size: cover;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/
/*.serv-our-process-data-line-1::after{*/
/*    content: " ";*/
/*    background-image: url(../images/serv-our-process-sec-bg-line-2.png);*/
/*    position: absolute;*/
/*    background-repeat: no-repeat;*/
/*    width: 197px;*/
/*    height: 157px;*/
/*    right: 0%;*/
/*    background-size: cover;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/

.serv-our-process-data-text {
    margin-top: 20px;
}

.serv-our-process-data {
    background-color: #f5f5f5;
    padding: 20px;
    min-height: 330px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.serv-our-process-data:hover {
    background-color: #fff;

}

.serv-our-process-sec-r1-new {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.serv-our-process-data-down {
    margin-top: 45px;
}

.serv-our-process-data-images-1 {
    position: relative;
    background: #9CD0F538;
    padding: 20px;
    border-radius: 100px;
    width: fit-content;
    display: none;
}

.serv-our-process-icon {
    width: 42px;

}

.serv-our-process-data-text-h2 {
    font-size: 22px;
    color: #292929;
    font-weight: 500;
}

.serv-our-process-data-text-para {
    color: #545454;
    font-size: 18px;
    margin-top: 15px;
}

.serv-our-process-step {
    font-size: 18px;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #000000; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    background: #e9f5fd;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 9px;
    /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    background: #902493;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.serv-banner-sec {
    /*background-image: url(../images/sub-banner-landing.webp);*/
    background: linear-gradient(181deg, #6306C4, #C34657 100%);
    padding: 0 0 80px 0;
/*     padding-top: 150px; */
    position: relative;
    z-index: 0;
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.serv-banner-sec-check-icon {
    width: 40px;
}

.serv-banner-sec-li-para {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

.serv-banner-left-text-h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}

.serv-banner-left-text-h2 span {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.serv-banner-left-text-ul {
    padding-left: 0;
}

.serv-banner-left-text-ul-li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.serv-banner-left-text-p {
    font-size: 20px;
    margin-top: 26px;
    color: #fff;
}

.serv-banner-left-text-a1-top {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

.serv-banner-right-form {
    /* background-color: #fff; */
    padding: 50px 50px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #eff6f3c7;
}




.serv-banner-form-input {
    border: unset;
    /* border-bottom: 1px solid #bbb; */
      margin-bottom: 10px !important;
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 10px;
}

.serv-banner-form-input-mess {
    border: unset;
    /* border-bottom: 1px solid #bbb; */
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    resize: none;
}

.serv-banner-form-input-mess:focus-visible {
    outline: unset;
}

.serv-banner-form-input:focus-visible {
    outline: unset;
}

.banner-enquiry-form-input:focus-visible {
    outline: unset;
}

.input-container-submit {
    /*display:flex;*/
    /*justify-content: center;*/
    margin: 0 auto;
}

.serv-banner-enquiry-form-button {
    color: #ffffff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 0;
    background: #262626;
    border-color: #262626;
    border: unset;
    border-radius: 10px;
    background: linear-gradient(90deg, #EC694F 0%, #985895 50.48%, #594CC9 95.67%);
    /*text-transform: uppercase;*/
    margin-top: 10px;
}


.serv-banner-enquiry-form-button:hover {
    color: #262626;
    background: #ffffff;
    border-color: #262626;
    transition: all 0.4s ease-in-out;
}

.serv-banner--form-h5 {
    font-size: 25px;
    margin-bottom: 30px;
}



/* chart section  */







.home-test-sec .swiper-button-prev {
    top: 60% !important;
    left: 4%;
    border: 1px solid #C2C2C2;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: linear-gradient(136deg, rgba(55, 33, 100, 1) 23%, rgba(83, 29, 115, 1) 62%);
}

.home-test-sec .swiper-button-prev::after {
    color: #fff;
    font-size: 20px;
}

.home-test-sec .swiper-button-next {
    top: 60% !important;
    right: 4%;
    width: 45px;
    height: 45px;
    border: 1px solid #C2C2C2;
    border-radius: 100px;
    background: linear-gradient(136deg, rgba(55, 33, 100, 1) 23%, rgba(83, 29, 115, 1) 62%);
}

.home-test-sec .swiper-button-next::after {
    color: #fff;
    font-size: 20px;
}

.home-test-sec .swiper-test {
    overflow: hidden;
    width: 86%;
    margin: 0 0 0 auto;
}



.enquiry-right-sec .enquire-form .enquire-form-columns input:focus-visible {
    outline: unset;
}

.enquiry-right-sec .enquire-form .enquire-form-columns textarea {
    height: 88px;
    outline: unset;
}



.enquire-sub-cta .enquire-sub-cta-a {
    border-radius: 100px;
    background: linear-gradient(90deg, #EC694F 0%, #985895 50.48%, #594CC9 95.67%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 25px;
    text-decoration: none;
    border: unset;
    transition: .3s ease-in-out;
    margin-left: 50px;
}



.serv-footer {
    background-color: #edf7ff;
    text-align: center;
    padding: 20px 20px;
}

.serv-footer p {
    color: #202020;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.serv-cta-sec-list-data {
    display: flex;
    justify-content: flex-start;
    gap: 14px
}

.serv-cta-sec-list-data-para {
    background: #FFD3E638;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
}

.serv-header-section {
    /*position: absolute;*/
    width: 100%;
    Z-INDEX: 2;
    top: 0;
}

.serv-header-main-r1 {
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}

.home-test-sec .review-content-div {
    min-height: 182px;
}











@keyframes animate-pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0),
            0 0 0 30px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4), 0 0 0 30px rgba(37, 211, 102, 0);
    }
}


.whatsapp-section img {
    width: 60px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    animation: animate-pulse-whatsapp 3s linear infinite;
    border-radius: 40px;
}







.chart-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#radialChart {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.petal-path {
    filter: url(#drop-shadow);
    /* Apply drop shadow */
    cursor: pointer;
    /* Indicate interactivity */
}

.center-circle-text {
    fill: #333;
    font-size: 18px;
    font-weight: 700;
    text-anchor: middle;
    dominant-baseline: central;
}

.percentage-text {
    fill: white;
    font-size: 1.5em;
    font-weight: 600;
    text-anchor: middle;
    dominant-baseline: central;
    pointer-events: none;
    /* Allow clicks to pass through */
}

.connector-line {
    stroke: #ccc;
    stroke-width: 2;
    stroke-dasharray: 4 2;
    /* Dashed line */
    display: none;
    /* Hidden as per previous request */
}

.connector-dot {
    fill: #ccc;
    display: none;
    /* Hidden as per previous request */
}

.custom-solution-label {
    fill: #333;
    font-size: 1em;
    font-weight: 600;
    text-anchor: start;
    dominant-baseline: central;
}



/* Tooltip styles */
.serv-why-choose-chart {
    position: relative;
}

.servtooltip {
    position: absolute;
    text-align: center;
    width: 200px;
    /* Adjusted width */
    height: auto;
    padding: 8px;
    font: 18px sans-serif;
    /* Adjusted font size */
    background: #0a0a0a;
    color: white;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    /* Allows mouse events to pass through to the element below */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /* Ensure it's on top */
}







/*tab section*/
.spectra-landing-tabs-container {
    width: 100%;
}

.spectra-landing-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.spectra-landing-tab {
    padding: 15px 22px;
    border: none;
    border-radius: 10px;
    background: #e3e3e3;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.spectra-landing-tab:hover {
    background: #902493;
    color: #fff;
}

.spectra-landing-tab.spectra-landing-active {
    /*background: #00ffd5;*/
    /*color: #111;*/
    background: linear-gradient(153deg, rgba(78, 66, 185, 1) 31%, rgba(154, 31, 141, 1) 100%);
    color: #fff;
}

.spectra-landing-tab.spectra-landing-active::before {
    opacity: 1;
}

.spectra-landing-tab::before {
    content: '';
    position: absolute;
    background: #6b34a8;
    bottom: -11px;
    left: 0;
    width: 15%;
    height: 20%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
    margin: 0 auto;
    right: 0;
    opacity: 0;
}


.spectra-landing-tab-content {
    display: none;
    transition: all 0.3s ease;
}

.spectra-landing-tab-content.spectra-landing-active {
    display: block;
}

.benefit-data-r1 {
    align-items: center;
}


.half-chart-img-1 {
    width: 100%;
}

[data-aos="my-animation-1"] {
    transform: rotate(0deg);
    opacity: 0;
    transition: transform 2s ease, opacity 2s ease;
}

/* After of Animation 1 */
[data-aos="my-animation-1"].aos-animate {
    transform: rotate(360deg);
    opacity: 1;

}



.serv-banner-left-text-p-tag {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}




/*lets-us*/
.lets-us {
    position: fixed;
    right: -15px;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 10%);
    z-index: 99;
    transition: 0.5s;
    width: 30px;
}

.lets-us-title {
    position: absolute;
    left: -100px;
    transition: 0.5s;
    transform: rotate(-90deg);
    top: 56px;
    color: #fff;
    background-color: #902493;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* padding: 0px 25px; */
    cursor: pointer;
    width: 190px;
    box-shadow: #000000 0px 0px 10px 0px;
    text-align: center;

}



.lets-us-title p a {
    color: #ffffff;
    padding: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}




/*whatsapp*/

.whatsapp-section img {
    width: 60px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    animation: animate-pulse-whatsapp 3s linear infinite;
    border-radius: 40px;
}


@keyframes animate-pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0),
            0 0 0 30px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4), 0 0 0 30px rgba(37, 211, 102, 0);
    }
}



.enquire-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.enquire-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}









.testimonials-data-detail {
    margin-top: 20px;
    display: flex;
    gap: 13px;
}

.testimonials-data {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 10px;
    min-height: 326px;
}

.testimonials-data-h3 {
    font-size: 18px;
    color: #545454;
    /*font-family: var(--primaryTextFont);*/
    /* font-style: italic; */
    margin-top: 18px;

}

.testimonials-name-img {
    width: auto;
}


.testimonials-swiper {
    overflow: hidden;
}

.testimonials-swiper .swiper-button-prev:after {
    width: 30px;
    font-size: 20px;
    border: 1px solid #ccc;
    display: flex;
    padding: 20px;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    color: #000;
}

.testimonials-swiper .swiper-button-next:after {
    width: 30px;
    font-size: 20px;
    border: 1px solid #ccc;
    display: flex;
    padding: 20px;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    color: #000;
}

.testimonials-swiper .swiper-button-prev {
    left: 10%;
    /* margin: auto; */
    top: 50%;
}

.testimonials-swiper .swiper-button-next {
    right: 10%;
    /* margin: auto; */
    top: 50%;
}

.testimonials-data-detail-p {
    color: #666;
    margin-bottom: 0;
}

.testimonials-ul-li-icon {
    width: auto;
}

.testimonials-data-detail-name {
    color: #000000;
    font-size: 18px;
}

.testimonials-top-icon {
    width: auto;
}

.star i {
    font-size: 20px;
    color: #F68C21;
}

.serv-banner-left-text-h2-mbl {
    font-size: 36px;
    color: #fff;
    display: none
}



.page-id-10 .testimonials-data {min-height: 400px;}





.vapt-cta-btn {
    background-color: #614c83;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #614c83;
    transition: 0.3s;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.vapt-cta-btn:hover {
    background-color: #fff;
    color: #441F6B;
}



.serv-our-process-main-head h2 {
    /*color:#FFF;*/
}





/*scroll down navbar popup*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}

.menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0px 2px 9px #33333357;
}





.vapt-cta-btn-head {
    border-radius: 57px;
    background: linear-gradient(90deg, #E66854 0%, #9B5892 50.48%, #594CC9 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
    padding: 15px 25px;
    text-decoration: none;
    background-size: 300% 300%;
    /*box-shadow: rgb(100 100 111 / 61%) 0px 7px 29px 0px;*/
    /* transition: .3s ease-in-out; */
}


.vapt-cta-btn-head:hover {
    color: #FFF;
    animation: gradientShift 2s linear infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.vapt-cta-btn-head-icon-gif {
    width: 20px;
}

.header-menu-bte-li {
    display: flex;
    align-items: center;
}










/*.artibot-wrapper--3PaNf .artibot-chatwindow-wrapper--3vWpm {height: 50% !important;}*/
/*.artibot-container {*/
/*  height: 400px !important;*/
/*}*/
/*  .artibot-bubble, .artibot-container {*/
/*    height: 600px !important;*/
/*    max-height: 600px !important;*/
/*  }*/

/*  iframe[src*="artibot.ai"] {*/
/*    height: 600px !important;*/
/*    max-height: 600px !important;*/
/*  }*/



.head-off-para{
	margin-top:20px;
}











.chatbox {
 width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 100px;
    left: 22px;
    z-index: 1;
    transition: background-color .3s, opacity .5s, visibility .5s;
/*     background: #fff; */
    padding: 8px;
/*     box-shadow: 0px 2px 9px #33333357; */
}
.chatbox:hover img{
transition: .5s;
	transform: rotateY(360deg);
}
.chatbox img {
    width: 100%;
}


.page-id-59 .btn-grad{
	display:none;
}

.go-home-last-sec {
    margin-top: 40px;
}
.page-id-103 .btn-grad {
    display: none;
}
.page-id-103 .serv-header-section {
    position: relative;
    width: 100%;
    Z-INDEX: 2;
}





