/*
Theme Name: Softek Child
Theme URI: https://yourwebsite.com
Description: Child theme for Softek
Author: Your Name
Author URI: https://yourwebsite.com
Template: softek
Version: 1.0.0
Text Domain: softek-child
*/
.glass-effect #rt-mainMenu nav>ul>li>a,a,body,p{font-family:Poppins,sans-serif!important}body{background-color:#000!important}a,body,p{font-weight:400}.site-content{background-color:unset!important}.nav-galss{background:#00000012;border-radius:100px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.3);width:1240px!important}.glass-effect{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);box-shadow:inset 0 4px 30px rgba(0,0,0,.25)}.custom-tab .elementor-icon-box-content,.glass-effect .elementor-counter-title,.home-custom-tab .elementor-icon-box-content,.overview-sec .elementor-widget-container{text-align:center}.rt-header-inner{box-shadow:unset!important}.nav-galss .premium-mobile-menu-container{right:-65px!important;left:unset!important}.custom-tab ul.nav.nav-tabs{width:80%!important;margin:20px auto!important;background:#222!important;border-radius:50px!important; display:flex !important;}.custom-tab ul.nav.nav-tabs li{width:33%!important;background:0 0!important}.custom-tab ul.nav.nav-tabs li a.nav-link.active{background:#fff!important;color:#4f81ff}.custom-tab ul.nav.nav-tabs li a.nav-link{color:#fff}.custom-tab .card.tab-pane,.home-custom-tab .card.tab-pane{background-color:transparent!important;margin-top:50px}.custom-tab .elementor-image-box-wrapper,.home-custom-tab.elementor-image-box-wrapper{display:flex;column-gap:10px;align-items:center;justify-content:flex-start}.single-innovation .post-thumbnail,.single-innovation .right-sidebar,.single-innovation .wraper_inner_banner,a[href*="elfsight.com/linkedin-feed-widget"]{display:none!important}.home-custom-tab ul.nav.nav-tabs{background:0 0!important;color:#fff!important;justify-content:flex-start;border:none}.home-custom-tab ul.nav.nav-tabs li{width:max-content!important;padding-right:10px;background:0 0!important;margin:0!important}.home-custom-tab .rt-tab.element-three ul li a::before{background:0 0!important}.home-custom-tab ul.nav.nav-tabs li a.nav-link.active{background:0 0!important;color:#ffb000;border:none}.home-custom-tab ul.nav.nav-tabs li a.nav-link{color:#fff;font-size:16px;font-weight:600}.custom-tab .elementor-image-box-content{margin:0!important}img{opacity:1!important;visibility:visible!important}.elementor-image img{filter:none!important}

.ai-custom-tab ul.nav.nav-tabs
{
	width:50% !important;
}
.ai-custom-tab ul.nav.nav-tabs li{width:50%!important;background:0 0!important}
.elementor-59352 .elementor-element.elementor-element-b747cb2 #rt-mainMenu nav>ul
{
	text-align:left !important;
}
.wraper_inner_banner
{
	margin-bottom: 0 !important;
}
.post-terms .term-badge
{
	padding: 5px 20px;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid;
}
.back-button-custom .elementor-icon-list-text, .back-button-custom .elementor-icon-list-icon
{
	margin:0 !important;
}
body .sk-scrollhover
{
	width: 100% !important;
}
body .sk-ww-linkedin-page-post .sk-posts-header
{
	display:none !important;
}
.sk-post-meta-details
{
	color:#000 !important;
}
.sk-post-item
{
	background-color: #222222 !important;
}
.sk-post-item .sk-post-body-full
{
	color:#fff !important;
}
.page-id-68370 .work-ready-logo, .page-id-68324 .work-ready-logo, .page-id-65752 .work-ready-logo
{
	display:block !important;
}

/***  moving background effect ***/
.gradient-bg {
  position: relative; /* required for pseudo-element positioning */
  overflow: visible; /* prevent gradient from overflowing */
}

