body {
  	margin: 0;
	padding: 0;
	overflow-x: clip;
	font-family: var(--font-manrope);
}

/* Prevent body scroll when menu is open */
body.menu-open {
	overflow: hidden;
}


:root {
  	
  	/* Common Style Variables */
  	
  	/* Color */
  	--color-aliceblue-100: #eff6ff;
  	--color-aliceblue-200: rgba(243, 248, 255, 0.42);
  	--color-aquamarine: #c3ffd9;
  	--color-darkgray-100: #a4a4a4;
  	--color-darkgray-200: #99a1af;
  	--color-darkslategray-100: #475569;
  	--color-darkslategray-200: #364153;
  	--color-dimgray-100: #6a6a6a;
  	--color-dimgray-200: #4a5565;
  	--color-dodgerblue: #4285f4;
  	--color-gainsboro: #e5e7eb;
  	--color-gray-100: #20293c;
  	--color-gray-200: #101828;
  	--color-gray-300: #0f172a;
  	--color-gray-400: rgba(255, 255, 255, 0.05);
  	--color-honeydew: #ebfff3;
  	--color-lavender-100: #dbeafe;
  	--color-lavender-200: #cee1fa;
  	--color-lavenderblush: #fff2f2;
  	--color-mediumslateblue: #155dfc;
  	--color-mediumspringgreen: #22c55e;
  	--color-pink: #ffc0c0;
  	--color-white: #fff;
  	--color-whitesmoke-100: #f3f4f6;
  	--color-whitesmoke-200: #f2f2f2;
  	
  	/* Gap */
  	--gap-4: 4px;
  	--gap-8: 8px;
  	--gap-10: 10px;
  	--gap-12: 12px;
  	--gap-14: 14px;
  	--gap-16: 16px;
  	--gap-18: 18px;
  	--gap-20: 20px;
  	--gap-24: 24px;
  	--gap-30: 30px;
  	--gap-32: 32px;
  	--gap-40: 40px;
  	--gap-48: 48px;
  	
  	/* Padding */
  	--padding-0: 0px;
  	--padding-12: 12px;
  	--padding-16: 16px;
  	--padding-19: 19px;
  	--padding-20: 20px;
  	--padding-24: 24px;
  	--padding-30: 30px;
  	--padding-32: 32px;
  	--padding-40: 40px;
  	--padding-60: 60px;
  	--padding-100: 100px;
  	--padding-320: 320px;
  	
  	/* BorderRadius */
  	--br-0: 0px;
  	--br-8: 8px;
  	--br-10: 10px;
  	--br-12: 12px;
  	--br-14: 14px;
  	--br-16: 16px;
  	--br-50: 50%;
  	--br-33554400: 33554400px;
  	
  	/* Font */
  	--font-inter: Inter;
  	--font-jetbrains-mono: JetBrains Mono;
  	--font-manrope: Manrope;
  	--font-metropolis: Metropolis;
  	--font-plus-jakarta-sans: Plus Jakarta Sans;
  	--font-urbanist: Urbanist;
  	
  	/* FontSize */
  	--fs-12: 12px;
  	--fs-14: 14px;
  	--fs-15: 15px;
  	--fs-16: 16px;
  	--fs-17: 17px;
  	--fs-18: 18px;
  	--fs-20: 20px;
  	--fs-24: 24px;
  	--fs-28: 28px;
  	--fs-36: 36px;
  	
  	/* Borders */
  	--border-1: 1px solid var(--color-gray-200);
  	--border-2: 1px solid var(--color-dimgray-200);
  	
  	/* Shadows */
  	--shadow-drop: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  	--shadow-drop-1: -8px -4px 32px rgba(0, 0, 0, 0.08), 40px 28px 80px rgba(0, 0, 0, 0.08);
  	--shadow-drop-2: 4px 4px 11.9px -3px rgba(0, 0, 0, 0.25);
  	--shadow-drop-3: -15px 16px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  	--shadow-drop-4: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  	--shadow-drop-5: -4px -4px 11.9px -3px rgba(0, 0, 0, 0.25);
  	--shadow-drop-6: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  	
  	/* Gradients */
  	--gradient-1: linear-gradient(180deg, var(--color-white), var(--color-aliceblue-100));
  	--gradient-2: linear-gradient(180deg, var(--color-aliceblue-100), var(--color-white)), linear-gradient(var(--color-white), var(--color-white));
  	--gradient-3: linear-gradient(135deg, var(--color-white), #f9fafb);
  	--gradient-4: linear-gradient(260.79deg, var(--color-white), var(--color-aliceblue-100));
  	
  	/* WidthHeights */
  	--height-15: 15px;
  	--height-20: 20px;
  	--height-21: 21px;
  	--height-24: 24px;
  	--height-32: 32px;
  	--height-36: 36px;
  	--height-48: 48px;
  	--height-56: 56px;
  	--height-11_7: 11.7px;
  	--height-15_9: 15.9px;
  	--height-16_7: 16.7px;
  	--height-25_2: 25.2px;
  	--width-15: 15px;
  	--width-16: 16px;
  	--width-20: 20px;
  	--width-21: 21px;
  	--width-36: 36px;
  	--width-40: 40px;
  	--width-48: 48px;
  	--width-56: 56px;
  	--width-80: 80px;
  	--width-100: 100px;
  	--width-197: 197px;
  	--width-400: 400px;
  	--width-1280: 1280px;
  	--width-1920: 1920px;
  	--width-11_7: 11.7px;
  	--width-16_7: 16.7px;
  	
  	/* LineHeights */
  	--lh-18: 18px;
  	--lh-20: 20px;
  	--lh-24: 24px;
  	--lh-27: 27px;
  	--lh-28: 28px;
  	--lh-32: 32px;
  	--lh-40: 40px;
  	
  	
  	--left-0: 0px;
  	--left-32: 32px;
  	--left-33_6: 33.6px;
  	--top-0: 0px;
  	--top-2: 2px;
  	--top-10: 10px;
  	--top-20: 20px;
  	--top-72: 72px;
  	--top--2: -2px;
  	--top--1_95: -1.95px;
  	--top-2_1: 2.1px;
  	
}


.repopilot-index133 {
  	width: 100%;
  	position: relative;
  	background-color: var(--color-white);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	isolation: isolate;
  	text-align: center;
  	font-size: var(--fs-36);
  	color: var(--color-gray-200);
  	font-family: var(--font-manrope);
}
.statsbar {
  	width: var(--width-1280);
  	margin: 0 !important;
  	position: absolute;
  	top: 1003px;
  	left: 320px;
  	border-radius: var(--br-12);
  	background: linear-gradient(115.11deg, #282696, #2855ca);
  	display: none;
  	align-items: center;
  	justify-content: space-between;
  	padding: var(--padding-24) var(--padding-0);
  	box-sizing: border-box;
  	gap: var(--gap-16);
  	z-index: 15;
  	color: var(--color-white);
}
.container {
  	width: 308px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: var(--gap-20);
}
.container-icon {
  	width: var(--width-48);
  	height: var(--height-48);
  	border-radius: var(--br-10);
}
.m-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-8);
}
.m {
  	position: relative;
  	line-height: 100%;
}
.reviews-managed {
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: 100%;
  	color: var(--color-whitesmoke-200);
}
.nav {
  	align-self: stretch;
  	height: 88px;
  	box-shadow: 0px 0.5px 3.4px 0px #0000001F;
  	background-color: var(--color-aliceblue-100);
  	overflow: visible;
  	flex-shrink: 0;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: var(--padding-20) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-20);
  	z-index: 100;
  	font-size: var(--fs-18);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	flex-wrap: nowrap !important;
}

/* Hamburger Menu Styles */
.hamburger-menu {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 25px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 99999999999999;
	transition: all 0.3s ease;
}

.hamburger-line {
	width: 100%;
	height: 3px;
	background-color: var(--color-gray-200);
	border-radius: 10px;
	transition: all 0.3s ease;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}
.repopilot-logo-light-1-wrapper {
  	height: var(--height-48);
  	width: 303px;
  	position: relative;
}
.repopilot-logo-light-1-wrapper a {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	box-shadow: none;
}
.repopilot-logo-light-1-wrapper a:focus,
.repopilot-logo-light-1-wrapper a:focus-visible,
.repopilot-logo-light-1-wrapper a:active {
	outline: none;
	box-shadow: none;
}
.repopilot-logo-light-1-icon {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	outline: none;
  	border: none;
  	/* width: 199px;
  	height: auto;
  	object-fit: contain; */
}

.frame-parent {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-48);
}
.features-parent {
  	display: flex;
  	align-items: center;
  	gap: 20px;
}
.features {
  	position: relative;
  	line-height: var(--lh-24);
}
a.features {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a.features:focus,
a.features:active {
	outline: none;
	box-shadow: none;
}
.nav-link.active-nav {
	color: var(--color-mediumslateblue) !important;
	font-weight: 700;
	position: relative;
}
.nav-link.active-nav::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-mediumslateblue);
    border-radius: 2px;
}
.button-parent {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-20);
  	font-size: var(--fs-16);
}
.button {
  	filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  	border-radius: var(--br-10);
  	border: var(--border-1);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-12) var(--padding-24);
  	gap: var(--gap-10);
}
.login {
  	position: relative;
  	line-height: var(--lh-24);
  	font-weight: 500;
}
.vector-icon {
  	height: var(--height-11_7);
  	width: var(--width-11_7);
  	position: relative;
}
.button2 {
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-12) var(--padding-24);
  	gap: var(--gap-10);
  	color: var(--color-white);
}
.hero {
  	align-self: stretch;
  	background: linear-gradient(180deg, var(--color-aliceblue-100), rgba(239, 246, 255, 0));
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: 120px var(--padding-320);
  	padding-top: 150px;
  	position: relative;
  	isolation: isolate;
  	gap: 120px;
  	z-index: 13;
  	text-align: left;
  	font-size: 64px;
  	font-family: var(--font-urbanist);
}
.vector-icon3 {
  	width: 1300px;
  	
  	position: absolute;
  	margin: 0 !important;
      top: 30%;
    left: -295px;
  	object-fit: contain;
  	z-index: 0;
  	flex-shrink: 0;
  	pointer-events: none;
}
.union-icon {
  	width: 8.75%;
  	height: 19.4%;
  	position: absolute;
  	margin: 0 !important;
  	top: 81%;
  	right: 56.35%;
  	bottom: -0.4%;
  	left: 34.9%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	opacity: 0.02;
  	z-index: 1;
  	flex-shrink: 0;
}
.container-parent {
  	width: var(--width-1280);
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: var(--gap-20);
  	z-index: 2;
  	flex-shrink: 0;
}
.container5 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-48);
}
.heading-1 {
  	width: 541px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-20);
}
.dont-leave-your-customers-unr-wrapper {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}
.dont-leave-your-container {
  	width: 448px;
  	position: relative;
  	line-height: 125%;
  	text-transform: capitalize;
  	display: inline-block;
}
.monitor-respond-and {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-20);
  	line-height: 150%;
  	font-family: var(--font-manrope);
  	color: var(--color-dimgray-200);
}
.container-group {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-20);
  	text-align: center;
  	font-size: var(--fs-18);
  	color: var(--color-white);
  	font-family: var(--font-manrope);
}
.container6 {
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-16);
  	flex-shrink: 0;
}
.button3 {
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) 31px;
  	gap: var(--gap-10);
}
.button4 {
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	border: 1px solid var(--color-gainsboro);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-16) var(--padding-20);
  	gap: var(--gap-10);
  	color: var(--color-gray-200);
}
.vector-icon5 {
  	height: var(--height-15);
  	width: var(--width-11_7);
  	position: relative;
}
.trusted-by-10000 {
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
  	text-align: left;
  	display: none;
  	flex-shrink: 0;
}
.frame-group {
  	height: 560px;
  	width: 679px;
  	position: relative;
  	text-align: center;
  	font-size: var(--fs-16);
  	color: var(--color-dimgray-100);
  	font-family: var(--font-manrope);
}
.frame-container {
  	position: absolute;
  	top: 41.5px;
  	left: 133.52px;
  	box-shadow: var(--shadow-drop-1);
  	border-radius: var(--br-16);
  	background-color: var(--color-white);
  	width: 376px;
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-32);
  	box-sizing: border-box;
  	gap: var(--gap-32);
  	flex-shrink: 0;
}
.google-g-logo-1-icon {
  	width: 62.5px;
  	height: 62.5px;
  	position: relative;
}
.star-parent {
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.star {
  	height: var(--height-21);
  	width: var(--width-21);
  	position: relative;
}
.repopilot-is-amazing-container {
  	align-self: stretch;
  	position: relative;
  	line-height: 150%;
}
.repopilot-is-amazing {
  	font-weight: 500;
}
.from-sophia-jenkins-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-4);
  	font-size: var(--fs-12);
  	font-family: var(--font-plus-jakarta-sans);
}
.from-sophia-jenkins {
  	width: 164px;
  	position: relative;
  	line-height: var(--lh-18);
  	display: inline-block;
}
.see-it-on {
  	position: relative;
  	color: var(--color-dodgerblue);
}
.frame-div {
  	position: absolute;
  	top: 294.63px;
  	left: 415.53px;
  	box-shadow: var(--shadow-drop-1);
  	border-radius: var(--br-16);
  	background-color: var(--color-white);
  	width: 296px;
  	height: 167px;
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-32);
  	box-sizing: border-box;
  	gap: var(--gap-32);
  	flex-shrink: 0;
  	text-align: left;
  	font-size: var(--fs-18);
  	color: var(--color-gray-200);
}
.ellipse-parent {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-8);
}
.frame-child {
  	height: var(--height-36);
  	width: var(--width-36);
  	position: relative;
  	border-radius: var(--br-50);
  	object-fit: cover;
  	display: none;
}
.frame-item {
  	width: var(--width-40);
  	position: relative;
  	max-height: 100%;
}
.repopilot-team {
  	position: relative;
  	font-weight: 600;
}
.thank-you-john {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: 150%;
  	font-weight: 500;
  	font-family: var(--font-metropolis);
  	color: var(--color-dimgray-100);
  	text-align: center;
}
.group-icon {
  	position: absolute;
  	height: 26.52%;
  	width: 24.67%;
  	top: 2.28%;
  	right: 3.93%;
  	bottom: 71.21%;
  	left: 71.4%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	flex-shrink: 0;
}
.review1-1-icon {
  	position: absolute;
  	top: 4px;
  	left: 0px;
  	border-radius: var(--br-8);
  	/* width: 372px;
  	height: 353px; */
  	object-fit: cover;
  	flex-shrink: 0;
}
.review1-2-icon {
  	position: absolute;
  	top: 182px;
  	left: 307.01px;

  	border-radius: var(--br-8);
  	/* width: 372px;
  	height: 378px; */
  	object-fit: cover;
  	flex-shrink: 0;
}


.container7 {
  	position: absolute;
  	top: 0px;
  	left: 254.52px;
  	box-shadow: var(--shadow-drop-3);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-12);
  	gap: var(--gap-8);
  	flex-shrink: 0;
  	color: var(--color-white);
}
.vector-icon6 {
  	height: 19.5px;
  	width: 19.5px;
  	position: relative;
}
.auto-replied {
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
}
.group-child {
  	position: absolute;
  	height: 29.55%;
  	width: 27.88%;
  	top: 68.96%;
  	right: 56.95%;
  	bottom: 3.48%;
  	left: 15.17%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	flex-shrink: 0;
}
/* Hidden on desktop, shown only on mobile */
.mobile-banner-img {
	display: none;
}
.trusted-leaders {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-60) var(--padding-0);
  	gap: var(--gap-40);
  	z-index: 12;
  	text-align: left;
  	font-size: var(--fs-28);
	padding-top: 1px;
}
.group-parent {
    /* width: var(--width-1280); */
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
	z-index: +1;
	position: relative;
}

.group-parent img{
	z-index: 11;
	position: relative;
}
.group-icon2 {
  	/* width: 73.3px; */
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
}
.image-1-icon {
  	/* width: 93px; */
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
  	object-fit: cover;
}
.frame-inner {
  	/* width: 152.2px; */
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
}
.group-icon3 {
  	/* width: 73.3px; */
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
}
.image-2-icon {
  	/* width: 93px; */
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
  	object-fit: cover;
}
.rectangle-parent {
  	width: 100%;
  	height: 828px;
  	position: relative;
  	display: none;
  	z-index: 11;
}
.group-item {
  	position: absolute;
  	top: calc(50% - 414px);
  	left: 0px;
  	background-color: var(--color-aliceblue-100);
  	width: 100%;
  	height: 828px;
}
.mask-group-icon {
  	position: absolute;
  	top: calc(50% - 414px);
  	left: 0px;
  	width: 100%;
  	height: 828px;
  	display: none;
}
.productscreens-wrapper {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	z-index: 10;
  	width: 100%;
}
.productscreens {
  	width: 100%;
  	background: var(--gradient-1);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-40);
	
}
.container8 {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-0) 210px;
  	gap: var(--gap-20);
  	text-align: left;
}
.explore-our-intuitive {
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
  	text-align: center;
}
.container-container {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-40);
  	font-size: var(--fs-16);
  	color: var(--color-darkslategray-200);
  	font-family: var(--font-inter);
}
.container9 {
  	border-radius: var(--br-12);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	gap: 37px;
  	position: relative;
  	z-index: 20;
}
.button5, .button6, .button7, .button8 {
  	cursor: pointer;
  	position: relative;
  	z-index: 5;
}
.button5 {
  	height: var(--height-48);
  	width: 154.8px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-gray-200);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	box-sizing: border-box;
  	gap: var(--gap-8);
  	color: var(--color-white);
}
.vector-icon7 {
  	height: var(--height-15);
  	width: var(--width-15);
  	position: relative;
  	flex-shrink: 0;
}
.dashboard {
  	position: relative;
  	line-height: var(--lh-24);
  	font-weight: 500;
  	flex-shrink: 0;
}
.button6 {
  	height: var(--height-48);
  	width: 228.1px;
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	border: 0.5px solid var(--color-darkslategray-200);
  	box-sizing: border-box;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	gap: var(--gap-8);
}
.button7 {
  	height: var(--height-48);
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	border: 0.5px solid var(--color-darkslategray-200);
  	box-sizing: border-box;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	gap: var(--gap-8);
}
.button8 {
  	height: var(--height-48);
  	width: 162.7px;
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	border: 0.5px solid var(--color-darkslategray-200);
  	box-sizing: border-box;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	gap: var(--gap-8);
}

