.wcu-single-service {
	background: #ffffff;
	color: #111827;
}
.wcu-single-service__container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}


/* .wcu-single-service__article {
	padding: 0 0 96px;
} */

.wcu-single-service__hero {
	position: relative;
	overflow: hidden;
	padding: 120px 0 72px;
}

.wcu-single-service__hero-background {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.12;
}

.wcu-single-service__hero .wcu-single-service__container {
	position: relative;
	z-index: 1;
}

.wcu-single-service__hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 420px);
	gap: 48px;
	align-items: end;
}

.wcu-single-service__hero-main {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wcu-single-service__title,
.wcu-single-service__section-title {
	margin: 0;
	color: #0f172a;
}

.wcu-single-service__title {
	font-size: clamp(40px, 6vw, 72px);
	line-height: 1.04;
}

.wcu-single-service__description,
.wcu-single-service__section-description {
	font-size: 18px;
	line-height: 1.7;
	color: #475569;
}

.wcu-single-service__hero-certified {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 8px;
}

.wcu-single-service__hero-certified-text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #0f172a;
}

.wcu-single-service__hero-certified-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.wcu-single-service__hero-certified-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	min-height: 64px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
}

.wcu-single-service__hero-certified-logo img {
	display: block;
	max-width: 100%;
	max-height: 40px;
	width: auto;
	height: auto;
}

.wcu-single-service__hero-cta {
	padding: 32px;
	border-radius: 24px;
	background: #0f172a;
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.wcu-single-service__hero-cta-title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.15;
	color: inherit;
}

.wcu-single-service__hero-cta-description {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.wcu-single-service__hero-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	padding: 14px 22px;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 200ms ease, transform 200ms ease;
}

.wcu-single-service__hero-cta-button:hover,
.wcu-single-service__hero-cta-button:focus-visible {
	background: #1d4ed8;
	transform: translateY(-1px);
}

.wcu-single-service__description p,
.wcu-single-service__section-body p {
	margin: 0 0 16px;
}

.wcu-single-service__description p:last-child,
.wcu-single-service__section-body p:last-child {
	margin-bottom: 0;
}

.wcu-single-service__hero-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.wcu-single-service__section {
	padding: 72px 0;
	border-top: 1px solid #e5e7eb;
}

.wcu-single-service__section-head {
	max-width: 760px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 28px;
}

.wcu-single-service__section-title {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
}

.wcu-single-service__section-description {
	margin: 0;
}

.wcu-single-service__section-body {
	font-size: 17px;
	line-height: 1.7;
	color: #1f2937;
}

.wcu-single-service__section-eyebrow {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb;
}

.wcu-single-service__placeholder {
	padding: 32px;
	border: 1px dashed #cbd5e1;
	border-radius: 20px;
	background: #f8fafc;
	color: #64748b;
}

.wcu-single-service__section--editor .wcu-single-service__section-body > *:first-child {
	margin-top: 0;
}

.wcu-single-service__section--editor .wcu-single-service__section-body > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	/* .wcu-single-service__article {
		padding-bottom: 72px;
	} */

	.wcu-single-service__hero {
		padding: 96px 0 56px;
	}

	.wcu-single-service__hero-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.wcu-single-service__hero-cta {
		max-width: 520px;
	}

	.wcu-single-service__section {
		padding: 56px 0;
	}
}

@media screen and (max-width: 768px) {
	.wcu-single-service__container {
		width: min(100%, calc(100% - 32px));
	}

	.wcu-single-service__hero {
		padding: 80px 0 48px;
	}

	.wcu-single-service__hero-certified {
		flex-direction: column;
		align-items: flex-start;
	}

	.wcu-single-service__hero-certified-logos {
		gap: 10px;
	}

	.wcu-single-service__hero-certified-logo {
		min-width: 56px;
		min-height: 56px;
		padding: 8px 10px;
		border-radius: 14px;
	}

	.wcu-single-service__hero-cta {
		padding: 24px;
		border-radius: 20px;
	}

	.wcu-single-service__description,
	.wcu-single-service__section-description,
	.wcu-single-service__section-body {
		font-size: 16px;
	}

	.wcu-single-service__placeholder {
		padding: 24px;
		border-radius: 16px;
	}
}


/* ==================== HERO SECTION START ==================== */
.sai-serv{
    position:relative;
    display:flex;
    align-items:center;
	isolation: isolate;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
.sai-serv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5; /* overlay ki darkness */
    z-index: 1;
}
.sai-serv > * {
    position: relative;
    z-index: 2;
}
  .sai-serv__hefah-bg{
    position:absolute;
    inset:0;
    z-index:-1;
  }

  .sai-serv__hefah-inner{
/*     width:100%; */
    max-width:1440px;
    margin:0 auto;
    padding: 138px 64px 64px 64px;
    display:grid;
    grid-template-columns: 1.15fr 0.72fr;
    gap: 48px;
    align-items:center;
  }

  /* Left column */
  .sai-serv__hefah-eyebrow{
    color: #ffffff;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:18px;
  }

  .sai-serv__hefah-title{
    color: #ffffff;
    font-size:48px;
    line-height:57.6px ;
    font-weight:500;
    max-width:560px;
    margin:0px 0px 16px 0px;
  }

  .sai-serv__hefah-desc{
    color: #ffffff;
    font-size:18px;
    line-height:28.8px;
    font-weight:400;
    max-width:832px;
    margin-bottom:48px;
  }

  .sai-serv__hefah-trust-label{
    color: #ffffff;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    text-transform:uppercase;
    margin-bottom:16px;
  }

  .sai-serv__hefah-badges{
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
  }

  .badge{
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    border-radius: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    overflow: hidden;
  }

  .badge img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .badge--wide {
    width: 90px;
    min-width: 90px;
    height: 60px;
    min-height: 60px;
  }

  /* Right column card */
  .sai-serv__hefah-card{
    background: rgba(255, 255, 255, 0.15);
    border: 0.6px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 24px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  }

  .sai-serv__hefah-card h3{
    color: #ffffff;
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    margin: 0px 0px 8px 0px;
  }

  .sai-serv__hefah-card p{
    color: #ffffff;
    font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
	 width:90%;
  }

  .btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:40px;
    padding:8px 16px;
    border-radius:8px;
    border: 1px solid var(--border-border-transparent, rgba(255, 255, 255, 0.00));
    background:var(--wcu-site-header-primary);
    text-decoration:none;
    cursor:pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
