/* Hero Section */
.home-get-start {
    text-align: center;
}
.onboarding-section {
    background: #1E4453;
    padding: 60px 0;
}

.onboarding-section-in {
    display: flex;
    align-items: center;
    width: 100%;
    background: #E0F3FA;
    padding: 30px;
    border-radius: 20px; flex-wrap: wrap;
}

.onboarding-section-lft {
    padding: 0;
    position: relative;
}

.onboarding-section-lft figure img {
    width: 100%;
    height: auto;
}

.onboarding-section-rgt {
    padding: 0 0 0 100px;
    position: relative;
}

.onboarding-section-rgt h2 {
    font-family: var(--font-primary);
    color: #0F1822;
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}

.onboarding-section-rgt h2 span {
	background: url('../img/onboard-vector.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: var(--font-secondary);
}

.onboarding-section-in .onboarding-section-rgt .button-section {
    align-items: flex-start;
}

.onboarding-section-in .onboarding-section-rgt .button-section h6 {
    padding-top: 10px;
    color: #1E4453;
    font-size: 14px;
    font-family:'Hanken Grotesk'; font-weight: 400;
}

.onboarding-section-in .onboarding-section-rgt .button-section .demo-btn var {
    color: #1E4453;
}

.onboarding-section-in .onboarding-section-rgt .button-section .demo-btn a img {
    color: #1E4453;
}

.onboarding-section-rgt figure {
    position: absolute;
    bottom: -200px;
    left: auto;
    right: -82px;
}
.onboarding-section-lft span {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.hero-left {
	/* background: #1E4453; */
	background: url(../img/partnet-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}

.hero-right {
	padding: 0px;
}

.hero-left .left-content p {
	color: #FFF;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
}

.hero-left .left-content ul li {
	color: #FFF;
	font-size: 20px;
	line-height: 1.4em;
	list-style-type: none;
	list-style-image: url('../img/list-icon.png');
	padding: 8px 10px;
	display: flex;
}


/* Global CSS */
.section {
	padding: 80px 0px;
}

.section-bg {
	background: #E0F3FA;
	padding: 80px 0px;
}

.industries-card {
	border-radius: 28px;
	border: 4px solid #EDEDED;
}

.industries {
	padding: 0px;
}

.industries-card h4 {
	color: #0F1822;
	font-size: 26px;
	font-weight: 600;
}

.insights-box {
	border-radius: 20px;
	border: 4px solid #EDEDED;
}


.insights-box-content h4 {
	font-weight: 500;
	font-family: var(--font-primary);
	font-style: italic;
}

.insights-box h4 {
	color: #0F1822;
	font-size: 24px;
	font-weight: 500;
}

.insights-img img {
	float: right;
	width: 70%;
}

/* ============================================================End prasad =================== */

/*------ Banner section here ------*/
.verification-banner {
	position: relative;
}

.verification-banner figure img {
	width: 100%;
	height: auto;
}

.verification-banner-in {
	position: absolute;
	top: 0;
	left: 110px;
	width: auto;
	display: grid;
	height: 860px;
	place-content: center;
}

.verification-banner-in p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

.verification-banner-in h1 {
	color: #fff;
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 40px;
	position: relative;
}

.verification-banner-in h2 {
	text-align: center;
	font-family: var(--font-primary);
	color: #4CC9E9;
	font-size: 26px;
	line-height: 25px;

	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.verification-banner-in h2 span {
	display: inline-block;
	padding: 0 10px;
}

.heading-h3 {
	text-align: center;
	font-family: var(--font-secondary);
	color: #4CC9E9;
	font-size: 27px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-style: italic;
}

.heading-h3 span {
	display: inline-block;
	padding: 0 10px;
}


.main-heading-h5 {
	font-family: var(--font-primary);
	color: #0F1822;
	font-size: 27px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;

}

a.valid-button {
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 26px;
	background: #4CC9E9;
	font-weight: 700;
	cursor: pointer;
	color: #0F1822;
	font-size: 20px;
}

a.valid-button small {
	padding-left: 5px;
}

a.valid-button:hover {
	text-decoration: none;
	background: #E0F3FA;
}

.scrub-links {
	position: absolute;
	top: 20px;
	left: 0;
	width: auto;
}

.scrub-links ul {
	display: flex;
	align-items: center;
}

.verification-banner-in .scrub-links ul li {
	margin: 0 10px;
}

.verification-banner-in .scrub-links ul li a {
	color: #4CC9E9;
	font-size: 18px;
	background: transparent;
	width: auto;
	padding: 0;
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
}

.verification-banner-in .scrub-links ul li a:hover {
	text-decoration: underline;
	color: #4CC9E9;
}

.verification-banner-in .scrub-links ul li a.active {
	color: #fff;
}

.verification-banner-in .scrub-links ul li a em img {
	display: flex;
}


.button-section {
	display: flex;
	align-items: center;
}

.demo-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	/* margin-left: 40px; */
}

.demo-btn var {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	padding-left: 10px;
}

.demo-btn var:hover {
	text-decoration: underline;
}

/*----------------------------------*/

/* Navigation Menu */
.read-more a {
	color: #003C1D;
	text-decoration: none;
}

.header-strip span {
	margin-left: auto;
	position: static;
	margin-right: 50px;
}

.read-more p {
	padding-left: 15px;
	padding-right: 15px;
	color: var(--black-color);
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 16px;
}

.header-strip p {
	margin-bottom: 0;
	letter-spacing: -0.02em;
	color: #F5F5F5;
}

.read-more:hover {
	text-decoration: underline;
}

.read-more {
	background: #fff;
	margin-left: 20px;
	border-radius: 35px;
	font-weight: 700;
	display: inline-block;
	color: #003C1D;
}

.head-text {
	display: flex;
	text-align: center;
	align-items: center;
}
.header-strip {
	justify-content: center;
	background: #1e4453;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.request a:hover small img {
	transform: rotate(45deg);
}

.home-get-start a:hover small img {
	transform: rotate(45deg);
}

.col-12 a:hover small img {
	transform: rotate(45deg);
}

#footer-demo-form-submit:hover var {
	transform: rotate(45deg);
}

.mt-5 a:hover small img {
	transform: rotate(45deg);
}

.col-md-9 a:hover small img {
	transform: rotate(45deg);
}

.hero-buttons a:hover small img {
	transform: rotate(45deg);
}

.col-md-10 a:hover small img {
	transform: rotate(45deg);
}

.mt-5 a:hover img {
	transform: rotate(45deg);
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.address-section {
	padding: 70px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.address-section-lft p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 150px 30px 0;
}

.address-section-lft figure {
	text-align: center;
}


.insights {
	background: #E0F3FA;
	padding: 80px 0 60px;
}

.insights ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insights ul li .insights-cont {
	background: #fff;
	border-radius: 20px;
	border: 4px solid #EDEDED;
	padding: 40px 0 0 40px;
}

.insights ul li {
	padding: 0;
	margin-bottom: 30px;
	max-width: 31%;
}

.insights ul li .insights-cont p {
	font-size: 20px;
	line-height: 32px;
	margin: 0 40px 0 0;
	min-height: 135px;
}

.insights ul li .insights-cont em img {
	margin: inherit;
	display: block;
}

.insights ul li .insights-cont em {
	margin-left: auto;
}

.advantages-block {
	display: block;
}

.advantages-block ul {
	background: #fff;
	border-radius: 20px;
	border: 4px solid #EDEDED;
	padding: 60px 30px 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.advantages-block ul li {
	margin-bottom: 50px;
	padding: 30px 0 0 30px;
}

.advantages-block ul li h3.main-heading-h5 {
	font-style: normal;
}

.advantages-block ul li p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-right: 90px;
}

.advantages-block ul li span {
	display: block;
	margin-bottom: 40px;
}


.automate-block {
	background: #1E4453;
	border-radius: 30px;
	padding: 50px 40px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.automate-block h3 {
	font-family: var(--font-primary);
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
}

.automate-block a.valid-button {
	width: 260px;
}

.automate-block-lft {
	padding-top: 10px;
}
.insights ul li .choose-cont span {
	display: block;
	margin-bottom: 50px;
}

.insights ul li .choose-cont h6 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #000;
	font-family: var(--font-primary);
	font-weight: 600;
	font-style: italic;
}


/* step process */

.step-process li.nav-item.active {
	display: flex;
	padding: 24px 40px;
	justify-content: space-between;
	padding: 10px 20px;
	border-radius: 24px;
	background: var(--Compliancely-Dark-BG, #1E4453);
	font-family: Rowan;
	font-size: 31px;
	font-style: italic;
	font-weight: 500;
	border-bottom: 2px solid transparent;
}

.step-process li.nav-item {
	display: flex;
	padding: 24px 40px;
	justify-content: space-between;
	border-radius: 24px;
	border-bottom: 2px solid #8F9D96;
}

.step-process-header {
	display: flex;
	margin-top: 60px;
	align-items: center;
}

.step-process li.nav-item {
	margin-top: 20px;
}

.step-process li.nav-item a {
	font-family: var(--font-primary);
	color: #8F9D96;
	font-size: 27px;
	line-height: 35px;
	font-weight: 600;
}

.step-process li.nav-item.active a {
	font-family: var(--font-primary);
	color: #fff;
	font-size: 27px;
	line-height: 35px;
	font-style: italic;
	font-weight: 600;
}


/**----Sub-Menu----*/
.step-process-header .tab-content {
	margin-left: 300px;
}

.sub-menu-in ul li a small {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-primary);
}

footer {
	background: #1E4453;
	padding: 70px 0 50px;
}

.lottie {
	height: min-content;
}

.footer-top {
	width: 100%;
	margin-bottom: 100px;
	padding: 200px 0;
	position: relative;
}

.footer-cont {
	display: block;
	padding-top: 100px;
}

.footer-cont ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.footer-cont ul li a {
	width: 300px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 30px;
}

.footer-cont ul li a img {
	width: 100%;
	height: auto;
}

.footer-cont ul li .footer-main-links .footer-links ul {
	display: block;
}

.footer-cont ul li h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.footer-cont ul li address {
	color: #fff;
	/* margin-bottom: 30px; */
}

.footer-main-links {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-around;
}

.footer-cont ul li .footer-main-links .footer-links ul li h2 {
	color: #fff;
	font-size: 23px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	font-family: var(--font-primary);
	font-style: normal;
}

.footer-cont ul li .footer-main-links .footer-links ul li a {
	color: #C2CEC6;
	display: inline-block;
	margin: 0;
	width: auto;
	font-size: 15px;
	line-height: 15px;
	position: relative;
}

.footer-cont ul li .footer-main-links .footer-links ul li {
	margin-bottom: 10px;
}

.footer-cont ul li address a {
	color: #fff;
	margin: 0;
}

.footer-cont ul li span {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.footer-cont ul li button {
	display: flex;
	align-items: center;
	background: #4CC9E9;
	border-radius: 30px;
	padding: 13px 25px;
	border: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 40px;
}

.footer-cont ul li button:focus-visible {
	outline: none;
}

.footer-cont ul li button:focus {
	outline: none;
}

.footer-cont ul li .footer-main-links .footer-links ul li a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 0;
	border-bottom: 2px solid #00AB52;
}

.footer-cont ul li .footer-main-links .footer-links ul li a:hover::after {
	left: 0;
	width: 100%;
}

.footer-cont ul li .footer-main-links .footer-links ul.resource {
	margin-top: 45px;
}

.footer-cont ul li .form-group {
	margin-bottom: 20px;
	width: 60%;
}

.footer-cont ul li .form-group label {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}

.footer-cont ul li .form-group .form-control {
	border-bottom: 1px solid #ced4da;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	background: transparent;
	border-radius: 0;
	padding: 0;
	color: #fff;
}

.footer-cont ul li .form-group .form-control:focus {
	box-shadow: none;
}

.footer-cont ul li span p a img {
	width: auto;
}

.footer-cont ul li span p a {
	width: auto;
	background: #4CC9E9;
	border-radius: 30px;
	padding: 10px;
	margin: 0;
}

.footer-cont ul li span p:hover .main-facebook {
	display: none;
}

.footer-cont ul li span p:hover .hover-facebook {
	display: block;
	background-color: #fff;
}

.footer-cont ul li span p .main-facebook {
	display: block;
}

.footer-cont ul li span p .hover-facebook {
	display: none;
}


.footer-cont ul li span p:hover .main-x {
	display: none;
}

.footer-cont ul li span p:hover .hover-x {
	display: block;
	background-color: #fff;
}

.footer-cont ul li span p .main-x {
	display: block;
}

.footer-cont ul li span p .hover-x {
	display: none;
}


.footer-cont ul li span p:hover .main-linkedin {
	display: none;
}

.footer-cont ul li span p:hover .hover-linkedin {
	display: block;
	background-color: #fff;
}

.footer-cont ul li span p .main-linkedin {
	display: block;
}

.footer-cont ul li span p .hover-linkedin {
	display: none;
}


.footer-cont ul li span p {
	margin-right: 20px;
}

.footer-cont ul li span p:nth-last-child(1) {
	margin-right: 0;
}

.footer-terms {
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-terms-lft ul {
	display: flex;
	align-items: center;
	border-bottom: #A8BAAF 1px solid;
	padding-bottom: 5px;
}

.footer-terms-lft ul li {
	margin: 0 5px 0 0;
}

.footer-terms-lft ul li a {
	color: #A8BAAF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
}

.footer-terms-lft p {
	color: #A8BAAF;
	font-size: 16px;
	margin-top: 7px;
}

.footer-terms-lft ul li a:hover {
	color: #fff !important;
}

.footer-terms-lft ul li span {
	color: #A8BAAF;
}

.footer-terms-rgt ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}

.footer-terms-rgt ul li {
	margin: 0 20px 0 0;
}

.footer-terms-rgt ul li a {
	cursor: auto;
	display: inline-block;
	background: #294E5C;
	padding: 12px 15px;
	border-radius: 10px;
}

.footer-terms-rgt ul li:nth-last-child(1) {
	margin: 0;
}

.footer-terms-rgt ul li a img {
	width: 100%;
	height: auto;
}


.footer-cont ul li .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.footer-cont ul li .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.footer-cont ul li .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.footer-cont ul li .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}


.header-inner {
	background: #FFF;
}
.navbar-fixed {
    top: 0;
    z-index: 99999;
    position: fixed;
    width: 100%;
  }

.sub-menu-in {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 20px 0px;
}

.sub .checks ul {
	display: block;
}

.sub-menu-in ul {
	margin-left: 0px;
}

.sub-menu-in ul li {
	margin-bottom: 20px;
}
.sub-menu-in ul li a {
	display: flex;
	align-items: center;
	font-family: var(--font-primary);
	color: #18221D;
	line-height: 1.2em;
	padding: 10px 13px;
	border-radius: 24px;
	border-bottom: 2px solid rgba(143, 157, 150, 0.60);
}

.sub-menu-in ul li a em {
	background: #DCE3DF;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
}
.sub-menu-in ul li a em img{
	position: relative;
    top: 8px;
    width: 70%;
}
.sub-menu-in ul li a var {
	margin-left: auto;
	transition: all 0.4s ease;
    position: relative;
    left: 4px;
}

.sub-menu-in ul li a:hover em {
	background: #fff;
}

.sub-menu-in ul li a:hover {
	background: #C8EEF8;
	border-bottom: transparent 2px solid;
}

.sub-menu-in ul li a:hover var {
	transform: rotateZ(45deg); /* Rotate the SVG on hover */
}


/*-----------Footer---------------*/


.footer-cont ul li h3 {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-family: var(--font-primary);
	margin-bottom: 10px;
}


.footer-cont ul li .footer-main-links .footer-links ul li h2 {
	color: #fff;
	font-size: 23px;
	line-height: 20px;
	font-weight: 600;

	margin-bottom: 20px;
	display: block;
	font-family: var(--font-primary);
}


.footer-cont ul li button {
	display: flex;
	align-items: center;
	background: #4CC9E9;
	border-radius: 30px;
	padding: 13px 25px;
	border: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 60px;
}

.compliance-products {
	background: #294E5C;
	padding: 20px 0;
	margin-top: 30px;
}

.compliance-products-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	flex-wrap: wrap;
}

.compliance-products-in h3 {
	font-family: var(--font-primary);
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
}

.compliance-products-in ul {
	display: flex;
	align-items: center;
	justify-content: end;
}

.compliance-products-in ul li {
	margin-right: 10px;
}

.compliance-products-in ul li a {
	display: inline-block;
	cursor: pointer;
}

.compliance-products-in ul li:nth-last-child(1) {
	margin-right: 0;
}


.scroll-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 99;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	border: 1px solid #ffffff33;
	background: var(--primary-color);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}


