@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
body {
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}
.container {
	min-height: 100%;
}
.wrapper {
	overflow: hidden;
}
.top-ticker {
	padding-top: 10px;
	height: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background-color: blue;
	padding-bottom: 10px;
}
/****header******/
.navbar.custom-nav {
	margin: 0;
	padding: 18px 0 20px;
}
.custom-nav .navbar-brand {
	float: none;
	height: auto;
	padding: 0;
	font-size: inherit;
	line-height: normal;
	margin: 0 !important;
}
.custom-nav .navbar-nav {
	padding: 20px 0 0;
}
.custom-nav .navbar-nav > li {
	padding: 0 36px;
}
.custom-nav .navbar-nav > li:last-child {
	padding-right: 0;
}
.custom-nav .navbar-nav > li > a {
	padding: 10px 0;
	font-size: 18px;
	color: #757474;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.blue {
	color: #a55fa6;
}
.custom-nav .navbar-nav > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 2px;
	background: #757474;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.custom-nav .navbar-nav > li > a:hover::before {
	width: 100%;
}
.custom-nav .nav > li > a:focus,
.custom-nav .nav > li > a:hover {
	background-color: transparent;
}

/* Mobile container setup (initially hidden on desktop) */
.mobile-banner-container {
	position: relative;
	display: none; /* Hidden on desktop */
	width: 100%;
}
.mobile-banner-image {
	width: 100%;
	height: auto;
	display: block;
}

/********banner css***********/
.bannerSec {
	padding: 40px 0 120px;
	background: url(../img/IMG-7173-Woman-Patient-550px.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.marketplace {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 0 20px;
}

.marketplace-box {
	flex: 1;
	text-align: center;
	justify-content: center;
	padding: 30px;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	border: 2px solid #a45da5;
	border-radius: 20px;
	background: #f2f2f2;
	box-shadow: inset 0.8em 0.8em 0.2em 0 rgba(255, 255, 255, 0.5),
		inset -0.8em -0.8em 0.2em 0 rgba(209, 209, 209, 0.5);
}
.marketplace-box h2 {
	color: #4b164d;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
	margin: 0;
	width: 100%;
	align-items: center;
}

.marketplace-box p {
	color: #a45da5;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 30px;
	margin: 0;
	flex-grow: 1;
}
.marketplace-button-container {
	width: 100%;
	gap: 15px;
	margin: auto;
	padding: 20px 0;
	height: 80px;
	display: flex;
	align-items: center;
}

.marketplace-button {
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease;
}
.marketplace-dental-offices {
	background-color: #02a7a1;
	color: white;
}
.marketplace-dental-offices:hover {
	background-color: #018b86;
}
.marketplace-dental-professionals {
	background-color: #a865a8;
	color: #ffffff;
}
.marketplace-dental-professionals:hover {
	background-color: #a865a8;
	color: white;
}

.divider {
	width: 2px;
	height: 250px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 40px;
	align-self: center;
}
.post-now-button {
	font-size: 28px;
	color: #fff !important;
	background: #02a7a1;
	padding: 10px !important;
}
.post-now-button:hover {
	color: #fff !important; /* Keep the text color white */
	background-color: #028a85 !important; /* Make the background slightly darker */
}
.customBtn {
	font-size: 28px;
	color: #fff;
	background: #a55fa6;
	border-radius: 0;
	font-weight: 400;
	padding: 11px 49px;
	line-height: normal;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.customBtn:hover,
.customBtn:focus {
	color: #fff;
	background: #b474b5;
}
.form-div {
	width: 100%;
}

.jobAlertSec {
	padding: 55px 0px 45px;
	color: #211d21;
	text-align: center;
}

/* On post and register pages */
.testimonalSec {
	padding: 65px 0 95px;
	background: #f1f1f1;
}
.main-testimonal {
	padding: 66px 35px 53px;
	background: #fff;
	color: #272b2b;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 25px;
	position: relative;
	margin-bottom: 50px;
	margin-left: 30px;
	width: 485px !important;
}
.testimonal-img {
	width: 89px;
	height: 89px;
	border: solid 2px #a45da5;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -48px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.testimonal-icon {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #a45da5;
	line-height: 53px;
	text-align: center;
	color: #fff;
}
.testimonalSec-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* New home page heading */
.testimonials-heading {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #a45da5;
}

/**********social-linkSec**********/
.social-linkSec {
	background: #fff;
	padding: 53px 0;
	text-align: center;
}
.social-link {
	position: relative;
}
.social-link:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	border: solid 1px #c4c4c4;
}
.social-link ul {
	display: inline-block;
	padding: 18px 0;
}
.social-link ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 21px;
}

.social-link ul > li > a {
	font-size: 26px;
	color: #282c2c;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social-link ul > li > a:hover {
	color: #a45da5;
}

/*********footer*********/
.footer {
	padding: 22px 0 23px;
	background: #191719;
}
.termSec > ul > li {
	display: inline-block;
	padding: 0 70px;
	position: relative;
}
.termSec > ul > li:first-child::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: solid 1px #b2b2b2;
}
.termSec > ul > li > a {
	font-weight: 30px;
	font-size: 19px;
	color: #b2b2b2;
}
.termSec > ul > li :first-child {
	padding-left: 0;
}
.copyrightSec {
	text-align: right;
}
.copyrightSec > p {
	font-size: 19px;
	color: #b2b2b2;
	font-weight: 300;
}
.copyrightSec > p > a {
	color: #a45da5;
}
.form-group {
	margin-bottom: 10px;
}
.modal-dialog {
	width: 100%;
	max-width: 730px;
}
.review-carousel-container {
	width: 90%;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 30px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.review-carousel {
	display: flex;
	animation: scroll-reviews 30s linear infinite;
	margin: 0 40px;
}

.review-card {
	flex: 0 0 600px;
	margin: 0 20px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #f1f1f1;
}

.review-text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}

