@media (min-width: 640px) {
	.cta-buttons {
		flex-direction: row;
	}
	.footer-bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.cards-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.cards-grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.phone-frame {
		width: 12rem;
	}
	.results-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-grid {
		grid-template-columns: 2fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 0 2rem !important;
	}
	.stats-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.section-dark,
	.section-light {
		padding: 50px 0;
	}
	.split-grid {
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
	}
	.cards-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.card-filler {
		display: flex;
	}
	.before-after-grid {
		grid-template-columns: 1fr 1fr;
	}
	.spa-builder-grid {
		grid-template-columns: 1fr 1fr;
	}
	.mobile-grid {
		grid-template-columns: 1fr 1fr;
	}
	.results-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.cta-section {
		padding: 8rem 0;
	}
}
@media only screen and (max-width: 990px) {
	.card-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	header {
		background-color: transparent !important;
	}
	.mobile-mnu {
		display: block;
	}
	header .header-wrapper {
		display: none;
	}
	.scrolltop {
		width: 25px;
		height: 25px;
		padding: 6px;
		bottom: 20px;
		left: 5px;
	}
	.hero-stat-card {
		padding: 1rem;
	}
	.hero-stat-number {
		font-size: 2.1rem;
	}
	.summary-step {
		max-width: 25%;
	}
	.cs-hero__tag {
		font-size: 12px;
	}
}
@media only screen and (max-width: 570px) {
	.card-grid-3 {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 550px) {
	.container {
		padding-left: 1.4rem !important;
		padding-right: 1.4rem !important;
	}
	.cs-integrations {
		padding-left: 1.4rem !important;
		padding-right: 1.4rem !important;
	}
	.hero {
		padding-top: 80px;
		min-height: auto;
		padding-bottom: 2rem;
	}
	.hero-content {
		padding-bottom: 0;
	}
	.stats-label,
	.section-label,
	.section-label-blue {
		display: block;
		margin-bottom: 1.5rem;
	}
	.hero-label-row .section-label {
		display: inline;
		margin-bottom: 0;
	}
	.section-light,
	.cs-integrations,
	.section-dark,
	.cta-section {
		padding: 2rem 0;
	}
	.cs-integrations__label {
		margin-bottom: 1.5rem;
	}
	.phone-wrap.raised {
		margin-bottom: 0;
	}
	.phones-row {
		align-items: center;
		flex-direction: column;
	}
	.phone-wrap {
		width: 65%;
	}
	.phone-frame {
		width: 100%;
	}
	.testimonial-toggle {
		display: inline-block;
	}
	.testimonial-text {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: 0.3s ease;
	}
	.toggle-checkbox:checked ~ .testimonial-text {
		-webkit-line-clamp: unset;
		max-height: none;
	}
	.toggle-checkbox:not(:checked) ~ .testimonial-toggle::after {
		content: "Read more";
		color: var(--vc-blue);
	}
	.toggle-checkbox:checked ~ .testimonial-toggle::after {
		content: "Hide text";
		color: var(--vc-blue);
	}
	.stat-number {
		font-size: 30px;
	}
	.stat-card {
		padding: 1rem;
	}
	.stat-label {
		min-height: 2.5rem;
		margin-bottom: 0rem;
	}
	.card-grid-3.owl-carousel {
		background: #0f2030;
	}
	.owl-dots {
		text-align: center;
		padding-bottom: 5px;
	}
	.owl-dot {
		width: 10px !important;
		height: 10px !important;
		background: rgba(14, 13, 13, 0.08) !important;
		border-radius: 50%;
		display: inline-block;
		margin: 0 5px;
		transition: background 0.3s;
	}
	.card-grid-3.owl-carousel {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.card-grid-3.owl-carousel .owl-dot {
		background: var(--vc-off-white) !important;
	}
	.card-grid-3.owl-carousel .owl-dot.active {
		background: var(--vc-blue) !important;
	}
	.problem-card {
		border-radius: 0;
		border: none;
		opacity: 1 !important;
		transform: translateY(0) !important;
	}
	.problem-card:hover {
		border: none;
	}
	.results-highlight-panel {
		border-radius: 0;
		border: none;
		opacity: 1 !important;
		transform: translateY(0) !important;
	}
	.phone-wrap {
		width: 100%;
		padding-top: 1.5rem;
	}
	.mobile-grid {
		display: block;
	}
	.mobile-caption {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
	.phone-frame {
		box-shadow: none;
	}
	.phones-row.owl-carousel .owl-dot {
		background: rgba(14, 13, 13, 0.08) !important;
	}
	.phones-row.owl-carousel .owl-dot.active {
		background: var(--vc-blue) !important;
	}
	.cta-buttons a {
		width: 100%;
		justify-content: center;
	}
	.before-after-grid {
		display: block;
	}
	.mockup-wrap {
		margin-bottom: 1.5rem;
	}
	.ba-list {
		background: #0f2030;
		border-radius: 1rem;
		padding: 0.7rem;
	}
	.ba-list li {
		border: none;
		background: transparent;
		border-radius: 0;
	}
	.ba-list.owl-carousel .owl-dot {
		background: var(--vc-off-white) !important;
	}
	.ba-list.owl-carousel .owl-dot.active {
		background: var(--vc-blue) !important;
	}
	.tab-btn {
		padding: 0.5rem;
	}
}
@media only screen and (max-width: 425px) {
	.hero-stat-row {
		gap: 0.8rem;
	}
}
@media only screen and (max-width: 360px) {
	.hero-stat-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.hero-stat-divider {
		width: 80%;
		height: 1px;
	}
	.hero-stat-label {
		width: 100%;
		text-align: center;
	}
	.hero-stat-desc {
		width: 100%;
		text-align: center;
	}
	.hero-label-row {
		align-items: center;
	}
	.summary-icon-wrap {
		width: 1.8rem;
		height: 1.8rem;
	}
}
