/*
 Theme Name: Hello Elementor Child
 Theme URI: https://globalwiz.com/
 Description: Child theme for Hello Elementor
 Author: GlobalWiz Team
 Author URI: https://globalwiz.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */




.sliding-text {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.sliding-text .elementor-widget {
  display: inline-block;
  white-space: nowrap;
}

.sliding-text .elementor-widget-container {
  display: inline-block;
}

.sliding-text .elementor-heading-title {
  display: inline-block;
  font-weight: 600;
  font-size: 68px!important;
  color: #0E0047;
  margin: 0;
  padding-right: 60px; 
}


@keyframes scrollText {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sliding-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText var(--slide-speed, 15s) linear infinite;
}

@media (min-width: 900px) {
  .sliding-text .elementor-heading-title { font-size: 34px; }
}
@media (max-width: 480px) {
  .sliding-text .elementor-heading-title { font-size: 18px; }
}



.box {
  animation: MoveUpDown 3s linear infinite;}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}   



 :root{
    /*HOVER GRAD COLOR*/
    --theme-color1: #ae8fff;
    --theme-color2: #7243f2;
    
    /*HOVER SOLID COLOR*/
    --theme-color3: #ffffff;
    
    --theme-color4: #1d1729;
    --bg-theme-color2: #7243f2;
    --gradient-1: linear-gradient(to left, var(--theme-color1), var(--theme-color2));
}   
    
    
 




/*Service Section */
.inner-box .icon, .inner-box .image img, .inner-box .text, .inner-box .title .elementor-heading-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inner-box:hover .icon{
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1) !important;
}
.inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-radius: 500px 0 0;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.inner-box:hover::after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.service-block-two.inner-box::after {
    -webkit-transform-origin: left bottom!important;
    transform-origin: left bottom!important;
    border-radius: 0 500px 0 0!important;
}
.service-block-three.inner-box:after {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0 0 0 500px;
}
.service-block-four.inner-box:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0 0 500px 0;
}
.inner-box:hover .text, .inner-box:hover .title .elementor-heading-title{
    color: #ffffff !important;
}
.inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 1024px){
    .inner-box .service-block-image{
        position: relative;
    }
  .elementor-absolute.icon{
      position: relative !important;
  }
}




/*Button Global style */
.btn-style-one.btn-style-skew .elementor-button{
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
    transform-origin: top right !important;
     -webkit-transform-origin: top right !important;
     margin-right: 8px;
}
.btn-style-one .elementor-button-text, .btn-style-one .elementor-button-icon{
     z-index: 2;
}
.btn-style-one.btn-style-skew .elementor-button-text{
     transform: skew(12deg) !important;
}
.btn-style-one .elementor-button:before,.btn-style-two .elementor-button:before{
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color3);
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one.hvr-dark .elementor-button:before{
    background-color: var(--theme-color4)!important;
    z-index: 0;
}
.btn-style-one .elementor-button:hover:before{
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-two .elementor-button{
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-two .elementor-button:before{
    background: var(--gradient-1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.btn-style-two:hover .elementor-button:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}





<style>

/* ---------------------------------
   LEFT SIDE TAB GROUP
----------------------------------*/
.left-tabs-container {
    background: #000;
    border-radius: 60px 40px 30px 60px;
    padding: 40px 40px;
    position: relative;
    overflow: visible !important; /* CRITICAL */
}

/* Allow tab wrapper overflow */
.elementor-widget-n-tabs .e-n-tabs-heading {
    overflow: visible !important;
}

/* ---------------------------------
   INACTIVE TAB STYLE
----------------------------------*/
.elementor-widget-n-tabs .e-n-tab-title {
    background: transparent !important;
    color: #fff !important;
    padding: 18px 0;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0;
    position: relative;
    overflow: visible !important;
    white-space: normal !important; /* allow wrap */
    text-align: center;
    line-height: 1.5;

    /* Flex center */
    display: flex;
    justify-content: center;
    align-items: center;

    transition: none !important;
}

/* ---------------------------------
   ACTIVE TAB CAPSULE
----------------------------------*/
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
    background: #6f55ff !important;
    color: #fff !important;
    border-radius: 60px;

    padding: 28px 45px !important;
    font-size: 22px;
    font-weight: 600;

    position: relative;
    right: -80px;

    white-space: normal !important;
    text-align: center;
    line-height: 1.5;

    /* Flex center */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    z-index: 20;

    transition: none !important;
}

/* ---------------------------------
   ACTIVE TAB CIRCLE ICON
----------------------------------*/
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"]::after {
    content: "➜";

    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #000;
    color: #fff;

    font-size: 30px;

    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------------------------
   RIGHT CONTENT BOX
----------------------------------*/
.right-content-box {
    background: #f7f7fc;
    border-radius: 50px;
    padding: 0px;

    /* Overlap effect */
    margin-left: -440px;

    position: relative;
    z-index: 10;
}

</style>