
/*=============================================
HOME: 01
===============================================*/



/*=================HOME:01-Hero Section:01==========================*/


/*==============
Section Title
==============*/
.section-title.style1{
    position: relative;
}
.section-title.style1 .subtitle {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
}
.section-title.style1 .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
    margin: 0;
}

.section-title.style1 .title span {
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title.style1 .description {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    margin: 30px 0 0;
}
.dreamit-button.style1 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 14px 35px;
    position: relative;
    border-radius: 28px;
    background: transparent;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style1 a i {
    display: inline-block;
    font-weight: 700;
    transform: rotate(-45deg);
    margin-left: 8px;
}
.dreamit-button.style1 a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 28px;
    background: conic-gradient(from var(--r), #6207BC -12.19%, #FA500A 88.6%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.dreamit-button.style1 a:hover:after {
   background: transparent;
}
.dreamit-button.style1 a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style1 a:hover:before {
    width: 100%;
    left: 0;
}

.dreamit-button.style1 a i {
    font-size: 16px;
    margin-left: 5px;
}

.active .dreamit-button.style1 a:after {
   background: transparent;
}
.active .dreamit-button.style1 a:before {
    width: 100%;
    left: 0;
}


.media-box {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-media.style2 .media-box:before {
    content: "";
    position: absolute;
    left: 19%;
    top: 10rem;
    width: 123%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(20deg);
}
.dreamit-media.style2 .media-box:after {
    content: '';
    position: absolute;
    left: 20%;
    top: 64px;
    height: 1px;
    width: 50px;
    background: linear-gradient(270deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG2;
    animation-name: MOVE-BG2;
}

@keyframes MOVE-BG2 {
  from {
    transform: rotate(20deg) translateX(0);
  }
  to {
    transform: rotate(20deg) translateX(450px);
  }
}

.dreamit-media.style3 .media-box:before {
    content: "";
    position: absolute;
    right: 19%;
    top: 10rem;
    width: 123%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(-20deg);
}
.dreamit-media.style3 .media-box:after {
    content: '';
    position: absolute;
    right: 25%;
    top: 69%;
    height: 1px;
    width: 50px;
    background: linear-gradient(90deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG3;
    animation-name: MOVE-BG3;
}

@keyframes MOVE-BG3 {
  from {
    transform: rotate(-20deg) translateX(0);
  }
  to {
    transform: rotate(-20deg) translateX(-450px);
  }
}
.dreamit-media.style4 .media-box:before {
    content: "";
    position: absolute;
    left: 62%;
    top: 45%;
    width: 76%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(0deg);
}

.dreamit-media.style4 .media-box:after {
    content: '';
    position: absolute;
    left: 62%;
    top: 45%;
    height: 1px;
    width: 50px;
    background: linear-gradient(270deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG4;
    animation-name: MOVE-BG4;
}

@keyframes MOVE-BG4 {
  from {
    transform: rotate(0deg) translateX(0);
  }
  to {
    transform: rotate(0deg) translateX(250px);
  }
}
.dreamit-media.style5 .media-box:before {
    content: "";
    position: absolute;
    right: 62%;
    top: 45%;
    width: 76%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(0deg);
}
.dreamit-media.style5 .media-box:after {
    content: '';
    position: absolute;
    left: 22%;
    top: 45%;
    height: 1px;
    width: 50px;
    background: linear-gradient(90deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG5;
    animation-name: MOVE-BG5;
}

@keyframes MOVE-BG5 {
  from {
    transform: rotate(0deg) translateX(0);
  }
  to {
    transform: rotate(0deg) translateX(-250px);
  }
}
.dreamit-media.style6 .media-box:before {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 10.5rem;
    width: 122%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(-21deg);
}
.dreamit-media.style6 .media-box:after {
    content: '';
    position: absolute;
    left: 24%;
    bottom: 68%;
    height: 1px;
    width: 50px;
    background: linear-gradient(270deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG6;
    animation-name: MOVE-BG6;
}

@keyframes MOVE-BG6 {
  from {
    transform: rotate(-21deg) translateX(0);
  }
  to {
    transform: rotate(-21deg) translateX(450px);
  }
}
.dreamit-media.style7 .media-box:before {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 10.5rem;
    width: 122%;
    height: 1px;
    background: #FFFFFF1A;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(21deg);
}
.dreamit-media.style7 .media-box:after {
    content: '';
    position: absolute;
    right: 24%;
    bottom: 68%;
    height: 1px;
    width: 50px;
    background: linear-gradient(90deg, #121212 0%, #FA500A 80%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG7;
    animation-name: MOVE-BG7;
}

@keyframes MOVE-BG7 {
  from {
    transform: rotate(21deg) translateX(0);
  }
  to {
    transform: rotate(21deg) translateX(-450px);
  }
}


/*=================HOME:01-About Section:02==========================*/


.about-border {
    position: relative;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 40px 0;
}

/* Background image  */
.about-border::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/08/about_bg.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* rotate border */
.about-border::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px; 
    border-radius: 50px;
    background: conic-gradient(from var(--r), #6207BC 0%, #FA500A 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@property --r {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes rotating {
    0% { --r: 0deg; }
    100% { --r: 360deg; }
}

  
/*=================HOME:01-Service Section:03==========================*/

.section-title.style2 h5 {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style2 h5:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    z-index: 1;
    top: 8px;
    right: 112%;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.6) 0%, #FA500A 100%);
}
.section-title.style2 h5:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    z-index: 1;
    top: 8px;
    left: 112%;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.6) 0%, #FA500A 100%);
    transform: rotate(180deg);
}
.section-title.style2 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 14px 0 0;
}
.section-title.style2 h3 span {
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dreamit-button.style2 a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style2 a i {
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}
.dreamit-button.style2 a:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    z-index: 1;
    top: 30px;
    left: 0px;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    transform: rotate(180deg);
}

/*service box style 1*/

.service-box.style1 {
    position: relative;
    z-index: 1;
    padding: 40px 42px 43px;
    display: flex;
    align-items: self-start;
    gap: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    transition: .5s;
}
.service-box.style1:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 20px;
    background: conic-gradient(from var(--r), #6207BC 0%, #FA500A 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 30%;
}


.service-box.style1 .content {
    flex-shrink: 0;
}
.service-box.style1 .content-inner {
    z-index: 9;
}
.service-box.style1 h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    width: 80%;
}
.service-box.style1 p.description {
    color: rgba(255, 255, 255, 0.6);
    line-height: 26px;
    margin: 20px 0 30px;
}
.service-box.style1 .service-btn a {
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}
.service-box.style1:hover .service-btn a {
    
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*=================HOME:01-Feature Section:04==========================*/

.dreamit-button.style3 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 14px 25px;
    position: relative;
    border-radius: 28px;
    background: linear-gradient(270deg, #6207BC 0%, #FA500A 100%);
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style3 a:hover {
    color: rgba(18, 18, 18, 1);
}
.dreamit-button.style3 a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style3 a:hover:before {
    left: 0;
    width: 100%;
}
.dreamit-button.style3 a i {
    display: inline-block;
    font-weight: 700;
    transform: rotate(-45deg);
    margin-left: 8px;
}

/*border-line*/
.feature-border {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0px 0;
}
/* rotate border */
.feature-border:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* Border পুরুত্ব */
    border-radius: 20px;
    background: conic-gradient(from var(--r), rgba(255, 255, 255, 0.040) 0%, rgba(250, 80, 10,0.40) 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@property --r {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes rotating {
    0% { --r: 0deg; }
    100% { --r: 360deg; }
}

.service-box.style2 .service-box-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0px 0;
    padding: 35px 27px 22px;
    border-radius: 20px;
}
.service-box.style2 .service-box-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* Border পুরুত্ব */
    border-radius: 20px;
    background: conic-gradient(from var(--r), rgba(255, 255, 255, 0.040) 0%, rgba(250, 80, 10,0.40) 100%);
    z-index: -1;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.service-box.style2 .content h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0;
}
.service-box.style2 .content p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
    margin: 12px 0 23px;
}

@keyframes rainbowRotate {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

@keyframes rainbowGlowRotate {
  0% {
    transform:rotate(0deg) scale(0.3);
  }
  50% {
    transform:rotate(180deg) scale(0.3);
  }
  100% {
    transform:rotate(360deg) scale(0.3);
  }
}



.service-box.style3  {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0px 0;
    padding: 35px 40px 22px;
    border-radius: 20px;
}
.service-box.style3:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 20px;
    background: conic-gradient(from var(--r), rgba(255, 255, 255, 0.040) 0%, rgba(250, 80, 10,0.40) 100%);
    z-index: -1;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.service-box.style3 .content h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin: 0 0 0;
}
.service-box.style3 .content p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
    margin: 23px 0 38px;
}

/*=================HOME:01-Testimonial Section:05==========================*/

.testimonial-item.style1 {
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/09/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0px;
    padding: 130px 40px 35px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin: 25px 0 0;
    text-align: center;
}
.testimonial-item.style1 .author {
    width: 80px;
    margin: 0 auto 0;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}
.testimonial-item.style1 .bio h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 0;
}
.testimonial-item.style1 .bio h5 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 44px;
}
.testimonial-item.style1 .testi_content  p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.testimonial-item.style1 .quote_image {
    width: 62px;
    margin: 35px auto 30px;
}

.testimonial-item.style1 .testi-star i {
    font-size: 18px;
    color: #000;
    -webkit-text-stroke: 3px transparent;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    line-height: 30px;
    margin-right: 9px;
}

/*=================HOME:01- Faq Section:06==========================*/




/*animation circle*/

.creative-btn.style-one {
    position: relative;
    z-index: 1;
}
.creative-btn.style-one a.banner-play-batn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
}
.creative-btn.style-one .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-one .text_inner svg {
    width: 106px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.creative-btn.style-one .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.creative-btn.style-one .likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: #fff;
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-one .likee i {
    /* -webkit-animation: wooo 5s linear infinite; */
    /* animation: wooo 5s linear infinite; */
    /* transition: .5s; */
    position: relative;
    /* font-size: 22px; */
    /* background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}
.creative-btn.style-one .likee img {
    position: relative;
    top: 14px;
}
/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*=================HOME:01- Pricing Section:07==========================*/


.pricing.style1 {
    padding: 39px 40px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pricing.style1 .pricing_img {
    position: absolute;
    top: 12px;
    left: 10px;
}
.pricing.style1 .pricing_thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 18px 10px;
}
.pricing.style1 .pricing_thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 25px;
    background: conic-gradient(from var(--r), #6207BC -12.19%, #FA500A 88.6%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.pricing.style1:hover .pricing_thumb:after {
   background: transparent;
}
.pricing.style1 .pricing_thumb:before {
    content: "";
    position: absolute;
    left:0;
    top:  50%;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.pricing.style1:hover .pricing_thumb:before {
    top: 0;
    height: 100%;
}
.pricing.style1:hover .pricing_thumb img {
   filter: brightness(0) invert(1);
}
.pricing.style1 .pricing_content h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 26px;
    margin: 0px 0 100px 110px;
}
.pricing.style1 .price-item span {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 40px;
}
.pricing.style1 .price-item span.month {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px;
}
.pricing.style1  .single-pricing h3 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 23px 35px;
    position: relative;
    border-radius: 28px;
    background: transparent;
    z-index: 1;
    transition: .5s;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}
.pricing.style1 .single-pricing h3:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 28px;
    background: conic-gradient(from var(--r), #6207BC -12.19%, #FA500A 88.6%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.pricing.style1:hover .single-pricing h3:after {
   background: transparent;
}
.pricing.style1 .single-pricing h3:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.pricing.style1:hover .single-pricing h3:before {
    width: 100%;
    left: 0;
}
.pricing.style1 ul.features li {
    list-style: none;
    color: rgba(255, 255, 255, 0.70);
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 20px;
}
.pricing.style1 ul.features li img {
    position: relative;
    top: 5px;
    margin-right: 8px;
}

/*pricing active*/

.pricing.style1.active .pricing_thumb:after {
   background: transparent;
}
.pricing.style1.active .pricing_thumb:before {
    top: 0;
    height: 100%;
}
.pricing.style1.active .pricing_thumb img {
   filter: brightness(0) invert(1);
}
.pricing.style1.active .single-pricing h3:after {
   background: transparent;
}
.pricing.style1.active .single-pricing h3:before {
    width: 100%;
    left: 0;
}


/*=================HOME:01- blog Section:08==========================*/

.blog-post.style1 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/09/single-blog-bg.png);
    padding: 15px 15px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post.style1 .post-item.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
    padding: 0 0 28px;
    border-radius: 25px;
}
.blog-post.style1 .post-item.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 20px;
}
.blog-post.style1 .post-item.style1 .user_author {
    display: inline-block;
    margin-right: 11px;
}
.blog-post.style1 .post-item.style1 .user_author a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item.style1 .user_author a:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 7px;
    width: 1.2px;
    height: 12px;
    background: #fff;
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: rotate(15deg);
}
.blog-post.style1 .post-item.style1 .meta {
    display: flex;
    gap: 15px;
    padding: 28px 0 0 22px;
}
.blog-post.style1 .post-item.style1 .date {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.blog-post.style1 .post-item.style1 .categories {
    display: inline-block;
}
.blog-post.style1 .post-item.style1 .single_blog_post_content {
    padding: 30px 32px 0px 20px;
    position: relative;
}
.blog-post.style1 .post-item.style1 .single_blog_post_content h3 a {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    transition: .5s;
}
.blog-post.style1 .post-item.style1:hover .single_blog_post_content h3 a {
    color: #FA500A ;
}
.blog-post.style1 .post-item.style1 .single_blog_post_content p.description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    line-height: 28px;
    padding: 14px 0 0;
    margin: 0;
}
.blog-post.style1 .post-item.style1 .blog_btn {
    position: relative;
    z-index: 1;
    transition: .5s;
    float: right;
    top: -15px;
    left: 37px;
}
.blog-post.style1 .post-item.style1 .blog_btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
    padding: 14px 14px;
}
.blog-post.style1 .post-item.style1 .blog_btn:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 25px;
    background: conic-gradient(from var(--r), #6207BC -12.19%, #FA500A 88.6%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.blog-post.style1 .post-item.style1:hover .blog_btn:after{
    background: transparent;
}
.blog-post.style1 .post-item.style1 .blog_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.blog-post.style1 .post-item.style1:hover .blog_btn:before {
    height: 100%;
    top: 0;
}
.blog-post.style1 .post-item.style1:hover .blog_btn a img {
    filter: brightness(0) invert(1);
}


