/* General */
h1 span,
h2 span {
	color: var(--main);
}
.lp25-pretitle {
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--main);
	text-transform: uppercase;
}
.lp25-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 52px;
	letter-spacing: -0.7px;
	margin-top: 0;
}
.book-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 57px;
	border-radius: 6px;
	background: var(--cta);
	color: #181818;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.book-btn img {
	margin-left: 7px;
	width: 18px;
	height: 18px;
}
.book-btn:hover {
	background: #FFBC10;
	color: #181818;
}
.mt-wrap {
	display: flex;
	flex-wrap: wrap;
}
/* Hero */
#mt-hero-25 {
	background-color: var(--bckg);
	padding-top: 80px;
	padding-bottom: 100px;
}
.hero-wrap-25 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hero-pretitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 33px;
	text-transform: uppercase;
	color: var(--main);
}
.hero-title-25 {
	font-weight: 500;
	font-size: 50px;
	line-height: 64px;
	letter-spacing: -1px;
	color: var(--title);
	margin: 0 0 25px;
	max-width: 625px;
}
.hero-text-part-25 {
	width: 60%;
}
.hero-subheading-25 {
	font-weight: 300;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 30px;
	max-width: 625px;
	color: #5D6B81;
}
.hero-icons-wrap {
	display: flex;
	gap: 28px;
}
.hero-icon-holder {
	width: 150px;
}
.hero-icon-inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 6.88px 6.88px 25.8px 0px #2046791A;
	border: 0.86px solid #EDEFF2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 150px;
	transition: .5s ease;
}
.hero-icon-inner:hover {
	background-color: var(--bckg);
	transition: .5s ease;
}
.hero-icon-inner img {
	margin-bottom: 12px;
}
.hero-icon-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--title);
	margin: 0;
}
.hero-icon-inner:hover .hero-icon-text {
	color: var(--main);
}
.hero-form {
	width: 37%;
	max-width: 495px;
}
.hero-form-holder {
	background-color: #fff;
	border-radius: 20px;
	border: 0.86px solid #E3E6EA;
	box-shadow: 6.88px 6.88px 25.8px 0px #2046791A;
}
.single-review-inner {
	background-color: #fff;
}

/* Form */
.form-title-wrap {
	position: relative;
	border-bottom: 1px solid #E3E6EA;
	padding: 10px 15px;
}
.form-title-wrap:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 114px;
	background-color: var(--main);
	bottom: -2px;
	left: 50%;
	transform: translatex(-50%);
}
.form-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	text-align: center;
}
.form-25 {
	padding: 12px 28px;
}
.form-25 .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: var(--title);
	margin-bottom: 0;
}
.form-25 .gform_wrapper.gravity-theme .gfield input.large,
.form-25 .gform_wrapper.gravity-theme .gfield select.large,
.form-25 .gform_wrapper.gravity-theme .gfield textarea {
	border-radius: 4px;
	background: #F1F3F7;
	border: 1px solid #CFD5E1;
	color: #1c2433;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.form-25 .gform_wrapper.gravity-theme .gfield input.large,
.form-25 .gform_wrapper.gravity-theme .gfield select.large {
	height: 50px;
}
.form-25 .gform_wrapper.gravity-theme .gfield input.large::placeholder,
.form-25 .gform_wrapper.gravity-theme .gfield select.large::placeholder,
.form-25 .gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #5D6B81;
	opacity: 1;
}
.form-25 .gform_wrapper.gravity-theme .gfield input.large:focus,
.form-25 .gform_wrapper.gravity-theme .gfield select.large:focus,
.form-25 .gform_wrapper.gravity-theme .gfield textarea:focus {
	outline: none;
	border: 1px solid #0b4095;
}
.form-25 .gform_wrapper.gravity-theme .gform_footer {
	position: relative;
}
.form-25 .gform_wrapper.gravity-theme .gform_footer img {
	position: absolute;
	top: 20px;
	right: 0;
}
.form-25 .gform_wrapper.gravity-theme .gfield_description {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 5px;
	margin: 0;
	text-align: center;
}
.form-25 .gform_wrapper.gravity-theme legend {
	border: none;
	width: auto;
}
.form-25 .gfield_radio {
	display: flex;
	gap: 10px;
}
.form-25 .gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #252c37;
}
input#gform_submit_button_12{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cta);
	background-image: url('/wp-content/uploads/2023/10/yellow_button_arrow.svg');
	background-repeat: no-repeat;
	background-position: calc(50% + 78px) center;
	padding: 0 20px 0 0;
	border-radius: 6px;
	color: #181818;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	border: none;
	line-height: unset !important;
	height: 57px;
	width: 100%;
	margin: 0 auto;
	transition: .6s ease;
}
input#gform_submit_button_9:hover,
input#gform_submit_button_12:hover {
	background-color: #FFBC10;
	color: #181818;
}
.form-25 .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 12px;
}
.form-25 .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px;
}