.footer-cont ul li .form-group span.error-message {
	color: #f00;
	font-size: 14px;
	display: block;
	margin: 0;
}


/*--------------------------*/
@media only screen and (min-width : 992px) {
    .submenu {
        display: none !important;
    }
}
@media (max-width:1900px) {
	/* .pricing-tabs-cont .nav-tabs {
		width: 35% !important;
	} */
}


@media (max-width:1700px) {
	.navbar-nav.menu1 {
		margin: 0 40px !important;
	}
}

@media (max-width:1600px) {
	.request {
		margin-right: 0;
	}

	.logo-outer {
		padding-left: 80px;
	}

	.navbar-nav.menu1 {
		margin: 0 0 !important;
	}
}

@media (max-width:1500px) {
	.footer-terms-lft ul {
		width: 80%;
	}
}

@media (max-width:1400px) {
	/* .pricing-tabs-cont .nav-tabs {
		width: 45% !important;
	} */

	.main-menu .navigation li a {
		margin-left: 0;
	}

}

@media (max-width:1300px) {

	.footer-terms-lft {
		padding: 0;
	}

	/* .pricing-tabs-cont .nav-tabs {
		width: 50% !important;
	} */

	.logo-outer {
		padding-left: 20px;
	}

	.main-menu .menu2 {
		margin-right: 10px;
	}


}

@media (max-width:1200px) {


	.footer-cont ul li .form-group {
		width: 80%;
	}

	.footer-terms-lft ul li a {
		font-size: 14px;
	}

	.compliance-products-in ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	.compliance-products-in ul li {
		margin-bottom: 20px;
	}

	.pricing-container .section-title h4 br {
		display: none;
	}

	/* .pricing-tabs-cont .nav-tabs {
		width: 60% !important;
	} */

	.pricing-essential-block ul li var {
		padding: 15px 40px 12px !important;
	}

	.pricing-essential-block ul li .essential-conts {
		padding: 60px 15px !important;
	}

}