/*=================HOME:01- footer Section:09==========================*/

/*======== Newsletter =========*/
.heading.style1 h1 {
    font-size: 45px;
    line-height: 55px;
    color: rgba(255,255,255, 1);
    text-transform: capitalize;
    margin: 0 0 0;
}

.subscribe-wrapper {
    text-align: center;
    margin: 12px 0 0;
}
.subscribe-wrapper input[type="email"] {
    background: rgba(224, 255, 241, 0.25);
    border: 0;
    border-radius: 40px;
    padding: 23px 35px;
    width: 100%;
    margin: 0 auto 0;
    outline: 0;
    color: rgba(255, 255, 255, 1);
}
.subscribe-wrapper button {
    background: linear-gradient(270deg, #6207BC 0%, #FA500A 100%);
    border-radius: 40px;
    height: 50px;
    width: 50px;
    border: 0;
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #fff;
}
/*======== Footer =========*/

.heading.style1 h2.heading-text {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 10px;
}
ul.item-list.style1 li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
ul.item-list.style1 li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 0;
    padding: 14px 0 16px;
    transition: .5s;
}
ul.item-list.style1 li a:hover,
ul.item-list.style1 li:hover i {
   color: rgba(250, 80, 10, 1);
}
.heading.style1 p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 75%;
    margin: 8px auto 60px;
}
.social-links.style1 ul {
    text-align: center;
}
.social-links.style1 ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.social-links.style1 ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
    height: 46px;
    width: 46px;
    line-height: 46px;
}
.social-links.style1 ul li a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 28px;
    background: conic-gradient(from var(--r), #6207BC -12.19%, #FA500A 88.6%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.social-links.style1 ul li a:hover:after {
    background: transparent;
}
.social-links.style1 ul li a:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #6207BC 10%, #FA500A 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.social-links.style1 ul li a:hover:before {
    transform: scale(1);
}
.social-links.style1 ul li a:hover {
    color: #fff;
}