/* Tab button styles */
.tab-button {
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto;
	position: relative;
	z-index: 10;
}

.tab-button.active {
	background-color: var(--color-gray-200) !important;
	color: var(--color-white) !important;
	box-shadow: var(--shadow-drop);
	border: none !important;
}

.tab-button.active .dashboard,
.tab-button.active .login {
	color: var(--color-white);
}

.tab-button:not(.active) {
	background-color: var(--color-white);
	border: 0.5px solid var(--color-darkslategray-200);
color: #000000;
}

.tab-button2 {
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto;
	position: relative;
	z-index: 10;
}

.tab-button2.active {
	background-color: var(--color-gray-200) !important;
	color: var(--color-white) !important;
	box-shadow: var(--shadow-drop);
	border: none !important;
}

.tab-button2.active .dashboard,
.tab-button2.active .login {
	color: var(--color-white);
}

.tab-button2:not(.active) {
	background-color: var(--color-white);
	border: 0.5px solid var(--color-darkslategray-200);
}
.vector-icon10 {
  	height: var(--height-16_7);
  	width: var(--width-15);
  	position: relative;
}
.button5 img {
    filter: brightness(0);
}
.tab-button.active img {
    filter: brightness(0) invert(1);
}
.dashboard-2-icon {
  	/* width: 1002px; */
  	position: relative;
  	/* box-shadow: 0px 16px 40.3px -5px rgba(0, 0, 0, 0.1), -21px -26px 36.1px -6px rgba(0, 0, 0, 0.1); */
  	border-radius: var(--br-8);
  	max-height: 100%;
  	object-fit: cover;
  	transition: opacity 0.3s ease-in-out;
}
.button9 {
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) 31px;
  	gap: var(--gap-10);
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.problem {
  	width: 100%;
  	background-color: var(--color-white);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-40);
  	z-index: 9;
  	text-align: left;
}
.container-parent2 {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: 0px;
  	flex-shrink: 0;
}
.container10 {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
	text-align: center;
  	justify-content: center;
  	gap: var(--gap-20);
}
.businesses-lose-customers {

  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
  	display: inline-block;
}
.button10 {
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) 31px;
  	gap: var(--gap-10);
  	text-align: center;
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.container-parent3 {
  	width: var(--width-1280);
  	display: none;
  	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap;
  	align-content: center;
  	gap: 60px;
  	flex-shrink: 0;
  	font-size: var(--fs-18);
}
.container11 {
  	width: 600px;
  	border-radius: var(--br-14);
  	background-color: var(--color-aliceblue-200);
  	border: var(--border-1);
  	box-sizing: border-box;
  	overflow: hidden;
  	flex-shrink: 0;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: var(--padding-40);
  	gap: var(--gap-20);
}
.reviews-scattered-everywhere-parent {
  	width: 278px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
}
.reviews-scattered-everywhere {
  	position: relative;
  	line-height: 125%;
  	font-weight: 600;
}
.managing-reviews-across {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
}
.group-icon6 {
  	width: 206.3px;
  	position: relative;
  	max-height: 100%;
}
.container12 {
  	width: 600px;
  	border-radius: var(--br-14);
  	background-color: var(--color-aliceblue-200);
  	border: var(--border-1);
  	box-sizing: border-box;
  	overflow: hidden;
  	flex-shrink: 0;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-40);
  	gap: var(--gap-12);
}
.slow-response-times-parent {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
}
.work-pressure-1-icon {
  	width: 193px;
  	position: relative;
  	max-height: 100%;
}
.negative-reviews-hurt-business-parent {
  	width: 294px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
}
.communication-gap-2-icon {
  	width: 181.5px;
  	position: relative;
  	max-height: 100%;
}
.emotional-burnout-2-icon {
  	width: 207px;
  	position: relative;
  	max-height: 100%;
}
.container-parent4 {
  	align-self: stretch;
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	flex-wrap: wrap;
  	align-content: flex-start;
  	gap: var(--gap-20);
  	flex-shrink: 0;
  	font-size: var(--fs-20);
}
/* Hidden on desktop, shown on mobile via media query */
.problem-slider {
	display: none;
}
.problem-slider-dots {
	display: none;
}
.container15 {
  	flex: 1;
  	border-radius: var(--br-14);
  	background-color: var(--color-aliceblue-100);
  	border: var(--border-1);
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-30);
	justify-content: space-between;
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-30);
	height:-webkit-fill-available ;
}
.reviews-scattered-everywhere-group {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
  	z-index: 0;
  	flex-shrink: 0;
}
.reviews-scattered-everywhere2 {
  	align-self: stretch;
  	position: relative;
  	line-height: 150%;
  	font-weight: 600;
}
.group-icon7 {
  	width: 171.5px;
  	position: relative;
  	max-height: 100%;
  	z-index: 1;
  	flex-shrink: 0;
}
.union-icon2 {
  	width: 22.36%;
  	height: 15.44%;
  	position: absolute;
  	margin: 0 !important;
  	top: 3.92%;
  	right: 5.73%;
  	bottom: 80.64%;
  	left: 71.91%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	/* opacity: 0.04; */
  	z-index: 2;
  	flex-shrink: 0;
}
.work-pressure-1-icon2 {
  	width: 144.8px;
  	position: relative;
  	max-height: 100%;
  	z-index: 1;
  	flex-shrink: 0;
}
.communication-gap-2-icon2 {
  	width: 136.1px;
  	position: relative;
  	max-height: 100%;
  	z-index: 1;
  	flex-shrink: 0;
}
.emotional-burnout-2-icon2 {
  	width: 155.3px;
  	position: relative;
  	max-height: 100%;
  	z-index: 1;
  	flex-shrink: 0;
}
.finalcta {
  	width: 100%;
  	background-color: var(--color-gray-200);
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-60) var(--padding-0);
  	box-sizing: border-box;
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-40);
  	z-index: 8;
  	color: var(--color-aliceblue-100);
	background: var(--dark-main, #101828);

}
.vector-icon13 {
  	height: 583.1px;
  	width: 564.9px;
  	position: absolute;
  	margin: 0 !important;
  	top: -264px;
  	left: -20px;
  	filter: blur(326.7px);
  	object-fit: contain;
  	opacity: 0.66;
  	z-index: 0;
  	flex-shrink: 0;
}
.finalcta-child {
  	height: 347px;
  	width: 347px;
  	position: absolute;
  	margin: 0 !important;
  	top: -229px;
  	left: 1473px;
  	filter: blur(326.7px);
  	border-radius: var(--br-50);
  	background-color: var(--color-mediumslateblue);
  	opacity: 0.66;
  	z-index: 1;
  	flex-shrink: 0;
}
.icon {
  	height: 522px;
  	width: 565px;
  	position: relative;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	object-fit: cover;
  	display: none;
  	z-index: 2;
  	flex-shrink: 0;
}
.frame-parent2 {
  	flex: 2;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	/* padding: var(--padding-0) var(--padding-320); */
  	gap: 100px;
  	z-index: 3;
  	flex-shrink: 0;
}
.ready-to-transform-your-online-parent {
  	/* width: 768px; */
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 15px;
  	flex-shrink: 0;
}
.ready-to-transform {
  	/* align-self: stretch; */
  	position: relative;
  	line-height: 125%;
}
.everything-you-need {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	text-align: left;
}
.join-thousands-of {
  	width: 625px;
  	position: relative;
  	font-size: var(--fs-20);
  	line-height: var(--lh-28);
  	color: var(--color-lavender-100);
  	text-align: left;
  	display: none;
  	flex-shrink: 0;
}
.button11 {
  	box-shadow: var(--shadow-drop-4);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-19) 37px;
  	gap: 9px;
  	flex-shrink: 0;
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.solution {
  	align-self: stretch;
  	background: linear-gradient(180deg, var(--color-aliceblue-100), rgba(239, 246, 255, 0)), linear-gradient(var(--color-aliceblue-100), var(--color-aliceblue-100));
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-100) var(--padding-320);
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-40);
  	z-index: 7;
}
.vector-icon15 {
  	width: 856.4px;
  	height: 699.3px;
  	position: absolute;
  	margin: 0 !important;
  	top: 515px;
  	left: 43px;
  	object-fit: contain;
  	z-index: 0;
  	flex-shrink: 0;
}
.vector-icon16 {
  	width: 839.2px;
  	height: 476.7px;
  	position: absolute;
  	margin: 0 !important;
  	top: -55px;
  	left: 1435px;
  	object-fit: contain;
  	z-index: 1;
  	flex-shrink: 0;
}
.vector-icon17 {
  	width: 324px;
  	height: 299px;
  	position: absolute;
  	margin: 0 !important;
  	top: 40px;
  	left: 40px;
  	display: none;
  	opacity: 0.6;
  	z-index: 2;
  	flex-shrink: 0;
}
.container19 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-20);
  	z-index: 3;
  	flex-shrink: 0;
}
.our-platform-brings {
  	width: 1014px;
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
  	display: inline-block;
}
.group-container {
  	width: 1300px;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: var(--gap-20);
  	z-index: 4;
  	flex-shrink: 0;
  	text-align: left;
  	font-size: var(--fs-15);
  	color: var(--color-darkslategray-100);
  	font-family: var(--font-inter);
}
.dashboard-1-parent {
  	/* height: 466.5px; */
  	width: 700px;
  	position: relative;
}
.dashboard-1-parent img{
	max-width: unset !important;
}
/* .dashboard-1-icon {
  	position: absolute;
  	top: 53.75px;
  	left: 46px;
  	border-radius: var(--br-8);
  	width: 614px;
  	height: 378px;
  	object-fit: cover;
} */
.container20 {
  	position: absolute;
  	top: 0px;
  	left: 470px;
  	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: var(--padding-12);
  	gap: var(--gap-12);
}
.container21 {
  	display: flex;
  	align-items: flex-start;
  	justify-content: flex-end;
  	gap: var(--gap-40);
}
.container22 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-8);
}
.average-rating {
  	position: relative;
  	line-height: var(--lh-20);
  	font-weight: 500;
}
.container23 {
  	display: flex;
  	align-items: center;
  	font-size: var(--fs-24);
  	color: var(--color-gray-300);
  	font-family: var(--font-jetbrains-mono);
}
.div {
  	position: relative;
  	line-height: 100%;
  	font-weight: 500;
}
.vector-icon18 {
  	width: var(--width-21);
  	position: relative;
  	max-height: 100%;
}
.container-icon5 {
  	height: 42px;
  	width: 43px;
  	border-radius: var(--br-8);
}
.container25 {
  	align-self: stretch;
  	height: var(--height-20);
  	display: flex;
  	align-items: center;
  	gap: var(--gap-4);
  	font-size: var(--fs-14);
  	color: var(--color-mediumspringgreen);
}
.icon2 {
  	height: 16px;
  	width: var(--width-16);
  	position: relative;
}
.text {
  	height: var(--height-20);
  	width: 30.3px;
  	position: relative;
}
.div2 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	line-height: var(--lh-20);
}
.text2 {
  	height: var(--height-20);
  	width: 103.8px;
  	position: relative;
  	color: var(--color-darkslategray-100);
}
.from-last-month {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	line-height: var(--lh-20);
  	flex-shrink: 0;
}
.container26 {
  	position: absolute;
  	top: 350.5px;
  	left: 0px;
  	box-shadow: 0px -20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: var(--padding-12);
  	gap: var(--gap-20);
}
.vector-icon23 {
  	height: 6.7px;
  	width: 13.3px;
  	position: relative;
}
.hrs-parent {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-4);
}
.hrs2 {
  	position: relative;
  	line-height: var(--lh-20);
}
.improvement {
  	position: relative;
  	line-height: var(--lh-20);
  	color: var(--color-darkslategray-100);
}
.container31 {
  	width: 505px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	font-size: var(--fs-18);
  	color: var(--color-gray-200);
  	font-family: var(--font-manrope);
  	max-height: 520px;
  	overflow-y: auto;
  	scroll-behavior: smooth;
  	scrollbar-width: none;
  	-ms-overflow-style: none;
}

.container31::-webkit-scrollbar {
	display: none;
}
.container32 {
  	align-self: stretch;
  	border-radius: var(--br-12);
  	background-color: transparent;
  	border: 1px solid transparent;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-40) var(--padding-20);
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-24);
}
.x36-6-dashboard-icon {
  	width: var(--width-56);
  	position: relative;
  	max-height: 100%;
  	z-index: 0;
  	flex-shrink: 0;
}
.centralized-dashboard-parent {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-14);
  	z-index: 1;
  	flex-shrink: 0;
}
.centralized-dashboard {
  	align-self: stretch;
  	position: relative;
  	line-height: var(--lh-28);
  	font-weight: 600;
}
.union-icon6 {
  	height: 55.88%;
  	width: 20.38%;
  	position: absolute;
  	margin: 0 !important;
  	top: 17.65%;
  	right: 9.52%;
  	bottom: 26.47%;
  	left: 70.1%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	/* opacity: 0.06; */
  	z-index: 2;
  	flex-shrink: 0;
}
.container33 {
  	align-self: stretch;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-40) var(--padding-20);
  	gap: var(--gap-24);
	background-color: transparent;
	border: 1px solid transparent;
	position: relative;
	isolation: isolate;
}

/* Feature box styles */
.feature-box {
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: var(--br-12);
	background-color: transparent;
	border: 1px solid transparent;
}