.btn-primary:hover{
  background:#075CE8;
}

  .btn-primary svg,
  .btn-primary img{
    width:20px !important;
    height:20px !important;
  }

  /* Responsive */
  @media (max-width: 900px){
    .sai-serv__hefah-inner{
      grid-template-columns: 1fr;
      padding: 90px 24px 40px;
    }
    .sai-serv__hefah-card{
      max-width:432px;
    }
     .sai-serv__hefah-title{
        font-size: 36px !important;
        line-height: 48px !important; 
    }
  }

  @media (max-width: 480px){
/*     .sai-serv__hefah-title{ font-size:28px; } */
    .sai-serv__hefah-badges{ gap:14px; }
    .badge{ width:48px; height:48px; }
	  
	  .sai-serv__hefah-card h3{
    color: #ffffff;
    font-family: 'Inter Tight', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.3px;
    margin-bottom: 8px;
  }
	  .sai-serv__hefah-card{
    background: rgba(255, 255, 255, 0.15);
    border: 0.6px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 24px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  }
	  .sai-serv__hefah-title{
    color: #ffffff;
    font-size:32px !important;
    line-height:38.4px;
    font-weight:500;
    max-width:560px;
    margin-bottom:16px;
    letter-spacing:-0.5px;
  }
  }




  /* ==================== HERO SECTION END ==================== */


  /* ==================== SIDEBAR SECTION START ==================== */

 .sai-shift__layout{
    display:flex;
    align-items:flex-start;
    gap:32px;
  }

  .sai-shift__sidebar{
    position:sticky;
    top:115px;
    width:248px;
    flex-shrink:0;
    background:#fff;
    border:0.6px solid #E4E7E5;
    border-radius: 8px;
  }

  .sai-shift__sidebar-nav{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:2px;
  }

  .sai-shift__sidebar-nav li{
    position:relative;
  }

  /* left indicator bar sits above the row background */
  .sai-shift__sidebar-nav li::before{
    content:"";
    position:absolute;
    left:-1px;
    top:25%;
    bottom:0;
    width:3px;
    background:transparent;
    z-index:2;
    transition:background .15s ease;
    height: 21px;
  }

  .sai-shift__sidebar-nav li:has(a.is-active)::before{
    background:#0865FF;
  }

  .sai-shift__sidebar-nav li a{
    position:relative;
    display:block;
    padding:8px 24px 8px 24px;
    color:#5c5f6c;
    font-family:'Inter Tight', sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    letter-spacing:0.01em;
    text-transform:none;
    text-decoration:none;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .sai-shift__sidebar-nav li a:hover{
    background:rgba(8, 101, 255, 0.15);
    color:#0865FF;
  }
.sai-shift__sidebar-nav li:first-child a:hover{
 border-radius:7px 7px 0px 0px;
}
.sai-shift__sidebar-nav li:last-child a:hover{
 border-radius:0px 0px 7px 7px;
}


  .sai-shift__sidebar-nav li a.is-active{
    background:rgba(8, 101, 255, 0.15);
    color:#0865FF;
    font-weight:400;
  }
.sai-shift__sidebar-nav li:first-child a.is-active{
    border-radius:7px 7px 0px 0px;
  }
.sai-shift__sidebar-nav li:last-child a.is-active{
    border-radius:0px 0px 7px 7px;
  }
  .sai-shift__content{
    flex:1;
    min-width:0;
  }
   @media (max-width: 1024px){
    .sai-shift__sidebar{
      display:none;
    }
}

  @media (max-width: 900px){
    .sai-shift__layout{
      flex-direction:column;
      gap:0;
    }
    .sai-shift__sidebar{
      display:none;
    }
    .sai-shift__content{
      width:100%;
    }
  }

  /* ==================== SIDEBAR SECTION END ==================== */



 /* ==================== THE SHIFT SECTION START ==================== */

  .sai-shift{
    padding: 64px;
  }

  .sai-shift__inner{
    max-width:1312px;
    margin:0 auto;
  }

  .sai-shift__eyebrow{
    color:#525B53;
    font-family: 'Inter Tight', sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:19.6px;
    text-transform:uppercase;
    margin-bottom:8px;
  }


  .sai-shift__header{
    display:flex;
/*     grid-template-columns: 1fr 1fr; */
    gap:32px;
    align-items:start;
    margin-bottom:48px;
  }

  .sai-shift__title{
    color:#000000;
    font-family: 'Inter Tight', sans-serif;
    font-size:36px;
    font-weight:500 !important;
    line-height:43.2px;
    max-width:500px !important;
	margin-bottom: 0px;
  }

  .sai-shift__header-right{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
	flex-direction: column;
    gap:24px;
  }

 .sai-shift__desc{
    color:#272A28;
    font-family: 'Inter Tight', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:25.6px;
    max-width:500px !important;
	margin-bottom: 0px;
  }

  .sai-shift__nav{
    display:flex;
    gap:16px;
    flex-shrink:0;
  }

  .sai-shift__nav-btn{
    width:34px;
    height:34px;
    border-radius: var(--radius-full, 99999px);
    border: 1px solid var(--buttons-muted-btn-muted-outline, #A1AAA3);
    background: var(--background-transperant-4, rgba(255, 255, 255, 0.04));
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
	  gap:16px;
    cursor:pointer;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  }

/*   .sai-shift__nav-btn:hover,
  .sai-shift__nav-btn:active,
  .sai-shift__nav-btn:focus-visible{
    background: var(--background-transperant-4, rgba(255, 255, 255, 0.04));
    border-color: var(--buttons-muted-btn-muted-outline, #A1AAA3);
    opacity: 1;
  } */
.sai-shift__nav-btn.in-active-prev{
    opacity:0.5;
    cursor:not-allowed;
  }
  .sai-shift__nav-btn.in-active-next{
    opacity:0.5;
    cursor:not-allowed;
  }

  .sai-shift__nav-btn svg{
    width:16px;
    height:16px;
    stroke:#12141c;
  }

  /* Slider */
  .sai-shift__slider-wrap{
    border-radius:8px 0 0 8px;
    border-top: 0.6px solid #E4E7E5;
    border-right: none;
    border-bottom: 0.6px solid #E4E7E5;
    border-left: 0.6px solid #E4E7E5;
  }

  .sai-shift__track{
    display:flex;
    overflow-x:auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sai-shift__track::-webkit-scrollbar{
    display:none;
  }

  .sai-shift__card{
    flex: 0 0 30.57%;
    scroll-snap-align:start;
    padding: 24px;
    border-right: 0.6px solid #E4E7E5;
	background:#FFF;
  }
.sai-shift__card:first-child{
  border-radius:8px 0px 0px 8px;
}

  .sai-shift__card:last-child{
    border-right:none;
  }

  .sai-shift__card-icon{
    width:44px;
    height:44px;
    border-radius:8px;
    background:rgba(8, 101, 255, 0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:32px;
  }

/*   .sai-shift__card-icon svg{
    width:19px;
    height:19px;
    stroke:#3b5bfd;
  } */

  .sai-shift__card h4{
    color:#000000;
	font-family: "Inter Tight", sans-serif;
    font-size:18px;
    font-weight:500;
	line-height: 24px;
    margin:0px 0px 16px 0px;
  }

  .sai-shift__card p{
    color: #525B53;
    font-family: "Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
	line-height: 21px;
	  margin:0px;
  }

  /* CTA Section css start */
  .sai-cta-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #0A2440;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    margin: 32px 0px 64px 0px;
  }

  .sai-cta-image img {
    width: 330px;
    height: 100%;
    object-fit: cover;
	 border-radius:8px 0px 0px 8px;
  }

  .sai-cta-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .sai-cta-content h2 {
    max-width: 350px;
    font-family: 'Inter Tight', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    margin:0px 0px 8px 0px;
  }

  .sai-cta-content p {
    max-width: 400px;
    font-family: 'Inter Tight', sans-serif;
    color: #F4F4F5;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin:0px 0px 24px 0px;
  }
  .sai-cta-content img {
    width: 16px;
    height: 16px;  
  }
/* CTA Section css end */

  @media (max-width: 1024px){
    .sai-shift__card{
         flex-basis:40%;
         }
  }

  @media (max-width: 900px){
    .sai-shift{ padding:32px 24px; }
    .sai-shift__header{
      grid-template-columns: 1fr;
      gap:20px;
      align-items:flex-start;
    }
    .sai-shift__header-right{
      align-items: flex-end;
      flex-direction: column;
      gap: 16px;
    }
    .sai-shift__title{
      color: #000;
      font-size: 24px;
      font-weight: 500;
      line-height: 28.8px; /* 120% */
      max-width:100% !important;
      margin: 0 !important;
    }
    .sai-shift__desc{
      max-width:100% !important;
      margin: 0 !important;
    }
    .sai-shift__card{ flex-basis:42%; }
    .sai-cta-section{
        grid-template-columns: 1fr 1fr;
    }
    .sai-cta-image img{
        width: 100%;
    }
    
  }
 @media (max-width: 750px){
.sai-cta-section{
      grid-template-columns: 1fr;
    }
    .sai-cta-image img{
      width:100%;
      height:180px;
    }
 }



  @media (max-width: 560px){
    .sai-shift__card{ flex-basis:84%; }
    .sai-cta-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.sai-cta-content h2 {
    width: 100%; 
    max-width: 310px;
    font-family: 'Inter Tight', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    margin: 0 !important;
}
.sai-cta-content p {
    max-width: 400px;
    font-family: 'Inter Tight', sans-serif;
    color: #F4F4F5;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
    margin-top: 8px !important;
}
  }
  /* ==================== THE SHIFT SECTION END ==================== */

/* ==================== Industries SECTION Start ==================== */


/* Main industry section container */
.sai-indus-sec{
    width:100%;
    padding: 64px;
	background: #0A2440;
}

/* Header row layout */
.sai-indus-sec__header{
	width: 100%;
    max-width: 1312px;
	margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:28px;
}
.sai-indus-sec__arrow-group{
    display:flex;
    gap:12px;
    flex-shrink:0;
}
.sai-indus-sec__arrow-btn{
    border:none;
    background:none !important;
    padding:0px;
    width:36px;
    height:36px;
}
.sai-indus-sec__arrow-btn:hover{
    border:none;
    background:none;
    cursor:pointer;
}
.sai-indus-sec__arrow-btn:disabled{
    opacity:0.3;
    pointer-events:none;
}
.sai-indus-sec__arrow-btn svg{
    width:36px;
    height:36px;
    stroke:#fff;
    fill:none;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* ── SLIDER OUTER ── */
.sai-indus-sec__slider-outer{
    width:100%;
	max-width: 1312px;
	margin: 0 auto;
    border-radius:6px;
    overflow:hidden;
}

/* ── CARDS ROW ── */
.sai-indus-sec__cards-row{
    display:flex;
    gap:16px;
    width:100%;
    height:420px;
}

/* ── CARD ── */
/* Base card appearance for all industry tiles. */
.sai-indus-sec__card{
    position:relative;
    border-radius:6px;
    overflow:hidden;
    cursor:pointer;
    flex:1 1 0%;
    min-width:0;
    transition:flex 0.55s cubic-bezier(0.4,0,0.2,1);
background: rgba(0, 0, 0, 0.05);
backdrop-filter: blur(4px);
}

/* Active card expands and reveals content. */
.sai-indus-sec__card.sai-indus-sec__card--active{
    flex:5 1 0%;
    cursor:default;
}

/* Full-size card background image layer. */
.sai-indus-sec__card-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    transition:transform 0.6s ease;
    background: #0a2440;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sai-indus-sec__card:hover .sai-indus-sec__card-bg{transform:scale(1.04);}
.sai-indus-sec__card.sai-indus-sec__card--active .sai-indus-sec__card-bg{transform:scale(1);}
.sai-indus-sec__card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(8,18,38,0.1) 0%,
        rgba(8,18,38,0.4) 50%,
        rgba(8,18,38,1) 100%
    );
	backdrop-filter:blur(4px);
}
.sai-indus-sec__card.sai-indus-sec__card--active .sai-indus-sec__card-overlay{
    background: linear-gradient(to bottom, rgba(8, 18, 38, 0.1) 0%, rgba(8, 18, 38, 0.4) 50%, rgba(8, 18, 38, 1) 100%);
	backdrop-filter:none;
}
/* .sai-indus-sec__card:not(.sai-indus-sec__card--active){
    filter:brightness(0.75) saturate(0.85);
}
.sai-indus-sec__card:not(.sai-indus-sec__card--active):hover{
    filter:brightness(0.9) saturate(1);
} */
.sai-indus-sec__card.hidden{
    display:none;
}

/* ── VERTICAL LABEL (inactive only) ── */
.sai-indus-sec__card-label-vert{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:28px;
    left:50%;
    transform:translateX(-50%) rotate(180deg);
    writing-mode:vertical-rl;
    font-size:18px;
    font-weight:500;
    font-family:"Inter Tight", sans-serif;
    color:rgba(255,255,255,0.9);
    white-space:nowrap;
    letter-spacing:0.04em;
    transition:opacity 0.2s ease;
    pointer-events:none;
    text-shadow:0 1px 6px rgba(0,0,0,0.5);
    gap: 24px;
}
.sai-indus-sec__card-label-vert img {
    transform: rotate(180deg);
    transition: transform .1s ease;
}


.sai-indus-sec__card.sai-indus-sec__card--active .sai-indus-sec__card-label-vert{
    opacity:0;
    pointer-events:none;
}

/* ── ACTIVE CONTENT ── */
/* Hidden until the card becomes active, then fades in. */
.sai-indus-sec__card-content{
    position:absolute;
    bottom:0;left:0;right:0;
    padding:24px;
    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
}
.sai-indus-sec__card.sai-indus-sec__card--active .sai-indus-sec__card-content{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    transition:opacity 0.35s ease 0.45s, transform 0.35s ease 0.45s;
}

/* Card title styling inside the active tile. */
.sai-indus-sec__card-title{
    font-family:"Inter Tight", sans-serif;
    font-size:18px;
    font-weight:500;
    color:#fff;
    line-height:24px;
    margin-bottom:8px;
}
.sai-indus-sec__card-desc{
    font-family: "inter tight", sans-serif;
    font-size:14px;
    color:#F4F4F5;
    line-height:21px;
    font-weight:400;
    margin-bottom:24px;
}
.sai-indus-sec__card-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#0865FF;
    border-radius:6px;
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height: 25.6px;
    font-family:"Inter Tight", sans-serif;
    padding:8px 16px;
    text-decoration:none;
    letter-spacing:0.04em;
    cursor:pointer;
    transition:background 0.2s;
}
.sai-indus-sec__card-btn:hover{
    background:#0850cc;
    color:#fff;
}
.sai-indus-sec__card-btn svg{
    width:16px;height:16px;
    stroke:currentColor;fill:none;
    stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;
}

 /* ---------- Bottom CTA banner ---------- */
  .sai-indus-sec__cta-banner{
	width: 100%;
	max-width: 1312px;
	  margin: 0 auto;
    margin-top:48px;
    background:#fff;
    border-radius:8px;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    min-height:200px;
  }

  .sai-indus-sec__cta-image{
    flex:0 0 523px;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .sai-indus-sec__cta-image::after{
    content:"";
    position:absolute;
    inset:0;
  }

  .sai-indus-sec__cta-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:32px;
  }

  .sai-indus-sec__cta-content h3{
    font-family:"Inter Tight", sans-serif;
    font-size:22px;
    font-weight:500;
    line-height:28.6px;
    color:#000;
    margin:0px 0px 8px 0px;
	max-width: 400px;
  }

  .sai-indus-sec__cta-content p{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#525B53;
    max-width:400px;
    margin-bottom:24px;
  }

  .sai-indus-sec__cta-button{
    align-self:flex-start;
    background:#0865FF;
    color:#fff;
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height: 25.6px;
    border:none;
    padding:8px 16px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    transition:background .15s ease;
  }
  .sai-indus-sec__cta-button:hover{ background:#0e4fd6; }
  .sai-indus-sec__cta-button svg{ width:13px; height:13px; }


  /* ---------- Header row ---------- */
  .sai-indus-sec__header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:32px;
    margin-bottom:48px;
    flex-wrap:wrap;
  }

  .sai-indus-sec__header-left{
    flex:0 0 auto;
  }

  .sai-indus-sec__header-right{
/*     flex:1 1 490px; */
    display:flex;
    justify-content:flex-end;
	flex-direction: column;
	gap: 24px;
  }

  .sai-indus-sec__nav-controls{
    flex:0 0 auto;
    display:flex;
    gap:16px;
    align-self:flex-end;
    width: 100%;
    justify-content: end;
  }

  .sai-indus-sec__header-left .sai-indus-sec__eyebrow{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    color:#F4F4F5;
    margin-bottom:9px;
  }

  .sai-indus-sec__header-left h2{
    font-family:"Inter Tight", sans-serif;
    font-size:36px;
    font-weight:500;
    line-height:43.2px;
    color:#fff;
    max-width:640px;
	  margin-bottom: 0px;
  }

  .sai-indus-sec__header-right p{
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:25.6px;
    color:#F4F4F5;
    max-width:590px;
    text-align:left;
  }
  /* ---------- Arrows ---------- */
  .sai-indus-sec__nav-btn{
    width:34px;
    height:34px;
    border-radius: 99999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity:1;
    background: rgba(255, 255, 255, 0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
  }
.sai-indus-sec__nav-btn.in-active-prev{
opacity:0.5;
}
.sai-indus-sec__nav-btn.in-active-next{
opacity:0.5;
}
  /* .sai-indus-sec__nav-btn:hover{ background:rgba(255, 255, 255, 0.04); border-color:#A1AAA3; }
  .sai-indus-sec__nav-btn:disabled{ opacity:0.35; cursor:not-allowed; } */
  .sai-indus-sec__nav-btn img{ width:20px; height:20px; }

/* ── MOBILE ── */
@media(max-width:769px){
  .sai-indus-sec__cards-row{
        flex-direction:column;
        height:auto;
        gap:16px;
    }

    .sai-indus-sec__card{
        flex:1 1 56px;
        min-height:88px;
        width:100%;
        transition:flex 0.5s cubic-bezier(0.4,0,0.2,1);
    }
    .sai-indus-sec__card.sai-indus-sec__card--active{
        flex:6 1 0%;
        min-height:280px;
    }
    .sai-indus-sec__card-label-vert{
        writing-mode:horizontal-tb;
        transform:translateY(50%) rotate(0deg);
        left:0px;
        bottom:50%;
        font-size:18px;
		width: 100%;
		height:88px;
		display: flex;
        justify-content: space-between;
        align-items: center;
		flex-direction: row-reverse;
		padding:32px 24px;
    }
	.sai-indus-sec__cta-banner{
        margin-top:32px;
}
	.sai-indus-sec__cta-content p{
     margin:0px 0px 16px 0px;
}
	/* .sai-service-sec{
       padding:0px 16px 32px 16px;
} */
.sai-indus-sec {
    padding: 32px 24px;
}
.sai-indus-sec__header, .sai-indus-sec__header-right p{
    width:100%;
    max-width:100%;
}
.sai-indus-sec__cta-image, .sai-service-sec__cta-image {
		flex: 0 0 300px !important;
	}
}
@media(max-width:700px){
		/* .sai-indus-sec{
    padding: 32px 16px;
	background: #0A2440;
} */
	.sai-indus-sec__header-left h2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #fff;
/*     max-width: 640px; */
		margin: 0px !important;
	}
	.sai-indus-sec__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
	.sai-indus-sec__header-right p {
		margin-bottom: 0px !important;
	}
	.sai-indus-sec__nav-controls {
		display: none;
	}
	.sai-indus-sec__cta-banner {
		flex-direction: column;
	}
	
	.sai-indus-sec__cta-content {
		padding:24px;
	}
	.sai-indus-sec__cta-content h3 {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #000;
    margin: 0px 0px 8px 0px;
/*     max-width: 400px; */
}
	
  
}
/* ==================== Industries SECTION END ==================== */

/* ==================== WORK SECTION CSS START ==================== */

 .work-sec-serv{
    padding:64px;
	background: #FAFAFA !important;
  }

  /* ---------- Header row ---------- */
  .work-sec-serv__header{
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    margin-bottom:48px;
    /* flex-wrap:wrap; */
  }

  .work-sec-serv__header-left{
    flex:0 0 auto;
  }

  .work-sec-serv__header-right{
/*     flex:1 1 490px; */
    display:flex;
    justify-content:flex-end;
	flex-direction: column; 
	gap: 24px;
  }

  .work-sec-serv__nav-controls{
    flex:0 0 auto;
    display:flex;
    gap:8px;
    align-self:flex-end;
    width: 100%;
    justify-content: end;
  }

  .work-sec-serv__header-left .work-sec-serv__eyebrow{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    color:#525B53;
    margin-bottom:8px;
  }

  .work-sec-serv__header-left h2{
    font-family:"Inter Tight", sans-serif;
    font-size:36px;
    font-weight:500;
    line-height:43.2px;
    color:var(--e-global-color-primary);
    max-width:640px;
	 margin:0px;
  }

  .work-sec-serv__header-right p{
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:25.6px;
    color:#18181B;
    max-width:590px;
    text-align:left;
  }

  /* ---------- Carousel ---------- */
  .work-sec-serv__carousel-wrap{
    position:relative;
	width: 100%;
    max-width: 1312px;
	margin: 0 auto;
  }

  .work-sec-serv__carousel-track{
    display:flex;
    border-top:0.6px solid #E4E7E5;
	border-bottom:0.6px solid #E4E7E5;
    border-left:0.6px solid #E4E7E5;
    border-radius: 8px 0 0 8px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding-bottom:0px;
  }
  .work-sec-serv__carousel-track::-webkit-scrollbar{ display:none; }

  .work-sec-serv__card{
    flex:0 0 29.5%;
    width:280px;
    background:#fff;
    border-right:0.6px solid #E4E7E5;
    padding:24px;
    display:flex;
    flex-direction:column;
  }

  .work-sec-serv__card h3{
    font-family:"Inter Tight", sans-serif;
    font-size:18px;
    font-weight:500;
    line-height:22px;
    color:#000;
    margin:0px 0px 8px 0px;
  }

  .work-sec-serv__card .work-sec-serv__desc{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#52525B;
    margin:0px 0px 16px 0px;
    min-height:63px;
	     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
  }

  .work-sec-serv__tag{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    background:#FAFAFA;
	 height:28px;
    border:0.6px solid #E4E7E5;
    color:#000;
    font-size:14px;
    font-weight:400;
    line-height: 21px;
    padding:4px 16px;
    border-radius:999px;
    margin-bottom:32px;
  }

  .work-sec-serv__logo-row{
    display:flex;
    align-items:center;
    margin-bottom:32px;
    min-height:30px;
  }

  .work-sec-serv__logo-text{
    font-weight:700;
    font-size:18px;
    letter-spacing:-0.02em;
  }
  .logo-walmart{ color:#0071CE; }
  .logo-walmart .spark{ color:#FFC220; margin-left:2px; }
  .logo-nissan{ color:#111111; font-size:15px; letter-spacing:0.12em; }
  .logo-trafilea{ color:#111111; font-family:Georgia, serif; font-style:italic; font-weight:600; }
  .logo-trefla{ color:#0F5132; font-weight:700; }

  .work-sec-serv__card-image{
    position:relative;
    border-radius:10px;
    overflow:hidden;
    height:180px;
    margin-bottom:32px;
    background-size:cover;
    background-position:center;
    background-color:#E8E8ec;
  }

  .work-sec-serv__card-link{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
	line-height: 25.6px;
    color:#0865FF !important;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
  }
  .work-sec-serv__card-link svg{ width:20px !important; height:20px !important; }
  .work-sec-serv__card-link:hover{ text-decoration:underline; }

  /* ---------- Arrows ---------- */
  .work-sec-serv__nav-btn{
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid #A1AAA3;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    /* transition:background .15s ease, border-color .15s ease; */
  }
.work-sec-serv__nav-btn.in-active-prev{
opacity:0.5;
}
.work-sec-serv__nav-btn.in-active-next{
opacity:0.5;
}
  .work-sec-serv__nav-btn:disabled{cursor:not-allowed; }
  .work-sec-serv__nav-btn img{ width:20px; height:20px; }

  .work-sec-serv__nav-controls{
    display:flex;
    gap:16px;
  }

  /* ---------- Bottom CTA banner ---------- */
  .work-sec-serv__cta-banner{
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
    margin-top:48px;
    background:#0A2440;
    border-radius:8px;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    min-height:200px;
  }

  .work-sec-serv__cta-image{
    flex:0 0 523px;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .work-sec-serv__cta-image::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:linear-gradient(90deg, rgba(11,27,51,0) 60%, rgba(11,27,51,0.85) 100%); */
  }

  .work-sec-serv__cta-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px 32px;
  }

  .work-sec-serv__cta-content h3{
    font-family:"Inter Tight", sans-serif;
    font-size:22px;
    font-weight:500;
    line-height:28px;
    color:#fff;
    margin:0px 0px 8px 0px;
  }

  .work-sec-serv__cta-content p{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#F4F4F5;
    max-width:400px;
    margin:0px 0px 24px 0px;
  }

  .work-sec-serv__cta-button{
    align-self:flex-start;
    background:#0865FF;
    color:#fff;
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height: 25.6px;
    border:none;
    padding:8px 16px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    transition:background .15s ease;
  }
  .work-sec-serv__cta-button:hover{ background:#0e4fd6; }
  .work-sec-serv__cta-button svg{ width:13px; height:13px; }
@media (max-width:1024px){
    .work-sec-serv__header{
        flex-wrap: wrap;
    }
    .work-sec-serv__header-right{
        width: 100%;
    }

}
@media (max-width:800px){
    .sai-service-sec{
        padding-bottom: 32px;
    }
  .work-sec-serv__card {
    flex: 3 0 48.5%;}
    .work-sec-serv {
    padding:32px 24px;}
    .work-sec-serv__header-right, .work-sec-serv__header,
    .sai-service-sec__header-left h2, .sai-service-sec__header-right p{
        width: 100%;
        max-width: unset !important;
    }
    .work-sec-serv__cta-image {
    flex: 0 0 330px;
}
 .sai-service-sec__header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:32px;
    margin-bottom:48px;
    flex-wrap:wrap;
  }
}
  @media (max-width:720px){
    .work-sec-serv{ padding:32px 16px 72px; }
    .work-sec-serv__header{ flex-direction:column; align-items:flex-start; gap: 16px; margin-bottom: 32px; }
    .work-sec-serv__header-left h2{ font-size:24px; line-height:28.8px; margin: 8px 0px 0px 0px; }
    .work-sec-serv__header-right p{ font-size:16px; line-height:25.6px; margin-bottom: 0px;  }
    .work-sec-serv__header-right{ justify-content:flex-start; width:100%; flex: 1 1 0px; gap: 16px; }
    .work-sec-serv__nav-controls{ align-self:flex-start; margin-top:8px; }
    .work-sec-serv__cta-banner{ flex-direction:column; min-height:auto; }
    .work-sec-serv__cta-image{ flex:0 0 160px; width:100%; }
    .work-sec-serv__cta-image::after{ background:linear-gradient(0deg, rgba(11,27,51,0) 40%, rgba(11,27,51,0.9) 100%); }
    .work-sec-serv__cta-content{ padding:24px; }
    .work-sec-serv__card{ width:100%; flex: 0 0 107%; }
    .work-sec-serv__card:first-child{ flex: 0 0 100%; }
  }
/* ==================== WORK SECTION CSS END ==================== */

/* ==================== OTHER SERVICES SECTION CSS START ==================== */

.sai-service-sec{
    padding-bottom: 64px;
}

/* ---------- Header row ---------- */
 
.sai-service-sec__header{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}
  .sai-service-sec__header-left{
    flex:0 0 auto;
  }

  .sai-service-sec__header-right{
/*     flex:1 1 490px; */
    display:flex;
    justify-content:flex-end;
	flex-direction: column;
  }

  .sai-service-sec__nav-controls{
    flex:0 0 auto;
    display:flex;
    gap:16px;
    align-self:flex-end;
    width: 100%;
    justify-content: end;
  }

  .sai-service-sec__header-left .sai-service-sec__eyebrow{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    color:#525B53;
    margin-bottom:8px;
  }

  .sai-service-sec__header-left h2{
    font-family:"Inter Tight", sans-serif;
    font-size:36px;
    font-weight:500;
    line-height:43.2px;
    color:#000;
    max-width:456px;
	  margin:0px;
  }

  .sai-service-sec__header-right p{
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:25.6px;
    color:#18181B;
    max-width:500px;
    text-align:left;
  }

.sai-service-sec__nav-controls {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}
.sai-service-sec__nav-btn {
    display: flex;
    width: 34px;
    height: 34px;
    padding:8px;
    justify-content: center;
    align-items: center;
    gap:8px;
    border-radius:99999px;
    border: 1px solid #A1AAA3;
    background:rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: border-color .2s, background .2s, opacity .2s;
    color: #333;
	opacity:1;
}
.sai-service-sec__nav-btn.in-active-prev {
    opacity: 0.5;
    pointer-events: none;
}
.sai-service-sec__nav-btn.in-active-next {
    opacity: 0.5;
    pointer-events: none;
}

/* ── SLIDER ──
   Container shows exactly 3 cards.
   Active card = 50% of container width.
   Each inactive = 25% of container width.
   We use CSS variables set by JS for reliable pixel math.
*/
.sai-service-sec__slider-outer {
    overflow: hidden;
    border-top: 0.6px solid #E2E2EC;
	border-bottom: 0.6px solid #E2E2EC;
	border-left: 0.6px solid #E2E2EC;
    border-radius: 8px 0px 0px 8px;
}

.sai-service-sec__slider-track {
    display: flex;
    align-items: stretch;
    /* transition only transform, not width — width changes via JS class */
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* ── CARD ── */
.sai-service-sec__card {
    flex-shrink: 0;
    /* width set by JS */
    border-right: 0.6px solid #E2E2EC;
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #fff;
    transition: background .2s, width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 280px;
    box-sizing:border-box;
}

.sai-service-sec__card:last-child {
    border-right: none;
}

.sai-service-sec__card.sai-service-sec__card--active {
    cursor: default;
    width: 450px !important;
}

/* icon */
.sai-service-sec__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background:rgba(8, 101, 255, 0.15);
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sai-service-sec__card-icon svg {
    width: 24px;
    height: 24px;
    stroke: #3a6fd8;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.sai-service-sec__card:first-child .sai-service-sec__card-icon img{
width: 24px;
    height: 24px;
}
.sai-service-sec__card-icon img{
    width: 20px;
    height: 20px;
}

.sai-service-sec__card-title {
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    color: #000;
    line-height:24px;
    margin-bottom: 8px;
}

/* Description: hidden on inactive, visible on active */
.sai-service-sec__card-desc {
    width: 100%;
    font-size: 14px;
    color: #525B53;
    font-weight: 400;
    line-height: 21px;
    flex: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease;
    font-family: "Inter Tight", sans-serif;
	margin:0px;
}

.sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-desc {
    opacity: 1;
    transition-delay: .35s; /* same as card width animation */
}

.sai-service-sec__card-footer {
    margin-top: 0px;
    flex-shrink: 0;
    bottom: 0px;
    position: relative;
    display: flex;
}

.sai-service-sec__link-explore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: Inter;
    color: #0865FF !important;
    text-decoration: none;
    transition: color .2s;
}
.sai-service-sec__link-explore svg{
width:20px !important;
height:20px !important;
}
.sai-service-sec__link-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family:"Inter Tight",sans-serif;
    color: #0865FF;
    text-decoration: none;
    transition: color .2s;
    width: max-content;
    cursor: pointer;
    margin-bottom: 0px;
}
.sai-service-sec__link-details img{
width:20px;
height:20px;
}

/* .sai-service-sec__link-details svg,
.sai-service-sec__link-explore img,
.sai-service-sec__link-details img {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 16px;
    height: 16px;
} */


 /* ---------- Bottom CTA banner ---------- */
  .sai-service-sec__cta-banner{
    margin-top:32px;
    background:#0A2440;
    border-radius:8px;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    min-height:200px;
  }

  .sai-service-sec__cta-image{
    flex:0 0 523px;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .sai-service-sec__cta-image::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:linear-gradient(90deg, rgba(11,27,51,0) 60%, rgba(11,27,51,0.85) 100%); */
  }

  .sai-service-sec__cta-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:32px;
  }

  .sai-service-sec__cta-content h3{
    font-family:"Inter Tight", sans-serif;
    font-size:22px;
    font-weight:500;
    line-height:28px;
    color:#fff;
    margin:0px 0px 8px 0px;
  }

  .sai-service-sec__cta-content p{
    font-family:"Inter Tight", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#F4F4F5;
    max-width:400px;
    margin-bottom:24px;
  }

  .sai-service-sec__cta-button{
    align-self:flex-start;
    background:#0865FF;
    color:#fff;
    font-family:"Inter Tight", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height: 25.6px;
    border:none;
    padding:8px 16px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    transition:background .15s ease;
  }
  .sai-service-sec__cta-button:hover{ background:#0e4fd6; }
  .sai-service-sec__cta-button svg{ width:13px; height:13px; }

  @media (max-width:720px){
    .sai-service-sec{ padding:32px 16px; }
    .sai-service-sec__header{ flex-direction:column; align-items:flex-start; gap: 16px; margin-bottom: 32px; }
    .sai-service-sec__header-left h2{ font-size:24px; line-height:28.8px; margin: 0px 0px 0px 0px; }
    .sai-service-sec__header-right p{ font-size:16px; line-height:25.6px; }
    .sai-service-sec__header-right{ justify-content:flex-start; width:100%; flex: 1 1 0px; }
    .sai-service-sec__nav-controls{ align-self:flex-start; margin-top:8px; }
    .sai-service-sec__cta-banner{ flex-direction:column; min-height:auto; }
   .sai-service-sec__cta-image{
        flex: 0 0 298px;
    }
    .sai-service-sec__cta-image::after{ background:linear-gradient(0deg, rgba(11,27,51,0) 40%, rgba(11,27,51,0.9) 100%); }
    .sai-service-sec__cta-content{ padding:24px; }
    .sai-service-sec__card{ width:100%; flex: 0 0 107%; padding: 24px; }
    .sai-service-sec__card:first-child{ flex: 0 0 100%; border-radius: 8px 8px 0px 0px; }
  }

@media screen and (max-width: 767px) {
    .sai-service-sec__card{ height:auto; min-height:280px; }

    /* Nav arrows don't apply to the stacked accordion list */
    .sai-service-sec__nav-controls{ display:none; }

    .sai-service-sec__slider-outer{
        border:none;
        border-radius:0;
    }

    .sai-service-sec__slider-track{
        flex-direction:column;
		border: 0.6px solid #E2E2EC;
		border-radius: 8px;
/* 		margin-top: 0px; */
    }

    /* Base row: collapsed list item (icon + title + circular arrow) */
    .sai-service-sec__card{
        width:100% !important;
        flex:0 0 auto !important;
        min-height:0;
        height:auto;
        flex-direction:row;
        align-items:center;
        gap:16px;
        border-right:none;
        border-bottom:1px solid #E4E4E9;
        padding:24px;
        background:#fff;
    }

    .sai-service-sec__card:last-child{
		border-radius: 8px 8px 8px 8px;
    }

    .sai-service-sec__card .sai-service-sec__card-icon{
        width:44px;
        height:44px;
        border-radius:8px;
        margin-bottom:0;
    }

    .sai-service-sec__card .sai-service-sec__card-icon img{
        width:24px;
        height:24px;
    }

    .sai-service-sec__card .sai-service-sec__card-title{
        flex:1;
		color: #000;
        font-size:18px;
        line-height:23.4px;
        font-weight:500;
        margin-bottom:0;
        white-space:normal;
    }

    .sai-service-sec__card .sai-service-sec__card-desc{
        display:none;
    }

    .sai-service-sec__card .sai-service-sec__card-footer{
        margin:0;
        flex-shrink:0;
    }

    .sai-service-sec__card .sai-service-sec__link-explore{
        display:none !important;
    }

    /* Collapsed row's "view details" becomes an icon-only circular button */
    .sai-service-sec__card .sai-service-sec__link-details{
        display:inline-flex;
        width:40px;
        height:40px;
        border-radius:50%;
        border:1px solid #D8DBE0;
        justify-content:center;
        align-items:center;
        gap:0;
        font-size:0;
        margin:0;
    }

    .sai-service-sec__card .sai-service-sec__link-details img{
        width:20px;
        height:20px;
    }

    /* Active row: expands into the bordered detail card from the reference */
    .sai-service-sec__card.sai-service-sec__card--active{
        width:100% !important;
        flex-direction:column;
        align-items:flex-start;
		border-radius: 8px 8px 0px 0px;
        padding:24px;
        margin:0px 0px 8px 0px;
        gap:0;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-icon{
        width:44px;
        height:44px;
        border-radius:8px;
        margin-bottom:32px;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-icon img{
        width:24px;
        height:24px;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-title{
        font-size:18px;
        line-height:24px;
        font-weight:500;
        margin-bottom:12px;
        width:100%;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-desc{
        display:block;
        opacity:1;
        margin-bottom:32px;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__card-footer{
        width:100%;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__link-explore{
        display:inline-flex !important;
    }

    .sai-service-sec__card.sai-service-sec__card--active .sai-service-sec__link-details{
        display:none;
    }
    
}

/* ==================== OTHER SERVICES SECTION CSS END ==================== */

  /* STACK SECTION CSS START */

.stack-section{
	width: 100%;
    max-width:1032px;
  }

  /* ── HEADER ── */
  .stack-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:48px;
    margin-bottom:48px;
    flex-wrap:wrap;
  }

  .stack-header-left{
    flex:1 1 380px;
  }

  .stack-eyebrow{
    font-family: 'Inter Tight', sans-serif;
    font-size:14px;
    font-weight:400;
    line-height: 19.6px;
    text-transform:uppercase;
    color:#525B53;
    margin-bottom:8px;
  }

  .stack-header-left h2{
    font-family: 'Inter Tight', sans-serif;
    font-size:36px;
    font-weight:500;
    line-height:43.2px;
    /* letter-spacing:-0.01em; */
    margin:0;
    color:#000;
  }

  .stack-header-right{
    flex:1 1 360px;
  }

  .stack-header-right p{
    font-family: 'Inter Tight', sans-serif;
    font-size:16px;
    line-height:25.6px;
    font-weight: 400;
    color:#272A28;
    max-width: 473px;
    margin:0;
  }

  .stack-header-right em{
    font-style:italic;
    color:#18181B;
  }

  /* ── BODY LAYOUT (desktop) ── */
  .stack-body{
    display:flex;
    overflow:hidden;
    gap: 24px;
  }

  /* ── CATEGORY SIDEBAR (desktop) ── */
  .stack-categories{
    flex:0 0 260px;
    border:0.6px solid #E4E7E5;
    border-radius: 8px;
    height: fit-content;
  }

  .stack-cat-label{
    font-family: 'Inter Tight', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height: 25.6px;
    color:#000000;
    padding:8px 24px;
    letter-spacing:0.02em;
  }

  .stack-cat-item{ list-style:none; }

  .stack-cat-btn{
    position: relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    text-align:left;
    background:none;
    border:none;
	background: transparent !important;
	color: #525B53 !important;
    border-left:3px solid transparent;
    border-radius:0 8px 8px 0;
    padding:8px 24px !important;
    font-family: 'Inter Tight', sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height: 21px !important;
    cursor:pointer;
    transition:background .15s ease, color .15s ease, border-color .15s ease;
  }

  /* 3px-tall accent mark, vertically centered on the button,
     instead of a border spanning the full button height */
  .stack-cat-btn::before{
    content:"";
    position:absolute;
    left:-3px;
    top:23%;
    width:4px;
    height:20px;
    background:transparent;
    transition:background .15s ease;
  }

  .stack-cat-btn:hover{
    background:rgba(8, 101, 255, 0.15);
    color:#0865FF;
  }

  .stack-cat-btn.is-active{
    background:rgba(8, 101, 255, 0.15) !important;
    color:#0865FF !important;
    font-weight:400;
	border-radius: 0px 4px 4px 0px;
	padding: 8px 24px;
  }
 .stack-cat-item:last-child .stack-cat-btn.is-active {
    border-radius: 0 0 6px 0;
}

  .stack-cat-btn.is-active::before{
    background:#0865FF;
  }

  .stack-cat-btn:focus-visible{
    outline:2px solid #4F46E5;
    outline-offset:-2px;
  }

  /* Mobile-only arrow icon + panel, hidden on desktop */
  .stack-cat-arrow{ display:none; }
  .stack-cat-panel{ display:none; }

  /* ── TOOLS GRID ── */
  .stack-tools-wrap{
    flex:1 1 auto;
/*     padding:8px; */
    border:0.6px solid #E4E7E5;
    border-radius: 8px;
  }

  .stack-tools-wrap .stack-tools-grid{
    display:none;
  }

  .stack-tools-wrap .stack-tools-grid.is-active{
    display:grid;
  }

  .stack-tools-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
  }
.stack-tools-grid.is-active[data-cat-grid="observability"] {
    /* border-bottom:0.6px solid #E4E7E5; */
    height: 100%;
}

  .stack-tool{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
    padding:36px 16px;
    border-right:0.6px solid #E4E7E5;
    border-bottom:0.6px solid #E4E7E5;
    text-align:center;
  }
.stack-tools-grid .stack-tool:nth-child(+2){
    border-right: 0.6px solid #E4E7E5;
  }

  /* First three tools keep the right divider; only the last tool
     in the grid has no border-right */
  .stack-tools-grid .stack-tool:last-child{
    border-right:none;
  }

  .stack-tools-grid .stack-tool:nth-last-child(-n+2){
    border-bottom: 0.6px solid #E4E7E5;
	height: 100% !important;
  }

  .stack-tool-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .stack-tool-icon svg{
    width:100%;
    height:100%;
  }

  .stack-tool-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
  }

  .stack-tool-name{
    font-size:13px;
    font-weight:500;
    color:#52525B;
  }

  /* ══════════════ MOBILE — ACCORDION ══════════════ */
  @media (max-width:780px){

    .sai-indus-sec__card-label-vert img {
        transform: rotate(360deg);
    }
	  
	  /* .stack-section {
		  padding: 32px 16px;
	  } */
    .stack-header{
        gap: 16px;
        margin-bottom: 32px;
       }

    .stack-header-left h2{
    font-family: 'Inter Tight', sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:28.8px;
    /* letter-spacing:-0.01em; */
    margin:0;
    color:#000;
  }

    .stack-body{
      display:block;
    }

    /* Hide the desktop shared tools panel entirely on mobile;
       each accordion item gets its own inline panel instead. */
    .stack-tools-wrap{
      display:none;
    }
	  .stack-cat-label:first-child {
		  display: none;
		  
	  }
	  .stack-cat-btn:first-child {
		  border-top: 0px !important;
	  }

    .stack-categories{
      border:0.6px solid #E4E7E5;
	  border-radius: 8px;
      padding:0;
    }

    .stack-cat-label{
      padding:0 0 12px;
    }

	  .stack-cat-item:nth-child(2) {
		  border-top: 0px !important;
	  }
	  
    .stack-cat-item{
      margin-bottom:10px;
	  border-top:0.6px solid #E4E7E5 !important;
    }

    /* Collapsed row: plain text row with border + circular arrow button */
    .stack-cat-btn{
      border-top:0.6px solid #E4E7E5 !important;
      padding:16px !important;
      background:transparent !important;
      color:#000000 !important;
	  font-size: 18px !important;
	  line-height: 23.4px;
      font-weight:500 !important;
    }

    .stack-cat-btn::before{
      display:none;
    }

    .stack-cat-btn:hover{
      background:#fff;
      color:#18181B;
    }

    /* Circular arrow icon button, mobile only */
    .stack-cat-arrow{
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .stack-cat-arrow img{
      width:34px;
      height:34px;
      display:flex;
    }

    /* Active item hides its own arrow (matches screenshot: expanded
       category shows no arrow, just the heading) */
    .stack-cat-btn.is-active .stack-cat-arrow{
      display:none;
    }

    /* Expanded panel under the active category */
    .stack-cat-panel{
      padding:16px;
    }

    .stack-cat-panel.is-open{
      display:block;
    }

    .stack-cat-panel .stack-tools-grid{
      grid-template-columns:1fr 1fr;
      border:0.6px solid #E4E7E5;
      border-radius:8px;
    }

    .stack-cat-panel .stack-tool{
      padding:24px 10px;
    }
  }

  @media (max-width:420px){
    .stack-tools-grid{
      grid-template-columns:1fr;
    }
    .stack-tools-grid .stack-tool:last-child{
      border-right:none;
    }

    .stack-cat-panel .stack-tools-grid{ grid-template-columns:1fr; }
    .stack-cat-panel .stack-tools-grid .stack-tool:last-child{ border-right:none; }
  }

  /* STACK SECTION CSS END */

 /* FAQs SECTION CSS START */

.sai-main-section {
 background: #FAFAFA;
 border-radius: 8px;
 padding: 32px;
 width:100%;
 max-width:1032px;
 margin: 0 64px 0 auto;

}
/* ==================== FAQ HEADER START ==================== */

.sai-faq-header{
    
    margin:0 auto 48px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
}

.sai-faq-header__left{
    flex:0 0 420px;
}

.sai-faq-header__right{
    flex:1;
    max-width:520px;
}

/* Top Sub Heading */

.sai-faq-header__eyebrow{
    display:block;
    margin-bottom:8px;

    color:#525B53;
    font-family:"Inter Tight",sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:19.6px;
    text-transform:uppercase;
}

/* Heading */

.sai-faq-header__title{
    color:#000 !important;
    font-family:"Inter Tight",sans-serif;
    font-size:36px !important;
    font-style:normal;
    font-weight:500 !important;
    line-height:43.2px;
	margin:0px;
}

/* Paragraph */

.sai-faq-header__description{
    color:#18181B;
    font-family:"Inter Tight",sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:25.6px;
	max-width: 468px !important;
}



/* ==================== FAQ HEADER END ==================== */

.sai-faq{
    margin:auto;
    border:0.6px solid #E4E7E5;
    border-radius:6px;
    overflow:hidden;
    background:#fff;
}

.sai-faq__item{
    border-bottom:0.6px solid #E4E7E5;
}

.sai-faq__item:last-child{
    border-bottom:none;
}
.sai-faq__question{
    width:100%;
    background:none !important;
    border:none;
    outline:none;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    padding: 24px !important;
}
.sai-faq__item.active .sai-faq__question{
padding:24px 24px 8px 24px !important;
}

.sai-faq__question span:first-child{
    color:#000;
    font-family:"Inter Tight",sans-serif;
    font-size:18px;
    font-style:normal;
    font-weight:400;
    line-height:28.8px;
    padding-right:20px;
}

.sai-faq__icon{
    width:18px;
    height:18px;
    position:relative;
    flex-shrink:0;
}

.sai-faq__icon::before,
.sai-faq__icon::after{
    content:"";
    position:absolute;
    background:#000;
    transition:.3s ease;
}

.sai-faq__icon::before{
    width:12px;
    height:1.5px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.sai-faq__icon::after{
    width:1.5px;
    height:12px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.sai-faq__item.active .sai-faq__icon::after{
    opacity:0;
}

/* .sai-faq__answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .5s ease;
} */

.sai-faq__answer{
    height:0;
    overflow:hidden;
    transition:height .4s ease;
}

.sai-faq__answer p{
    padding:0 24px 24px 24px;
    color:#525B53;
    font-family:"Inter Tight",sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:21px;
	margin:0px;
}

/* .sai-faq__item.active .sai-faq__answer{
    max-height:300px;
} */


/* ==================== Mobile ==================== */

@media screen and (max-width: 768px) {
    .sai-main-section{
        padding:20px;
        margin:0 auto;
    }

    .sai-faq__question{
        padding:20px !important;
        align-items:flex-start;   /* keep icon aligned to first line */
        gap:16px;
    }

    .sai-faq__question span:first-child{
        display:block;            /* was display:flex — that's the bug */
        flex:1 1 auto;
        min-width:0;              /* lets it shrink instead of overflowing */
        font-size:18px;
        line-height:26px;
        padding-right:0;
        white-space:normal;
        word-break:break-word;
    }

    .sai-faq__icon{
        flex-shrink:0;             /* icon never gets squeezed out */
        margin-top:4px;            /* nudge to align with wrapped text's first line */
    }

    .sai-faq__answer p{
        padding:0 24px 24px 24px !important;
        margin-bottom:0;
    }

    .sai-faq-header{
        flex-direction:column;
        gap:16px;
        margin-bottom:32px;
    }

    .sai-faq-header__left,
    .sai-faq-header__right{
        max-width:100%;
        flex:1 1 100%;
    }

    .sai-faq-header__title{
        color:#000 !important;
        font-family:"Inter Tight",sans-serif;
        font-size:24px !important;
        font-style:normal;
        font-weight:500 !important;
        line-height:28.8px;
    }

    .sai-faq-header__description{
        color:#525B53;
        font-family:"Inter Tight",sans-serif;
        font-size:16px;
        font-style:normal;
        font-weight:400;
        line-height:21px;
        max-width:100% !important;
    }
}

 /* FAQs SECTION CSS END */

/* ENGAGMENT MODALS SECTION CSS START */

.sai-eng-sec,
  .sai-eng-sec *{
    box-sizing: border-box;
  }

  /* ===================================================
     Section wrapper: sai-eng-sec (unique root class)
  =================================================== */
  .sai-eng-sec{
	width:100%;
    padding-bottom: 64px;
    font-family: "Inter Tight", sans-serif;
    background: #fff;
  }

  /* ---- Header row: eyebrow + h2 on the left, intro copy on the right ---- */
  .sai-eng-sec__header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
	flex-direction:row;
	 flex-wrap:nowrap;
  }

  .sai-eng-sec__header-left{
    max-width: 640px;
  }

  .sai-eng-sec__eyebrow{
    color: #525B53;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
  }

  .sai-eng-sec__heading{
    color:#000;
    font-family: "Inter Tight", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 43.2px !important; /* 120% */
    margin: 0;
	max-width: 500px !important;
  }

  .sai-eng-sec__header-right{
    max-width: 500px;
  }

  .sai-eng-sec__paragraph{
    color:#272A28;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
  }

  /* ---- Body row: carousel on the left, fixed CTA card on the right ---- */
  .sai-eng-sec__body{
    display: flex;
    align-items: stretch;
    gap: 24px;
  }

  .sai-eng-sec__carousel-col{
    flex: 1 1 auto;
    min-width: 0; /* allow flex child to shrink for overflow:hidden to work */
  }

  /* ===== Carousel: sai-eng-sec__carousel (Zeeframes Carousel) ===== */
  .sai-eng-sec__carousel{
    position: relative;
    overflow: hidden;
  }

  .sai-eng-sec__track-wrap{
    overflow: hidden;
    overscroll-behavior-x: contain;
  }

  .sai-eng-sec__track{
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    align-items: stretch;
  }

  .sai-eng-sec__card{
    flex: 0 0 100%;
    background: #FFFFFF;
    border: 0.6px solid #E4E7E5;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  @media (min-width: 1024px) {
    .sai-eng-sec__card{
      flex: 0 0 calc((100% - 10px) / 2.2);
    }
  }

  @media (max-width: 1000px) {
    .sai-eng-sec__card{
      flex: 0 0 calc((100% - 10px) / 2.5);
    }
  }

  .sai-eng-sec__icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #0865ff26;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sai-eng-sec__icon img{
    width: 22px;
    height: 22px;
  }

  .sai-eng-sec__card h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 8px;
    color: #000 !important;
    font-family: "Inter Tight", sans-serif;
  }

  .sai-eng-sec__card-body{
    font-size: 14px;
    color: #525B53 !important;
    line-height: 21px;
    margin: 0;
    flex: 1;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
	height: fit-content;
  }

  .sai-eng-sec__card-link{
    margin: 8px 0 0;
  }

  .sai-eng-sec__card-link a{
    color: #2E6BFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
	 display:flex;
	  align-items:center;
	  gap:8px;
  }
    .sai-eng-sec__card-link a svg{
    width:20px;
    height:20px;
    }

  .sai-eng-sec__best{
    background: #0A2440;
    border-radius: 6px;
    padding: 16px;
    margin-top: 8px;
  }

  .sai-eng-sec__best-label{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 8px;
  }

  .sai-eng-sec__best-text{
    font-size: 14px;
    color: #F4F4F5;
    line-height: 21px;
    margin: 0;
  }

  /* Controls: nav buttons above, right-aligned; progress bar below */
  .sai-eng-sec__controls{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .sai-eng-sec__nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }

  .sai-eng-sec__btn{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #A1AAA3;
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }

  .sai-eng-sec__btn:hover{
    background: #F5F5F7;
  }

  .sai-eng-sec__btn[aria-disabled="true"]{
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
  }

  .sai-eng-sec__btn[aria-disabled="true"]:hover{
    background: none;
  }

  .sai-eng-sec__btn svg{
    display: block;
    width: 16px;
    height: 16px;
  }

  .sai-eng-sec__progress{
    width: 100%;
    height: 2px;
    background: #E5E7EB;
    border-radius: 2px;
    overflow: hidden;
  }

  .sai-eng-sec__fill{
    width: 0%;
    height: 100%;
    background: #111827;
  }

  /* ===== Fixed CTA promo card (does not scroll with the carousel) ===== */
  .sai-eng-sec__cta{
    flex: 0 0 350px;
    background: #0A2440;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .sai-eng-sec__cta-image{
    width: 100%;
    height: 200px;
    /* Replace this background with your team photo, e.g. background: url('your-image.jpg') center/cover; */
    background:
      linear-gradient(180deg, rgba(10,36,64,0) 0%, rgba(10,36,64,0.55) 100%),
      linear-gradient(135deg, #1B3A5C 0%, #0A2440 100%);
    position: relative;
  }

  .sai-eng-sec__cta-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0, transparent 45%);
  }

  .sai-eng-sec__cta-content{
    padding: 24px;
    display: flex;
	gap: 0px;
    flex-direction: column;
    flex: 1;
	 border-radius:8px;
  }
.sai-eng-sec__cta-content img{
border-radius:8px;
}
  .sai-eng-sec__cta-content h4{
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin: 16px 0px 8px 0px;
  }

  .sai-eng-sec__cta-content p{
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #F4F4F5;
    margin: 0px 0px 16px 0px;
	  color:#F4F4F5;
  }

.fit-btn{
justify-content:start;
width:fit-content;
}

  .sai-eng-sec__cta-btn:hover{
    background: #2359D9;
  }

  /* ===================================================
     Responsive
  =================================================== */
  @media (max-width: 900px){
    .sai-eng-sec__body{
      flex-direction: column;
    }

    .sai-eng-sec__cta{
      flex: 0 0 auto;
    }

    .sai-eng-sec__cta-image{
      height: 160px;
    }
    .sai-eng-sec__header-right{
        max-width: unset;
    }
    .sai-eng-sec__cta-content{
    flex-direction: row;
    gap: 30px;
}
    
  }

  @media screen and (max-width:600px){
.sai-eng-sec__cta-content{
    flex-direction: column;
    gap: 10px;
}
}

  @media (max-width: 640px){
    .sai-eng-sec__heading{
      font-size: 28px;
      line-height: 33.6px;
    }

    .sai-eng-sec__card{
      flex: 0 0 100% !important;
    }
  }

/* ENGAGMENT MODALS SECTION CSS END */

/* ==============================================================
    WHY ZAPTA SECTION CSS START
   ============================================================== */
.am-single-service-page-why-zapta {
    width: 100%;
    background: var(--background-section-bg-white, #FFF);
     padding:64px;
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------
   Container: width 100%, max-width 1312px, centered
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

/* --------------------------------------------------------------
   Row: flex + gap, holds left + right columns
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* --------------------------------------------------------------
   Left column: 248px max-width, no background color
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__left {
    flex: 0 0 248px;
    width: 100%;
    max-width: 248px;
    background: transparent;
}

/* --------------------------------------------------------------
   Right column: max-width 1032px, carries the background color
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__right {
    flex: 1 1 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    background:#FAFAFB;
    border-radius:8px;
    padding:32px;
}

/* --------------------------------------------------------------
   Intro row - typography matches diagnostic/services/deliverables
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.am-single-service-page-why-zapta__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 480px;
}

.am-single-service-page-why-zapta__label {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

.am-single-service-page-why-zapta__heading {
    color:#000;
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 43.2px; /* 120% */
    margin: 0;
}

.am-single-service-page-why-zapta__intro-text {
    color:#272A28;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
    max-width: 480px;
}

/* --------------------------------------------------------------
   Grid: 4 columns, 0 gap between cards (borders divide instead)
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

/* --------------------------------------------------------------
   Card: white box, shared borders (no gap), only outer corners round
   -------------------------------------------------------------- */
.am-single-service-page-why-zapta__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding:24px;
    border-radius: 0;
    border-top: 0.6px solid #E4E7E5;
    border-bottom: 0.6px solid #E4E7E5;
    border-right: 0.6px solid #E4E7E5;
    background:#FFF;
}
.am-single-service-page-why-zapta__card:nth-child(4) .am-single-service-page-why-zapta__card-title{
    width:195px;
}

/* First card: left border + rounded top-left & bottom-left */
.am-single-service-page-why-zapta__card:first-child {
    border-left: 0.6px solid #E4E7E5;
    border-radius:8px 0px 0px 8px;
}

/* Last card: rounded top-right & bottom-right */
.am-single-service-page-why-zapta__card:last-child {
    border-radius:0px 8px 8px 0px;
}

/* Icon square - same background treatment as the services section icons */
.am-single-service-page-why-zapta__icon {
    box-sizing: border-box;
    display: flex;
    width: 44px;
    height: 44px;
    padding:0px;
    justify-content: center;
    align-items: center;
    gap:8px;
    border-radius:8px;
    border: 1px solid rgba(255, 255, 255, 0);
    background:rgba(8, 101, 255, 0.15);
    flex-shrink: 0;
	margin-bottom:32px;
}

.am-single-service-page-why-zapta__icon img {
    width: 20px;
    height: 20px;
}

h3.am-single-service-page-why-zapta__card-title {
    color:#000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    margin:0px 0px 8px 0px;
}

.am-single-service-page-why-zapta__card-text {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0;
}

/* ==============================================================
   RESPONSIVE (same breakpoints as diagnostic/services/deliverables)
   ============================================================== */

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-why-zapta {
        padding: 40px;
    }
 .am-single-service-page-why-zapta__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-why-zapta__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-why-zapta__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 24px 16px;
    }
    .am-single-service-page-why-zapta__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 2-column layout: reset the 4-col corner logic.
       Left column needs its own left border; every card gets a
       bottom border since rows now wrap. */
    .am-single-service-page-why-zapta__card {
        border-radius: 0;
        border-left: none;
    }

    .am-single-service-page-why-zapta__card:nth-child(odd) {
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
    }

    /* Only the true 4 outer corners of the 2x2 grid round */
    .am-single-service-page-why-zapta__card:nth-child(1),
    .am-single-service-page-why-zapta__card:nth-child(2) {
        border-radius: var(--space-sm, 8px) 0 0 0;
        border-bottom: unset;
    }
    .am-single-service-page-why-zapta__card:nth-child(2) {
        border-radius: 0 var(--space-sm, 8px) 0 0;
        border-left: unset;
    }
    .am-single-service-page-why-zapta__card:nth-child(4) {
        border-left: unset;
    }
    .am-single-service-page-why-zapta__card:nth-last-child(2):nth-child(odd) {
        border-radius: 0 0 0 var(--space-sm, 8px);
    }
    .am-single-service-page-why-zapta__card:last-child {
        border-radius: 0 0 var(--space-sm, 8px) 0;
    }
}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 800px) {

    .am-single-service-page-why-zapta {
        padding: 32px 16px;
    }

    /* Left column hidden completely on mobile */
    .am-single-service-page-why-zapta__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-why-zapta__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-why-zapta__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 24px 16px;
    }

    .am-single-service-page-why-zapta__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-why-zapta__intro-text {
        max-width: 100%;
        text-align: left;
    }

    .am-single-service-page-why-zapta__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Cards stack to a single column: each card gets full border on
       top/left/right, top card rounds top corners, last card rounds
       bottom corners */
    

    .am-single-service-page-why-zapta__card {
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
        border-radius: 0;
    }

    /* .am-single-service-page-why-zapta__card:first-child {
        border-radius: var(--space-sm, 8px) var(--space-sm, 8px) 0 0;
    } */

    /* .am-single-service-page-why-zapta__card:last-child {
        border-radius: 0 0 var(--space-sm, 8px) var(--space-sm, 8px);
    } */
}


@media (max-width: 760px) {
      .am-single-service-page-why-zapta__card:last-child {
        border-radius: 0 0 var(--space-sm, 8px) var(--space-sm, 8px);
    } 
}
/* WHY ZAPTA SECTION CSS END */

/* SERVICES MAIN SECTION CSS START */


/* ==============================================================
   SECTION: am-single-service-page-services
   No fixed width here — full width, padding only
   ============================================================== */
.am-single-service-page-services {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden; /* hard safety net: nothing inside this section can ever push the page wider than the viewport */
    box-sizing: border-box;
    background: var(--background-section-bg-white, #FFF);
    padding: 64px;
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------
   Container: width 100%, max-width 1312px, centered
   -------------------------------------------------------------- */
.am-single-service-page-services__container {
    width: 100%;
    max-width: 1312px;
    min-width: 0;
    margin: 0 auto;
}

/* --------------------------------------------------------------
   Row: flex + gap, holds left + right columns
   -------------------------------------------------------------- */
.am-single-service-page-services__row {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

/* --------------------------------------------------------------
   Left column: 248px max-width
   -------------------------------------------------------------- */
.am-single-service-page-services__left {
    flex: 0 0 248px;
    width: 100%;
    max-width: 248px;
}

/* --------------------------------------------------------------
   Right column: max-width 1032px
   -------------------------------------------------------------- */
.am-single-service-page-services__right {
    flex: 1 1 0;
    min-width: 0; 
    width: 100%;
	padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* --------------------------------------------------------------
   Intro row
   -------------------------------------------------------------- */
.am-single-service-page-services__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px !important;
	margin-bottom:16px;
}

.am-single-service-page-services__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
/*     max-width: 520px; */
}

.am-single-service-page-services__label {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

.am-single-service-page-services__heading {
    color:#000;
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 43.2px; 
    margin: 0;
	max-width: 456px !important;
}

.am-single-service-page-services__intro-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
/*     max-width: 420px; */
}

.am-single-service-page-services__intro-text {
    color:#18181B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
	max-width: 500px !important;
}

.am-single-service-page-services__nav {
    display: flex;
    gap: 16px;
}

.am-single-service-page-services__nav-btn {
    width: 34px;
    height: 34px;
	opacity:1;
	cursor:pointer;
	
}
.am-single-service-page-services__nav-btn.in-active-prev img{
opacity:0.5;
}
.am-single-service-page-services__nav-btn .in-active-next img{
opacity:0.5;
}

/* .am-single-service-page-services__nav-btn:hover {
    background: #F4F4F5;
    border-color: #A1AAA3;
} */

/* Arrow icons rendered via CSS mask so their color is fully controllable.
   Default (non-active) color is #7F7F7F; becomes black on hover. */
/* .am-single-service-page-services__nav-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #7F7F7F;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.2s ease;
} */

/* .am-single-service-page-services__nav-icon--prev {
    -webkit-mask-image: url('https://staging.zeeframes.com/wp-content/uploads/2026/07/button-12.svg');
    mask-image: url('https://staging.zeeframes.com/wp-content/uploads/2026/07/button-12.svg');
}

.am-single-service-page-services__nav-icon--next {
    -webkit-mask-image: url('https://staging.zeeframes.com/wp-content/uploads/2026/07/button-7.svg');
    mask-image: url('https://staging.zeeframes.com/wp-content/uploads/2026/07/button-7.svg');
} */

/* .am-single-service-page-services__nav-btn:hover .am-single-service-page-services__nav-icon {
    background-color:#000;
} */

/* --------------------------------------------------------------
   Cards wrapper / track
   Desktop: horizontal scroller (native overflow-x, scrollbar hidden,
   buttons drive it programmatically)
   -------------------------------------------------------------- */
.am-single-service-page-services__cards-wrapper {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.am-single-service-page-services__cards-wrapper::-webkit-scrollbar {
    display: none;
}

.am-single-service-page-services__cards {
    display: flex;
    width: max-content;
}

/* --------------------------------------------------------------
   Card (desktop): 278px collapsed, expands to 475px on hover
   -------------------------------------------------------------- */
.am-single-service-page-services__card {
    box-sizing: border-box;
    width: 278px;
    height: 222px; /* fixed height - hover only changes width/gap, never height, so nothing below can shift */
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:24px;
    gap: 64px;
    border-top: 0.6px solid #E4E7E5;
    border-bottom: 0.6px solid #E4E7E5;
    border-right: 0.6px solid #E4E7E5;
    background: #FFF;
    overflow: hidden;
    transition: width 0.3s ease, gap 0.3s ease;
}

/* First card: also needs a left border + rounds on the left side */
.am-single-service-page-services__card:first-child {
    border-left: 0.6px solid #E4E7E5;
    border-radius: 8px 0px 0px 8px;
}

/* Last card: rounds on the right side */
.am-single-service-page-services__card:last-child {
    border-radius:0px 8px 8px 0px;
}

.am-single-service-page-services__card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.am-single-service-page-services__icon {
    box-sizing: border-box;
    display: flex;
    width: 44px;
    height: 44px;
    padding:8px 8px;
    justify-content: center;
    align-items: center;
    gap:8px;
    border-radius:8px;
    border: 1px solid rgba(255, 255, 255, 0);
    background:rgba(8, 101, 255, 0.15);
    flex-shrink: 0;
}

.am-single-service-page-services__icon img {
    width: 20px;
    height: 20px;
}

h3.am-single-service-page-services__card-title {
    color: var(--text-text-black, #000);
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    margin: 0;
    max-width:158px;
}

.am-single-service-page-services__card-text {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

/* The round mobile expand/collapse button - hidden on desktop */
.am-single-service-page-services__mobile-toggle {
    display: none;
}

/* Hover-expand only for devices that actually hover with a pointer
   (keeps touch devices from getting stuck in a hover state) */
/* Desktop only */
/* @media (min-width: 701px) and (hover: hover) and (pointer: fine) {

    .am-single-service-page-services__card {
        width: 278px;
        transition: width .35s ease, gap .35s ease;
    }

    .am-single-service-page-services__card:hover {
        width: 475px;
        gap: 8px;
    }

    .am-single-service-page-services__card:hover .am-single-service-page-services__card-text {
        opacity: 1;
        max-height: 200px;
    }
} */
 @media (min-width: 801px) {

    .am-single-service-page-services__card {
        width: 278px;
        transition: width .35s ease, gap .35s ease;
    }

    .am-single-service-page-services__card:hover {
        width: 475px;
        gap: 8px;
    }

    .am-single-service-page-services__card:hover .am-single-service-page-services__card-text {
        opacity: 1;
        max-height: 200px;
    }
}
 @media (max-width: 800px) {

    .am-single-service-page-services__card {
        width: 278px;
        transition: width .35s ease, gap .35s ease;
    }

    .am-single-service-page-services__card:hover {
        width: 375px;
        gap: 8px;
    }

    .am-single-service-page-services__card:hover .am-single-service-page-services__card-text {
        opacity: 1;
        max-height: 200px;
    }
}

/* --------------------------------------------------------------
   CTA banner
   -------------------------------------------------------------- */
.am-single-service-page-services__cta {
    display: flex;
    border-radius:8px;
    overflow: hidden;
    background: #0A2440;
}

.am-single-service-page-services__cta-image {
    width: 475px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.am-single-service-page-services__cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:32px;
}

h3.am-single-service-page-services__cta-heading {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.6px; /* 130% */
    margin: 0 0 8px 0;
}

.am-single-service-page-services__cta-text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0 0 24px 0;
	max-width: 400px !important;
}

.am-single-service-page-services__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius:8px;
    background:#0865FF;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.am-single-service-page-services__cta-button:hover {
    background: #0552CC;
}

.am-single-service-page-services__cta-arrow {
    width: 16px;
    height: 16px;
}

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

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-services {
        padding: 40px;
    }
    .am-single-service-page-services__intro{
        flex-wrap: wrap;
        gap: 16px !important;
    }
    .am-single-service-page-services__intro-right {
        align-items: flex-start;
        width: 100%;
    }
    .am-single-service-page-services__nav {
        justify-content: end;
        width: 100%;
    }
}
   @media (max-width: 768px) {
        .am-single-service-page-services__cta-image {
    width: 306px;
  }
}

    @media (max-width: 760px) {
        .am-single-service-page-services__cta-image {
    width: 306px;
  }
 /* Left column hidden completely on mobile */
    .am-single-service-page-services__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-services__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-services__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .am-single-service-page-services__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-services__intro-right {
        align-items: flex-start;
        max-width: 100%;
    }

    .am-single-service-page-services__intro-text {
        text-align: left;
    }

    /* Nav arrows only make sense for the desktop horizontal scroller */
    .am-single-service-page-services__nav {
        display: none;
    }
/* Cards become a vertical accordion list */
    .am-single-service-page-services__cards-wrapper {
        overflow: visible;
    }

    .am-single-service-page-services__cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0 var(--space-sm, 8px) var(--space-sm, 8px) 0;
        overflow: hidden; /* clips corners so only the list's outer corners round */
    }

    .am-single-service-page-services__card {
        width: 100%;
        min-height: 95px; /* collapsed row height (grows if content needs more room) */
        height: auto;
        overflow: visible;
        flex-shrink: 0;
        align-self: auto;
        padding: 24px;
        gap: 0;
        border-top: 0.6px solid var(--border-border-default, #E4E7E5);
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
        border-right: 0.6px solid var(--border-border-default, #E4E7E5);
        border-bottom: none;
        border-radius: 0; /* corners come from the wrapper's overflow:hidden */
        transition: min-height 0.3s ease;
    }

    .am-single-service-page-services__card.is-expanded {
        min-height: 242px; /* expanded row height (grows if content needs more room) */
    }

    .am-single-service-page-services__card:last-child {
        border-bottom: 0.6px solid var(--border-border-default, #E4E7E5);
    }

    .am-single-service-page-services__card-head {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        cursor: pointer;
        padding-right: 34px; /* keep title text clear of the floating toggle arrow */
    }

    .am-single-service-page-services__mobile-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

    .am-single-service-page-services__card-title {
        width: 100%;
    }

    .am-single-service-page-services__icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .am-single-service-page-services__icon img {
        width: 16px;
        height: 16px;
    }

    /* Round arrow toggle button, mobile only */
    .am-single-service-page-services__mobile-toggle {
        display: flex;
        box-sizing: border-box;
        width: 34px;
        height: 34px;
        padding: 0px !important;
        justify-content: center;
        align-items: center;
        gap:8px;
        border-radius: 99999px;
        border: 1px solid  #A1AAA3;
        background:rgba(255, 255, 255, 0.04);
        flex-shrink: 0;
        cursor: pointer;
        transition: transform 0.3s ease;
		margin-top:5px;
    }

    .am-single-service-page-services__mobile-toggle img {
        width: 14px;
        height: 14px;
    }

    .am-single-service-page-services__card.is-expanded .am-single-service-page-services__mobile-toggle {
        display: none;
    }

    /* Description: hidden until expanded */
    .am-single-service-page-services__card-text {
        opacity: 1;
        max-height: 0;
        margin-top: 0;
    }

    .am-single-service-page-services__card.is-expanded .am-single-service-page-services__card-text {
        max-height: 200px;
        margin-top: 8px;
    }

    /* CTA banner stacks vertically */
    .am-single-service-page-services__cta {
        flex-direction: column;
    }

    .am-single-service-page-services__cta-image {
        width: 100%;
        height: 180px;
    }

    .am-single-service-page-services__cta-content {
        padding: 24px var(--space-lg, 24px);
        align-self: stretch;
    }

   
}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 760px) {

    .am-single-service-page-services {
        padding: 32px 16px;
    }

    /* Left column hidden completely on mobile */
    .am-single-service-page-services__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-services__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-services__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .am-single-service-page-services__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-services__intro-right {
        align-items: flex-start;
        max-width: 100%;
    }

    .am-single-service-page-services__intro-text {
        text-align: left;
    }

    /* Nav arrows only make sense for the desktop horizontal scroller */
    .am-single-service-page-services__nav {
        display: none;
    }

    .am-single-service-page-services__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Cards become a vertical accordion list */
    .am-single-service-page-services__cards-wrapper {
        overflow: visible;
    }

    .am-single-service-page-services__cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0 var(--space-sm, 8px) var(--space-sm, 8px) 0;
        overflow: hidden; /* clips corners so only the list's outer corners round */
    }

    .am-single-service-page-services__card {
        width: 100%;
        min-height: 95px; /* collapsed row height (grows if content needs more room) */
        height: auto;
        overflow: visible;
        flex-shrink: 0;
        align-self: auto;
        padding: 24px;
        gap: 0;
        border-top: 0.6px solid var(--border-border-default, #E4E7E5);
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
        border-right: 0.6px solid var(--border-border-default, #E4E7E5);
        border-bottom: none;
        border-radius: 0; /* corners come from the wrapper's overflow:hidden */
        transition: min-height 0.3s ease;
    }

    .am-single-service-page-services__card.is-expanded {
        min-height: 242px; /* expanded row height (grows if content needs more room) */
    }

    .am-single-service-page-services__card:last-child {
        border-bottom: 0.6px solid var(--border-border-default, #E4E7E5);
    }

    .am-single-service-page-services__card-head {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        cursor: pointer;
        padding-right: 34px; /* keep title text clear of the floating toggle arrow */
    }

    .am-single-service-page-services__mobile-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

    .am-single-service-page-services__card-title {
        width: 100%;
    }

    .am-single-service-page-services__icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .am-single-service-page-services__icon img {
        width: 16px;
        height: 16px;
    }

    /* Round arrow toggle button, mobile only */
    .am-single-service-page-services__mobile-toggle {
        display: flex;
        box-sizing: border-box;
        width: 34px;
        height: 34px;
        padding: 0px !important;
        justify-content: center;
        align-items: center;
        gap: var(--space-sm, 8px);
        border-radius: var(--radius-full, 99999px);
        border: 1px solid var(--buttons-muted-btn-muted-outline, #A1AAA3);
        background: var(--background-transperant-4, rgba(255, 255, 255, 0.04));
        flex-shrink: 0;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .am-single-service-page-services__mobile-toggle img {
        width: 14px;
        height: 14px;
    }

    .am-single-service-page-services__card.is-expanded .am-single-service-page-services__mobile-toggle {
        display: none;
    }

    /* Description: hidden until expanded */
    .am-single-service-page-services__card-text {
        opacity: 1;
        max-height: 0;
        margin-top: 0;
    }

    .am-single-service-page-services__card.is-expanded .am-single-service-page-services__card-text {
        max-height: 200px;
        margin-top: 8px;
    }

    /* CTA banner stacks vertically */
    .am-single-service-page-services__cta {
        flex-direction: column;
    }

    .am-single-service-page-services__cta-image {
        width: 100%;
        height: 180px;
    }

    .am-single-service-page-services__cta-content {
        padding: 24px var(--space-lg, 24px);
        align-self: stretch;
    }

    .am-single-service-page-services__cta-heading {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 23.4px; /* 130% */
    }
} 

/* SERVICES MAIN SECTION CSS END */

/* DIAGNOSTIC SECTION CSS START */

/* ==============================================================
   SECTION: am-single-service-page-diagnostic
   No fixed width here — full width, padding only
   ============================================================== */
.am-single-service-page-diagnostic {
    width: 100%;
  
    padding:64px;
   
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------
   Container: width 100%, max-width 1312px, centered
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

/* --------------------------------------------------------------
   Row: flex + gap, holds left + right columns
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* --------------------------------------------------------------
   Left column: 248px max-width
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__left {
    flex: 0 0 248px;
    width: 100%;
    max-width: 248px;
}

/* --------------------------------------------------------------
   Right column: max-width 1032px, 48px gap between the intro
   row and the card grid
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__right {
    flex: 1 1 0;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-radius: var(--space-sm, 8px);
   background-color:#fafafb;
}

/* --------------------------------------------------------------
   Intro row: heading group on the left, supporting text on the right
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.am-single-service-page-diagnostic__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 620px;
}

.am-single-service-page-diagnostic__intro-text {
    margin: 0;
}

.am-single-service-page-diagnostic__label {
    color: var(--text-text-muted, #525B53);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

.am-single-service-page-diagnostic__heading {
    color: var(--text-text-black, #000);
    font-family: "Inter Tight", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 43.2px; /* 120% */
    margin: 0;
	max-width: 468px !important;
}

.am-single-service-page-diagnostic__intro-text {
    color: var(--text-text-muted, #525B53);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}

/* --------------------------------------------------------------
   Grid: 3 columns, 0 gap between every card
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

/* --------------------------------------------------------------
   Numbered card (01-07): white box, border on top/right/left only
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:24px;
    gap:24px;
    border-radius: 0;
    border-top: 0.6px solid #E4E7E5;
    border-right: 0.6px solid #E4E7E5;
    border-left: 0.6px solid #E4E7E5;
    background: #FFF;
}

/* Corner radius modifiers - only the true outer corners of the grid round */
.am-single-service-page-diagnostic__card--tl {
    border-radius:8px 0 0 0;
}

.am-single-service-page-diagnostic__card--tr {
    border-radius: 0 8px 0 0;
}

.am-single-service-page-diagnostic__card--bl {
    border-radius: 0 0 0 8px;
}
	.am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(7){
    border-bottom: 0.6px solid #E4E7E5;

}
/* With a 0px grid gap, only the first column (01, 04, 07) needs its own
   left border - every other card's left edge would otherwise double up
   against the border-right of the card to its left */
.am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(2),
.am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(3),
.am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(5),
.am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(6) {
    border-left: none;
}

.am-single-service-page-diagnostic__number {
    color: #0865FF;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.am-single-service-page-diagnostic__card-text {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0;
}

/* --------------------------------------------------------------
   CTA card: dark navy, spans the last 2 columns (bottom-right corner)
   Text content sits vertically centered; button stays pinned to the bottom
   -------------------------------------------------------------- */
.am-single-service-page-diagnostic__cta {
    grid-column: span 2;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center; /* text content centers vertically */
    padding:24px;
    border-radius: 0px 0px 8px 0px;
    border-right: 0.6px solid #263853;
    border-bottom: 0.6px solid #263853;
    background:#0A2440;
}

.am-single-service-page-diagnostic__cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 480px;
}

.am-single-service-page-diagnostic__cta-heading {
    line-height: 28.6px !important;
    margin: 0;
}

.am-single-service-page-diagnostic__cta-text {
    color: #F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0;
	max-width:327px;
}

.am-single-service-page-diagnostic__cta-action {
    display: flex;
    align-items: flex-end;
    align-self: flex-end; /* button stays pinned to the bottom regardless of card height */
	flex:0 0 auto;
}

.am-single-service-page-diagnostic__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius:px;
    background:#0865FF;
    color:#FFF;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.am-single-service-page-diagnostic__cta-button:hover {
    background: #0552CC;
}

.am-single-service-page-diagnostic__cta-arrow {
    width: 16px;
    height: 16px;
}

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

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-diagnostic {
        padding: 40px;
    }
 /* Left column hidden completely on mobile */
    .am-single-service-page-diagnostic__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-diagnostic__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-diagnostic__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 32px 16px;
    }

   
/* Single column stack, cards keep 0 gap between them (borders divide instead) */
    /* .am-single-service-page-diagnostic__grid {
        grid-template-columns: 1fr;
        gap: 0;
    } */

    /* First card (01): rounded top-left + top-right, border on top/left/right */
    /* .am-single-service-page-diagnostic__card--tl {
        border-radius: var(--space-sm, 8px) var(--space-sm, 8px) 0 0;
        border-top: 0.6px solid var(--border-border-default, #E4E7E5);
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
        border-right: 0.6px solid var(--border-border-default, #E4E7E5);
    } */

    /* All middle cards (02, 03, 04, 05, 06, 07): plain box, top/left/right border, no radius */
    /* .am-single-service-page-diagnostic__card--tr,
    .am-single-service-page-diagnostic__card--bl {
        border-radius: 0;
        border-top: 0.6px solid var(--border-border-default, #E4E7E5);
        border-left: 0.6px solid var(--border-border-default, #E4E7E5);
        border-right: 0.6px solid var(--border-border-default, #E4E7E5);
    } */

    /* CTA card: now last in the stack, spans full width, rounded bottom-left + bottom-right */
    /* .am-single-service-page-diagnostic__cta {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        border-radius: 0 0 var(--space-sm, 8px) var(--space-sm, 8px);
        border-top: 0.6px solid var(--border-border-secondary, #263853);
        border-left: 0.6px solid var(--border-border-secondary, #263853);
        border-right: 0.6px solid var(--border-border-secondary, #263853);
        border-bottom: 0.6px solid var(--border-border-secondary, #263853);
    } */

    /* .am-single-service-page-diagnostic__cta-action {
        width: 100%;
    } */

    /* .am-single-service-page-diagnostic__cta-button {
        width: 100%;
        justify-content: center;
    } */

}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 800px) {

    .am-single-service-page-diagnostic {
        padding: 32px 16px;
    }
    .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(2){
            border-radius: 0 8px 0 0 ;
        }
        .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(7){
            border-radius: 0  0 0 8px;
        }
     .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(2),
    .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(4),
    /* .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(5), */
    .am-single-service-page-diagnostic__grid > .am-single-service-page-diagnostic__card:nth-child(6) {
    border-left:unset;
}

    /* Left column hidden completely on mobile */
    .am-single-service-page-diagnostic__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-diagnostic__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-diagnostic__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        padding: 32px 16px;
    }

    /* Intro row stacks vertically, text becomes left-aligned */
    .am-single-service-page-diagnostic__intro {
        flex-direction: column;
        gap: 16px;
    }

    .am-single-service-page-diagnostic__intro-text {
        max-width: 100%;
        text-align: left;
    }

    .am-single-service-page-diagnostic__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Single column stack, cards keep 0 gap between them (borders divide instead) */
    .am-single-service-page-diagnostic__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    /* First card (01): rounded top-left + top-right, border on top/left/right */
    .am-single-service-page-diagnostic__card--tl {
        border-radius:8px 0 0 0;
        border-top: 0.6px solid #E4E7E5;
        border-left: 0.6px solid #E4E7E5;
        border-right:0.6px solid #E4E7E5;
    }

    /* All middle cards (02, 03, 04, 05, 06, 07): plain box, top/left/right border, no radius */
    .am-single-service-page-diagnostic__card--tr,
    .am-single-service-page-diagnostic__card--bl {
        border-radius: 0;
        border-top: 0.6px solid #E4E7E5;
        border-left:0.6px solid #E4E7E5;
        border-right:0.6px solid #E4E7E5;
    }

    /* CTA card: now last in the stack, spans full width, rounded bottom-left + bottom-right */
    .am-single-service-page-diagnostic__cta {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        border-radius: 0 0  8px 0;
        border-top: 0.6px solid #263853;
        border-left: 0.6px solid #263853;
        border-right:  0.6px solid #263853;
        border-bottom: 0.6px solid #263853;
    }

    .am-single-service-page-diagnostic__cta-action {
        width: 100%;
    }

    .am-single-service-page-diagnostic__cta-button {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 500px) {
 .am-single-service-page-diagnostic__grid {
        grid-template-columns: 1fr ;
        gap: 0;
    }
    .am-single-service-page-diagnostic__card--tl {
        border-radius:8px 8px 0 0;
    }
    .am-single-service-page-diagnostic__cta {
        border-radius: 0 0  8px 8px;
    }
}

/* DIAGNOSTIC SECTION CSS END */

/* HOW WE HELP SECTION CSS START */

/* ==============================================================
   SECTION: am-single-service-page-how-we-help
   Dark navy background, 64px padding
   ============================================================== */
.am-single-service-page-how-we-help {
    background:#0A2440;
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items:center;
}

/* --------------------------------------------------------------
   Container: centers everything, 48px gap reserved for any
   future sibling blocks placed below the grid
   -------------------------------------------------------------- */
.am-single-service-page-how-we-help__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
	 width: 100%;
    max-width:1312px;
    margin:0 auto;
	}


.am-single-service-page-how-we-help__content {
   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-radius:8px;
    overflow: hidden; /* clips corners so only outer edges appear rounded */
}

/* --------------------------------------------------------------
   Shared box rules
   -------------------------------------------------------------- */
.am-single-service-page-how-we-help__item {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: 24px;
	gap:96px;
}
.am-single-service-page-how-we-help__item.am-single-service-page-how-we-help__item--cta{
display: flex;
    flex-direction: column;
    justify-content:unset;
    padding: 24px;
	gap:32px;
}
.am-single-service-page-how-we-help__item.am-single-service-page-how-we-help__item--cta .am-single-service-page-how-we-help__card-content{
position:relative;
height:100%;
}
.am-single-service-page-how-we-help__item.am-single-service-page-how-we-help__item--cta .am-single-service-page-how-we-help__card-content .am-single-service-page-how-we-help__cta-link{
position:absolute;
bottom:0px;
}

/* Cell 1: intro card - no border */
.am-single-service-page-how-we-help__item--intro {
    background: transparent;
    gap: 16px; /* heading group -> paragraph gap */
    justify-content: flex-start; /* don't stretch gap to fill row height like the other cards */
    padding:0px 24px 0px 0px;
}

/* Label + heading group: 8px gap between "How we help" and the h2 */
.am-single-service-page-how-we-help__intro-heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Cells 2-5: bordered feature cards  */
.am-single-service-page-how-we-help__item--bordered {
    border-radius:8px 0px 0px 0px;
    border-top: 0.6px solid #263853;
    border-left: 0.6px solid #263853;
    background:#0A2440;
    transition: background-color 0.2s ease;
}

/* Hover state (cards 2-5 only): darker card background + blue icon badge */
.am-single-service-page-how-we-help__item--bordered:hover {
    background: #0C2139;
}

.am-single-service-page-how-we-help__item--bordered:hover .am-single-service-page-how-we-help__icon {
    background: #0865FF;
}

/* Cell 3 (Legacy modernization)*/
.am-single-service-page-how-we-help__item--top-right {
/*     border-radius: 0; */
border-radius: 0 8px 0 0;
    border-right: 0.6px solid var(--border-border-secondary, #263853);
}

/* Cell 4 (SaaS product engineering)  */
.am-single-service-page-how-we-help__item--bottom-left {
    border-radius: 8px 0 0 var(--space-sm, 8px);
    border-bottom: 0.6px solid var(--border-border-secondary, #263853);
}

/* Cell 5 (Staff augmentation)  */
.am-single-service-page-how-we-help__item--bottom {
    border-radius: 0;
    border-bottom: 0.6px solid var(--border-border-secondary, #263853);
}

/* Cell 6: CTA card - highlighted blue, last box */
.am-single-service-page-how-we-help__item--cta {
    border-radius: 0 0 8px 0;
    border: 0.6px solid #3984FF;
    background:#0865FF;
    gap: 32px; 
}

/* --------------------------------------------------------------
   Intro card text styles
   -------------------------------------------------------------- */
.am-single-service-page-how-we-help__label {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

h2.am-single-service-page-how-we-help__heading {
    color:#FFF;
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43.2px; 
    margin: 0;
}

.am-single-service-page-how-we-help__text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
}

/* --------------------------------------------------------------
   Icon badge (shared by cards 2-6)
   -------------------------------------------------------------- */
.am-single-service-page-how-we-help__icon {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:rgb(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
    transition: background-color 0.2s ease;
}

.am-single-service-page-how-we-help__icon img {
    width: 20px;
    height: 20px;
    max-width:unset!important;
}

/* --------------------------------------------------------------
   Card text block (title + description), 8px gap between them
   -------------------------------------------------------------- */
.am-single-service-page-how-we-help__card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.am-single-service-page-how-we-help__card-title {
    color: var(--text-text-white, #FFF);
    font-family: "Inter Tight";
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    margin: 0;
}

.am-single-service-page-how-we-help__card-text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 21px!important;
    margin: 0;
}

.am-single-service-page-how-we-help__cta-link {
    color: var(--text-text-white, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height:25.6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 41px;
}

.am-single-service-page-how-we-help__cta-arrow {
    width: 16px;
    height: 16px;
}

.am-single-service-page-how-we-help__cta-link:hover {
    text-decoration: underline;
}

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

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-how-we-help {
        padding: 40px;
    }
}
@media (max-width: 900px) {
 .am-single-service-page-how-we-help {
        padding: 32px 24px;
    }
}
/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 800px) {

   

    /* Single column stack, cards keep 0 gap between them */
    .am-single-service-page-how-we-help__content {
        grid-template-columns:1fr 1fr;
        gap: 0;
    }

    .am-single-service-page-how-we-help__item {
        gap: 32px;
    }

    /* Intro card (cell 1) stays borderless on top */
    .am-single-service-page-how-we-help__item--intro {
        gap: 16px;
    }

    /* First bordered card (cell 2): rounded top-left + top-right,
       border on top/left/right */
    .am-single-service-page-how-we-help__item--bordered:nth-of-type(2) {
        border-radius: 8px 8px 0 0;
        border: 0.6px solid #263853;
        border-bottom: none;
        background: #0A2440;
    }

    /* Middle bordered cards (cells 3, 4 & 5): top, left and right borders, no radius */
    .am-single-service-page-how-we-help__item--bordered:nth-of-type(3),
    .am-single-service-page-how-we-help__item--bordered:nth-of-type(4),
    .am-single-service-page-how-we-help__item--bordered:nth-of-type(5) {
        border-radius: 0;
        border-top: 0.6px solid #263853;
        border-left: 0.6px solid #263853;
        border-right:  0.6px solid #263853;
        background:#0A2440;
    }
    /* .am-single-service-page-how-we-help__item--bordered:nth-of-type(5){

    } */

    /* .am-single-service-page-how-we-help__item--bottom-left,
    .am-single-service-page-how-we-help__item--bottom {
        border-bottom: none;
    } */

    .am-single-service-page-how-we-help__item--cta {
        border-radius: 0 0 8px 0px;
        border: 0.6px solid #3984FF;
        background:#0865FF;
    }

    .am-single-service-page-how-we-help__heading {
        font-size: 28px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal !important;
    }

    .am-single-service-page-how-we-help__label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.6px;
    }

    .am-single-service-page-how-we-help__text,
    .am-single-service-page-how-we-help__card-text {
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.6px; /* 160% */
    }
    .am-single-service-page-how-we-help__item--bordered:nth-of-type(5) {
        border-radius: 0 0 0 8px ;
    }
}
@media (max-width: 700px) {
.am-single-service-page-how-we-help__item--bottom-left,
    .am-single-service-page-how-we-help__item--bottom {
        border-bottom: none;
    }
    
    .am-single-service-page-how-we-help__item--cta {
        border-radius: 0 0 8px 8px;
    }
     .am-single-service-page-how-we-help__item--bordered:nth-of-type(5) {
        border-radius: 0 0 0 0 ;
    }
    .am-single-service-page-how-we-help__content {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* HOW WE HELP SECTION CSS END */

/* THE GAP SECTION CSS START */

/* ==============================================================
   SECTION: am-single-service-page-gap
   No fixed width here — full width, padding only
   ============================================================== */
.am-single-service-page-gap {
    width: 100%;
    padding:64px;
}

/* --------------------------------------------------------------
   Container: width 100%, max-width 1312px, centered
   -------------------------------------------------------------- */
.am-single-service-page-gap__container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

/* --------------------------------------------------------------
   Row: flex + gap, holds left + right columns
   -------------------------------------------------------------- */
.am-single-service-page-gap__row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* --------------------------------------------------------------
   Left column: 248px max-width
   -------------------------------------------------------------- */
.am-single-service-page-gap__left {
    flex: 0 0 248px;
    width: 100%;
    max-width: 248px;
}

/* --------------------------------------------------------------
   Right column: max-width 1032px, image + content side by side
   -------------------------------------------------------------- */
.am-single-service-page-gap__right {
    display: flex;
    flex: 1 1 0;
    width: 100%;
    padding:32px;
    align-items: flex-start;
    border-radius:8px;
    background: #FAFAFB;
}

/* --------------------------------------------------------------
   Image inside the right column
   -------------------------------------------------------------- */
/* .am-single-service-page-gap__image {
    flex: 0 0 auto;
    width: 314px;
    height: 100%;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    border-radius: var(--space-sm, 8px);
    background: url('https://staging.zeeframes.com/wp-content/uploads/2026/07/Rectangle-1898-1.png') lightgray 50% / cover no-repeat,#000);
} */

/* --------------------------------------------------------------
   Content column
   -------------------------------------------------------------- */
.am-single-service-page-gap__content {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

/* .am-single-service-page-gap__media-wrap {
    flex: 0 0 auto;
} */

.am-single-service-page-gap__media-image {
    display: block;
    height: 100% !important;
	border-radius:8px;
	max-width:314px;
}

.am-single-service-page-gap__content-column {
    width: 100%;
    max-width: 622px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
}

.am-single-service-page-gap__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.am-single-service-page-gap__list-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Small uppercase label ("THE GAP") -- Desktop/caption */
.am-single-service-page-gap__label {
    color:#525B53;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

/* Heading -- Desktop/h2 */
.am-single-service-page-gap__heading {
    line-height: 43.2px; /* 120% */
    margin: 0;
	max-width: 563px !important;
	font-weight:500 !important;
}

/* Paragraph text -- Desktop/body-md */
.am-single-service-page-gap__text {
    color:#525B53;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
}

/* "Who we help most" mini heading -- Desktop/body-md */
.am-single-service-page-gap__list-title {
    color:#18181B;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
}

/* Icon list */
.am-single-service-page-gap__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-single-service-page-gap__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #525B53 !important;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.am-single-service-page-gap__list-icon img {
    width: 16px !important;
    height: 16px !important;
/*     flex: 0 0 auto; */
}

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

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-gap {
        padding: 40px;
    }
 .am-single-service-page-gap__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-gap__row {
        flex-direction: column;
        gap: 0;
    }

    /* Right column takes full width and stacks image/content */
    .am-single-service-page-gap__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        flex-direction: column;
        padding: 32px 16px;
        gap: 32px;
    }

    /* Image goes full width on small screens */
    .am-single-service-page-gap__image {
        width: 100%;
        height: 417px;
    }

    /* Label ("THE GAP") stays same size, redeclared for clarity */
    .am-single-service-page-gap__label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.6px;
    }
}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 800px) {

    .am-single-service-page-gap {
        padding: 32px 16px;
    }

    /* Left column hidden completely on mobile */
    .am-single-service-page-gap__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-gap__row {
        flex-direction: column;
        gap: 0;
    }

    /* Right column takes full width and stacks image/content */
    .am-single-service-page-gap__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        flex-direction: column;
        padding: 32px 16px;
        gap: 32px;
    }

    /* Image goes full width on small screens */
    .am-single-service-page-gap__image {
        width: 100%;
        height: 417px;
    }

    /* Label ("THE GAP") stays same size, redeclared for clarity */
    .am-single-service-page-gap__label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.6px;
    }

    /* Heading shrinks on mobile */
    .am-single-service-page-gap__heading {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
		max-width: 563px !important;
    }

    /* Paragraph text, redeclared for clarity */
    .am-single-service-page-gap__text,
    .am-single-service-page-gap__list-title {
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.6px; /* 160% */
    }

    /* List items, redeclared for clarity */
    .am-single-service-page-gap__list-item {
        color: var(--text-text-muted, #525B53);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
    }
}

/* THE GAP SECTION CSS END */

/* PROCESS SECTION CSS START */

/* ==============================================================
   SECTION: am-single-service-page-process
   ============================================================== */
.am-single-service-page-process {
    background:#0A2440;
    padding: 64px;
    display: flex;
    justify-content: center;
}

.am-single-service-page-process__container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* --------------------------------------------------------------
   Intro row - same typography pattern as the previous sections,
   recolored for the dark background
   -------------------------------------------------------------- */
.am-single-service-page-process__intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.am-single-service-page-process__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 620px;
}

.am-single-service-page-process__label {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

h2.am-single-service-page-process__heading {
    color:#FFF;
    font-family: "Inter Tight";
    /* font-size: 36px; */
    font-style: normal;
    font-weight: 500;
    line-height: 43.2px; /* 120% */
    margin: 0;
}

.am-single-service-page-process__intro-text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
  
    max-width: 632px;
    margin: 0;
}

/* --------------------------------------------------------------
   4-column layout: 3 phases + 1 CTA card
   0 gap between cards - borders act as the dividers (same
   shared-border pattern used in the how-we-help section)
   -------------------------------------------------------------- */
.am-single-service-page-process__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

/* --------------------------------------------------------------
   Phase card: bordered box, label + heading up top, details list
   revealed on hover, icon + description pinned to the bottom
   -------------------------------------------------------------- */
.am-single-service-page-process__phase {
    box-sizing: border-box;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 24px;
    border-top: 0.6px solid rgba(255, 255, 255, 0.15);
    border-bottom: 0.6px solid rgba(255, 255, 255, 0.15);
    border-right: 0.6px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s ease;
}

/* First card: also needs a left border + rounds on the left side */
.am-single-service-page-process__phase--first {
    border-left: 0.6px solid rgba(255, 255, 255, 0.15);
    border-radius:8px 0px 0px 8px;
}

.am-single-service-page-process__phase:hover {
    background: #0C2139;
}

.am-single-service-page-process__phase-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.am-single-service-page-process__phase-top-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Round arrow icon - mobile only, hidden on desktop */
.am-single-service-page-process__mobile-arrow {
    display: none;
}

.am-single-service-page-process__phase-label {
    color: var(--text-text-grey, #F4F4F5);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.am-single-service-page-process__phase-heading {
    color: var(--text-text-white, #FFF);
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.6px; /* 130% */
    margin: 0;
}

/* --------------------------------------------------------------
   Content wrapper: holds details list + bottom block on top of
   one another so they can cross-animate instead of just
   toggling display
   -------------------------------------------------------------- */
.am-single-service-page-process__phase-content {
    position: relative;
    flex: 1;
    overflow: hidden;
}

/* descriptions: starts below its resting position, translates UP into
   place on hover (mirrors kf_179_1017_translate_0) */
.am-single-service-page-process__phase-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    position: absolute;
    inset: 0;
    opacity: 0;
    translate: 0px 40px;
    pointer-events: none;
    transition: opacity 0.3s ease-out, translate 0.3s ease-out;
}

.am-single-service-page-process__phase:hover .am-single-service-page-process__phase-details {
    opacity: 1;
    translate: 0px 0px;
    pointer-events: auto;
}

.am-single-service-page-process__phase-details li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 140% */
}

.am-single-service-page-process__detail-icon {
    color:#0865FF;
    font-size: 24px;
    font-weight: 200;
    flex-shrink: 0;
}

/* basic-info: starts in place, translates DOWN and fades out on hover
   (mirrors kf_179_1027_translate_0) */
.am-single-service-page-process__phase-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    position: absolute;
    inset: 0;
    opacity: 1;
    translate: 0px 0px;
    transition: opacity 0.3s ease-out, translate 0.3s ease-out;
}

.am-single-service-page-process__phase:hover .am-single-service-page-process__phase-bottom {
    opacity: 0;
    translate: 0px 40px;
    pointer-events: none;
}

/* Icon badge (Frame): fades in via opacity on hover
   (mirrors kf_179_1028_opacity_0) - same style used on the
   how-we-help section's cards */
.am-single-service-page-process__icon {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--space-sm, 8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

/* .am-single-service-page-process__phase:hover .am-single-service-page-process__icon {
    opacity: 1;
} */

.am-single-service-page-process__icon img {
    width:20px;
    height:20px;
}

.am-single-service-page-process__phase-text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 0;
}

/* --------------------------------------------------------------
   CTA card (last card): bordered box, rounds on the right side,
   image on top, content below - fixed size to match the phase
   cards, no hover recolor/effect
   -------------------------------------------------------------- */
.am-single-service-page-process__cta {
    box-sizing: border-box;
    width: 100%;
/*     height: 400px; */
    display: flex;
    flex-direction: column;
    border-top: 0.6px solid var(--border-border-secondary, #263853);
    border-bottom: 0.6px solid var(--border-border-secondary, #263853);
    border-right: 0.6px solid var(--border-border-secondary, #263853);
    border-radius: 0 var(--space-sm, 8px) var(--space-sm, 8px) 0;
    overflow: hidden;
}

.am-single-service-page-process__cta-image {
    width: 100%;
    height: 197px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.am-single-service-page-process__cta-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    flex: 1;
    overflow: hidden;
    background-color:#fff;
}

h3.am-single-service-page-process__cta-heading {
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    margin: 0;
}

.am-single-service-page-process__cta-text {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: 8px 0px 16px 0px; /* heading -> text gap */
}


.am-single-service-page-process__cta-button:hover {
    background: #0552CC;
}

.am-single-service-page-process__cta-arrow {
    width: 14px;
    height: 14px;
}

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

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-process {
        padding: 40px;
    }

    .am-single-service-page-process__container {
        width: 100%;
    }
}
@media (max-width: 900px) {
.am-single-service-page-process {
        padding: 32px 24px;
    }
}
@media (max-width: 800px) {
.am-single-service-page-process__columns {
    grid-template-columns: repeat(2, 1fr);
    
}
.am-single-service-page-process__phase--third {
   border-left: 0.6px solid rgba(255, 255, 255, 0.15); 
}
.am-single-service-page-process__phase {
     border: 0.6px solid rgba(255, 255, 255, 0.15);
}
/* 
  .am-single-service-page-process__phase:first-child {
    border-radius: 16px 0 0 0;
  }
  .am-single-service-page-process__phase:first-child {
    border-radius: 16px 0 0 0;
  }


  .am-single-service-page-process__phase:last-child {
    border-radius: 0 0 16px 16px;
  } */
   .am-single-service-page-process__phase:nth-child(1) {
    border-radius: 8px 0 0 0;
    border-right: 0;
    border-bottom: 0;
  }
  .am-single-service-page-process__cta{
    border-radius: 0 0 8px 0;
    border-top: 0;

  }

  .am-single-service-page-process__phase:nth-child(2) {
    border-radius: 0 8px 0 0;
  }

  .am-single-service-page-process__phase:nth-child(3) {
    border-radius: 0 0px 0px 8px;
  }
  .sai-service-sec__card.sai-service-sec__card--active {
    cursor: default;
    width: 390px !important;
}

}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 760px) {

    .am-single-service-page-process {
        padding: 32px 16px;
    }

    .am-single-service-page-process__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-process__intro-text {
        max-width: 100%;
        text-align: left;
    }

    .am-single-service-page-process__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Single column stack - borders switch from left/right dividers
       to top/bottom dividers, first/last cards round top/bottom instead */
    .am-single-service-page-process__columns {
        grid-template-columns: 1fr;
    }
        .am-single-service-page-process__phase:nth-child(1) {
            border-radius: 8px 8px 0 0;
        }

        .am-single-service-page-process__phase:nth-child(2) {
            border-radius: 0 ;
        }

        .am-single-service-page-process__phase:nth-child(3) {
            border-radius: 0;
        }
    .am-single-service-page-process__phase {
        width: 100%;
        height: 238px;
        border-top: 0.6px solid var(--border-border-secondary, #263853);
        border-left: 0.6px solid var(--border-border-secondary, #263853);
        border-right: 0.6px solid var(--border-border-secondary, #263853);
        border-bottom: none;
        border-radius: 0;
        gap: 16px;
        transition: background-color 0.2s ease, height 0.3s ease;
    }

    /* Hover grows the card height only - width stays 370px */
/*     .am-single-service-page-process__phase:hover {
        height: 400px;
    }
 */
    .am-single-service-page-process__phase--first {
        border-radius: var(--space-sm, 8px) var(--space-sm, 8px) 0 0;
    }

    /* Phase-top becomes a row on mobile: text on the left, round arrow on the right */
    .am-single-service-page-process__phase-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
    }

    /* Round arrow icon - visible by default on mobile, hidden on hover */
    .am-single-service-page-process__mobile-arrow {
        box-sizing: border-box;
        display: flex;
        width: 34px;
        height: 34px;
        padding:0px;
        justify-content: center;
        align-items: center;
        gap: var(--space-sm, 8px);
        flex-shrink: 0;
        border-radius: var(--radius-full, 99999px);
        border: 1px solid var(--buttons-muted-btn-muted-outline, #A1AAA3);
        background: var(--background-transperant-4, rgba(255, 255, 255, 0.04));
    }

    .am-single-service-page-process__mobile-arrow img {
        width: 9px;
        height: 9px;
    }

    .am-single-service-page-process__phase:hover .am-single-service-page-process__mobile-arrow {
        display: none;
    }

    .am-single-service-page-process__cta {
        width: 100%;
        height: auto;
        border-top: none;
        border-left: 0.6px solid var(--border-border-secondary, #263853);
        border-right: 0.6px solid var(--border-border-secondary, #263853);
        border-bottom: 0.6px solid var(--border-border-secondary, #263853);
        border-radius: 0 0 var(--space-sm, 8px) var(--space-sm, 8px);
    }
     .am-single-service-page-process__phase:nth-child(1) {
    border-radius: 8px 8px 0 0;
    border-right: 0.6px solid var(--border-border-secondary, #263853);
    border-bottom: 0.6px solid var(--border-border-secondary, #263853);
  }
  .am-single-service-page-process__cta{
    border-radius: 0 8px 8px 0;
    border-top: 0.6px solid var(--border-border-secondary, #263853);

  }
}

/* PROCESS SECTION CSS END */


/* DELIVERABLES SECTION CSS START */

/* ==============================================================
   SECTION: am-single-service-page-deliverables
   No fixed width here — full width, padding only
   ============================================================== */
.am-single-service-page-deliverables {
    width: 100%;
    background: var(--background-section-bg-white, #FFF);
    padding:64px;

    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------
   Container: width 100%, max-width 1312px, centered
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

/* --------------------------------------------------------------
   Row: flex + gap, holds left + right columns
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* --------------------------------------------------------------
   Left column: 248px max-width
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__left {
    flex: 0 0 248px;
    width: 100%;
    max-width: 248px;
}

/* --------------------------------------------------------------
   Right column: max-width 1032px
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__right {
    flex: 1 1 0;
    width: 100%;
    max-width: 1032px;
    display: flex;
    flex-direction: column;
    gap: 48px;
	padding-bottom: 64px;
}

/* --------------------------------------------------------------
   Intro row - typography matches the diagnostic/services sections
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.am-single-service-page-deliverables__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 620px;
}

.am-single-service-page-deliverables__label {
    color:#525B53;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
    text-transform: uppercase;
}

h2.am-single-service-page-deliverables__heading {
    font-weight: 500!important;
    line-height: 43.2px; /* 120% */
    margin: 0;
}

.am-single-service-page-deliverables__intro-text {
    color:#272A28;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin: 0;
}

/* --------------------------------------------------------------
   Checklist grid: 2 columns, 6 rows, thin dividing lines
   -------------------------------------------------------------- */

/* --------------------------------------------------------------
   Deliverables Grid
   - 2 columns
   - Automatically handles any number of items
   - No empty bordered box for odd item counts
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Deliverables Grid
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border: 0.6px solid #E4E7E5;
    border-radius: 8px;
    overflow: hidden;
}


/* --------------------------------------------------------------
   Deliverable item
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding: 16px;

    border-top: 0.6px solid #E4E7E5;
}


/* First row - remove top border */
.am-single-service-page-deliverables__item:nth-child(-n + 2) {
    border-top: none;
}


/* --------------------------------------------------------------
   Center vertical divider
   Left-column items
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__item:nth-child(odd) {
    border-right: 0.6px solid #E4E7E5;
}


/* --------------------------------------------------------------
   Odd number of items
   Last item spans both columns
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__list.is-odd
.am-single-service-page-deliverables__item:last-child {
    grid-column: 1 / -1;
    border-right: none;
}


/* --------------------------------------------------------------
   Icon
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__item-icon {
    color: #0865FF;
    font-family: "Inter Tight";
    font-size: 22px;
    font-weight: 200;
    line-height: 1;
    flex-shrink: 0;
}


/* --------------------------------------------------------------
   Text
   -------------------------------------------------------------- */

.am-single-service-page-deliverables__item-text {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}


/* --------------------------------------------------------------
   Mobile
   -------------------------------------------------------------- */

@media screen and (max-width: 750px) {

    .am-single-service-page-deliverables__list {
        grid-template-columns: 1fr;
    }

    .am-single-service-page-deliverables__item,
    .am-single-service-page-deliverables__item:nth-child(odd) {
        border-right: none;
    }

    .am-single-service-page-deliverables__item:nth-child(n + 2) {
        border-top: 0.6px solid #E4E7E5;
    }

    .am-single-service-page-deliverables__list.is-odd
    .am-single-service-page-deliverables__item:last-child {
        grid-column: auto;
    }

}

/* --------------------------------------------------------------
   CTA banner (same pattern as the other sections)
   -------------------------------------------------------------- */
.am-single-service-page-deliverables__cta {
    display: flex;
    border-radius:8px;
    overflow: hidden;
    background:#0A2440;
}

.am-single-service-page-deliverables__cta-image {
    width: 516px; 
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.am-single-service-page-deliverables__cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:32px;
}

h3.am-single-service-page-deliverables__cta-heading {
    color:#FFF;
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.6px; /* 130% */
    margin: 0;
	max-width:382px;
}

.am-single-service-page-deliverables__cta-text {
    color:#F4F4F5;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin:0; /* heading -> text gap */
}

.am-single-service-page-deliverables__cta-button {
    margin-top: 24px; /* text -> button gap */
}

.am-single-service-page-deliverables__cta-button:hover {
    background: #0552CC;
}

.am-single-service-page-deliverables__cta-arrow {
    width: 16px;
    height: 16px;
}

/* ==============================================================
   RESPONSIVE (same breakpoints as diagnostic/services)
   ============================================================== */

/* --- Tablet / laptop: below 1024px --- */
@media (max-width: 1024px) {
    .am-single-service-page-deliverables {
        padding: 40px;
    }
/* Left column hidden completely on mobile */
    .am-single-service-page-deliverables__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-deliverables__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-deliverables__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .am-single-service-page-deliverables__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-deliverables__intro-text {
        max-width: 100%;
        text-align: left;
    }

    .am-single-service-page-deliverables__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Checklist collapses to a single column */
    /* .am-single-service-page-deliverables__list {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
    } */

    /* .am-single-service-page-deliverables__item {
        border-right: none !important;
        border-top: 1px solid #E4E7E5;
    } */

    /* .am-single-service-page-deliverables__item:first-child {
        border-top: none;
    } */

    /* CTA banner stacks vertically */
    /* .am-single-service-page-deliverables__cta {
        flex-direction: column;
    }

    .am-single-service-page-deliverables__cta-image {
        width: 100%;
        height: 180px;
    } */

    .am-single-service-page-deliverables__cta-content {
        padding: 24px 24px;
    }
}

/* --- Small tablet down to extra-small mobile: 800px and below --- */
@media (max-width: 800px) {

    .am-single-service-page-deliverables {
        padding: 32px 16px;
    }
    .am-single-service-page-deliverables__cta-image {
        width: 100%;
        max-width: 330px;
        height:210px;
    }
}
@media (max-width: 760px) {
    /* Left column hidden completely on mobile */
    .am-single-service-page-deliverables__left {
        display: none;
    }

    /* Row: stack, only right column remains visible */
    .am-single-service-page-deliverables__row {
        flex-direction: column;
        gap: 0;
    }

    .am-single-service-page-deliverables__right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .am-single-service-page-deliverables__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .am-single-service-page-deliverables__intro-text {
        max-width: 100%;
        text-align: left;
    }

    .am-single-service-page-deliverables__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    /* Checklist collapses to a single column */
    .am-single-service-page-deliverables__list {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
    }

    .am-single-service-page-deliverables__item {
        border-right: none !important;
        border-top: 1px solid #E4E7E5;
    }

    .am-single-service-page-deliverables__item:first-child {
        border-top: none;
    }

    /* CTA banner stacks vertically */
    .am-single-service-page-deliverables__cta {
        flex-direction: column;
    }

    .am-single-service-page-deliverables__cta-image {
        width: 100%;
        max-width: unset;
        height: 180px;
    }

    .am-single-service-page-deliverables__cta-content {
        padding: 24px 24px;
    }

    .am-single-service-page-deliverables__cta-heading {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 23.4px; /* 130% */
    }
}

/* DELIVERABLES SECTION CSS END */


/* ==========================================
   AI CTA Section Start
========================================== */

.sai-ai-cta{
    position: relative;
    overflow: hidden;
    max-width: 1312px;
    margin: 0 64px 64px;
    padding: 64px;
    border-radius: 8px;
    background: #0A2440 url("https://staging.zeeframes.com/wp-content/uploads/2026/07/Ai-native-products-bg-img.png")
        center center / cover no-repeat;
}

.sai-ai-cta__inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    position:relative;
    z-index:2;
}

.sai-ai-cta__left{
    max-width:672px !important;
}

h2.sai-ai-cta__title{
    color:#FFF !important;
    font-family:"Inter Tight",sans-serif;
    font-size:36px;
    font-style:normal;
    font-weight:500;
    line-height:43.2px;
    margin:0px 0px 16px 0px;
}

.sai-ai-cta__text{
    color:#FFF;
    font-family:"Inter Tight",sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:25.6px;
    opacity:.9;
    margin-bottom:32px;
	max-width: 672px !important;
}

/* ==========================================
   Button
========================================== */

.btn-secondary{
    display:inline-flex;
    align-items:center;
    gap:8px;
	height:40px;
    padding:8px 16px;
    border-radius:8px;
    background:#FFF;
    color:#000 !important;
    text-decoration:none;
    transition:.25s;
    font-family:"Inter Tight",sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:25.6px;
}

.btn-secondary:hover{
    background:#FAFAFA;
}

.btn-secondary svg{
    width:20px !important;
    height:20px !important;
}

/* ==========================================
   Right Side
========================================== */

.sai-ai-cta__right{
    min-width:256px;
    text-align:center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
	gap: 16px;
}

.sai-ai-cta__logo{
    width:123px;
    display:block;
}

.sai-ai-cta__subtitle{
    color: #FFF;
text-align: center;
padding-top: 10px;
/* Desktop/caption */
font-family: "Inter Tight", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.6px; /* 140% */
text-transform: uppercase;
/* margin-bottom: 16px; */
}

/* ==========================================
   AI Logos
========================================== */

.sai-ai-cta__logos{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}
/* .cta_learn_about{

} */
.sai-ai-cta__item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.sai-ai-cta__icon{
    width:52px;
    height:52px;
    border-radius:8px;
    background:rgba(255, 255, 255, 0.15);
    display:flex;
    align-items:center;
    justify-content:center;
	border: 1px solid rgba(255, 255, 255, 0.12);

}

.sai-ai-cta__icon img{
    width:24px;
    height:24px;
}

.sai-ai-cta__item span{
    color:#FFF;
    text-align:center;
    font-family:"Inter Tight",sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:21px;
}

/* ==========================================
   Decorative Waves
========================================== */

/* .sai-ai-cta::before,
.sai-ai-cta::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:
        repeating-radial-gradient(circle,
        rgba(161,120,255,.25) 0px,
        rgba(161,120,255,.25) 1px,
        transparent 2px,
        transparent 8px);
    opacity:.35;
} */

.sai-ai-cta::before{
    left:180px;
    bottom:-280px;
}

.sai-ai-cta::after{
    right:140px;
    top:-270px;
}

/* ==========================================
   Responsive
========================================== */
@media screen and (max-width:1390px){
	.am-single-service-page-diagnostic__cta-text{
    max-width:325px;
   }
}
@media(max-width:991px){

.sai-ai-cta{
    padding:40px 24px;
    margin:0 24px 32px 24px;
}

.sai-ai-cta__inner{
    flex-direction:column;
    text-align:center;
}

.sai-ai-cta__left{
    max-width:100%;
}

.sai-ai-cta__btn{
    margin:auto;
}

.sai-ai-cta__right{
    min-width:100%;
    flex-direction: row;
    justify-content: space-between;
}
.sai-eng-sec{
     padding:0px 0 32px 0;
}

}
@media screen and (max-width:768px){
	.sai-shift__header{
display:flex;
flex-direction:column;
}
.am-single-service-page-gap__content{
    width: 100%;
    display:flex;
    flex-direction:column-reverse;
}
.am-single-service-page-gap__content-column, 
.am-single-service-page-gap__media-image {
    width: 100%;
    max-width: unset;
}
.am-single-service-page-gap__media-image {
    height:300px !important;
    object-fit: cover;
}
	.sai-shift__header{
   gap:16px;
}
.sai-eng-sec__header{
     display:flex;
	flex-direction:column;
	gap:16px;
	margin-bottom:32px;
}
}
@media screen and (max-width:500px){
	.sai-serv__hefah-inner{
    padding:96px 16px 32px 16px;
}
	.sai-serv__hefah-card p{
width:100%;
}
	.sai-serv__hefah-title{
line-height:38.4px !important;
   }
	.sai-serv__hefah-desc{
margin-bottom:24px;
   }
	.sai-serv__hefah-badges{
    gap:24px;
   }
	.sai-serv__hefah-card h3 {
    margin:0px 0px 8px 0px;
   }
	.sai-shift{
    padding:32px 0px 0px 0px;
   }
	.sai-shift__header{
    margin-bottom:32px;
	padding:0px 16px;
   }
	.sai-shift__slider-wrap{
    margin:0px 16px;
}
	.sai-shift__card h4{
     margin:0px 0px 8px 0px;
    }
	.sai-cta-section{
     margin:32px 16px 32px 16px;
    }
	 .sai-cta-image img {
        width: 100%;
        height: 246px;
        object-fit: cover;
        border-radius: 8px 8px 0px 0px;
    }
	.sai-cta-content p{
       margin:8px 0px 16px 0px;  
       }
	.am-single-service-page-gap__media-image {
    height: 320px !important;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
	
	.single-service .wcu-single-service__article  h2{
    font-size:24px !important;
	line-height:28.8px !important;
}
	.am-single-service-page-how-we-help__item--intro{
    margin:0px 0px 32px 0px;
}
	.am-single-service-page-how-we-help__item{
     gap:48px;
}
	.am-single-service-page-how-we-help__item--intro{
      gap:16px;
}
	.am-single-service-page-how-we-help__item.am-single-service-page-how-we-help__item--cta .am-single-service-page-how-we-help__card-content .am-single-service-page-how-we-help__cta-link {
    position: unset;
    bottom: 0px;
    margin-top: 8px;
}
	.sai-eng-sec{
     padding:0px 16px 32px 16px;
}
	
	.sai-eng-sec__body{
    gap:28px;
}
	.sai-eng-sec__cta-content img {
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
}
	.am-single-service-page-diagnostic__right{
    gap:32px;
}
	
	.am-single-service-page-diagnostic__grid{
    border:0.6px solid #E4E7E5;
	border-radius:8px;
}
	.am-single-service-page-diagnostic__grid .am-single-service-page-diagnostic__card{
   border-bottom:0.6px solid #E4E7E5 !important;
	border-radius:none !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
		
}
	.am-single-service-page-services__right{
    padding:32px 16px;
}
	.am-single-service-page-services__intro{
    gap:16px !important;
    margin:0px !important;
}
	.am-single-service-page-services__icon{
    width:44px;
	height:44px;
	padding:0px;
}
	 .am-single-service-page-services__icon img {
        width: 20px;
        height: 20px;
    }
	.am-single-service-page-services__card .am-single-service-page-services__card-head{
     flex-direction:row;
	gap:16px;
   }
	.am-single-service-page-services__card.is-expanded .am-single-service-page-services__card-head{
     flex-direction:column;
	gap:32px;
   }
	.am-single-service-page-services__card:first-child {
    border-radius: 8px 8px 0px 0px;
}	
	.am-single-service-page-services__mobile-toggle{
    width:34px;
	height:34px;
}
	    .am-single-service-page-services__mobile-toggle img {
        width: 9px;
        height: 9px;
    }
	.am-single-service-page-services__card:last-child {
    border-radius: 0px 0px 8px 8px;
}
	    .am-single-service-page-services__cta-image {
        width: 100%;
        height: 246px;
        object-fit: cover;
    }
	h3.am-single-service-page-services__cta-heading{
     font-size:18px;
	line-height:24px;
}
	.am-single-service-page-services__cta-text{
     margin-bottom:16px;
}
	.am-single-service-page-process__container{
    gap:32px;
}
	.am-single-service-page-process__phase{
    height:300px;
}
	.am-single-service-page-process__phase-top{
     align-items:center;
}
	.am-single-service-page-process__mobile-arrow{
     width:34px;
	height:34px;
}
	.stack-section{
     padding:0px 16px 32px 16px;
}
	.stack-header{
    gap:16px;
	margin-bottom:32px;
}
	.stack-cat-btn{
    color:#000 !important;
}
	.stack-cat-btn.is-active{
    background:transparent !important;
	color:#000 !important;
}
	    .stack-cat-panel {
        padding: 0px 16px 16px 16px;
    }
	    .stack-cat-item {
        margin-bottom: 0px;
    }
	.work-sec-serv__cta-banner{
    margin-top:32px;
}
	    .work-sec-serv__cta-image {
        flex: 0 0 200px;
    }
	.work-sec-serv__cta-content h3{
    font-size:18px;
	line-height:24px;
}
	.work-sec-serv__cta-content p{
    margin:0px 0px 16px 0px;
}
	.work-sec-serv{
     padding:32px 16px;
}
	#deliverables-section{
     padding:0px 16px;
}
	.am-single-service-page-deliverables__right{
    gap:32px;
		padding-bottom:32px;
}
	    .am-single-service-page-deliverables__item {
        border-right: none !important;
        border-top: 0.6px solid #E4E7E5;
    }
	.am-single-service-page-deliverables__item:nth-child(6){
     border-bottom:0.6px solid #E4E7E5;
}
	
	.am-single-service-page-deliverables__cta-button{
    margin-top:16px;
}
	h3.am-single-service-page-deliverables__cta-heading{
    font-size:20px;
}
	.am-single-service-page-why-zapta__right{
    padding:32px 16px;
	gap:32px;
}
	.am-single-service-page-why-zapta__card{
     border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom:0.6px solid #E4E7E5 !important;     
}
	    .am-single-service-page-why-zapta__grid {   
        grid-template-columns: 1fr;
        border:0.6px solid #E4E7E5;
        border-radius: 8px;
    }
    .am-single-service-page-why-zapta__card:first-child {
    border-left: 0.6px solid #E4E7E5;
    border-radius:8px 8px 0px 0;
}
.am-single-service-page-why-zapta__card:nth-last-child(2):nth-child(odd){
    border-radius: 0;
}
	.am-single-service-page-why-zapta__card:last-child{
     border:none !important;
}
	    .sai-indus-sec__card.sai-indus-sec__card--active {
        min-height: 320px;
    }
		.sai-service-sec__card:last-child{
    border-bottom:none;
}
    .sai-service-sec {
        padding: 0px 16px 32px 16px;
    }
	.sai-main-section{
    padding:32px 16px;
    }
	.sai-service-sec__cta-content h3{
     font-size:18px;
    }
	.sai-service-sec__cta-content p{
		margin-bottom:16px;
	}
	.sai-faq-header__description{
    margin:0px;
   }
	.sai-service-sec__header-right p{
  margin:0px;
   }
	    .sai-ai-cta {
        padding: 32px 16px;
        display: block;
        border-radius: 0;
		background: #0865FF;
		margin:0px;
    }
	    .sai-ai-cta__inner {
        flex-direction: column;
        text-align: start;
        justify-content: start;
		gap:48px;
    }
	    .sai-ai-cta__text {
        font-size: 14px;
        line-height: 21px;
    }
	.single-service .wcu-single-service__article h2.sai-ai-cta__title{
      font-size:18px !important;
	 line-height:23px;
		margin:0px 0px 12px 0px;
}
	.sai-ai-cta__right{
     align-items:center;
     flex-direction:column;
     justify-content:center;
    }
	    .sai-ai-cta__logos {
        gap: 16px;
    }
    

	  
}

/* ==========================================
   AI CTA Section End
========================================== */
