/*Common CSS - Start*/
body {
	font-family: "Inter", sans-serif;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased; 
	color: #383c42;
}
body p {
	font-size: 15px;
}
body ol, body ul, body a, body p, body div, body section, body u, body button, body input, body textarea  {
	font-family: "Inter", sans-serif;
  color: #383c42;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Poppins", sans-serif;
  color: #383c42;
  font-weight: 600;
}
body a {
    color: #0170b9;
}
body a u {
	text-decoration: none;
}
body ol,
body ul {
	padding-left: 20px;
}
body h1 {
	font-size: 48px;
  font-weight: 800;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 32px;
}
body h4 {
	font-size: 26px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 18px;
}

.container-main {
	padding-top: 87px;
}
.container-fluid {
	max-width: 1600px;
}
/* .home-hero .container, .header .container, .footer .container, .challenges_we_address .container, .solutions_we_deliver .container, .industries_we_serve .container, .title_video_bg .container {
    max-width: 1520px;
} */
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px !important;
    }
}
body.admin-bar #header.fixed-top {
    background-color: #fff !important;
    border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 1240px) {
	.container-main {
		padding-top: 73px;
	}
	body.page-id-30791 .container-main {
		padding-top: 0px;
	}
}
@media only screen and (max-width: 1199px) {
	.container, .container-sm {
	  	max-width: unset !important;
	}
}
@media only screen and (max-width: 767px) {
	body .btn-primary, body .wp-block-button .wp-block-button__link {
		font-size: 14px;
	}
}
/*Common CSS - End*/

/* Section Badge - Start */
.section_badge-wrap {
  margin-bottom: 20px;
}
.section_badge-wrap .section_badge {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6D28D9;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #C084FC, #60A5FA) border-box;
  text-transform: uppercase;
}
.section_badge-wrap .section_badge .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; } 50% { opacity: 0.4; }
}
/* Section Badge - End */

/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 10px 0;
	background-color: #fff;
}
body.home .header {
	border-bottom: 1px solid #d5d5d5;
}
.header.header-scrolled {
	background: #fff;
	padding: 5px 0px;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
	line-height: 0;
}
.header .logo img {
	margin-right: 6px;
	height: 66px;
	transition: all 1s ease !important;
}
.header.header-scrolled .logo img {
	height: 65px;
}
.header .logo span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #002855;
	font-family: "Inter", sans-serif;
	margin-top: 3px;
}
ol li, 
ul li {
	margin-bottom: 10px;
}
/* .header .getstarted a {
	cursor: pointer;
}
.header .getstarted a, .header .getstarted a:focus {
	background-color: #002855;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #002855;
	cursor: pointer;
}
.header .getstarted a:hover, .header .getstarted a:focus:hover {
	color: #002855;
    background-color: transparent;
}


.header .getstarted a.header-btn {
    background: linear-gradient(to right, #f948ff, #607aff);
    box-shadow: 0 5px 10px rgba(96, 122, 255, 0.4), 0 5px 10px rgba(249, 72, 255, 0.4);
    padding: 2px !important;
    border: 0;
    border-radius: 0px;
    display: flex;
}
.header .getstarted a.header-btn span.button-inner {
    background: linear-gradient(to right, #f948ff, #607aff);
    border-radius: 0px;
}
.header .getstarted a.header-btn span.btn-text {
    display: flex;
    font-size: 13px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
}
.header .getstarted a.header-btn span.btn-text .btn-arrow {
	margin-left: 10px;
}
.header .getstarted a.header-btn span.btn-text .btn-arrow svg {
	height: 15px;
}
.header .getstarted a.header-btn:hover span.button-inner {
    background: #fff;
}
.header .getstarted a.header-btn:hover span.btn-text {
    background: linear-gradient(90deg, #f948ff 0%, #607aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

@media only screen and (min-width: 1241px) {
	.header .logo img.mob-logo {
		display: none !important;
	}
}
@media only screen and (max-width: 1240px) {
	.header .logo img.desk-logo {
		display: none !important;
	}
}


/* Navigation Menu - Start */
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
	margin-bottom: 0px;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #002855;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
	transition: 0.3s;
	border-radius: 0;
	border: 0;
}
.navbar .dropdown ul li {
	min-width: 200px;
	margin-bottom: 0px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, 
.navbar .dropdown ul .active,
.navbar .dropdown ul li.current_page_parent > a, 
.navbar .dropdown ul li:hover>a {
	background-color: #f2f2f2;
	color: #002855;
}
.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar .dropdown ul li.menu-item-has-children > a::after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	transform: rotate(-90deg);
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
   }
	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
   }
}
/** * Mobile Navigation */
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
	background-color: #002855;
	padding: 4px 6px;
	border-radius: 4px;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
