.requestBtnOrng {
    background: #fa9a00;
    border: none;
    border-radius: 40px;
    padding: 10px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
section.top-header {
    padding: 10px 0 8px;
}
.hero-heading h1, .hero-heading p {
    color: #fff;
}
.hero-heading h1 {
    font-size: 2.5rem;
    font-weight: 600;
}
.top_form.top_form_v3 h4 {
    border-bottom: none !important;
     font-size: 26px !important;
    line-height: 30px;
    margin:0 !important;
    font-weight: 600;
    padding-right: 0 !important;
}
.sm-form-n .top_form.top_form_v3 {
  width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
            padding: 20px !important;
             box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
            background-image: linear-gradient(140deg, #F1EBFF, #E1FEF4) !important;
    }
    .top_form_v3 .form-contain {
    background: none !important;
    padding: 0 !important;
}
.form-group.btn-botm {
    margin-top: 0px !important;
}

/* Tabs Css */

   .tabs-wrapper {
        background: #2f3752;
        padding: 60px 0;
        border-radius: 16px;
        color: #fff;
    }

    .nav-pills .nav-link {
        background: #3b425f;
        color: #fff;
        border-radius: 10px;
        margin-bottom: 12px;
        padding: 14px 20px;
        text-align: left;
        font-weight: 500;
    }

    .nav-pills .nav-link.active {
        background: #2fa67a;
        color: #fff;
    }

    .tab-content-card {
        padding: 40px;
    }

    .team-img {
        max-width: 100%;
    }

    .cta-btn {
        background: #fa9a00;
        border: none;
        color: #fff;
        padding: 12px 28px;
        border-radius: 50px;
        font-weight: 600;
    }
    .cta-btn:hover, .requestBtnOrng:hover {
      background: #e89818;
      color: #fff;
    }
	
/*Biswas Updated*/
.actionable_insight {background:url(../img/gray_bg.png) no-repeat #F1F5F8; padding:4rem 0 60px; float:left; width:100%; background-size: contain;}
.insight_box{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.10);
	padding: 2rem 3rem;
	margin-top:2rem;
}
/* Right dotted pattern */
.nb-insights-dots{
  position:absolute;
  right:-18px;
  top:50%;
  transform: translateY(-50%);
  width: 165px;
  height: 165px;
  opacity: .55;
  background-image: radial-gradient(#c7d2de 1.6px, transparent 1.6px);
  background-size: 12px 12px;
  border-radius: 14px;
  pointer-events: none;
}

/* Pager dots under card */
.nb-insights-pager{
  display:flex;
  justify-content:center;
  gap: 8px;
  margin-top: 16px;
}

.nb-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.18);
  background:#fff;
}

.nb-dot.is-active{
  background:#0b7a4b;
  border-color:#0b7a4b;
}
/* ===== Lifecycle Section (clean) ===== */
.lifecycle{
  background:#ffffff;
  padding: 64px 0 70px;
  width:100%;
}

/* title */
.lifecycle h2{
  margin:3rem 0 34px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color:#1f2937;
}

/* spacing between cards */
.lifecycle_row > [class*="col-"]{
  margin-bottom: 26px;
}

/* card */
.lifecycle_box{
  background:#fff;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  overflow: hidden;

  /* makes image + text stack and allows equal heights */
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* image container — SAME height across all cards */
.lifecycle_box .image_box{
  background:#f6f8fb;
  border-bottom: 1px solid #e6e8eb;

  /* fixed panel height like design */
  height: 340px;

  /* center the image */
  display:flex;
  align-items:center;
  justify-content:center;

  padding: 16px;
}

/* image sizing rules to prevent distortion */
.lifecycle_box .image_box img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display:block;
}

/* text container fills remaining space, keeps consistent block height */
.lifecycle_box .text_box{
  padding: 25px 20px 40px;
  display:flex;
  flex-direction: column;
  flex: 1;
}

/* heading */
.lifecycle_box .text_box h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color:#1f2937;

  /* keep headings from making cards uneven */
  min-height: 44px; /* ~2 lines */
}

/* paragraph */
.lifecycle_box .text_box p{
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color:#6b7280;

  /* keeps text area visually even across cards */
  flex: 1;
}

.faqh2{margin-top:3rem;}

/* Use Cases - shared base */
.usecases{
  background:#ffffff;
  padding: 64px 0 70px;
}
.usecases__title{
  margin: 0 0 34px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color:#1f2937;
}

/* Tabs row */
.usecases__tabs{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 0; /* frame will sit flush under tabs */
}