@media(max-width:992px) {
	/* .pricing-tabs-cont .nav-tabs {
		width: 75% !important;
	} */

	.footer-terms-rgt {
		padding: 0;
	}

	.footer-terms {
		flex-direction: column-reverse;
	}

	.footer-cont ul li {
		padding: 0;
	}

	.footer-cont ul li a {
		width: 240px;
	}

	.footer-cont ul li address br {
		display: none;
	}

	.footer-cont ul li address {
		font-size: 15px;
		line-height: 24px;
	}

	.footer-terms-lft {
		max-width: 60%;
	}

	.footer-terms-rgt {
		margin-bottom: 30px;
	}

	.footer-terms-rgt ul {
		justify-content: flex-start;
	}

	.pricing-essential-block ul li {
		width: 44% !important;
		margin: 0 20px 20px !important;
	}

	.pricing-essential-block ul {
		flex-wrap: wrap;
	}

	.pricing-essential-block ul li .essential-conts .key-features ul li {
		width: 100% !important;
	}

	.enterprise-blocks-lft,
	.enterprise-blocks-rgt {
		width: 100% !important;
	}

	.enterprise-blocks-lft p {
		margin-top: 40px !important;
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.enterprise-blocks-rgt {
		padding: 20px !important;
	}

	.pricing-section {
		padding: 80px 0 0 !important;
	}
	.cta-section-new{
		padding: 30px !important;
	}
	.testimonial-details{
		padding: 20px !important;
	}
	.stats-card{
		margin-top: 10px;
	}
}

@media(max-width:768px) {
	.footer-cont ul li .form-group,
	.footer-cont ul li button {
		display: none;
	}

	.footer-cont ul li address a {
		width: auto;
	}

	.footer-terms-lft {
		max-width: 80%;
	}

	.footer-main-links {
		justify-content: space-between;
	}

	.footer-cont ul li {
		margin-bottom: 30px;
	}

	.footer-terms {
		margin-top: 40px;
	}

	.compliance-products {
		margin-top: 20px;
	}

	.hero-left h1 {
		font-size: 40px;
		line-height: 1.2em;
	}

	.form-title h3 {
		font-size: 38px !important;
		line-height: 1.2em;
	}

	.contact-content {
		margin-top: 20px !important;
	}

	.section-bg {
		padding: 80px 20px;
	}

	
	.hero-left {
		padding: 20px;
	}


	.pricing-tabs-cont .tab-pane h5 {
		font-size: 22px;
		font-family: 'Hanken Grotesk', sans-serif;
		font-weight: bold;
	}

	.pricing-essential-block {
		margin-top: 40px !important;
	}

	.pricing-essential-block ul li {
		width: 90% !important;
	}

	.pricing-tabs-cont .card a {
		padding: 15px;
		display: block;
		cursor: pointer;
		background: #32a2bf;
		color: #fff;
		border-radius: 30px;
	}

	.pricing-section {
		padding: 50px 0 0 !important;
	}

	.hero-buttons {
		text-align: center;
	}

	.hero-left .left-content ul li {
		display: inline-block;
	}

	.section {
		padding: 40px 0px;
	}

	.form-section {
		top: 0px !important;
	}

	.breadcrumb {
		display: none;
	}


	.verification-banner {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}

	.tax-trascripts-hero {
		background-size: cover !important;
		background-position: center !important;
	}

	.irs-tinmatch-hero {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.about-hero {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

}
@media only screen and (max-width: 600px) {
	.comp-campaign {
		max-width: 60% !important;
	}
	.hero-left-content{
		margin-top: 30px !important;
	}
	.cta-section{
		padding: 20px !important;
	}
	.cta-section h3{
		font-size: 30px !important;
	}
	.hero-left-content h1{
		font-size: 40px !important;
		line-height: 1.2em !important;
	}
}
@media(max-width:576px) {
	.pricing-essential-block ul li {
		margin: 0 20px 100px !important;
	}

	.pricing-section .section-title h4 {
		font-size: 35px;
	}

	.pricing-section .section-title h3 {
		font-size: 25px;
	}

	.pricing-tabs-cont {
		padding: 40px 0 0 !important;
	}

	.pricing-essential-block ul li .essential-conts .key-features ul li {
		margin: 0 0px 20px !important;
	}

	.footer-terms-lft {
		max-width: 100%;
	}

	.footer-terms-rgt ul li {
		margin: 0 5px 0 0;
	}

	.footer-terms {
		margin-top: 0;
	}

	footer {
		padding: 30px 0;
	}

	.compliance-products {
		margin: 20px 0;
	}

	.footer-cont {
		padding-top: 50px;
	}

}

@media(max-width:480px) {
	.home-banner {
		padding: 30px 0;
	}

	.client-slider img {
		width: 150px !important;
		margin: 0 10px !important;
	}

	.enterprise-blocks-rgt {
		padding: 10px !important;
	}

	.contact-form-section {
		padding: 20px !important;
	}

	.pricing-section {
		padding: 30px 0 0 !important;
	}

	.footer-main-links {
		flex-wrap: wrap;
	}

	.footer-links {
		width: 50%;
	}

	.footer-cont ul li {
		margin-bottom: 10px;
	}

	.footer-terms-rgt ul {
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.footer-terms-rgt ul li a {
		margin: 0 5px 20px 0;
		padding: 8px 10px;
		border-radius: 5px;
	}

	.footer-terms-lft ul li {
		margin: 0;
	}

	.footer-terms-lft ul li a {
		font-size: 13px;
	}


	.compliance-products-in h3 {
		font-size: 22px;
	}

    .enterprise-blocks-lft p {
        font-size: 35px !important;
        line-height: 50px !important;
    }
    .comp-campaign{
        max-width: 60% !important;
        width: 100%;
    }
}

/* Clients Slider */
.client-slider img {
	width: 200px;
	height: auto;
	/* padding-right: 20px; */
	margin: 0 25px;
}

.slick-autoplay-toggle-button {
	display: none;
}

.client-slider {
	padding-top: 20px;
	padding-bottom: 20px;
}

.slick-slide {
	height: auto;
}


.sub-text-wrapper {
	display: flex;
	align-items: center;
}


.left-content ul li:before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	background-size: 20px;
	background-image: url('../img/list-icon.png');
	background-repeat: no-repeat;
	margin-right: 8px;
}

.contact-content {
	margin-top: 60px;
}

.contact-content a {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin-left: 14px;
}

.contact-content a:hover {
	text-decoration: none;
}

.contact-address {
	margin-top: 20px;
}

.contact-address h5 {
	font-size: 25px;
	font-weight: 600;
	line-height: 2em;
	font-family: 'Hanken Grotesk', sans-serif;
}

.contact-address p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}

.header-demo h1 {
	font-size: 52px;
}

.google-map a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}

.form-section {
	border-radius: 20px;
	background: #F5F7F7;
	position: relative;
	top: -20%;
	float: right;
}

.contact-form-section {
	border-radius: 20px;
	background: #F5F7F7;
	position: relative;
	top: -56%;
	float: right;
	margin-bottom: -100px;
}

.partner-form-section {
	border-radius: 20px;
	background: #F5F7F7;
	position: relative;
	top: -40%;
	float: right;
	margin-bottom: -80px;
}

/* for all inputs of type checkbox */
input[type="checkbox"] {
	display: none;
}

.form-control {
	box-sizing: border-box;
	border-width: 0px 0px 1px 0px;
	border-radius: 0;
	padding: 0px;
	color: #9DA6A6;
}

.form-control::placeholder {
	color: #9DA6A6;
	opacity: 1;
	/* Firefox */
}

.form-control::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #9DA6A6;
}

.form-control:focus {
	background-color: #fff;
	box-shadow: none;
}

.button-group-pills .btn {
	border-radius: 20px;
	line-height: 1.2;
	margin-left: 10px;
	border-color: #9DA6A6;
	background-color: #fff;
	color: #000;
	padding: 10px;
}

.button-group-pills .btn.active {
	background-color: #4CC9E9;
	color: #fff;
	box-shadow: none;
	border-color: #4CC9E9;
}

.button-group-pills .btn:hover {
	border-color: #4CC9E9;
	background-color: #FFF;
	color: #000;
}


/* demo page */
.demo-loop h3 {
	font-size: 22px;
}

/* Parnet Page */
.trusted-box img {
	width: 100px;
}


.form-title h3 {
	font-weight: 600;
	font-size: 50px;
}

/* Tax Trasncripts */

.nav-item .nav-link,
.nav-tabs .nav-link {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.card a {
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}


.nav-tabs {
	border: 0;
	padding: 15px 0.7rem;
}

.nav-item{
	padding: 0px 10px;
}

.card .nav-tabs {
	border-top-right-radius: 0.1875rem;
	border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
	color: #000;
	margin-right: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 14px;
	padding: 11px 23px;
	line-height: 1.5;
	font-weight: 600;
}

.nav-tabs>.nav-item>.nav-link:hover {
	background-color: #E0F3FA;
	border-radius: 30px;
	color: #000000;
	border: 1px solid #4CC9E9;
	font-weight: 600;
}

.nav-tabs>.nav-item>.nav-link.active {
	background-color: #E0F3FA;
	border-radius: 30px;
	color: #000000;
	border: 1px solid #4CC9E9;
	font-weight: 600;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
	color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
}

.card {
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	/* margin-bottom: 30px; */
	background: none;
}

.card .card-header {
	border-bottom: 0;
	background-color: #FFF;
	padding: 0;
	margin: 0 auto;
	border-radius: 60px;
	border: 1px solid #E9E9E9;
}

.transcript {
	background: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 20px;
}

.tab-pane h5 {
	/* font-style: italic; */
	font-weight: 600;
}

@media screen and (max-width: 768px) {

	.nav-tabs {
		display: inline-block;
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
	}

	.nav-tabs .nav-item>.nav-link {
		margin-bottom: 5px;
	}

	.partner-form-section {
		top: -4%;
	}

	.contact-form-section {
		top: -10px;
	}

	.card .card-header {
		width: 100%;
	}

	.nav-tabs {
		padding: 0px;
	}
}

.help {
	color: #BF0A30;
}

#processing {
	display: none;
}

.btn-link {
	color: #000;
	font-weight: 600;
}

.btn-link:hover {
	color: #000;
}

.section-bg.reliability-block {
	background: #fff;
}

.resource a {
	font-size: 23px !important;
	font-weight: 600 !important;
	font-family: var(--font-primary);
	color: #FFF !important;
	font-style: normal !important;
}

.contacts-block-in h1 {
	font-family: 'Hanken Grotesk', sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.contacts-block-in p {
	font-size: 20px;
	line-height: 25px;
}

.contacts-block {
	padding: 20px 0 0 0;
}

.contacts-block-in .logo {
	margin-bottom: 20px;
}

.navbar-nav.menu1 {
	margin-right: 130px;
	/* margin-left: 60px; */
}


@media (resolution:1.25dppx) {
	.xyz ul li a {
		font-size: 14px !important;
	}

	.logo-outer {
		padding-left: 50px !important;
	}

	.navbar-nav.menu1 {
		margin-right: 20px !important;
		margin-left: 30px !important;
	}


	.compliance-products-in h3 {
		font-size: 22px !important;
		flex-wrap: wrap;
	}

	.compliance-products-in {
		flex-wrap: inherit !important;
	}


}

.hero-right img {
	width: 100%;
	height: 100%;
}

.demo-btn.index-demo {
	margin: 0 0 0 40px;
}

/* Breadcrums */
.breadcrumb {
	background: none;
	position: relative;
	left: 9%;
	top: 16px;
}

.breadcrumb-item a {
	color: #4CC9E9;
	font-size: 20px;
}

.breadcrumb-item.active a {
	color: #ffffff;
}

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
	content: "•";
}

.breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before {
	content: "|";
}

.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	vertical-align: top;
	font-size: 40px;
	line-height: 15px;
	color: #4CC9E9;
	top: 6px;
	position: relative;
}


.breadcrumb-right-tag {
	padding: 0;
	background: none;
}

.breadcrumb-right-tag .breadcrumb-item {
	background: rgba(2, 117, 216, 0.8);
	padding: .5em 1em;
}

.breadcrumb-right-tag .breadcrumb-item a,
.breadcrumb-right-tag .breadcrumb-item {
	color: #fff;
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(2) {
	background: rgba(2, 117, 216, 0.6);
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(3) {
	background: rgba(2, 117, 216, 0.5);
}

.breadcrumb-right-tag .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	padding: 0;
}

.hero-left-content {
	margin-top: 60px;
}

.verification-banner {
	background: url('../img/tax-trascripts-bg.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 30%;
}

.tax-trascripts-hero {
	background: url('../img/tax-trascripts-bg.jpg');
	background-size: 100%;
	background-position: 0px -26px;
}

.irs-tinmatch-hero {
	background: url('../img/tin-match-bg.jpg');
	background-position: 0px -64px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.about-hero {
	background: url(../img/left-side-banner-about.jpg);
	background-position: 0px -38px !important;
	background-repeat: no-repeat;
	background-size: 100%;
}

.footer-cont ul li button:hover,
a.demo-btn:hover {
	background: #E0F3FA;
}

.onboarding-section-rgt a.valid-button:hover {
	background: #fff;
}

.footer-cont ul li .footer-main-links .footer-links ul.resource li a:after {
	display: none;
}

.identity p {
	height: 100px;
}


.neutral-primary {
	background: #F6F6FC;
	padding: 80px 0px;
}


.accordion {
	width: 100%;
}

.accordion .card .card-header {
	width: 100%;
	border-radius: 0px;
	border: none;
	padding: 8px;
	background: #4cc9e9;
	color: #FFF;
}
.accordion .card .card-header a:hover{
	color: #FFF;
}

.accordion .card .collapsed {
	background: #F0F1F4;
	color: #000;
	margin: 3px 0px;
}

.accordion-data {
	margin-top: 20px;
}

.accordion-data h5 {
	font-size: 20px;
	margin: 12px 0px;
}

.accordion-data ul li {
	list-style: disc;
	padding: 4px;
	margin-left: 30px;
}

.accordion .card-header:after {
	background: url(../images/arrow-forward-white.png);
	float: right;
}

.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	background: url(../images/arrow-forward.png);
}


.section-boi-gradent .section-title h4 {
	color: #FFF;
}

.section-boi-gradent .section-title p {
	color: #FFF;
}

.boi-tabs-section {
	padding: 20px 0;
}

.boi-tabs .tabs {
	width: 100%;
	color: #B0C6EA99;
	background: none;
	border: none;
	font-weight: 500;
	padding: 6px 14px;
}

.boi-tabs .active-tab {
	padding: 6px 14px !important;
	border-radius: 0px;
	background: none !important;
	font-family: var(--font-primary);
	font-size: 27px;
	font-weight: 500;
	border-bottom: none;
	color: #fff;
}

/* Latest menu */
.big-nav .sub-menu .sub .xyz .checks {
	display: block;
}

/* .subchecks li{display: none;}

  .sub-menu .sub .sub-menu-in ul li a:hover + .sub-menu .sub .sub-menu-in .subchecks li{display: block !important;} */

/* .subchecks {
	display: none;
} */

.hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 1s;
}

.r-subchecks {
	display: none;
}

#toggleDiv li a var img.icon {
	width: 24px;
}

.sub-menu .sub .sub-menu-in .submenu-1 {
	display: block;
}

.subchecks {
	background: #C8EEF8;
	border-radius: 25px;
	padding: 10px;
}

.subchecks li {
	margin-bottom: 0px !important;
}

.subchecks li a {
	background: transparent;
	border-bottom: transparent 2px solid !important;
	border-bottom: transparent !important;
}

.subchecks li a:hover {
	text-decoration: underline !important;
	background: #fff !important;
	border-bottom: transparent 2px solid;
}

.subchecks li:hover {
	background: #fff !important;
	border-radius: 12px;
}

.subchecks li a {
	font-size: 14px;
}

.subchecks li a var {
	margin-left: 10px !important;
	margin-top: -3px !important;
}

.submenu-1 {
	margin-left: 80px;
}

.subchecks li a var img {
	width: 22px;
}


.menu-scroll {
	display: none;
	height: 250px;
	overflow-y: scroll;
}

.comp-campaign {
    max-width: 16%;
    width: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: auto;
    z-index: 999;
    display: none; /* Initially hidden */
    bottom: 20px;
    transition: bottom 0.3s ease 0s;
  }
  
  .comp-campaign .ad-image img{
    width: 100%;
    /* border: 2px solid #acd400; */
    background: #FFF;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 12px;
  }
  .comp-campaign .close{
    background: #FFF;
    border: 2px solid #1E4453;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    color: #000;
	float: right;
    opacity: 1;
    position: relative;
    bottom: -20px;
    right: -6px;
  }

  .comp-campaign .close:hover{
    background: #FFF;
    color: #000;
    opacity: 1 !important;
  }

  .comp-campaign button:focus{
    outline: 0px !important;
  }

  .calendly-inline-widget{margin-top: 150px;}


/*Vertical Sliding*/
.sentence{
	position: relative;
}
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #4CC9E9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	font-family: var(--font-secondary);
	font-size: 30px;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.slidingVertical span:nth-child(6){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}
.slidingVertical span:nth-child(7){
	animation-delay: 15s;
	-ms-animation-delay: 15s;
	-webkit-animation-delay: 15s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


.thank-social a {
    padding: 10px;
}

.page-404-right h3 {
    color: #FFF;
    font-size: 40px;
    font-family: var(--font-primary);
    margin: 20px 0px;
}
.page-404-right a {
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 26px;
}
.boi-hero-strip{
	background: url('../img/boi-bg-strip.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
    top: 67px;
  }
  .boi-hero-strip p{
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	padding: 6px;
	margin: 0;
  }
  .boi-hero-strip a{
  color: #00AB52;  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: underline;
  }
  .number-bvs{
	padding: 20px;
	text-align: center;
  }
  .number-bvs h3{
	font-size: 56px;
  }
  .hero-content-left{
	padding:0px 5%;
	background: url(../img/hero-banner-bg.png);
	background-position: center;
	background-size: cover;
  }
.hero-content-left h1{
	font-size: 56px;
	font-weight: 500;
	color: #FFF;
}
.hero-content-left h1 span{
	font-family: var(--font-secondary);
	font-style: italic;
}
.hero-content-left .section-title h4{
	font-weight: 500;
}
.home-hero-left-content h4{
	font-family: var(--font-default);
	color: #FFF;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6em;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	border:none !important;
}
.business-steps-new .steps-left{
	border-radius: 16px;
background: #FFF;
box-shadow: -5.975px 29.874px 59.748px 0px rgba(0, 25, 65, 0.20);
border: none;
}
.business-steps-new .steps-left h2{
	font-family: var(--font-primary);
	color: #000;
	font-style: normal;
	font-size: 20px;
}
.business-steps-new .steps-left p{
	color: #000;
	font-family: var(--font-default);
}
.business-steps-new .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #FFF !important;
    color: #000 !important;
    padding: 20px;
    border-radius: 16px;
}
.card-dark .card-content{
	background: #E0F3FA;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 10px;
  }
  .card-dark .card-content h3{
	font-family: var(--font-secondary);
	font-style: italic;
	font-weight: 600;
	color:#001941;
	padding: 20px 0px;
	border-bottom: 1px solid #001941;
  }
  .card-dark .card-content p{
	padding-top: 20px;
  }
  .hover-card-dark .card-content:hover {
	background: #1E4453;
  }
  .hover-card-dark .card-content:hover h3{
	color: #FFF;
	border-bottom: 1px solid #FFF;
  }
  .hover-card-dark .card-content:hover p{
	color: #FFF;
  }
  .Benefits-right-content h4{
	font-family: var(--font-secondary);
	font-style: italic;
	font-weight: 600;
   color: #FFF; 
  }
  .Benefits-right-content p{
  color: #FFF;
  }
  .steps-section{
	margin: 30px 0px;
  }
  .steps-section h4{
	margin: 30px 0px;
	font-family: var(--font-secondary);
	font-style: italic;
	font-weight: 600;
  }
  /* Style the counter cards */
.card .hover-card {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
  }
  
  .card .hover-card .front {
	padding: 30px;
	height: 100%;
	border-bottom: 16px solid #313433;
  }
  .card .hover-card .front h4{
	font-family: var(--font-secondary);
	font-style: italic;
	font-weight: 600;
	color: #313433;
  }
  .card .hover-card .back {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: #313433;
	border-bottom: 16px solid #313433;
	transition: 1s;
	z-index: 1;
  }
  .card:hover .hover-card .from-bottom {
	top: 0%;
  }
  
  .card .hover-card .back h3 {
	font-family: var(--font-secondary);
	color: #FFF;
	font-size: 26px;
	font-weight: 600;
  }
  
  .card .hover-card .back .tem-img {
	width: 150px;
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: -99;
  }
  
  .card .hover-card .back .des {
	padding: 20px 0px;
	color: #FFF;
  }
  .hover-card-dark .card-content:hover {
	background: #001941;
  }
  .hover-card-dark .card-content:hover h3{
	color: #FFF;
	border-bottom: 1px solid #FFF;
  }.hover-card-dark .card-content:hover p{
	color: #FFF;
  }
  .from-bottom {
	top: 100%;
	left: 0;
  }
  .accordination-color .accordion-button:not(.collapsed) {
	background: #1e4453;
	font-weight: 600;
	color: #FFF;
  }
  .accordion-button:focus{
	box-shadow: none;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordion-down.svg);
    transform: rotate(0deg);
}
.accordion-button {
    background-color: #f0f1f4;
}
.accordion-button {
    font-weight: 500;
    font-size: 18px;
}
/*new style.css*/

