.sppb-addon-person.newpp1 .sppb-person-social > li > a {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 6px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.sppb-addon-person.newpp1 .sppb-person-social {
	position: absolute;
	right: -10px;
	top: 1rem;
	opacity: 0;
	transition: all .4s ease;
}
.sppb-addon-person.newpp1 .sppb-person-social > li {
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.sppb-addon-person.newpp1:hover .sppb-person-social {
	right: 10px;
	opacity: 1;
	transition: all .4s ease;
}
.sppb-addon-person.newpp1 .sppb-person-image {
	overflow: hidden;
	border-radius: 10px !important;
}

.sppb-addon-person.newpp1 .sppb-person-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px !important;
	margin-bottom: 0;
	transition: transform 4s cubic-bezier(.25,.8,.25,1);
	transform-origin: center center;
}

.sppb-addon-person.newpp1 .sppb-person-image:hover img {
	transform: scale(1.2);
}

.sppb-addon-person.newpp1 .sppb-person-name {
	margin-top: 15px !important;
}
/**/
.feature-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.feature-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	color: #111827;
	text-decoration: none;
	transition: all .25s ease;
}

.feature-pill:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

@media (max-width: 768px) {
.feature-pills {
	justify-content: center;
}
}
/**/

.diagramimgsb {
	position: relative;
}

.diagram-svgg {
	position: absolute;
	width: 250px;
}

.diagram-top-left {
	top: -140px;
	left: -80px;
}

.diagram-bottom-right {
	bottom: -140px;
	right: -80px;
	transform: rotate(180deg);
}
p.rating-count {
	font-size: 15px;
}
.bg-infoh {
	background-color: var(--bs-primary-rgb) !important;
}
.border-info {
	border-color: var(--color_blue)!important;
}
.sppb-addon-article {
	border-color: #e9ecef;
	border-radius: 10px;
	border: 1px solid var(--bs-border-color) !important;
	transition: all .4s ease;
}
.sppb-article-info-wrap {
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
}
.sppb-addon-article:hover {
	box-shadow: 0 10px 30px 4px rgba(10,22,94,.07);
	transform: translateY(-2px);
	transition: all .4s ease;
}
.btn.bg-primary-ec	{
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
}
/*price table*/

.pricing-card {
	position: relative;
	padding: 3rem;
	border: 2px solid;
	border-radius: var(--bs-border-radius-xl);
}

/* Responsive spacing */
@media (max-width: 980px) {
.pricing-card {
	margin: auto 35px;
}
}

/* Badge */
.pricing-badge {
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.4rem 0.9rem;
	border-radius: .25rem !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

/* Header */
.pricing-header h3 {
	font-size: clamp(1.625rem, 1.475rem + .417vw, 2rem);
	font-weight: 600;
	margin: 0;
}

.pricing-header p {
	margin-top: 0.25rem;
	font-size: 17px;
	font-weight: 500;
}

/* Price */
.pricing-price {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: clamp(1.875rem, 1.25vw + 1.5rem, 2.75rem);
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.pricing-price .period {
	font-size: 16px;
	font-weight: 500;
}

/* Button base */
.pricing-button {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.25rem 0;
	padding: 0.9rem 1.5rem;
	border-radius: .25rem !important;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

/* Button content */
.pricing-button,
.pricing-button span {
	position: relative;
	z-index: 1;
	transition: all .3s ease;
}

/* Hover overlay */
.pricing-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
}

/* Hover wave */
.pricing-button::before {
	content: "";
	position: absolute;
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

/* Hover states */
.pricing-button:hover::before {
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.pricing-button:hover::after {
	transition-duration: 10ms;
	transition-delay: .3s;
}

/* Button inner layout */
.pricing-button span {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Icon motion */
.pricing-button span i {
	margin-left: 0;
	transform: translateX(0) rotate(45deg);
	transition: transform .35s cubic-bezier(.25, .8, .25, 1);
}

.pricing-button:hover span i {
	transform: translateX(8px) rotate(45deg);
}

/* Features */
.pricing-features {
	margin-top: 1.5rem;
	padding-top: 20px;
	border-top: 1px solid;
	padding-left: 0;
}

.pricing-features li {
	position: relative;
	margin-bottom: 0.6rem;
	font-size: 16px;
	font-weight: 500;
}

.pricing-features li i {
	padding-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
/**/
/* ==================================================
   NEW BUTTON – FINAL SYSTEM
================================================== */

/* Container */
.new-button {
  display: flex;
  padding: 1.5rem 0;
}

/* Alignment options */
.new-button.align-left {
  justify-content: flex-start;
}

.new-button.align-center {
  justify-content: center;
}

.new-button.align-right {
  justify-content: flex-end;
}

.new-button .button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.9rem 1.5rem;
  border-radius: .25rem;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

/* keep content above hover layers */
.new-button .button,
.new-button .button span {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}

/* hover overlay */
.new-button .button::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s;
}

/* hover wave */
.new-button .button::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

/* hover states */
.new-button .button:hover::before {
  transition: transform .4s cubic-bezier(.1, 0, .3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.new-button .button:hover::after {
  opacity: 1;
  transition-duration: 10ms;
  transition-delay: .3s;
}

/* inner layout */
.new-button .button span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-button .button span i {
  transform: translateX(0) rotate(45deg);
  transition: transform .35s cubic-bezier(.25, .8, .25, 1);
}

.new-button .button:hover span i {
  transform: translateX(8px) rotate(45deg);
}
/**/
.new-button-group {
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem 0;
}

.new-button-group.align-left   { justify-content: flex-start; }
.new-button-group.align-center { justify-content: center; }
.new-button-group.align-right  { justify-content: flex-end; }

.new-button-group .button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border-radius: .25rem;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

/* content always on top */
.new-button-group .button span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-button-group .button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: 0;
  transition: left .35s cubic-bezier(.4,0,.2,1),
              right .35s cubic-bezier(.4,0,.2,1);
}
.new-button-group .button:hover::before {
  left: 0;
  right: 0;
}

.new-button-group .button span i {
  transform: translateX(0) rotate(45deg);
  transition: transform .35s cubic-bezier(.25,.8,.25,1);
}
.new-button-group .button:hover span i {
  transform: translateX(8px) rotate(45deg);
}

