/*--- video-testimonail --*/

/*.video-testimonail h3{
	font-size:35px;
}*/

/*--- Out Sourcing ---*/


.oursource .container {
	max-width:1020px;
	margin:0 auto;
}


.oursource h2{
	font-size: 35px;
    margin-bottom: 60px;
	text-align:center;
}

 .oursource .card {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 20px 30px;	 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
}
.oursource .card-body{
	padding:0px;
}
.oursource .card-title {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

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

.oursource .card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* Before list icon */
.oursource .card-before li::before {
  content: "✕";
  color: #e63946;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 2px;
}

/* After list icon */
.oursource .card-after li::before {
  content: "✓";
  color: #2ca87f;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 2px;
}

/* Testimonial Styles */
.oursource .testimonial {
  max-width: 900px;
  margin: 50px auto 0;
  display: flex !important;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.oursource .testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  min-width:60px;	
}

.oursource .testimonial .name {
  font-weight: bold;
  font-size: 1rem;
  font-family: 'Unbounded', sans-serif;	
  color:#000;	
}

.oursource .testimonial .role {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.oursource .testimonial p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;	
}

/*-- Case Study ---*/

.case-study-hero {
  background: #f3f7ff;
  padding: 120px 0 140px;
}

.case-hero-tag {
    display: inline-block;
    padding: 6px 18px;
    color: #000000;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
}

.case-hero-title {
    display: inline-block;
	border:1px solid #2563eb;
    padding: 6px 18px;
    border-radius: 50px;
    color: #2563eb;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 24px;
}

.hero-btn {
  margin-bottom: 70px;
}

.hero-btn .btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #2563eb;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.hero-meta-box {
background: #ffffff;
    border-radius: 24px;
    padding: 32px 48px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.meta-item {
  text-align: center;
}

.meta-label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 6px;
}

.meta-value {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.meta-divider {
  width: 1px;
  height: 40px;
  background: #e5e7eb;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.logo-slider .logo-item img {
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-slider .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}


/*--- the challenges ---*/
.case-challenge-section {
  background: #f5f8ff;
}

.challenge-tag {
    display: inline-block;
    border: 1px solid #2563eb;
    padding: 6px 18px;
    border-radius: 50px;
    color: #2563eb;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
	margin-bottom: 35px;
}

.challenge-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.challenge-intro {
  max-width: 680px;
  margin: 0 auto 48px;
  color: #555;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.challenge-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
}

.challenge-card.is-highlight {
  background: #2563eb;
  color: #fff;
}

.challenge-card.is-highlight p,
.challenge-card.is-highlight h4 {
  color: #fff;
}

.challenge-icon {
  margin-bottom: 16px;
}

.challenge-icon img {
  width: 36px;
  height: 36px;
}

.challenge-card h4{
	font-size: 22px;
    line-height: 1.2;
}

.challenge-card:last-child{
	background: #1961fe;
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    align-items: center;
    display: flex;
}
.testimonial-image {
    margin-bottom: 20px;
}

.testimonial-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}


/*--- Partnership ---*/
.partnership-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.partnership-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.partnership-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
	 background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #d3d3d3 0%, #ffffff 100%) border-box;

  border-bottom: 1.5px solid transparent;
}

.partnership-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eaf0ff;
  color: #2563eb;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partnership-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.highlight-text{
	color:var(--blue);
}

.what-we-did {
  margin-top: 40px;
  text-align: center;
}



.what-we-did-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.what-we-did-card {
  background: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1.5px solid #DEE2E6;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.what-we-did-icon img {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.process-update-section {
  background: #f5f8ff;
}

.process-update-header {
  margin-bottom: 48px;
}


#services .partnership-content{
	text-align:center;
}

.page-id-855 article, .page-id-866 article {
	max-width: 1220px;
    margin: 60px auto;
	padding:0px 20px;
}

.page-id-855 article h2, .page-id-866 article h2{
	font-size:32px;
}
.page-id-855 article h3, .page-id-866 article h3{
	font-size: 28px;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.process-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}


.process-month {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.process-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*--Outcomes ---*/


.outcomes-section {
  padding: 80px 0;
  background: #ffffff;
}

.outcomes-header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.outcomes-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0f172a;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* First row (3 cards = 2 columns each) */
.outcomes-grid .outcome-card:nth-child(1),
.outcomes-grid .outcome-card:nth-child(2),
.outcomes-grid .outcome-card:nth-child(3) {
  grid-column: span 2;
}

/* Second row (2 cards = 3 columns each → 50%) */
.outcomes-grid .outcome-card:nth-child(4),
.outcomes-grid .outcome-card:nth-child(5) {
  grid-column: span 3;
}

.outcome-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.outcome-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.outcome-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.outcomes-highlight {
  background: #eef3ff;
  border-radius: 12px;
  padding: 20px 24px;
  line-height: 1.6;
  color: #1f2937;
}
.outcomes-highlight p{
	margin-bottom:0;
}

#success {
	background:#fff !important;
}
#success .challenge-card{
	border: 1.5px solid #DEE2E6;
    border-radius: 16px;
	margin-top:25px;
}
#success .challenge-card:last-child{
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    color: #000;
	background:#fff !important;
	display:block !important;

}
#core-insights{
	text-align:center;
	padding-top:0px; !important;
}
#core-insights .partnership-wrap{
	display:block;
		text-align:center;
}

#core-insights .what-we-did-icon img {
    width: 40px;
    height: 40px;
    margin-top: 4px;
}
#core-insights .what-we-did-card {
	background: #ECF1FF;
}

#services {
	background:#ECF1FF;
}


