.typing-wrap{
    width:100%;
    text-align:left;
}
.banner-description {
    font-size: 14px!important;
}
/* typing text */
	.banner_texts h1{
    font-size:40px!important;
}

.inner-value-box {
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}
#typingText{
    font-size: 40px;
    font-weight:800;
    color:transparent;
    -webkit-text-stroke:1px #ffffff;
    text-transform:uppercase;
    letter-spacing:3px;
    white-space:nowrap;
    position:relative;
    display:inline-block;
/*     line-height:1.2; */
    transition:.3s ease;
}

/* gradient glow */

#typingText::before{
    content:attr(data-text);
    position:absolute;
    left:0;
    top:0;
    width:0;
    overflow:hidden;
    white-space:nowrap;
    color:#ffffff;
    -webkit-text-stroke:0px transparent;
/*     border-right:3px solid #ffffff; */
    animation:cursorBlink .7s infinite;
}

/* blinking cursor */

@keyframes cursorBlink{
    0%,50%{
        border-color:#ffffff;
    }
    51%,100%{
        border-color:transparent;
    }
}


/* responsive */

@media(max-width:768px){

    #typingText{
        letter-spacing:1px;
        -webkit-text-stroke:1.3px #ffffff;
    }
	
	


	
}
	  .banner-heading{
    gap:15px;
    flex-wrap:wrap;
}

.banner_texts{
    margin:0;
    font-size:37px;
}

.banner-arrow{
    width:160px;
    height:160px;
    object-fit:contain;
}
/* Small Devices (Large Phones) */
@media only screen and (min-width: 300px) and (max-width: 1000px) {
	/* typing text */
	.banner_texts{
    font-size:23px!important;
}
#typingText{
    font-size: 20px;
    font-weight:800;
    color:transparent;
    -webkit-text-stroke:0.5px #ffffff;
    text-transform:uppercase;
    letter-spacing:0px;
    white-space:nowrap;
    position:relative;
    display:inline-block;
    line-height:1.2;
    transition:.3s ease;
	text-align:center;
	display:flex;
	justify-content:center;
}
	

}



    .capability-card {
        position: relative;
        height: 100%;
        padding: 16px 27px;
        border-radius: 18px;
        background: linear-gradient(135deg, #673AB7 0%, #E91E63 100%);
        color: #fff;
        overflow: hidden;
        transition: all 0.35s ease;
        box-shadow: 0 12px 30px rgba(103, 58, 183, 0.15);
    }

    .capability-card::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        right: -50px;
        top: -50px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.10);
    }

    .capability-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(103, 58, 183, 0.25);
    }

    .capability-card h3 {
        position: relative;
        margin-bottom: 14px;
        font-size: 19px;
        font-weight: 700;
        color: #fff;
    }

    .capability-card p {
        position: relative;
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.92);
    }

    @media (max-width: 767px) {
        .capabilities-section {
            padding: 40px 0;
        }

        .capability-card {
            padding: 25px 22px;
        }

        .capability-card h3 {
            font-size: 21px;
        }

        .capability-card p {
            font-size: 15px;
        }
    }


  .accordion{
      width:100%;
     
      margin:auto;
      display:flex;
      gap:20px;
      height:300px;
    }

    .panel{
      position:relative;
      flex:0.3;
      border-radius:30px;
      overflow:hidden;
      cursor:pointer;
      transition:all 0.5s ease;
      background-size:cover;
      background-position:center;
    }

.panel::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        #8305cb 0%,
        rgba(131, 5, 203, 0.7) 11%,
        rgba(0, 0, 0, 0.5) 55%,
        rgba(0, 0, 0, 0) 100%
    );
}
    .panel.active{
      flex:4;
    }
.icon{
    position:absolute;
    right:43px; /* moved to right side */
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
}

.icon img{
    width:35px;
    height:35px;
	display:flex; align-items:center; justify-content:center;
}

    .content{
      position:absolute;
      left:30px;
      bottom:30px;
      z-index:2;
      width:70%;
      opacity:0;
      transform:translateY(20px);
      transition:0.4s ease;
    }

    .panel.active .content{
      opacity:1;
      transform:translateY(0);
      transition-delay:0.2s;
    }





    @media(max-width:991px){

      .accordion{
        flex-direction:column;
        height:600px;
      }

		    .content{
      position:absolute;
      left:30px;
      bottom:30px;
      z-index:2;
      width:80%;
      opacity:0;
      transform:translateY(20px);
      transition:0.4s ease;
    }
		.content h2{
			font-size:20px;
		}
      .panel{
        height:120px;
      }

      .panel.active{
        height:600px;
      }
    }
	  
/* 300px to 700px screen size */
@media only screen and (min-width: 300px) and (max-width: 700px) {
   .accordion{
        flex-direction:column;
        height:850px;
      }

		    .content{
      position:absolute;
      left:30px;
      bottom:30px;
      z-index:2;
      width:90%;
      opacity:0;
      transform:translateY(20px);
      transition:0.4s ease;
    }
		.content h2{
			font-size:20px;
		}
      .panel{
        height:150px;
      }

      .panel.active{
        height:850px;
      }
   
}

	
	
	
	
	
	
		.emp-tech-section{
    width:100%;
    padding:40px 20px;
}

/* =======================
   TAB BUTTONS
======================= */

.emp-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:50px;
}

.emp-tab-btn{
    padding:14px 15px;
    border:2px solid rgba(213, 0, 64, 1);
    border-radius:50px;
    background:transparent;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
	color:rgba(213, 0, 64, 1);
}

.emp-tab-btn.emp-active{
   background:linear-gradient(90deg, rgba(213, 0, 64, 1) 0%, rgba(147, 46, 240, 1) 100%); 
    color:#fff;
    border-color:transparent;
    box-shadow:0 10px 25px rgba(45,162,255,0.25);
}

.emp-tab-btn:hover{
    transform:translateY(-2px);
}