.gradient-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 20%, #4F81FF, transparent 40%),
              radial-gradient(circle at 80% 30%, #40398A, transparent 40%),
              radial-gradient(circle at 50% 80%, #FFB000, transparent 40%);
  animation: moveGradients 15s ease-in-out infinite alternate;
  filter: blur(120px);
  opacity: 0.9;
  z-index: 0; /* keep it behind content */
}

.gradient-bg > * {
  position: relative;
  z-index: 1; /* make sure your content stays above */
}
.page.page-id-60347 .wraper_inner_banner {
    display: none !important;
}
@keyframes moveGradients {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-25%, -25%) scale(1.2);
  }
  100% {
    transform: translate(25%, 25%) scale(1);
  }
}
.d-flex .elementor-counter-title
{
	text-align:center !important;
}
#custom-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.custom-post-item {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.custom-post-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
#custom-load-more {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
}
.podcast-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.podcast-popup .popup-content {
  background: #222222;
    padding: 20px;
    max-width: 900px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: auto;
	position:relative;
}
.popup-loader 
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
  z-index: 99999;
	color:#fff;
}
.font-family-poppins h1, .podcast-popup h3, .podcast-popup h2
{
	font-family: Poppins, sans-serif !important;
	color:#fff !important;
}
.podcast-popup a
{
	color: #fff !important;
	font-family: 700 !important;
	text-decoration: underline !important;
}
.podcast-popup .pd-0 .elementor-widget-wrap.elementor-element-populated 
{
	padding:10px !important;
}
/*****************AI Upskilling / Innovation style toggle switch**********************/
/* ===== TOGGLE WRAP ===== */

.lumi-toggle-area {
  text-align: center;
}

/* ===== LABELS ===== */

.lumi-switch {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #fff;
  user-select: none;
}

.lumi-switch .label {
  transition: .25s;
}

.lumi-switch .label.active {
  color: #ffffff;
}

/* ===== TRACK ===== */