.heading.style-2 p {
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #030404 20%, #6207BC 49.77%, #030304 80%);
    padding: 22px 0 22px;
    margin: 103px 0 0;
}


/*=============================================
HOME: 01 - END
===============================================*/






/*=============================================
HOME: 02 - START
===============================================*/




/*=================HOME:02- hero Section:01==========================*/
.service-box.style6 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 50px 50px 68px;
}
.service-box.style6 .service-number span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box.style6 .content h3 {
    color: #000000;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin: 20px 0 12px;
}
.service-box.style6 .content h3 span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box.style6 .content p {
    color: #0B0B0C;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 38px;
}
.service-box.style6 .service-btn a {
    display: inline-block;
    border: 0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    margin-right: 50px;
    animation: 1s 1.6s fadeInUp both;
}
.service-box.style6 .service-btn a:hover {
    color: #fff;

}
.service-box.style6 .service-btn a:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index: -1;
    background: #0B0B0C;
    border-radius: 25px;
    transition:.5s;
    transform: scale(0);
}
.service-box.style6 .service-btn a:hover:before{
    transform: scale(1);
}
.service-box.style6 .service-btn a i {
    position: absolute;
    right: -49px;
    height: 49px;
    width: 49px;
    line-height: 48px;
    top: -1px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    transform: scale(1);
    transform: rotate(-45deg);
    display: inline-block;
}
.service-box.style6 .service-btn a:hover i {
  color: #fff;
  background: #0B0B0C;
    transform: scale(1);
}



