.feature-badges {
	display: flex;
	justify-content: space-around;
	margin-top: 40px
}

.first-service {
	padding-top: 30px padding-bottom:30px
}

.feature-box {
	text-align: center;
	padding: 64px 20px 30px 20px;
}

.icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	/*background: #f5f9ff;*/
	margin-bottom: 15px;
	font-size: 28px;
}

/* Colors for each icon container */
.icon-blue {
	color: #3b82f6;
	background: #ebf3ff;
}

.icon-green {
	color: #16a34a;
	background: #eafaf1;
}

.icon-orange {
	color: #f59e0b;
	background: #fff7eb;
}

/* Ensure SVG inherits the color from parent (currentColor) */
.icon-box svg {
	width: 32px;
	height: 32px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.feature-box h5 {
	font-weight: 700;
	margin-bottom: 8px;
}

.feature-box p {
	color: #6b7280;
	margin: 0;
}

.service-card {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 25px;
	text-align: left;
	background: #fff;
	transition: all 0.3s ease;
	height: 100%;
}

.service-card:hover {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.service-card .icon-box {
	width: 55px;
	height: 55px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.service-card .icon-blue {
	background: #eef4ff;
}

.service-card .icon-green {
	background: #eafaf1;
}

.service-card .icon-purple {
	background: #f3e8ff;
}

.service-card .icon-orange {
	background: #fff4e6;
}

.service-card .icon-pink {
	background: #ffe4ef;
}

.service-card .icon-teal {
	background: #e6fffb;
}

.service-card h5 {
	font-weight: 700;
	margin-bottom: 8px;
}

.service-card p {
	color: #6b7280;
	margin-bottom: 12px;
}

.service-card ul {
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
}

.service-card ul li {
	font-size: 15px;
	color: #374151;
	margin-bottom: 6px;
}

.service-card .btn-service {
	background: #2273be;
	color: #fff;
	border-radius: 6px;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.service-card .btn-service:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

.btn-service {
	background: #2273be;
	color: #fff;
	border-radius: 6px;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.btn-service:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

.service-button {
	margin-top: 3rem;
}

.feature-badges span {
	background: var(--tp-theme-primary);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 16px;
	border-radius: 30px;
	margin: 0 5px;
	display: inline-block;
}

.info-box {
	text-align: center;
	padding: 0px;
}

.info-box h5 {
	font-weight: 700;
	margin-bottom: 8px;
}

.info-box p {
	color: #6b7280;
	margin: 0;
}

.stats-box {
   /* border: 1px solid #e5e7eb;*/
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin: 40px;
    background-color: #ebf3ff;
    text-align: center;
}

.stats-item {
	text-align: center;
}

.stats-item h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.why-choose-us-text {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.why-choose .feature-box {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
}

.why-choose .feature-box svg {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.why-choose .feature-title {
	font-weight: 600;
	margin: 0;
}

.why-choose .feature-text {
	color: #6c757d;
	font-size: 0.95rem;
	margin: 0;
}

.care-box {
	/*border: 1px solid #e5e7eb;*/
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 480px) {
	.feature-box {
		text-align: center;
		padding: 15px 50px 10px 50px;
	}

	.feature-badges span {
		margin: 10px 5px;
	}
  
     main .tp-slider-title {
      font-size: 24px !important;
      line-height: 30px;
      padding-top: 17px;
  }
  
  .tp-slider-content p {
    font-size: 18px;
}

.tp-slider-thumb {
  display:none;
  } 

	.feature-badges {
		display: flex;
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

@media (min-width: 1440px) {
	.service-card p {
		color: #6b7280;
		margin-bottom: 12px;
		font-size: 13px;
	}
}

.main-menu.menu-style-1>nav>ul>li:not(:last-child) {
    margin-inline-end: 11px;
}

.service-card .btn-service-2 {
    background: #f6f7f9;
    color: #000;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.service-card .btn-service-2:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

/* Container holding your buttons/links */
.service-action-button{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;                    /* mobile: 1 column */
}

/* ≥ 576px: 2 columns */
@media (min-width: 576px){
  .service-action-button{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ≥ 1024px: 3 columns (optional; drop if you want to stay at 2) */
@media (min-width: 1024px){
  .service-action-button{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Make each button fill its grid cell nicely (optional) */
.service-action-button > *{
  width: 100%;
}


@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
.tp-slider-active .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-2 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-3 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-4 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-5 .owl-item .tp-slider-item.tp-slider-height {
    height: 300px;
    max-height: 300px;
}
.tp-slider-content {
    padding-top: 10px;
}
.tp-slider-thumb img {
    margin-top: 0px;
    width: 100%;
}
}

.btn-service-3 {
	background: #2273be;
	color: #fff;
	border-radius: 6px;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.btn-service-3:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}