/* =======================
   CONTENT AREA
======================= */

.emp-tab-content{
    display:none;
    animation:empFade 0.5s ease;
	
}

.emp-tab-content.emp-active{
    display:block;
	
}

.emp-tech-grid{
    display:grid;
    grid-template-columns:repeat(9,1fr);
    gap:70px;
    align-items:center;
    justify-items:center;
/*     border-top:1px solid #d9d9d9; */
/*     padding-top:40px; */
	display:flex;
	justify-content:center;
}

.ewfTcX{
 	border:1px solid blueviolet!important;
}
/* Hide the Elfsight promotional link */
a[href*="elfsight.com/linkedin-feed-widget"]{
    display: none !important;
}
.emp-tech-item{
    text-align:center;
    transition:0.3s ease;
}

.emp-tech-item:hover{
    transform:translateY(-8px);
}

.emp-tech-item img{
    width:50px;
    height:50px;
    object-fit:contain;
    margin-bottom:18px;
}

.emp-tech-item h4{
    font-size:18px;
    font-weight:500;
}

/* =======================
   ANIMATION
======================= */

@keyframes empFade{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* =======================
   RESPONSIVE
======================= */

@media(max-width:1200px){

    .emp-tech-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .emp-tab-btn{
        padding:12px 25px;
        font-size:16px;
    }

    .emp-tech-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
		overflow-y:auto;
		
    }

    .emp-tech-item img{
        width:65px;
        height:65px;
    }

    .emp-tech-item h4{
        font-size:18px;
    }
}

@media(max-width:480px){

    .emp-tabs{
        gap:10px;
    }

    .emp-tab-btn{
        width:100%;
        text-align:center;
    }

/*     .emp-tech-grid{
        grid-template-columns:repeat(8,1fr);
		overflow-y:auto;
    } */
}
	.elfsight-app a[href*="elfsight.com"]{
    display: none !important;
}
.emp-tech-grid{
    display:grid;
    grid-template-columns:repeat(9,1fr);
    gap:15px;
}

/* Mobile Responsive */
@media (max-width:768px){

    .emp-tech-grid{
        grid-template-columns:repeat(2,1fr);
        overflow:hidden;
    }

    .emp-tech-grid img{
        width:77px;
        height:77px;
        display:block;
    }

}
	
/* Hide the exact Elfsight promo button */
a[data-state="closed"]{
    display:none !important;
}

/* Hide by URL */
a[href*="elfsight.com"]{
    display:none !important;
}

/* Hide any element containing the promo text */
a[href*="linkedin-feed-widget"]{
    display:none !important;
}
	
	/* =========================
   FAQ SECTION
========================= */

.faq-section {
    padding: 90px 20px;
    background: #f8f8fb;
}

.faq-section .container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Heading */

.faq-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}

.faq-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a00df;
}

.faq-heading h2 {
    margin: 0 0 15px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #171717;
}

.faq-heading p {
    margin: 0;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.7;
}

/* FAQ Wrapper */

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FAQ Item */

.faq-item {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: #7a00df;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Question */

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.faq-question span:first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #202020;
}

/* Icon */

.faq-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f2e7ff;
    color: #7a00df;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 1;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: #7a00df;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 28px 25px;
}