.service-box.style7 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 48px 35px 48px;
}
.service-box.style7 .service-number span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box.style7 .content h3 {
    color: #010102;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin: 81px 0 33px;
}
.service-box.style7 .content .service-btn a {
    display: inline-block;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}



.service-box.style8 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 45px 36px 45px;
}
.service-box.style8 .content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 78px;
}
.service-box.style8 .service-number span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin: 38px 0 14px;
}
.service-box.style8 .content p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/*=================HOME:02- about Section:02==========================*/


.section-title.style3 h5 {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style3 h5:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    z-index: 1;
    top: 8px;
    right: 112%;
    background: linear-gradient(90deg, #010102 0%, #6A00F4 50%, #00C9FF 100%);
}
.section-title.style3 h5:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    z-index: 1;
    top: 8px;
    left: 112%;
    background: linear-gradient(90deg, #010102 0%, #6A00F4 50%, #00C9FF 100%);


    transform: rotate(180deg);
}
.section-title.style3 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    margin: 14px 0 0;
}

.single-counter.style1 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 40px 30px 26px;
}
.single-counter.style1 .counter-icon {
    display: flex;
    justify-content: right;
}
.single-counter.style1 .icon {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    width: 70px;
    height: 70px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
}
.single-counter.style1 .inner_content {
    margin: 35px 0 20px;
}
.single-counter.style1 .counter-content.counter span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 600;
}
.single-counter.style1 .counter-content.counter h6 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 55px;
}

/*=================HOME:02- why choose Section:03==========================*/

.section-title.style4 h5 {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0;
}
.section-title.style4 h5 span {
    margin-right: 15px;
}
.section-title.style4 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    margin: 20px 0 0;
}

.icon-box.style4 .icon-box-content p {
    margin: 30px 0 0;
}

.service-box.style4 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: left;
    padding: 40px 40px 46px;
}
.service-box.style4 .content h3 {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 42px 0 22px;
    line-height: 30px;
    width: 60%;
}
.service-box.style4 .content p {
    color: #FFFFFF99;
    line-height: 26px;
    margin: 0px 0 0px;
}
.service-box.style4 .service-btn {
    position: relative;
    z-index: 1;
    transition: .5s;
    float: right;
    top: 0;
    left: 0;
}
.service-box.style4 .service-btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
    padding: 13px 8px;
}
.service-box.style4 .service-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 25px;
    background: conic-gradient(from var(--r), #00C9FF 0%, #6A00F4 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}

.service-box.style4:hover .service-btn:after{
    background: transparent;
}
.service-box.style4 .service-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);

    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.service-box.style4:hover .service-btn:before {
    height: 100%;
    top: 0;
}
.service-box.style4:hover .service-btn a img {
    filter: brightness(0) invert(1);
}


/*audio-player*/

.dreamit-audio-player-wrapper {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 50px 40px 50px;
}
.dreamit-audio-player-wrapper h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-audio-player-wrapper h3:before {
    position: absolute;
    content: "";
    left: 90%;
    top: 12px;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/09/music-dot.png);
    background-repeat: no-repeat;
}

.dreamit-audio-player {
    display: flex;
    justify-content: center;
}

.green-audio-player {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px 20px;
  border: 2px solid transparent;
  position: relative;
  gap: 8px;
  min-width: 350px;
}

.green-audio-player::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 50px;
  background: linear-gradient(90deg, #00f0ff, #a020f0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.green-audio-player .play-pause-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.waveform {
  display: flex;
  align-items: flex-end;
  height: 40px;
  gap: 3px;
  flex: 1;
}

.waveform span {
  width: 3px;
  border-radius: 2px;
  height: 5px;
  transition: height 0.1s linear;
}

.green-audio-player .current-time,
.green-audio-player .total-time {
  font-family: monospace;
  font-size: 14px;
}




/*=================HOME:02- Voice example Section:04==========================*/

.icon-box.style1 {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #0B0B0C;
    padding: 35px 41px 35px;
    text-align: center;
}
.icon-box.style1 .img-icon {
    transition: .5s;
}
.icon-box.style1:hover .img-icon {
    transform: scaleX(-1);
}
.icon-box.style1 .icon-box-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin: 85px 0 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style1 .icon-box-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    z-index: 1;
    top: -75px;
    left: 50%;
    background: linear-gradient(180deg, #010102 0%, #6A00F4 50%, #010102 100%);
}
.icon-box.style1 .icon-box-icon {
    display: inline-block;
    line-height: 0;
}


/*=================HOME:02- Marque Section:05==========================*/



/* Marquee Css */

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
    padding: 30px 0;
    background: linear-gradient(90deg, #6A00F4 20%, #3565FA 50%, #6A00F4 80%);
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 90s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee.style1 .marquee-block h3 {
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 0 20px;
}
.marquee.style1 .marquee-block h3 img {
    margin: 0 40px;
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
    position: relative;
    top: 6px;
    display: none;
}


/*=================HOME:02- work process Section:06==========================*/

.service-box.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
    padding: 0 75px;
}
.service-box.style5 .image {
    line-height: 0;
    transition: .5s;
}
.service-box.style5:hover .image {
    transform: scaleX(-1);
}
.service-box.style5 .service-number span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 15px;
}
.service-box.style5 .service-number span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/10/number-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    animation: rotateme 8s linear infinite;
}
.service-box.style5 .content h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 45px 0 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.both .service-box.style5 .content h3:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    top: 13px;
    right: -67%;
    border: 1px dashed #6A00F4;
}
.both .service-box.style5 .content h3:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    top: 13px;
    left: -65%;
    border: 1px dashed #6A00F4;
}
.service-box.style5 .content p {
    color: rgba(255,255,255,0.60);
    line-height: 28px;
    margin: 0;
}

/*=================HOME:02- Recent Project Section:07==========================*/