.stars {
	color: #ffd700;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}

@keyframes scroll-reviews {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-320px * 6));
	}
}

/* Pause animation on hover */
.image-carousel:hover,
.review-carousel:hover {
	animation-play-state: paused;
}

.image-carousel-container {
	width: 90%;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}

.image-carousel {
	animation: scroll-images 30s linear infinite;
	margin-top: 10px;
	display: flex;
	position: relative;
	left: 0;
}

.image-card {
	margin: 0 auto;
	flex-shrink: 0;
	width: 300px;
	height: 150px;
	padding: 20px;
	box-sizing: border-box;
}

.image-card img {
	height: 80px;
	object-fit: contain;
}
@keyframes scroll-images {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-320px * 6));
	}
}

/* styles for comparison table */
.scalergigDifferenceSec {
	background: #ffffff;
	padding: 15px 0 95px;
	margin-bottom: 30px;
	color: #333;
}

.difference-sec-heading {
	font-size: 31px;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.difference-sec-heading span {
	color: #02a7a1;
}

.comparison-container {
	max-width: 1200px;
	margin: 2rem auto;
	padding: 0 20px;
	font-family: "Roboto", system-ui, -apple-system, sans-serif;
}

.comparison-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.column {
	padding: 2.5rem 3rem;
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.column.traditional {
	background: rgba(0, 0, 0, 0.05);
}

.column.scalergig {
	background: rgba(2, 167, 161, 0.05);
}

.column:hover {
	transform: translateY(-5px);
}

.column h2 {
	font-size: 28px;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features-list li {
	margin-bottom: 1.75rem;
	padding-left: 3.5rem;
	position: relative;
	line-height: 1.8;
	font-weight: 400;
	font-size: 24px;
	color: #333;
}

.scalergig .features-list li::before {
	content: "✓";
	position: absolute;
	left: 0.5rem;
	color: #02a7a1;
	font-weight: bold;
}

.traditional .features-list li::before {
	content: "✕";
	position: absolute;
	left: 0.5rem;
	color: #ef4444;
	font-weight: bold;
}

.website-how-it-works-img {
	margin: 0 auto;
	display: block;
}
.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.steps-section {
	padding: 40px 0;
	background: #f4edf7;
}

.steps-container {
	margin-top: 100px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}

.steps-heading {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 60px;
}

.steps-heading h2 {
	font-size: 32px;
	color: #1e293b;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 600;
}
.steps-heading h2 span {
	color: #02a7a1;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	position: relative;
}

/* Connection line between steps */
.steps-grid::before {
	content: "";
	position: absolute;
	top: 100px;
	left: 15%;
	right: 15%;
	height: 2px;
	background: #02a7a1;
	z-index: 1;
}

.step-card {
	background: white;
	border-radius: 16px;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-card:hover {
	transform: translateY(-5px);
}

.step-number {
	width: 40px;
	height: 40px;
	background: #02a7a1;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin: 0 auto 20px;
}

.step-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	color: #02a7a1;
}

.step-title {
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 15px;
}

.step-description {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6;
}

.get-started-btn {
	margin-top: 20px;
	padding: 12px 30px;
	background-color: #b474b5;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	cursor: pointer;
}

.get-started-btn:hover {
	background-color: #a45da5;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.get-started-btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(180, 116, 181, 0.3);
}

@media (max-width: 1199px) {
	.custom-nav .navbar-nav > li {
		padding: 0 16px;
	}
	.custom-nav .navbar-nav > li > a {
		font-size: 17px;
	}
	.social-linkSec {
		padding: 23px 0;
	}
	.termSec > ul > li {
		padding: 0 30px;
	}

	.steps-grid {
		gap: 30px;
	}

	.comparison-table {
		gap: 1.5rem;
	}
}

@media (max-width: 991px) {
	.custom-nav .navbar-brand > img {
		max-width: 170px;
	}
	.custom-nav .navbar-nav {
		padding: 7px 0 0;
	}
	.bannerSec {
		padding: 60px 0 80px;
	}
	.customBtn {
		font-size: 20px;
	}

	.steps-grid {
		grid-template-columns: 1fr;
	}

	.steps-grid::before {
		display: none;
	}

	.step-card {
		max-width: 500px;
		margin: 0 auto;
	}

	.comparison-table {
		grid-template-columns: 1fr;
	}

	.jobAlertSec {
		padding: 35px 0;
	}

	.testimonalSec {
		padding: 100px 0;
	}

	.main-testimonal {
		font-size: 16px;
	}
}

/* Desktop view hides mobile-specific elements */
@media (min-width: 768px) {
	.mobile-banner-container {
		display: none;
	}
}

@media (max-width: 767px) {
	/* Show mobile-only elements */
	.bannerSec {
		background-size:cover;
		padding: 50px 0 70px;
	}
	.mobile-banner-container {
		display: block; /* Shown only on mobile */
		margin-bottom: 30px;
	}

	.marketplace {
		flex-direction: column;
		align-items: stretch;
		padding: 0 15px;
	}

	.marketplace-box {
		margin-bottom: 20px;
	}

	.divider {
		display: none;
	}
	.navbar-toggle .icon-bar {
		background: #b474b5;
	}
	.custom-nav .navbar-brand {
		margin: 0 0 0 15px !important;
		display: block;
	}
	.custom-nav .navbar-nav > li > a {
		text-align: center;
	}
	.custom-nav .nav > li > a:hover {
		color: #b474b5;
	}
	.custom-nav .navbar-nav > li > a::before {
		background: #b474b5;
	}
	.customBtn {
		font-size: 18px;
	}
	.testimonalSec-inner {
		display: block;
	}
	.main-testimonal {
		width: 100%;
		margin: 0 auto 40px;
	}
	.social-link ul > li {
		padding: 0 10px;
	}
	.social-link ul > li > a {
		font-size: 21px;
	}
	.termSec > ul > li > a {
		font-size: 15px;
	}
	.termSec > ul > li {
		padding: 0 18px;
	}
	.copyrightSec > p {
		font-size: 15px;
	}
	.navbar.custom-nav {
		padding: 9px 0 10px;
	}
	.custom-nav .navbar-nav > li:last-child {
		padding: 0;
	}

	.image-card {
		width: 240px;
		padding: 10px;
	}
	.review-carousel {
		animation-duration: 60s; /* Slows down the scroll */
	}
	.review-card {
		width: 300px;
		flex: 0 0 300px; /* Add this line */
		padding: 10px;
	}
}

@media (max-width: 580px) {
	.customBtn {
		font-size: 16px;
		padding: 10px 30px;
	}
	.bannerSec {
		padding: 45px 0 55px;
	}
	.jobAlertSec {
		padding: 25px 0;
	}
	.testimonalSec {
		padding: 85px 0 60px;
	}
	.termSec > ul > li {
		padding: 0 6px;
	}
	.social-link ul > li > a {
		font-size: 18px;
	}
	.social-link ul {
		padding: 7px 0;
	}
	.social-linkSec .col-xs-6 {
		width: 100%;
	}
	.social-link::before {
		display: none;
	}
}

@media (max-width: 480px) {
	.custom-nav .navbar-brand > img {
		max-width: 150px;
	}
	.navbar.custom-nav {
		padding: 9px 0 0;
	}
	.customBtn {
		font-size: 15px;
		padding: 8px 25px;
	}
	.main-testimonal {
		padding: 50px 20px 35px;
		font-size: 15px;
	}
	.footer-bottom .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.termSec {
		padding-bottom: 11px;
	}
	.termSec > ul > li {
		padding: 0 15px;
	}
	.copyrightSec {
		text-align: center;
	}

	.image-card {
		width: 200px;
		padding: 8px;
	}

	.steps-heading h2 {
		font-size: 24px;
	}

	.step-title {
		font-size: 18px;
	}

	.step-description {
		font-size: 15px;
	}
}

@media (max-width: 380px) {
	.customBtn {
		font-size: 14px;
		padding: 7px 20px;
	}
	.main-testimonal {
		font-size: 14px;
		padding: 40px 16px 30px;
	}

	.social-link ul > li {
		padding: 0 6px;
	}

	.image-card {
		width: 160px;
		padding: 5px;
	}
}