.faq-answer p {
    margin: 0;
    padding-top: 2px;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================
   TABLET
========================= */

@media (max-width: 768px) {

    .faq-section {
        padding: 65px 18px;
    }

    .faq-heading {
        margin-bottom: 32px;
    }

    .faq-heading h2 {
        font-size: 34px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question span:first-child {
        font-size: 16px;
    }

    .faq-answer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-item.active .faq-answer {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {

    .faq-section {
        padding: 50px 15px;
    }

    .faq-heading h2 {
        font-size: 28px;
    }

    .faq-heading p {
        font-size: 14px;
    }

    .faq-wrapper {
        gap: 12px;
    }

    .faq-question {
        padding: 17px 16px;
        gap: 12px;
    }

    .faq-question span:first-child {
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .faq-answer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .faq-item.active .faq-answer {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 18px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}
	
  
  .trust-card{
        background:#fff;
        border-radius:24px;
        padding:35px 30px;
        transition:all .35s ease;
        border:1px solid rgba(0,0,0,0.06);
        box-shadow:0 10px 30px rgba(0,0,0,0.04);
        position:relative;
        overflow:hidden;
    }

    .trust-card::before{
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:4px;
        background:linear-gradient(90deg,#0d6efd,#6f42c1);
        opacity:0;
        transition:.3s;
    }

    .trust-card:hover{
        transform:translateY(-8px);
        box-shadow:0 18px 40px rgba(0,0,0,0.08);
    }

    .trust-card:hover::before{
        opacity:1;
    }

   .trust-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    background: linear-gradient(90deg, #E10464, #8305CB);
    box-shadow:0 10px 20px rgba(0,0,0,0.12);
}
.gradient-border-card{
    background: linear-gradient(90deg, #E10464, #8305CB);
}


        .table-of-contents {
  position: sticky;
  top: 120px; 
  max-height: 700px!important;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .table-of-contents {
    position: static;
    max-height: none;
  }
}
    .table-of-contents ul {
      padding-left: 0;
      list-style: none;
    }
    .icon_operate img{
        width:40px;height:40px;
    }

    .table-of-contents .nav-link {
      color: #333;
      padding: 10px 10px;
      font-weight: 500;
      border-radius: 8px;
      transition: 0.2s;
    }

    .table-of-contents .nav-link:hover {
      background: #eaf3ff;
      color: #045fbd;
    }

    .table-of-contents .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, #E10464, #8305CB);
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
.partner-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: #f6f7f9;
  border-radius: 60px;
  transition: all 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icon */
.partner-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  box-shadow: inset 0 0 0 6px #fff;
  background: linear-gradient(135deg, #4facfe, #7b2ff7);
}

/* Text */
.partner-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.partner-content p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}



/* Optional: individual card hooks */
.partner-founder {}
.partner-marketing {}
.partner-tech {}
.partner-stakeholder {}

.table-of-contents .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #FFD1E6, #C9A3FF);
  border-radius: 6px 0 0 6px;
}


    /*----------- Responsive -------------*/
    @media(max-width: 992px) {
      .sticky-sidebar {
        position: relative;
        top: 0;
        margin-top: 20px;
      }
    }
   /*----------- Service Cards -------------*/
    .service-box {
      position: relative;
      padding: 25px;
      min-height: 280px;
      border-radius: 12px;
      background:
        linear-gradient(white, white) padding-box,
        linear-gradient(180deg, #1943DB, #ffffff) border-box;
      border: 1px solid transparent;
      box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease-in-out;
    }


    .service-box:hover {
      transform: translateY(-6px);
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.10);
    }

    .service-icon {
      width: 60px;
    }

    .service-title {
      font-size: 20px;
      font-weight: 700;
      color: #045fbd;
      margin-bottom: 10px;
    }

    .service-text {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

.service-card p{
    line-height: 20px;
    font-size: 16px;
}
    .egc-section {
      background: linear-gradient(180deg, #f4f9ff, #ffffff);
    }

    /* Content Box */

    .pillar-card h6 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #0d6efd;
    }

    /* Core Message Section */
    .core-message-section {
      background: linear-gradient(135deg, #f4f8ff, #ffffff);
    }

    /* Highlight Box */
   .highlight-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.08);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Gradient Border */
.highlight-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #E10464, #8305CB);
  border-radius: 18px 0 0 18px;
}


    .highlight-box:hover {
      transform: translateY(-6px);
    }

    /* List Styling */
    .core-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 0;
      font-size: 1rem;
      color: #444;
      border-bottom: 1px dashed #e2eaff;
    }

    .core-list li:last-child {
      border-bottom: none;
    }

    /* Icon */
    .core-list .icon {
      color: #0d6efd;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.4;
    }

    /* Responsive */
    @media (max-width: 767px) {
      .highlight-box {
        padding: 25px;
      }
    }

    .growth-card {
      background: #ffffff;
      border-radius: 16px;
      transition: all 0.3s ease;
      height: 100%;
    }



    .growth-left,
    .growth-right {
      font-weight: 600;
      font-size: 1.05rem;
    }

    .growth-left {
      color: #6c757d;
    }

    .growth-right {
      color: #0d6efd;
    }

    .growth-arrow {
      font-size: 1.6rem;
      font-weight: bold;
      color: #0d6efd;
      margin: 8px 0;
    }

    .growth-desc {
      font-size: 0.95rem;
      color: #555;
      margin-top: 12px;
    }

    .growth-card.highlight {
      background-color:#ffffff;
     
    }


 .growth-card1 {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
              rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: all 0.35s ease;
  z-index: 1;
}

.growth-card1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 14px;
  background: linear-gradient(135deg, #E10464, #8305CB);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

 

    .growth-icon {
      width: 55px;
      height: 55px;
      background: linear-gradient(135deg, #E10464, #8305CB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      color: #0d6efd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 27px;
      margin-bottom: 20px;
    }
    



    .growth-card1 h5 {
      font-weight: 600;
      margin-bottom: 12px;
      color: #0b2c4d;
    }

    .growth-card1 p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 0;
    }

    .growth-framework {
      background: #f4f9ff;
      padding: 80px 0;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
      color: #0b3c74;
      margin-bottom: 50px;
    }

    .auto-slide-framework {
      padding: 90px 0;
      background: #f5f9ff;
      overflow: hidden;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
      color: #0b3c74;
    }

    .section-subtitle {
      text-align: center;
      max-width: 720px;
      margin: 10px auto 50px;
      color: #5c6f82;
    }

    /* Slider */
    .slider-wrapper {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      gap: 25px;
      width: max-content;
      animation: slide 40s linear infinite;
    }

    .slider-wrapper:hover .slider-track {
      animation-play-state: paused;
    }

    /* Boxes */
  .framework-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.framework-box:hover {
  transform: translateY(-5px);
}

.framework-box .icon {
  font-size: 40px;
  margin-bottom: 12px;
  display: inline-block;
}

.framework-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}


    .framework-box p {
      font-size: 15px;
      color: #5a6a7a;
      line-height: 1.6;
    }

    /* Animation */
    @keyframes slide {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    .service-card {
      background: #ffffff;
      padding: 24px;
      border-radius: 14px;
      height: 100%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      text-align: center;
    }


    .framework-section {
      background: #f7f8fb;
      padding: 80px 0;
    }

    .framework-section .container {
      max-width: 900px;
      margin: auto;
    }

    .framework-item {
      margin-bottom: 40px;
    }

    .framework-item h3 {
      font-size: 22px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 10px;
    }

    .framework-item p {
      font-size: 16px;
      line-height: 1.8;
      color: #6b7280;
      margin: 0;
    }

    .framework-item.highlight {
      margin-top: 60px;
      padding-top: 30px;
      border-top: 1px solid #e5e7eb;
    }

    @media (max-width: 768px) {
      .framework-section {
        padding: 50px 20px;
      }

      .framework-item h3 {
        font-size: 20px;
      }
    }

    .growth-principles {
      background: #f8f9fb;
    }

    .principle-card {
      background: #ffffff;
      padding: 32px;
      border-radius: 16px;
      border: 1px solid #eaeaea;
      transition: all 0.3s ease;
    }

    .principle-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .principle-card .icon {
      font-size: 36px;
      margin-bottom: 20px;
    }

    .principle-card h5 {
      font-weight: 600;
      margin-bottom: 12px;
    }

    .principle-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }

    .strategy-card {
      max-width: 100%;
      padding: 40px 40px;
     /* Top → Bottom */
    background: linear-gradient(to bottom, #F26812, #8305CB);
      border-radius: 10px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
      color: #ffffff;
    }

    .strategy-card h2 {
      font-weight: 600;
      margin-bottom: 16px;
		color:#ffffff!important;
    }

    .strategy-card p {
      font-size: 17px;
      line-height: 1.6;
      color: #ffffff;
    }

    .partner-card {
      position: relative;
      background: #fff;
      border-radius: 14px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .partner-card .icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -28px auto 10px;
  font-size: 20px;

  /* Linear Gradient */
  background: linear-gradient(135deg, #E10464, #8305CB);
}

.partner-card .card-header {
  color: #fff;
  font-weight: 600;
  padding: 12px;
  font-size: 15px;

  /* Linear Gradient */
  background: linear-gradient(135deg, #E10464, #8305CB);
}



    .partner-card .card-body {

      font-size: 14px;
      color: #555;
    }



  
    .engagement-card {
      position: relative;
      padding: 32px 26px;
      border-radius: 14px;
      background: #ffffff;
      border: 1px solid #e6e6e6;
      transition: all 0.4s ease;
      overflow: hidden;
      cursor: pointer;
    }

    .engagement-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #F26812, #6366f1);
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform 0.4s ease;
      z-index: 0;
    }

    .engagement-card:hover::before {
      transform: scaleY(1);
    }

    .engagement-card h5,
    .engagement-card p {
      position: relative;
      z-index: 1;
      transition: color 0.3s ease;
    }

    .engagement-card h5 {
      font-weight: 600;
      margin-bottom: 14px;
      color: #111827;
    }

    .engagement-card p {
      font-size: 15px;
      line-height: 1.6;
      color: #4b5563;
    }

    .engagement-card:hover h5,
    .engagement-card:hover p {
      color: #ffffff;
    }

    .engagement-card.green::before {
      background: linear-gradient(135deg, #059669, #10b981);
    }

    .engagement-card.orange::before {
      background: linear-gradient(135deg, #ea580c, #fb923c);
    }


    .work-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 32px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .work-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    }

    .work-card h5 {
      font-weight: 600;
      margin-bottom: 12px;
    }

    .work-card p {
      color: #6c757d;
      margin-bottom: 0;
      line-height: 1.6;
    }

    .icon-box {
      width: 56px;
      height: 56px;
      background: rgba(13, 110, 253, 0.1);
      color: #0d6efd;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .consultation-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .consultation-list li {
      padding: 20px 0;
      border-bottom: 1px solid #e5e7eb;
    }

    .consultation-list h5 {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .consultation-list p {
      margin: 0;
      color: #6b7280;
    }
    .icon_operate{
        width:30px;height:30px;
    }
    .work-steps {
  max-width: 900px;
  margin: auto;
}

.step-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 28px 60px 28px 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.step-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.step-content p {
  margin-bottom: 0;
  color: #6c757d;
  font-size: 15px;
}

.step-number {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 6px;
  color: #ddd;
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Linear Gradient */
  background: linear-gradient(135deg, #E10464, #8305CB);
}



/* Responsive */
@media (max-width: 768px) {
  .step-card {
    padding: 24px;
  }

  .step-number {
    position: static;
    transform: none;
    margin-top: 15px;
  }
}

			  
			  
.workflow-section{
    width:100%;
    padding:30px 20px;
    position:relative;
	
}

.container{
    max-width:1300px;
    margin:auto;
    position:relative;
}

/* BIG BG TEXT */

.bg-text{
    position:absolute;
    left:20px;
    top:160px;
    font-size:90px;
    font-weight:700;
    color:#dfe7ee;
    line-height:1;
    z-index:0;
}

.bg-text span{
    color:#22243a;
    display:block;
    font-size:56px;
    margin-top:-20px;
}

/* SVG PATH */

.workflow-svg{
    width:100%;
    height:auto;
    overflow:visible;
}

.path{
    fill:none;
    stroke:#000;
    stroke-width:5;
    stroke-linecap:round;
    stroke-dasharray:2500;
    stroke-dashoffset:2500;
    animation:draw 7s ease forwards infinite alternate;
}

@keyframes draw{
    to{
        stroke-dashoffset:0;
    }
}
.workflow-line {
    fill: none;
    stroke: #000;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
/* STEP */

.step{
    position:absolute;
    text-align:center;
    z-index:2;
    animation:float 3s ease-in-out infinite;
}

.step:nth-child(even){
    animation-delay:1s;
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}
.icons_1{
    width:70px;
    height:70px;
    border-radius:50%;
    background: linear-gradient(90deg, #E10464, #8305CB);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    border:2px solid rgba(255,255,255,0.2);
    box-shadow:0 10px 30px rgba(131,5,203,0.25);
    position:relative;
}

/* .icons_1::after{
    content:'';
    position:absolute;
    width:16px;
    height:16px;
    background: linear-gradient(90deg, #E10464, #8305CB);
    border:4px solid #fff;
    border-radius:50%;
    bottom:-28px;
    left:50%;
    transform:translateX(-50%);
    box-shadow:0 5px 15px rgba(131,5,203,0.35);
} */

.icons_1 {
    position: relative;
}

.icons_1::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #E10464, #8305CB);
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;

    /* Glow */
    box-shadow:
        0 4px 12px rgba(225, 4, 100, 0.25),
        0 5px 18px rgba(131, 5, 203, 0.35);

    animation: circlePulse 2s ease-in-out infinite;
}

/* Animated outer ring */
.icons_1::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(131, 5, 203, 0.35);
    border-radius: 50%;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;

    animation: circleRipple 2s ease-out infinite;
}

@keyframes circlePulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        box-shadow:
            0 4px 12px rgba(225, 4, 100, 0.25),
            0 5px 18px rgba(131, 5, 203, 0.35);
    }

    50% {
        transform: translateX(-50%) scale(1.15);
        box-shadow:
            0 5px 18px rgba(225, 4, 100, 0.4),
            0 8px 25px rgba(131, 5, 203, 0.5);
    }
}

@keyframes circleRipple {
    0% {
        transform: translateX(-50%) scale(0.7);
        opacity: 0.8;
    }

    70% {
        transform: translateX(-50%) scale(1.5);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%) scale(1.5);
        opacity: 0;
    }
}

.icons_1 img{
    width:32px;
    height:32px;
}

.step h3 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;

    background: linear-gradient(
        90deg,
        #E10464,
        #8305CB
		
    );
    background-size: 300% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: gradientText 4s linear infinite;
}

@keyframes gradientText {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

.step p{
    font-size:12px;
    color:#555;
    line-height:1.74;
}

/* POSITION */

.step1{
/*     top:50px;
    left:110px; */
	    top: 27px;
    left:110px;
}

.step2{
/*     top:50px;
    left:500px; */
	   top: 25px;
    left:500px;
}

.step3{
/*     top:50px;
    right:166px; */
	    top: 27px;
    right:166px;
}

.step4{
/*     top:210px;
    right:-54px; */
	   top: 268px;
    right: 88px;
}

.step5{
/*     bottom:-52px;
    right:270px; */
	   bottom: 13px;
    right: 434px;
}

.step6{
/*     bottom:-76px;
    left:250px; */
	 bottom: -12px;
    left: 162px;
}

/* MOBILE */

@media(max-width:991px){

    .workflow-section{
        padding:60px 15px;
    }

    .bg-text{
        position:relative;
        top:0;
        left:0;
        text-align:center;
        font-size:60px;
        margin-bottom:40px;
    }

    .bg-text span{
        font-size:42px;
    }

    .workflow-svg{
        display:none;
    }

    .container{
        display:flex;
        flex-direction:column;
        gap:40px;
    }

    .step{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
        bottom:auto !important;
        width:100%;
        padding:30px 20px;
        background:#fff;
        border-radius:24px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .step h3{
        font-size:18px;
    }

    .icons_1::after{
        display:none;
    }

}

@media(max-width:576px){

    .bg-text{
        font-size:44px;
    }

    .bg-text span{
        font-size:34px;
    }

    .step{
        padding:25px 15px;
    }

    .step h3{
        font-size:20px;
    }

    .step p{
        font-size:14px;
    }

}
.service_icon{
	width:40px;height:40px;
}

.tab-content{
	margin-top:-50px;
}
.blog-title a {
    background: linear-gradient(90deg, #E10464, #8305CB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.blog-title a:hover {
    background: linear-gradient(90deg, #8305CB, #E10464);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog_img img{width:100%;height: 188px!important;background-size:cover!important;background-position:100% 100%;}
a[href*="elfsight.com/linkedin-feed-widget"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
	color:#ffffff!important;
	background-color:#ffffff!important;
}
.WidgetBackground a[href*="elfsight.com/linkedin-feed-widget"] {
    display: none !important;
}


/* ================================
   Packages Benefits Section
================================ */

.packages-benefits-section {
    position: relative;
    padding: 90px 0;
    background: #f8f9ff;
    overflow: hidden;
}

.packages-benefits-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -220px;
    left: -180px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(225, 4, 100, 0.08),
        transparent 70%
    );
    pointer-events: none;
}

.packages-benefits-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -180px;
    bottom: -200px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(131, 5, 203, 0.08),
        transparent 70%
    );
    pointer-events: none;
}

.packages-benefits-section .container {
    position: relative;
    z-index: 2;
}


/* ================================
   Section Heading
================================ */

.packages-benefits-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #e10464, #8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages-benefits-section .title {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    color: #1d1d2f;
}

.packages-benefits-section .tophd > p {
    max-width: 650px;
    margin: 0 auto;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}


/* ================================
   Benefit Card
================================ */

.packages-benefits-card {
    position: relative;
    height: 100%;
    
    padding: 32px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(30, 30, 60, 0.07);
    transition: all 0.4s ease;
}


/* Gradient Border */

.packages-benefits-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        #e10464,
        #8305cb,
        #212588
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}


/* Top Gradient Line */

.packages-benefits-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        #e10464,
        #8305cb
    );
    border-radius: 0 0 10px 10px;
    transition: width 0.4s ease;
}


/* ================================
   Card Hover
================================ */

.packages-benefits-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 20px 45px rgba(60, 30, 100, 0.13);
}

.packages-benefits-card:hover::before {
    opacity: 1;
}

.packages-benefits-card:hover::after {
    width: 70%;
}


/* ================================
   Icon
================================ */

.packages-benefits-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(225, 4, 100, 0.10),
        rgba(131, 5, 203, 0.12)
    );
    transition: all 0.4s ease;
}