.hero-banner {
    padding: 60px 0;
    background: url(../img/newhome/hero-banner.png);
    background-position: center;
    background-size: cover;
	background-color: rgba(238, 248, 255, 0.70);
}

.hero-section {
    padding: 80px 0;
	/* background: linear-gradient( 339deg, #E1F6FC 16.27%, #FFF 63.3%, #D3F2FA 100%); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), linear-gradient(90deg, #D5F2F9 1.01%, rgba(255, 255, 255, 0.75) 40.61%, rgba(255, 255, 255, 0.50) 60.41%, #D5F2F9 100%);
}


/*Vertical Sliding*/

.slidingVertical-new {
    display: inline;
    text-indent: 8px;
}
.slidingVertical-new span {
    animation: bottomToTop 12.5s linear infinite 0s;
	color:#3997AF;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    font-family: var(--font-secondary);
  
}

/* Animation delays */
.slidingVertical-new span:nth-child(2) { animation-delay: 2.5s; }
.slidingVertical-new span:nth-child(3) { animation-delay: 5s; }
.slidingVertical-new span:nth-child(4) { animation-delay: 7.5s; }
.slidingVertical-new span:nth-child(5) { animation-delay: 10s; }
.slidingVertical-new span:nth-child(6) { animation-delay: 12.5s; }
.slidingVertical-new span:nth-child(7) { animation-delay: 15s; }

/* New Bottom-to-Top Animation */
@keyframes bottomToTop {
    0%   { opacity: 0; transform: translateY(50px); }
    5%   { opacity: 0; transform: translateY(50px); }
    10%  { opacity: 1; transform: translateY(0px); }
    25%  { opacity: 1; transform: translateY(0px); }
    30%  { opacity: 0; transform: translateY(-50px); }
    80%  { opacity: 0; }
    100% { opacity: 0; }
}

/* Vendor prefixes (optional if supporting old browsers) */
@-webkit-keyframes bottomToTop {
    0%   { opacity: 0; -webkit-transform: translateY(50px); }
    5%   { opacity: 0; -webkit-transform: translateY(50px); }
    10%  { opacity: 1; -webkit-transform: translateY(0px); }
    25%  { opacity: 1; -webkit-transform: translateY(0px); }
    30%  { opacity: 0; -webkit-transform: translateY(-50px); }
    80%  { opacity: 0; }
    100% { opacity: 0; }
}

/* .section-white{
    margin: 30px 0px;
} */
.section-grey{
	background: rgba(240, 242, 242, 0.50);
	padding: 60px 0px;
}
.section-blue{
	background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
	border-radius: 3.25rem;
}

.section-testimonial{
background-image: url('../img/newhome/testimonials-image.png');
/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%); */
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px;
}



.section-how-to-work{
background-image: url('../img/newhome/background-grey-image.png');
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px;
}


.section-white-logo{
    background-size: cover;
	padding: 60px 0px;
	background: #fff;
    background-image: url('../img/newhome/compliancely-zenwork-logo.png');
    background-repeat: no-repeat;
}

.section-indusries {
    padding: 60px 0px;
    background: 
        radial-gradient(50% 50% at 50% 50%, #F3F4F4 0%, rgba(243, 244, 244, 0.30) 100%),
        url('../img/newhome/Zenwork-SubBrand-right.png'),
        #FFF;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    overflow: hidden;
}


.section-dark-logo{
    background-size: cover;
	padding: 60px 0px;
	background:#0b2d39;
    background-image: url('../img/newhome/compliancely-zenwork-logo.png');
    background-repeat: no-repeat;
}


.section-white-box{
    background-size: cover;
	padding: 60px 0px;
	/* background: #fff; */
    background-image: url('../img/newhome/section-boxes.png');
    background-repeat: no-repeat;
}
.section-title h2{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 36px;
	color:#111313;
    margin-bottom: 20px;

}

.section-title h3{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 26px;
	color:#111313;
    margin-bottom: 20px;

}

.section-title h1{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 50px;
	color:#111313;
    margin-bottom: 20px;

}

.verify-badge{
display: inline-block;
padding: 10px 18px;
justify-content: center;
align-items: center;
border-radius: 12px;
background: linear-gradient(270deg, rgba(76, 201, 233, 0.03) 0%, rgba(57, 151, 175, 0.18) 100%);
margin: 10px 0px;
}
.verify-badge h4{
	color: #0891B2;
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.section-title h3   {
	font-family: var(--font-default);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 16px 0px;
}

.section-title p{
    font-family: var(--font-default);
    font-size:  16px;
    font-weight: 400;
    line-height: normal;
	color: #34393A;
   }

.section-title h5{
	font-weight: 600;
    font-family: var(--font-default);
    margin: 10px 0px;
    font-size: 24px;
}
.section-title-new h3{
    font-family: var(--font-default);
    font-size:  30px;
    font-weight: 600;
    line-height: normal;
	color: #111313;
	margin: 10px 0px;
   }

.section-title-new h5{
    font-family: var(--font-default);
    font-size:  1.25rem;
    font-weight: 600;
    line-height: normal;
	color: #111313;
   }

   .feature-title h5{
    font-family: var(--font-default);
    font-size:  1.25rem;
    font-weight: 600;
    line-height: normal;
	color: #111313;
   }

.section-title-new p{
	color: #34393A;
	margin: 0;
   }

.list-style-icon{
	color: #000;
	list-style-type: none;
	padding: 8px 10px;
	display: flex;
	margin-top: 20px;
}

.list-style-square ul {
    padding-left: 20px;
    margin: 0;
}

.list-style-square ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 0;
    line-height: 1.5;
    list-style: none; 
}

.list-style-square ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    margin-top: calc((1.5em - 4px) / 2);
    flex-shrink: 0;
}


.icon-list-circle ul li::before {
    content: "";
    background-image: url('../img/newhome/icon-list-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    /* top: .4rem; */
    margin-right: 12px;
	margin-top: 0.25em;
	flex-shrink: 0;
}

.icon-list-circle ul li{
	display: flex;
	padding:4px 0;
	 line-height: 1.5;
}

.list-style-icon ul li::before {
    content: "";
    background-image: url('../img/newhome/new-icon-list.gif');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: .4rem;
    margin-right: .8rem;
}
.list-style-icon ul li{
	padding:4px 0;
	font-size: 18px;
}
.list-background ul li{
	background: #fff;
	padding: 12px;
	border-radius: 8px;
	margin:10px;
}

.card-grey{
    margin: 10px 0px;
}
.newcards{
	padding: 30px;
}
.card-grey .newcards {
    background: #F3F4F6;
    border-radius: 36px;
    position: relative;
    border: 6px;
	padding: 1rem 1rem 2rem 1rem;
}

.card-blue .newcards{
	 border-radius: 36px;
    position: relative;
    border: 6px;
	padding: 1rem 1rem 2rem 1rem;
background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
}

.card-blue{
    margin: 10px 0px;
}
.btn-black{
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 56px;
    font-family: var(--font-default);
    color: #111313;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #111313;
    width: auto;
}

 .btn-black:hover{
    color: #111313;
  }

.btn-black:hover svg {
      transform: rotateZ(45deg); /* Rotate the SVG on hover */
    }
.btn-black svg {
    transition: all 0.4s ease;
    position: relative;
    left: 8px;
}

   /* CTA Section */
.cta-section-new {
  
	background-image: url('../img/newhome/cta-image.png');
    background-repeat: no-repeat;
    padding: 80px;
    border-radius: 46px;
    background-size: cover;
    background-position: center center;
}

.cta-section-new h3 {
    color: #FFF;
    font-size: 40px;
	line-height: 1.4em;
}

.cta-section {
    background: #1E4453;
    background-image: url(../img/automate-right.svg);
    background-size: 24%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 30px;
}
.stats-section {
	padding: 60px 0px;
  background-image: url(../img/newhome/stats-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.stats-section-newbg {
	
  background-image: url(../img/newhome/stats-new-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.stat-card {
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}



.stat-icon{
    width: 56px;
    height: 56px;
   border-radius: 0.75rem;
background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
   display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px 0px;
    color: white;
    font-size: 1.5rem;
}

.stat-number h4 {
	font-family: var(--font-default);
    font-size: 28px;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1;
}


.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
	font-weight: 400;
}

 .section-features {
background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
    padding: 60px 0;
        }

        .feature-card {
            background-color: #ffffff; /* White card background */
            border-radius: 1rem; /* Rounded corners */
            padding: 30px;
            text-align: left;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Subtle initial shadow */
            border: 1px solid rgba(0, 0, 0, 0.05); /* Very light border */
            height: 100%;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        /* Hover effect */
        .feature-card:hover {
            transform: translateY(-15px); /* Subtle lift on hover */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
        }

        .feature-icon-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border-radius: 0.75rem; /* Match the rounded square shape */
            margin-bottom: 15px;
            font-size: 1.75rem;
          
background: linear-gradient(270deg, rgba(57, 151, 175, 0.06) 0%, rgba(76, 201, 233, 0.06) 100%);
            color: var(--primary-blue); /* Primary icon color */
        }
        .feature-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: #343a40; /* Dark text color */
            font-family: var(--font-default);
        }

        

        .feature-description {
            font-size: 1rem;
            color: #6c757d; /* Muted text color */
        }


 .quote-icon {
            font-size: 60px;
            color: #b8e6f0;
            margin-bottom: 20px;
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 30px;
        }

        .author-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4db8d8, #2a9bb8);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 20px;
        }

        .author-name {
            font-weight: 600;
            color: #333;
            margin: 0;
        }

        .author-title {
            color: #666;
            font-size: 14px;
            margin: 0;
        }

        .stats-card {
            border-radius: 1.75rem;
            padding: 64px;
            color: white;
            text-align: center;
            min-height: 250px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        }
        .stats-card-1{
            background:url('../img/newhome/testimonial-card-1.png');
        }
        .stats-card-2{
            background:url('../img/newhome/testimonial-card-2.png');
        }

        .stats-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .stats-number {
            font-size: 72px;
            font-weight: bold;
            margin-bottom: 15px;
            line-height: 1;
        }

        .stats-description {
            font-size: 18px;
            font-weight: 500;
        }

        .carousel-indicators {
            margin-bottom: -50px;
            position: relative;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ccc;
            border: none;
            margin: 0 5px;
            opacity: 1;
        }
        .carousel-indicators [data-bs-target]{
            border-radius: 10px;
background: var(--gradient-cta-40, linear-gradient(270deg, rgba(57, 151, 175, 0.40) 0%, rgba(76, 201, 233, 0.40) 100%));
        }
		.carousel-indicators [data-bs-target]{
			height: 1px;
		}
        .carousel-indicators button.active {
            border-radius: 16px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
        }

        .testimonial-details {
            background: white;
            border-radius: 2.5rem;
            padding: 40px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin: 20px;
        }
        .carousel-item{
            height:100%;
        }
        .testimonial-card{
            padding-right:20px;
        }

.features-section {
    background-color: #f7f9fc;
    padding: 60px 0;
}


/* --- Card Styles --- */
.card-block {
    background-color: #FFF;
    border-radius: 16px;
    padding: 32px;
	z-index: 99;
    position: relative;
}

/* .cards-hover:hover  {
   transform: translateY(-30px);
} */

.card-block h5 {
    font-weight: 600;
    font-family: var(--font-default);
    margin: 20px 0px;
	font-size: 24px;
}
.card-block .icon-wrapper{
	margin: 0 auto;
} 
.card-block .icon-wrapper{
background: linear-gradient(270deg, rgba(57, 151, 175, 0.06) 0%, rgba(76, 201, 233, 0.06) 100%);
}
.card-block .icon-wrapper .material-symbols-outlined {
    background: linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
}
.icon-color-wrapper{
	background: linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
}
.icon-color-wrapper .material-symbols-outlined {
	-webkit-text-fill-color: #FFF !important;
}
/* Hover state */
.card-block:hover .icon-wrapper .material-symbols-outlined {
    background: none;                 /* remove gradient */
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: #fff;    /* REQUIRED */
    color: #fff;
}

.card-block:hover .icon-wrapper{
	background: linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
}

/* --- Feature Card Styles --- */
.feature-card {
    text-align: center;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* cursor: pointer; */
    justify-items: center;
}

/* Card Hover Effect */
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- Icon Container Styles and Transitions --- */
.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 0.75rem;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
    background: linear-gradient(
        270deg,
        rgba(57, 151, 175, 0.06) 0%,
        rgba(76, 201, 233, 0.06) 100%
    );
}

/* Icon Container Hover Effect: Apply blue background */
.feature-card:hover .icon-wrapper {
    background: linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
}

.material-symbols-outlined {
    font-size: 32px;
    /* Set icon size */
    color: #3498db;
    /* Default icon color */
    /* Ensure smooth transition for color change */
    transition: color 0.3s ease-in-out;
    /* Adjust weight/fill to mimic the original look (optional) */
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 32;
}

/* Hover Effect: Change icon color to white */
.feature-card:hover .material-symbols-outlined {
    color: #ffffff;
}

/* --- Text Styles --- */
.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #343a40;
}