.dreamit-button.style4 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 28px;
    background: transparent;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style4 a i {
    display: inline-block;
    font-weight: 700;
    transform: rotate(-45deg);
    margin-left: 8px;
}
.dreamit-button.style4 a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background: conic-gradient(from var(--r), #00C9FF 0%, #6A00F4 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.dreamit-button.style4 a:hover:after {
   background: transparent;
}
.dreamit-button.style4 a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style4 a:hover:before {
    width: 100%;
    left: 0;
}

.dreamit-button.style4 a i {
    font-size: 16px;
    margin-left: 5px;
}

.active .dreamit-button.style4 a:after {
   background: transparent;
}
.active .dreamit-button.style4 a:before {
    width: 100%;
    left: 0;
}


/*start service section style one*/

.service_section.style1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #0B0B0C;
    padding: 50px 40px;
}
.service_section.style1 .service_content h3 {
    margin: 0 0 128px;
}
.service_section.style1 .service_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 0;
}
.service_section.style1 .service_content p {
    color: rgba(255,255,255, 0.71);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 90%;
    margin: 0 0 40px;
}
.service_section.style1 ul.features li {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    list-style: none;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0F;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    text-transform: uppercase;
}
.service_section.style1 ul.features li:nth-child(1) {
    margin-right: 6px;
}



/*=================HOME:02- Pricing Section:08==========================*/


/*
==============
Pricing Table
==============
*/


/*pricing style two*/
.pricing.style-two {
    position: relative;
    padding: 50px;
    text-align: left;
    transition: .5s;
}
.pricing.style-two h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px dashed rgba(255,255,255,0.40);
}
.pricing.style-two p {
    color: rgba(255,255,255, 0.60);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0;
}
.pricing.style-two .pricing-title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: .5s;
    margin: 55px 0 48px;
}
.pricing.style-two .pricing-body {
    padding: 0 0;
}
.pricing.style-two ul.features li {
    list-style: none;
    color: rgba(255, 255, 255, 0.70);
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0 0 18px;
    border-bottom: 1px dashed rgba(255,255,255,0.40);
}
.pricing.style-two ul.features li svg {
    margin-right: 8px;
}
.pricing.style-two .pricing-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 0 32px 32px 0px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pricing.style-two:hover .pricing-button {
    border: 2px solid  transparent;
}
.pricing.style-two .pricing-button:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    border-radius: 0 32px 32px 0px;
    z-index: -1;
    transition: .5s;
}
.pricing.style-two:hover .pricing-button:before {
    width: 100%;
}


/*=================HOME:02- Testimonial Section:09==========================*/




/*testimonial style2*/

.testimonial-item.style2 {
    background: transparent;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-right: 50px;
}
.testimonial-item.style2 i.active {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}
.testimonial-item.style2 p.quote {
    font-size: 26px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.60);
    padding: 35px 50px 35px 0;
    font-weight: 400;
    border: 1px solid #FFFFFF26;
    border-left: 0;
    margin: 46px 0 50px;
}
.testimonial-item.style2 .author {
    display: inline-block;
}
.testimonial-item.style2 .author img{
    border-radius:100%;
}
.testimonial-item.style2 .author_content {
    display: flex;
    align-items: center;
    gap: 25px;
}
.testimonial-item.style2 .author_content .bio {
    display: flex;
    align-items: center;
    gap: 30px;
}
.testimonial-item.style2 h4.name {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.testimonial-item.style2 h5.designation {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    margin: 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
.testimonial-item.style2 h5.designation span {
    color: rgba(205, 255, 1, 1);
}

.testimonial.style2 .owl-carousel .owl-item img {
    display: block;
    width: inherit;
}
 /*dots*/
.testimonial.style2 .owl-dots {
    position: relative;
    top: 58px;
    left: 46%;
}
.testimonial.style2 .owl-dot.active {
    filter: brightness(0) invert(1);
}
.testimonial.style2 .owl-dot {
    background: url('https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/08/left-arrow.png');
    display: inline-block;
    margin: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
}

.testimonial.style2 .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 20px;
}
.testimonial.style2 .owl-dot:nth-child(2) {
    background: url('https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/08/right-arrow.png');
    background-repeat: no-repeat;
}
.testimonial.style2 button.owl-prev i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background:  transparent;
    border: 1px solid #6A00F4;
    margin: 0 5px;
    font-weight: 600;
    transform: rotate(45deg);
}
.testimonial.style2 button.owl-next i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: transparent;
    border: 1px solid #6A00F4;
    margin: 0 5px;
    font-weight: 600;
    transform: rotate(-45deg);
}

.testimonial.style2 button.owl-prev i:hover, .testimonial.style2 button.owl-next i:hover {
    background:linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    color: #fff;
}


/*counter section style two*/

.single-counter.style_two {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-counter.style_two .counter-img {
    line-height: 0;
}
.single-counter.style_two .counter-content.counter {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/10/counter2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px;
}
.single-counter.style_two span {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
}
.single-counter.style_two .counter-content.counter h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    text-transform: uppercase;
}

/*=================HOME:02- rating Section:10==========================*/




/*single counter style three*/


