/* ---------- Smart Services — static card styling (no animation) ---------- */
* { box-sizing: border-box; }

.smart-banner-hero-section{
	padding-top: 150px;
}
.smart-services {
  color: #304F6E;
/*   margin: 100px 0; */
	margin-bottom: 100px;
}

/* header */
.smart-services .section-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 60px;
}
.smart-services .section-header h1 {
  font-size: 96px;
  font-weight: 500;
  color: #304F6E;
  margin-bottom: 24px;
  line-height: 100px;
}
.smart-services .section-header p {
  color: #8B8B8B !important;
  font-size: 24px;
    font-weight: 500;
  /* margin: 0 auto;
  max-width: 800px; */
  line-height: 32px;
}

/* grid card */
.smart-services .service-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  border: 1px solid rgba(16, 24, 40, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0px;
  overflow: visible;
}

/* image frame */
.smart-services .service-card .img-wrap {
  margin: 18px;
  background: #fff;
  /* padding: 12px; */
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(16, 24, 40, 0.04);
  border: 1px solid rgba(16, 24, 40, 0.03);
  overflow: hidden;
}

/* image (static) */
.smart-services .service-card .ss-img {
  width: 100%;
/*   height: 220px;       */
  object-fit: cover; 
  object-position: center; 
  display: block;
  border-radius: 16px;
}

/* body */
.smart-services .card-body {
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.services-card-col{
    padding : 0 60px;
}
/* title */
.smart-services .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #304F6E;
  margin: 0;
  line-height: 120%;
}
.smart-services .card-title a {
  color: inherit;
  text-decoration: none;
}
.smart-services .card-title a:hover {
  color: #23414f;
  text-decoration: none;
}

/* excerpt */
.smart-services .card-text {
  color: #8B8B8B;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.service-card-dec{
	color: #8B8B8B !important;
}

/* static button (no hover animation) */
.smart-services .btn-read {
  display: block;
  width: 100%;
/*   margin: 12px auto 0; */
	margin: auto auto 0;
  margin-top: auto;
  background-color: #82A256;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(127, 176, 103, 0.12);
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-services .btn-read:hover {
  background-color: #7fb067;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(127, 176, 103, 0.12);
}

/* responsive tweaks */
@media (max-width: 991px) {
  .smart-services .service-card .ss-img { 
/* height: 150px; */
 }
  .services-card-col{
    padding : 30px;
  }
  .smart-services .section-header {
    padding: 0 20px;
  }
  .smart-services .section-header h1 {
  font-size: 75px;
  font-weight: 500;
  color: #304F6E;
  margin-bottom: 24px;
  line-height: 100%;
}
.smart-services .section-header p {
  color: #8B8B8B;
  font-size: 20px;
    font-weight: 500;
  line-height: 32px;
}
.smart-services .ss-img {
/*     height: 200px; */
  }
	.smart-banner-hero-section{
	padding-top: 100px;
}
}
@media (max-width: 767px) {
  .smart-services { margin: 60px 0; }
  .smart-services .service-card .ss-img { 
/* height: 130px;  */
}
  .smart-services .card-text { -webkit-line-clamp: 4; min-height: 56px; }
  .smart-services .section-header { 
    margin-bottom: 36px;
    padding: 0 20px;
 }
   .services-card-col{
    padding : 0 20px;
  }
    .smart-services .section-header h1 {
  font-size: 46px;
  font-weight: 500;
  color: #304F6E;
  margin-bottom: 24px;
  line-height: 100%;
}
.smart-services .section-header p {
  color: #8B8B8B;
  font-size: 16px;
    font-weight: 500;
  line-height: 24px;
}
 .smart-services .ss-img {
/*     height: 160px; */
  }
	.smart-banner-hero-section{
	padding-top: 60px;
}
}