.feature-description {
    font-size: 1rem;
    color: #6c757d;
    justify-items: center;
}

/* --- Step Progress --- */
.step-progress {
    height: 0.5rem;
    width: 0%;
    border-radius: 0.625rem;
    background: linear-gradient(
        270deg,
        rgba(57, 151, 175, 0.30) 0%,
        rgba(76, 201, 233, 0.30) 100%
    );
    transition: width 0.6s ease;
}

.step-progress.is-hidden {
    opacity: 0;
    height: 0;
}

.steps-container .steps-left {
    text-align: left;
    padding: 20px;
    border-radius: 1rem;
    margin: 16px 0px;
    border: none;
}

.steps-left {
    text-align: left;
    background: #F0F2F2 !important;
    margin-bottom: 16px;
    border-radius: 1rem;
    transition: all 0.4s ease;
}

/* Keep text black always */
.steps-left,
.steps-left p {
    color: #000 !important;
}

/* Active state */
.steps-left.active {
    border-radius: 1rem !important;
    background: linear-gradient(
        270deg,
        rgba(57, 151, 175, 0.10) 0%,
        rgba(76, 201, 233, 0.10) 100%
    ) !important;
}

/* Inactive state */
.steps-left:not(.active) {
    background: #F7F8F9 !important;
}

/* --- Background Shape --- */
.has-bg-shape {
    position: relative;
    overflow: hidden;
}

.has-bg-shape::before {
    content: "";
    position: absolute;
    width: 24.98156rem;
    height: 25.5625rem;
    z-index: 0;
}

/* Keep section content above background */
.has-bg-shape > * {
    position: relative;
    z-index: 1;
}

/* --- Industry Card --- */
.industry-card {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    height: 100%;
}

/* Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.card-header h5 {
    margin: 0;
    font-weight: 600;
}

/* Material Icon */
.icon {
    font-size: 28px;
    color: #4CC9E9;
}

.industry-card li {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Hover Background */
.industry-card:hover {
    background: linear-gradient(
        180deg,
        rgba(76, 201, 233, 0.10) 0%,
        rgba(76, 201, 233, 0.02) 100%
    );
}

/* Bottom Progress Bar */
.industry-card .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg, #3997AF, #4CC9E9);
    transition: width 0.6s ease;
    border-radius: 0 0 1.5rem 1.5rem;
}

/* Animate bar on hover */
.industry-card:hover .progress-bar {
    width: 100%;
}

/* --- FAQ --- */
.faq-section {
	padding: 60px 0px;
    background: #eaf9fd;
}



.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0px !important;
}

/* Header */
.faq-accordion .accordion-button {
    background: #ffffff;
    color: #000;
    font-weight: 500;
    padding: 16px 20px;
    box-shadow: none;
	font-family: var(--font-default);
}

/* Active header */
.faq-accordion .accordion-button:not(.collapsed) {
    background: #2f7e8f;
    color: #ffffff;
    border-radius: 0px !important;
}

/* Remove default focus outline */
.accordion-button:focus {
    box-shadow: none;
}

/* Body */
.faq-accordion .accordion-body p {
    color: #34393A;
	margin: 0;
}

/* Chevron color fix */
.faq-accordion .accordion-button::after {
    filter: brightness(0.5);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(5);
}

.video-background{
background-image: url("img/newhome/background-video.png");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	border-radius: 50px;
	padding: 60px 0px;
}


.navbar-brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.brand-logo img{
	width: 180px;
}
.nav-link {
	color: #111313;
	font-weight: 500;
	padding: 0.5rem 1rem;
	transition: color 0.3s;
	font-size: 16px;
}
.nav-link:hover {
	color: #3BAECF;
}
.btn-get-started {
background: linear-gradient(270deg,  #89E7FF 0%, #4CC9E9 100%);
	color: #000;
	border-radius: 25px;
	padding: 0.6rem 1.5rem;
	font-weight: 500;
	border: none;
	transition: all 0.3s;
}
.btn-get-started:hover{
	background: linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
	color: #000;
}
.btn-singin{
	background: #EDFAFD;
	color: #000;
	border-radius: 25px;
	padding: 0.6rem 1.5rem;
	font-weight: 500;
	border: none;
	transition: all 0.3s;
}
.btn-singin:hover{
	background: #EDFAFD;
	color: #000;
}
.mega-menu {
	width: 100%;
	left: 0;
	right: 0;
	padding: 2rem 0;
	border:none;
	/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);  */
	
}
.mega-menu-section {
	padding: 0 1rem;
}
.menu-title {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-bottom: 1px solid #DAE0E0;
	margin-bottom: 20px;
}
.menu-title i {
	color: #3BAECF;
	font-size: 1rem;
}
.menu-item {
	display: flex;
	gap: 1rem;
	padding: 0.75rem;
	border-radius: 8px;
	transition: all 0.3s;
	text-decoration: none;
	color: inherit;
	margin-bottom: 0.5rem;
	border: 1px solid #FFF;
}
.menu-item:hover {
	border-radius: 12px;
/* border: 1px solid #3997AF; */
background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
}
.menu-item:hover .menu-icon{
	background: #FFF;
	border: 1px solid #FFF;
}
.menu-item:hover .menu-icon .material-symbols-outlined{
	color: #3997AF;
}
.menu-icon {
	width: 45px;
	height: 45px;
	border: 1px solid #DAE0E0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.menu-icon .material-symbols-outlined {
	color: #687174;
	background: #FFF;
    font-size: 26px;
}
.menu-content h6 {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	font-family: var(--font-default);
	margin-bottom: 0.25rem;
}
.menu-content p {
	font-size: 12px;
	color: #687174;
	margin: 0;
}
.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}
.featured-card-header img{
	border-radius: 16px;
}
.featured-card-header h6{
color: #FFF;
position: absolute;
    bottom: 20%;
}
.ebook-card-header h6{
	color: #000;
}
.ebook-card-header{
	border-radius: 20px;
	border: 1px solid #DAE0E0;
	background: #FFF;
	padding:10px;
}
.navbar-toggler{
	border: none;
}


/* =============================
   Responsive Navigation Fixes
   ============================= */