.single-counter.style_three {
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-counter.style_three h6 {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
.single-counter.style_three .counter-content.counter span {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.heading.style-2 h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.dreamit-button.style5 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(18, 18, 18, 1);
    padding: 14px 25px;
    position: relative;
    border-radius: 28px;
    background: #fff;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style5 a:hover {
    color: rgba(255, 255, 255, 1);
}
.dreamit-button.style5 a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style5 a:hover:before {
    left: 0;
    width: 100%;
}

/*=================HOME:02- Blog Section:11==========================*/

.blog-post.style2 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/09/single-blog-bg.png);
    padding: 15px 15px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post.style2 .post-item .single_blog_post_content {
    padding: 35px 25px 15px;
}
.blog-post.style2 .post-item .meta {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-post.style2 .post-item ul.post-categories li {
    list-style: none;
}
.blog-post.style2 .post-item ul.post-categories li a {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF0F;
    padding: 5px 22px;
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
}
.blog-post.style2 .post-item .date {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF0F;
    padding: 5px 32px;
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
}
.blog-post.style2 .post-item .blog_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    border-radius: 28px;
    background: transparent;
    z-index: 1;
    transition: .5s;
    transform: rotate(-45deg);
}
.blog-post.style2 .post-item .blog_btn a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background: conic-gradient(from var(--r), #00C9FF 0%, #6A00F4 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.blog-post.style2 .post-item .blog_btn a:hover:after {
   background: transparent;
}
.blog-post.style2 .post-item .blog_btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(
270deg, #00C9FF 0%, #6A00F4 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
}
.blog-post.style2 .post-item:hover .blog_btn a:before {
    width: 100%;
    left: 0;
}

.blog-post.style2 .post-item .blog_btn a i {
    font-size: 16px;
}

.blog-post.style2 .post-item .single_blog_post_content h3 {
    font-size: 24px;
    margin: 32px 0px 0;
    border-top: 1px solid #FFFFFF1A;
    padding: 32px 0 0;
}
.blog-post.style2 .post-item .single_blog_post_content h3 a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.blog-post.style2 .post-item:hover .single_blog_post_content h3 a {
    color: #3565F9;
}

/*=================HOME:02- footer Section:12==========================*/


.heading.style-3 p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 75%;
    margin: 8px auto 50px;
}
.social-links.style2 ul {
    text-align: center;
}
.social-links.style2 ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.social-links.style2 ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
    height: 46px;
    width: 46px;
    line-height: 46px;
}
.social-links.style2 ul li a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 28px;
    background: conic-gradient(from var(--r),#00C9FF 0%, #6A00F4 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}

.social-links.style2 ul li a:hover:after {
    background: transparent;
}
.social-links.style2 ul li a:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    border-radius: 28px;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.social-links.style2 ul li a:hover:before {
    transform: scale(1);
}
.social-links.style2 ul li a:hover {
    color: #fff;
}

.heading.style-3 span {
    color: #FFFFFFB2;
    font-size: 16px;
    margin: 80px 0 50px;
    display: inline-block;
}

/*.heading.style-3 h2 {*/
/*    color: #FFFFFF26;*/
/*    font-weight: 500;*/
/*    font-size: 235px;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    margin: 105px 0 0;*/
/*}*/

.heading.style-3 h2 {
  font-weight: 500;
  font-size: 235px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: 8px;
  user-select: none;
  display: inline-block;
  -webkit-text-stroke: 1px rgba(255,255,255,0.1);
  transition: opacity 1s ease, filter 1s ease;
  will-change: background-position, opacity;
}

.heading-two:hover .heading.style-3 h2 {
  background: linear-gradient(90deg, #00C9FF, #6A00F4, #FF0099, #00C9FF);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 6s ease-in-out infinite;
  -webkit-text-stroke: 0 transparent;
  opacity: 1;
  filter: drop-shadow(0 0 15px rgba(106,0,244,0.4)); /* subtle glow */
}

@keyframes gradientFlow {
  0% {
    background-position: -150% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 250% 50%;
  }
}



/*=================HOME:02- END Section:==========================*/





/*=================HOME:03- Start==========================*/

.section-title.style6 h5 {
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.0588235294);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding: 8px 30px;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
}
.section-title.style6 h3 {
    line-height: 56px;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin: 25px 0 20px;
}
.section-title.style6 h3.title-two {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 60px;
    margin: 0;
}
.section-title.style6 p {
    color: #FFFFFFB2;
    font-size: 17px;
    width: 70%;
    margin: 26px auto 0px;
}

/*animation circle*/

.creative-btn.style-two {
    position: relative;
    z-index: 1;
}
.creative-btn.style-two a.banner-play-batn {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #6207BC 0%, #FA500A 100%);
}
.creative-btn.style-two a.banner-play-batn:after {
    position: absolute;
    content: "";
    left: -20px;
    top: -18px;
    width: 125%;
    height: 125%;
    background: #000;
    border-radius: 50%;
    z-index: -1;
}
.creative-btn.style-two .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-two .text_inner svg {
    width: 106px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.creative-btn.style-two .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.creative-btn.style-two .likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: #fff;
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-two .likee i {
    /* -webkit-animation: wooo 5s linear infinite; */
    /* animation: wooo 5s linear infinite; */
    /* transition: .5s; */
    position: relative;
    /* font-size: 22px; */
    /* background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}
.creative-btn.style-two .likee img {
    position: relative;
    top: 14px;
}
/*=================HOME:03- Hero Section:01==========================*/

.section-title.style5 p {
    color: #FFFFFFB2;
    font-size: 17px;
    width: 70%;
    margin: 0 auto 0;
}

/*=================HOME:03- About Section:02==========================*/

.section-title.style5 h5 {
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.0588235294);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding: 8px 30px;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
}
.section-title.style5 h3 {
    line-height: 52px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin: 17px 0 0;
}
.section-title.style5 h3.title-two {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0;
}

.icon-box.style7 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 30px 30px 30px;
}
.icon-box.style7 .icon-box-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    margin: 20px 0 20px;
}
.icon-box.style7 .icon-box-content p {
    color: #FFFFFFA6;
    line-height: 28px;
    width: 70%;
    margin: 0;
}

/*=================HOME:03- Service Section:03==========================*/

.service-box.style10 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 30px 35px 30px;
    overflow: hidden;
}
.service-box.style10 .icon {
    position: absolute;
    right: 50px;
    top: 40px;
    transform: rotate(45deg);
    filter: brightness(1) invert(0.5);
    transition: .5s;
}
.service-box.style10:hover .icon {
    transform: rotate(0deg);
    filter: brightness(1) invert(0);
}
.service-box.style10 .content h3 {
    font-size: 22px;
    font-weight: 500;
    width: 75%;
    margin: 30px 0 20px;
}
.service-box.style10 .content p {
    color: #FFFFFFA6;
    line-height: 28px;
    margin: 0 0 32px;
}
.service-box.style10 .content .service-btn a {
    color: #FFFFFFB2;
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 0;
    position: relative;
    left: 0%;
    transition: .5s;
}
.service-box.style10 .content:hover .service-btn a {
    left: 40%;
}
.service-box.style10 .content .service-btn a:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 49.52%, #0B0B0C 100%);
    width: 80px;
    height: 1px;
    opacity: 0;
}
.service-box.style10 .content:hover .service-btn a:after {
    left: -78%;
    opacity: 1;
}
.service-box.style10 .content .service-btn a i {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    border-radius: 28px;
    background: transparent;
    border: 1px solid #FFFFFF26;
    z-index: 1;
    transition: .5s;
    transform: rotate(-45deg);
    margin-left: 10px;
}
.service-box.style10 .content:hover .service-btn a i {
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%); 
     border:transparent;
}
/*=================HOME:03- Animation Section:04==========================*/