/* Each tab */
.usecases__tab{
  border: 0;
  background: #f6f8fb;
  border-radius: 8px 8px 0 0;
  padding: 30px 30px 50px;
  text-align: center;
  cursor: pointer;
  transition: background .15s ease, box-shadow .15s ease, filter .15s ease;
  filter: grayscale(1);
}

.usecases__tabIcon img{
  max-width: 100%;
  max-height: 100%;
  display:block;
}

.usecases__tabTitle{
  font-weight: 600;
  color:#272727;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
  font-family: poppins;
}

.usecases__tabDesc{
  font-size: 16px;
  line-height: 24px;
  color:#484848;
  font-family: poppins;
}
.usecases__tab:hover{
	filter: none;
}
/* Active tab: appears “connected” to green frame */
.usecases__tab.is-active{
  position: relative;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
      border-bottom: 0 !important;
	  filter: none;
  background: linear-gradient(180deg, #F7F9FB 0%, #FFF 100%);
}

/* Green bordered content frame */
.usecases__frame{
  border: 1px solid #E2E2E2;     /* green-ish border like design */
  border-radius: 0 0 8px 8px;
  padding: 26px;
  margin-top: -1px;              /* connects tab with border line */
  background:#ffffff;
  position: relative;
  z-index: 1;
}

.usecases__panel{
  display:block;
}

/* Step 3: panel header row */
.usecases__panelHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 30px;
}

.usecases__panelTitle{
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color:#272727;
}

.usecases__panelSub{
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color:#484848;
}

.usecases__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 28px;
  border-radius: 999px;
  background:#FA9A00;
  color:#ffffff;
  font-weight: 600;
  font-size: 16px;
  text-decoration:none;
  white-space: nowrap;
}
.usecases__btn:hover{ color:#ffffff; }

/* Step 4: 6 item grid */
.usecases__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 18px;
  margin-top: 16px;
}

.usecases__item{
  display: flex;
  flex-direction: column;
  gap: 25px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 15px 30px 30px;
}

/* Row 1 */
.usecases__itemTopRow{
  display: flex;
  align-items: center;
  gap: 15px;
}