@media (max-width: 991.98px) {

  /* Give the collapsed menu breathing room */
  .navbar .navbar-collapse {
    padding: 1rem 0;
  }

  /* Stack nav groups nicely */
  .navbar .navbar-nav {
    width: 100%;
    margin: 0;
  }

  

  .navbar .navbar-nav + .navbar-nav {
    margin-top: 0.75rem;
  }

  .navbar .nav-item {
    padding: 0;
  }

  .navbar .nav-link {
    padding: 0.75rem 0.75rem;
  }

  /* Make mega menu flow within the collapsed nav instead of absolute-positioned */
  .navbar .dropdown-menu.mega-menu {
    position: static !important;
    width: 100%;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    padding: 1rem 0;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  /* Prevent mega menu content from becoming too tall */
  .navbar .dropdown-menu.mega-menu .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-height: 70vh;
    overflow-y: auto;
  }

  /* Column stack for mobile */
  .navbar .dropdown-menu.mega-menu .row {
    --bs-gutter-x: 1rem;
  }
  .navbar .dropdown-menu.mega-menu [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Tighten section headings and items */
  .navbar .menu-title {
    margin-top: 1rem;
  }
  .navbar .menu-item {
    padding: 0.65rem;
  }

  /* Ensure dropdown toggles feel clickable */
  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 0.55rem;
  }
}


.navbar .dropdown-toggle::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	vertical-align: middle;
	border: none;
	transition: transform 0.25s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath d='M2 2 L12 12 L22 2' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.navbar .nav-item:hover > .dropdown-toggle::after,
.navbar .dropdown.show > .dropdown-toggle::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath d='M2 2 L12 12 L22 2' fill='none' stroke='%233BAECF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}
.navbar .nav-item:hover > .dropdown-toggle,
  .navbar .dropdown.show > .dropdown-toggle {
	color: #3BAECF;
  }
  .navbar {
	top: 0;
	z-index: 9999;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.10);
background: #F9FBFF;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  }
  
.section-address-validation {
     background-image: url('../img/newhome/try-our-address-alidation-tool.png');
    background-repeat: no-repeat;
    padding: 80px;
    background-size: cover;
    background-position: center center;
}
 
/* COLUMN WITH CONNECTOR */
.has-connector {
    position: relative;
}

.has-connector::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -60px;
    width: 120px;
    height: 5px;
    background: url('../img/newhome/connectors.png') repeat-x center;
    /* background-size: auto 100%; */
    transform: translateY(-50%);
    z-index: 1;
}

.card-image-bottom {
  padding: 40px 30px;
  position: relative;
  background:#183e49;
  background-image: url('../img/newhome/customer-stories-box.png');
    background-size: 24%;
    background-position: bottom right;
    background-repeat: no-repeat;
	height: 40%;
        }


.section-customer-hero{
background-image: url('../img/newhome/section-customer.png');
/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%); */
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px;
}
.left-customer-border{
	border-radius: 0 10px 10px 0;
	border-left:5px solid #3997AF;
	padding-left: 10px;
}
.list-icon-disc ul{
	padding-left: 20px;
}

.list-icon-disc ul li{
	list-style: disc;
}

.section-blue-logo {
    padding: 60px 0;
    background:
        linear-gradient(
            270deg,
            rgba(57, 151, 175, 0.10) 0%,
            rgba(76, 201, 233, 0.10) 100%
        ),
        url('../img/newhome/compliancely-zenwork-logo.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center, top left;
    background-size: cover, 12%;
}


.card-color{
border-radius: 32px;
border: 1px solid rgba(1, 119, 149, 0.10);
background: radial-gradient(529.09% 137.34% at 98.6% 4.39%, rgba(76, 201, 233, 0.01) 0%, rgba(76, 201, 233, 0.10) 50%, rgba(76, 201, 233, 0.01) 100%);
backdrop-filter: blur(7px);
padding: 30px;
}
.card-color h5{
	font-family: var(--font-default);
}


/* CARD */
.comparison-card {
    border-radius: 14px;
    padding: 28px 32px;
    height: 100%;
}

/* MANUAL */
.manual-checks {
    background: #fdeaea;
    border: 1px solid #f3c2c2;
}


.api-solution{
    background-size: cover;
    border: 1px solid #d7ebf3;
	background: #eaf6fb;
    background-image: url('../img/newhome/compliancely-zenwork-logo-right.png');
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: top right;
}
.hero-content-data h1{
	font-size: 50px;
}

.stat-card-border-right {
    position: relative;
    padding: 30px;
}

.stat-card-border-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    height: calc(100% - 40px);
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.04),
        rgba(255,255,255,0.40),
        rgba(255,255,255,0.04)
    );
}

.stats-section .row > div:last-child .stat-card-border-right::after {
    display: none;
}
 
.new-tab-type{
 width: auto;
 border-radius: 100px;
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
}
.new-tab-type>.nav-item>.nav-link.active{
 border-radius: 30px;
background: #FFF;
border: 1px solid #FFF;
}
.new-tab-type>.nav-item>.nav-link{
 color: #FFF;
}
.new-tab-type>.nav-item>.nav-link:hover{
 border-radius: 30px;
background: #FFF;
border: 1px solid #FFF;
}
.new-tab-content{
 border-radius: 32px;
 background: #F4F4F4;
 margin-top: 30px;
 padding: 40px;
}
.new-tab-content .card-block{
 background: none;
}
.new-tab-content .card-block ul{
 margin-left: 20px;
}
.new-tab-content .card-block ul li{
 list-style-type: disc;
}


/* ===============================
   Responsive Media Queries
   =============================== */

/* Extra Large Devices (1920px and up) */
@media (min-width: 1920px) {
  .hero-section {
    padding: 6rem 0;
  }
  

  .stats-section {
    padding: 5rem 0px;
  }
  
  .section-white {
    padding: 5rem 0;
  }
  
  .section-grey {
    padding: 5rem 0px;
  }
}

/* Tablets and Large Mobile (992px and down) */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 3rem 0;
  }
  
  .hero-content-data h1 {
    font-size: 30px !important;
    line-height: 1.3em;
    margin-bottom: 1rem;
  }
  
  .hero-content-data p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .hero-buttons {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .lottie {
    min-height: 300px;
  }
  
  .list-style-icon ul li {
    font-size: 15px;
    padding: 6px 0;
  }
  
  .section-white {
    padding: 3rem 0;
  }
  
  .section-grey {
    padding: 3rem 0px;
  }
  
  .stats-section {
    padding: 3rem 0px;
  }
  
  .stat-card-border-right {
    padding: 25px;
  }
  
  .stat-number h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .stat-label p {
    font-size: 13px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
  
  .section-title p {
    font-size: 15px;
  }
  
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 8px 14px;
  }
  
  .tab-content {
    padding: 20px;
  }
  
  .tab-pane h5 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  
  .list-style-square ul li {
    font-size: 14px;
    padding: 6px 0;
  }
  
  .industry-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .card-header h5 {
    font-size: 16px;
  }
  
  .industry-card p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .faq-section {
    padding: 3rem 0px;
  }
  
  .accordion-button {
    padding: 14px 16px;
    font-size: 14px;
  }
  
  .accordion-body {
    padding: 1rem 1.25rem;
  }
  
  .accordion-body p {
    font-size: 14px;
  }
  
  .cta-section-new {
    padding: 3rem !important;
  }
  
  .cta-section-new h2 {
    font-size: 28px;
  }
  
  .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
  }
}

/* Tablets (768px and down) */
@media (max-width: 768px) {
  .hero-section {
    padding: 2.5rem 0;
  }
  
  .hero-content-data h1 {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 1rem;
  }
  
  .hero-content-data p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .lottie {
    min-height: 250px;
  }
  
  .section-white {
    padding: 2.5rem 0;
  }
  
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  
  .section-title p {
    font-size: 14px;
  }
  
  .section-title h5 {
    font-size: 16px;
  }
  
  .list-style-icon ul li {
    font-size: 14px;
    padding: 5px 0;
  }
  
  .img-responsive {
    width: 100%;
    height: auto;
  }
  
  .stats-section {
    padding: 2.5rem 0px;
  }
  
  .stat-card-border-right {
    padding: 20px;
  }
  
  .stat-card-border-right::after {
    display: none;
  }
  
  .stat-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  
  .stat-number h4 {
    font-size: 22px;
  }
  
  .stat-label p {
    font-size: 12px;
  }
  
  .section-grey {
    padding: 2.5rem 0px;
  }
  
  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 7px 12px;
  }
  
  .tab-content {
    padding: 1rem;
  }
  
  .tab-pane h5 {
    font-size: 18px;
    margin-bottom: 0.75rem;
  }
  
  .list-style-square ul li {
    font-size: 13px;
    padding: 4px 0;
  }
  
  .tab-pane img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  
  .industry-card {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .card-header h5 {
    font-size: 15px;
    margin: 0;
  }
  
  .industry-card p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }
  
  .faq-section {
    padding: 2.5rem 0px;
  }
  
  .accordion-button {
    padding: 12px 14px;
    font-size: 13px;
  }
  
  .accordion-body {
    padding: 0.75rem 1rem;
  }
  
  .accordion-body p {
    font-size: 13px;
    margin: 0;
  }
  
  .cta-section-new {
    padding: 2rem !important;
  }
  
  .cta-section-new h2 {
    font-size: 22px;
  }
  
  .btn-primary {
    padding: 0.6rem 1.2rem;
    font-size: 13px;
  }
}