.packages-benefits-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    transition: all 0.4s ease;
}

.packages-benefits-card:hover .packages-benefits-icon {
    transform: scale(1.08) rotate(-5deg);
    background: linear-gradient(
        135deg,
        #e10464,
        #8305cb
    );
}

.packages-benefits-card:hover .packages-benefits-icon img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}


/* ================================
   Card Content
================================ */

.packages-benefits-card h5 {
    margin: 0 0 12px;
    color: #1d1d2f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.packages-benefits-card:hover h5 {
    color: #8305cb;
}

.packages-benefits-card p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}


/* ================================
   Responsive
================================ */

@media (max-width: 991px) {

    .packages-benefits-section {
        padding: 70px 0;
    }

    .packages-benefits-section .title {
        font-size: 32px;
    }

    .packages-benefits-card {
        min-height: 230px;
    }
}


@media (max-width: 767px) {

    .packages-benefits-section {
        padding: 60px 0;
    }

    .packages-benefits-section .title {
        font-size: 28px;
    }

    .packages-benefits-section .tophd > p {
        font-size: 14px;
    }

    .packages-benefits-card {
        min-height: auto;
        padding: 28px 22px;
    }

    .packages-benefits-icon {
        width: 65px;
        height: 65px;
    }

    .packages-benefits-card h5 {
        font-size: 17px;
    }
}