@media (max-width: 1240px) {
	.navbar ul {
		display: none;
    }
	.header {
		padding: 5px 0;
    }
	.header .logo img,
	.header.header-scrolled .logo img {
		height: 50px;
  }
	/* .navbar .getstarted a, .navbar .getstarted a:focus {
		background: #f2f2f2;
		color: #002855;
    } */
	.navbar .dropdown ul li.menu-item-has-children > a::after {
		transform: rotate(0deg);
    }
	.header .menu-part {
		width: 230px;
	}
	.header .menu-part .navbar {
		order: 2;
	}
	/* .header .menu-part .getstarted a, .header .menu-part .getstarted a:focus {
		margin-left: 0px;
		margin-right: 20px;
		padding: 11px 12px; 
		font-size: 12px;
	}
	.header .getstarted a.header-btn span.btn-text {
  		font-size: 12px;
	} */
}
.navbar-mobile {
	position: fixed !important;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 16px;
	right: 14px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px;
	border-radius: 0px;
	background-color: #002855;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
	color: #fff;
}
/* .navbar-mobile .getstarted a, .navbar-mobile .getstarted a:focus {
	margin: 15px;
} */
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible !important;
	background: #002855;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
	color: #002855;
}
.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}
.navbar-mobile .dropdown-item, .navbar-mobile .dropdown-item:focus, .navbar-mobile .dropdown-item:hover {
	background-color: #002855 !important;
	color: #fff !important;
}
.navbar-mobile a::after {
	font-size: 20px;
}
.navbar ul li.menu-item-has-children > a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 50px;
	height: 38px;
	right: 0;
	z-index: 9999; 
}
@media (max-width: 1240px) {
	body .rmp-slide-right {
		background-color: #002855 !important;
		background-image: unset !important;
	}
	body button.rmp_menu_trigger {
		width: 45px !important;
		height: 38px !important;
		top: 16px !important;
		border-radius: 3px !important;
		right: 15px !important;
		background: #002855 !important;
		text-align: center;
		padding: 8px 12px;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner, 
	body button.rmp_menu_trigger .responsive-menu-pro-inner::before, 
	body button.rmp_menu_trigger .responsive-menu-pro-inner::after {
		width: 20px !important;
		height: 3px !important;
		background-color: #fff !important;
		border-radius: 4px !important;
		position: absolute !important;
		margin-top: -2px !important;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner::before {
		top: 10px;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner::after {
		bottom: 8px;
	}
	body .rmp-slide-right .rmp-menu-item ul {
		border-top: 1px solid #22456c !important;
		border-bottom: 1px solid #22456c !important;
	}
	body .rmp-slide-right .rmp-menu-item ul li {
		border-bottom: 1px solid #22456c !important;
	}
	body .rmp-slide-right .rmp-menu-item ul li:last-child {
		border-bottom: 0px !important;
	}
	body .rmp-slide-right .rmp-menu-item.current-menu-parent > a,
    body .rmp-slide-right li.current-menu-ancestor > a,
	body .rmp-slide-right li:hover > a {
		background-color: #f2f2f2 !important;
		color: #002855 !important;
	}
	body .rmp-slide-right .rmp-menu-subarrow .rmp-font-icon {
		color: #fff;
	}
	body .rmp-slide-right li.current-menu-item > a span.rmp-font-icon,
	body .rmp-slide-right li:hover > a span.rmp-font-icon {
		color: #002855 !important;
	}
	body .rmp-slide-right .rmp-submenu-depth-2 .rmp-menu-item-link {
	  	padding-left: 15% !important;
	}
	body .rmp-slide-right .rmp-menu {
		border-top: 1px solid #22456c !important;
	}
	body .rmp-slide-right li.current-menu-item a.rmp-menu-item-link:focus {
		border-bottom: 1px solid #22456c;
	}
}
/* Navigation Menu - End */

/* Button - Start */
body .btn-primary, 
body .wp-block-button .wp-block-button__link {
  cursor: pointer;
  
  font-weight: 400;
  fill: #fff;
  color: #fff;
  padding: 10px 20px;
  background: linear-gradient(to right, #ed4afb, #8472fb);
  border-color: #ed4afb;
  border-radius: 0px;
  border: 0;
  box-shadow: 0 5px 10px rgba(96, 122, 255, 0.4), 0 5px 10px rgba(249, 72, 255, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body .btn-primary img {
  margin-left: 10px;
  max-height: 15px;
}
body .btn-primary .btn-arrow {
  margin-left: 10px;
}
body .btn-primary .btn-arrow svg {
    height: 15px;
}
body .btn-check:checked+.btn, body .btn.active, body .btn.show, body .btn:first-child:active,
body .wp-block-button .active.wp-block-button__link,
body .wp-block-button .btn-check:checked+.wp-block-button__link,
body .wp-block-button .show.wp-block-button__link,
body .wp-block-button .wp-block-button__link:first-child:active,
body .wp-block-button :not(.btn-check)+.wp-block-button__link:active,
body :not(.btn-check)+.btn:active,
body .btn-primary:hover, 
body .wp-block-button .wp-block-button__link:hover {
	background: linear-gradient(90deg, #A855F7 0%, #A855F7 50%, #D946EF 100%);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(168, 85, 247, 0.45);
}
/* Button - End */

/* Section Header - Start */
section {
	padding: 60px 0;
	overflow: hidden;
}
.section-header {
	padding-bottom: 30px;
}
.section-header h1,
.section-header h2 {
	font-size: 40px;
	font-weight: 600;
}
@media only screen and (max-width: 1240px) {
	.section-header h1,
	.section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.section-header h1,
	.section-header h2 {
		font-size: 26px;
	}
}
/* Section Header - End */

/* Gradient Title - Start */
.gradient_title, .gradient_title-span span {
    background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 40%, #4f7cff 100%);
    background-clip: border-box;
}
.gradient_title_darkpurplewithpurple, .gradient_title, .gradient_title-span span {
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
h1.gradient_title {
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: linear-gradient(90deg, #a8a0e6 0%, #5b5f97 40%, #3b3f6b 45%, #b04bcf 75%);
  background-clip: text;
}
/* Gradient_title - End */

/* Button - Start */
.primary_btn, 
.primary_outline_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.primary_btn {
  background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
}
.primary_btn:hover {
  background: linear-gradient(90deg, #A855F7 0%, #A855F7 50%, #D946EF 100%);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(168, 85, 247, 0.45);
}
.primary_outline_btn {
    background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 40%, #4f7cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid #8b5cf6;
    padding: 13px 18px;
}
.primary_outline_btn:hover {
 transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(168, 85, 247, 0.45);
}
.primary_btn:after,
.primary_outline_btn:after {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(img/right_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.primary_outline_btn:after {
  background-image: url(img/right_icon_color.svg);
}
.getstarted .primary_btn {
  font-size: 12px;
  padding: 8px 10px;
  margin-left: 20px;
  gap: 5px;
}
/* Button - End */

/* CTA Banner Section - Start */
.cta-banner-section { padding: 2rem 0 4rem; }
.cta-banner-section .cta-banner-section_panel {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background-image: url('images/general/cta_bg.webp');
  min-height: 340px;
}
.cta-banner-section .cta-banner-section_content { padding: 3rem 2rem 3rem 3rem; }
.cta-banner-section.cta_dark .cta-banner-section_title {
  color: #ffffff;
}
.cta-banner-section .cta-banner-section_title {
  margin-bottom: 2rem;
}
.cta-banner-section .cta-banner-section_btn-wrap { display: flex; align-items: center; gap: 1rem; }
.cta-banner-section.cta_dark .cta-banner-section_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.4rem;
  background: #fff;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease;
}
.cta-banner-section.cta_dark .cta-banner-section_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.4rem;
  background: #fff;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease;
}
.cta-banner-section .cta-banner-section_btn span {
	background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 40%, #4f7cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.cta-banner-section .cta-banner-section_btn svg {
	width: 11px;
}
.cta-banner-section .cta-banner-section_btn svg path {
	fill: #525252;
}
.cta-banner-section .cta-banner-section_btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-banner-section .cta-banner-section_doodle { width: 70px; height: auto; opacity: 0.85; }
.cta-banner-section .cta-banner-section_image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem 0;
  height: 100%;
}
.cta-banner-section .cta-banner-section_image {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: block;
}
.cta-banner-section .cta-banner-section_btn:hover svg > path {
	fill: #333;
}
@media (max-width: 991.98px) {
  .cta-banner-section .cta-banner-section_content { padding: 2.25rem 1.75rem 1rem; text-align: center; }
  .cta-banner-section .cta-banner-section_btn-wrap { justify-content: center; }
  .cta-banner-section .cta-banner-section_image-wrap { padding: 1rem 1.25rem 2rem; }
}
@media (max-width: 575.98px) {
  .cta-banner-section .cta-banner-section { padding: 1rem 0 3rem; }
  .cta-banner-section .cta-banner-section_panel { min-height: auto; }
  .cta-banner-section .cta-banner-section_doodle { width: 50px; }
  .cta-banner-section .cta-banner-section_title { font-size: 1.2rem; }
}
/* CTA Banner Section - End */


/* Footer - Start */
.prime-footer {
	background: #fff;
	color: #fff;
	padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.prime-footer .footer-top {
	background: transparent !important;
	padding: 0 !important;
}
.prime-footer .footer-top .container {
	padding: 5px 15px;
}
.prime-footer .footer-top .footer-logo img {
	max-width: 200px;
	width: 100%;
  height: 70px;
}
.prime-footer .footer-top .social-title {
	color: #000;
}
.prime-footer .social-icons a {
	width: 42px;
	height: 42px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #979797;
	background: #fff;
	transition: all 0.3s ease;
	font-size: 16px;
}
.prime-footer .social-icons a:hover {
	background: #7962e0;
	border-color: #7962e0;
	color: #fff;
}
.prime-footer .footer-main h6 {
	font-weight: 600;
	margin-bottom: 18px;
	color: #db4db1;
}
.prime-footer .footer-main ul {
	list-style: none;
	padding: 0;
}
.prime-footer .footer-main ul li {
	margin-bottom: 10px;
}
.prime-footer .footer-main ul li a {
	color: #626262;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}
.prime-footer .footer-main ul li a:hover {
	color: #000;
}
.prime-footer .footer-card {
	background: rgba(255,255,255,0.03);
	padding: 28px;
	border-radius: 16px;
	position: relative;
	color: #626262;
	overflow: hidden;
}
.prime-footer .footer-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 1px;
	background: linear-gradient(90deg, #7962e0, #cf30a2, #229fbb);
	-webkit-mask:
	linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.prime-footer .footer-card h5 {
	color: #626262;
	margin-bottom: 15px;
	font-weight: 600;
}
.prime-footer .footer-card a {
  font-size: 14px;
	line-height: 1.6;
	color: #626262;
}
.prime-footer .footer-card p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.prime-footer .footer-bottom {
	background: linear-gradient(to right, #ed4afb, #8472fb);
	color: #fff;
	font-size: 14px;
}
.prime-footer .footer-bottom a {
	color: #fff;
}
.prime-footer .office-item {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.prime-footer .footer-top .container {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
}
/* Footer - End */

/* Hero Section - Start */
.hero-section {
    position: relative;
    padding: 6rem 0 6rem;
    background: radial-gradient(ellipse at 50% 100%, #3EC5FF1F 0%, #F4F0FB 40%, #FFF 75%);
    overflow: hidden;
}
.hero-section h1.hero-section_title {
    font-size: clamp(1.5rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 1.5px !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(90deg, #a8a0e6 0%, #5b5f97 40%, #3b3f6b 45%, #b04bcf 75%);
    background-clip: border-box;
}
.hero-section .hero-section_badge-wrap { 
    margin-bottom: 1.75rem; 
}
.hero-section .hero-section_badge {
    display: inline-block;
    padding: 0.5rem 1.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6D28D9;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #C084FC, #60A5FA) border-box;
}
.hero-section .hero-section_cta-group { 
    gap: 1rem; 
    margin: 3rem 0 30px; 
}
.hero-section .hero-section_stats { 
    margin-top: 1rem;
    justify-content: center; 
}
.hero-section .hero-section_stat {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.1rem 1rem;
  height: 100%;
  box-shadow: 0 4px 18px rgba(30, 27, 75, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-section .hero-section_stat:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(30, 27, 75, 0.1); }
.hero-section .hero-section_stat-number { font-size: 1.6rem; font-weight: 800; color: #505050; margin-bottom: 0.4rem; }
.hero-section .hero-section_stat-text { font-size: 0.82rem; color: #4B5563; margin: 0; line-height: 1.4; }
 
.hero-section .hero-section_stats .hero-section_box:nth-child(1) .hero-section_stat-number,
.hero-section .hero-section_stats .hero-section_box:nth-child(5) .hero-section_stat-number {
    color: #00C2CB;
}
.hero-section .hero-section_stats .hero-section_box:nth-child(2) .hero-section_stat-number,
.hero-section .hero-section_stats .hero-section_box:nth-child(6) .hero-section_stat-number {
    color: #936CFB;
}
.hero-section .hero-section_stats .hero-section_box:nth-child(3) .hero-section_stat-number,
.hero-section .hero-section_stats .hero-section_box:nth-child(7) .hero-section_stat-number {
    color: #6178FA;
}
.hero-section .hero-section_stats .hero-section_box:nth-child(4) .hero-section_stat-number,
.hero-section .hero-section_stats .hero-section_box:nth-child(8) .hero-section_stat-number {
    color: #3ECF8E;
}
@media (max-width: 575.98px) {
  .hero-section { padding: 3rem 0 2.5rem; }
  .hero-section .hero-section_cta-group { margin-bottom: 3rem; }
  .hero-section .hero-section_stat-number { font-size: 1.35rem; }
  .hero-section .hero-section_stat-text { font-size: 0.76rem; }
}
/* Hero Section - End */

/* Inner Banner Section - Start */
.inner_banner_sec {
  position: relative;
  background: radial-gradient(ellipse at 50% 100%, #3EC5FF1F 0%, #F4F0FB 40%, #FFF 75%);
  padding: 100px 0px;
  min-height: 80vh;
  align-items: center;
  display: flex;
}
.inner_banner_sec .hero-section_title .small_title {
  font-size: 20px;
}
.inner_banner_sec .hero-section_title .gradient_title {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, #B4A7F6 0%, #203156 50%, #CE4DDB 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  font-weight: 600;
}

.inner_banner_sec .hero-section_text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.inner_banner_sec .hero-section_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.inner_banner_sec .hero-section_text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.55;
}
.inner_banner_sec .hero-section_text ul li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(141, 124, 230, 0.40) 0%, rgba(238, 74, 251, 0.40) 49.04%, rgba(23, 204, 232, 0.40) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 0px;
  box-shadow: 0 2px 4px rgba(124, 77, 255, 0.15);
  line-height: 1;
}
.hero-social-proof .hero-social-proof-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #383c42;
  font-size: 14px;
}
.hero-social-proof .hero-avatars {
  display: flex;
}
.hero-social-proof .hero-avatars span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #F4F0FB;
  background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
  margin-left: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
  font-weight: 700;
}
.hero-social-proof .hero-avatars span:first-child {
  margin-left: 0;
}
.hero-social-proof .hero-avatars-text {
  display: flex;
}
.banner-no-media .hero-social-proof .hero-social-proof-inner,
.hero-section .hero-social-proof .hero-social-proof-inner {
  justify-content: center;
}
.banner-no-media .left-content {
  max-width: 1100px;
}
.banner-no-media .hero-section_badge-wrap,
.banner-no-media .hero-section_title,
.banner-no-media .hero-section_text {
  text-align: center;
}
.banner-no-media .feature-list {
  margin-left: auto;
  margin-right: auto;
}
.banner-no-media .feature-list strong {
  color: #d946ef;
}
.bfsi-hero-section_image-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(30, 27, 75, 0.18);
}
.bfsi-hero-section_placeholder {
  width: 100%;
  aspect-ratio: 16 / 11;
  background: linear-gradient(135deg, #E8DFF6 0%, #D8CDF0 100%);
  min-height: 320px;
}
.bfsi-hero-section_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 320px;
  transition: transform 0.6s ease;
}
.bfsi-hero-section_image-wrap:hover .bfsi-hero-section_image { 
    transform: scale(1.04); 
}

.inner_banner_sec .inner-banner-form {
  background: #ffffff;
  border: 1px solid #ece7f6;
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: 0 20px 55px rgba(30, 27, 75, 0.12);
}
.inner_banner_sec .inner-banner-form .form-header {
  text-align: center;
  margin-bottom: 24px;
}
.inner_banner_sec .inner-banner-form .form-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2b2b47;
  margin: 0 0 6px;
}
.inner_banner_sec .inner-banner-form .form-header p {
  font-size: 0.9rem;
  color: #6b6b7b;
  margin: 0;
}
.inner_banner_sec .profile-card {
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.inner_banner_sec .profile-img {
  width:42px;
  height:42px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
}
.inner_banner_sec .profile-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.inner_banner_sec .profile-content {
  text-align: left;
}
.inner_banner_sec .profile-content h4 {
  margin:0;
  font-size:15px;
  font-weight:700;
  color:#4d4d4d;
  line-height:1.2;
}
.inner_banner_sec .profile-content p {
  margin:2px 0 0;
  font-size:13px;
  color:#6d6d6d;
  line-height:1.3;
}
.inner_banner_sec .hero-section_stats { 
  margin-top: 40px; 
  animation: heroFadeUp 0.8s ease 0.3s both; 
  justify-content: center; 
}
.inner_banner_sec .hero-section_stat {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.1rem 1rem;
  height: 100%;
  box-shadow: 0 4px 18px rgba(30, 27, 75, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.inner_banner_sec .hero-section_stat:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 10px 26px rgba(30, 27, 75, 0.1); 
}
.inner_banner_sec .hero-section_stat-number { 
  font-size: 1.6rem; 
  font-weight: 500; 
  color: #505050; 
  margin-bottom: 0.4rem; 
}
.inner_banner_sec .hero-section_stat-text { font-size: 0.82rem; color: #4B5563; margin: 0; line-height: 1.4; }
.inner_banner_sec .inner_banner_img_wrap img {
  max-width: 480px;
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991.98px) {
  .bfsi-hero-section_image-wrap { margin-top: 2rem; }
}
@media (max-width: 575.98px) {
  .bfsi-hero-section { padding: 3rem 0 3rem; }
  .bfsi-hero-section_btn { width: 100%; justify-content: center; }
  .inner_banner_sec .hero-section_stat-number { font-size: 1.35rem; }
  .inner_banner_sec .hero-section_stat-text { font-size: 0.76rem; }
}
/* Inner Banner Section - End */

/* Title Image Section - Start */
.title-image-section { 
  padding: 60px 0px;
}
.title-image-section .section-title { 
  margin-bottom: 30px;
  font-weight: 600;
}
.title-image-section .section-title span { 
  display: inline; 
}
.title-image-section .section-desc { 
  line-height: 1.4;
  margin-bottom: 20px;
  display: inline-block;
}
.title-image-section .section-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}
.title-image-section .section-desc ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.55;
}
.title-image-section .section-desc ul li:before {
    content: "\f633";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ead7ff 0%, #f5e3ff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 1px;
    box-shadow: 0 2px 4px rgba(124, 77, 255, 0.15);
}
.title-image-section .img-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.title-image-section .img-wrap img { 
  border-radius: 12px; 
}
.title-image-section .img-play {
	position: absolute;
	width: 56px; height: 56px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	display: flex; align-items: center; justify-content: center;
	color: var(--color-purple-deep);
	font-size: 1.6rem;
	transition: transform 0.25s ease, background 0.25s ease;
}
.title-image-section .img-wrap:hover .img-play { 
  transform: scale(1.08); 
  background: #fff; 
}
.title-image-section .pain-points-section_stats { 
  display: flex; 
  gap: 1rem; 
  flex-wrap: wrap;
  margin-bottom: 30px; 
}
.title-image-section .pain-points-section_stat {
	flex: 1 1 0;
	padding: 1.1rem 0.6rem;	
}
.title-image-section .pain-points-section_stat-label {margin: 0; }
.title-image-section .pain-points-section_stat-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #F1ECFB;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9rem;
	transition: background 0.3s ease;
}

@media (max-width: 575.98px) {
	.title-image-section { padding: 2rem 0 3rem; }
}
/* Title Image Section - End */

/* Grow Prime - Start */
.grow-prime {
  background: linear-gradient(120deg, #F3EEFB 0%, #FBEFF6 45%, #EAF5F3 100%);
}
.grow-prime .grow-prime_title { 
  margin-bottom: 30px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.grow-prime .grow-prime_subtitle { 
  font-size: 1.2rem; 
  color: #4B5563; 
  margin-bottom: 3rem; 
  line-height: 1.6; 
}
.grow-prime .grow-prime_cards { 
  max-width: 1200px;
  margin: 0px auto 60px; 
}
.grow-prime .grow-prime_card {
  width: 100%;
  max-width: 270px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.grow-prime .grow-prime_card:hover { 
  transform: translateY(-6px); 
  border-color: #C4B5FD; 
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.14); 
}
.grow-prime .grow-prime_metric {
  font-weight: 800;
  margin-bottom: 0.65rem;
  line-height: 1;
  margin-top: 30px;
}
.grow-prime .grow-prime_desc { 
  font-size: 1.0rem; 
  line-height: 1.55; 
  color: #4B5563; 
  margin: 0;
}
.grow-prime .grow-prime_cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.2rem 1.5rem 1.2rem 1.75rem;
  background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.grow-prime .grow-prime_cta:hover { 
  transform: translateY(-2px); 
  color: #ffffff; 
  box-shadow: 0 12px 26px rgba(217, 70, 239, 0.45); 
}
.grow-prime .grow-prime_cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .grow-prime .grow-prime_card {
    max-width: 150px; 
    padding: 1rem; 
  }
  .grow-prime .grow-prime_metric { 
    font-size: 1.15rem; 
    margin-bottom: 0.4rem; 
  }
  .grow-prime .grow-prime_desc { 
    font-size: 0.65rem; 
    max-width: 92%; 
  }
  .grow-prime .grow-prime_cta { 
    font-size: 0.72rem; 
    padding: 0.75rem 1.25rem; 
  }
}
/* Grow Prime - End */

/* Service Challenges - Start */
.service_challenges { 
  padding: 60px 0; 
}
.service_challenges .section_title {
  margin-bottom: 30px; 
  font-weight: 600;
}
.service_challenges .container { 
  max-width: 1260px !important; 
}
.service_challenges .heading-block { 
  padding-bottom: 20px; 
  height: 100%; 
}
.service_challenges .heading-desc { 
  font-size: 0.95rem; 
  color: #555; 
  line-height: 1.65; 
  margin-bottom: 0; 
}
.service_challenges .step-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service_challenges .step-card:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 12px 28px rgba(124, 77, 255, 0.12); 
}
.service_challenges .step-number {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8d8ff 0%, #f3e4ff 100%);
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1;
}
.service_challenges .step-title { 
  font-size: 1.05rem; 
  font-weight: 600;
  margin-bottom: 14px; 
  line-height: 1.35; 
}
.service_challenges .step-desc { 
  font-size: 0.88rem; 
  color: #555; 
  line-height: 1.65; 
  margin: 0; 
}
.service_challenges .step-desc.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service_challenges .read-toggle {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 50%, #4f7cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8b5cf6;
}
@media (max-width: 1024px) {
    .service_challenges { 
      padding: 60px 0; 
    }
    .service_challenges .step-number { 
      width: 54px; 
      height: 54px; 
      font-size: 1.5rem; 
    }
}
@media (max-width: 767px) {
    .service_challenges { 
      padding: 40px 0; 
    }
    .service_challenges .heading-block { 
      padding: 0 0 10px 0; 
      text-align: center; 
    }
    .service_challenges .heading-desc { 
      font-size: 0.92rem; 
    }
    .service_challenges .step-card { 
      padding: 22px 20px; 
    }
    .service_challenges .step-number { 
      width: 48px; 
      height: 48px; 
      font-size: 1.3rem; 
      margin-bottom: 18px; 
    }
}

body.page-id-37914 .service_challenges,
body.page-id-40226 .service_challenges { 
  display: none !important;
}

.service_challenges.course-highlights {
  padding: 30px 0px !important;
}
.service_challenges.course-highlights .container {
    justify-content: center;
    border-radius: 24px;
    background: #8D7CE6;
    padding: 36px;
}
.service_challenges.course-highlights .section_title {
   color: #fff !important;
}
.service_challenges.course-highlights .step-card {
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 8px;
    border: 2px solid rgba(229, 229, 229, 0.17);
    background: rgba(255, 255, 255, 0.10);
}
.service_challenges.course-highlights .step-number {
    background: #fff;
}
.service_challenges.course-highlights .step-title {
  color: #fff;
}
.service_challenges.sc-point-list {
  background: linear-gradient(120deg, #F3EEFB 0%, #FBEFF6 45%, #EAF5F3 100%);
}
/* Service Challenges - End */

/* List Columns - Start */
.list_columns .row { 
  justify-content: space-between; 
}
.list_columns .list-col {
	padding: 40px;
	background: #cccccc24;
}
.list_columns .grow-prime-section_title {
  margin-bottom: 1.5rem; 
}
.list_columns .grow-prime-section_title span { 
  display: inline; 
}

.list_columns .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list_columns .feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 10px 0;
	font-size: 0.92rem;
	color: #3a3a3a;
	line-height: 1.55;
}
.list_columns .check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ead7ff 0%, #f5e3ff 100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	margin-top: 1px;
	box-shadow: 0 2px 4px rgba(124, 77, 255, 0.15);
}
.list_columns .check-icon i { 
  line-height: 1; 
}
@media (max-width: 767px) {
	.list_columns { padding-bottom: 40px; }
	.list_columns .feature-list li { font-size: 0.88rem; gap: 12px; padding: 8px 0; }
	.list_columns .check-icon { width: 22px; height: 22px; font-size: 11px; }
	.list_columns .list-col + .list-col { margin-top: 35px; }
	.list_columns .row { flex-direction: column; }
	.list_columns .list-col { width: 100%; padding: 30px; }
	.list_columns .grow-prime-section_title { min-height: 0; }
}
/* List Columns - End */

/* Title with Column - Start */
.title-with-column {
  padding: 60px 0;
}
.title-with-column .title-with-column_title {
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
}
.title-with-column .title-with-column_intro {
  max-width: 760px;
  margin: -10px auto 34px;
  font-size: 1rem;
  line-height: 1.65;
  color: #4B5563;
}
.title-with-column .title-with-column_card {
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e7e9ef;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.title-with-column .title-with-column_card .title-with-column_arrow {
  margin-top: auto;
}
.title-with-column .title-with-column_card:hover,
.title-with-column .title-with-column_card.active {
  transform: translateY(-6px);
  border-color: #d6c7f5;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.12);
  background: linear-gradient(270deg, rgba(23, 204, 232, 0.04) -16.24%, rgba(219, 77, 177, 0.04) 83.76%);
}
.title-with-column .title-with-column_card.active {
  transform: none;
}
.title-with-column .title-with-column_card.active:hover {
  transform: translateY(-6px);
}
.title-with-column .title-with-column_card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.title-with-column .title-with-column_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.title-with-column .title-with-column_card.is-inline-head .title-with-column_icon-wrap {
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.title-with-column .title-with-column_icon-wrap {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #efe9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #6D28D9;
}
.title-with-column .title-with-column_icon-wrap img {
  max-width: 60%;
}
.title-with-column .title-with-column_icon {
  width: 26px;
  height: 26px;
}
.title-with-column .ai-agents_card-subtitle {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: #f3e8fd;
    color: #7c3aed;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 10px;
}
.title-with-column .title-with-column_card-title {
  font-size: 18px;
  margin-bottom: 0px;
}
.home .title-with-column .title-with-column_card-title {
  background: linear-gradient(90deg, #8D7CE6 0%, #1DB2C8 49.52%, #DB4DB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-with-column .title-with-column_card-text {
  flex-grow: 1;
  margin-bottom: 20px;
}
.title-with-column .title-with-column_card-text p:last-child {
  margin-bottom: 0px;
}
.title-with-column .title-with-column_card-text ul {
  margin-bottom: 0px;
}
.title-with-column .title-with-column_card-text ul li:last-child {
  margin-bottom: 0px;
}
.title-with-column .title-with-column_card > .primary_outline_btn {
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.title-with-column .primary_outline_btn {
  font-size: 13px;
  padding: 6px 12px;
}
.title-with-column .primary_btn {
  font-size: 13px;
  padding: 7px 12px;
}
.title-with-column .primary_outline_btn:after {
  width: 14px;
  height: 14px;
}
.home .title-with-column .title-with-column_col-down .title-with-column_card {
  margin-top: 30px;
}
.home .title-with-column.home_products_services .title-with-column_card {
  height: calc(100% - 30px);
}
@media (max-width: 575.98px) {
  .title-with-column_title {
    margin-bottom: 2rem;
  }
}
/* Title with Column - End */


/* Blog Listing - Start */
.post-category-header {
	padding: 100px 0px;
}
.post-category-header .section-header {
	text-align: center;
}
/* .post-category-header .section-header h1 {
  background: linear-gradient(to right, #ed4afb, #8472fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.post-category-header form.search-form {
	max-width: 480px;
	margin: 0px auto 40px;
}
.post-category-header form.search-form .input-group {
	background-color: #FFFFFF;
}
.post-category-header form.search-form .input-group input[type="text"] {
  padding-left: calc(47px / 3);
  padding-right: calc(47px / 3);
  display: inline-block;
  background: none;
  font-size: 15px;
  outline: 0;
  box-shadow: unset;
  height: 45px;
  border: 1px solid #919DA6;
  border-radius: 0px;
}
.post-category-header form.search-form .input-group button[type="submit"] {
  border-radius: 0;
  height: 45px;
  margin-left: 15px !important;
  background: linear-gradient(to right, #ed4afb, #8472fb);
  display: flex;
  color: #fff;
  align-items: center;
  border: 0;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
}

.blog-category {
  padding: 0px 0px 20px 0px;
}
.blog-category ul {
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 1110px;
  margin: 0px auto;
  padding-left: 0px;
}
.blog-category ul li {
	padding: 0px 10px;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
}
.blog-category ul li a {
  padding: 10px 20px;
  
  font-weight: 400;
  border-radius: 0;
  height: 45px;
  background: #f2f2f2;
  display: flex;
  color: #7c7c7c;
  align-items: center;
  border: 0;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
}
.blog-category ul li.active a {
	background: linear-gradient(to right, #ed4afb, #8472fb);
  color: #fff;
}
.blog-category .section-header {
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.blog-category ul {
		flex-wrap: wrap;
		max-width: 150px;
		text-align: center;
		border: 0;
	}
	.blog-category ul li {
		width: 100%;
	}
}

.blog-listing {
	padding: 30px 0px 30px 0px;
}
.load_more {
	padding: 0px 0px 30px 0px;
}
.blog-listing .box_list_item {
	margin-bottom: 20px; 
}
.blog-listing .box {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 10px;
} 
.blog-listing .box .img-part {
  position: relative;
  padding: 0px 20px;
}
.blog-listing .box .img-part img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}
.blog-listing .box .blog-content {
  padding: 20px 20px 20px 20px;
}
.blog-listing .box .blog-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}
.category-ebooks .blog-listing .box .blog-content,
.category-checklist .blog-listing .box .blog-content,
.category-infographics .blog-listing .box .blog-content,
.category-whitepaper .blog-listing .box .blog-content {
	padding-bottom: 0px;
}
.category-ebooks .blog-listing .box .blog-bottom,
.category-checklist .blog-listing .box .blog-bottom,
.category-infographics .blog-listing .box .blog-bottom,
.category-whitepaper .blog-listing .box .blog-bottom {
	padding-top: 0px;
}
.blog-listing .box h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.4;
}
.blog .entry .entry-content h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 1.25em;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.blog-listing .box h3 strong {
	font-weight: 600;
}
.blog-listing .box a {
	color: #000;
}
.blog-listing .box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #626262;
}
.blog-listing .box .blog-content p:last-child { 
    margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listing .box .box-icon span {
	vertical-align: middle;
	font-size: 14px;
}
.blog-listing .box .box-icon i {
	font-size: 22px;
	vertical-align: middle;
  background: linear-gradient(to right, #ed4afb, #8472fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-listing .box .box-date span,
.blog-listing .box .box-time span {
  vertical-align: middle;
	font-size: 14px;
}
.blog-listing .box .box-date i,
.blog-listing .box .box-time i {
	font-size: 22px;
	vertical-align: middle;
	background: linear-gradient(to right, #ed4afb, #8472fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table-of-content {
	background-color: #D9EBFF;
    padding: 10px 20px;
    margin-bottom: 30px;
	border-radius: 20px;
}
.table-of-content h3 {
	color: #000;
	font-size: 20px;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}
.table-of-content ul li, 
.table-of-content ol li {
	margin-bottom: 0px !important;
}
.table-of-content ul li a,
.table-of-content ol li a {
	color: #0170b9;
	font-size: 15px;
}
.blog .entry .entry-content .table-of-content ul li,
.blog .entry .entry-content .table-of-content ol li {
	color: #0170b9;
}

body.single .blog-video-part {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
body.single .blog-video-part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table.blog-table {
	margin-bottom: 20px;
}
table.blog-table th,
table.blog-table td {
	border: 1px solid #000 !important;
	padding: 10px;
}

@media only screen and (max-width: 1080px) {
	.blog-listing .box h3 {
		font-size: 18px;
	}
}
/* Blog Listing - End */

/* Case Study Hero Section - Start */
.case-study-hero {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.case-study-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}
.case-study-hero .case-study-hero_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}
.case-study-hero .case-study-hero_title {
  font-size: 48;
  font-weight:700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 3.5rem;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.case-study-hero .case-study-hero_cards {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.case-study-hero .case-study-hero_card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 15px 15px 15px 15px;
  min-width: 150px;
  text-align: left;
  background: linear-gradient(90deg, rgba(217, 70, 239, 0.5) 0%, rgba(168, 85, 247, 0.5) 50%, rgba(139, 92, 246, 0.5) 100%);
}
.case-study-hero .case-study-hero_label {
  font-size: 1rem;
  font-weight: var(--fw-semi);
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.case-study-hero .case-study-hero_value {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .case-study-hero { min-height: 340px; }
  .case-study-hero .case-study-hero_title { margin-bottom: 1.75rem; }
  .case-study-hero .case-study-hero_card { padding: 0.85rem 1.5rem 1rem; min-width: 130px; }
  .case-study-hero .case-study-hero_label { margin-bottom: 0.75rem; }
}
/* Case Study Hero Section - End */

/* Case Study Body Section - Start */
.case-study-body { padding: 3rem 0 4rem; background: #fff; }
.case-study-body_title {
  font-weight: var(--fw-bold);
  text-align: center;
  margin: 0 0 2rem;
}
.case-study-body_title span { display: inline; }
.case-study-body_panel {
  border-radius: 14px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
}
.case-study-body_panel-tri {
  background: linear-gradient(120deg, #F3EEFB 0%, #FBEFF6 45%, #EAF5F3 100%);
}
.case-study-body_panel-warm {
  background: linear-gradient(120deg, #FBEFF6 0%, #FBF3EF 100%);
}
.case-study-body_panel-flush { margin-bottom: 0; height: 100%; }

.case-study-body_heading { display: inline-block; font-weight: var(--fw-bold); margin: 0 0 0.85rem; }
.case-study-body_text { font-size: 1rem; line-height: 1.8; color: var(--color-gray); margin: 0; }
.case-study-body_divider { border-left: 1px solid rgba(139, 92, 246, 0.3); }
@media (max-width: 767.98px) {
  .case-study-body_divider {
    border-left: 0;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}
.case-study-body_row { margin-bottom: 1.5rem; }
.case-study-body_list { list-style: none; padding: 0; margin: 0; }
.case-study-body_list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-gray);
  margin-bottom: 0.55rem;
}
.case-study-body_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #505050;
}
.case-study-body_img-wrap {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  box-shadow: 0 12px 30px rgba(30, 27, 75, 0.14);
}
.case-study-body_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 240px;
}
.case-study-body_results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.case-study-body_results-title { font-weight: var(--fw-bold); margin: 0; }
.case-study-body_results-title span { display: inline; }
@media (max-width: 575.98px) {
  .case-study-body { padding: 2rem 0 3rem; }
  .case-study-body_panel { padding: 1.5rem; }
}
/* Case Study Body Section - End */

/* Other Stories Section - Start */
.other-stories-section { 
  padding: 3rem 0 4rem; 
  background: #fff; 
}
.other-stories-section .other-stories-section_title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.other-stories-section .other-stories-section_title span { 
  display: inline; 
}
.other-stories-section .other-stories-section_intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
  color: var(--color-gray);
}
.other-stories-section .other-stories-section_card-link { 
  text-decoration: none; 
  display: block; 
  height: 100%; 
  color: inherit; 
}
.other-stories-section .other-stories-section_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.other-stories-section .other-stories-section_card:hover {
  transform: translateY(-3px);
  border-color: #C4B5FD;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.1);
}
.other-stories-section .other-stories-section_card-title {
  font-size: 1.05rem;
  font-weight: var(--fw-bold);
  line-height: 1.35;
  margin: 0 0 0.75rem;
  color: #1a1a1a;
}
.other-stories-section .other-stories-section_card-text {
  line-height: 1.7;
  color: #4b4b4b;
  margin: 0 0 1.25rem;
}
.other-stories-section .other-stories-section_image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: auto;
  background: #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
}
.other-stories-section .other-stories-section_image-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.other-stories-section .other-stories-section_card:hover .other-stories-section_image-thumb {
  transform: scale(1.04);
}
/* Other Stories Section - End */

/* HubSpot Forms [EBook] — Premium Design - Start */
.phubfrom {
	text-align: left;
	margin: 0 auto;
}
.phubfrom .field {
	margin-bottom: 0px;
}
.phubfrom .field.hs_recaptcha {
	text-align: center;
	margin-top: 18px;
	max-height: 70px;
}
.phubfrom .field.hs_recaptcha .grecaptcha-badge {
	display: inline-block;
}
.phubfrom label {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	color: #203156;
}
.phubfrom ul {
	list-style: unset;
	padding-left: 0px;
	overflow: hidden;
	margin-bottom: 0;
}
.phubfrom ul li {
	margin-bottom: 0;
}
.phubfrom .hs-form-field select {
	color: #686868;
}
.phubfrom .hs-form-field select option:first-child {
	color: #686868;
}
.phubfrom .hs-form-field select:valid {
	color: #000;
}
.phubfrom .hs-form-field input[type=text],
.phubfrom .hs-form-field input[type=email],
.phubfrom .hs-form-field input[type=phone],
.phubfrom .hs-form-field input[type=number],
.phubfrom .hs-form-field input[type=tel],
.phubfrom .hs-form-field input[type=date],
.phubfrom .hs-form-field select,
.phubfrom .hs-form-field textarea {
	background: #ffffff;
	border: 1px solid #e6e6f0;
	border-radius: 9px;
	padding: 9px 14px;
	font-size: 14px;
	width: 100% !important;
	margin-bottom: 0px;
	line-height: 1.4;
	outline: 0px;
	color: #203156;
	box-shadow: 0 1px 2px rgba(32, 49, 86, 0.04);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.phubfrom .hs-form-field input[type=text]::placeholder,
.phubfrom .hs-form-field input[type=email]::placeholder,
.phubfrom .hs-form-field input[type=phone]::placeholder,
.phubfrom .hs-form-field input[type=number]::placeholder,
.phubfrom .hs-form-field input[type=tel]::placeholder,
.phubfrom .hs-form-field input[type=date]::placeholder,
.phubfrom .hs-form-field textarea::placeholder {
	color: #9a9ab0;
	font-weight: 400;
}
.phubfrom .hs-form-field input[type=text]:hover,
.phubfrom .hs-form-field input[type=email]:hover,
.phubfrom .hs-form-field input[type=phone]:hover,
.phubfrom .hs-form-field input[type=number]:hover,
.phubfrom .hs-form-field input[type=tel]:hover,
.phubfrom .hs-form-field input[type=date]:hover,
.phubfrom .hs-form-field select:hover,
.phubfrom .hs-form-field textarea:hover {
	border-color: #cfc4ef;
}
.phubfrom .hs-form-field input[type=text]:focus,
.phubfrom .hs-form-field input[type=email]:focus,
.phubfrom .hs-form-field input[type=phone]:focus,
.phubfrom .hs-form-field input[type=number]:focus,
.phubfrom .hs-form-field input[type=tel]:focus,
.phubfrom .hs-form-field input[type=date]:focus,
.phubfrom .hs-form-field select:focus,
.phubfrom .hs-form-field textarea:focus {
	border-color: #A855F7;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.14);
	transform: translateY(-1px);
}
.legal-consent-container .hs-form-booleancheckbox-display p {
	font-size: 12px;
}
.phubfrom .legal-consent-container input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #A855F7;
  cursor: pointer;
  margin-right: 6px;
  margin-top: 1px;
}
.phubfrom .actions .hs-button {
	white-space: nowrap;
	width: 100%;
	background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
	background-size: 200% auto;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.75rem 1.4rem;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	/* border-radius: 9px; */
	margin-top: 10px;
	cursor: pointer;
	transition: background-position 0.4s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.phubfrom .actions .hs-button:hover {
	background-position: right center;
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(168, 85, 247, 0.45);
}
.phubfrom .actions .hs-button:active {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
}

.phubfrom fieldset {
	max-width: unset !important;
}
.phubfrom fieldset .field {
	margin-bottom: 12px;
}
.phubfrom fieldset .field .input {
	margin-right: 0px !important;
}
.phubfrom fieldset .hs_firstname {
	padding-right: 8px;
}
.phubfrom fieldset .hs_lastname {
	padding-left: 8px;
}
.phubfrom .legal-consent-container .field.hs-form-field {
	margin-bottom: 0px;
}
.phubfrom label.hs-error-msg {
	color: #d50707;
	font-size: 12px;
	margin-top: 4px;
	display: inline-block;
}
.phubfrom ul.hs-error-msgs label {
	color: #d50707;
	font-size: 12px;
}

/* ---- Premium Modal ---- */
.prime-modal .modal-title { 
	font-size: 20px;
}
.prime-modal .modal-title .subtitle {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	display: block;
	color: #5a5a72;
	margin-top: 8px;
	letter-spacing: 0;
}
.prime-modal .modal-content {
	background: linear-gradient(180deg, #ffffff 0%, #f4f3fb 100%);
	border: 0;
	border-radius: 20px;
	box-shadow: 0 30px 70px rgba(32, 49, 86, 0.28);
	overflow: hidden;
}
.prime-modal .prime-form ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.prime-modal .prime-form ul li {
	text-align: left;
}
.prime-modal .hbspt-form .hs-dependent-field label .hs-input {
  margin-top: 0px;
  width: 15px;
}
.prime-modal .modal-header button.btn-close {
	background-color: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	opacity: 1;
	box-shadow: 0 4px 12px rgba(32, 49, 86, 0.15);
	transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.prime-modal .modal-header button.btn-close:hover {
	background-color: #F3E8FF;
	transform: rotate(90deg);
	box-shadow: 0 6px 16px rgba(168, 85, 247, 0.25);
}

@media only screen and (min-width: 1080px) {
	.prime-modal .modal-dialog {
		max-width: 520;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.prime-modal .modal-dialog .modal-header {
		padding: 34px 34px 16px;
		border: 0px;
	}
	.prime-modal .modal-dialog .modal-body {
		padding: 16px 34px 34px;
	}
	.prime-modal .modal-dialog .modal-header button.btn-close {
		position: absolute;
		right: 18px;
		top: 18px;
	}
	.prime-modal .modal-title .subtitle {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.prime-modal .modal-content {
		border-radius: 16px;
	}
	.prime-modal .modal-title {
		font-size: 21px;
	}
	.phubfrom fieldset .hs_firstname {
		padding-right: 0px;
	}
	.phubfrom fieldset .hs_lastname {
		padding-left: 0px;
	}
}
/* HubSpot Forms [EBook] — Premium Design - End */

/* Upcoming Events - Start */
.upcoming-events .events-sec_panel {
  background: linear-gradient(90deg, rgba(141, 124, 230, 0.09) 4%, rgba(170, 138, 237, 0.09) 27.1%, rgba(247, 173, 255, 0.11) 55.67%, rgba(30, 178, 200, 0.11) 104%);
  border-radius: 14px;
  padding: 2rem 2.25rem 2.25rem;
}
.upcoming-events .events-sec_title-purple {
  padding-right: 2.25rem;
}
.upcoming-events .events-sec_doodle {
  position: absolute;
  top: -0.45em;
  right: -0.6em;
  width: 60px;
  height: auto;
  pointer-events: none;
}
.upcoming-events .events-sec_title-purple svg {
	width: 40px;
}
.upcoming-events .events-sec_tabs { display: inline-flex; gap: 0.5rem; flex-wrap: wrap; }
.upcoming-events .events-sec_tab {
  padding: 0.45rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #505050;
  background: transparent;
  border: 1px solid #C4B5FD;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.upcoming-events .events-sec_tab:hover { border-color: #C4B5FD; color: #6D28D9; }
.upcoming-events .events-sec_events { padding-top: 1.5rem; }
.upcoming-events .events-sec_event { padding: 0.5rem 1.5rem; position: relative; }
.upcoming-events .events-sec_event + .events-sec_event::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: rgba(167, 139, 250, 0.3);
}
.upcoming-events .events-sec_event:first-child { padding-left: 0; }
.upcoming-events .events-sec_event:last-child  { padding-right: 0; }
.upcoming-events .events-sec_event-desc { font-size: 0.95rem; line-height: 1.6; color: #4B5563; margin-bottom: 0.85rem; }
.upcoming-events .events-sec_event-meta { display: flex; flex-direction: column; gap: 0.3rem; }
.upcoming-events .events-sec_meta-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #6B7280; }
.upcoming-events .events-sec_meta-item svg { color: #9CA3AF; flex-shrink: 0; }
@media (max-width: 767.98px) {
  .upcoming-events .events-sec_panel { padding: 1.5rem 1.25rem 1.75rem; }
  .upcoming-events .events-sec_event { padding: 1.25rem 0; border-top: 1px solid rgba(167, 139, 250, 0.2); }
  .upcoming-events .events-sec_event:first-child { border-top: none; padding-top: 0; }
  .upcoming-events .events-sec_event + .events-sec_event::before { display: none; }
}
@media (max-width: 575.98px) {
  .upcoming-events .events-section { padding: 0 0 3rem; }
  .upcoming-events .events-sec_doodle { width: 44px; }
}
/* Upcoming Events - End */

/* Trusted By - Start */
.trusted_by {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
.container-main .trusted_by .container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
	max-width: unset;
}
.trusted_by h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}
.trusted_by .clients-slider {
	position: relative;
	padding-top: 10px;
}
.trusted_by .clients-slider .swiper-wrapper {
	align-items: center;
  transition-timing-function: linear !important;
}
.trusted_by .clients-slider .swiper-slide {
	height: 120px;
	display: flex;
	transition: transform 0.3s ease;
}
.trusted_by .client-logo {
	width: 100%;
	height: 100%;
	/* border: 1px solid #e5e7eb; */
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: all 0.3s ease;
}
.trusted_by .client-logo:hover {
	transform: translateY(-4px);
	/* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); */
}
.trusted_by .client-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	transition: all 0.3s ease;
}
.trusted_by .client-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
}
@media (max-width: 1200px) {
	.trusted_by .clients-slider .swiper-slide { height: 110px; }
}
@media (max-width: 992px) {
	.trusted_by .clients-slider .swiper-slide { height: 100px; }
}
@media (max-width: 768px) {
	.trusted_by .clients-slider .swiper-slide { height: 85px; }
	.trusted_by .client-logo img { max-height: 40px; }
}
@media (max-width: 576px) {
	.trusted_by .clients-slider .swiper-slide { height: 75px; }
	.trusted_by .client-logo { padding: 15px; }
}
/* Trusted By - End */

/* List Image - Start */
.list_image_title {
  margin-bottom: 4rem;
}
.list_image_chip {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 0.99rem;
  font-weight: 500;
  color: #505050;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}
.list_image_chip:hover { border-color: #C4B5FD; box-shadow: 0 6px 18px rgba(124, 58, 237, 0.10); transform: translateY(-2px); }

/* Load More */
.list_image_more-wrap {
  text-align: center;
  margin-top: 1.75rem;
}
.list_image_more-link {
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: underline;
  background: linear-gradient(90deg, #d94fc8 0%, #b46af0 60%, #7c7df0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration-color: #b46af0;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.list_image_more-link:hover { opacity: 0.85; }

.list_image_image-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(30, 27, 75, 0.12);
}
.list_image_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 320px;
  transition: transform 0.5s ease;
}
.list_image_image-wrap:hover .list_image_image { transform: scale(1.04); }

@media (max-width: 991.98px) { .list_image_image { min-height: 240px; } }
@media (max-width: 575.98px) {
  .list_image_title { margin-bottom: 1.5rem; }
}
/* List Image - End */

/* AI Agents - Start */
.ai-agents {
  background: #fafbfc;
  overflow: hidden;
  padding: 60px 0;
}
.ai-agents .ai-agents_title {
  margin-bottom: 20px;
}
.ai-agents .ai-agents_grid {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ai-agents .ai-agents_grid {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 1.4rem;
    row-gap: 2.5rem;
    min-height: 460px;
  }
  .ai-agents .ai-agents_card--tl { grid-column: 1; grid-row: 1; }
  .ai-agents .ai-agents_card--tr { grid-column: 3; grid-row: 1; }
  .ai-agents .ai-agents_card--bl { grid-column: 1; grid-row: 2; }
  .ai-agents .ai-agents_card--br { grid-column: 3; grid-row: 2; }
}
.ai-agents .ai-agents_connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .ai-agents .ai-agents_connectors { display: none; }
}
.ai-agents .ai-agents_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #D946EF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #505050;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(6, 182, 212, 0.08);
}
.ai-agents .ai-agents_center span {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0px !important;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  justify-content: center;
}
.ai-agents .ai-agents_center::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #D946EF;
}
.ai-agents .ai-agents_center::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 200ms;
  background: #D946EF;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .ai-agents .ai-agents_center { display: none; }
}
.ai-agents .ai-agents_card {
  background: linear-gradient(90deg, #3EC5FF1F 12.14%, #E8E8E842 74.37%);
  border: 1px solid #E0D6F8;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ai-agents .ai-agents_card:hover {
  transform: translateY(-4px);
  border-color: #C4B5FD;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.12);
}
.ai-agents .ai-agents_head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.ai-agents .ai-agents_icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6D28D9;
  flex-shrink: 0;
}
.ai-agents .ai-agents_icon-wrap img {
  max-width: 60%;
}
.ai-agents .ai-agents_icon {
  width: 22px;
  height: 22px;
}
.ai-agents .ai-agents_card-subtitle {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: #f3e8fd;
  color: #7c3aed;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
}
.ai-agents .ai-agents_card-title {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #D946EF 0%, #7c7bd6 50%, #4fa3c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.ai-agents .ai-agents_card-text {
  font-size: 0.90rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 20px;
  flex-grow: 1;
}
.ai-agents .ai-agents_card .primary_outline_btn {
  padding: 6px 12px;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .ai-agents .ai-agents_card { margin-bottom: 1rem; }
  .ai-agents .ai-agents_card:last-child { margin-bottom: 0; }
}
@media (max-width: 575.98px) {
  .ai-agents .ai-agents_title { margin-bottom: 2.25rem; }
  .ai-agents .ai-agents_card { padding: 1.25rem 1.25rem 1.4rem; }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* AI Agents - End */

/* Content Image - Start */
.ai-powered_bpm {
    background-color: #0a0a14;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}
.ai-powered_bpm .ai-powered_bpm_left {
    animation: contentImageFadeIn 0.8s ease-in-out;
}
.ai-powered_bpm .ai-powered_bpm_header {
    margin-bottom: 1rem;
}
.ai-powered_bpm .ai-powered_bpm_icon {
  width: 75px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: #efe9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6D28D9;
}
.ai-powered_bpm .ai-powered_bpm_titles {
    display: flex;
    flex-direction: column;
}
.ai-powered_bpm .ai-powered_bpm_title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #8D7CE6 0%, #1DB2C8 49.52%, #DB4DB1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-powered_bpm .ai-powered_bpm_subtitle {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}
.ai-powered_bpm .ai-powered_bpm_content {
    width: 100%;
}
.ai-powered_bpm .ai-powered_bpm_description {
  margin-bottom: 1.5rem;
  max-width: 580px;
}
.ai-powered_bpm .ai-powered_bpm_features li {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: transform 0.3s ease;
  color: #000;
}
.ai-powered_bpm .ai-powered_bpm_features li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(141, 124, 230, 0.40) 0%, rgba(238, 74, 251, 0.40) 49.04%, rgba(23, 204, 232, 0.40) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 0px;
  box-shadow: 0 2px 4px rgba(124, 77, 255, 0.15);
  line-height: 1;
  margin-right: 10px;
}
.ai-powered_bpm .ai-powered_bpm_features li:hover {
    transform: translateY(-2px);
}
.ai-powered_bpm .ai-powered_bpm_check {
    color: #22c55e;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}
/* .ai-powered_bpm .ai-powered_bpm_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}
.ai-powered_bpm .ai-powered_bpm_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.5);
    color: #ffffff;
}
.ai-powered_bpm .ai-powered_bpm_btn_arrow {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}
.ai-powered_bpm .ai-powered_bpm_btn:hover .ai-powered_bpm_btn_arrow {
    transform: translateX(4px);
} */
.ai-powered_bpm .ai-powered_bpm_photo {
    width: 100%;
    animation: contentImageFadeIn 1s ease-in-out;
}
.ai-powered_bpm .ai-powered_bpm_photo_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}
.ai-powered_bpm .ai-powered_bpm_photo_img:hover {
    transform: translateY(-4px);
}
@keyframes contentImageFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-powered_bpm.light-sec {
  background-color: #fff;
}
/* .ai-powered_bpm.light-sec .ai-powered_bpm_description {
    color: #4B5563;
}
.ai-powered_bpm.light-sec .ai-powered_bpm_features li {
    color: #4B5563;
} */
@media (max-width: 991.98px) {
    .ai-powered_bpm {
        padding: 60px 0;
    }
    .ai-powered_bpm .ai-powered_bpm_photo {
        margin-top: 40px;
    }
    .ai-powered_bpm .ai-powered_bpm_title {
        font-size: 1.75rem;
    }
}
@media (max-width: 767.98px) {
    .ai-powered_bpm {
        padding: 40px 0;
    }
    .ai-powered_bpm .ai-powered_bpm_title {
        font-size: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .ai-powered_bpm .ai-powered_bpm_icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .ai-powered_bpm .ai-powered_bpm_features {
        flex-direction: column;
    }
}
/* Content Image - End */

/* BPM Crash Course - Start */
.bpm_crash_course { 
  padding: 80px 0; 
}
.bpm_crash_course .container { 
  max-width: 1100px !important; 
}
.bpm_crash_course h2 { 
  margin-bottom: 50px; 
}
.bpm_crash_course .course-card { 
  background: #fff; 
  border: 1px solid #ececec; 
  border-radius: 12px; 
  padding: 26px; 
  height: 100%; 
  transition: transform 0.25s ease, box-shadow 0.25s ease; 
}
.bpm_crash_course .course-card:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 14px 30px rgba(124, 77, 255, 0.10); 
}
.bpm_crash_course .course-card-head { 
  display: flex; 
  align-items: center; 
  gap: 18px; 
  margin-bottom: 22px; 
}
.bpm_crash_course .course-icon { 
  flex-shrink: 0; 
  width: 60px; 
  height: 60px; 
  border-radius: 50%; 
  background: linear-gradient(135deg, #ead7ff 0%, #f5e3ff 100%); 
  display: flex; 
  align-items: center;
  justify-content: center; 
  color: #7c4dff; 
  font-size: 1.5rem; 
}
.bpm_crash_course .course-title { 
  font-size: 1.1rem; 
  font-weight: 600; 
  color: #1a1a1a; 
  margin: 0 0 6px; 
  line-height: 1.3; 
}
.bpm_crash_course .course-subtitle { 
  font-size: 0.9rem; 
  color: #6a6a6a; 
  margin: 0; 
  font-weight: 400; 
}
.bpm_crash_course .course-media { 
  width: 100%;
  margin-bottom: 22px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
.bpm_crash_course .course-media img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}
.bpm_crash_course .course-card .primary_btn {
  width: 100%;
  justify-content: center;
}
/* .bpm_crash_course .btn-start-now { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 16px; 
  width: 100%; 
  padding: 14px 20px; 
  border-radius: 8px;
  background: linear-gradient(90deg, #e14fc8 0%, #b14df0 50%, #6b6df0 100%); 
  color: #fff; 
  font-size: 0.82rem; 
  font-weight: 600; 
  letter-spacing: 1.5px; 
  text-decoration: none; 
  text-transform: uppercase; 
  border: none; 
  cursor: pointer; 
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease; 
  box-shadow: 0 6px 18px rgba(180, 79, 200, 0.28); 
}
.bpm_crash_course .btn-start-now:hover { 
  color: #fff; 
  transform: translateY(-2px); 
  box-shadow: 0 10px 24px rgba(180, 79, 200, 0.40); 
  filter: brightness(1.05); 
}
.bpm_crash_course .btn-start-arrow {
   width: 22px; 
   height: 22px; 
   border-radius: 50%; 
   background: rgba(255,255,255,0.25); 
   display: inline-flex; 
   align-items: center; 
   justify-content: center; 
   font-size: 11px; 
} */
.bpm_crash_course .load-more-wrap {
    text-align: center;
    margin-top: 36px;
}
.bpm_crash_course .load-more-link {
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: underline;
    background: linear-gradient(90deg, #d94fc8 0%, #b46af0 60%, #7c7df0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-decoration-color: #b46af0;
    display: inline-block;
    transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
	.bpm_crash_course { 
    padding: 40px 0; 
  }
	.bpm_crash_course h2 { 
    margin-bottom: 30px; 
  }
	.bpm_crash_course .course-card { 
    padding: 22px; 
  }
	.bpm_crash_course .course-icon { 
    width: 52px; 
    height: 52px; 
    font-size: 1.3rem; 
  }
	.bpm_crash_course .course-title { 
    font-size: 1rem; 
  }
	.bpm_crash_course .course-subtitle { 
    font-size: 0.85rem; 
  }
	.bpm_crash_course .btn-start-now { 
    font-size: 0.75rem; 
    padding: 12px 16px; 
    letter-spacing: 1px; 
  }
}
/* BPM Crash Course - End */

/* BLOG HEADER - Start */
.blog-header-section {
  position: relative;
  overflow: visible;
  margin-bottom: 80px;
  padding: 60px 0 0;
  background: linear-gradient(180deg, #f6f4fd 0%, #ffffff 100%);
}
.blog-header-section .blog-header-inner-sec {
  margin-bottom: -60px;
  align-items: end;
}
.blog-header-section .blog-header-inner-sec .img-sec img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 60px;
  box-shadow: 0 20px 45px rgba(32, 49, 86, 0.16);
}
.blog-header-section .content {
  padding: 0;
  max-width: 600px;
  margin-bottom: 60px;
}
.blog-header-section h1 {
  color: #203156;
  
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin: 0;
}
.blog-header-section p {
  margin: 15px 0 30px;
  line-height: 1.7;
  color: #5a5a72;
}
.blog-header-section .entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-header-section .entry-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #203156;
  background: #ffffff;
  border: 1px solid #ece9f6;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(32, 49, 86, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.blog-header-section .entry-meta li:hover {
  border-color: #d9cdf5;
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.12);
}
.blog-header-section .entry-meta li i {
  font-size: 1rem;
  color: #8B5CF6;
}
.blog-header-section .entry-meta li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.blog-header-section .entry-meta li a:hover {
  color: #8B5CF6;
}
@media (max-width: 991.98px) {
  .blog-header-section {
    margin-bottom: 50px;
  }
  .blog-header-section .blog-header-inner-sec {
    margin-bottom: 0;
  }
  .blog-header-section .content {
    margin-bottom: 28px;
    margin-top: 28px;
  }
  .blog-header-section h1 {
    font-size: 30px;
  }
}
/* BLOG HEADER - End */


/* Blog Sidebar Service List - Start */
.sidebar-service {
  padding: 0;
  overflow: visible;
}
.sidebar-service .box-item {
  margin-bottom: 20px;
}
 
/* Card */
.sidebar-service .box {
  position: relative;
  height: 100%;
  padding: 24px 24px 64px;
  background: #fff;
  border: 1px solid #e7e9ef;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.sidebar-service .row .box:hover {
  transform: translateY(-6px);
  border-color: #d6c7f5;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.12);
  background: linear-gradient(270deg, rgba(23, 204, 232, 0.04) -16.24%, rgba(219, 77, 177, 0.04) 83.76%);
}
 
/* Title */
.sidebar-service .box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #203156;
  margin-bottom: 18px;
}
.sidebar-service .box h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e7e9ef;
  margin: 20px 0;
}
 
/* Text */
.sidebar-service .box .box-text,
.sidebar-service .box p {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: #4B5563;
}
.sidebar-service .box a {
  color: #203156;
  text-decoration: none;
}
 
/* Arrow (circular icon, bottom-right) */
.sidebar-service .box .box-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.2px solid #C4B5FD;
  border-radius: 50%;
  color: #8B5CF6;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.sidebar-service .box .box-icon i {
  font-size: 20px;
  line-height: 1;
}
.sidebar-service .box:hover .box-icon {
  background: linear-gradient(90deg, #D946EF, #8B5CF6);
  color: #ffffff;
  border-color: transparent;
  transform: translateX(3px);
}
 
@media (max-width: 575.98px) {
  .sidebar-service .box {
    padding: 20px 20px 60px;
  }
  .sidebar-service .box h3 {
    font-size: 20px;
  }
}
/* Blog Sidebar Service List - End */

/* Case Studies - Start */
.case-studies {
	background: #ffffff;
	padding: 55px 0 70px;
}
.case-studies .container {
	max-width: 1100px;
}
.case-studies .case-studies_title {
	margin-bottom: 20px;
}
.case-studies .case-subheading {
	text-align: center;
	font-size: 0.92rem;
	color: #4a4a4a;
	line-height: 1.65;
	max-width: 640px;
	margin: 0 auto 38px;
}
.case-studies .case-card {
	position: relative; /* anchor for stretched link */
	background: #f5f5f7;
	border-radius: 10px;
	padding: 18px 18px 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.case-studies .case-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
.case-studies .case-card.dark-bg {
	background: #1a1a2e;
}
.case-studies .case-card_media {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}
.case-studies .case-card_media img {
	display: block;
	width: 100%;
}
.case-studies .case-category {
	position: absolute;
	left: 14px;
	bottom: 14px;
	display: inline-block;
	padding: 4px 14px;
	border-radius: 3px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #7c7df0;
	background: linear-gradient(90deg, #f4dcef 0%, #e7e5f5 50%, #d8ecf3 100%);
	z-index: 2;
}
.case-studies .case-card_title {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 10px;
}
.case-studies .case-card_desc {
	margin: 0 0 18px;
}
.case-studies .case-arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1.4px solid #b46af0;
	color: #b46af0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	align-self: flex-start;
}
.case-studies .case-arrow:hover,
.case-studies .case-card:hover .case-arrow {
	background: #b46af0;
	color: #ffffff;
}
.case-studies .case-card_stretched::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 10px;
}
.case-studies .load-more-wrap {
	text-align: center;
	margin-top: 36px;
}
.case-studies .load-more-link {
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: underline;
	background: linear-gradient(90deg, #d94fc8 0%, #b46af0 60%, #7c7df0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	text-decoration-color: #b46af0;
	display: inline-block;
	transition: opacity 0.2s ease;
}
.case-studies .load-more-link:hover { opacity: 0.85; }
@media (max-width: 991.98px) {
	.case-studies { padding: 45px 0 55px; }
	.case-studies .case-studies_title { font-size: 1.55rem; }
}
@media (max-width: 767.98px) {
	.case-studies { padding: 35px 0 45px; }
	.case-studies .case-studies_title { font-size: 1.3rem; }
	.case-studies .case-subheading { font-size: 0.88rem; margin-bottom: 28px; }
	.case-studies .case-card_title { font-size: 0.92rem; }
	.case-studies .case-arrow { width: 30px; height: 30px; }
}
/* Case Studies - End */

/* Contact Us Secction - Start */
.contact-section { padding: 3rem 0 4rem; background: #fff; }
.contact-section_title { margin: 0 0 1rem; }
.contact-section_title span { display: inline; }
.contact-section_desc { font-size: 0.95rem; line-height: 1.7; margin: 0 0 2rem; max-width: 480px; color: #5a5a72; }
.contact-section_info-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-section_info-card:hover { border-color: #C4B5FD; box-shadow: 0 8px 22px rgba(124, 58, 237, 0.08); }
.contact-section_info-head { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.5rem; }
.contact-section_info-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #F1ECFB;
  display: flex; align-items: center; justify-content: center;
  color: #686ffb;
  flex-shrink: 0;
}
.contact-section_info-icon svg { color: #686ffb; }
.contact-section_info-label { font-size: 1rem; color: #000; margin: 0; }
.contact-section_info-list { list-style: none; padding-left: 0px; margin: 0; }
.contact-section_info-list li { font-size: 0.9rem; color: #000; line-height: 1.7; margin-bottom: 5px; }
.contact-section_info-list a { text-decoration: none; transition: color 0.25s ease; color: #000; }
.contact-section_info-list a:hover { color: #8d5bf6; }

.contact-section_social { display: flex; flex-wrap: wrap; gap: 12px; padding-left: 2.3rem; }
.contact-section_social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #F1ECFB;
  color: #686ffb;
  transition: background 0.25s ease, transform 0.25s ease;
}
.contact-section_social a:hover { background: #E2D7FA; transform: translateY(-2px); }
.contact-section_social a img { max-width: 18px; max-height: 18px; }
.contact-section_social a svg { width: 18px; height: 18px; }
.contact-section_form-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 6px 20px rgba(30, 27, 75, 0.06);
  border: 1px solid #F1F1F4;
}
.contact-section_form-title { margin: 0 0 1.25rem; }
@media (max-width: 575.98px) {
  .contact-section { padding: 2rem 0 3rem; }
  .contact-section_form-card { padding: 1.25rem; }
  .contact-section_info-list,
  .contact-section_social { padding-left: 0; }
}

.offices-section { padding: 2rem 0 4rem; background: #fff; }
.offices-section_title { margin: 0 0 2.5rem; }
.offices-section_card {
  background: #fbfbfb;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.offices-section_card:hover { transform: translateY(-3px); border-color: #C4B5FD; box-shadow: 0 14px 30px rgba(124, 58, 237, 0.1); }
.offices-section_card-title { color: #000; margin: 0 0 0.8rem; }
.offices-section_address { color: #5a5a72; line-height: 1.6; margin: 0 0 1rem; }
.offices-section_phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.offices-section_phone {
  display: inline-flex; align-items: center; gap: 0.65rem;
  color: #000;
  text-decoration: none;
}
.offices-section_phone-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #F1ECFB;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.offices-section_phone svg { color: #686ffb; flex-shrink: 0; }
.offices-section_phone:hover { color: #686ffb; }
.offices-section_direction {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #6D5BF6;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(109, 91, 246, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}
.offices-section_direction svg { transform: rotate(45deg); }
.offices-section_direction:hover { background: #5a46e8; color: #fff; transform: translateY(-2px); }

.offices-section_map-wrap { position: relative; height: 160px; overflow: hidden; border-radius: 10px; }
.offices-section_map-iframe { width: 100%; height: 100%; border: 0; display: block; border-radius: 10px; }

@media (max-width: 575.98px) {
  .offices-section { padding: 1rem 0 3rem; }
  .offices-section_title { margin-bottom: 1.75rem; }
}
/* Contact Us Secction - End */

/* Page Breadcrumb - Start */
.page-breadcrumb {
  padding: 10px 0 0px;
  background: linear-gradient(180deg, #f6f4fd 0%, #ffffff 100%);
  border-bottom: 1px solid #ece9f6;
}
.page-breadcrumb .breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.page-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-breadcrumb .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #203156;
  /* text-decoration: none;
  padding: 6px 14px;
  background: #ffffff;
  border: 1px solid #ece9f6;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(32, 49, 86, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease; */
}
.page-breadcrumb .breadcrumb-item a:hover {
  color: #8B5CF6;
  /* border-color: #d9cdf5;
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.12); */
}
.page-breadcrumb .breadcrumb-item a i {
  font-size: 0.95rem;
  color: #8B5CF6;
  line-height: 1;
}
.page-breadcrumb .breadcrumb-sep {
  color: #b9b2d8;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.page-breadcrumb .breadcrumb-item.is-current span {
  /* 
  padding: 6px 14px;
  color: #ffffff;
  border-radius: 50px;
  background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.25);
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; */
}
@media (max-width: 767px) {
  .page-breadcrumb { padding: 12px 0; }
  .page-breadcrumb .breadcrumb-list { font-size: 0.8rem; gap: 4px; }
  .page-breadcrumb .breadcrumb-item a,
  .page-breadcrumb .breadcrumb-item.is-current span { padding: 5px 11px; }
  .page-breadcrumb .breadcrumb-item.is-current span { max-width: 200px; }
}
/* Page Breadcrumb - End */

/* Free Trial Success Stories - Start */
.free_trial_success_stories {
  background-color: #fff;
  padding: 80px 0;
}
.free_trial_success_stories .section-head {
  text-align: center;
  margin-bottom: 45px;
}
.free_trial_success_stories .section-head h2 strong {
  font-weight: 700;
}
.free_trial_success_stories .cards-row {
  row-gap: 26px;
}
.free_trial_success_stories .story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #ededf2;
  border-radius: 14px;
  padding: 26px 24px 24px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.free_trial_success_stories .story-card:hover {
  border-color: #e3d9f7;
  box-shadow: 0 16px 40px rgba(30, 27, 75, 0.10);
  transform: translateY(-4px);
}
.free_trial_success_stories .card-logo {
  height: 80px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.free_trial_success_stories .card-logo img {
  max-height: 80px;
  width: auto;
  max-width: unset;
  object-fit: contain;
}
.free_trial_success_stories .card-badge {
  align-self: flex-start;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3aa0c4;
  border-radius: 6px;
  background: linear-gradient(90deg, #e0f3fb 0%, #f3e8fb 100%);
}
.free_trial_success_stories .card-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex-grow: 1;
}
.free_trial_success_stories .card-points li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a4a58;
}
.free_trial_success_stories .card-points li:before {
  content: "•";
  position: absolute;
  left: 2px;
  top: -1px;
  color: #8b5cf6;
  font-size: 1rem;
  line-height: 1.5;
}
.free_trial_success_stories .card-more {
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: #a855f7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.free_trial_success_stories .story-card:hover .card-more {
  color: #8b5cf6;
}
@media (max-width: 575.98px) {
  .free_trial_success_stories { padding: 50px 0; }
  .free_trial_success_stories .story-card { padding: 22px 20px; }
}
/* Free Trial Success Stories - End */

/* AI Workflow - Start */
.ai_workflow { 
    padding: 3rem 0 4rem; 
    background: #fff; 
}
.ai_workflow .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ai_workflow .layout { grid-template-columns: 1fr; gap: 2rem; }
}
.ai_workflow .title {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  letter-spacing: -0.5px;
}
.ai_workflow .title span { 
    display: inline; 
}
.ai_workflow .desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #505050;
  margin: 0 0 1.75rem;
  max-width: 400px;
}
.ai_workflow .right { 
    position: relative; 
}
.ai_workflow .scroll-wrap {
  position: relative;
  max-height: 460px;
  overflow-y: auto;
  padding: 0.5rem 1.25rem 0.5rem 2.5rem;
  scrollbar-width: none;
}
.ai_workflow .scroll-wrap::-webkit-scrollbar { 
  display: none; 
}
.ai_workflow .steps {
  position: relative;
  padding-right: 0.5rem;
}
.ai_workflow .step { 
    position: relative; 
    margin-bottom: 1.75rem; 
}
.ai_workflow .step:last-child { 
    margin-bottom: 0; 
}
.ai_workflow .step_card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.ai_workflow .step:hover .step_card,
.ai_workflow .step--active .step_card {
  border-color: #C4B5FD;
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.12);
  transform: translateY(-1px);
}
.ai_workflow .num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #FBE2EE 0%, #E9DDF7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
.ai_workflow .text {
  font-size: 0.87rem;
  line-height: 1.5;
  color: #505050;
  margin: 0;
}
.ai_workflow .text strong { 
    color: #000; 
    font-weight: 600
}
.ai_workflow .connector {
  position: absolute;
  left: -2rem;
  top: 50%;
  width: 30px;
  height: 60px;
  pointer-events: none;
  z-index: 1;
  color: #C4B5FD;
}
.ai_workflow .step:last-child .connector { 
    display: none; 
}
@media (max-width: 575.98px) { 
    .ai_workflow .connector { 
        display: none; 
    } 
}
.ai_workflow .progress {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(168, 85, 247, 0.12);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.ai_workflow .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #EC4899 0%, #A855F7 100%);
  border-radius: 4px;
  transition: top 0.15s ease, height 0.15s ease;
}
@media (max-width: 575.98px) {
  .ai_workflow { padding: 2rem 0 3rem; }
  .ai_workflow .scroll-wrap { max-height: 380px; padding-right: 1rem; }
}
/* AI Workflow - End */

/* Awards and Recognition - Start */
.awards_and_recognition .section-header {
  padding-bottom: 10px;
}
.awards_and_recognition_title {
  margin-bottom: 3.5rem;
}
.awards_and_recognition_subtitle {
  margin-bottom: 0;
}
.awards_and_recognition_slider {
  padding: 0px;
}
.awards_and_recognition .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  padding: 20px;
}
.awards_and_recognition_badge {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.awards_and_recognition_badge:hover {
  transform: translateY(-4px);
  background: #ECE6F8;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.15);
}
.awards_and_recognition_logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0.15);
  transition: filter 0.3s ease;
}
.awards_and_recognition_badge:hover .awards_and_recognition_logo {
  filter: grayscale(0);
}
@media (max-width: 575.98px) {
  .awards_and_recognition_badge {
    width: 90px;
    height: 90px;
    padding: 0.85rem;
  }
  .awards_and_recognition .swiper-slide {
    padding: 12px;
  }
}
/* Awards and Recognition - End */

/* Prime Reviews - Start */
.prime_reviews {
	padding: 60px 0 40px;
}
.prime_reviews #listing ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 12px;
	margin: 0 0 40px;
	padding: 0;
}
.prime_reviews a.bpm-soft {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #4B5563;
	background: #ffffff;
	border: 1px solid #DDD6FE;
	border-radius: 0px;
	padding: 10px 18px;
	text-decoration: none;
	transition: all .2s ease;
}
.prime_reviews a.bpm-soft:hover {
	border-color: #A855F7;
	color: #A855F7;
}
.prime_reviews a.bpm-soft.active,
.prime_reviews a.gradient_btn,
.prime_reviews button.gradient_btn {
	white-space: nowrap;
	background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
	color: #ffffff !important;
	border-color: transparent;
	box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
}
.prime_reviews .rr-score-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}
.prime_reviews .rr-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #C4B5FD6E;
	box-shadow: 0 10px 30px rgba(30, 27, 75, .08);
	padding: 34px 40px;
}
.prime_reviews .rr-overall {
	text-align: center;
	min-width: 280px;
}
.prime_reviews .rr-overall .heart {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	background: #FBEFF6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #D946EF;
}
.prime_reviews .rr-overall h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1f2330;
	margin: 0 0 10px;
}
.prime_reviews .rr-overall .score {
	font-size: 22px;
	font-weight: 600;
	color: #1f2330;
	margin: 6px 0 18px;
}
.prime_reviews .rr-overall .score small {
	color: #6B7280;
	font-weight: 400;
}
.prime_reviews .rr-overall .rr-write {
	display: inline-block;
	white-space: nowrap;
	background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 12px 26px;
	border-radius: 0px;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35);
	transition: opacity .2s ease;
}
.prime_reviews .rr-overall .rr-write:hover {
	opacity: .9;
}
.prime_reviews .rr-cats {
	min-width: 320px;
}
.prime_reviews .rr-cats .cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
}
.prime_reviews .rr-cats .cat+.cat {
	border-top: 1px dashed #EDE9FE;
}
.prime_reviews .rr-cats .cat .lbl {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #1f2330;
	margin-bottom: 6px;
}
.prime_reviews .rr-stars {
	display: inline-flex;
	gap: 3px;
	font-size: 16px;
	line-height: 1;
}
.prime_reviews .rr-stars .bi-star-fill {
	color: #E5E7EB;
}
.prime_reviews .rr-stars .checked .bi-star-fill,
.prime_reviews .rr-stars i.checked {
	color: #F5A623;
}
.prime_reviews .rr-stars .half-checked {
	position: relative;
}
.prime_reviews .rr-stars .half-checked .bi-star-fill {
	background: linear-gradient(90deg, #F5A623 50%, #E5E7EB 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.prime_reviews .rr-grid-title {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #1f2330;
}
.prime_reviews .rr-grid-sub {
	text-align: center;
	color: #6B7280;
	margin-bottom: 36px;
}
.prime_reviews .rr-review-card {
	background: linear-gradient(90deg, #3EC5FF0F 12.14%, #E8E8E842 74.37%);
	border: 1px solid #C4B5FD6E;
	border-radius: 16px;
	padding: 26px 26px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease, transform .2s ease;
	cursor: pointer;
}
.prime_reviews .rr-review-card:hover {
	box-shadow: 0 14px 34px rgba(168, 85, 247, .18);
	transform: translateY(-2px);
}
.prime_reviews .rr-review-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 12px;
}
.prime_reviews .rr-review-top .ttl {
	font-size: 16px;
	font-weight: 600;
	color: #1f2330;
	margin: 0;
}
.prime_reviews .rr-quote {
   font-size: 26px;
   line-height: 1;
   font-weight: 700;
   margin-bottom: 6px;
   background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 50%, #4f7cff 100%);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   width: auto;
}
.prime_reviews .rr-review-body {
	flex: 1;
}
.prime_reviews .rr-review-body p {
	font-size: 14px;
	color: #4B5563;
	line-height: 1.65;
	margin: 0;
}
.prime_reviews .rr-readmore {
   border: none;
   padding: 0;
   display: inline-block;
   margin-top: 8px;
   font-size: 0.88rem;
   font-weight: 600;
   text-decoration: underline;
   cursor: pointer;
   background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 50%, #4f7cff 100%);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
}
.prime_reviews .rr-quote-close {
	text-align: right;
	font-size: 26px;
	line-height: 1;
	color: #A855F7;
	font-weight: 700;
	margin-top: -8px;
}
.prime_reviews .rr-review-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #EDE9FE;
	margin-top: 16px;
	padding-top: 16px;
}
.prime_reviews .rr-review-footer img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1f2330;
	object-fit: cover;
	border: 0px solid #ffffff;
	box-shadow: 0 2px 8px rgba(30, 27, 75, .1);
}
.prime_reviews .rr-review-footer .who p {
	margin: 0;
}
.prime_reviews .rr-review-footer .who .nm {
	font-size: 14px;
	font-weight: 600;
	color: #1f2330;
}
.prime_reviews .rr-review-footer .who .rl {
	font-size: 12px;
	color: #6B7280;
}
.prime_reviews .review-modal .modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.prime_reviews .review-modal .modal-content {
	border: none;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(30, 27, 75, .25);

}
.prime_reviews .review-modal .modal-header {
	background: linear-gradient(90deg, #D946EF 0%, #A855F7 50%, #8B5CF6 100%);
	border-bottom: none;
	padding: 18px 26px;
}
.prime_reviews .review-modal .modal-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .02em;
}
.prime_reviews .review-modal .btn-close {
	filter: brightness(0) invert(1);
	opacity: .9;
	box-shadow: none;
}
.prime_reviews .review-modal .btn-close:hover {
	opacity: 1;
}
.prime_reviews .review-modal .modal-body {
	padding: 26px;
	background: linear-gradient(135deg, #F4F8FF 0%, #FFFFFF 50%, #ECF4FB 100%);
}
.prime_reviews .review-modal .table {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #C4B5FD6E;
	margin-bottom: 20px;
}
.prime_reviews .review-modal .table td {
	border-color: #EDE9FE;
	padding: 12px 16px;
	vertical-align: middle;
}
.prime_reviews .review-modal .table tr td:first-child p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #1f2330;
	margin: 0;
}
.prime_reviews .review-modal .table td p {
	font-size: 14px;
	color: #4B5563;
	margin: 0;
	line-height: 1.6;
}
.prime_reviews .review-modal .table .bi-star-fill {
	color: #E5E7EB;
	font-size: 15px;
}
.prime_reviews .review-modal .table .bi-star-fill.checked {
	color: #F5A623;
}
.prime_reviews .rr-loadmore-wrap {
	text-align: center;
	margin: 16px 0 10px;
}
.prime_reviews .rr-loadmore {
  border: none;
  padding: 0;
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  background: linear-gradient(90deg, #d946ef 0%, #8b5cf6 50%, #4f7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prime_reviews .rr-hidden {
	display: none;
}
@media (max-width:767px) {
	.prime_reviews .rr-card {
		padding: 26px 22px;
		width: 100%;
	}
	.prime_reviews .rr-score-wrap {
		gap: 16px;
	}
}
/* Prime Reviews - End */

/* Title Text CTA with BG - Start */
.title_text_cta_with_bg {
	text-align: center;
	padding: 150px 0px;
	background-size: cover;
	background-position: center;
}
.title_text_cta_with_bg .section-header {
	padding-bottom: 0px;
}
.title_text_cta_with_bg .section-header h1,
.title_text_cta_with_bg .section-header h2 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
  background: linear-gradient(90deg, #B4A7F6 0%, #203156 50%, #CE4DDB 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.title_text_cta_with_bg .section-header h1 strong.title-bg,
.title_text_cta_with_bg .section-header h2 strong.title-bg {
	font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 10px 50px;
    border: 1px solid #f99f3e;
    background-color: #f99f3e;
	margin-bottom: 30px;
}
.title_text_cta_with_bg.design_left .section-header h1 strong.title-bg,
.title_text_cta_with_bg.design_left .section-header h2 strong.title-bg {
    padding: 10px 20px;
}
.council-top-sec.title_text_cta_with_bg .section-header h1 strong.title-bg,
.council-top-sec.title_text_cta_with_bg .section-header h2 strong.title-bg {
    font-size: 16px;
}
/* .title_text_cta_with_bg .section-header h1 span.w100,
.title_text_cta_with_bg .section-header h2 span.w100 {
	display: inline-block;
	width: 100%;
} */
.title_text_cta_with_bg .section-text p:last-child {
	margin-bottom: 0;
}
.title_text_cta_with_bg .section-text {
	text-align: center;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
	.title_text_cta_with_bg .section-header h1,
	.title_text_cta_with_bg .section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.title_text_cta_with_bg .section-header h1,
	.title_text_cta_with_bg .section-header h2 {
		font-size: 26px;
	}
}
.title_text_cta_with_bg.design_left {
  text-align: center;
  padding: 100px 0px 50px;
  position: relative;
  background: radial-gradient(ellipse at 50% 100%, #3EC5FF1F 0%, #F4F0FB 40%, #FFF 75%);
  align-items: center;
  display: flex;
}
/* .title_text_cta_with_bg.design_left::before {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
} */
.title_text_cta_with_bg.design_left .container {
    position: relative;
}

.title_text_cta_with_bg.design_left .section-text p {
    font-size: 20px;
    line-height: 1.6;
}

.title_text_cta_with_bg.design_left .section-text p strong {
	display: inline-block;
    position: relative;
}
.title_text_cta_with_bg.design_left .section-text p strong:after {
	content: '';
  width: 100%;
  border: solid 3px #A855F7;
  border-color: transparent transparent #A855F7 transparent;
  border-radius: 0 0 240px 50% / 60px;
  position: absolute;
  display: block;
  height: 5px;
  bottom: 0px;
  left: 0px;
}

@media only screen and (min-width: 1025px) {
	.title_text_cta_with_bg.design_left .left_part {
		width: 58.33333333%;
		text-align: left;
	}
	.title_text_cta_with_bg.design_left .section-header h1,
	.title_text_cta_with_bg.design_left .section-header h2 {
		text-align: left;
		font-size: 36px;
	}
	.title_text_cta_with_bg.design_left .section-text {
		text-align: left;
	}
}

.title_text_cta_with_bg.design_left .section-subheader h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #f99f3e;
    background-color: #f99f3e;
    margin-bottom: 30px;
}
/* Title Text CTA with BG - End */

/* Inner Page Banner With Form Section - Start */
.inner_page_banner_with_form {
	width: 100%;
	background-size: cover;
	padding: 30px 0px 30px;
	min-height: 80vh;
}
.inner_page_banner_with_form .row {
	align-items: center;
}
.inner_page_banner_with_form h1 {
	margin: 0;
	color: #0693C9;
	font-family: "Rubik", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 0px;
}
.inner_page_banner_with_form h1.bottom-line:after {
    content: '';
    height: 1px;
    width: 75px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_page_banner_with_form h3 {
	display: inline-block;
	color: #325370;
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inner_page_banner_with_form h3:after {
	content: '';
	height: 1px;
	width: 75px;
	background-color: #325370;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inner_page_banner_with_form .bwithform-text {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
}
.inner_page_banner_with_form .bwithform-text p {
	color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
.inner_page_banner_with_form .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #002855;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.inner_page_banner_with_form .btn-get-started span {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.inner_page_banner_with_form .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.inner_page_banner_with_form .btn-get-started:hover i {
	transform: translateX(5px);
}
.inner_page_banner_with_form .banner-form {
	text-align: center;
}
.inner_page_banner_with_form .banner-form .inner-banner-form {
    background-color: #f4f4f4;
	max-width: 540px;
    margin: 0px auto;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header {
	padding: 30px 40px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .inner-banner-form-inner {
	padding: 20px 40px 40px;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header h2 {
	font-family: "Inter", sans-serif;
	color: #203156;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 2em;
	text-transform: uppercase;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header p {
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.inner_page_banner_with_form .hero-img img {
	max-width: 640px;
	width: 100%;
	margin-bottom: 20px;
}
.inner_page_banner_with_form .btn-part .btn:first-child:active {
	    background-color: transparent;
		border-color: #ff9c00;
		color: #ff9c00;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .inner-banner-form-inner .phubfrom fieldset .field {
    margin-bottom: 15px;
}

body.page-id-27514 .inner_page_banner_with_form .banner-form .inner-banner-form {
    background-color: #f4f4f4;
    max-width: 480px;
    margin: 0px auto;
    border-radius: 30px;
}
body.page-id-27514 .inner_page_banner_with_form .banner-form .inner-banner-form .form-header {
    padding: 15px 40px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    background-color: #002855;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
body.page-id-27514 .inner_page_banner_with_form .banner-form .inner-banner-form .form-header h2 {
    font-family: "Rubik", Sans-serif;
    color: #203156;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (min-width: 1280px) {
	.inner_page_banner_with_form .container-fluid .bwithform-text-part {
		padding-left: 50px;
	} 
}
@media only screen and (max-width: 1240px) {
	.inner_page_banner_with_form {
		background-attachment: fixed;
		min-height: unset;
	}
	.inner_page_banner_with_form h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.inner_page_banner_with_form {
		min-height: unset;
	}
	.inner_page_banner_with_form h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.inner_page_banner_with_form h2 {
		font-size: 24px;
    }
	.inner_page_banner_with_form h3 {
		margin-bottom: 10px;
	}
	.inner_page_banner_with_form .bwithform-text {
		margin-bottom: 10px;
	}
}

body.page-id-33004 .inner_page_banner_with_form .banner-form .inner-banner-form {
	background: #fff;
    -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .1);
    padding: 0px;
    position: relative;
}

.inner_page_banner_with_form.lp_form_sec {
    padding: 60px 0px 60px;
    min-height: unset;
	overflow: visible;
}
.inner_page_banner_with_form.lp_form_sec .row {
	align-items: start;
}

.inner_page_banner_with_form.lp_form_sec .banner-form .inner-banner-form {
	max-width: 540px;
    margin: 0px auto;
    background: #fff;
    padding: 0px;
    position: relative;
    border-radius: 0px;
	box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
}
.inner_page_banner_with_form.lp_form_sec .banner-form .inner-banner-form .form-header {
	padding: 30px 20px 30px;
}
.inner_page_banner_with_form.lp_form_sec .banner-form .inner-banner-form .form-header h2 {
    font-size: 26px;
    text-transform: unset;
}
.inner_page_banner_with_form.lp_form_sec .banner-form .inner-banner-form .form-header h2 span.subtitle {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	background: linear-gradient(90deg, #B4A7F6 0%, #203156 50%, #CE4DDB 100%);
	background-clip: border-box;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.inner_page_banner_with_form.lp_form_sec .bwithform-text {
    margin-bottom: 0px;
}
.inner_page_banner_with_form.lp_form_sec .bwithform-text ul li i {
    font-size: 18px;
    float: left;
    margin-right: 7px;
    vertical-align: middle;
}
.inner_page_banner_with_form.lp_form_sec .phubfrom fieldset .hs_lastname {
	padding-left: 0px;
}
@media only screen and (min-width: 1025px) {
	.inner_page_banner_with_form.lp_form_sec .banner-form .inner-banner-form {
		margin-top: -360px !important;
	}
}
/* Inner Page Banner With Form Section - End */

/* Product Demo Hero - Start */
.product-demo-hero {
	text-align: center;
    position: relative;
    background: radial-gradient(ellipse at 50% 100%, #3EC5FF1F 0%, #F4F0FB 40%, #FFF 75%);
    align-items: center;
    display: flex;
}
.product-demo-hero_title {
	margin: 0 0 2rem;
	letter-spacing: -0.5px;
	font-family: "Inter", sans-serif;
}
.product-demo-hero_video-wrap {
	max-width: 900px;
	margin: 0 auto;
}
.product-demo-hero_video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #D5D5D5;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(30, 27, 75, 0.16);
}
.product-demo-hero_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media (max-width: 575.98px) {
	.product-demo-hero { padding: 2.5rem 0 3rem; }
}
/* Product Demo Hero - End */

/* Text Scroll Image Sticky - Start */
.pr-textimg {
  position: relative;
  color: #1f2330;
  z-index: 1;
  padding: 60px 0 60px;
  text-align: center;
}
.pr-textimg .pr-textimg_heading h2 {
  margin-bottom: 22px;
  color: #2d2d2d;
}
.pr-textimg .pr-textimg_desc {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
  color: #3f4658;
}
.pr-textimg .pr-textimg_rows { 
  margin-top: 56px; 
}
.pr-textimg .pr-textimg_row {
  display: flex;
  align-items: center;
  gap: 6%;
  margin-bottom: 32px;
  padding: clamp(20px, 2.5vw, 36px) clamp(28px, 4vw, 56px);
  border-radius: 24px;
  border: 1px solid #e0d8f1;
  box-shadow: 0 20px 50px rgba(30, 27, 75, 0.06);
}
.pr-textimg .pr-textimg_row:last-child { 
  margin-bottom: 0; 
}
.pr-textimg .pr-textimg_row-reverse { 
  flex-direction: row-reverse; 
}
.pr-textimg .pr-textimg_media {
  flex: 0 0 46%;
  max-width: 46%;
}
.pr-textimg .pr-textimg_media img {
  height: auto;
  display: block;
  max-height: 300px;
  width: auto;
  margin: 0px auto;
}
.pr-textimg .pr-textimg_content { 
  flex: 1 1 48%; 
  text-align: left;
}
.pr-textimg .pr-textimg_head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.pr-textimg .pr-textimg_icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #efe9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6D28D9;
}
.pr-textimg .pr-textimg_icon img { 
  object-fit: contain; 
  padding: 8px; 
  max-width: 100%; 
  max-height: 100%; 
}
.pr-textimg .pr-textimg_head-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.pr-textimg .pr-textimg_subtitle {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: #f3e8fd;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pr-textimg .pr-textimg_title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #1f2330;
}
.pr-textimg .pr-textimg_text,
.pr-textimg .pr-textimg_text p { 
  font-size: 17px; 
  line-height: 1.6; 
  color: #3f4658; 
}
.pr-textimg .pr-textimg_text ul { 
  text-align: left;
  list-style: none;
  padding-left: 0; 
  margin: 12px 0 0; 
}
.pr-textimg .pr-textimg_text li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #3f4658;
}
.pr-textimg .pr-textimg_text li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f948ff, #607aff);
}
.pr-textimg .pr-textimg_read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #607aff;
  transition: gap 0.25s ease;
}
.pr-textimg .pr-textimg_read-more span {
  background: linear-gradient(90deg, #f948ff, #607aff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pr-textimg .pr-textimg_read-more svg { 
  stroke: #607aff; 
  flex-shrink: 0; 
}
.pr-textimg .pr-textimg_read-more:hover { 
  gap: 12px; 
}
.pr-textimg .pr-textimg_read-more:after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(img/right_icon_color.svg);
}
@media screen and (max-width: 991px) {
  .pr-textimg { 
    padding: 60px 0 50px; 
  }
  .pr-textimg .pr-textimg_rows { 
    margin-top: 36px; 
  }
  .pr-textimg .pr-textimg_row,
  .pr-textimg .pr-textimg_row-reverse {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
    text-align: center;
  }
  .pr-textimg .pr-textimg_media { 
    flex: none; 
    max-width: 100%; 
    width: 100%; 
  }
  .pr-textimg .pr-textimg_head { 
    justify-content: center; 
  }
  .pr-textimg .pr-textimg_head-inner { 
    align-items: center; 
  }
  .pr-textimg .pr-textimg_text ul { 
    display: inline-block; 
    text-align: left; 
  }
  .pr-textimg .pr-textimg_read-more { 
    justify-content: center; 
  }
}
@media only screen and (max-width: 480px) {
  .pr-textimg .pr-textimg_title { 
    font-size: 24px; 
  }
}
/* Text Scroll Image Sticky - End */