.feature-box:hover {
	/* transform: translateY(-5px); */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.feature-box.active {
	background-color: var(--color-white) !important;
	border: var(--border-1) !important;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Show full opacity for active box content */
.feature-box.active .centralized-dashboard-parent,
.feature-box.active .ai-powered-responses-parent,
.feature-box.active .actionable-analytics-parent,
.feature-box.active .x36-6-dashboard-icon,
.feature-box.active .container-child {
	opacity: 1;
}



/* Hide content in inactive boxes */
.feature-box:not(.active) .centralized-dashboard-parent,
.feature-box:not(.active) .ai-powered-responses-parent,
.feature-box:not(.active) .actionable-analytics-parent {
	opacity: 1;
}

.feature-box:not(.active) .x36-6-dashboard-icon,
.feature-box:not(.active) .container-child {
	opacity: 1;
}

/* Hide union icon in inactive boxes */
.feature-box:not(.active) .union-icon6 {
	display: none;
}

.dashboard-1-icon {
	transition: opacity 0.3s ease-in-out;
}

/* Ensure container33 has no background */
.container33 {
	background-color: transparent !important;
}
.ai-powered-responses-parent {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-14);
}
.container-child {
  	width: var(--width-56);
  	position: relative;
  	max-height: 100%;
}
.actionable-analytics-parent {
  	align-self: stretch;
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-14);
}
.button12 {
  	width: 270px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-20) var(--padding-40);
  	box-sizing: border-box;
  	gap: var(--gap-10);
  	z-index: 5;
  	flex-shrink: 0;
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.features2 {
  	align-self: stretch;
  	background-color: var(--color-white);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-100) var(--padding-320);
  	gap: var(--gap-40);
  	z-index: 6;
  	text-align: left;
  	font-size: var(--fs-18);
}
.replied-vs-unreplied-reviews-i-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: var(--gap-20);
  	font-size: var(--fs-36);
}
.replied-vs-unreplied {
  	position: relative;
  	line-height: 125%;
}
.group {
  	align-self: stretch;
  	display: flex;
  	align-items: flex-start;
}
.div3 {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}
.factors {
  	align-self: stretch;
  	border-radius: var(--br-12) var(--br-0) var(--br-0) var(--br-0);
  	background-color: var(--color-lavender-200);
  	border: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) var(--padding-20);
  	gap: var(--gap-12);
  	font-size: var(--fs-20);
}
.svg-colored-icon {
  	height: 31.8px;
  	width: 31.8px;
  	position: relative;
  	flex-shrink: 0;
}
.factor {
  	position: relative;
  	line-height: 100%;
  	font-weight: 600;
}
.factors2 {
  	align-self: stretch;
  	background-color: var(--color-aliceblue-100);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	border-left: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-20);
}
.factors8 {
  	align-self: stretch;
  	border-radius: var(--br-0) var(--br-0) var(--br-0) var(--br-12);
  	background-color: var(--color-aliceblue-100);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	border-left: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-20);
}
.factors9 {
  	align-self: stretch;
  	background-color: var(--color-aquamarine);
  	border-top: var(--border-2);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) var(--padding-20);
  	gap: var(--gap-12);
  	font-size: var(--fs-20);
}
.group-icon9 {
  	width: 34.1px;
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
}
.factors10 {
  	align-self: stretch;
  	background-color: var(--color-honeydew);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-20);
}
.builds-trust {
  	position: relative;
  	line-height: 125%;
  	font-weight: 500;
}
.factors17 {
  	align-self: stretch;
  	border-radius: var(--br-0) var(--br-12) var(--br-0) var(--br-0);
  	background-color: var(--color-pink);
  	border-top: var(--border-2);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) var(--padding-20);
  	gap: var(--gap-12);
  	font-size: var(--fs-20);
}
.group-icon10 {
  	width: 43px;
  	position: relative;
  	max-height: 100%;
  	flex-shrink: 0;
}
.factors18 {
  	align-self: stretch;
  	background-color: var(--color-lavenderblush);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-20);
}
.factors24 {
  	align-self: stretch;
  	border-radius: var(--br-0) var(--br-0) var(--br-12) var(--br-0);
  	background-color: var(--color-lavenderblush);
  	border-right: var(--border-2);
  	border-bottom: var(--border-2);
  	overflow-x: auto;
  	display: flex;
  	align-items: flex-start;
  	padding: var(--padding-20);
}
.button13 {
  	width: 270px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-20) var(--padding-40);
  	box-sizing: border-box;
  	gap: var(--gap-10);
  	text-align: center;
  	color: var(--color-white);
}
.productscreens2 {
  	width: 100%;
  	background: var(--gradient-2);
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-40);
  	z-index: 5;
  	font-family: var(--font-inter);
}
.container35 {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-0) 210px;
  	gap: var(--gap-20);
}
.explore-our-intuitive2 {
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
}
.container-parent5 {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-40);
  	font-size: var(--fs-16);
  	color: var(--color-darkslategray-200);
}
.container36 {
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) 241px;
  	gap: 37px;
}
.button14 {
  	height: var(--height-48);
  	width: 154.8px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	box-sizing: border-box;
  	gap: var(--gap-8);
  	color: var(--color-white);
}
.button15 {
  	height: var(--height-48);
  	width: 228.1px;
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	box-sizing: border-box;
  	gap: var(--gap-8);
}
.button16 {
  	height: var(--height-48);
  	width: 141.2px;
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	box-sizing: border-box;
  	gap: var(--gap-8);
}
.button17 {
  	height: var(--height-48);
  	width: 162.7px;
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-24);
  	box-sizing: border-box;
  	gap: var(--gap-8);
}
.dashboard-2-icon2 {
  	/* width: 1002px; */
  	position: relative;
  	border-radius: var(--br-8);
  	max-height: 100%;
  	object-fit: cover;
  	transition: opacity 0.3s ease-in-out;
}
.button18 {
  	width: 300.7px;
  	height: var(--height-56);
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-16) 31px;
  	box-sizing: border-box;
}
.union-parent {
  	align-self: stretch;
  	background: linear-gradient(0deg, var(--color-aliceblue-100), var(--color-white) 0, var(--color-aliceblue-100));
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	position: relative;
  	isolation: isolate;
  	z-index: 4;
  	text-align: left;
  	font-size: var(--fs-18);
}
.union-icon7 {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    margin: 0 !important;
    top: 28%;
    right: 2.59%;
    bottom: 59.23%;
    left: 78.8%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    /* opacity: 0.04; */
    z-index: 0;
}
.features3 {
  	align-self: stretch;
  	display: grid;
  	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap;
  	align-content: center;
  	padding: var(--padding-100) var(--padding-320);
  	gap: 30px;
  	z-index: 1;
			grid-template-columns: repeat(3,1fr);

}
/* Hidden on desktop, shown on mobile */
.features3-slider {
	display: none;
}
.features3-slider-dots {
	display: none;
}
.more-than-review-management-parent {
  	width: var(--width-400);
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-20);
  	font-size: var(--fs-36);
}
.everything-you-need3 {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-dimgray-200);
}
.container37 {
  	width: var(--width-400);
  	border-radius: var(--br-14);
  	background: var(--gradient-3);
  	border: var(--border-1);
  	box-sizing: border-box;
  	overflow: hidden;
  	flex-shrink: 0;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	padding: var(--padding-20);
  	gap: var(--gap-24);
}
.x38-7-local-election-icon {
  	width: var(--width-80);
  	position: relative;
  	max-height: 100%;
}
.heading-3 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
}
.multi-location-management {
  	position: relative;
  	line-height: var(--lh-28);
  	font-weight: 600;
}
.whoitsfor {
  	width: 100%;
  	background-color: var(--color-gray-200);
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-40);
  	z-index: 2;
  	text-align: center;
  	font-size: var(--fs-16);
  	color: var(--color-dimgray-100);
}
.whoitsfor-child {
  	width: 347px;
  	height: 347px;
  	position: absolute;
  	margin: 0 !important;
  	top: -154.51px;
  	left: 1580px;
  	filter: blur(326.7px);
  	border-radius: var(--br-50);
  	background-color: var(--color-mediumslateblue);
  	opacity: 0.42;
  	z-index: 0;
  	flex-shrink: 0;
}
.vector-icon30 {
  	width: 564.9px;
  	height: 583.1px;
  	position: absolute;
  	margin: 0 !important;
  	top: 129.49px;
  	left: -182px;
  	filter: blur(326.7px);
  	object-fit: contain;
  	opacity: 0.42;
  	z-index: 1;
  	flex-shrink: 0;
}
.built-for-every-industry-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: var(--gap-20);
  	z-index: 2;
  	flex-shrink: 0;
  	font-size: var(--fs-36);
  	color: var(--color-aliceblue-100);
}
.whether-youre-a {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
}
.group-parent2 {
  	align-self: stretch;
  	display: block;
  	z-index: 3;
  	flex-shrink: 0;
}
.group-div {
  	height: 401.7px;
  	width: 482px;
  	position: relative;
  	display: none;
  	flex-shrink: 0;
}
.frame-parent3 {
  	position: absolute;
  	top: 98.94px;
  	left: 102.19px;
  	box-shadow: var(--shadow-drop-1);
  	border-radius: var(--br-16);
  	background-color: var(--color-white);
  	width: 444.2px;
  	height: 388.1px;
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-32);
  	box-sizing: border-box;
  	gap: var(--gap-32);
  	flex-shrink: 0;
}
.frame-parent4 {
  	position: absolute;
  	top: 397.98px;
  	left: 435.35px;
  	box-shadow: var(--shadow-drop-1);
  	border-radius: var(--br-16);
  	background-color: var(--color-white);
  	width: 349.7px;
  	height: 197.3px;
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-32);
  	box-sizing: border-box;
  	gap: var(--gap-32);
  	flex-shrink: 0;
  	text-align: left;
  	font-size: var(--fs-18);
  	color: var(--color-gray-200);
}
.review1-1-icon2 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: var(--br-8);
  	object-fit: cover;
  	flex-shrink: 0;
}
.review1-2-icon2 {
  	position: absolute;
  	top: 145.31px;
  	left: 198.47px;
  	border-radius: var(--br-8);
  	object-fit: cover;
  	flex-shrink: 0;
}
.container42 {
  	position: absolute;
  	top: 72px;
  	left: 275px;
  	box-shadow: var(--shadow-drop-3);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	width: 174.3px;
  	height: 56.7px;
  	display: flex;
  	align-items: center;
  	padding: var(--padding-12);
  	box-sizing: border-box;
  	gap: var(--gap-8);
  	flex-shrink: 0;
  	color: var(--color-white);
}
.container43 {
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	flex-wrap: wrap;
  	/* gap: var(--gap-20); */
  	flex-shrink: 0;
  	text-align: left;
  	color: var(--color-white);
}
.container44 {
  	/* width: 196px; */
  	border-radius: var(--br-14);
  	background-color: var(--color-gray-100);
  	border: var(--border-2);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-30);
  	gap: var(--gap-20);
}
.container-icon7 {
  	width: var(--width-56);
  	height: var(--height-56);
  	border-radius: var(--br-14);
}
.container45 {
  	
  	border-radius: var(--br-14);
  	background-color: var(--color-gray-100);
  	border: var(--border-2);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-30);
  	gap: var(--gap-20);
}
.container-icon9 {
  	width: var(--width-56);
  	height: var(--height-56);
  	border-radius: var(--br-14);
  	flex-shrink: 0;
}
.multi-location-brands {
  	position: relative;
  	line-height: 125%;
  	flex-shrink: 0;
}

.gradient-bg{
	background-image: url(/landing/Images/grbg.jpg) !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.button19 {
  	width: 270px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-20) var(--padding-40);
  	box-sizing: border-box;
  	gap: var(--gap-10);
  	z-index: 4;
  	flex-shrink: 0;
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.group-parent3 {
  	width: var(--width-1280);
  	display: none;
  	align-items: center;
  	justify-content: center;
  	gap: 58px;
  	z-index: 5;
  	flex-shrink: 0;
}
.container51 {
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-20);
  	flex-shrink: 0;
  	text-align: left;
  	color: var(--color-aliceblue-100);
}
.container52 {
  	width: 196px;
  	border-radius: var(--br-14);
  	background-color: var(--color-gray-100);
  	border: var(--border-2);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-30);
  	gap: var(--gap-30);
}
.container53 {
  	width: var(--width-197);
  	border-radius: var(--br-14);
  	background-color: var(--color-gray-100);
  	border: var(--border-2);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-30);
  	gap: var(--gap-30);
}
.whoitsfor2 {
  	width: 100%;
  	background: var(--gradient-1);
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-0) var(--padding-320) var(--padding-100);
  	box-sizing: border-box;
  	gap: var(--gap-40);
  	z-index: 3;
  	text-align: left;
}
.rectangle-group {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: var(--gap-20);
}
.rectangle-div {
  	height: 364px;
  	width: 460px;
  	position: relative;
  	border-radius: var(--br-14);
  	background: var(--gradient-3);
  	border: var(--border-1);
  	box-sizing: border-box;
}
.frame-parent8 {
  	width: 699px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-20);
}
.designed-for-every-industry-b-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-20);
}
.designed-for-every {
  	width: 498px;
  	position: relative;
  	line-height: 125%;
  	display: inline-block;
}
.frame-parent9 {
  	width: 517px;
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
  	gap: var(--gap-20);
  	font-size: var(--fs-20);
}
.frame-parent10 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-10);
}
.restaurants-wrapper {
  	width: 169px;
  	display: flex;
  	align-items: center;
}
.button20 {
  	width: 270px;
  	height: 64px;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-20) var(--padding-40);
  	box-sizing: border-box;
}
.pricing2 {
  	width: 100%;
  	height: 1049px;
  	background: var(--gradient-2);
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-40);
  	z-index: 2;
  	font-size: var(--fs-16);
  	font-family: var(--font-inter);
}
.container58 {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-0) 260px;
  	gap: var(--gap-20);
  	flex-shrink: 0;
  	font-size: var(--fs-36);
}
.simple-transparent-pricing {
  	position: relative;
  	line-height: var(--lh-40);
}
.choose-the-plan {
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: var(--lh-28);
  	color: var(--color-dimgray-200);
}
.container59 {
  	display: flex;
  	align-items: center;
  	gap: 23px;
  	flex-shrink: 0;
  	text-align: left;
}
.container60 {
  	height: 657px;
  	width: 362px;
  	box-shadow: var(--shadow-drop-6);
  	border-radius: var(--br-14);
  	background-color: var(--color-white);
  	border: 2px solid var(--color-gainsboro);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 34px;
  	gap: var(--gap-18);
}
.heading-36 {
  	align-self: stretch;
  	height: var(--height-32);
  	display: flex;
  	align-items: flex-start;
  	font-size: var(--fs-24);
}
.starter {
  	flex: 1;
  	position: relative;
  	line-height: var(--lh-32);
}
.container61 {
  	align-self: stretch;
  	height: 41px;
  	position: relative;
  	font-size: var(--fs-36);
}
.month {
  	position: absolute;
  	top: -7px;
  	left: 0px;
  	flex-shrink: 0;
}
.b2 {
  	line-height: var(--lh-40);
}
.month2 {
  	font-size: var(--fs-16);
  	line-height: var(--lh-24);
  	color: var(--color-dimgray-200);
}
.paragraph {
  	align-self: stretch;
  	height: var(--height-48);
  	position: relative;
  	color: var(--color-dimgray-200);
}
.perfect-for-small {
  	position: absolute;
  	top: -2px;
  	left: 0px;
  	line-height: var(--lh-24);
  	display: inline-block;
  	width: 279px;
  	flex-shrink: 0;
}
.button21 {
  	align-self: stretch;
  	height: var(--height-48);
  	position: relative;
  	border-radius: var(--br-10);
  	background-color: var(--color-whitesmoke-100);
  	text-align: center;
}
.start-free-trial {
  	position: absolute;
  	top: 10px;
  	left: 90.16px;
  	line-height: var(--lh-24);
  	font-weight: 600;
}
.list {
  	align-self: stretch;
  	height: 204px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
  	color: var(--color-darkslategray-200);
}
.list-item {
  	align-self: stretch;
  	height: var(--height-24);
  	position: relative;
}
.icon3 {
  	position: absolute;
  	top: 2px;
  	left: 0px;
  	width: var(--width-20);
  	height: var(--height-20);
}
.text3 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 120.3px;
  	height: var(--height-24);
}
.text4 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 161.2px;
  	height: var(--height-24);
}
.reviews-per-month {
  	position: absolute;
  	top: -2px;
  	left: 0px;
  	line-height: var(--lh-24);
  	flex-shrink: 0;
}
.text5 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 100.2px;
  	height: var(--height-24);
}
.text6 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 97.2px;
  	height: var(--height-24);
}
.text7 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 132.1px;
  	height: var(--height-24);
}
.text8 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 127.5px;
  	height: var(--height-24);
}
.container62 {
  	height: 700px;
  	width: 381px;
  	box-shadow: var(--shadow-drop-4);
  	border-radius: var(--br-14);
  	background: linear-gradient(180deg, var(--color-aliceblue-100), var(--color-white));
  	border: 2px solid var(--color-mediumslateblue);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 34px;
  	gap: var(--gap-16);
  	color: var(--color-white);
}
.container63 {
  	width: 114.5px;
  	height: 29.4px;
  	position: relative;
  	border-radius: var(--br-33554400);
  	background-color: var(--color-mediumslateblue);
  	font-size: var(--fs-14);
}
.most-popular {
  	position: absolute;
  	top: 3.2px;
  	left: 12.6px;
  	line-height: var(--lh-20);
  	font-weight: 600;
}
.heading-37 {
  	align-self: stretch;
  	height: 33.6px;
  	display: flex;
  	align-items: flex-start;
  	font-size: var(--fs-24);
  	color: var(--color-gray-200);
}
.container64 {
  	align-self: stretch;
  	height: 43px;
  	position: relative;
  	font-size: var(--fs-36);
  	color: var(--color-gray-200);
}
.month3 {
  	position: absolute;
  	top: -7.2px;
  	left: 0px;
  	flex-shrink: 0;
}
.paragraph2 {
  	align-self: stretch;
  	height: 50.4px;
  	position: relative;
  	color: var(--color-dimgray-200);
}
.ideal-for-growing {
  	position: absolute;
  	top: -1.95px;
  	left: 0px;
  	line-height: var(--lh-24);
  	display: inline-block;
  	width: 247px;
  	flex-shrink: 0;
}
.button22 {
  	align-self: stretch;
  	height: 50.4px;
  	position: relative;
  	box-shadow: var(--shadow-drop);
  	border-radius: var(--br-10);
  	background-color: var(--color-mediumslateblue);
  	text-align: center;
}
.start-free-trial2 {
  	position: absolute;
  	top: 10.65px;
  	left: 97.93px;
  	line-height: var(--lh-24);
  	font-weight: 600;
}
.list2 {
  	align-self: stretch;
  	height: 289.8px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 12.6px;
  	color: var(--color-darkslategray-200);
}
.list-item7 {
  	align-self: stretch;
  	height: var(--height-25_2);
  	position: relative;
}
.icon9 {
  	position: absolute;
  	top: 2.1px;
  	left: 0px;
  	width: var(--width-21);
  	height: var(--height-21);
}
.text9 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 135.3px;
  	height: var(--height-25_2);
}
.text10 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 131.5px;
  	height: var(--height-25_2);
}
.unlimited-reviews {
  	position: absolute;
  	top: -1.95px;
  	left: 0px;
  	line-height: var(--lh-24);
  	flex-shrink: 0;
}
.text11 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 165.8px;
  	height: var(--height-25_2);
}
.text12 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 141.3px;
  	height: var(--height-25_2);
}
.text13 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 115.3px;
  	height: var(--height-25_2);
}
.text14 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 141.7px;
  	height: var(--height-25_2);
}
.text15 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 137.2px;
  	height: var(--height-25_2);
}
.text16 {
  	position: absolute;
  	top: 0px;
  	left: 33.6px;
  	width: 131px;
  	height: var(--height-25_2);
}
.container65 {
  	width: 362.7px;
  	box-shadow: var(--shadow-drop-6);
  	border-radius: var(--br-14);
  	background-color: var(--color-white);
  	border: 2px solid var(--color-gainsboro);
  	box-sizing: border-box;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 34px;
  	gap: var(--gap-18);
}
.complete-solution-for {
  	position: absolute;
  	top: -2px;
  	left: 0px;
  	line-height: var(--lh-24);
  	display: inline-block;
  	width: 267px;
  	flex-shrink: 0;
}
.contact-sales {
  	position: absolute;
  	top: 10px;
  	left: 93.67px;
  	line-height: var(--lh-24);
  	font-weight: 600;
}
.list3 {
  	align-self: stretch;
  	height: 348px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
  	color: var(--color-darkslategray-200);
}
.text17 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 136.3px;
  	height: var(--height-24);
}
.text18 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 125.2px;
  	height: var(--height-24);
}
.text19 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 157.9px;
  	height: var(--height-24);
}
.text20 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 134.6px;
  	height: var(--height-24);
}
.text21 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 198.7px;
  	height: var(--height-24);
}
.text22 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 139.4px;
  	height: var(--height-24);
}
.text23 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 72.8px;
  	height: var(--height-24);
}
.text24 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 143.1px;
  	height: var(--height-24);
}
.text25 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 134.4px;
  	height: var(--height-24);
}
.text26 {
  	position: absolute;
  	top: 0px;
  	left: 32px;
  	width: 146.3px;
  	height: var(--height-24);
}
.all-plans-include {
  	position: relative;
  	line-height: var(--lh-24);
  	color: var(--color-dimgray-200);
  	flex-shrink: 0;
}
.testimonials-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	z-index: 1;
}
.testimonials {
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-100) var(--padding-320);
  	box-sizing: border-box;
  	gap: var(--gap-40);
  	overflow: hidden;
}
.container67 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: var(--padding-0) 262px;
  	gap: var(--gap-20);
}
.container68 {
  	align-self: stretch;
  	display: flex;
  	/* align-items: flex-start; */
  	gap: var(--gap-20);
  	text-align: left;
  	font-size: var(--fs-20);
}