.growth-services-section {
    padding: 80px 0;
    background: #f8f9fc;
    overflow: hidden;
}

.service-slider {
    position: relative;
}

.service-slide {
    position: relative;
    min-height: 520px;
    padding: 55px 60px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #e8e8ef;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

/* Gradient background decoration */
.service-slide::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    top: -100px;
    background: linear-gradient(
        135deg,
        rgba(225, 4, 100, 0.12),
        rgba(131, 5, 203, 0.12)
    );
    border-radius: 50%;
    filter: blur(5px);
}

.service-slide::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -80px;
    background: linear-gradient(
        135deg,
        rgba(36, 144, 35, 0.08),
        rgba(33, 37, 136, 0.1)
    );
    border-radius: 50%;
}

/* Number */
.service-number {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(131, 5, 203, 0.18);
}

.service-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.service-content h3 {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(90deg, #e10464, #8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-content h4 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #1d1d2f;
}

.service-content p {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.service-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-content ul li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.service-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #e10464, #8305cb);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

/* Owl navigation */
.growth-services-section .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.growth-services-section .owl-nav button {
    width: 48px;
    height: 48px;
    margin: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #e10464, #8305cb) !important;
    color: #fff !important;
    font-size: 22px !important;
    transition: all 0.3s ease;
}

.growth-services-section .owl-nav button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(131, 5, 203, 0.25);
}

/* Dots */
.growth-services-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.growth-services-section .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 5px !important;
    background: #d5d5dd !important;
    transition: all 0.3s ease;
}