/* Mobile Devices (up to 576px) */
@media (max-width: 575.98px) {
  .container-fluid {
    padding: 0 1rem;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-content-data h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }
  
  .hero-content-data p {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .hero-buttons a {
    font-size: 12px;
  }
  
  .btn-primary, .btn-secoundry-new {
    padding: 0.5rem 0.9rem;
    font-size: 12px;
  }
  
  .lottie {
    min-height: 200px;
    margin-top: 1.5rem;
  }
  
  .section-white {
    padding: 2rem 0;
  }
  
  .slide img {
    height: 40px;
  }
  
  .section-title h2 {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }
  
  .section-title h3 {
    font-size: 18px;
  }
  
  .section-title p {
    font-size: 12px;
    margin: 0.5rem 0;
  }
  
  .section-title h5 {
    font-size: 14px;
  }
  
  .list-style-icon ul li {
    font-size: 13px;
    padding: 4px 0;
  }
  
  .stats-section {
    padding: 2rem 0px;
  }
  
  .stat-card-border-right {
    padding: 15px;
    text-align: center;
  }
  
  .stat-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    margin: 0 auto 8px;
  }
  
  .stat-number h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  
  .stat-label p {
    font-size: 11px;
    margin: 0;
  }
  
  .section-grey {
    padding: 2rem 0px;
  }
  
  .new-tab-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 10px;
    border-radius: 10px;
  }
  
  .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 10px;
    border-radius: 10px;
  }
  
  .nav-tabs .nav-item {
    flex: 0 0 auto;
  }
  
  .nav-tabs .nav-link {
    font-size: 11px;
    padding: 10px;
    white-space: nowrap;
    border-radius: 10px;
  }
  
  .new-tab-content {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }
  
  .tab-content {
    padding: 1.75rem;
  }
  
  .tab-pane {
    padding: 0;
  }
  
  .tab-pane h5 {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }
  
  .list-style-square ul {
    padding-left: 0;
  }
  
  .list-style-square ul li {
    font-size: 12px;
    padding: 4px 0;
  }
  
  .tab-pane .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .tab-pane img {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  
  .industry-card {
    padding: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .card-header h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1.3;
  }
  
  .industry-card p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  
  .faq-section {
    padding: 2rem 0px;
  }
  
  .accordion-item {
    margin-bottom: 0.75rem;
  }
  
  .accordion-button {
    padding: 10px 12px;
    font-size: 12px;
  }
  
  .accordion-body {
    padding: 0.75rem 1rem;
  }
  
  .accordion-body p {
    font-size: 12px;
    margin: 0;
  }
  
  .cta-section-new {
    padding: 1.5rem !important;
  }
  
  .cta-section-new h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  
  .cta-section-new .btn-primary {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
}




.card-block-border-red{
	border-radius: 1.25rem;
    border: 1px solid #FFE2E7;
    box-shadow: none;
    padding: 32px;
    position: relative;
    background-color: #fff;
}

.card-block-border-blue{
	border-radius: 1.25rem;
    border: 1px solid #0C8CE9;;
    box-shadow: none;
    padding: 32px;
    position: relative;
    background-color: #fff;
}

.custom-card {
    background-color: #0b2d39;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    /* height: 100%; */
    transition: all 0.3s ease;
}


.image-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover Overlay - Button at the Bottom */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Aligns button to bottom */
    padding-bottom: 30px;
    /* Space from bottom of image */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-card:hover .overlay {
    opacity: 1;
}

.btn-read-story {
    background: white;
    color: black;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}


/* Quote Icon Styling */
.quote-marks {
    font-size: 3rem;
    color: #3997AF;
    line-height: 1;
    position: absolute;
    top: 25px;
    left: 15px;
    font-family: Georgia, serif;
    opacity: 0.5;
}

.stats-card-customer h3 {
    font-family: var(--font-default);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 16px 0px;
	color:#d1dadc;
	border-radius: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.stats-card-customer p{
    font-family: var(--font-default);
    font-size:  16px;
    font-weight: 400;
    line-height: normal;
	color:#d1dadc;
   }

.stats-card-customer h5{
	font-weight: 500;
    font-family: var(--font-default);
    font-size: 18px;
	color:#fff;
}

.card-workflow{
display: flex;
padding: 2rem 1rem;
align-items: center;
gap: 1rem;
margin-bottom: 15px;
border-radius: 1.25rem;
background: linear-gradient(270deg, rgba(57, 151, 175, 0.10) 0%, rgba(76, 201, 233, 0.10) 100%);
}

.section-lines{
background-image: url('../img/newhome/section-lines.png');
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px;
}

  /* Desktop: open dropdown on hover */
@media (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {
	  display: block;
	  margin-top: 0px; /* prevents jump */
	}
  
	/* keep the toggle clickable-looking */
	.navbar .dropdown > .dropdown-toggle {
	  cursor: pointer;
	}
  }
  

/* Billing Toggle */
.billing-toggle {
    display: inline-flex;
    background: #ffffff;
    border-radius: 50px;
    padding: 4px;
    gap: 4px;
}

.billing-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.billing-btn.active {
    background: #000000;
    color: #ffffff;
	
}

.save-badge {
    background: linear-gradient(90deg, #00AB52 0%, #ACD400 100%);
    color: white;
    font-size: 11px;
    padding: 10px 12px;
    border-radius: 30px;
    margin-left: 6px;
    font-weight: 600;
}

/* Pricing Cards Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.plan-verification {
    color: #4CC9E9;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00875rem;
}

.plan-verification span {
    color: #687174;

}

/* Price */
.price-wrapper h2 {
    margin-bottom: 8px;
    color: #111313;
    font-family: "Hanken Grotesk";
    font-size: 40px;
    font-weight: 700;
}

.price-wrapper span {
    font-size: 16px;
    color: #6B7280;
    font-weight: 400;
}

.price-detail {
    margin-bottom: 28px;
    color: #34393A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-weight: 400;
}

.price-detail span {
    font-style: italic;
}

/* Enterprise Card */
.enterprise-card {
    /* background: linear-gradient(135deg, #2C5F6F 0%, #1E4453 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
    border: none;
    color: white;
}

.card-block-price {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 2rem 2rem 2rem 2rem;
    border: 1px solid #D0D4D6;
    background: linear-gradient(180deg, rgba(208, 212, 214, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
    position: relative;
    z-index: 2;
}


.bottom-sticker {
    margin-top: -27px;
    border-radius: 0 0 2rem 2rem;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
    padding: 37px 0px 20px 0px;
    text-align: center;
}

.bottom-sticker a {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.card-block-price hr {
    margin: 1.5rem 0 1.5rem;
}

.section-price-white{
background-image: url('../img/newhome/bg-image-white.png');
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px;
}

   /* CTA Section */
.cta-section-price {
  
	background-image: url('../img/newhome/cta-box-price.png');
    background-repeat: no-repeat;
    padding: 80px;
    border-radius: 46px;
    background-position: center center;
}

/* ===== PRICE TEXT ===== */

.price-match {
    font-style: italic;
}

/* ===== INFO ICON ===== */
.pricing-info {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 50%;
    border: 1px solid #9aa0a6;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ===== GLOBAL TOOLTIP ===== */
.pricing-tooltip {
    position: fixed;
    width: 220px;
    background: #444;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    z-index: 999999;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.pricing-tooltip-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background: #565656;
    font-size: 14px;
    font-weight: 500;
}

.pricing-tooltip-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 14px;
}

.pricing-tooltip-row+.pricing-tooltip-row {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-tooltip-list {
    padding: 10px 14px;
}

.pricing-tooltip-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 6px 0;
}

.pricing-tooltip-list li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-image: url("../img/newhome/price-icon-tooltip.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cta-section-price {
        padding: 60px;
    }
}

@media (max-width: 991px) {

    /* Billing Toggle */
    .billing-toggle {
        justify-content: center;
    }

    .billing-btn {
        padding: 10px 22px;
        font-size: 13px;
    }

    .save-badge {
        font-size: 10px;
        padding: 8px 10px;
    }

    /* Pricing Cards */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .card-block-price {
        padding: 1.75rem;
    }

    .price-wrapper h2 {
        font-size: 34px;
    }

    .price-detail {
        font-size: 15px;
    }

    /* CTA */
    .cta-section-price {
        padding: 50px;
        border-radius: 32px;
        background-size: cover;
    }
}

@media (max-width: 767px) {

    /* Section padding */
    .section-price-white {
        padding: 40px 16px;
    }

    /* Toggle stacked */
    .billing-toggle {
        padding: 6px;
        border-radius: 24px;
    }

    .billing-btn {
        width: 100%;
        padding: 12px;
        text-align: center;
    }

    /* Cards */
    .card-block-price {
        padding: 1.5rem;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .bottom-sticker {
        border-radius: 0 0 1.5rem 1.5rem;
        padding: 12px 0;
    }

    .plan-verification {
        font-size: 16px;
    }

    .price-wrapper h2 {
        font-size: 30px;
    }

    .price-wrapper span {
        font-size: 14px;
    }

    .price-detail {
        font-size: 14px;
    }

    /* CTA */
    .cta-section-price {
        padding: 40px 24px;
        border-radius: 24px;
        background-position: center;
    }

    /* Tooltip */
    .pricing-tooltip {
        width: 90%;
        max-width: 280px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    .billing-btn {
        font-size: 12px;
    }

    .price-wrapper h2 {
        font-size: 26px;
    }

    .price-detail {
        margin-bottom: 20px;
    }

    .pricing-info {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .pricing-tooltip-header,
    .pricing-tooltip-row,
    .pricing-tooltip-list li {
        font-size: 12px;
    }
}



/* SLIDER */
.center-slider {
    /* overflow: hidden; */
    position: relative;
}

.slider-track {
    display: flex;
    gap: 36px;
    transition: transform 1s cubic-bezier(.4, 0, .2, 1);
}

/* CARD BASE */
.who-card {
    width: 500px;
    background: #fff;
    border-radius: 26px;
    padding: 64px 36px 40px;
    position: relative;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    transform: scale(.88);
    opacity: .45;
    transition: all .8s ease;
}

/* CENTER CARD */
.who-card.active {
    transform: scale(1.05);
    opacity: 1;
    /* box-shadow: 0 40px 90px rgba(79, 163, 193, .35); */
}

/* ICON BADGE */
.who-icon {
    width: 68px;
    height: 68px;
    background: #46b2cf;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}

.who-icon svg {
    width: 34px;
    height: 34px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}


.partner-bg {
    background: url('../img/newhome/book-a-demo-background.png') center center / cover no-repeat;
    min-height: 500px;
    padding: 60px;
}


.hero-section-homepage {
	
background: radial-gradient(50.07% 50.07% at 50% 100.04%, rgba(76, 201, 233, 0.20) 0%, rgba(76, 201, 233, 0.00) 100%), radial-gradient(49.96% 49.96% at 50% 0%, rgba(76, 201, 233, 0.20) 0%, rgba(76, 201, 233, 0.00) 100%), #FFF; 
}

.hero-content-data h1{
	font-size: 49px;
  color:  #0F1822;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.hero-left {
    padding-left: 6%;
}


.rating-container {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
  padding: 6px;
  border-radius: 8.544px;
}

.rating-number {
    font-size: 20px;
    font-weight: 600;
}

.review-text {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    letter-spacing: 0.5px;
}