/* ============================================
   TESTIMONIAL SLIDER
   ============================================ */
.testimonial-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.testimonial-track {
	display: flex;
	gap: 20px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.testimonial-slider .container69 {
	flex-shrink: 0;
	box-sizing: border-box;
	width: auto;
}

/* Arrows - hidden */
.testimonial-arrow {
	display: none;
}

/* Dots */
.testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.testimonial-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: var(--color-gainsboro);
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.testimonial-dot.active {
	background: var(--color-mediumslateblue);
	width: 28px;
	border-radius: 5px;
}

.testimonial-dot:hover:not(.active) {
	background: var(--color-darkgray-200);
}

/* Responsive slider adjustments */
@media screen and (max-width: 600px) {
	.testimonial-dots {
		margin-top: 20px;
	}
}
.container69 {
  	width: 415px;
  	border-radius: var(--br-14);
  	background: var(--gradient-4);
  	border: var(--border-1);
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: var(--padding-24);
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-12);
}
.container70 {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-12);
  	z-index: 0;
  	flex-shrink: 0;
}
.container-icon19 {
  	width: 60px;
  	height: 60px;
  	border-radius: var(--br-33554400);
  	max-height: 100%;
  	object-fit: cover;
}
.container71 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
}
.medical-director-healthfirst {
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: 100%;
  	color: var(--color-dimgray-200);
}
.container72 {
  	align-self: stretch;
  	height: var(--height-20);
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-4);
}
.vector-icon34 {
  	height: var(--height-15_9);
  	width: var(--width-16_7);
  	position: relative;
}
.managing-patient-reviews {
  	align-self: stretch;
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: 150%;
  	color: var(--color-darkslategray-200);
  	z-index: 1;
  	flex-shrink: 0;
}
.vector-icon39 {
  	width: var(--width-40);
  	position: absolute;
  	margin: 0 !important;
  	top: 20px;
  	right: 20.3px;
  	max-height: 100%;
  	z-index: 2;
  	flex-shrink: 0;
}
.container74 {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	gap: var(--gap-12);
  	z-index: 0;
  	flex-shrink: 0;
}
.container-icon20 {
  	width: 60px;
  	height: 60px;
  	border-radius: var(--br-33554400);
  	max-height: 100%;
  	object-fit: cover;
  	flex-shrink: 0;
}
.container75 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
  	flex-shrink: 0;
}
.container76 {
  	width: 334px;
  	height: var(--height-20);
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-4);
}
.vector-icon45 {
  	width: var(--width-40);
  	position: absolute;
  	margin: 0 !important;
  	top: 20px;
  	right: 19.97px;
  	max-height: 100%;
  	z-index: 2;
  	flex-shrink: 0;
}
.vector-icon51 {
  	width: var(--width-40);
  	position: absolute;
  	margin: 0 !important;
  	top: 20px;
  	right: 20.63px;
  	max-height: 100%;
  	z-index: 2;
  	flex-shrink: 0;
}
.container81 {
  	height: 254px;
  	width: 426.7px;
  	position: relative;
  	box-shadow: var(--shadow-drop-6);
  	border-radius: var(--br-14);
  	background-color: var(--color-white);
  	border: 1px solid var(--color-whitesmoke-100);
  	box-sizing: border-box;
  	display: none;
  	font-size: var(--fs-16);
  	color: var(--color-darkslategray-200);
  	font-family: var(--font-inter);
}
.container82 {
  	position: absolute;
  	top: 25px;
  	left: 25px;
  	width: 334px;
  	height: var(--height-20);
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-4);
}
.icon27 {
  	height: var(--height-20);
  	width: var(--width-20);
  	position: relative;
}
.paragraph4 {
  	position: absolute;
  	top: 61px;
  	left: 25px;
  	width: 334px;
  	height: 96px;
}
.i-love-how {
  	position: absolute;
  	top: -2px;
  	left: 0px;
  	line-height: var(--lh-24);
  	display: inline-block;
  	width: 305px;
  	flex-shrink: 0;
}
.container83 {
  	position: absolute;
  	top: 181px;
  	left: 25px;
  	width: 334px;
  	height: var(--height-48);
  	display: flex;
  	align-items: center;
  	gap: var(--gap-12);
  	color: var(--color-gray-200);
}
.container-icon22 {
  	height: var(--height-48);
  	width: var(--width-48);
  	border-radius: var(--br-33554400);
  	object-fit: cover;
}
.container84 {
  	height: 44px;
  	width: 186.3px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}
.emma-thompson {
  	position: absolute;
  	top: -2px;
  	left: 0px;
  	line-height: var(--lh-24);
  	font-weight: 600;
  	flex-shrink: 0;
}
.paragraph6 {
  	align-self: stretch;
  	height: var(--height-20);
  	display: flex;
  	align-items: flex-start;
  	font-size: var(--fs-14);
  	color: var(--color-dimgray-200);
}
.salon-owner-luxe {
  	position: relative;
  	line-height: var(--lh-20);
  	flex-shrink: 0;
}
.finalcta-wrapper {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: var(--padding-0) var(--padding-0) var(--padding-100);
  	text-align: left;
  	font-size: var(--fs-28);
}
.finalcta2 {
  	width: var(--width-1280);
  	border-radius: 20px;
  	background-color: var(--color-aliceblue-100);
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-40) var(--padding-60);
  	box-sizing: border-box;
  	gap: var(--gap-40);
}
.icon32 {
  	height: 522px;
  	width: 565px;
  	position: relative;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	object-fit: cover;
  	display: none;
  	flex-shrink: 0;
}
.union-icon8 {
  	height: 218.2px;
  	width: 236.3px;
  	position: relative;
  	flex-shrink: 0;
}
.frame-parent12 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-24);
  	flex-shrink: 0;
}
.ready-to-transform-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-8);
  	flex-shrink: 0;
}
.your-online-reputation {
  	position: relative;
  	font-size: 40px;
  	line-height: 125%;
  	color: var(--color-mediumslateblue);
}
.join-thousands-of3 {
  	width: 625px;
  	position: relative;
  	font-size: var(--fs-20);
  	line-height: var(--lh-28);
  	color: var(--color-lavender-100);
  	display: none;
  	flex-shrink: 0;
}
.container85 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-20);
  	flex-shrink: 0;
  	text-align: center;
  	font-size: var(--fs-18);
  	color: var(--color-white);
}
.button24 {
  	box-shadow: var(--shadow-drop-4);
  	border-radius: var(--br-10);
  	background-color: var(--color-gray-200);
  	display: flex;
  	align-items: center;
  	padding: var(--padding-19) 37px;
  	gap: var(--gap-24);
}
.container86 {
  	display: flex;
  	align-items: center;
  	gap: var(--gap-24);
  	color: var(--color-mediumslateblue);
}
.container87 {
  	height: var(--height-24);
  	display: flex;
  	align-items: center;
  	gap: var(--gap-8);
}
.vector-icon53 {
  	height: var(--height-16_7);
  	width: var(--width-16_7);
  	position: relative;
}
.trusted-by-100002 {
  	position: relative;
  	font-size: var(--fs-14);
  	line-height: var(--lh-20);
  	color: var(--color-gray-200);
}
.footer {
  	width: 100%;
  	background: #101828, #eff6ff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	padding: var(--padding-60) var(--padding-320) var(--padding-0);
  	box-sizing: border-box;
  	position: relative;
  	isolation: isolate;
  	gap: var(--gap-24);
  	z-index: 0;
  	text-align: left;
  	font-size: 33.06px;
  	color: var(--color-white);
  	font-family: var(--font-metropolis);
	padding-bottom: 40px;
}
.frame-parent13 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: var(--gap-24);
  	z-index: 0;
  	flex-shrink: 0;
}
.frame-parent14 {
  	align-self: stretch;
  	display: flex;
	flex-direction: column;
  	align-items: center;
  	justify-content: space-between;
  	padding: var(--padding-0) var(--padding-0) var(--padding-20);
  	gap: var(--gap-20);
}
/* .union-group {
  	height: 48.8px;
  	width: 202px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 9.4px;
} */
.union-icon9 {
  	height: 48.8px;
  	width: 52.8px;
  	position: relative;
}

.repopilot img {
	filter: invert(0);
	max-width: unset;
}
.repopilot a {
	display: inline-block;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
.repopilot a:focus,
.repopilot a:active {
	outline: none;
	box-shadow: none;
}
.the-complete-solution {
  	/* width: 624px; */
  	position: relative;
  	font-size: var(--fs-16);
  	line-height: var(--lh-24);
  	font-family: var(--font-manrope);
  	color: var(--color-darkgray-100);
  	display: inline-block;
  	flex-shrink: 0;
}
.container90 {
  	height: var(--height-36);
  	width: 215px;
  	display: flex;
  	align-items: flex-start;
  	gap: var(--gap-16);
}
img.link-icon {
    background: #1E2939;
    width: 36px;
    padding: 10px;
    border-radius: 10px;
}
.list-parent {
  	width: var(--width-1280);
  	border-radius: var(--br-12);
  	background-color: var(--color-gray-400);
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
  	padding: var(--padding-20) var(--padding-40);
  	box-sizing: border-box;
  	gap: var(--gap-20);
  	font-size: var(--fs-16);
  	color: var(--color-darkgray-100);
  	font-family: var(--font-manrope);
}
.list4 {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: var(--gap-12);
  	font-size: var(--fs-17);
}
.important-links {
  	position: relative;
  	font-size: var(--fs-18);
  	line-height: var(--lh-27);
  	font-weight: 600;
  	color: var(--color-white);
}
.reach-us-at-parent {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: var(--gap-12);
}
.vector-icon56 {
  	width: var(--width-16);
  	position: relative;
  	max-height: 100%;
}
.container93 {
  	align-self: stretch;
  	height: 69px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: var(--padding-20) var(--padding-0) var(--padding-0);
  	box-sizing: border-box;
  	z-index: 1;
  	flex-shrink: 0;
  	font-size: var(--fs-14);
  	color: var(--color-darkgray-200);
  	font-family: var(--font-inter);
	    flex-direction: column-reverse;
    gap: 25px;
    text-align: center;
    justify-content: center;
}
.vector-icon58 {
  	width: 564.9px;
  	height: 583.1px;
  	position: absolute;
  	margin: 0 !important;
  	top: -18px;
  	left: -120px;
  	filter: blur(326.7px);
  	object-fit: contain;
  	opacity: 0.38;
  	z-index: 2;
  	flex-shrink: 0;
}
.footer-child {
  	width: 347px;
  	height: 347px;
  	position: absolute;
  	margin: 0 !important;
  	top: -170px;
  	left: 1646px;
  	filter: blur(326.7px);
  	border-radius: var(--br-50);
  	background-color: var(--color-mediumslateblue);
  	opacity: 0.38;
  	z-index: 3;
  	flex-shrink: 0;
}




/* ============================================
   BOOTSTRAP INTEGRATION & PERFECT RESPONSIVE
   ============================================ */

/* Override Bootstrap to prevent conflicts */
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

/* Prevent horizontal overflow */
body, html {
	overflow-x: clip;
	width: 100%;
	max-width: 100vw;
}

.repopilot-index133 {
	overflow-x: clip;
	width: 100%;
	max-width: 100vw;
}

/* Ensure all major sections don't overflow */
/* .nav,
.hero,
.trusted-leaders,
.productscreens-wrapper,
.productscreens,
.problem,
.solution,
.features2,
.productscreens2,
.union-parent,
.whoitsfor,
.finalcta,
.footer {
	max-width: 100vw;
	overflow-x: hidden;
	box-sizing: border-box;
} */

/* Center content containers */
.container-parent,
.group-container,
.container-parent4,
.group-parent2 {
	margin-left: auto;
	margin-right: auto;
}

/* Make all sections full width responsive */
/* .productscreens,
.problem,
.productscreens2,
.whoitsfor,
.whoitsfor2,
.pricing2,
.finalcta,
.features2,
.solution,
.union-parent {
	width: 100% !important;
	max-width: 100vw;
	box-sizing: border-box;
} */

/* Responsive images - commented out to avoid conflicts */
/* img {
	max-width: 100%;
	height: auto;
} */

/* ============================================
   DESKTOP LARGE (1920px+)
   ============================================ */
@media screen and (min-width: 1920px) {
	.hero,
	.solution,
	.features3,
	.productscreens2,
	.whoitsfor2,
	.pricing2,
	.trusted-leaders,
	.rectangle-parent,
	.union-parent {
		padding-left: calc((100% - 1280px) / 2);
		padding-right: calc((100% - 1280px) / 2);
		box-sizing: border-box;
	}
}

/* ============================================
   DESKTOP (1400px - 1919px)
   ============================================ */
@media screen and (min-width: 1400px) and (max-width: 1919px) {
	.nav,
	.hero,
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding-left: 60px;
		padding-right:60px;
	}

	/* Force all sections to fit viewport */
	.productscreens,
	.problem,
	.whoitsfor,
	.finalcta,
	.features2,
	.solution,
	.testimonials,
	.testimonials-parent,
	.footer,
	.productscreens2,
	.whoitsfor2,
	.pricing2 {
		width: 100% !important;
		max-width: 100vw;
		box-sizing: border-box;
	}

	.testimonials {
		padding-left: 60px;
		padding-right: 60px;
	}

	.footer {
		padding-left: 60px;
		padding-right: 60px;
	}

	.list-parent {
		width: 100%;
	}

	.finalcta-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding-left: 60px;
		padding-right: 60px;
	}

	.finalcta2 {
		width: 100%;
	}
	
	.container-parent,
	.group-container {
		max-width: 1280px;
	}
	.frame-parent2 {
    gap: 50px;

}
}

/* ============================================
   LAPTOP (1200px - 1399px)
   ============================================ */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.nav,
	.hero,
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding-left: 80px;
		padding-right: 80px;
	}

	/* Force all sections to fit viewport */
	.productscreens,
	.problem,
	.whoitsfor,
	.finalcta,
	.features2,
	.solution,
	.testimonials,
	.testimonials-parent,
	.footer,
	.productscreens2,
	.whoitsfor2,
	.pricing2 {
		width: 100% !important;
		max-width: 100vw;
		box-sizing: border-box;
	}

	.testimonials {
		padding-left: 80px;
		padding-right: 80px;
	}

	.footer {
		padding-left: 80px;
		padding-right: 80px;
	}

	.list-parent {
		width: 100%;
	}

	.finalcta-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding-left: 80px;
		padding-right: 80px;
	}

	.finalcta2 {
		width: 100%;
	}
	
	.hero {
		font-size: 56px;
	}
	
	.dont-leave-your-container {
		font-size: 56px;
	}
	
	.container-parent,
	.group-container {
		max-width: 1140px;
	}
}

/* ============================================
   TABLET LANDSCAPE (992px - 1199px)
   ============================================ */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav {
		padding: 20px 60px;
	}
	
	.hero,
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.hero {
		font-size: 48px;
		padding-top: 80px;
		padding-bottom: 80px;
		gap: 60px;
	}
	
	.dont-leave-your-container {
		font-size: 48px;
		width: 100%;
	}
	
	.monitor-respond-and {
		font-size: 18px;
	}
	
	.container-parent {
		flex-direction: column;
		gap: 50px;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	
	.container5 {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	
	.heading-1 {
		width: 100%;
		align-items: center;
	}
	
	.dont-leave-your-customers-unr-wrapper {
		align-items: center;
	}
	
	.container-group {
		align-items: center;
	}
	
	.container6 {
		justify-content: center;
		gap: 16px;
	}
	
	.button3, .button4 {
		min-width: 200px;
	}
	
	.frame-group {
		width: 100%;
		max-width: 500px;
		height: 420px;
		margin: 0 auto;
		overflow: hidden;
	}

	.review1-1-icon {
		width: 270px !important;
		height: 256px !important;
	}

	.review1-2-icon {
		width: 270px !important;
		height: 275px !important;
		left: 210px !important;
		top: 140px !important;
	}

	.container7 {
		left: 180px !important;
	}

	.group-icon,
	.group-child {
		display: none;
	}
	
	.trusted-leaders {
		padding: 60px;
	}
	
	.m {
		font-size: 24px;
	}
	
	.group-parent {
		justify-content: center;
		gap: 35px;
	}
	
	.group-container {
		flex-direction: column;
		width: 100%;
		max-width: 900px;
		gap: 50px;
		align-items: center;
		margin: 0 auto;
	}
	
	.dashboard-1-parent {
		width: 100%;
		max-width: 750px;
	}
	
	.dashboard-1-icon {
		width: 100%;
		max-width: 750px;
	}
	
	.container31 {
		width: 100%;
		max-width: 750px;
	}
	
	.container32, .container33 {
		padding: 35px 24px;
	}
	
	.container8 {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.container9 {
		flex-wrap: wrap;
		gap: 18px;
		justify-content: center;
	}
	
	.button5, .button6, .button7, .button8 {
		min-width: 150px;
		height: 48px;
	}
	
	.dashboard-2-icon {
		width: 100%;
		max-width: 850px;
	}
	
	/* .button9, .button10, .button11, .button12, .button13, .button19 {
		min-width: 250px;
	} */
	
	.container-parent2 {
		gap: 30px;
	}
	
	.container10 {
		max-width: 700px;
	}
	
	.businesses-lose-customers {
		width: 100%;
		max-width: 700px;
	}
	
	.container-parent4 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		max-width: 900px;
		margin: 0 auto;
	}
	
	.container15 {
		flex: 1 1 calc(50% - 10px);
		min-width: 400px;
		max-width: 440px;
	}
	
	.frame-parent2 {
		padding-left: 60px;
		padding-right: 60px;
		justify-content: center;
	}
	
	.ready-to-transform-your-online-parent {
		width: 100%;
		max-width: 700px;
		text-align: center;
		align-items: center;
	}
	
	.ready-to-transform {
		font-size: 36px;
	}
	
	.everything-you-need {
		text-align: center;
	}
	
	.our-platform-brings {
		width: 100%;
		max-width: 850px;
	}
	
	.replied-vs-unreplied {
		font-size: 30px;
	}
	
	.replied-vs-unreplied-reviews-i-parent {
		max-width: 850px;
	}
	
	.explore-our-intuitive {
		font-size: 17px;
	}
	
	.features3 {
		gap: 24px;
		justify-content: center;
	}
	
	.more-than-review-management-parent {
		width: 100%;
		max-width: 700px;
		/* text-align: center;
		align-items: center; */
	}
	
	.container37 {
		flex: 1 1 calc(50% - 12px);
		min-width: 380px;
		max-width: 440px;
	}
	
	.multi-location-management {
		font-size: 18px;
	}
	
	/* group-parent2 now uses Bootstrap grid */
	
	.container43 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 18px;
		/* max-width: 800px; */
	}
	
	.container44, .container45 {
		flex: 1 1 calc(33.333% - 12px);
		min-width: 180px;
	}
	
	.list-parent {
		gap: 35px;
		padding: 35px 50px;
	}
	
	.container89 {
		gap: 20px;
	}
}