.switch-track {
  width: 80px;
  height: 30px;
  background: #26211B;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: .3s;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

/* ===== KNOB ===== */

.switch-knob {
  width: 22px;
  height: 22px;
  background: #FFB000;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 5px;
  transition: .3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 0 10px rgba(255,180,0,.5);
}

.switch-track.active .switch-knob {
  left: 54px;
}

/* ===== CONTENT SHOW HIDE ===== */

.toggle-content {
  display: none;
  margin-top: 35px;
}

.toggle-content.active {
  display: block;
}
/*******************Case Study section********************/

  
    .scroll-sticky-section-new .case-studies-pin {     
      display: flex;
      flex-direction: column;
      padding:0;
      box-sizing: border-box;	
	  height: 86vh;
		margin-top:150px;
    }
    .scroll-sticky-section-new .case-studies-pin h2 {
      text-align: left;
      margin-bottom: 0;
      font-size: 48px;
		color:#fff;
		
    }
    .scroll-sticky-section-new .case-studies-pin h2 span { color: #FFB100; }
    .scroll-sticky-section-new .case-studies-cards {     
      flex: 1;
      min-height: 0;
/* 		position: relative; */
    }
    .scroll-sticky-section-new .section-case-study {
      position: absolute;
      top: 30px;left: 0; right: 0; bottom: 0;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.5s ease;
      pointer-events: none;
      display: flex;
      align-items: center;
    }
    .scroll-sticky-section-new .section-case-study.active {
      opacity: 1;
      z-index: 1;
      pointer-events: auto;
    }
    .scroll-sticky-section-new .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      align-items: center;
      width: 100%;
      max-width: unset;
      margin: 0 auto;
      background: #222;
      border-radius: 16px;
      padding: 0;
      border: 1px solid #222;
    }
.content-case-study
{
	padding:20px;
}
    .scroll-sticky-section-new .left-image {
      border-radius: 16px;
      overflow: hidden;
      background: #222;
		    display: contents;
    }
    .scroll-sticky-section-new .left-image img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    .scroll-sticky-section-new .content-case-study span {
      color:#FFB100;
      margin:0;
      font-weight:500;
      font-size: 20px;
    }
    .scroll-sticky-section-new .content-case-study h2 {
      font-size:36px !important;
	  font-weight:600;
    margin:10px 0 !important;
		color:#fff;
	  font-family: Poppins, sans-serif !important;
    }
    .scroll-sticky-section-new .content-case-study p {
      font-size:16px !important;
      line-height:1.4;
      color:#fff;
    }
    .scroll-sticky-section-new .stats {
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: 10px;
      text-align: center;
    }
    .scroll-sticky-section-new .stats.stats2 { grid-template-columns: repeat(3, 1fr); }
    
    .scroll-sticky-section-new .stat-box p {
      font-size:42px  !important;
      color:#FFB100;
      font-weight:600;
      margin:0;
    }
    .scroll-sticky-section-new .stat-box span {
      font-size:20px;
      color:#FFB100;
    }.scroll-sticky-section-new .bottom-logo
    {
      text-align: right;
      position: absolute;
		margin-top:20px;
		right: 20px;
		bottom: 70px;
    }
    .scroll-sticky-section-new .bottom-logo img { height: 52px; width: auto; object-fit: contain; }
    .scroll-sticky-section-new .bottom-logo img.logo-sm { height: 35px; }
    @media (max-width: 900px) {
      .scroll-sticky-section-new .grid-container { grid-template-columns: 1fr; }
    }
    @media (max-width: 767px) {
		.scroll-sticky-section-new .case-studies-pin h2 {font-size:32px;}
		.scroll-sticky-section-new .content-case-study h2 {
			font-size:24px !important;}
		.scroll-sticky-section-new .case-studies-pin {margin:0; height:unset;}
      .scroll-sticky-section-new .case-studies-pin { height: auto; min-height: auto; padding: 24px 6%; }
      .scroll-sticky-section-new .section-case-study { position: relative; opacity: 1; pointer-events: auto; margin-bottom: 32px; }
      .scroll-sticky-section-new .section-case-study:last-child { margin-bottom: 0; }
      .scroll-sticky-section-new .stats { grid-template-columns: repeat(2, 1fr); }
      .scroll-sticky-section-new .stats.stats2 { grid-template-columns: repeat(2, 1fr); }
    }
/************ Sticky***************/
.top-section {
      min-height: 60vh; padding: 80px 8%;
      display: flex; align-items: center; justify-content: center; font-size: 24px;
    }   
.flex-lumi
{
	display:flex; align-items:center; justify-content: space-between;
}
    .scroll-section { position: relative; }
    .sticky {
/*       height: 100vh;
      display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
      padding: 0 !important; align-items: center; */
    }
    .left { display: flex; gap: 24px; width:50%;}
    .rail { display: flex; flex-direction: column; gap: 18px; margin-top: 0; }
    .seg {
      width: 3px; height: 50px; background: #FFFFFF; border-radius: 0;
      transition: background 0.3s;
    }
    .seg.active { background: #FFB000; }

    .steps { position: relative; width: 520px; min-height: 250px; }
    .step {
      position: absolute; top: 0; left: 0; right: 0;
      opacity: 0; transform: translateY(40px);
		text-align:left;
    }
    .step.active { opacity: 1; transform: translateY(0); }

     .sticky h2 { font-size: 52px; margin-bottom: 24px; color:#fff; margin-top:100px;}
     .sticky h2 span { color: #FFB000; }
    .feature { text-align:left;}
	.feature h3 { font-size: 36px; margin-bottom: 10px; color:#fff; }
 	.feature h3 span { color: #FFB000; }
    .feature p { color: #fff; font-size:24px;}

    .media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #222;
  height: 350px;
		    width: 100%;
}
.media .step-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.media .step-img.active {
  opacity: 1 !important;
	z-index: 9;
}
.media-box
{
	width:50%; text-align:right;
}

    /* ===== Grid scroll section (Why choose Lumi?) – 3 visible, rest carousel on scroll ===== */
    .grid-scroll-section { position: relative; }
    .grid-scroll-sticky {
/*       height: 100vh; */
      display: flex; flex-direction: column;
      padding: 0; box-sizing: border-box;
    }
    .grid-scroll-section h2 {
      font-size: 52px; margin-bottom: 30px; color:#fff;
		margin-top:150px;
    }
    .grid-scroll-view {
      flex: 1;
      overflow: hidden;
      width: 100%;
      min-height: 0;
    }
    .grid-scroll-track {
      display: flex;
      gap: 40px;		
      will-change: transform;
    }
    /* Show 3 cards on load: card width from viewport (88vw = content area with 6% padding each side) */
    .grid-scroll-card {
      flex: 0 0 calc((88vw - 80px) / 3);
      min-width: 0;
      background: #22222250;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #22222250;
		padding:20px;
    }
	.blank-card
	{
		background: transparent;
		border: none;
	}
    .grid-scroll-card .card-img {
     width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 20px;
		background: #222;
    }
    .grid-scroll-card .card-text {
      padding: 24px;
		padding-bottom:0;
      font-size: 32px;
		font-weight:600;
      line-height: 1.4;
      color: #fff;
		text-align:center;
    }
.grid-scroll-card  .card-sub-text
{
	font-size: 20px;
	margin-top:10px;
}
.how-lumi-button
{
	background-color: transparent;    
    font-size: 16px;
    font-weight: 600;
    fill: #fff;
    color: #fff;
    background-image: linear-gradient(43deg, var(--e-global-color-secondary) 0%, var(--e-global-color-10374e9) 100%);
    transition-duration: 1s;
    border-style: none;
    border-radius: 10px !important;
    padding: 15px 40px !important;
	margin-top:50px;
}
    @media (max-width: 900px) {
      .sticky { grid-template-columns: 1fr; }
      .grid-scroll-card { flex: 0 0 calc((88vw - 24px) / 2); }
    }

    /* ===== Responsive: no ScrollTrigger on devices – steps stacked, grid as columns ===== */
    @media (max-width: 767px) {
      .scroll-section { min-height: auto; }
      .scroll-section .sticky {
        position: relative;
        height: auto;
        min-height: auto;
        padding: 60px 6%;
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
		.seg
		{
			display:none;
		}
      .scroll-section .left { flex-wrap: wrap; }
      .scroll-section .steps {
        position: relative;
        width: 100%;
        min-height: 0;
      }
      .scroll-section .step {
        position: relative;
        opacity: 1;
        transform: none;
        margin-bottom: 48px;
      }
      .scroll-section .step:last-child { margin-bottom: 0; }
      .scroll-section .rail { order: -1; flex-direction: row; display: none;}
      .scroll-section .seg { width: 60px; height: 3px; }

      .grid-scroll-section .grid-scroll-sticky {
        height: auto;
        min-height: auto;
        
      }
      .grid-scroll-section .grid-scroll-view {
        overflow: visible;
        flex: none;
      }
      .grid-scroll-section .grid-scroll-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 24px;
        transform: none;
        will-change: auto;
      }
      .grid-scroll-section .grid-scroll-card {
        flex: none;
        width: auto;
        min-width: 0;
      }
		.sticky h2 { font-size: 32px; margin:0;}
		.sticky h3 { font-size: 24px;}
		.flex-lumi
		{
			flex-flow:column;
		}
		.left
		{
			width:100%;
		}
		.media-box
		{
			width:100%; 
			margin-top:20px;
			text-align:center;
		}
		.grid-scroll-section h2 {
		  font-size: 32px; margin-bottom: 0px; color:#fff;
			margin-top:00px;
		}
		.scroll-section .sticky
		{
			padding: 0 10px; 
			column-gap:0;
		}
		.grid-scroll-card .card-text
		{
			font-size:24px;
		}
		.grid-scroll-section h2 {
			  font-size: 32px; margin-bottom: 0; color:#fff;
				margin-top:0;
			}
    }

    @media (max-width: 600px) {
      .grid-scroll-section .grid-scroll-track {
        grid-template-columns: 1fr;
      }
    }

@media (max-width:767px){.custom-tab ul.nav.nav-tabs,.custom-tab ul.nav.nav-tabs li{width:100%!important;}

.page-id-68370 .work-ready-logo, .page-id-68324 .work-ready-logo, .page-id-65752 .work-ready-logo
{
	display:none !important;
}
}
.quote-box  {
  position: relative;
}

.quote-box::before {
  content: "“";
  font-size: 70px;
  position: absolute;
  left: -40px;
  top: -20px;  
}

.quote-box::after {
  content: "”";
  font-size: 70px;
  position: absolute;
  right: -40px;
  bottom: -30px;  
}