/*=================HOME:03- work process Section:05==========================*/

/*start service section style two*/

.service_section.style2 {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #0B0B0C;
    padding: 52px 62px;
}
.service_section.style2 .service_content h4 {
    color: #FFFFFF33;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 0;
    float: right;
    transition: .5s;
}
.service_section.style2:hover .service_content h4 {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service_section.style2 .service_content h3 {
    margin: 0 0 100px;
    padding: 0 0 25px;
    border-bottom: 1px dashed #FFFFFF26;
}
.service_section.style2 .service_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    margin: 0 0 0;
}
.service_section.style2 .service_content p {
    color: rgba(255,255,255, 0.70);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 85%;
    margin: 0 0 40px;
}
.service_section.style2 ul.features li {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    list-style: none;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0F;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    text-transform: uppercase;
}
.service_section.style2 ul.features li:nth-child(1) {
    margin-right: 6px;
}




/*=================HOME:03- Fact Section:06==========================*/

.service-box.style11 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 55px 45px 35px;
}
.service-box.style11 .icon img {
    transition: .5s;
}
.service-box.style11:hover .icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style11 .content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 0;
    border-bottom: 1px dashed rgba(255,255,255, 0.5);
    padding: 30px 0 27px;
}
.service-box.style11 .content p {
    color: rgba(255,255,255, 0.70);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 35px 0 40px;
}
.service-box.style11  .service-number {
    display: inline-block;
}
.service-box.style11 .service-number span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
}
.service-box.style11 .service-btn {
    display: inline-block;
    position: relative;
    bottom: 11px;
    left: 68px;
    transition: .5s;
}
.service-box.style11:hover .service-btn svg {
    filter: brightness(5);
}

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}
/*=================HOME:03- Video Section:07==========================*/


/* Style One */

.single-video.style-one {
    position: relative;
    text-align: center;
    line-height: 0;
}
.em-video-image {
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
    line-height: 0;
}
.single-video.style-one .video-icon {
    left: 72%;
    position: absolute;
    top: 38%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}
.single-video.style-one .video-icon a {
    background-color: #fff;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    line-height: 80px;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-size: 28px;
    color: #121212;
    font-weight: 500;
    text-align: center;
    display: inline-block; 
}
.single-video.style-one .video-icon a:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    /* mask-composite: exclude; */
    z-index: -1;
    left: -31%;
    top: -32%;
}
.single-video.style-one .video-icon a:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    inset: -45px;
    border-radius: 50%;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.30) 71%,
    transparent 79%
  );
    opacity: 1;
    animation: rotateGlow 4s linear infinite;
    z-index: -2;
    animation: ripple-red 3s linear infinite;
}

/* White glow rotation (same timing) */
@keyframes rotateGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}



.video-animations {
    animation: moveAround 3s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 20px); 
  }
  50% {
    transform: translate(0, 40px);
  }
  75% {
    transform: translate(-20px, 20px); 
  }
  100% {
    transform: translate(0, 0); 
  }
}

/*=================HOME:03- Client Section:08==========================*/

.testimonial-item.style3 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0px 55px 0px;
}
.testimonial-item.style3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #FFFFFF1A;
}
.testimonial.style3 .testi_content img {
    width: 15%;
}
.testimonial-item.style3 .testi_content p {
    color: rgba(255,255,255, 0.60);
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    margin: 52px 0 52px;
}
.testimonial-item.style3 .author_content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style3 .author_content .bio h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}

.testimonial-item.style3 .author_content .bio h5 {
    margin: 0;
}


/*Counter*/
.single-counter.style_four {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
    border: 1px solid #FFFFFF1A;
    padding: 82px 50px 88px;
}
.single-counter.style_four .counter-content.counter h6 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 24px;
}
.single-counter.style_four .counter-content.counter span {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 500;
}
.single-counter.style_four .icon {
    margin: 22px 0 38px;
}
.single-counter.style_four .counter-content.counter p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 0;
    width: 75%;
}




/*=================HOME:03- Case Study Section:09==========================*/