/* Specific fix for 1024px */
@media screen and (min-width: 1020px) and (max-width: 1030px) {
	.hero {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.container-parent {
		max-width: 880px;
	}
	
	.group-container {
		max-width: 880px;
	}
	
	.dashboard-1-parent {
		max-width: 700px;
	}
	
	.container31 {
		max-width: 700px;
	}
	
	.container15 {
		min-width: 380px;
		max-width: 430px;
	}
	
	.container37 {
		min-width: 360px;
		max-width: 430px;
	}
}

/* ============================================
   TABLET PORTRAIT (768px - 991px)
   ============================================ */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.nav {
		padding: 18px 40px;
		height: auto;
		min-height: 70px;
	}
	
	
	
	.features-parent {
		display: none;
	}
	
	.frame-parent {
		width: 100%;
		justify-content: space-between;
	}
	
	.hero {
		padding: 60px 40px;
		font-size: 40px;
		gap: 45px;
	}
	
	.dont-leave-your-container {
		font-size: 40px;
		width: 100%;
	}
	
	.container-parent {
		flex-direction: column;
		width: 100%;
		gap: 35px;
	}
	
	.container5 {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	
	.heading-1 {
		width: 100%;
		align-items: center;
	}
	
	.dont-leave-your-customers-unr-wrapper {
		align-items: center;
	}
	
	.container-group {
		align-items: center;
	}
	
	.container6 {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	
	.button3, .button4 {
		width: 100%;
		max-width: 320px;
	}
	
	.frame-group {
		width: 100%;
		max-width: 550px;
		height: auto;
	}
	
	.trusted-leaders {
		padding: 50px 40px;
	}
	
	.m {
		font-size: 26px;
	}
	
	.group-parent {
		flex-wrap: wrap;
		gap: 28px;
		justify-content: center;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding: 60px 40px;
	}
	
	.container8 {
		padding: 0 40px;
	}
	
	.container9 {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	
	.button5, .button6, .button7, .button8 {
		width: 100%;
		max-width: 450px;
		justify-content: center;
	}
	
	.dashboard-2-icon {
		width: 100%;
		max-width: 650px;
	}
	
	.button9, .button10, .button11, .button12, .button13, .button19 {
		max-width: 320px;
	}
	
	.container-parent2 {
		flex-direction: column;
		gap: 22px;
	}
	
	.businesses-lose-customers {
		width: 100%;
	}
	
	.container-parent4 {
		gap: 16px;
	}
	
	.container15 {
		flex: 1 1 calc(50% - 8px);
		min-width: 280px;
	}
	
	.frame-parent2 {
		padding: 0 40px;
	}
	
	.ready-to-transform-your-online-parent {
		width: 100%;
		max-width: 650px;
	}
	
	.ready-to-transform {
		font-size: 30px;
	}
	
	.group-container {
		flex-direction: column;
		width: 100%;
		gap: 35px;
	}
	
	.dashboard-1-parent {
		width: 100%;
		max-width: 650px;
	}
	
	.container31 {
		width: 100%;
	}
	
	.our-platform-brings {
		width: 100%;
	}
	
	.replied-vs-unreplied {
		font-size: 26px;
	}
	
	.group {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.div3 {
		min-width: 300px;
	}
	
	.features3 {
		gap: 20px;
	}
	
	.more-than-review-management-parent {
		width: 100%;
	}
	
	.container37 {
		flex: 1 1 calc(50% - 10px);
		min-width: 280px;
	}
	
	/* group-parent2 now uses Bootstrap grid */
	
	.container43 {
		flex-wrap: wrap;
		gap: 14px;
		justify-content: center;
	}
	
	.container44, .container45 {
		flex: 1 1 calc(33.333% - 10px);
		min-width: 150px;
	}
	
	.list-parent {
		flex-wrap: wrap;
		gap: 28px;
	}
}

/* ============================================
   MOBILE LANDSCAPE (576px - 767px)
   ============================================ */
@media screen and (min-width: 576px) and (max-width: 767px) {
	.nav {
		padding: 16px 30px;
		height: auto;
	}
	

	
	.features-parent {
		display: none;
	}
	
	.button-parent {
		gap: 10px;
	}
	
	.button, .button2 {
		padding: 10px 18px;
		font-size: 14px;
	}
	
	.hero {
		padding: 50px 30px;
		font-size: 34px;
		gap: 38px;
	}
	
	.dont-leave-your-container {
		font-size: 34px;
		width: 100%;
	}
	
	.monitor-respond-and {
		font-size: 17px;
	}
	
	.container-parent {
		flex-direction: column;
		width: 100%;
		gap: 30px;
	}
	
	.container5 {
		width: 100%;
		align-items: center;
		text-align: center;
		gap: 28px;
	}
	
	.heading-1 {
		width: 100%;
		align-items: center;
	}
	
	.container6 {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		align-items: center;
	}
	
	.button3, .button4 {
		width: 100%;
		max-width: 300px;
	}
	
	.frame-group {
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	
	.trusted-leaders {
		padding: 40px 30px;
		gap: 28px;
	}
	
	.m {
		font-size: 23px;
	}
	
	.group-parent {
		flex-wrap: wrap;
		gap: 22px;
		justify-content: center;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding: 50px 30px;
	}
	
	.container8 {
		padding: 0 30px;
	}
	
	.container9 {
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	
	.button5, .button6, .button7, .button8 {
		width: 100%;
		justify-content: center;
	}
	
	.dashboard-2-icon {
		width: 100%;
	}
	
	.button9, .button10, .button11, .button12, .button13, .button19 {
		width: 100%;
		max-width: 300px;
	}
	
	.container-parent2 {
		flex-direction: column;
		gap: 20px;
	}
	
	.businesses-lose-customers {
		width: 100%;
	}
	
	.container-parent4 {
		flex-direction: column;
		gap: 14px;
	}
	
	.container15 {
		width: 100%;
	}
	
	.frame-parent2 {
		padding: 0 30px;
	}
	
	.ready-to-transform-your-online-parent {
		width: 100%;
	}
	
	.ready-to-transform {
		font-size: 27px;
	}
	
	.group-container {
		flex-direction: column;
		width: 100%;
		gap: 30px;
	}
	
	.dashboard-1-parent {
		width: 100%;
	}
	
	.container31 {
		width: 100%;
	}
	
	.container32, .container33 {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 28px 20px;
	}
	
	.centralized-dashboard-parent,
	.ai-powered-responses-parent,
	.actionable-analytics-parent {
		align-items: center;
	}
	
	.our-platform-brings {
		width: 100%;
	}
	
	.replied-vs-unreplied {
		font-size: 23px;
	}
	
	.group {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.div3 {
		min-width: 280px;
	}
	
	.features3 {
		gap: 16px;
	}
	
	.more-than-review-management-parent {
		width: 100%;
	}
	
	.container37 {
		width: 100%;
	}
	
	.group-parent2 {
		flex-direction: column;
		gap: 28px;
	}
	
	.container43 {
		flex-wrap: wrap;
		gap: 12px;
	}
	
	.container44, .container45 {
		flex: 1 1 calc(50% - 6px);
		min-width: 140px;
	}
	
	.list-parent {
		flex-direction: column;
		gap: 24px;
		padding: 28px 20px;
	}
}

/* ============================================
   MOBILE PORTRAIT (375px - 575px)
   ============================================ */
@media screen and (max-width: 575px) {
	.nav {
		padding: 14px 20px;
		height: auto;
		flex-wrap: wrap;
	}

	
	
	.features-parent {
		display: none;
	}
	
	.frame-parent {
		width: 100%;
		flex-wrap: wrap;
		gap: 14px;
	}
	
	.button-parent {
		width: 100%;
		justify-content: center;
		gap: 8px;
	}
	
	.button, .button2 {
		padding: 8px 14px;
		font-size: 13px;
		flex: 1;
	}
	
	.login {
		font-size: 13px;
	}
	
	.hero {
		padding: 40px 20px;
		font-size: 30px;
		gap: 32px;
	}
	
	.dont-leave-your-container {
		font-size: 30px;
		width: 100%;
	}
	
	.monitor-respond-and {
		font-size: 16px;
	}
	
	.container-parent {
		flex-direction: column;
		width: 100%;
		gap: 28px;
	}
	
	.container5 {
		width: 100%;
		align-items: center;
		text-align: center;
		gap: 26px;
	}
	
	.heading-1 {
		width: 100%;
		align-items: center;
		gap: 14px;
	}
	
	.dont-leave-your-customers-unr-wrapper {
		align-items: center;
	}
	
	.container-group {
		align-items: center;
		width: 100%;
	}
	
	.container6 {
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	
	.button3, .button4 {
		width: 100%;
		max-width: 100%;
		padding: 14px 22px;
		font-size: 16px;
	}
	
	.frame-group {
		width: 100%;
		height: auto;
		transform: scale(0.88);
	}
	
	.trusted-leaders {
		padding: 35px 20px;
		gap: 26px;
	}
	
	.m {
		font-size: 21px;
	}
	
	.group-parent {
		flex-wrap: wrap;
		gap: 18px;
		justify-content: center;
	}
	
	.group-icon2, .image-1-icon, .frame-inner {
		max-width: 75px;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding: 45px 20px;
	}
	
	.container8 {
		padding: 0 20px;
	}
	
	.m {
		font-size: 25px;
	}
	
	.explore-our-intuitive {
		font-size: 15px;
	}
	
	.container9 {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		padding: 0;
	}
	
	.button5, .button6, .button7, .button8 {
		width: 100%;
		height: 46px;
		justify-content: center;
		padding: 0 16px;
	}
	
	.dashboard {
		font-size: 14px;
	}
	
	.dashboard-2-icon {
		width: 100%;
	}
	
	.button9, .button10, .button11, .button12, .button13, .button19 {
		/* width: 100%; */
		max-width: 100%;
		padding: 15px 22px;
		font-size: 16px;
	}
	
	.container-parent2 {
		flex-direction: column;
		gap: 18px;
	}
	
	.container10 {
		gap: 14px;
	}
	
	.businesses-lose-customers {
		width: 100%;
	}
	
	.container-parent4 {
		flex-direction: column;
		gap: 14px;
	}
	
	.container15 {
		width: 100%;
		padding: 24px 18px;
		gap: 22px;
	}
	
	.reviews-scattered-everywhere2 {
		font-size: 18px;
	}
	
	.managing-reviews-across {
		font-size: 14px;
	}
	
	.group-icon7, .work-pressure-1-icon2, .communication-gap-2-icon2, .emotional-burnout-2-icon2 {
		max-width: 115px;
	}
	
	.frame-parent2 {
		padding: 0 20px;
		gap: 18px;
	}
	
	.ready-to-transform-your-online-parent {
		width: 100%;
	}
	
	.ready-to-transform {
		font-size: 25px;
	}
	
	.everything-you-need {
		font-size: 16px;
	}
	
	.container19 {
		gap: 14px;
	}
	
	.our-platform-brings {
		width: 100%;
		font-size: 16px;
	}
	
	.group-container {
		flex-direction: column;
		width: 100%;
		gap: 28px;
	}
	
	.dashboard-1-parent {
		width: 100%;
		height: auto;
	}
	
	.container31 {
		width: 100%;
	}
	
	.container32, .container33 {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 26px 18px;
		gap: 16px;
	}
	
	.centralized-dashboard-parent,
	.ai-powered-responses-parent,
	.actionable-analytics-parent {
		align-items: center;
	}
	
	.centralized-dashboard {
		font-size: 17px;
	}
	
	.x36-6-dashboard-icon,
	.container-child {
		width: 42px;
	}
	
	.replied-vs-unreplied {
		font-size: 21px;
	}
	
	.group {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.div3 {
		min-width: 260px;
	}
	
	.factors, .factors2, .factors8, .factors9, .factors10, .factors17, .factors18, .factors24 {
		padding: 14px 16px;
		font-size: 14px;
	}
	
	.factor {
		font-size: 16px;
	}
	
	.builds-trust {
		font-size: 14px;
	}
	
	.features3 {
		gap: 14px;
	}
	
	.more-than-review-management-parent {
		width: 100%;
		gap: 14px;
	}
	
	.ready-to-transform {
		font-size: 25px;
	}
	
	.everything-you-need3 {
		font-size: 16px;
	}
	
	.container37 {
		width: 100%;
		padding: 18px;
		gap: 16px;
	}
	
	.multi-location-management {
		font-size: 17px;
	}
	
	.x38-7-local-election-icon {
		width: 62px;
	}
	
	.group-parent2 {
		flex-direction: column;
		gap: 28px;
	}
	
	.container43 {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	
	.container44, .container45 {
		width: 100%;
		padding: 22px;
		gap: 14px;
	}
	
	.replied-vs-unreplied {
		font-size: 21px;
	}
	
	.whether-youre-a {
		font-size: 16px;
	}
	
	.list-parent {
		flex-direction: column;
		gap: 22px;
		padding: 24px 16px;
	}
	
	.container89 {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	
	.the-complete-solution {
		width: 100%;
	}
	
	.container90 {
		width: 100%;
		justify-content: flex-start;
	}
	/* .tab-button img {
    display: none;
} */


.problem .button10 {
    display: none;
}
}

/* ============================================
   EXTRA SMALL MOBILE (320px - 374px)
   ============================================ */
@media screen and (max-width: 374px) {
	.hero {
		font-size: 26px;
		padding: 35px 16px;
	}
	
	.dont-leave-your-container {
		font-size: 26px;
	}
	
	.monitor-respond-and {
		font-size: 15px;
	}
	
	.m {
		font-size: 19px;
	}
	
	.ready-to-transform {
		font-size: 23px;
	}
	
	.replied-vs-unreplied {
		font-size: 19px;
	}
	
	.button3, .button4,
	.button9, .button10, .button11, .button12, .button13, .button19 {
		font-size: 15px;
		padding: 13px 18px;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding: 40px 16px;
	}
	
	.container15 {
		padding: 20px 16px;
	}
	
	.container32, .container33 {
		padding: 22px 14px;
	}
	
	.container37 {
		padding: 16px;
	}
	
	.container44, .container45 {
		padding: 20px;
	}
	
}

/* ============================================
   SMOOTH SCROLLING & UTILITIES
   ============================================ */

/* Smooth scrolling for mobile tables */
@media screen and (max-width: 767px) {
	html {
		-webkit-overflow-scrolling: touch;
	}
	
	.group {
		scrollbar-width: thin;
	}
	
	.group::-webkit-scrollbar {
		height: 6px;
	}
	
	.group::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 3px;
	}
}

/* Responsive visibility utilities */
.d-desktop-only {
	display: block;
}

@media screen and (max-width: 991px) {
	.d-desktop-only {
		display: none !important;
	}
}

.d-mobile-only {
	display: none;
}

@media screen and (max-width: 991px) {
	.d-mobile-only {
		display: block !important;
	}
	.container9{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.login {
 
    font-size: 16px;
}
.factor {

    font-size: 15px;
}
.medical-director-healthfirst {

    font-size: 12px;

}
.managing-patient-reviews {

    font-size: 16px;

}
.footer .list-parent {
    display: grid !important;
	gap: 35px;
    grid-template-columns: repeat(3,1fr);
}
}

/* Responsive text sizing */
@media screen and (max-width: 575px) {
	h1, .h1 {
		font-size: 26px;
	}
	
	h2, .h2 {
		font-size: 22px;
	}
	
	h3, .h3 {
		font-size: 19px;
	}
	
	h4, .h4 {
		font-size: 17px;
	}
	
	p {
		font-size: 15px;
	}
	.footer .list-parent {

    grid-template-columns: repeat(2,1fr);
}

}


/* ============================================
   ADDITIONAL FIXES FOR PERFECT ALIGNMENT
   ============================================ */

/* Ensure proper centering at all breakpoints */
@media screen and (min-width: 768px) {
	.container-parent,
	.group-container,
	
	.container-parent4 {
		margin-left: auto;
		margin-right: auto;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.container8,
	.container19,
	.replied-vs-unreplied-reviews-i-parent {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Fix for feature boxes alignment */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container32,
	.container33 {
		min-height: 180px;
		justify-content: flex-start;
	}
	
	.centralized-dashboard-parent,
	.ai-powered-responses-parent,
	.actionable-analytics-parent {
		flex: 1;
	}
	
	.x36-6-dashboard-icon,
	.container-child {
		flex-shrink: 0;
	}
}

/* Improve button spacing */
@media screen and (min-width: 992px) {
	.button9,
	.button10,
	.button11,
	.button12,
	.button13,
	.button19 {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Fix comparison table on tablets */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.group {
		max-width: 100%;
		overflow-x: auto;
	}
	
	
}

/* Ensure images scale properly */
@media screen and (max-width: 1199px) {
	.dashboard-1-icon,
	.dashboard-2-icon,
	.dashboard-2-icon2 {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	
	.review1-1-icon,
	.review1-2-icon,
	.review1-1-icon2,
	.review1-2-icon2 {
		max-width: 100%;
		height: auto;
	}
}

/* Fix footer alignment */
@media screen and (min-width: 768px) {
	.list-parent {
		max-width: 1280px;
		margin: 0 auto;
	}
}

/* Smooth transitions for all responsive changes */
@media screen and (min-width: 768px) {
	.container-parent,
	.group-container,
	.container15,
	.container37,
	.container32,
	.container33 {
		transition: all 0.3s ease;
	}
}


/* ============================================
   HAMBURGER MENU STYLES
   ============================================ */

.hamburger-menu {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 999999999999;
	position: relative;
}

.hamburger-line {
	width: 100%;
	height: 3px;
	background-color: var(--color-gray-200);
	border-radius: 3px;
	transition: all 0.3s ease;
	transform-origin: center;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
	transform: translateY(10.5px) rotate(45deg);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
	opacity: 0;
	transform: translateX(-20px);
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
	transform: translateY(-10.5px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.menu-overlay {
	display: none;
}

/* Mobile Menu Styles */
@media screen and (max-width: 991px) {
	.hamburger-menu {
		display: flex;
		z-index: 9999999999;
		position: relative;
	}
	
	.nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.frame-parent {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background-color: var(--color-white);
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		padding: 80px 30px 30px;
		gap: 30px;
		transition: right 0.3s ease;
		z-index: 9999;
		overflow-y: auto;
	}
	
	.frame-parent.active {
		right: 0;
	}
	
	.features-parent {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}
	
	.features {
		font-size: 15px;
		padding: 12px 0;
		border-bottom: 1px solid #f0f0f0;
		cursor: pointer;
		transition: color 0.3s ease;
	}
	
	.features:hover {
		color: var(--color-mediumslateblue);
	}
	
	.button-parent {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	
	.button,
	.button2 {
		width: 100%;
		justify-content: center;
		padding: 14px 20px;
	}
	
	/* Overlay when menu is open */
	body.menu-open .menu-overlay {
		display: none;
	}
	
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}

/* ============================================
   ENHANCED MOBILE RESPONSIVENESS
   ============================================ */

/* Mobile Portrait - Enhanced (375px - 575px) */
@media screen and (max-width: 575px) {
	/* Navigation */
	.nav {
		padding: 14px 20px;
		justify-content: space-between;
	}
	
	
	/* Hero Section */
	.hero {
		padding: 35px 20px;
		gap: 30px;
	}
	
	.dont-leave-your-container {
		font-size: 28px;
		line-height: 1.2;
	}
	
	.monitor-respond-and {
		font-size: 15px;
		line-height: 1.5;
	}
	
	.container5 {
		gap: 24px;
	}
	
	.heading-1 {
		gap: 14px;
	}
	
	.button3,
	.button4 {
		width: 100%;
		padding: 13px 20px;
		font-size: 15px;
	}
	
	/* Trusted Leaders */
	.trusted-leaders {
		padding: 30px 20px;
	}
	
	.m {
		font-size: 20px;
		line-height: 1.3;
	}
	
	.group-parent {
		gap: 16px;
	}
	
	/* Product Screens */
	.productscreens {
		padding: 40px 20px;
	}
	
	.container8 {
		padding: 0 10px;
	}
	
	.explore-our-intuitive {
		font-size: 14px;
	}
	
	.container9 {
		gap: 10px;
	}
	
	.button5,
	.button6,
	.button7,
	.button8 {
		height: 44px;
		font-size: 13px;
		padding: 0 14px;
	}
	
	.dashboard {
		font-size: 12px;
	}
	.login {
    font-size: 18px;
}
.button8.tab-button .login {
    font-size: 12px;
}
	/* Problem Section */
	.problem {
		padding: 40px 20px;
	}
	
	.container-parent2 {
		gap: 16px;
	}
	
	.container15 {
		padding: 20px 16px;
		gap: 20px;
	}
	
	.reviews-scattered-everywhere2 {
		font-size: 17px;
	}
	
	.managing-reviews-across {
		font-size: 13px;
		line-height: 1.5;
	}
	
	/* Solution Section */
	.solution {
		padding: 40px 20px;
	}
	
	.container19 {
		gap: 14px;
	}
	
	.our-platform-brings {
		font-size: 15px;
	}
	
	.group-container {
		gap: 26px;
	}
	
	.container32,
	.container33 {
		padding: 22px 16px;
		gap: 14px;
	}
	
	.centralized-dashboard {
		font-size: 16px;
	}
	
	.x36-6-dashboard-icon,
	.container-child {
		width: 40px;
		height: 40px;
	}
	
	/* Features Section */
	.features2 {
		padding: 40px 20px;
	}
	
	.replied-vs-unreplied {
		font-size: 20px;
		line-height: 1.3;
	}
	
	.factors,
	.factors2,
	.factors8,
	.factors9,
	.factors10,
	.factors17,
	.factors18,
	.factors24 {
		padding: 12px 14px;
		font-size: 13px;
	}
	
	.factor {
		font-size: 15px;
	}
	
	.builds-trust {
		font-size: 13px;
		line-height: 1.4;
	}
	
	/* More Features */
	.features3 {
		padding: 40px 20px;
		gap: 14px;
	}
	
	.more-than-review-management-parent {
		gap: 14px;
	}
	
	.ready-to-transform {
		font-size: 24px;
		line-height: 1.3;
	}
	
	.everything-you-need3 {
		font-size: 15px;
	}
	
	.container37 {
		padding: 16px;
		gap: 14px;
	}
	
	.multi-location-management {
		font-size: 16px;
	}
	
	.x38-7-local-election-icon {
		width: 56px;
		height: 56px;
	}
	
	/* Who It's For */
	.whoitsfor {
		padding: 40px 20px;
	}
	
	.whether-youre-a {
		font-size: 15px;
	}
	
	.container44,
	.container45 {
		padding: 20px;
		gap: 14px;
	}
	
	/* Final CTA */
	.finalcta {
		padding: 40px 20px;
	}
	
	.frame-parent2 {
		padding: 0 20px;
	}
	
	.ready-to-transform-your-online-parent {
		gap: 12px;
	}
	
	.everything-you-need {
		font-size: 15px;
	}
	
	/* Footer */
	.list-parent {
		padding: 24px 20px;
		gap: 20px;
	}
	
	.container89 {
		gap: 14px;
	}
	
	.the-complete-solution {
		font-size: 14px;
	}
	
	/* Buttons */
	.button9,
	.button10,
	.button11,
	.button12,
	.button13,
	.button19 {
		padding: 14px 20px;
		font-size: 15px;
	}
	.list-parent {
    padding: 30px 16px !important;
}
.frame-parent13 {
    /* flex-direction: column; */
    gap: 10px !important;
}
.builds-trust {
    font-size: 11px;
  
}
.reviews-scattered-everywhere {

    font-size: 12px;
}
div#pricing .row.g-3.container43 {
    padding: 10px;
}
.replied-vs-unreplied {
    font-size: 14px;
}
.your-online-reputation {
    font-size: 20px;
}
}

/* Extra Small Mobile - Enhanced (320px - 374px) */
@media screen and (max-width: 374px) {

	.dont-leave-your-container {
		font-size: 24px;
	}
	
	.monitor-respond-and {
		font-size: 14px;
	}
	
	.m {
		font-size: 18px;
	}
	
	.ready-to-transform {
		font-size: 22px;
	}
	
	.replied-vs-unreplied {
		font-size: 18px;
	}
	
	.button3,
	.button4,
	.button9,
	.button10,
	.button11,
	.button12,
	.button13,
	.button19 {
		font-size: 14px;
		padding: 12px 18px;
	}
	
	.container15 {
		padding: 18px 14px;
	}
	
	.container32,
	.container33 {
		padding: 20px 14px;
	}
	
	.container37 {
		padding: 14px;
	}
	
	.container44,
	.container45 {
		padding: 18px;
	}
}

/* Landscape Mobile Optimization */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.hero {
		padding: 30px 20px;
		gap: 25px;
	}
	
	.dont-leave-your-container {
		font-size: 32px;
	}
	
	.frame-parent {
		height: 100vh;
		padding: 70px 25px 25px;
	}
}

/* Tablet Specific Improvements */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* Better spacing for tablets */
	.container-parent {
		gap: 35px;
	}
	
	.group-container {
		gap: 35px;
	}
	
	.container-parent4 {
		gap: 16px;
	}
	
	/* Optimize card layouts */
	.container15 {
		flex: 1 1 calc(50% - 8px);
		min-width: 300px;
	}
	
	.container37 {
		flex: 1 1 calc(50% - 10px);
		min-width: 300px;
	}
	
	/* Better button sizing */
	.button3,
	.button4 {
		min-width: 180px;
	}
}

/* Print Styles */
@media print {
	.hamburger-menu,
	.nav,
	.button,
	.button2,
	.button3,
	.button4,
	.button9,
	.button10,
	.button11,
	.button12,
	.button13,
	.button19 {
		display: none !important;
	}
	
	body {
		background: white;
	}
	
	.repopilot-index133 {
		width: 100%;
	}
}


/* ============================================
   SMOOTH ANIMATIONS & TRANSITIONS
   ============================================ */

/* Smooth scroll behavior */
html {
	scroll-behavior: smooth;
}

/* Fade in animation for sections */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Add smooth transitions to interactive elements */
.button,
.button2,
.button3,
.button4,
.button9,
.button10,
.button11,
.button12,
.button13,
.button19,
.tab-button,
.tab-button2,
.feature-box {
	transition: all 0.3s ease;
}

.button:hover,
.button2:hover,
.button3:hover,
.button4:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.button9:hover,
.button10:hover,
.button11:hover,
.button12:hover,
.button13:hover,
.button19:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(67, 97, 238, 0.3);
}

/* Smooth image transitions */
img {
	transition: opacity 0.3s ease;
    transition: all 0.3s ease;

}

/* Loading state */
.loading {
	opacity: 0.6;
	pointer-events: none;
}

/* ============================================
   ACCESSIBILITY IMPROVEMENTS
   ============================================ */

/* Focus styles for keyboard navigation */
.button:focus,
.button2:focus,
.button3:focus,
.button4:focus,
.tab-button:focus,
.tab-button2:focus,
.feature-box:focus,
.hamburger-menu:focus {
	outline: none;

}

/* Skip to content link */
.skip-to-content {
	position: absolute;
	top: -40px;
	left: 0;
	background: var(--color-mediumslateblue);
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	z-index: 10000;
}

.skip-to-content:focus {
	top: 0;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

/* GPU acceleration for smooth animations */
.hamburger-menu,
.frame-parent,
.tab-button,
.tab-button2,
.feature-box {
	will-change: transform;
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* Optimize images */
img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

/* ============================================
   FINAL RESPONSIVE POLISH
   ============================================ */

/* Ensure proper spacing on all devices */
@media screen and (min-width: 1920px) {
	.container-parent,
	.group-container {
		max-width: 1280px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1919px) {
	.container-parent,
	.group-container {
		max-width: 1280px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.container-parent,
	.group-container {
		max-width: 1100px;
	}
}

/* Fix any remaining overflow issues */
@media screen and (max-width: 1199px) {
	.vector-icon3 {
    max-width: 120vw;
    left: 24%;
    transform: translateX(-50%);
    top: 25%;
}
}

/* Ensure touch targets are large enough on mobile */
@media screen and (max-width: 767px) {
	.button,
	.button2,
	.button3,
	.button4,
	.features,
	.tab-button,
	.tab-button2 {
	
		border: unset;
        padding: 0;

	}
}

/* Optimize for very small screens */
@media screen and (max-width: 320px) {
	.nav {
		padding: 12px 16px;
	}

	
	.hero {
		padding: 30px 16px;
	}
	
	.dont-leave-your-container {
		font-size: 22px;
	}
	
	.productscreens,
	.problem,
	.solution,
	.features2,
	.whoitsfor,
	.finalcta,
	.features3 {
		padding: 35px 16px;
	}
}

/* Landscape orientation fixes */
@media screen and (max-width: 991px) and (orientation: landscape) {
	.hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.frame-parent {
		padding-top: 60px;
	}
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
	/* Add dark mode styles if needed */
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

/* Text utilities */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* Display utilities */
.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

/* Spacing utilities */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }

.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }

.pt-1 { padding-top: 8px; }
.pt-2 { padding-top: 16px; }
.pt-3 { padding-top: 24px; }
.pt-4 { padding-top: 32px; }

.pb-1 { padding-bottom: 8px; }
.pb-2 { padding-bottom: 16px; }
.pb-3 { padding-bottom: 24px; }
.pb-4 { padding-bottom: 32px; }

/* Width utilities */
.w-100 { width: 100%; }
.w-75 { width: 75%; }
.w-50 { width: 50%; }
.w-25 { width: 25%; }

/* Flex utilities */
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Visibility utilities */
@media screen and (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.show-mobile {
		display: none !important;
	}
}

/* Container utilities */
.container-custom {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.container-custom {
		padding: 0 40px;
	}
}

@media screen and (min-width: 1200px) {
	.container-custom {
		padding: 0 60px;
	}
}


/* ============================================
   BOOTSTRAP GRID INTEGRATION
   ============================================ */

/* Ensure Bootstrap grid works with existing styles */
.problem .container-fluid,
.solution .container-fluid {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.problem .container-fluid,
	.solution .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.problem .container-fluid,
	.solution .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1400px) {
	.problem .container-fluid,
	.solution .container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* Fix container15 to work with Bootstrap columns */
.container15 {
	width: 100%;
	height: 100%;
	/* min-height: 280px; */
}

/* Ensure proper spacing with Bootstrap grid */
.problem .row {
	margin-left: 0;
	margin-right: 0;
}

.solution .row {
	margin-left: 0;
	margin-right: 0;
}

/* Fix dashboard parent in Bootstrap grid */
.dashboard-1-parent {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-1-icon {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Fix container31 in Bootstrap grid */
.container31 {
	width: 100%;
}

/* Responsive adjustments for Bootstrap grid */
@media screen and (max-width: 1199px) {
	.solution .col-lg-6 {
		max-width: 100%;
	}
	
	.dashboard-1-parent {
		max-width: 700px;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 991px) {
	.problem .col-lg-6 {
		max-width: 100%;
	}
	
	.container15 {
		min-height: 240px;
	}
}

@media screen and (max-width: 767px) {
	.problem .col-md-6,
	.solution .col-12 {
		max-width: 100%;
	}
	
	.container15 {
		min-height: auto;
	}
}

/* Industry Cards Bootstrap Grid Integration */
.container-fluid.group-parent2 {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.container-fluid.group-parent2 {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.container-fluid.group-parent2 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1400px) {
	.container-fluid.group-parent2 {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.container-fluid.group-parent2 .row {
	margin-left: 0;
	margin-right: 0;
}

.container-fluid.group-parent2 .row > [class*='col-'] {
	padding-left: 12px;
	padding-right: 12px;
}

/* Industry Cards Grid */
.container43.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	/* margin-left: -12px;
	margin-right: -12px; */
}

.container43.row > [class*='col-'] {
	display: flex;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 0;
}

.container43 .container44,
.container43 .container45 {
	width: 100%;
	height: 100%;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

/* Review Card Column */
.group-parent2 .col-12.col-lg-5 {
	display: flex;
	align-items: flex-start;
}

.group-parent2 .group-div {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.container-fluid.group-parent2 .col-12 {
		max-width: 100%;
	}
	
	.container43.row > [class*='col-'] {
		flex: 0 0 auto;
	}
}

@media screen and (max-width: 575px) {
	.container43.row {
		gap: 12px;
	}
	
	.container43 .container44,
	.container43 .container45 {
		min-height: 100px;
	}
}

/* Fix column gaps */
.row.g-3 {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 1rem;
}

.row.g-4 {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

@media screen and (min-width: 768px) {
	.row.g-md-4 {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 1.5rem;
	}
}

/* Ensure cards maintain equal height in grid */
@media screen and (min-width: 1200px) {
	.problem .row > [class*="col-"] {
		display: flex;
	}
	
	.problem .row > [class*="col-"] .container15 {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

/* Fix container-parent4 to work with Bootstrap */
.container-parent4 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* Override Bootstrap container max-widths for better design */
@media screen and (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1320px;
	}
}

@media screen and (min-width: 1920px) {
	.problem .container-fluid,
	.solution .container-fluid {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Ensure proper alignment */
.row.justify-content-center {
	justify-content: center !important;
}

.row.align-items-center {
	align-items: center !important;
}

/* Fix for feature boxes in grid */
.container32,
.container33 {
	width: 100%;
}

/* Mobile optimization for Bootstrap grid */
@media screen and (max-width: 575px) {
	.problem .container-fluid,
	.solution .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.row > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Ensure no overflow from Bootstrap grid */
.row {
	overflow-x: hidden;
}

[class*="col-"] {
	overflow-x: hidden;
}

/* ============================================
   OVERRIDE OLD GROUP-PARENT2 RESPONSIVE STYLES
   ============================================ */

/* Remove old flex styles since we're using Bootstrap grid now */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.group-parent2 {
		display: block !important;
		flex-direction: unset !important;
		gap: unset !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.group-parent2 {
		display: block !important;
		flex-direction: unset !important;
		gap: unset !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.group-parent2 {
		display: block !important;
		flex-direction: unset !important;
		gap: unset !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.group-parent2 {
		display: block !important;
		flex-direction: unset !important;
		gap: unset !important;
	}
	
	.container43 {
		flex-direction: row !important;
		width: auto !important;
	}
}

@media screen and (max-width: 575px) {
	.group-parent2 {
		display: block !important;
		flex-direction: unset !important;
		gap: unset !important;
	}
	
	.container43 {
		flex-direction: row !important;
		width: auto !important;
	}
}



/* ============================================
   RESPONSIVE STYLES - MOBILE FIRST APPROACH
   ============================================ */

/* ============================================
   COMPREHENSIVE RESPONSIVE FIX (1024px and below)
   ============================================ */

/* === 1024px and below === */
@media screen and (max-width: 1024px) {

	/* --- Force all full-width sections --- */
	.productscreens,
	.problem,
	.productscreens2,
	.whoitsfor,
	.whoitsfor2,
	.pricing2,
	.finalcta,
	.features2,
	.solution,
	.union-parent,
	.testimonials,
	.testimonials-parent,
	.footer {
		width: 100% !important;
		max-width: 100vw;
		box-sizing: border-box;
	}

	/* --- Navigation --- */
	.nav {
		padding: 20px 40px;
	}
	.features-parent {

    gap: 0;
}
.features2 {

    font-size: 13px;
}
	/* --- Hide decorative overflow elements --- */
	/* .vector-icon3,
	.vector-icon15,
	.vector-icon16 {
		display: none;
	} */

	/* --- Hero --- */
	.hero {
		padding: 148px 40px 20px;
		gap: 60px;
		font-size: 48px;
	}

	.container-parent {
		width: 100%;
		flex-direction: column;
		gap: 50px;
		max-width: 900px;
		margin: 0 auto;
	}
.problem .container-parent2 {
    text-align: center !important;
}
.problem .container-parent2 b.m {
    width: 100%;
}
	.container5 {
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.heading-1 {
		width: 100%;
		align-items: center;
	}

	.dont-leave-your-container {
		width: 100%;
		font-size: 48px;
	}

	.dont-leave-your-customers-unr-wrapper {
		align-items: center;
	}

	.container-group {
		align-items: center;
	}

	.container6 {
		justify-content: center;
		align-items: center;
	}

	.frame-group {
		width: 100%;
		max-width: 550px;
		height: 460px;
		margin: 0 auto;
		overflow: hidden;
	}

	.review1-1-icon {
		width: 300px !important;
		height: 285px !important;
	}

	.review1-2-icon {
		width: 300px !important;
		height: 305px !important;
		left: 240px !important;
		top: 150px !important;
	}

	.container7 {
		left: 200px !important;
	}

	.group-child {
		display: none;
	}

	/* --- Trusted Leaders --- */
	.trusted-leaders {
		padding: 60px 40px;
	}

	.group-parent {
		justify-content: center;
		gap: 30px;
		flex-wrap: wrap;
	}

	/* --- Product Screens --- */
	.productscreens {
		padding: 60px 40px;
	}

	.container8 {
		padding: 0 20px;
	}

	.container9 {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}

	.dashboard-2-icon {
		width: 100%;
		height: auto;
	}

	/* --- Problem Section --- */
	.problem {
		padding: 60px 40px;
	}

	.container-parent2 {
		flex-direction: column;
		gap: 24px;
	}

	.businesses-lose-customers {
		width: 100%;
	}

	.container-parent4 {
		width: 100%;
	}

	/* --- Solution Section --- */
	.solution {
		padding: 60px 40px;
	}

	.our-platform-brings {
		width: 100%;
	}

	.group-container {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}

	.dashboard-1-parent {
		width: 100%;
	}

	.container31 {
		width: 100%;
		max-height: 480px;
	}

	/* --- Features Comparison --- */
	.features2 {
		padding: 60px 40px;
	}

	.group {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	

	/* --- More Features --- */
	.features3 {
		padding: 60px 40px;
	}

	.more-than-review-management-parent {
		width: 100%;
		/* text-align: center;
		align-items: center; */
	}

	.container37 {
		width: 100%;
		flex: 1 1 calc(50% - 15px);
		min-width: 280px;
	}

	/* --- Final CTA (dark) --- */
	.finalcta {
		padding: 60px 40px;
	}

	.frame-parent2 {
		flex-direction: column;
		gap: 40px;
		padding: 0;
		align-items: center;
		text-align: center;
	}

	.ready-to-transform-your-online-parent {
		width: 100%;
		max-width: 700px;
		align-items: center;
		text-align: center;
	}

	.everything-you-need {
		text-align: center;
	}

	.button11 {
		align-self: center;
	}

	/* --- Who It's For (Industry Cards) --- */
	.whoitsfor {
		padding: 60px 40px;
	}

	.container43 {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 16px !important;
	}

	.container43 > [class*='col-'] {
		flex: 0 0 auto !important;
		width: calc(33.333% - 12px) !important;
		max-width: calc(33.333% - 12px) !important;
		padding: 0 !important;
	}

	.container44, .container45 {
		width: 100%;
		padding: 24px 16px;
		gap: 16px;
	}

	.container-icon7, .container-icon9 {
		width: 48px;
		height: 48px;
	}

	.container44 .replied-vs-unreplied,
	.container45 .replied-vs-unreplied,
	.container44 .multi-location-brands,
	.container45 .multi-location-brands {
		font-size: 15px;
	}

	/* --- Testimonials --- */
	.testimonials {
		padding: 60px 40px;
	}

	.container67 {
		padding: 0;
	}

	/* --- Final CTA 2 (blue box) --- */
	.finalcta-wrapper {
		width: 100%;
		padding: 0 40px 60px;
		box-sizing: border-box;
	}

	.finalcta2 {
		width: 100%;
		max-width: 100%;
		flex-direction: column;
		padding: 40px 30px;
		gap: 30px;
		text-align: center;
		align-items: center;
	}

	.union-icon8 {
		width: 150px;
		height: auto;
	}

	.frame-parent12 {
		align-items: center;
		text-align: center;
	}

	.ready-to-transform-parent {
		align-items: center;
	}

	.container85 {
		align-items: center;
	}

	.container86 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	/* --- Footer --- */
	.footer {
		padding: 60px 40px 40px;
	}

	.frame-parent14 {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.the-complete-solution {
		width: 100%;
	}

	.list-parent {
		width: 100%;
		flex-wrap: wrap;
		gap: 30px;
	}

	.m {
		font-size: 24px;
	}

	.replied-vs-unreplied {
		font-size: 28px;
	}

	.ready-to-transform {
		font-size: 32px;
	}
	.footer .m {
    font-size: 15px;
}
.features3 {
    grid-template-columns: repeat(2,1fr);
}
}

/* === 768px and below === */
@media screen and (max-width: 768px) {

	/* --- Navigation --- */
	.nav {
		padding: 16px 20px;
		height: auto;
		min-height: 70px;
	}

	/* --- Hero --- */
	.hero {
		padding: 130px 20px 40px;
		gap: 40px;
		font-size: 36px;
	}

	.container-parent {
		flex-direction: column;
		gap: 40px;
	}

	/* Flatten container5 so heading and buttons become direct flex children */
	.container5 {
		display: contents;
	}

	/* Order: heading(1) → images(2) → buttons(3) */
	.heading-1 {
		order: 1;
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.frame-group {
		order: 2;
	}

	.container-group {
		order: 3;
		width: 100%;
		align-items: center;
	}

	.dont-leave-your-container {
		width: 100%;
		font-size: 36px;
		text-align: center;
	}

	.monitor-respond-and {
		font-size: 16px;
		text-align: center;
	}

	.container6 {
		flex-direction: column;
		width: 100%;
	}

	.button3, .button4 {
		width: 100%;
		justify-content: center;
	}

	/* Mobile: show single banner image, hide individual elements */
	.frame-group {
		width: 100%;
		max-width: 420px;
		height: auto;
		margin: 0 auto;
		overflow: visible;
		position: relative;
	}

	.frame-group .frame-container,
	.frame-group .frame-div,
	.frame-group .group-icon,
	.frame-group .review1-1-icon,
	.frame-group .review1-2-icon,
	.frame-group .container7,
	.frame-group .group-child {
		display: none !important;
	}

	.mobile-banner-img {
		display: block !important;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	/* --- Product Screens --- */
	.productscreens {
		padding: 30px 20px;
	}

	.container8 {
		padding: 0;
		width: 100%;
	}

	.m {
		font-size: 24px;
		text-align: center;
	}

	.explore-our-intuitive {
		font-size: 16px;
	}

	.container9 {
		flex-wrap: wrap;
		padding: 0;
		gap: 12px;
		justify-content: center;
	}

	.button5, .button6, .button7, .button8 {
		width: auto;
		min-width: 120px;
		padding: 12px 16px;
		font-size: 14px;
	}

	.dashboard-2-icon {
		width: 100%;
		height: auto;
	}

	/* --- Problem Section --- */
	.problem {
		padding: 50px 20px;
	}

	.container-parent2 {
		flex-direction: column;
		gap: 24px;
	}

	.container10 {
		width: 100%;
	}

	.businesses-lose-customers {
		width: 100%;
	}

	.button10 {
		width: 100%;
		justify-content: center;
	}

	/* --- Problem Cards: Mobile Slider --- */
	.container-parent4 > .row {
		display: none !important;
	}

	.problem-slider {
		display: block !important;
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.problem-slider-track {
		display: flex;
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		gap: 16px;
	}

	.problem-slider-track .problem-slide {
		flex: 0 0 calc(100% - 16px);
		min-width: calc(100% - 16px);
		box-sizing: border-box;
	}

	.problem-slider-track .container15 {
		height: 100%;
		        margin-top: 15px;
	}

	.problem-slider-dots {
    display: flex;
    margin: 20px;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 14px;
}
.gradient-bg {

    background-position: right !important;

}
	.problem-slider-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: none;
		background: var(--color-gainsboro);
		cursor: pointer;
		padding: 0;
		transition: background 0.3s, transform 0.3s;
	}

	.problem-slider-dot.active {
		background: var(--color-mediumslateblue);
		transform: scale(1.2);
	}

	/* --- Solution Section --- */
	.solution {
		padding: 50px 20px;
	}

	.container19 {
		width: 100%;
	}

	.our-platform-brings {
		width: 100%;
	}

	.group-container {
		width: 100%;
		flex-direction: column;
	}

	.dashboard-1-parent {
		width: 100%;
	}

	.container31 {
		width: 100%;
		max-height: unset;
		gap: 15px;
		padding: 10px 0;
	}
	.feature-box {
    background-color: var(--color-white) !important;
    border: var(--border-1) !important;
    box-shadow:unset!important;
	 text-align: left;
    align-items: flex-start;
}

.dashboard-1-parent {
    display: none;
}

.union-icon6 {
    top: 0%;
    left: 74%;
}
.features3-slider-dots {
    display: flex;
    margin: 20px;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 14px;}
/* Show icon on all feature boxes in mobile */
.feature-box:not(.active) .union-icon6 {
    display: block !important;
}
.dashboard-1-parent img {

    display: none;
}
	.container32, .container33 {
		padding: 24px 16px;
	}

	/* --- Features Comparison --- */
	.features2 {
		padding: 50px 20px;
	}

	.replied-vs-unreplied-reviews-i-parent {
		width: 100%;
	}

	.replied-vs-unreplied {
		font-size: 24px;
		text-align: center;
	}
	.finalcta2 b.replied-vs-unreplied {
    font-size: 18px;
}

	.group {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}



	/* --- More Features --- */
	.features3 {
		padding: 50px 20px;
		padding-bottom: 30px;
	}

	.container37 {
		width: 100%;
		flex: 1 1 100%;
		min-width: unset;
	}

	/* --- Final CTA (dark) --- */
	.finalcta {
		padding: 40px 20px;
	}

	.frame-parent2 {
		flex-direction: column;
		gap: 32px;
		padding: 0;
	}

	.ready-to-transform-your-online-parent {
		width: 100%;
	}

	.ready-to-transform {
		font-size: 28px;
	}

	.button11 {
		width: 100%;
		justify-content: center;
	}

	/* --- Trusted Leaders: Mobile Logo Marquee --- */
	.trusted-leaders {
		overflow: hidden;
		padding: 40px 0;
	}

	.trusted-leaders > .m {
		font-size: 22px;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		width: 40%;
		word-wrap: break-word;
	}
.container43 .container44, .container43 .container45 {

    flex-direction: row;
}
	.group-parent {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 40px !important;
		overflow: visible;
		animation: logoMarquee 12s linear infinite;
		width: max-content;
	}

	.group-parent img {
		height: 32px;
		width: auto;
		flex-shrink: 0;
	}
	.nav .features {
    padding: 12px 0;
    border-bottom: 1px solid;
    width: 100%;
}
	.nav .button2 {
    padding: 15px;
    /* font-size: 27px !important; */
}
.nav .button2 .login {
    font-size: 14px;
}

	@keyframes logoMarquee {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-33.33%);
		}
	}

	/* --- Who It's For --- */
	.whoitsfor {
		padding: 50px 20px;
	}

	.built-for-every-industry-parent {
		width: 100%;
	}

	.container43 {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 12px !important;
	}

	.container43 > [class*='col-'] {
		flex: 0 0 auto !important;
		width: calc(33.333% - 8px) !important;
		max-width: calc(33.333% - 8px) !important;
		padding: 0 !important;
	}

	.container44, .container45 {
		width: 100%;
		min-width: unset;
		padding: 20px 12px;
		gap: 12px;
	}

	.container-icon7, .container-icon9 {
		width: 44px;
		height: 44px;
	}

	.container44 .replied-vs-unreplied,
	.container45 .replied-vs-unreplied,
	.container44 .multi-location-brands,
	.container45 .multi-location-brands {
		font-size: 14px;
	}

	/* --- Testimonials --- */
	.testimonials {
		padding: 50px 20px;
	}

	.container67 {
		padding: 0;
	}

	/* --- Final CTA 2 (blue box) --- */
	.finalcta-wrapper {
		width: 100%;
		padding: 0 20px 50px;
		box-sizing: border-box;
	}

	.finalcta2 {
		width: 100%;
		flex-direction: column;
		padding: 32px 24px;
		gap: 24px;
		text-align: center;
		align-items: center;
	}

	.union-icon8 {
		width: 120px;
		height: auto;
	}

	.frame-parent12 {
		align-items: center;
		text-align: center;
	}

	.ready-to-transform-parent {
		align-items: center;
	}

	.your-online-reputation {
		font-size: 28px;
	}

	.join-thousands-of3 {
		width: 100%;
	}

	.container85 {
		align-items: center;
		width: 100%;
	}

	.container86 {
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}

	.button24 {
		/* width: 100%; */
		/* max-width: 280px; */
		justify-content: center;
	}

	/* --- Footer --- */
	.footer {
		padding: 40px 20px 40px;
	}

	.frame-parent13 {
		flex-direction: column;
		gap: 40px;
	}

	.frame-parent14 {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
		width: 100%;
	}
.repopilot {
    position: unset !important;

}
	.the-complete-solution {
		width: 100%;
	}

	.list-parent {
		flex-direction: column;
		gap: 28px;
		width: 100%;
	}

	.list4 {
		width: 100%;
	}

	/* Hide original feature blocks, show slider */
	.features3 > .container37 {
		display: none !important;
	}

	.features3-slider {
		display: block !important;
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.features3-slider-track {
		display: flex;
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		gap: 16px;
	}

	.features3-slider-track .features3-slide {
		flex: 0 0 calc(100% - 16px);
		min-width: calc(100% - 16px);
		box-sizing: border-box;
	}

	.features3-slider-track .container37 {
		width: 100%;
		min-width: unset;
		flex: none;
	}

	.features3-slider-dots {
		display: flex !important;
		justify-content: center;
		gap: 8px;
		margin-top: 20px;
	}

	.features3-slider-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: none;
		background: var(--color-gainsboro);
		cursor: pointer;
		padding: 0;
		transition: background 0.3s, transform 0.3s;
	}

	.features3-slider-dot.active {
		background: var(--color-mediumslateblue);
		transform: scale(1.2);
	}

	.features3 {
		grid-template-columns: 1fr;
	}
}

/* === 480px and below === */
@media screen and (max-width: 480px) {
	.more-than-review-management-parent{
		text-align: center;
		align-items: center;
	}

	.review1-1-icon {
    width: 80% !important;
    height: 80% !important;
    object-fit: contain !important;
}

	.review1-2-icon {
    width: 80% !important;
    height: 80% !important;
    object-fit: contain !important;
		left: 130px !important;
		top: 90px !important;
	}

	.container7 {
		left: 30px !important;
        transform: scale(0.85);
        top: 70% !important;
		border-radius: 5px;
		padding: 10px;
	}

	.hero {
		padding: 40px 16px;
		font-size: 28px;
		padding-top:110px
	}

	.dont-leave-your-container {
		font-size: 28px;
		line-height: 170%;
	}

	.m {
		font-size: 22px;
	}

	/* .replied-vs-unreplied {
		font-size: 14px;
	} */

	.ready-to-transform {
		font-size: 22px;
	}

	/* .your-online-reputation {
		font-size: 20px;
	} */

	.button3, .button4, .button9, .button10, .button11, .button12, .button13, .button19 {
		padding: 12px 20px;
		font-size: 16px;
	}

	.container15 {
		padding: 20px;
	}

	.container44, .container45 {
		padding: 20px;
	}

	.container43 > [class*='col-'] {
		width: calc(50% - 6px) !important;
		max-width: calc(50% - 6px) !important;
	}

	.container44 .replied-vs-unreplied,
	.container45 .replied-vs-unreplied,
	.container44 .multi-location-brands,
	.container45 .multi-location-brands {
		font-size: 13px;
		        text-align: left;
        word-wrap: break-word;
        flex-shrink: unset;
	}

	.finalcta2 {
		padding: 28px 20px;
	}

	.union-icon8 {
		width: 100px;
	}

	.container86 {
		gap: 10px;
	}

	.container87 {
		font-size: 14px;
	}

	.testimonials {
		padding: 40px 16px;
	}

	.container69 {
		padding: 20px;
	}

	.managing-patient-reviews {
		font-size: 16px;
	}

	.list-parent {
		padding: 20px 16px;
	}

	.footer {
		padding: 30px 16px 40px;
	}
	
}

/* Smooth Transitions */
* {
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Button Hover Effects */
.button:hover, .button2:hover, .button3:hover, .button9:hover, 
.button10:hover, .button11:hover, .button12:hover, .button13:hover, 
.button19:hover, .button21:hover, .button22:hover, .button24:hover {
	transform: translateY(-2px);
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
}

.dark-hover:hover {
	background-color: #0d47d4;
}

/* Image Lazy Loading */
img {
	max-width: 100%;
	height: auto;
}



/* Print Styles */
@media print {
	.nav, .hamburger-menu, .button, .button2, .button3, .button9, 
	.button10, .button11, .button12, .button13, .button19 {
		display: none;
	}
}


/* ============================================
   LOADING ANIMATION & PAGE TRANSITIONS
   ============================================ */

/* Page loader */
.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-aliceblue-100);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
	opacity: 0;
	visibility: hidden;
}

.loader-spinner {
	width: 50px;
	height: 50px;
	border: 4px solid var(--color-gainsboro);
	border-top-color: var(--color-mediumslateblue);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

/* Fade in animation for sections */
.fade-in {
	animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Slide in from left */
.slide-in-left {
	animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Slide in from right */
.slide-in-right {
	animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Scale up animation */
.scale-up {
	animation: scaleUp 0.4s ease-out;
}

@keyframes scaleUp {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Pulse animation for CTAs */
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.pulse-animation {
	animation: pulse 2s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.float-animation {
	animation: float 3s ease-in-out infinite;
}

/* Gradient animation for backgrounds */
@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.gradient-animation {
	background-size: 200% 200%;
	animation: gradientShift 15s ease infinite;
}

/* Skeleton loading for images */
.skeleton {
	background: linear-gradient(
		90deg,
		var(--color-whitesmoke-100) 25%,
		var(--color-gainsboro) 50%,
		var(--color-whitesmoke-100) 75%
	);
	background-size: 200% 100%;
	animation: loading 1.5s ease-in-out infinite;
}

@keyframes loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/* Smooth reveal on scroll - DISABLED to show content immediately */
.reveal {
	/* opacity: 0; */
	/* transform: translateY(30px); */
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

/* Stagger animation for lists - DISABLED to show content immediately */
.stagger-item {
	/* opacity: 0; */
	/* transform: translateY(20px); */
	animation: staggerFadeIn 0.5s ease forwards;
}

.stagger-item:nth-child(1) { animation-delay: 0.1s; }
.stagger-item:nth-child(2) { animation-delay: 0.2s; }
.stagger-item:nth-child(3) { animation-delay: 0.3s; }
.stagger-item:nth-child(4) { animation-delay: 0.4s; }
.stagger-item:nth-child(5) { animation-delay: 0.5s; }
.stagger-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes staggerFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Loading state for body */
body:not(.loaded) {
	overflow: hidden;
}

body.loaded {
	overflow-x: clip;
	overflow-y: auto;
}

/* Smooth transitions for theme changes */
* {
	transition-property: background-color, color, border-color, box-shadow;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

/* Prevent transition on page load */
.no-transition {
	transition: none !important;
}

/* ============================================
   FORCE VISIBILITY - Override any opacity issues
   ============================================ */

/* Ensure all images are visible immediately */
img {
	opacity: 1 !important;
}

/* Ensure all containers are visible */
.container,
.container5,
.container10,
.container19,
.container-parent,
.frame-group,
.hero,
.productscreens,
.problem,
.solution,
.features2,
.finalcta,
.whoitsfor {
	opacity: 1 !important;
	transform: none !important;
}

/* Ensure all sections are visible */
section,
div[class*="container"],
div[class*="frame"] {
	opacity: 1 !important;
}


.gradient-bg{
	background-image: url(/landing/Images/grbg.jpg) !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a {
    color: unset;
    text-decoration: none;
}
.features.nav-link {
    color: #101828;
}
/* ============================================
   BOOK A DEMO MODAL POPUP - Compact & Aesthetic
   ============================================ */

.demo-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	animation: modalFadeIn 0.25s ease;
}

.demo-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.demo-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.75);
	backdrop-filter: blur(12px);
}

.demo-modal-content {
	position: relative;
	width: 100%;
	max-width: 440px;
	max-height: 90vh;
	overflow-y: auto;
	background: white;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: modalSlideUp 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	z-index: 10001;
}

@keyframes modalFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes modalSlideUp {
	from {
		opacity: 0;
		transform: translateY(40px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.demo-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	border: none;
	color: #000000;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	z-index: 10;
	font-weight: 300;
}

.demo-modal-close:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #1e293b;
	transform: rotate(90deg);
}

.demo-modal-header {
	padding: 32px 32px 24px;
	text-align: center;
	background: linear-gradient(135deg, #2563ec 0%, #1e40af 100%);
	border-radius: 20px 20px 0 0;
	color: white;
	position: relative;
	overflow: hidden;
}

.demo-modal-header::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	animation: headerGlow 8s ease-in-out infinite;
}

@keyframes headerGlow {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-30px, -30px); }
}

.demo-modal-icon {
	font-size: 40px;
	margin-bottom: 12px;
	display: inline-block;
	animation: iconFloat 3s ease-in-out infinite;
	position: relative;
	z-index: 1;
}

@keyframes iconFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-8px); }
}

.demo-modal-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
	color: white;
	position: relative;
	z-index: 1;
}

.demo-modal-subtitle {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 1;
}

.demo-form {
	padding: 28px 32px 32px;
}

.demo-form-group {
	margin-bottom: 16px;
}

.demo-input {
	width: 100%;
	padding: 13px 16px;
	font-size: 14px;
	font-family: inherit;
	color: #1e293b;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.demo-input:focus {
	outline: none;
	background: white;
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.demo-input::placeholder {
	color: #94a3b8;
}

/* Demo form phone field with country code */
.demo-phone-wrap {
	display: flex;
	align-items: stretch;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	background: #f8fafc;
	transition: all 0.2s ease;
}
.demo-phone-wrap:focus-within {
	background: white;
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.demo-phone-wrap .demo-cc {
	width: 78px;
	flex-shrink: 0;
	border: none;
	border-right: 1.5px solid #e2e8f0;
	border-radius: 0;
	background: #f1f5f9;
	padding: 13px 4px 13px 10px;
	font-size: 13px;
	font-family: inherit;
	color: #475569;
	cursor: pointer;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: none;
}
.demo-phone-wrap .demo-cc:focus {
	box-shadow: none;
	outline: none;
}
.demo-phone-wrap .demo-phone-field {
	flex: 1;
	min-width: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	font-size: 14px;
	font-family: inherit;
	color: #1e293b;
	outline: none;
	box-sizing: border-box;
}
.demo-phone-wrap .demo-phone-field::placeholder {
	color: #94a3b8;
}
.demo-phone-wrap.has-error {
	border-color: #ef4444;
}

.demo-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
	cursor: pointer;
}

.demo-submit-btn {
	width: 100%;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 600;
	color: white;
	background: linear-gradient(135deg, #2563ec 0%, #1e40af 100%);
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 14px rgba(37, 99, 236, 0.4);
	margin-top: 8px;
}

.demo-submit-btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 99, 236, 0.5);
}

.demo-submit-btn:active:not(:disabled) {
	transform: translateY(0);
}

.demo-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.demo-submit-btn.loading {
	pointer-events: none;
}

.demo-submit-btn.loading span {
	opacity: 0;
}

.demo-submit-btn.loading::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: white;
	border-radius: 50%;
	animation: btnSpin 0.6s linear infinite;
}

@keyframes btnSpin {
	to { transform: rotate(360deg); }
}

.demo-form-footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 12px;
	color: #64748b;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
	.demo-modal.active {
		padding: 16px;
	}
	
	.demo-modal-content {
		max-width: 100%;
		border-radius: 16px;
	}
	
	.demo-modal-header {
		padding: 28px 24px 20px;
		border-radius: 16px 16px 0 0;
	}
	
	.demo-modal-title {
		font-size: 22px;
	}
	
	.demo-modal-subtitle {
		font-size: 13px;
	}
	
	.demo-form {
		padding: 24px;
	}
	
	.demo-form-group {
		margin-bottom: 14px;
	}
	
	.demo-input {
		padding: 12px 14px;
		font-size: 14px;
	}

	.demo-phone-wrap .demo-cc {
		padding: 12px 4px 12px 8px;
		font-size: 12px;
		width: 72px;
	}
	.demo-phone-wrap .demo-phone-field {
		padding-top: 12px;
		padding-right: 14px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	
	.demo-submit-btn {
		padding: 13px 18px;
		font-size: 14px;
	}
}

/* Prevent body scroll when modal is open */
body.modal-open {
	overflow: hidden;
}

/* Success message styles */
.demo-success-message {
	text-align: center;
	padding: 40px 32px;
}

.demo-success-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	animation: successPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes successPop {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.demo-success-title {
	font-size: 22px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 8px;
}

.demo-success-text {
	font-size: 14px;
	color: #64748b;
	margin: 0 0 24px;
	line-height: 1.6;
}


/* ============================================
   TOAST NOTIFICATION STYLES
   ============================================ */

.toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	pointer-events: none;
}

.toast {
	background: white;
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 300px;
	max-width: 400px;
	pointer-events: all;
	animation: slideInRight 0.3s ease-out;
	position: relative;
	overflow: hidden;
}

.toast::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
}

.toast.success::before {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.toast.error::before {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.toast.info::before {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.toast-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	flex-shrink: 0;
}

.toast.success .toast-icon {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: white;
}

.toast.error .toast-icon {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: white;
}

.toast.info .toast-icon {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: white;
}

.toast-content {
	flex: 1;
}

.toast-title {
	font-weight: 600;
	font-size: 14px;
	color: #1e293b;
	margin-bottom: 2px;
}

.toast-message {
	font-size: 13px;
	color: #64748b;
	line-height: 1.4;
}

.toast-close {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f1f5f9;
	border: none;
	color: #64748b;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	flex-shrink: 0;
}

.toast-close:hover {
	background: #e2e8f0;
	color: #1e293b;
}

.toast.hiding {
	animation: slideOutRight 0.3s ease-out forwards;
}

@keyframes slideInRight {
	from {
		transform: translateX(400px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutRight {
	from {
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(400px);
		opacity: 0;
	}
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
	.toast-container {
		top: 10px;
		right: 10px;
		left: 10px;
	}
	
	.toast {
		min-width: auto;
		max-width: 100%;
	}
}

/* whoitsfor - full-width background, capped inner content */
.whoitsfor .built-for-every-industry-parent,
.whoitsfor .container-fluid,
.whoitsfor .button19,
.whoitsfor .group-parent3 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* union-parent - full-width bg, capped inner content */
.union-parent .features3 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* productscreens & finalcta - full-width bg, capped inner content */
.productscreens .container8,
.productscreens .container-container,
.productscreens .button9,
.finalcta .frame-parent2,
.finalcta .icon,
.finalcta .join-thousands-of,
.finalcta .button11 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
	width: 100%;
	background: linear-gradient(0deg, var(--color-aliceblue-100), var(--color-white) 0, var(--color-aliceblue-100));
	padding: 80px 20px;
	display: flex;
	justify-content: center;
}

.faq-inner {
	max-width: 1280px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.faq-header {
	text-align: left;
	margin-bottom: 0;
	flex: 0 0 360px;
}

.faq-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 12px;
	font-family: 'Manrope', sans-serif;
}

.faq-subtitle {
	font-size: 1rem;
	color: #6b7280;
	margin: 0;
	font-family: 'Inter', sans-serif;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.faq-item {
	margin-bottom: 10px;
	border-radius: 16px;
	transition: transform 0.2s;
	overflow: hidden;
}

.faq-item.active {
	background: #fff;
	border: 1px solid #818cf8;
	box-shadow: 0 2px 12px rgba(79, 110, 247, 0.08);
}

.faq-item.active .faq-question {
	border: none;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 16px 16px 0 0;
}

.faq-item:hover {
	transform: translateY(-1px);
}

.faq-item:hover .faq-question {
	background: #f0f4ff;
	border-color: #c7d2fe;
	color: #4f6ef7;
}

.faq-item.active .faq-question {
	background: #eef2ff;
	color: #4f6ef7;
}


.faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 32px;
	background: #fff;
	border-radius: 16px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	  font-family: "Manrope", sans-serif;
	text-align: left;
	transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
	border: 1px solid #E5E7EB;
	background: linear-gradient(-20deg, var(--color-aliceblue-100), var(--color-white) 0, var(--color-aliceblue-100));

	
}

.faq-question:hover {
	color: #4f6ef7;
}

.faq-icon {
	font-size: 1.4rem;
	font-weight: 300;
	color: #9ca3af;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 16px;
}

.faq-item.active .faq-icon {
	transform: rotate(45deg);
	color: #4f6ef7;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding: 0 32px;
}

.faq-item.active .faq-answer {
	max-height: 200px;
	padding: 12px 32px 20px;
	text-align: left;
}



.faq-answer p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #000000;
  font-family: "Manrope", sans-serif;

	padding: 10px 15px 0;
}

@media screen and (max-width: 768px) {
	.faq-section {
		padding: 60px 16px;
	}
	.faq-inner {
		flex-direction: column;
		gap: 32px;
	}
	.faq-header {
		text-align: center;
		flex: unset;
		width: 100%;
		position: static;
	}
	.faq-title {
		font-size: 1.5rem;
	}
	.faq-question {
    font-size: 14px;
    padding: 10px;
	border-radius: 8px;
}
.faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;    padding: 10px 15px 0;
}
}

/* Nav - full-width bg, capped inner content */
.nav {
	max-width: 100%;
}
.nav > .repopilot-logo-light-1-wrapper,
.nav > .frame-parent,
.nav > .hamburger-menu {
	max-width: 1280px;
}
@media screen and (min-width: 1400px) {
	.nav {
		padding-left: calc((100% - 1280px) / 2) !important;
		padding-right: calc((100% - 1280px) / 2) !important;
		box-sizing: border-box;
	}
}

/* Footer - full-width bg, capped inner content */
@media screen and (min-width: 1400px) {
	.footer .frame-parent13 {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.footer .list-parent {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/* Testimonials - full-width bg, capped inner content */
@media screen and (min-width: 1400px) {
	.testimonials .container67 {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.testimonials .testimonial-slider {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/* Features2 (comparison table) - full-width bg, capped inner content */
@media screen and (min-width: 1400px) {
	.features2 .replied-vs-unreplied-reviews-i-parent,
	.features2 .group,
	.features2 .button13 {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/* finalcta-wrapper - capped inner content */
@media screen and (min-width: 1400px) {
	.finalcta-wrapper {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/* Problem section - full-width bg, capped inner content */
.problem .container-fluid {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}



.footer .container90 img.link-icon {
    display: none;
}

.trusted-leaders {
    display: none;
}

.finalcta2 .container87 .features {
    cursor: auto !important;
	font-size: 14px;
}
.footer .container90 {
    display: none;
}


/* ============================================
   intl-tel-input Overrides
   ============================================ */

/* --- Shared base styles for intl-tel-input --- */
.iti {
	width: 100% !important;
}
.iti--separate-dial-code .iti__selected-flag {
	background: transparent !important;
	border-right: 1px solid #e2e8f0;
}
.iti__selected-dial-code {
	font-size: 14px;
	color: #334155;
	font-family: 'Inter', sans-serif;
	margin-left: 0px !important;
	padding-right: 5px
}
.iti__arrow {
	margin-left: 4px;
}

/* Country dropdown styling */
.iti__country-list {
	max-height: 200px;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	border: 1px solid #e2e8f0;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	z-index: 100001;
}
.iti__country-list .iti__country {
	padding: 8px 12px;
}
.iti__country-list .iti__country--highlight {
	background: #eef2ff;
}
.iti__search-input {
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	padding: 8px 12px;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}

/* --- Demo modal phone field --- */
.demo-phone-wrap .iti {
	width: 100% !important;
}
.demo-phone-wrap .iti input.demo-phone-field,
.demo-phone-wrap .iti input[type="tel"] {
	border: none !important;
	background: transparent !important;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	color: #1e293b;
	outline: none !important;
	box-shadow: none !important;
	flex: 1;
	min-width: 0;
	height: 48px;
}
.demo-phone-wrap .iti input.demo-phone-field::placeholder,
.demo-phone-wrap .iti input[type="tel"]::placeholder {
	color: #94a3b8;
}
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {

    display: flex;
    align-items: center;
}
.contact-form-row small {
    text-align: left !important;
}
small#ctPhoneError {
    text-align: left;
}
button.iti__selected-country {
    background: #f1f5f9 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* --- Contact page inline form phone field --- */
.ct-phone-wrap .iti {
	width: 100% !important;
}
.ct-phone-wrap .iti input.ct-phone-input,
.ct-phone-wrap .iti input[type="tel"] {
	border: none !important;
	background: transparent !important;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	color: #0f172a;
	outline: none !important;
	box-shadow: none !important;
	flex: 1;
	min-width: 0;
	height: 42px;
}
.ct-phone-wrap .iti input.ct-phone-input::placeholder,
.ct-phone-wrap .iti input[type="tel"]::placeholder {
	color: #94a3b8;
	font-size: 14px;
}
/* Override contact-form generic input styles inside phone wraps */
.contact-form .ct-phone-wrap input[type="tel"],
.contact-form .ct-phone-wrap .iti input {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	width: 100% !important;
}
.contact-form .ct-phone-wrap input[type="tel"]:focus,
.contact-form .ct-phone-wrap .iti input:focus {
	border: none !important;
	box-shadow: none !important;
}

@media screen and (max-width: 768px) {
	.demo-phone-wrap .iti input.demo-phone-field,
	.demo-phone-wrap .iti input[type="tel"] {
		font-size: 14px;
		height: 44px;
	}
	.ct-phone-wrap .iti input.ct-phone-input,
	.ct-phone-wrap .iti input[type="tel"] {
		font-size: 14px;
		height: 40px;
	}
}


span.bgbggg {
    background: #155DFC33;
    padding: 4px 16px;
    border-radius: 8px;
}

p.faq-subtitle {
    display: none;
}