.usecases__itemIcon{
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usecases__itemIcon img{
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.usecases__itemTopRow h4{
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #272727;
}
.usecases__itemBottomRow p{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #484848;
}

.usecases__itemBottomRow{
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.usecases__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #008060;
  text-decoration: underline;
}
.usecases__link:hover{
  color: #0b7a4b;
  text-decoration: underline;
}

.usecases__wishIcon{
  width: 16px;
  height: 16px;
  display: inline-block;
  object-fit: contain;
}

/* Usecase icon badge (70px circle, 10px inner padding, light orange bg) */
.usecases__itemIcon{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  background: #FEF0D9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usecases__itemIcon img{
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

.usecases__link:hover{ color:#0b7a4b; text-decoration: underline; }

.usecases__tab.blur_g{ background-image: url("../img/blur_g.png"); }
.usecases__tab.blur_b{ background-image: url("../img/blur_b.png"); }
.usecases__tab.blur_o{ background-image: url("../img/blur_o.png"); }
.usecases__tab.blur_p{ background-image: url("../img/blur_p.png"); }

/* Insight slider mechanics */
.insight_slider{
  overflow: hidden;
  width: 100%;
}

.insight_track{
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.insight_slide{
  min-width: 100%;
}

/* Make dots clickable (keep your existing dot styles too) */
.nb-insights-pager .nb-dot{
  cursor: pointer;
  padding: 0;
}

/* HERO left step tabs (Bootstrap pills styled like screenshot) */
.hero-section .nav-pills{
  gap: 10px;
}
.hero-heading p {
    font-size: 18px;
}
.hero-section .nav-pills .nav-link{
  display:flex;
  align-items:center;
  gap: 10px;
  width: 285px;                 /* match screenshot */
  padding: 10px 12px 10px 0;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  color: #ffffff;
  text-align:left;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  position: relative;
    overflow: visible;
        margin-bottom: 5px;
}

.hero-section .nav-pills .nav-link:hover{
  background: rgba(255,255,255,.14);
  color:#ffffff;
}
button.nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 28px;
    height: 100%;
    background: #0b7a4b;
    clip-path: polygon(0 0, 75% 50%, 0 100%);
}
/* number bubble */
.hero-section .hero_stepNum{
      width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #606677;
    border: 1px solid rgba(255, 255, 255, .25);
    font-weight: 700;
    font-size: 20px;
    flex: 0 0 46px;
    margin-left: -13px;
}

/* label grows */
.hero-section .hero_stepLabel{
  flex: 1;
}

/* arrow */
.hero-section .hero_stepArrow{
  font-size: 18px;
  line-height: 1;
  opacity: .9;
}

/* Active (green pill) */
.hero-section .nav-pills .nav-link.active{
  background:#0b7a4b !important;
  border-color:#0b7a4b !important;
  color:#ffffff !important;
}

.hero-section .nav-pills .nav-link.active .hero_stepNum{
  background:#ffffff;
  color:#0b7a4b;
  border-color:#ffffff;
}
.top-sec.hero-section.hero-26 {
    background: url(../img/header-bg.jpg) !important;
    padding: 50px 0 40px;
    background-size: cover;
}
.tab-inner-content {
    background: #F7F9FB;
    width: 100%;
    padding: 15px 30px;
    border-radius: 8px;
    position: relative;
}
.tab-inner-content h4 {
    font-size: 20px;
    color: #008060;
	font-weight:600;
}
.top-sec .tab-inner-content p {
    color: #484848;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
img.img-fluid.form-arrow {
    position: absolute;
    margin-left: 260px;
    z-index: 99;
    margin-top: -80px;
}
section.faq-section {
    clear: both;
}

.usecases__tabIcon {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.usecases__tabIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  filter: blur(18px);
  opacity: 0.7;
  z-index: -1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-g .usecases__tabIcon::before {
  background: rgba(0, 128, 96, 0.7); 
}

.tab-b .usecases__tabIcon::before {
  background:rgba(0, 128, 96, 0.7); 
}

.tab-o .usecases__tabIcon::before {
  background: rgba(0, 128, 96, 0.7); 
}

.tab-p .usecases__tabIcon::before {
  background: rgba(0, 128, 96, 0.7); 
}

.usecases__tab:hover .usecases__tabIcon::before {
  opacity: 1;
  transform: scale(1.15);
}

.usecases__tab.is-active .usecases__tabIcon::before {
  opacity: 1;
  transform: scale(1.25);
}
.actionable_insight h2, .actionable_insight h3, .faq-section h2 {
    font-weight: 600;
}
.sub-footer .pf-row {
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff url(../img/faded-bg.png) no-repeat;
    border-radius: 20px;
    margin: 0 auto;
    padding: 50px;
    width: 90%;
    background-position: left center;
}
.pf-row h2 {
    font-size: 2.125rem;
    font-weight: 600;
        line-height: 2.75rem;
}
.list-card-b {
    padding: 1.5rem !important;
    background: #fff;
     
}
      
.list-card-b li {
    margin-bottom: 7px;
    background: url(../img/green-tick.png) 0 7px no-repeat;
    padding-left: 25px;
}
@media  screen and (max-width:767px) {
  .usecases__grid, .usecases__panelHead {
    display: block !important;
} 
.usecases__item {
    margin-bottom: 20px;
}
.usecases__tabs {
    display: block;
    width: 100%;
}
.usecases__tab {
    width: 100%;
    margin-bottom: 15px;
}
}


.sub-footer, .sub-footer.sf_new {
  padding: 80px 0 !important;
}

.sub-footer-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      width: 90%;
    margin: 0 auto;
}

.sub-footer-left {
  background: #f2f4f6; /* light grey */
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sub-footer-right {
  padding: 0;
}

.list-card-b {
  padding: 50px 40px 50px 70px;
}
.col-sm-6.l_Name {
    padding-left: 0;
}

@media  screen and  (min-width:768px)  and (max-width:1500px) {
.sm-form-n {
    padding: 0;
}
.usecases__tab {
    padding: 30px 15px 50px !important;
}
.top_form input, .top_form textarea {
    font-size: 14px !important;
}
.m-form-n {
padding: 0;
}
}


@media  screen and  (min-width:1200px)  and (max-width:1400px) {
img.img-fluid.form-arrow {
    margin-left: 210px !important;
    margin-top: -60px  !important;
}
}

@media  screen and  (min-width:881px)  and (max-width:1199px) {
img.img-fluid.form-arrow {
    margin-left: 160px !important;
}
}

/* Remove default Bootstrap caret */
.faqs .accordion-button::after {
  display: none;
}

/* Default = plus */
.faqs .accordion-button::before {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F5F8;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.25s ease;
}

/* Only show ✕ when actually expanded */
.faqs .accordion-button:not(.collapsed)::before {
  content: "✕";
  background: #fff;
  color: #272727;
  font-size: 16px !important;
  font-weight: 600;
  transform: translateY(-50%) rotate(90deg);
}

.faqs button.accordion-button {
    background: #fff !important;
    border-radius: 40px !important;
}
.faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #F1F5F8 !important;
    border-radius: 40px !important;
}
.faqs .accordion-header {
    border-radius: 40px;
}