.growth-services-section .owl-dot.active span {
    width: 28px !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #e10464, #8305cb) !important;
}


/* Tablet */
@media (max-width: 991px) {

    .service-slide {
        min-height: auto;
        padding: 45px 40px;
    }

    .service-content h4 {
        font-size: 28px;
    }

    .service-number {
        font-size: 55px;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .growth-services-section {
        padding: 50px 0;
    }

    .service-slide {
        padding: 40px 25px;
        border-radius: 18px;
    }

    .service-number {
        top: 20px;
        right: 20px;
        font-size: 45px;
    }

    .service-content h3 {
        font-size: 15px;
    }

    .service-content h4 {
        font-size: 24px;
        line-height: 1.35;
    }

    .service-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .service-content ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-content ul li {
        font-size: 14px;
    }
}


	.strategy-slider-section {

    background: #f8f8fc;
    overflow: hidden;
}

.strategy-heading {
    max-width: 750px;
    margin-bottom: 65px;
}

.strategy-heading span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #8a0bc9;
    margin-bottom: 12px;
}

.strategy-heading h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #18182b;
    margin-bottom: 18px;
}

.strategy-heading h2 strong {
    background: linear-gradient(90deg, #e10464, #8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strategy-heading p {
    font-size: 17px;
    line-height: 1.7;
    color: #777;
}


/* MAIN SLIDER */

.strategy-slider {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 70px;
    align-items: stretch;
}


/* LEFT STEPS */

.strategy-steps {
    position: relative;
    padding-left: 5px;
}

.strategy-steps::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 30px;
    bottom: 30px;
/*      width: 2px; */
    background: #dedee8;
}
 
.strategy-step {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    margin-bottom: 12px;
    border-radius: 16px;
    cursor: pointer;
    transition: .4s ease;
}

.strategy-step:hover {
    background: #fff;
    transform: translateX(5px);
}

.step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e10464;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #777;
    transition: .4s ease;
}

.step-info h4 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 700;
    color: #222237;
}

.step-info span {
    font-size: 13px;
    color: #888;
}


/* ACTIVE STEP */

.strategy-step.active {
    background: #fff;
    box-shadow: 0 15px 45px rgba(40, 20, 80, .08);
    transform: translateX(8px);
	border:1px solid #e10464;
}

.strategy-step.active .step-number {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #e10464, #8305cb);
    box-shadow: 0 8px 20px rgba(131, 5, 203, .25);
}