/* Facts */
#mt-facts {
	background: linear-gradient(to bottom, var(--bckg) 50%, #fff 50%);
}
.facts-wrap {
	border-radius: 20px;
	background-color: var(--main);
	background-image: url(/wp-content/uploads/2025/02/trsust_seal_banner_section_destop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 40px;
}
.fact-holder:not(:last-of-type) {
	border-right: 1px solid #6995DB;
	margin-right: 50px;
	padding-right: 50px;
}
.fact-inner {
	display: flex;
	align-items: center;
}
.fact-number {
	font-weight: 300;
	font-size: 70px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 0;
	margin-right: 15px;
}
.fact-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}

/* Images */
#mt-images {
	padding: 120px 0;
}
.images-section-wrap {
	position: relative;
}
.tf-absolute-img {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: all 1s ease;
}
.tf-top-image {
	top: -15px;
	left: 50%;
	transform: translatex(-50%) translateY(150px);
	width: 315px;
}
.tf-left-image {
	left: 0;
	top: 37%;
	width: 310px;
}
.tf-bottom-image {
	bottom: 70px;
	left: 50%;
	transform: translatex(-50%) translateY(150px);
	width: 130px;
}
.tf-top-image.reveal.active,
.tf-bottom-image.reveal.active {
	transform: translateX(-50%) translateY(0);
}
/* All in One CRM */
#mt-all-crm {
	background-color: var(--bckg);
	position: relative;
	padding: 145px 0 120px;
}
.all-crm_top-icon {
	width: 146px;
	height: 125px;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -45px;
	object-fit: contain;
}
.all-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 70%;
	margin: 0 auto 65px;
}
.mobile-numbers-wrap {
	display: none;
}
.all-crm-switcher_holder {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	position: relative;
}
.all-crm-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.active-line {
	position: absolute;
	left: 0;
	width: 3px;
	background-color: var(--main);
	transition: top 0.4s ease-in-out, height 0.4s ease-in-out;
}
.all-crm-switcher-item {
	cursor: pointer;
	padding: 0 10px 0 35px;
	transition: color 0.3s ease;
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}
.all-number {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: var(--title);
	margin: 0 15px 0 0;
}
.all_title-text h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: var(--title);
	text-transform: uppercase;
	margin: 0 0 15px;
	max-width: 285px;
}
.all-crm-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--txt);
	display: none;
	margin-bottom: 0;
}
.all-crm-switcher-item.active .all-number,
.all-crm-switcher-item.active h3 {
	color: var(--main);
}
.all-crm-switcher-item.active .all-crm-content {
	display: block;
}
.all-crm-right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.all-img {
	display: none;
	max-width: 100%;
}
.all-img.active {
	display: block;
}
/* Banner */
#tf-banner {
	background-color: var(--main);
	background-image: url(/wp-content/uploads/2025/02/trsust_seal_banner_section_destop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 15px;
}
.banner-wrap-tf,
.banner-text-wrap-tf {
	display: flex;
	align-items: center;
}
@keyframes rotateGear {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.banner-icon {
	display: inline-block;
	animation: rotateGear 10s linear infinite;
	width: 45px;
	height: 43px;
}
.banner-title-tf {
	font-weight: 500;
	font-size: 28px;
	line-height: 44px;
	color: #fff;
	margin: 0 0 0 10px;
}
.banner-wrap-tf {
	justify-content: space-between;
}
.book-btn.banner-25 {
	width: 217px;
}

/* Teams */
#mt-teams {
	padding: 100px 0 120px;
}
.teams-title_wrap {
	text-align: center;
	max-width: 50%;
	margin: 0 auto 60px;
}
.teams-titles {
	display: flex;
	cursor: pointer;
	justify-content: space-between;
	margin-bottom: 45px;
	position: relative;
	border-bottom: 1.62px solid #CFD5DE;
}
.section-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--title);
	transition: color 0.3s;
	width: 33.3333%;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
}
.section-title.active {
	color: var(--main);
}
.underline {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 33.3333%;
	height: 2.62px;
	background: var(--main);
	transition: left 0.4s ease-in-out;
}
.teams-content {
	display: flex;
	justify-content: center;
}
.teams_inner-wrap {
	display: none;
}
.teams_inner-wrap.active {
	display: block;
}
.teams-inner-inner {
	display: flex;
	background-color: #F3F6FA;
	border-radius: 20px;
	padding: 60px 50px;
}
.teams-text-wrap {
	padding-right: 90px;
}
.teams-text-wrap,
.teams-img-wrap {
	width: 50%;
}
.teams-text-wrap h3 {
	font-size: 26px;
	line-height: 30px;
	color: var(--title);
	margin: 0 0 25px;
}
.teams-text-wrap p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--txt);
	margin-bottom: 20px;
}
.teams-link {
	color: #0B4095;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}
.teams-link img {
	margin-left: 20px;
	filter: brightness(0) saturate(100%) invert(19%) sepia(76%) saturate(2279%) hue-rotate(204deg) brightness(85%) contrast(94%);
}

/* Steps */
#mt-tf-steps {
	background-color: var(--main);
}
.step-inner {
	display: flex;
	margin-bottom: 30px;
}
.tf-steps_wrap {
	display: flex;
	flex-wrap: wrap;
}
.tf-steps_text-wrap {
	width: 55%;
	padding: 100px 0 80px;
}
.lp25-pretitle.steps-pretitle,
.lp25-title.steps-tf-title {
	color: #fff;
	max-width: 90%;
}
.step-number {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-number p {
	font-weight: 400;
	font-size: 19.63px;
	line-height: 29.44px;
	color: #fff;
	margin: 0;
}
.tf-steps_title-wrap {
	margin-bottom: 45px;
}
.step-tf_text h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 10px;
}
.step-tf_text {
	width: calc(100% - 90px);
}
.step-tf_text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.tf-steps_img-wrap {
	width: 45%;
}
.steps-mover {
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
/* Testimonials */
#tf-testimonials {
	padding: 110px 0 100px;
}
.tf-testimonials_title-wrap,
.tf-testimonials_repeater {
	width: 50%;
}
.tf-testimonials_title-wrap {
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.testimonials-subtitle {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: var(--title);
}
.tf-testimonials-inner {
	background-color: var(--bckg);
	border-radius: 20px;
	padding: 30px;
}
.single-testimonial h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	color: var(--title);
	margin: 0 0 18px;
}
.single-testimonial-top p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: var(--title);
	margin-bottom: 15px;
}
.testionial_name-wrap p {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #010F24;
	margin: 0 0 0 25px;
}
.testionial_name-wrap {
	display: flex;
	align-items: center;
}
.single-testimonial-top {
	margin-bottom: 30px;
}
/* Half Sections */
#half-sections {
	padding: 40px 15px 100px;
	scroll-margin-top: 80px;
}
.half-section-tf {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.half-section-inner {
	border-radius: 20px;
	height: 100%;
}
.half-section_text-wrap {
	background-color: var(--main);
	color: #fff;
	padding: 70px;
}
.half-section_img-wrap {
	background-color: var(--bckg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 55px 90px;
}
.half-section_img-wrap-inner {
	position: relative;
	height: 100%;
	width: 100%;
}
.half-section_img-wrap-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.half-section-wrap {
	margin-bottom: 30px;
	display: flex;
}
.half-section-wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.half-section-pretitle {
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
}
.half-section-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 30px;
	max-width: 470px;
}
.half-section-content {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.half-section-content p {
	margin-bottom: 26px;
}
.half-section-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.half-section-content ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
}
.half-section-content ul li:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	left: 0;
	top: 3px;
	background-image: url(/wp-content/uploads/2025/02/checker-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.half-section-link-1 {
	width: 217px;
}
.half-section-link-2 {
	width: 195px;
}

/* Plans */
#tf-plans {
	background-color: var(--bckg);
	padding: 120px 0;
}
.tf-plans_title-wrap {
	text-align: center;
	margin-bottom: 70px;
}
.lp25-plans-price {
	font-weight: 400;
	font-size: 22px;
	line-height: 52px;
	color: var(--title);
}
.lp25-plans-price span {
	background-color: var(--main);
	color: #fff;
	border-radius: 4px;
	padding: 3px 7px;
	margin-left: 12px;
	font-weight: 500;
}
.tf-plan-inner {
	background-color: #fff;
	border-radius: 10px;
	border: 0.86px solid #E3E6EA;
	box-shadow: 6.88px 6.88px 25.8px 0px #2046791A;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tf-plans-repeater {
	width: 100%;
	margin-bottom: 70px;
}
.plan-title-wrap {
	border-radius: 6px;
	background-color: var(--bckg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	max-width: fit-content;
	margin-bottom: 20px;
}
.plan-title-wrap h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--main);
	margin: 0;
}
.plan-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--main);
	margin: 0;
}
.plan-top {
	border-bottom: 1px solid #E3E6EA;
	padding-top: 25px;
	padding-bottom: 25px;
}
.plan-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.tf-plan-wrap:nth-of-type(2) .tf-plan-inner {
	position: relative;
}
.tf-plan-wrap:nth-of-type(2) .tf-plan-inner:before {
	position: absolute;
	content: 'MOST POPULAR';
	height: 30px;
	width: 132px;
	background-color: var(--cta);
	border-radius: 4px 4px 0 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: var(--txt);
	display: flex;
	align-items: center;
	justify-content: center;
	right: 25px;
	top: 0;
	transform: translatey(-100%);
}
.tf-plan-wrap:nth-of-type(3) .plan-top {
	background-color: var(--main);
	border-radius: 10px 10px 0 0;
}
.tf-plan-wrap:nth-of-type(3) .plan-description {
	color: #BBCDEA;
}
.plan-list.plan-padding {
	padding-top: 25px;
	padding-bottom: 15px;
}
.plan-list-inner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.plan-list-item {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: var(--title);
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
}
.plan-list-item img {
	margin: 0px 8px 0 0;
}
.plan-btn-wrap {
	border-top: 1px solid #E3E6EA;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sign-up-btn {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: var(--main);
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.sign-up-btn:hover,
.sign-up-btn:focus {
	color: #fff;
	background-color: #083174;
}
.plans-banner-inner {
	background-color: var(--main);
	background-image: url('/wp-content/uploads/2025/02/pricing_banner_destop.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
}
.plans-banner-text {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}
.plans-banner-text-one {
	font-weight: 300;
	margin-bottom: 5px;
}
.plans-banner-text-two {
	font-weight: 600;
	margin: 0;
}
.book-btn.plans-banner-btn {
	width: 261px;
}
/* Faq */
#tf-faq {
	padding: 120px 0;
}
.faq-wrapp {
	display: flex;
	justify-content: space-between;
}
.tf-faq-holder {
	background-color: var(--bckg);
	border-radius: 10px;
	padding: 20px;
	border: none !important;
	margin-bottom: 13px;
	cursor: pointer;
}
.tf-faq-question {
	display: flex;
	justify-content: space-between;
}
.tf-faq-question h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 15px 0 0;
	color: var(--txt);
}
.tf-faq-question img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(2306%) hue-rotate(211deg) brightness(94%) contrast(95%);
	transform: rotate(90deg);
	transition: .6s ease;
	width: 20px;
	height: 26px;
}
.faq-holder.active .tf-faq-question img {
	transform: rotate(-90deg);
}
.faq-holder .tf-faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .tf-faq-answer {
	grid-template-rows: 1fr;
}
.tf-faq-answer p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -0.16px;
	margin: 0;
	overflow: hidden;
	color: var(--title);
}
/* Footer */
footer {
	float: left;
	width: 100%;
}
.col-tf-footer-text {
	width: 42%;
}
.col-tf-footer-img {
	width: 58%;
}
.tf-footer-wrap {
	background-color: var(--main);
	padding-top: 100px;
}
.tf-footer-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	max-width: 80%;
	margin: 0 0 30px;
}
.tf-footer-text {
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 40px;
}
.book-btn.tf-footer-btn {
	width: 241px;
	margin-bottom: 60px;
}
.tf-copyright {
	font-weight: 300;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
.tf-footer-inner-wrap {
	display: flex;
	justify-content: space-between;
}
.tf-footer-img-wrap {
	height: 100%;
	display: flex;
	align-items: flex-end;
}

p.tf-copyright a {
    color: var(--cta);
}

p.tf-copyright a:hover {
    color: #fff;
}
/* Media */
@media screen and (max-width: 1700px) {
	.all-title-wrap {
		max-width: 710px;
	}
	.lp25-pretitle.steps-pretitle, .lp25-title.steps-tf-title {
		max-width: 85%;
	}
	.tf-footer-title {
		max-width: 70%;
	}
}
@media screen and (max-width: 1650px) {
	#mt-hero-25 {
		padding-top: 60px;
	}
	.hero-form {
		width: 39%;
	}
	.lp25-title {
		font-size: 32px;
		line-height: 47px;
	}
	.hero-title-25 {
		font-size: 39px;
		line-height: 54px;
		margin-bottom: 17px;
	}
	.hero-subheading-25 {
		font-size: 17px;
		line-height: 31px;
		margin-bottom: 40px;
	}
	.hero-pretitle {
		font-size: 18px;
	}
	.hero-text-part-25 {
		width: 57%;
	}
	.form-25 {
		padding: 10px 30px;
	}
	.form-title {
		font-size: 22px;
		line-height: 33px;
	}
	.form-25 .gform_wrapper.gravity-theme .gfield_label {
		font-size: 14px;
	}
	.form-25 .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 10px;
	}
	.form-25 .gform_wrapper.gravity-theme .gform_footer {
		margin-top: 5px;
	}
	.facts-wrap {
		padding: 30px;
	}
	.fact-holder:not(:last-of-type) {
		margin-right: 45px;
		padding-right: 45px;
	}
	.fact-number {
		font-size: 56px;
	}
	.fact-text {
		font-size: 16px;
	}
	#tf-banner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner-title-tf {
		font-size: 26px;
		line-height: 36px;
	}
	.teams-title_wrap {
		max-width: 500px;
	}
	#mt-teams {
		padding: 90px 0;
	}
	.section-title {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.teams-inner-inner {
		padding: 50px 40px;
	}
	.teams-text-wrap h3 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.teams-text-wrap {
		padding-right: 60px;
	}
	#tf-testimonials {
		padding: 90px 0;
	}
	.testimonials-subtitle {
		font-size: 18px;
		line-height: 30px;
	}
	.single-testimonial h3 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.single-testimonial-top p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.half-section_text-wrap {
		padding: 60px;
	}
	.half-section-pretitle {
		margin-bottom: 0;
	}
	.half-section-title {
		font-size: 29px;
		line-height: 43px;
		margin-bottom: 20px;
		max-width: 420px;
	}
	.half-section-content {
		font-size: 17px;
		line-height: 30px;
	}
	#tf-plans {
		padding: 90px 0 100px;
	}
	.plan-title-wrap h3 {
		font-size: 17px;
		line-height: 26px;
	}
	.plans-banner-text {
		font-size: 18px;
		line-height: 22px;
	}
	.book-btn.plans-banner-btn {
		width: 237px;
	}
	.plans-banner-inner {
		padding: 25px 30px;
	}
	.tf-plans-repeater {
		margin-bottom: 60px;
	}
	#tf-faq {
		padding: 90px 0 80px;
	}
	.tf-faq-question h3 {
		font-size: 17px;
	}
	.tf-footer-text {
		font-size: 17px;
		line-height: 31px;
		margin-bottom: 35px;
	}
	.tf-footer-wrap {
		padding-top: 90px;
	}
	.all-title-wrap {
		max-width: 700px;
	}
	.all_title-text h3 {
		max-width: 370px;
	}
}
@media (min-width: 1200px) and (max-width: 1699px) {
	.plan-top {
		height: 189px;
	}
}
@media screen and (max-width: 1500px) {
	.hero-text-part-25 {
    width: 58%;
}
}
@media screen and (max-width: 1300px) {
	.form-25 {
    padding: 5px 21px;
}
	.hero-text-part-25 {
    width: 59%;
}
}
@media screen and (max-width: 1199px) {
	.hero-form {
    width: 43%;
}
	.hero-text-part-25 {
    width: 50%;
}
	.hero-title-25 {
		font-size: 36px;
		line-height: 48px;
	}
	.facts-wrap {
		padding: 25px 30px;
	}
	.fact-holder:not(:last-of-type) {
		margin-right: 30px;
		padding-right: 40px;
	}
	.fact-number {
		font-size: 53px;
	}
	#mt-hero-25 {
		padding-bottom: 80px;
	}
	#mt-all-crm {
		padding-bottom: 50px;
	}
	.all_title-text h3 {
		max-width: 336px;
		font-size: 16px;
		line-height: 22px;
	}
	.all-crm-left {
		width: 47%;
	}
	.banner-title-tf {
		font-size: 24px;
		line-height: 34px;
	}
	.book-btn.banner-25 {
		width: 204px;
	}
	.tf-testimonials_title-wrap {
		padding-right: 40px;
	}
	.half-section-content {
		font-size: 16px;
		line-height: 28px;
	}
	.plans-banner-text {
		font-size: 18px;
		line-height: 28px;
	}
	.col-tf-footer-text {
		width: 50%;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	.tf-footer-wrap {
		padding-top: 70px;
	}
	.tf-footer-title {
		font-size: 34px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.book-btn.tf-footer-btn {
		margin-bottom: 40px;
	}
	.all-title-wrap {
		max-width: 75%;
	}
	.lp25-pretitle.steps-pretitle,
	.lp25-title.steps-tf-title {
		max-width: unset;
	}
}
@media screen and (max-width: 991px) {
	#mt-hero-25 {
		padding-top: 110px;
	}
	.hero-wrap-25 {
		flex-direction: column;
		align-items: center;
	}
	.hero-text-part-25 {
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	.hero-subheading-25 {
		margin-bottom: 30px;
	}
	.hero-form {
		width: unset;
	}
	#mt-hero-25 {
		padding-bottom: 60px;
	}
	.facts-wrap {
		padding: 20px;
		border-radius: 15px;
	}
	.fact-holder:not(:last-of-type) {
		margin-right: 15px;
		padding-right: 25px;
	}
	.fact-number {
		font-size: 41px;
		margin-right: 10px;
	}
	.fact-text {
		font-size: 14px;
		line-height: 22px;
	}
	.banner-wrap-tf {
		flex-direction: column;
	}
	.banner-text-wrap-tf {
		margin-bottom: 20px;
	}
	.banner-title-tf {
		font-size: 27px;
		line-height: 40px;
	}
	#mt-teams {
		padding: 80px 0;
	}
	.teams-title_wrap {
		max-width: 70%;
	}
	.teams-text-wrap {
		padding-right: 40px;
	}
	.teams-link img {
		margin-left: 14px;
	}
	.teams-inner-inner {
		padding: 40px;
	}

	.tf-testimonials_title-wrap {
		padding-right: 0;
	}
	.half-section_text-wrap {
		padding: 30px 25px;
	}
	.plans-banner-inner {
		flex-direction: column;
		text-align: center;
		padding: 35px 30px;
	}
	.plans-banner_text-wrap {
		margin-bottom: 20px;
	}
	#tf-plans {
		padding: 75px 0 90px;
	}
	.faq-wrapp {
		flex-direction: column;
	}
	#tf-faq {
		padding: 70px 0 80px;
	}
	.tf-faq-title {
		margin-bottom: 30px;
	}
	.tf-footer-inner-wrap {
		position: relative;
	}
	.col-tf-footer-text {
		width: 100%;
	}
	.tf-footer-img-wrap {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 50%;
		width: 52%;
	}
	.tf-top-image {
		width: 220px;
	}
	.tf-left-image {
		width: 216px;
	}
	.tf-bottom-image {
		width: 89px;
	}
	.all-crm_top-icon {
		width: 125px;
	}
	#mt-all-crm {
		padding: 120px 0 60px;
	}
	.tf-steps_text-wrap {
		padding: 90px 0 10px;
	}
	.tf-steps_img-wrap,
	.tf-steps_text-wrap {
		width: 100%;
	}
	.tf-steps_img-wrap {
		text-align: center;
	}
	.steps-mover {
		max-height: 455px;
	}
	.half-section_img-wrap {
		padding: 20px;
	}
	#half-sections {
		padding: 15px 15px 75px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.tf-plan-wrap:nth-of-type(1),
	.tf-plan-wrap:nth-of-type(2) {
		width: 50%;
		margin-bottom: 30px;
	}	
}
@media screen and (max-width: 767px) {
	.lp25-title {
		font-size: 26px;
		line-height: 36px;
	}
	.hero-pretitle {
		font-size: 16px;
	}
	.hero-title-25 {
		font-size: 28px;
		line-height: 38px;
	}
	.hero-subheading-25 {
		font-size: 16px;
		line-height: 28px;
	}
	.hero-icon-inner img {
		height: 38px;
		width: auto;
	}
	.hero-icons-wrap {
		gap: 10px;
	}
	.hero-icon-holder {
		width: auto;
		flex: 1;
	}
	.hero-icon-inner {
		height: 100%;
		padding: 10px 5px;
	}
	.hero-icon-text {
		font-size: 11px;
		line-height: 17px;
	}
	.hero-icon-text br {
		display: none;
	}
	.hero-form {
		width: 100%;
	}
	.form-title-wrap {
		padding: 10px 15px;
	}
	.form-title {
		font-size: 19px;
		line-height: 35px;
	}
	.form-25 .gform_wrapper.gravity-theme .gfield input.large, .form-25 .gform_wrapper.gravity-theme .gfield select.large {
		height: 44px;
	}
	.form-25 .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 10px;
	}
	.facts-wrap {
		flex-direction: column;
	}
	.facts-wrap {
		padding: 30px 35px;
	}
	.fact-holder:not(:last-of-type) {
		border-bottom: 1px solid #6995DB;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 22px;
		margin-bottom: 20px;
	}
	.fact-holder {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.fact-number {
		font-size: 50px;
	}
	.fact-text {
		font-size: 15px;
		line-height: 25px;
	}
	#mt-images {
		padding: 70px 0 80px;
	}
	.tf-top-image {
		width: 34%;
	}
	.tf-left-image {
		width: 31%;
	}
	.tf-bottom-image {
		width: 16%;
		bottom: 25px;
	}
	.all-crm_top-icon {
		width: 90px;
		height: 90px;
		top: -30px;
	}
	#mt-all-crm {
		padding-top: 100px;
	}
	.mobile-numbers-wrap {
		display: flex;
		width: 100%;
		justify-content: space-evenly;
	}
	.all-title-wrap {
		max-width: unset;
		margin-bottom: 30px;
	}
	.all-crm-switcher_holder {
		flex-direction: column;
	}
	.all-crm-left {
		width: auto;
		flex-direction: row;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		white-space: nowrap;
		padding-bottom: 15px;
		position: relative;
	}
	.all-crm-switcher-item {
		align-items: center;
		padding: 10px 0;
		flex-shrink: 0;
		position: relative;
		max-width: 300px;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.all_title-text {
		width: 100%;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		padding-right: 15px;
	}
	.all_title-text h3 {
		max-width: 100%;
		white-space: normal;
	}
	.all-crm-content {
		font-size: 14px;
		line-height: 24px;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: break-word;
		display: block;
	}
	.active-line {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 3px;
		width: 0;
		background-color: var(--main);
		transition: left 0.4s ease-in-out, width 0.4s ease-in-out;
	}
	.all-crm-right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.all-crm-switcher-item .all-number {
		display: none;
	}
	.all-number {
		margin: 0;
	}
	.mobile-numbers-wrap p.all-number.active{
		color: var(--main);
	}
	#tf-banner {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.banner-text-wrap-tf {
		text-align: center;
		flex-direction: column;
	}
	.banner-title-tf {
		margin: 0;
	}
	#mt-teams {
		padding: 70px 0;
	}
	.step-tf_text h3 {
		font-size: 20px;
	}
	.step-tf_text p {
		font-size: 16px;
		line-height: 26px;
	}
	.step-number {
		width: 60px;
		height: 60px;
	}
	.step-tf_text {
		width: calc(100% - 80px);
	}
	.teams-title_wrap {
		max-width: unset;
		margin-bottom: 50px;
	}
	.teams-titles {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		border-bottom: none;
	}
	.teams-titles::-webkit-scrollbar,
	.all-crm-left::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.section-title {
		min-width: 187px;
		border-bottom: 1.62px solid #CFD5DE;
	}
	.section-title.active {
		border-bottom: 2px solid var(--main);
	}
	.underline {
		display: none;
	}
	.teams-inner-inner {
		padding: 30px;
		flex-direction: column;
	}
	.teams-text-wrap {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.teams-text-wrap, .teams-img-wrap {
		width: 100%;
	}
	.teams-text-wrap h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#tf-testimonials {
		padding: 80px 0;
	}
	.tf-testimonials_title-wrap, .tf-testimonials_repeater {
		width: 100%;
	}
	.tf-testimonials_title-wrap {
		margin-bottom: 30px;
	}
	.tf-testimonials_title-wrap .lp25-title {
		margin-bottom: 20px;
	}
	.testimonials-subtitle {
		margin-bottom: 25px;
	}
	.half-section-wrap,
	.half-section-wrap:nth-child(even) {
		flex-direction: column;
	}
	.half-section-tf {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.half-section_img-wrap-inner {
		min-height: 300px;
	}
	.half-section-content p {
		margin-bottom: 20px;
	}
	.half-section-content {
		font-weight: 300;
	}
	.tf-plans_title-wrap {
		margin-bottom: 35px;
	}
	.tf-plan-wrap:nth-of-type(1) {
		margin-bottom: 65px;
	}
	.tf-plan-wrap:nth-of-type(2) {
		margin-bottom: 30px;
	}
	.book-btn.plans-banner-btn {
		width: 100%;
		max-width: 261px;
	}
	.col-tf-footer-img {
		display: none;
	}
	.col-tf-footer-text {
		padding-right: 0;
		padding-bottom: 15px;
	}
	.book-btn.tf-footer-btn {
		margin: 0 auto 60px;
	}
	#half-sections {
		padding-bottom: 40px;
	}
	.tf-footer-title {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.facts-wrap {
		background-image: url(/wp-content/uploads/2025/02/trsust_seal_banner_section_mobile.jpg);
	}
	.lp25-plans-price {
		font-size: 20px;
		line-height: 32px;
	}
	.tf-footer-text-wrap {
		text-align: center;
	}
	body.page-template-page-landing-25 #wp_access_helper_container button.aicon_link {
		margin-top: 10px;
	}
}