/* ------------------ SERVICE HERO AREA ------------------ */
.cbabt-hero-a12 {
  width: 100%;
  padding: 100px;
  background: #F5F5F5;
}

.cbabt-left-a12 {
  width: 50%;
}
.cbabt-wrap-a12 {
  width: min(92%, 1200px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* LEFT SIDE */
/* .cbabt-left-a12 {
  flex: 1;
  text-align: left;
} */

/* BREADCRUMB PILL */
.cf-breadcrumb-pill100 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #eef9f3;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.cf-breadcrumb-pill100 a,
.cf-breadcrumb-pill100 p {
  margin: 0;
  font-size: 16px;
  color: #4bb879;
  text-decoration: none;
}

.cf-breadcrumb-pill100 span {
  color: #a8d9bf;
  font-weight: 400;
}

/* HERO TITLE + DESCRIPTION */
.cbabt-title-a12 {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000;
}
.cbabt-highlight-a12 {
	font-family: 'Inter Tight', sans-serif !important;
	font-weight:600;
  color: #2C73E5; /* SEO highlight color */
}
.cbabt-desc-a12 {
  font-size: 21px;
  line-height: 1.6;
  color: #555;
  max-width: 480px;
}

/* RIGHT IMAGE */
.cbabt-right-a12 {
  flex: 1;
  text-align: right;
}

.cbabt-right-a12 img {
	border-radius:12px;
  height: auto;
  object-fit: contain;
  display: inline-block;
}
.seo-intro-text {
  grid-column: 2;        /* ✅ both lines stay together */
  display: flex;
  flex-direction: column;
  gap: 10px;             /* ✅ controlled spacing */
}

.seo-intro-para {
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
  color: #555;
}
/* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {
  .cbabt-wrap-a12 {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .cbabt-left-a12,
  .cbabt-right-a12 {
    text-align: center;
  }

  .cbabt-title-a12 {
    font-size: 36px;
  }

  .cbabt-right-a12 img {
    width: 50%;
    margin-top: 20px;
  }
}
/* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {

  .cbabt-hero-a12 {
    padding: 50px 0; /* reduce huge padding */
  }

  .cbabt-wrap-a12 {
    flex-direction: column;
    text-align: center;
    gap: 32px; /* More space between text & image */
  }

  .cbabt-left-a12,
  .cbabt-right-a12 {
    width: 100%;
    text-align: center;
  }

  .cbabt-title-a12 {
    font-size: 32px;
    margin-bottom: 12px !important; 
  }

  .cbabt-desc-a12 {
    font-size: 16px;
    margin: 0 auto 14px !important; 
    line-height: 1.5;
    max-width: 90%;
  }

  /* Center image & spacing */
  .cbabt-right-a12 img {
    width: 90%;
    display: block;
    margin: 10px auto 0; /* add a small gap above image */
  }

  /* reduce paragraph default spacing */
  .cbabt-left-a12 p {
	  font-size:18px;
    margin: 8px 0 !important;
  }
}


/* ---------------- SERVICE PAGE 2ND SECTION ---------------- */

/* SECTION */
.features-measurable {
  padding: 40px 0;                 /* desktop spacing */
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

/* Remove section padding on mobile (AS REQUESTED) */
@media (max-width: 768px) {
  .features-measurable {
    padding: 0;
  }
}

/* CONTAINER */
.features-measurable .container {
  background-color: #fff;
  width: min(92%, 1200px);
  margin: 0 auto;
}

/* Mobile inner spacing */
@media (max-width: 768px) {
  .features-measurable .container {
    padding: 20px;
  }
}

/* ---------------- HEADER WRAP ---------------- */
.fm-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------------- HEADER LAYOUT ---------------- */
.fm-header {
  display: grid;
  grid-template-columns: 4%;
  column-gap: 40%;
  row-gap: 10px;
	align-items: center;
}

/* Right-side text group */
.cf-about-textgroup102 {
  grid-column: 2;
  display: flex;
  flex-direction: column;
}

/* Switch to stacked layout on mobile */
@media (max-width: 768px) {
  .fm-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
    padding: 10px;
    
  }

  .cf-about-textgroup102 {
    grid-column: auto;
    width: 100%;
  }
}

/* ---------------- TYPOGRAPHY ---------------- */

/* Subtitle */
.fm-header h2 {
  font-size: 48px;
  width: 1000%;
}

@media (max-width: 768px) {
  .fm-header h2 {
	margin-bottom: 0;
	font-size: 24px;
    width: 100%;
  }
}

/* Main heading */
.fm-header h1 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .fm-header h1 {
    font-size: 24px;
  }
}

/* Paragraph */
.fm-header p {
  font-size: 21px;
  line-height: 1.6;
  color: #555;
  width: 100%;
}

@media (max-width: 768px) {
  .fm-header p {
    font-size: 18px;
  }
}

/* GRID BODY */
.features-measurable-grid .container {	
	background-color:#Fff;
	border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
.features-measurable-grid{
	padding:80px;
	background-color:#F5F5F5;

}
.fm-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.fm-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 40px;
}

.fm-item.reverse .fm-text {
  order: 2;
}

.fm-item.reverse .fm-image {
  order: 1;
}

.fm-text h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.fm-text p {
  padding-right: 70px;
  font-size: 21px;
  line-height: 1.5;
  color: #555;
}

.fm-image img {
  width: 100%;
  display: block;
  border-radius: 0;
  object-fit: contain;
}

/* MOBILE GRID */
@media (max-width: 767px) {
  .fm-item {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .fm-item.reverse .fm-text,
  .fm-item.reverse .fm-image {
    order: unset;
  }

  .fm-text p {
	  font-size:18px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .features-measurable-grid {
    padding: 20px;
  }
}
	@media (max-width: 768px) {
  .fm-text h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

}