#services .partnership-wrap{
  display: block;
}

#services .what-we-did-icon img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
}

/* Hero */
.hero-card {
    background: linear-gradient(135deg, var(--white), var(--lightblue));
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid var(--blueborder);
    box-shadow: 0 30px 60px rgba(0,0,0,.08);
}

.hero-card .badge {
    background: var(--blue);
    padding: .6rem 1.2rem;
    border-radius: 50px;
}

.hero-img {
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,.12);
	height:100%;
}

/* Cards */
.content-card {
    background: var(--white);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,.06);
	height: 100%;
}

.feature-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    border-left: 6px solid var(--blue);
    box-shadow: 0 16px 32px rgba(0,0,0,.06);
	height:100%;
}

.compare-card {
    background: var(--white);
    border-radius: 22px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.compare-card.before { border-top: 6px solid #000; }
.compare-card.after { border-top: 6px solid var(--blue); }

.soft-highlight {
    background: linear-gradient(180deg, var(--lightblue), var(--white));
    border-radius: 28px;
    padding: 2rem;
}

/* Lists */
.list-check li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: .9rem;
    font-weight: 500;
}

.list-check li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--blue);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.list-check li::after {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 7px;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
}
.cta-title {
	 font-weight: 700;
    font-size: 52px;
    line-height: 62px;
}



/*--- Case Study Footer CTA --*/
#footer-cta {
	background: var(--blue);
	color:var(--white);
	background-position:center center;
	background-repeat:no-repeat;
	padding:60px 0px;
}
#footer-cta h2{
	color:var(--white);
}
.footer-logo{
	margin-bottom:20px;
	text-align:left !important;
}
.foot-first ul{
	list-style:none;
	padding:0;
	color:#cccccc;
}
.foot-first li{
	display:flex;
	align-items:flex-start;
	gap:8px;
	margin-bottom:12px;
}
.foot-first li a{
	color:#cccccc;
	text-decoration:none;
}
.foot-first li img{
	width:30px;
}

.case-study-single h2 {
	font-size:30px !important;
}
.case-study-single h5{
	font-size:24px;
}
.faq-section  .breadcrumb a:hover {
	    color: #1961fe;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.testimonial-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.testimonial-content p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 25px;
}
.testimonial-grid h4{
	font-size: 20px !important;
}
.testimonial-author h4 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.testimonial-author span {
    font-size: 14px;
    color: #777;
}
.trust-cta-section {
    background: #f4f4f4;
    padding: 100px 20px;
    text-align: center;
}

.trust-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #0b0b0b;
}

.trust-desc {
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 1.7;
    color: #444;
}








@media (max-width: 1024px) {
 .outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcomes-grid .outcome-card {
    grid-column: span 1 !important;
  }
	.case-hero-tag{
		font-size:44px;
	}
	.case-study-hero {
    padding: 60px 0 60px;
}
	.page-id-855 article, .page-id-866 article {
	max-width: 1220px;
    margin: 30px auto;
	padding:20px 20px;
}
	#website-header .menu-item a{
		padding:5px 15px;
	}
	#website-header .menu-item{
		padding:5px 0px !important;
	}
	.mobile-cta{
		margin: 15px !important;
	}
	.close-sidebar {
    font-size: 48px;
}
}



@media (max-width: 991px) {
  .partnership-wrap {
    grid-template-columns: 1fr;
  }
.challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-title {
    font-size: 34px;
  }

.testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

  .meta-divider {
    display: none;
  }
  .section-title {
    font-size: 32px;
  }
	  .process-grid {
    grid-template-columns: 1fr;
  }
	.case-hero-tag{
		font-size:40px;
	}
	.content-card{
		height:auto;
	}
	.feature-card{
		height:auto;
	}
	.cta-title {
    font-size: 32px;
}
	.section-image{
		margin-top:20px !important;
	}
	.single-service-third-section .section-img:before {
	  right: -11px !important;
	}
	.icon_box{
		display:block !important;
	}
	.contact-info .icon{
		margin-bottom:15px !important;
	}
}


/* Responsive */
@media (max-width: 768px) {
  .oursource .card {
    max-width: 100%;
  }

  .oursource .testimonial {
    flex-direction: column;
    text-align: center;
  }

  .oursource .testimonial img {
    margin-bottom: 10px;
  }
  .what-we-did-grid {
    grid-template-columns: 1fr;
  }
	  .outcomes-section {
    padding: 60px 0;
  }

  .outcomes-title {
    font-size: 32px;
  }

  .outcomes-grid {
    gap: 20px;
  }

  .outcome-card {
    padding: 28px 24px;
  }
	.hero-meta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-meta-box > * {
  width: calc(50% - 10px);
 flex-direction:unset !important;	
}
	 .testimonial-grid {
        grid-template-columns: 1fr;
    }
	.testimonial-slider .card-body {
    padding: 20px 0px;
}
	.testimonial-slider .card-body .quote-text {
    font-size: 16px !important;
}
}

@media (max-width: 640px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .outcomes-grid .outcome-card {
    grid-column: span 1 !important;
  }
	.case-hero-tag{
		font-size:30px;
	}
	.challenge-title{
		font-size:30px;
	}
	    h2, .h2 {
        font-size: 30px;
        line-height: 1.2;
    }
	.section_title{
		font-size: 30px;
	}
	.challenge-title{
		font-size: 30px;
	}
}

@media (max-width: 576px) {
  .challenge-grid {
    grid-template-columns: 1fr;
  }
	.single-service-third-section .section-img:before {
	  right: 0px !important;
	}
}