.strategy-step.active .step-info h4 {
    background: linear-gradient(90deg, #e10464, #8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* CONTENT */

.strategy-content-wrapper {
    position: relative;
    min-height: 642px;
    padding: 50px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(30, 20, 80, .08);
    overflow: hidden;
}

.strategy-content {
    display: none;
    animation: slideContent .55s ease forwards;
}

.strategy-content.active {
    display: block;
}

@keyframes slideContent {

    from {
        opacity: 0;
        transform: translateX(45px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* CONTENT TOP */

.content-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.content-number {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e10464, #8305cb);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.content-label {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #8a0bc9;
}


/* TYPOGRAPHY */

.strategy-content h3 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #19192d;
    font-weight: 700;
}

.strategy-content h5 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #55556a;
    font-weight: 600;
}

.strategy-content p {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    max-width: 800px;
    margin-bottom: 30px;
}


/* POINTS */

.strategy-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.strategy-points div {
    position: relative;
    padding: 13px 15px 13px 38px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgba(225, 4, 100, .07),
        rgba(131, 5, 203, .07)
    );
    color: #45455a;
    font-size: 14px;
    transition: .3s ease;
}

.strategy-points div::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #8305cb;
}

.strategy-points div:hover {
    background: linear-gradient(
        90deg,
        rgba(225, 4, 100, .07),
        rgba(131, 5, 203, .07)
    );
    transform: translateY(-3px);
}


/* PROGRESS */

.slider-progress {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 82px;
    height: 5px;
    background: #eeeef4;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #e10464, #8305cb);
    transition: width .5s ease;
}


/* CONTROLS */

.strategy-controls {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategy-controls button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f3f2f8;
    color: #25253b;
    cursor: pointer;
    transition: .3s ease;
}

.strategy-controls button:hover {
    color: #fff;
    background: linear-gradient(135deg, #e10464, #8305cb);
    transform: scale(1.08);
}

.slide-count {
    font-size: 14px;
    color: #999;
}

.slide-count b {
    color: #222;
    font-size: 18px;
}


/* RESPONSIVE */

@media(max-width: 991px) {

    .strategy-slider {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .strategy-steps {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .strategy-steps::before {
        display: none;
    }

    .strategy-step {
        min-width: 220px;
        margin: 0;
    }

    .strategy-step.active {
        transform: none;
    }

    .strategy-content-wrapper {
        min-height: 620px;
    }
}


@media(max-width: 575px) {

    .strategy-slider-section {
        padding: 70px 0;
    }

    .strategy-heading h2 {
        font-size: 30px;
    }

    .strategy-heading p {
        font-size: 15px;
    }

    .strategy-step {
        min-width: 190px;
        padding: 14px;
    }

    .step-number {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .step-info h4 {
        font-size: 14px;
    }

    .step-info span {
        font-size: 11px;
    }

    .strategy-content-wrapper {
        padding: 30px 22px;
        min-height: 900px;
        border-radius: 20px;
    }

    .strategy-content h3 {
        font-size: 26px;
    }

    .strategy-content h5 {
        font-size: 17px;
    }

    .strategy-points {
        grid-template-columns: 1fr;
    }

    .slider-progress {
        left: 22px;
        right: 22px;
        bottom: 82px;
    }

    .strategy-controls {
        left: 22px;
        right: 22px;
    }

}

.service-process {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.service-process-head {
    text-align: center;
    margin-bottom: 80px;
}

.service-process-head span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    background: linear-gradient(90deg,#e10464,#8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-process-head h2 {
    margin: 12px 0 0;
    font-size: 42px;
    color: #1d1d2f;
}

.service-process-head strong {
    background: linear-gradient(90deg,#e10464,#8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* TRACK */

.service-process-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}


/* BASE LINE */

.service-process-line {
    position: absolute;
    top: 35px;
    left: 8%;
    right: 8%;
    height: 4px;
    background: #e8e5ed;
    border-radius: 10px;
    z-index: 1;
}


/* ANIMATED LINE */

.service-process-progress {
    width: 0%;
    height: 100%;
    border-radius: inherit;

    background: linear-gradient(
        90deg,
        #e10464,
        #8305cb
    );

    transition: width .15s linear;
}


/* ITEM */

.service-process-item {
    position: relative;
    z-index: 2;
    width: 20%;
    text-align: center;
}


/* DOT */

.service-process-dot {
    width: 70px;
    height: 70px;
    margin: 0 auto 35px;

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

    border-radius: 50%;

    background: #fff;

    border: 3px solid #e8e5ed;

    box-shadow: 0 8px 25px rgba(30,20,50,.08);

    transition: .5s cubic-bezier(.22,1,.36,1);
}

.service-process-dot span {
    font-size: 14px;
    font-weight: 700;
    color: #777;
    transition: .4s ease;
}


/* ACTIVE DOT */

.service-process-item.active .service-process-dot {
    transform: scale(1.12);

    border-color: transparent;

    background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg,#e10464,#8305cb) border-box;

    box-shadow:
        0 0 0 8px rgba(131,5,203,.08),
        0 15px 35px rgba(131,5,203,.22);
}

.service-process-item.active .service-process-dot span {
    background: linear-gradient(90deg,#e10464,#8305cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* CONTENT */

.service-process-content {
    padding: 30px 20px;

    background: rgba(255,255,255,.75);

    border: 1px solid rgba(131,5,203,.08);

    border-radius: 20px;

    opacity: .45;
    transform: translateY(30px) scale(.96);

    transition:
        opacity .6s ease,
        transform .6s cubic-bezier(.22,1,.36,1),
        box-shadow .6s ease;
}


/* ACTIVE CONTENT */

.service-process-item.active .service-process-content {
    opacity: 1;
/*     transform: translateY(0) scale(1);
 */
    box-shadow:
        0 20px 50px rgba(30,20,50,.10);
}


/* ICON */

.service-process-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 18px;

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

    border-radius: 15px;

    font-size: 25px;

    color: #8305cb;

    background: linear-gradient(135deg, #673AB7 0%, #E91E63 100%);

    transition: .5s ease;
}

.service-process-item.active .service-process-icon {
    color: #fff;

    background: linear-gradient(
        135deg,
        #e10464,
        #8305cb
    );

/*     transform: rotate(-8deg) scale(1.08); */
}

.service-process-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-process-content {
    flex: 1;
    min-height: 357px;
    display: flex;
    flex-direction: column;
}

.service-process-content p {
    margin-bottom: 0;
    flex-grow: 1;
}
/* TEXT */

.service-process-content h3 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #1d1d2f;
}

.service-process-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #737383;
}


/* =========================
   MOBILE
========================= */

@media(max-width:991px) {

    .service-process-track {
        display: block;
    }

    .service-process-line {
        top: 0;
        bottom: 0;
        left: 35px;
        right: auto;
        width: 3px;
        height: auto;
    }

    .service-process-progress {
        width: 100%;
        height: 0%;
    }

    .service-process-item {
        width: 100%;
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 25px;
        margin-bottom: 35px;
    }

    .service-process-dot {
        flex: 0 0 70px;
        margin: 0;
    }

    .service-process-content {
        flex: 1;
    }

    .service-process-icon {
        margin-left: 0;
    }
}

@media(max-width:575px) {

    .service-process {
        padding: 70px 0;
    }

    .service-process-head h2 {
        font-size: 30px;
    }

    .service-process-item {
        gap: 15px;
    }

    .service-process-dot {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
    }

    .service-process-line {
        left: 27px;
    }

    .service-process-content {
        padding: 22px 18px;
    }
}

.top-section{
    height: 400px;
    position: relative;
}

.white-div{
    background: #fff;
    width: 100%;
   min-height: 39px;
    margin-top: -41px;
    position: relative;
    z-index: 10;
    border-radius: 30px 30px 0 0;
}
.footer-news-section{
	 margin-top: -34px;
}


.growth-consulting-section {
    padding: 100px 0;
    background: #f7f8fc;
}

.growth-main-box {
    height: 100%;
    padding: 45px 35px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.section-heading span {
    display: inline-block;
    margin-bottom: 12px;
    color: #249023;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.section-heading h2 {
    color: #1a1d6e;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 35px;
}

/* Left Cards */
.growth-stage-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.growth-stage-card {
    display: flex;
    gap: 18px;
    padding: 20px;
    background: #f8f9ff;
    border: 1px solid #e6e8f5;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.growth-stage-card:hover {
    transform: translateX(8px);
    background: #fff;
    border-color: #673AB7;
    box-shadow: 0 8px 25px rgba(36, 144, 35, 0.12);
}

.stage-number {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #673AB7 0%, #E91E63 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
}
.growth-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.growth-list li i {
    background: linear-gradient(135deg, #673AB7, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-right: 8px;
}
.stratagicimg {
    width: 80%;
    max-width: 550px;
    height: 350px;
    margin-bottom: 0;
    overflow: hidden;
}

.stratagicimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .stratagicimg {
        width: 100%;
        height: 280px;
    }
}

@media (max-width: 480px) {
    .stratagicimg {
        height: 220px;
    }
}
.stage-content h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.stage-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Right Content */
.intro-content {
    padding: 25px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #673AB7 0%, #E91E63 100%);
    border-radius: 16px;
    color: #fff;
}

.intro-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.intro-content p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 10px;
}

/* Right Feature Cards */
.different-card {
    height: 100%;
    padding: 22px 18px;
    border-radius: 14px;
    background: #f8f9ff;
    border: 1px solid #e6e8f5;
    transition: 0.3s ease;
}
.different-card {
    border: 2px solid transparent;
    border-radius: 14px;
    transition: border-color 0.4s ease;
}

.different-card:hover {
    border-color: #E91E63;
}

.feature-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #fff2f8;
    color: #db226d;
    font-size: 13px;
    font-weight: 700;
}

.growth-img {
    width: 300px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .growth-img {
        width: 220px;
    }
}

.different-card h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.different-card p {
    margin: 10px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .section-heading h2 {
        font-size: 30px;
    }

    .growth-main-box {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .growth-consulting-section {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 26px;
    }

    .growth-stage-card:hover {
        transform: none;
    }
}

@media (max-width: 575px) {
    .growth-stage-card {
        padding: 15px;
    }

    .stage-number {
        min-width: 42px;
        height: 42px;
    }

    .different-card {
        padding: 20px;
    }
}
.insights-banner {
    background: linear-gradient(to bottom, #FF0873, #B611AD, #4806B0);
    position: relative;
}

.insights-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Mobile */
@media (max-width: 767px) {
    .insights-btn-wrap {
        justify-content: flex-start;
    }
}

/* Default */
.strategy-steps {
    width: 100%;
}

/* Tablet */
@media (max-width: 768px) {
    .strategy-steps {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .strategy-step {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .step-number {
        flex: 0 0 55px;
        font-size: 22px;
    }

    .step-info h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .step-info span {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .strategy-step {
        padding: 12px 10px;
    }

    .step-number {
        flex: 0 0 48px;
        font-size: 18px;
    }

    .step-info h4 {
        font-size: 16px;
    }

    .step-info span {
        font-size: 12px;
        display: block;
    }
}

.related-insights-btn {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 14px 25px;
    text-decoration: none;
}

.related-insights-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(90deg, #FF0873, #B611AD, #4806B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.related-insights-btn .ar {
    display: flex;
    align-items: center;
}

.related-insights-btn .ar img {
    width: 18px;
    height: auto;
}



.strategy-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.strategy-benefit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.strategy-benefit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF0873, #B611AD, #4806B0);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.strategy-benefit:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(72, 6, 176, 0.12);
}

.strategy-benefit:hover::before {
    transform: scaleY(1);
}

.benefit-number {
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF0873, #B611AD, #4806B0);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.benefit-content h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
}

.benefit-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .strategy-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .strategy-benefit {
        padding: 20px;
    }

    .benefit-content h4 {
        font-size: 18px;
    }
}






    /*.recognition-section p{*/
    /*  font-size:20px;*/
    /*  color:#3d3d4d;*/
    /*  margin-bottom:55px;*/
    /*}*/

    /*.review-wrapper{*/
    /*  display:flex;*/
    /*  justify-content:center;*/
    /*  gap:30px;*/
    /*  flex-wrap:wrap;*/
    /*}*/

    

    /*.review-card:hover{*/
    /*  transform:translateY(-8px);*/
    /*  box-shadow:0 12px 30px rgba(0,0,0,0.08);*/
    /*}*/

    /*.review-logo{*/
    /*  height:30px;*/
    /*  object-fit:contain;*/
    /*  margin-bottom:20px;*/
    /*}*/

    /*.rating{*/
    /*  font-size:18px;*/
    /*  font-weight:500;*/
    /*  color:#2b2b3c;*/
    /*  margin-bottom:18px;*/
    /*}*/

    /*.stars{*/
    /*  display:flex;*/
    /*  justify-content:center;*/
    /*  gap:8px;*/
    /*}*/

    /*.stars i{*/
    /*  color:#f5b301;*/
    /*  font-size:22px;*/
    /*}*/

    /*@media(max-width:768px){*/

    /*  .recognition-section h1{*/
    /*    font-size:40px;*/
    /*  }*/

    /*  .recognition-section p{*/
    /*    font-size:16px;*/
    /*  }*/

    /*  .review-wrapper{*/
    /*    gap:20px;*/
    /*  }*/

    /*  .review-card{*/
    /*    width:100%;*/
    /*    max-width:350px;*/
    /*  }*/
    /*}*/