/*
==========
Case Study
==========
*/
.case-study.style1 .case-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
    position: relative;
    overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image {
    position: relative;
    line-height: 0;
}
.case-study.style1 .case-grid .gird-item .image img {
    /* border-radius: 10px; */
    /* object-fit: cover; */
}
.case-study.style1 .case-grid .gird-item .image:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    transition: .5s;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    clip-path: circle(26.8% at 5% 100%);
    opacity: 0;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image:after {
    opacity: 1;
}
.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    left: 43px;
    right: 0;
    bottom: 40px;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content {
    left: 120px;
}
.case-study.style1 .case-grid .gird-item .case-button {
    position: absolute;
    top: 40px;
    right: 0px;
    opacity: 0;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .case-button {
    opacity: 1;
    right: 50px;
}
.case-study.style1 .case-grid .gird-item  .case-btn {
    display: inline-block;
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    font-size: 35px;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item .content .title{
    margin: 0 0 0;
}
.case-study.style1 .case-grid .gird-item .content .title a {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    width: 80%;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content .title a {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.case-study-thumb img{
	width: 100%;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #ED2C41;
}
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}



/*=================HOME:03- Blog Study Section:09==========================*/

.blog-post.style3 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: url(https://wp.dreamitworld.com/neurovia/wp-content/uploads/2025/09/single-blog-bg.png);
    padding: 40px 15px 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post.style3 .post-item .single_blog_post_content {
    text-align: center;
}
.blog-post.style3 .post-item .single_blog_post_content .meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.blog-post.style3 .post-item ul.post-categories li {
    list-style: none;
}
.blog-post.style3 .post-item ul.post-categories li a {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF0F;
    padding: 5px 22px;
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
}
.blog-post.style3 .post-item .date {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF0F;
    padding: 5px 32px;
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
}
.blog-post.style3 .post-item .single_blog_post_content h3 {
    font-size: 24px;
    margin: 0;
    border-bottom: 1px solid #FFFFFF1A;
    padding: 30px 0 32px;
}
.blog-post.style3 .post-item .single_blog_post_content h3 a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    transition: 0.5s;
}
.blog-post.style3 .post-item:hover .single_blog_post_content h3 a {
    background: linear-gradient(90deg, #00C9FF 0%, #6A00F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-post.style3 .post-item .blog_btn a {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 28px;
    background: linear-gradient(270deg, #00C9FF 0%, #6A00F4 100%);
    z-index: 1;
    transition: .5s;
    transform: rotate(-45deg);
    top: 28px;
}
.blog-post.style3 .post-item:hover .blog_btn a {
    background: #6A00F4;
}
.blog-post.style3 .post-item .blog_btn a:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background: transparent;
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .5s;
}
.blog-post.style3 .post-item:hover .blog_btn a:after {
   background: conic-gradient(from var(--r), #00C9FF 0%, #6A00F4 100%);
}
.blog-post.style3 .post-item .post-thumb {
    line-height: 0;
}


/*=================Inner:Page-  Section:Start==========================*/
/*=================Inner:Page-service-details:01==========================*/

.heading.style1 h5 {
    font-size: 32px;
    line-height: 55px;
    color: rgba(255,255,255, 1);
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.heading.style1 h5:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0px;
    background: #fff;
    transition: .5s;
}
.heading.style1 h5:hover:before {
    width: 100%;
}

.dreamit-button.style6 a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 14px 25px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(270deg, #6207BC 0%, #FA500A 100%);
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style6 a:hover {
    color: rgba(18, 18, 18, 1);
}
.dreamit-button.style6 a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style6 a:hover:before {
    left: 0;
    width: 100%;
}
.dreamit-button.style6 a i {
    display: inline-block;
    font-weight: 700;
    margin-left: 8px;
    transition: .5s;
}
.dreamit-button.style6 a:hover i {
    transform: rotate(0deg);
}


.service-box.style9 {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style9 .content .icon i {
    display: inline-block;
    font-size: 30px;
    color: #fff;
}
.service-box.style9 .content h3 {
    font-size: 18px;
    color:#fff;
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}
.service-box.style9 .content .service-number span {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 14px;
}
.service-box.style9 .content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.service-box.style9 .content .service-btn a {
    display: inline-block;
    font-size: 18px;
    color: #6207BC;
    font-weight: 500;
    background: #fff;
    padding: 16px 60px 15px;
    border-radius: 5px;
    margin-top: 55px;
    border: 1px solid var(--theme-color-white);
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style9:hover .content .service-btn a {
    color: #fff;
}
.service-box.style9 .content .service-btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #6207BC 0%, #FA500A 100%);
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}
.service-box.style9:hover .content .service-btn a:before {
    left: 0;
    width: 100%;
}



.icon-box.style5 {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 5px;
    background-color: #1c1c1c;
    padding: 40px 25px 35px;
}

.icon-box.style5 .icon-box-icon {
    flex-shrink: 0;
}
.icon-box.style5:hover .icon-box-icon .img-icon img {
   transition: .5s;
}
.icon-box.style5:hover .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
    transform: rotateY(360deg);
}
.icon-box.style5 .icon-box-content h4 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    transition: .5s;
}
.icon-box.style5:hover .icon-box-content h4 {
    color: #FA500A;
}
.icon-box.style5 .icon-box-content p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255, 0.7);
    font-weight: 400;
    margin: 16px 0 0;
}

.icon-box.style6 {
    background: #6207BC;
    display: flex;
    align-items: center;
    padding: 32px 39px;
    gap: 65px;
    border-radius: 5px;
}
.icon-box.style6 .icon-box-icon  {
    position: relative;
    flex-shrink: 0;
}
.icon-box.style6 .icon-box-icon:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    right: -30px;
    top: 15px;
    background: rgba(246, 246, 238, 0.3803921569);
}
.icon-box.style6 .icon-box-content h4 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}
.icon-box.style6 .icon-box-content p {
    margin: 0;
}



/*=================Inner:Page--team:02==========================*/
/*========== Team==========*/

.team.style1 {
    position: relative;
    z-index: 1;
}
.team.style1 .content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    transition: .5s;
}
.team.style1 .image {
    line-height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style1 .image:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(12, 35, 24, 0) 60%, #0C2318 100%);
    border-radius: 0 0 ;
}
.team.style1 h2.name {
    font-size: 32px;
    margin: 0 0 13px;
    color: #fff;
    font-weight: 600;
}
.team.style1 h5.designation {
    font-size: 14px;
    backdrop-filter: blur(10px);
    display: inline-block;
    border-radius: 20px;
    padding: 7px 13px;
    margin: 0 0 25px;
    color: #fff;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.team.style1 ul.social-icon li a {
    backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF33;
    display: inline-block;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
}
.team.style1:hover ul.social-icon li a{
    opacity: 1;
}
.team.style1 ul.social-icon li a:hover{
    border-color:1px solid transparent;
    background:#6A00F4;
}

.team.style1 ul.social-icon li{
    display:inline-block;
}
.team.style1 .team-button {
    display: none;
}
.team.style1 .team-button a {
    border: 1px solid #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    transition: .5s;
    color: #fff;
}
.team.style1:hover .content{
    bottom:30px;
}



/*=================Inner:Page--details:03==========================*/



/*=================Inner:Page--END==========================*/



