*, *::before, *::after {
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
  }
  body{
    font-family: Arial, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #100F0F;
  font-size: 22px;
  font-weight: 400;
  
  }
  @font-face {
    font-family: 'Sharp Grotesk DB Cyr Medium 22';
    src: url('../fonts/SharpGroteskDBCyrMedium22-Regular.woff2') format('woff2'),
        url('../fonts/SharpGroteskDBCyrMedium22-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a{
  /* font-family: 'Sharp Grotesk DB Cyr Medium 22' !important; */
  /* font-size: 16px; */
  

}
/* .lang-selector span {
  font-family: 'Sharp Grotesk DB Cyr Medium 22' !important;
} */
  
  html, body {
    /* overflow-x: hidden; */
    max-width: 100%;
  }
  html {
    scroll-behavior: smooth;
  }
  img, svg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  a:hover {
    text-decoration: underline;
  }
  ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  h1 {
      font-size: 60px;
      font-weight: 900;
  }
  h2 {
      font-weight: 700;
      font-size: 40px;
  }
  h2 span {
      color: #5A2E83;
  }
  
  h3 {
      font-weight: 700;
      font-size: 28px;
  }
  .purple-text{
      color:#5A2E83;
  }
  h5 {
      font-size: 24px;
      font-weight: 700;
  }
  .pt-6{
      padding-top: 80px;
  }
  .pb-6{
      padding-bottom: 80px;
  }
  * {
      transition: all 0.3s ease;
  }
  .common-btn {
      background-color: #5A2E83;
      display: inline-block;
      border: 1px solid #5A2E83;
      border-radius: 8px;
      padding: 10px 22px;
      text-decoration: none;
      color: #fff;
      font-weight: 600;
  }
  .border-btn-color{
      border: 1px solid #5A2E83;
     background-color:transparent;
     color: #5A2E83;
  }
  .border-btn-white {
     
      border: 1px solid #fff;
     background-color:transparent;
    
  }
  .bg-white-btn{
       border: 1px solid #fff;
     background-color:#fff;
     color: #5A2E83
  }
  .round-btn {
      background-color: #fff;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      justify-content: end;
      padding: 8px 8px 8px 17px;
      border-radius: 51px;
      color: #5A2E83;
       font-weight: 600;
  }
  .common-btn:hover, .round-btn:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      text-decoration: none;
  }
  
  
  
  /********************/
  
  .inner-banner {
      background-image: url(https://spark.co.at/wp-content/uploads/2026/05/inner-baner-bg-scaled.png);
      padding: 170px 0px 110px;
      border-radius: 0px 0px 60px 60px;
      background-size: cover;
      background-position: bottom;
  }
  .sub-title {
    font-size: 22px;
    opacity: 0.5;
    /* text-transform: capitalize; */
}
  
  .inside_qualify {
      border-radius: 31px;
      background: #FAF9F7;
      text-align: center;
      padding: 40px;
      height: 100%;
  }
  .image_qualidfy {
      width: 107px;
      height: 107px;
      background-color: #fff;
      border: 1px solid #5A2E83;
      text-align: center;
      margin: auto;
      border-radius: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
      margin-top: -89px;
  }
  
  .profile-coaches {
      width: 280px !important;
      height: 280px;
      margin: auto;
          border-radius: 220px;
  }
.Coaching-loc {
    color: #5A2E83;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    border-radius: 42.097px;
    background: #FFF;
    box-shadow: 0 0 11.787px 0 rgba(0, 0, 0, 0.25);
    padding: 12px 20px;
    margin-top: -30px;
    position: relative;
    line-height: normal;
}
.coach-img {
    width: 50px;
    height: 50px;
    background-color: #DED2FA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 10px;
        flex-shrink: 0;
}

  .Vision-sec, .cta-sec {
      background-color: #FAF9F7;
  }
  .v-m-img{
      border-radius: 13px;
  }
  .vist-title {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
  }
  .meet-box-sec {
      background-color: #FAF9F7;
      padding: 30px;
      border-radius: 20px;
  }
  .number_box {
      border-radius: 38px;
      background: #5A2E83;
      width: 38px;
      height: 38px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
  }
  
  .accordion-button {
      font-size: 26px;
    
      border-radius: 7px;
      border: 1px solid #D0D0D0;
  }
  .accordion-button:not(.collapsed) {
      color: #ffffff;
      background-color: #5A2E83;
      border-radius: 7px 7px 0px 0px;
        font-weight: 700;
      
  }
  .accordion-button::after{
      display: none;
  }
  .accordion-item {
      margin-bottom: 20px;
      border: 1px solid #D0D0D0;
       border-radius: 7px;
  }
  
  .border_box {
      display: flex;
      align-items: center;
      gap: 15px;
  }
  .border_box::before{
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #5A2E83;
  }
  .border_box::after{
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #5A2E83;
  }
  
  .ready-spark {
      border-radius: 30px;
      overflow: hidden;
  }
  .ready-spark {
      background-image: url(https://spark.co.at/wp-content/uploads/2026/05/ready-to-spark-bg-2.webp);
      padding: 35px 80px 0px;
  }
  .spark-ctn h1 {
      font-size: 58px;
      font-weight: 700;
  }
  .spark-ctn .col-md-6 {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .footer-cta {
      background-color: #FAF9F7;
  }
  .footer-box {
      background-color: #F3EAFF;
  }
  .footer-box h4 {
      color: #939191;
  }
  
  
  .input_form {
      /* display: flex;
      align-items: center; */
      /* gap: 10px; */
      position: relative;
  }
  .input_form .wpcf7-submit {
    margin-top: 10px;
}
  .input_form input, .input_form button {
      height: 52px;
  }
  .input_form input {
      border: 0px;
      padding: 0px 24px;
  }
  span.wpcf7-spinner {
    position: absolute;
    bottom: -10px;
    background-color: #000000;
    right: 0px;
}
  .inside_changes {
      border-radius: 13px;
      border: 1px solid #D9D9D9;
      background: #FFF;
      height: 100%;
      overflow: hidden;
  }
  
  
  .truly-international {
      background: linear-gradient(90deg, #FCF3F3 0%, #F2F8F4 100%);
  }
  
  .offer-box {
      border-radius: 15px;
      background: #FAF9F7;
      padding: 25px;
      display: flex;
      gap: 20px;
          align-items: center;
  }
  .offer-number {
      width: 95px;
      height: 95px;
      border-radius: 11px;
      background: #F8F0FF;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5A2E83;
      font-size: 30px;
      font-weight: 700;
      flex-shrink: 0;
  }
  .offer-title {
      display: flex;
      align-items: center;
        gap: 10px;
        margin-bottom: 5px;
  }
  .why-spark-box {
      display: flex;
      gap: 15px;
  }
  .why-spark-icon {
      display: inline-block;
      flex-shrink: 0;
  }
  .choose-list li {
      border-bottom: 1px solid #DDD4D4;
      padding-bottom: 30px;
      margin-bottom: 30px;
  }
  .choose-list li:last-child {
      border-bottom: 0px solid #DDD4D4;
      padding-bottom: 0px;
      margin-bottom: 0px;
  }
  .leader-ship {
      position: relative;
  }
  .leader-ship-bg-image {
      border-radius: 27px;
  }
  .lead-inside img {
      position: absolute;
      bottom: 0px;
      right: -10px;
      width: 264px;
  }
  .lead-inside h5 {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 126px;
      color: #fff;
      font-size: 19px;
  }
  
  
  .lead-inside .common-btn {
      font-size: 13px;
      position: absolute;
      bottom: 20px;
      left: 23px;
      z-index: 9;
      padding: 7px 13px;
  }
  
  
  
  .reviw_sec_inside {
      border-radius: 19.086px;
      background: #FAF9F7;
      padding: 90px 45px 45px;
      position: relative;
  }
  .user-name-bxo {
      background-color: #5A2E83;
      color: #fff;
      border-radius: 10px 10px 10px 0px;
      padding: 18px;
      width: 300px;
      text-align: center;
      position: absolute;
      top: -60px;
      left: -40px;
  }
  
  .user-name-bxo .small {
    font-size: 12px;
    min-height: 38px;
}

  
  .user-image-sec {
      width: 160.984px;
  border-radius: 200px;
      height: 160.984px;
      overflow: hidden;
      border: 2px solid #fff;
      position: absolute;
      right: -20px;
      top: -100px;
  }
  
  .user-image-sct {
      border: 20px solid #FAF9F7;
      border-radius: 200px;
  }
  .user-image-sct img {
      border-radius: 300px;
      border: 2px solid #fff;
  }
  
  
  
  
  .bg-space-tr {
      position: absolute;
      left: -40px;
      top: 49px;
      width: 60px;
      z-index: -1;
  }
  
  .Awards-sec {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  
  .org-cult {
      border-radius: 28px;
      background: linear-gradient(180deg, #FFF6F5 0%, #F7FFFB 100%);
      padding: 0px 51px 0px 30px;
  }
  
  img.border-top-cult {
      /* border-top: 4px solid #5A2E83; */
  }
  .solution-inside .row {
    align-items: center;
}
  .Technology-sec {
      background-image: url(https://spark.co.at/wp-content/uploads/2026/05/tech-bg-imge.png);
      background-size: cover;
      background-attachment: fixed;
  }
  
  .stories_sc {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
  }
  
  .stories_ctn {
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 12px 12px 0px 0px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 25px 35px;
  }
  
  
  .team-lead-ctn {
      border-radius: 33px;
      background: linear-gradient(180deg, rgba(252, 238, 237, 0.54) 0%, rgba(234, 247, 240, 0.54) 100%);
      padding: 40px;
  }
  .team-lead-image {
      border-radius: 36px;
      overflow: hidden;
      margin-top: -19px;
      position: relative;
  }
  .team-lead-image .round-btn {
      position: absolute;
      bottom: 20px;
      left: 20px;
  }
  
  .solution-inside {
      border-radius: 38.934px;
      background: #FAF9F7;
      padding: 55px;
  }
  
  
  .home video::-webkit-media-controls {
      display: none !important;
  }
  
  .main-banner-section {
      position: relative;
  }
  .content-box {
      position: absolute;
      top: 55%;
      transform: translateY(-50%);
      width: 100%;
  }
  
  .group-review {
      display: flex;
      align-items: center;
      
  }
  .group-review img {
      padding-right: 13px;
      width: 140px;
  }
  
  
  .progress-bar-steps {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  .progress-bar-steps li {
      text-align: center;
      position: relative;
  }
  .progress-bar-steps li img {
      margin: auto;
  }
  ul.offer-btmx {
      list-style: disc;
      border-radius: 10px;
      background: #F8F0FF;
      padding: 5px 12px 6px 25px;
      display: inline-block;
      font-size: 14px;
      margin-bottom: 20px;
      color: #5A2E83;
  }
  .progress-bar-steps li::before {
      content: "";
      display: inline-block;
      position: relative;
      background-color: #F8F0FF;
      height: 11px;
      width: 100%;
      left: 0;
      top: 30px;
      z-index: -1;
  }
  .progress-bar-steps li:last-child{
    text-align: left;
  }
  .progress-bar-steps li:last-child:before {
      width: 50%;
  }
  .progress-bar-steps li:last-child p{
    text-align: center;
  }
  .logo-box a{
      text-align: center;
  }
  

  
  .review_box {
      border-radius: 18px;
      background: #FFF;
      padding: 35px;
  }
  .review_box h3 {
      border-bottom: 1px solid rgba(117, 117, 117, 0.19);
      padding-bottom: 10px;
      margin-bottom: 12px;
  }
  .review_box p {
      color: #8A8A8A;
  }
  .review_box img{
      width: 90px;
  }
   .cult-btmax ul {
display: flex;
  flex-wrap: wrap;
   }
   /* .cult-btmax ul li:last-child {
  margin-left: auto;
  margin-right: auto;
} */
  .cult-btmax ul li, .cult-btmax-n li {
      border-radius: 8.077px;
      border: 1px solid #8564A3;
      background: #FFF;
      color: #5A2E83;
      /* font-size: 20px; */
      font-weight: 700;
      display: inline-block;
      padding: 6px 15px;
      margin: 0px 6px 12px 0px;
  }
  .solution-left-ig {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
  }
  .co-soluction {
      list-style: disc;
      border-radius: 4px;
      background: #5A2E83;
      color: #fff;
      padding: 5px 12px 6px 25px;
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 14px;
  }
  
  
  
  .custom-slider .owl-item img {
      width: auto;
  }
  .custom-slider .item {
      padding: 110px 21px 0px 50px;
  }
  
.logo-box a img {
    height: 80px;
    object-fit: contain;
    padding: 0px 20px;
}
  
  
  .coaching_box_st {
      border-radius: 29px;
      background: linear-gradient(180deg, #F9F0EE 0%, #F0F5EF 100%);
      padding: 40px;
      height: 100%;
  }
  .coach_box {
      border-radius: 30px;
      overflow: hidden;
      position: relative;
  }
  .coach-sec-bt {
      border-radius: 9.244px;
      border: 0.924px solid #5A2E83;
      color: #5A2E83;
      font-size: 18.488px;
      font-weight: 400;
      display: inline-block;
      padding: 4px 14px;
  }
  
  
  .nav-item button {
      border: 1px solid #5A2E83 !important;
      color: #5A2E83;
      font-size: 18px;
      font-weight: 700;
      padding: 9px 26px;
      border-radius: 10px 10px 0 0;
  
  }
  .nav-item button.active, .nav-item button:hover {
      border: 1px solid #5A2E83 !important;
      background-color: #5A2E83 !important;
      color: #fff !important;
  }
  
  .tab-box-coaching .coaching_box_st {
      padding: 29px;
  }
  
  
  .coach_box .box_coachtms {
      position: absolute;
      bottom: 12px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
  }
  
  .tab-box-coaching .coach-sec-bt {
      font-size: 14px;
  }
  
  
  .list-box-coch, .list-box-coch li a {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #5E5F60;
  }
  ul.list-box-coch li {
      border-right: 1px solid #5e5f606b;
      padding-right: 15px;
      margin-right: 15px;
  }
  ul.list-box-coch li:last-child {
      border-right: 0px solid #5e5f606b;
      padding-right: 0px;
      margin-right: 0px;
  }
  .list-box-coch li a img {
      margin-right: 3px;
  }
  .commtm-bzt {
      display: flex;
      align-items: center;
      gap: 14px;
  }
  .bt-xe a {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 12px;
      color: #5E5F60;
  }
  .bt-xe {
      display: inline-flex;
      gap: 9px;
      margin-bottom: 15px;
  }



  .approach-insider {
    background-color: #F8F9FF;
    /* padding: 45px; */
    border-radius: 13px;
}
.diff-we-make-sec{
     background-color: #FAF9F7;
}


.perfect-match-sec {
    background-image: url(https://spark.co.at/wp-content/uploads/2026/05/Union-scaled.png);
    background-size: cover;
    background-position: left center;
}

.box_sess_solu {
    border-radius: 38px;
    background: #9A83D3;
    padding: 55px 23px;
    height: 100%;
}
.box_sess_solu:hover {
    background: #5A2E83;
}

.number_list_solu {
    color: #FFF;
   line-height: normal;
    font-size: 105.226px;
    opacity: 0.11;
}

/* .text-box {
    display: flex;
    gap: 15px;
} */
.coma_box {
    font-size: 80px;
    /* position: relative; */
    /* top: 0px; */
    line-height: 0;
    margin-top: 20px;
}


.mental-revi-vew-box {
    background-image: url(https://spark.co.at/wp-content/uploads/2026/05/bl-bg.png);
    padding: 45px;
    border-radius: 10px;
}
.mental-revi-vew-box .text-box {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.action-insider{
     background-color: #FAF9F7;
    padding: 45px;
    border-radius: 38.93px;
}
.three-box{
    height: 100%;
    border-radius: 18px;
}
.life-box-insect {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 13px;
    gap: 8px;
    height: 100%;
}




.marquee-section { width: 100%; overflow: hidden;  }
.marquee-row { display: flex; overflow: hidden; width: 100%; margin-bottom: 14px; }
.marquee-inner { display: flex; flex-shrink: 0; align-items: center; gap: 0; }
.marquee-row.rtl .marquee-inner { animation: scrollRTL 22s linear infinite; }
.marquee-row.ltr .marquee-inner { animation: scrollLTR 22s linear infinite; }
.marquee-row:hover .marquee-inner { animation-play-state: paused; }

@keyframes scrollRTL {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollLTR {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}




.lang-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    margin: 0 6px;
    border-radius: 50px;
    color: #2C2C2E;
    flex-shrink: 0;
    white-space: nowrap;
}
.lang-item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.page-id-10 .topbar, .page-id-11 .topbar  {
    background: #5A2E83;
    padding: 7px 0;
    position: relative;
    z-index: 300;
}


.Team-lead-sec .row:last-child {
  align-items: stretch;
}

.team-lead-dev-btx {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-lead-ctn {
  flex: 1;
  display: flex;
  flex-direction: column;
}



.team-lead-ctn h3:not(.purple-text) {
  /* min-height: 64px;  */
  display: flex;
  align-items: flex-start;
}

.team-lead-ctn p {
  flex: 1;
}

.team-lead-image {
  margin-top: auto;
}
.Team-lead-sec .col-md-4 {
  display: flex;
  flex-direction: column;
}


.custom-slider .owl-stage { display: flex !important; }
.custom-slider .owl-item  { display: flex !important; }

.reviw_sec_inside         { display: flex; flex-direction: column; height: 100%; }
.reviw_sec_inside > p:first-of-type { flex: 1; }


.custom-slider .owl-item img{
    width: 100px !important;
}


  .custom-slider .reviw_sec_inside .user-image-sct img {
    width: 130px !important;
    height: 117px !important;
    object-fit: cover;
    object-position: center;
}

/****************/

.contact-sec-inside {
    background: linear-gradient(90deg, #FCF3F3 0%, #F2F8F4 100%);
    
    
}
.contact-sec-inside label {
    margin-bottom: 4px;
}
.form-control {
    padding: 10px 17px;
    border: 1px solid #0000001c;
    border-radius: 10px;
}
.contact-sec-inside form {
    background-color: #fff;
    
}
.contact-sec-inside form, .contact-sec-inside{
padding: 35px;
border-radius: 40px;

}
.blog-detail-page p a {
    font-weight: 600;
}
.blog-detail-page .common-btn.border-btn-color {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0px;
    padding: 0px;
}
.blog-detail-page .border-btn-color:hover{
box-shadow: unset;
background-color: transparent;
}
.blog-detail-page .common-btn.border-btn-color svg {
    display: inline-block;
}
.Category-text h6, .time-date {
    opacity: 0.4;
}
ul.elementor-icon-list-items {
    display: inline-flex;
    gap: 10px;
}

.explor .form-check {
    display: inline-block;
    margin-right: 21px;
}

.check-list-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
}
 
.check-list-box li img {
    width: 20px;
    position: relative;
    top: 4px;
}
 
ul.tags-box li {
    display: inline-block;
}
ul.tags-box li a {
    background-color: #fff;
    padding: 6px 14px;
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px 4px 0px;
    border-radius: 6px;
    color: #54347e;
}

.coach_box > img {
    object-fit: contain;
    height: 335px;
    background-color: #f2f4f0;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
}

.coach_box > a img {
    object-fit: contain;
    height: 358px;
    background-color: #f2f4f0;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
}
.postid-464 .team-lead-ctn p, .postid-463 .team-lead-ctn p {
    flex: 0;
}








.iceberg-effect{
    position: relative;
}


.iceberg-common {
    max-width: 250px;
    position: absolute;
}


.ice-v1{
left: 0;
top: 50px;
}
.ice-v2{
   left: 0; 
   bottom: 0;
}
.ice-v3{
    right: 0;
    top: 50px;
}
.ice-v4{
   right: 0; 
    bottom: 0;
}

.ice-berg-box {
    position: relative;
}
.iceberg-common .ice-berg-box::before {
    content: "";
    display: inline-block;
    width: 100%;
    background-size: cover;
    position: absolute;
    z-index: -2;
}
.iceberg-common.ice-v1 .ice-berg-box::before{
background-image: url(https://spark.co.at/wp-content/uploads/2026/05/line-st.svg);
  height: 8px;
   top: 15px;
    right: -104%;
}
.iceberg-common.ice-v3 .ice-berg-box::before{
background-image: url(https://spark.co.at/wp-content/uploads/2026/05/line-st-right.svg);
  height: 9px;
   top: 15px;
    left: -104%;
}

.iceberg-common.ice-v2 .ice-berg-box::before{
background-image: url(https://spark.co.at/wp-content/uploads/2026/05/line-curve-left.svg);
          height: 197px;
   top: 15px;
    right: -104%;
}
.iceberg-common.ice-v4 .ice-berg-box::before{
background-image: url(https://spark.co.at/wp-content/uploads/2026/05/line-curve-right.svg);
     height: 177px;
   top: 15px;
    left: -104%;
}






.iceberg-3d-cont {
  perspective: 900px;
  cursor: grab;
  display: inline-block;
}
.iceberg-3d-inner {
  transform-style: preserve-3d;
  will-change: transform;
  /* animation hata do ya comment karo */
}
@keyframes iceFloat{
  0%,100%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}
  50%{transform:translateY(-18px) rotateX(2deg) rotateY(0deg)}
}
/* .iceberg-3d-cont:hover .iceberg-3d-inner{
  animation-play-state:paused;
} */



.contact-sec-inside .col-md-5{
    display: flex;
}

.background-card-bg{
    flex: 1;
}
.contact-sec-inside .row{
    display: flex;
    align-items: stretch;
}

.background-card-bg{
    height: 100%;
}

.background-card-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    display: block;
}
.coaching-page-box img {
    height: auto;
}


.embed-responsive-item{
        height: 500px;
    width: 357px;
    border-radius: 0;
    border: 8px solid #fff;
        margin: auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 5px;
    margin-top: 30px;
    font-size: 29px;
    border-radius: 50px;
}
.logo-box a img {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 24px 29px;
    object-fit: contain;
    height: 133px !important;
    margin-bottom: 19px;
}
img.still-icon {
    width: 80px;
    background-color: rgb(84 52 126 / 8%);
    height: 80px;
    object-fit: contain;
    padding: 18px;
    border-radius: 50px;
}




/* Dropdown container */
.menu-item-has-children {
  position: relative;
}

/* Arrow icon */
.menu-item-has-children > a::after {
    content: '▾';
    margin-left: 3px;
    font-size: 17px;
    transition: transform 0.25s;
    display: inline-block;
    position: relative;
    top: 2px;
}
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* Sub menu */
.menu-item-has-children .sub-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 6px;
    min-width: 210px;
    list-style: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

/* Arrow tip */
.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: rgba(0,0,0,0.1);
}
.menu-item-has-children .sub-menu::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: none;
  border-bottom-color: #ffffff;
}

/* Show on hover */
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Sub menu items */
.sub-menu li {
  list-style: none;
}
.sub-menu li a {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.15s;
}
.sub-menu li a:hover {
  background: #f5f5f5;
  color: #000;
}
.current-menu-item.current_page_item a {
    font-weight: bold;
    color: #54347e;
}

  p.most-popular {
        border-radius: 50px;
        border: 0.5px solid #eadbfa;
        background: #eadbfa;
        opacity: 1;
        color: #000;
        text-align: center;
        font-size: 14px;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        display: inline-block;
        padding: 6px 12px;
        position: absolute;
        top: -17px;
        margin: auto;
        line-height: normal;
        left: 0;
        right: 0;
        width: max-content;
    }
    ul.offer-tags li {
        border-radius: 8.077px;
        border: 1px solid #8564A3;
        background: #FFF;
        color: #5A2E83;
        font-size: 22px;
        font-weight: 700;
        display: inline-block;
        padding: 6px 15px;
        margin: 0px 6px 12px 0px;
    }
    .page-id-10 .inner-banner h2 {
        margin-bottom: 15px;
    }


    html[lang="de-AT"] body {
        font-size: 22px;
    }

    /* html[lang="de-AT"] h5{
        font-size: 22px;
    } */
    .offer-title p {
        flex-shrink: 0;
    }
      html[lang="de-AT"] .team-lead-ctn h3:not(.purple-text) {
        min-height: 75px;
    }
    html[lang="de-AT"] .team-lead-ctn p.purple-text {
        min-height: 115px !important;
        margin-bottom: 0px;
        flex: none !important;
    }

    .lead-inside h5 {
        font-size: 18px !important;
       }

.three-box .small-text  {
    font-size: 16px !important;
    line-height: normal !important;
}
img.footer-spark-imge {
    opacity: 0.9;
}
img.top-banner-image {
    width: 210px;
    margin-top: 8px;
}
/* html[lang="de-AT"] .ice-v2, html[lang="de-AT"] .ice-v4{
  min-height:532px;
  bottom: -110px;
} */
/* html[lang="de-AT"] .transformation-sec .container {
  max-width: 100% !important;
} */
       /*****************media******************/

@media (min-width: 1200px) {
  .page-id-914 .team-lead-ctn h3:not(.purple-text) {
    min-height: 102px;
  }
  .stories_sc h3 {
    min-height: 69px !important;
  }
  h5.ms-title {
    min-height: 100px;
}
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
.btn-box {
    margin: 0px 0px 14px !important;
    padding: 0px !important;
}
.content-box {
    top: 58%;
}
.content-box p.pb-3 {
    padding-bottom: 0px !important;
}

html[lang="de-AT"] .team-lead-ctn p.purple-text {
        min-height: 175px !important;
    }
    .spark-ctn h2.text-white.mb-4 {
    font-size: 25px;
    margin-bottom: 5px !important;
}
  .Technology-sec .review_single.mb-4.mt-4 {
        position: relative;
        padding-bottom: 220px !important;
    }
.spark-ctn h1 {
    font-size: 45px;
}
     h1 {
    font-size: 30px;
  }
  html[lang="de-AT"] .ice-v2,
  html[lang="de-AT"] .ice-v4 {
    bottom: -150px;
  }
  html[lang="de-AT"] .btn-box .common-btn {
    margin: 13px 14px 0px !important;
  }
  .inside_changes h3 {
    min-height: 71px;
  }
  .offer-title {
    display: inline-block;
  }
  .lead-inside h5 {
    font-size: 18px !important;
  }
  .home .team-lead-ctn h3:not(.purple-text) {
    min-height: 105px;
  }

  .sub-title {
    font-size: 22px;
  }
  body {
    font-size: 22px;
  }
  .lead-inside img {
    width: 224px;
  }
  .cult-btmax ul li,
  .cult-btmax-n li {
    /* font-size: 13px; */
    padding: 6px 8px;
  }
  .perfect-match-sec {
    background-position: center;
  }

  .current-menu-item.current_page_item a {
    font-weight: bold;
    color: #54347e;
  }
  /* h5 {
        font-size: 18px;
    } */
  .coach-sec-bt {
    font-size: 14px;
  }
  .coach_box > img {
    height: 278px;
  }
  .inside_qualify h3 {
    min-height: 70px;
}
html[lang="de-AT"] h5.ms-title {
  min-height: 122px;
}
h5.ms-title small {
  display: block;
}
.Technology-sec h5.ms-title {
  min-height: 90px;
}
  /* .business-block .team-lead-ctn h3 {
        min-height: 106px;
    } */
}
@media (min-width: 991px) and (max-width: 1400px) {
  html[lang="de-AT"] .iceberg-effect .col-md-6 {
    width: 60%;
}
 /* html[lang="de-AT"] .business-block .col-xxl-4 {
    width: 50%;
} */
}

@media (min-width: 991px) and (max-width: 1199px) {

  html[lang="de-AT"] .transformation-sec {
    padding-bottom: 230px;
  }
}
@media (min-width: 1024px) {
    .team-lead-ctn h3:not(.purple-text) {
  min-height: 64px; 
    }
}
@media (max-width: 1199px) {
    .home .team-lead-ctn h3:not(.purple-text) br{
        display: none;
    }
 .spark-ctn p, .spark-ctn a, .spark-ctn .sub-title {
        font-size: 16px !important;
        margin-bottom: 9px !important;
    }
.spark-ctn h2.text-white.mb-4 {
        font-size: 20px;
        margin-bottom: 7px !important;
    }
    .spark-ctn h2.text-white.mb-4 {
    font-size: 25px;
    margin-bottom: 7px !important;
}
    html[lang="de-AT"] .team-lead-ctn p.purple-text {
        min-height: 115px !important;
    }
    .Technology-sec .review_single.mb-4.mt-4 {
        position: relative;
        padding-bottom: 280px !important;
    }
    .ready-spark {
    padding: 35px 39px 0px;
}
  html[lang="de-AT"] .ice-v2,
  html[lang="de-AT"] .ice-v4 {
    bottom: -250px;
  }
  .inside_changes h3 {
    min-height: 61px;
  }

  .home .team-lead-ctn h3:not(.purple-text) {
    min-height: auto;
  }

  .spark-ctn h1 {
    font-size: 40px;
  }
  .Organizational-Culture .cult-btmax ul li {
    font-size: 14px;
    padding: 6px 8px;
    margin: 0px 0px 8px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a {
    /* font-family: 'Sharp Grotesk DB Cyr Medium 22' !important; */
    font-size: 12px;
}
}

@media (max-width: 1024px) {
    html[lang="de-AT"] .team-lead-ctn p.purple-text {
        min-height: auto !important;
    }
    html[lang="de-AT"] .team-lead-ctn h3:not(.purple-text) {
    min-height: auto;
}
  .coach_box > img {
    height: auto;
  }
  .nav-item button {
    font-size: 13px;
    padding: 7px 12px;
  }
  .vist-title {
    display: inline-block;
  }
  .number_box {
    margin-bottom: 10px;
  }

  .iceberg-common {
    position: relative;
  }
  .iceberg-common .ice-berg-box::before {
    display: none;
  }
  .iceberg-common {
    position: relative;
    top: 0px;
    text-align: left !important;
    max-width: 90%;
  }

  .ice-berg-box img {
    margin: 0 0 11px 0 !important;
  }
  html[lang="de-AT"] .footer-box .col-md-3 h3 {
    font-size: 18px;
  }
  html[lang="de-AT"] .footer-box h4 {
    color: #939191;
    font-size: 18px;
  }
  html[lang="de-AT"] .footer-box a {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .content-box .sub-title {
    font-size: 16px;
    margin-bottom: 0px !important;
  }
  .content-box p {
    padding-bottom: 0px !important;
  }
  .content-box p, .content-box a {
    font-size: 15px !important;
}
}

@media (max-width: 1024px) {
  ul.nav-links {
    display: none;
  }
  .btn-client-login {
    margin-left: 0;
    margin-top: 0;
  }
  #rmp_menu_trigger-548 {
    width: 40px;
    height: 40px;
    right: 0%;
    background: #54347e;
  }
  .navbar-right {
    display: flex;
    background-color: transparent;
    box-shadow: unset;
    position: relative;
    top: 0px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-right: 0px;
    padding: 0;
  }

  #rmp-menu-wrap-548 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color: #000000;
    background-color: #54347e;
  }
  #rmp-container-548 {
    background-color: #121212;
  }
  #rmp_menu_trigger-548.is-active {
    background: #54347e;
  }
  #rmp_menu_trigger-548:hover,
  #rmp_menu_trigger-548:focus {
    background: #54347e;
  }
  .inner-banner {
    padding: 70px 0px 70px;
  }
  button#rmp_menu_trigger-548 {
    position: relative;
    top: 0px !important;
    right: 0;
    bottom: auto !important;
    margin-top: 0px !important;
  }
  header#header {
    position: relative;
  }
  .navbar-logo img {
    object-fit: contain;
  }
  .btn-client-login {
    font-size: 12px;
    padding: 7px 8px;
  }
  h1 {
    font-size: 30px;
  }
  .lead-inside img {
    width: 195px;
  }
  h1 br {
    display: none;
  }
  .btn-box {
    margin-top: 0px !important;
  }

  .main-banner-section .common-btn {
    padding: 6px 14px;
    font-size: 14px;
  }

  .offer-title {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
h1 {
        font-size: 22px;
    }
 
    .home .content-box .btn-box a {
    margin: 0px !important;
}
.content-box p {
    font-size: 14px !important;
    padding-bottom: 0px !important;
}
}
@media screen and (min-width: 768px) {
  
    .review_single {
        position: relative;
        padding-bottom: 170px !important;
    }
    html[lang="de-AT"] .home .team-lead-ctn h3:not(.purple-text) {
      min-height: 105px;
  }
}


@media (max-width: 767px) {
    .Technology-sec .review_single.mb-4.mt-4 {
        padding-bottom: 30px !important;
    }
  .inside_changes h3 {
    min-height: auto;
  }

  .content-box {
    top: 0;
    transform: none;
  }
  /* h3 {
    font-size: 20px;
} */
  .nav-item button {
    padding: 5px 6px;
  }
  .contact-sec-inside {
    padding: 18px;
  }
  .wpcf7-list-item {
    margin: 0 15px 0 0em;
  }
  h2 {
    font-size: 30px;
  }
  .ready-spark {
    padding: 25px 25px 0px;
  }

  .pb-6 {
    padding-bottom: 50px;
  }
  .pt-6 {
    padding-top: 50px;
  }
  .bt-xe {
    display: inline-block;
  }
  p.coach-sec-bt.mb-0 {
    margin-bottom: 8px !important;
  }
  .Coaching-loc {
    display: inline-block;
    text-align: center;
  }
  .coach-img {
    margin: auto;
  }
  .lead-inside img {
    width: 334px;
  }
  .box_sess_solu {
    border-radius: 38px;
    background: #9a83d3;
    padding: 55px;
    height: 100%;
  }
  .box-action .col-md-4 {
    margin-bottom: 30px;
  }
  .text-box {
    margin-top: 40px;
  }
  .Mental-Burden .col-md-6 {
    margin-top: 30px;
  }
  .session-soluction .col-md-4 {
    margin-bottom: 15px;
  }
  .truly-international h2 strong {
    font-size: inherit !important;
  }
  ul.Awards-sec {
    justify-content: center;
  }
  /* html[lang="de-AT"] h2 {
    font-size: 19px;
} */
  /* html[lang="de-AT"] h3 {
    font-size: 16px;
} */
  /* html[lang="de-AT"] h5 {
    font-size: 16px;
} */
  html[lang="de-AT"] .offer-number {
    width: 65px;
    height: 65px;
  }
  html[lang="de-AT"] .main-banner-section h1 {
    font-size: 22px;
  }
  .inside_qualify h3 {
    min-height: auto;
}
.cta-sec .common-btn {
  margin-bottom: 12px;
}


  /* html[lang="de-AT"] .accordion-button {
    font-size: 16px;
} */
}

@media (max-width: 500px) {
  .lead-inside img {
    width: 174px;
  }
  .lead-inside h5 {
    font-size: 15px;
  }
  .perfect-match-sec {
    background-position: right;
  }
  .lead-inside .common-btn {
    bottom: 16px;
  }
  .user-image-sec {
    position: relative;
    top: 0px;
    margin-bottom: 18px;
    left: 0;
  }

  .bg-space-tr {
    top: 36px;
  }
  .reviw_sec_inside {
    padding: 70px 45px 45px;
  }

  ul.Awards-sec {
    display: grid;
    width: 100%;
    text-align: center;
  }
  ul.Awards-sec li img {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .input_form {
    display: inline-block;
  }
  .input_form input {
    margin-bottom: 2px;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner.common-btn {
    margin-top: 10px;
  }
  .coaching_box_st {
    padding: 20px;
  }
  ul#myTab {
    display: inline-block;
    width: 100%;
  }
  .nav-item button {
    padding: 8px 6px;
    width: 100%;
    border-radius: 0px !important;
    font-size: 16px;
  }

  .main-banner-section .sub-title {
    font-size: 11px;
  }
  .main-banner-section .content-box {
    padding-top: 20px;
  }
  .main-banner-section .content-box p {
    margin-bottom: 0px !important;
  }
  .main-banner-section h1 {
    font-size: 18px;
  }
  img.top-banner-image {
    width: 140px;
    margin-top: 8px;
}
  .main-banner-section .content-box p {
    margin-bottom: 0px !important;
    font-size: 12px;
    line-height: normal;
  }

  .main-banner-section .common-btn {
    padding: 9px 7px;
    font-size: 12px;
    margin: 0px !important;
  }
  .main-banner-section .btn-box {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  html[lang="de-AT"] .main-banner-section .content-box p {
    font-size: 10px;
  }
}
.nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a {
    font-weight: 600;
}
@media (min-width: 1401px) {
  .nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a {
      font-size: 18px !important;
  }
  .topbar .inner a img {
      width: 20px !important;
      height: auto !important;
  }
  }

/* @media (max-width: 1400px) {
 
  .nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a {
      font-size: 19px !important;
  }
  } */
  
  @media (min-width: 1200px) and (max-width: 1400px) {
 
    .nav-links li a, .btn-client-login, .lang-selector, .topbar .inner a {
        font-size: 17px !important;
    }
    html[lang="de-AT"] .transformation-sec .container {
      max-width: 100% !important;
    }
    }

    .user-name-bxo > p {
      line-height: normal;
      margin-bottom: 7px !important;
      font-size: 20px;
  }

  .Technology-sec .review_single {
    padding-bottom: 220px !important;
}

@media (min-width: 1200px) {
  html[lang="de-AT"] .classic-block .team-lead-ctn h3:not(.purple-text) {
    min-height: auto !important;
}
html[lang="de-AT"] .ice-v2, html[lang="de-AT"] .ice-v4{
  min-height:532px !important;
  bottom: -110px !important;
}

}
@media (min-width: 1025px) {
.ice-v2, .ice-v4 {
  min-height: 410px;
  bottom: -70px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .iceberg-common {
      max-width: 198px !important;
      position: absolute !important;
  }
  .ice-v2, .ice-v4 {
      min-height: 30px !important;
  }
  .transformation-sec .container {
    max-width: 100% !important;
  }
  body {
    font-size: 18px !important;
}
  }