/**
 * Theme Name:     Twenty Sixteen Child
 * Author:         the WordPress team
 * Template:       twentysixteen
 * Text Domain:	   twenty-sixteen-child
 * Description:    Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
 */


:root {
	--brand-teal: #008D96;
	--brand-orange: #E68A4D;
}

* {
	box-sizing: border-box;
}

a,
button,
span {
	font-family: "Montserrat", sans-serif;
}

body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	overflow-x: hidden;
}

/* Navbar Container */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0%;
    background: white;
    position: relative;
    z-index: 1000;
}
.scrolled a {
    font-size: 12px;
}
/* Desktop Nav */
.nav-links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.scrolled .nav-links a {
    font-size: 13px;
}
header.navbar.scrolled {
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 10px 0px #00000029;
}
.nav-links a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin: 0 6px;
}

/* Responsive Mobile Menu */
.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 5px;
}
html {
  scroll-behavior: smooth;
}
.menu-toggle span {
	width: 25px;
	height: 3px;
	background: var(--brand-teal);
	border-radius: 2px;
}

.scrolled img.custom-logo {
    width: 140px;
    height: auto;
    transition: .3s;
}
.logo {
	font-size: 20px;
	color: var(--brand-teal);
	font-weight: bold;
}
.logo img {  
    max-width: 180px;
    height: auto;
    transition: .3s;
}
/* Buttons */
.btn {
	padding: 12px 24px;
	border-radius: 0px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

a.btn.btn-apply {
	color: #fff;
	border: 1px solid #008d96;
	    font-weight: 600;
}
a {
    transition: .3s;
}
.navbar-inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
a.btn.btn-contact:hover {
    background: #e68a4d;
    color: #fff;
}
.btn-contact {
	background: #f0f0f0;
	color: #333;
}
.navbar-inner {
    display: flex;
}
ul#menu-main li {
    list-style: none;
    margin: 0 12px;
}

ul#menu-main {
    display: flex;
}
.btn-apply {
	background: var(--brand-orange);
	color: white;
}


/* Hero Styling (Simple) */
.hero {
	background-color: var(--brand-teal);
	color: white;
	padding: 100px 0% 150px 0px;
	text-align: center;
}

.hero-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

/*section.hero:after {
    content: url(/wp-content/uploads/2026/01/wave.svg);
    width: 100%;
    height: 198px;
    display: block;
    z-index: 999;
    background-position: center;
    bottom: 130px;
    background-size: cover;
    position: absolute;
}   */
.hero-text {
	flex: 1;
	min-width: 300px;
	text-align: left;
}

/* Top Banner Styles */
#top-announcement-bar {
    background-color: #6D6E71;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px; 
    font-size: 13px;
    position: relative;
    z-index: 1!important;
    font-weight: 300;
}

.banner-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Spanish Button (Anchor tag) */
.btn-spanish {
	background-color: #E68A4D;
	/* Orange color */
	color: white;
	text-decoration: none;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Close/Cross Button */
.close-banner {
	position: absolute;
	right: 20px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 50px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	font-weight: 100;
	transition: .3s;
}

.close-banner:hover {
	color: white;
}

.btn-spanish {
	background-color: #E68A4D;
	color: white;
	text-decoration: none;
	padding: 5px 11px;
	border-radius: 0;
	font-size: 13px;
	margin-left: 15px;
}

/* Header Styling */
.section-header {
	text-align: center;
	margin-bottom: 50px;
}

.section-header h1 {
	font-size: 40px;
	font-weight: 700;
}

p.hero-subtitle {
	font-size: 18px;
}

a.btn.btn-white {
	background: #ffffff;
	font-family: 'Montserrat';
	font-weight: 600;
	color: #000;
}

a.btn.btn-orange {
	padding: 12px 24px;
	border-radius: 0px;
	text-decoration: none;
	font-size: 14px;
	border: none;
	cursor: pointer;
	background: #e98740;
	color: #fff;
}

.hero-btns {
	display: inline-block;
	margin-top: 40px;
}

.hero-text span {
	color: #84F2FF;
}

ul.feature-list li {
	margin: 13px 0;
}

ul.feature-list {
	padding: 0;
}

section.customer-care {
	padding-top: 100px;
	padding-bottom: 150px;
}

.section-header span {
	color: #e67e22;
	/* The orange accent color */
}

.section-header p {
	max-width: 100%;
	margin: 20px auto;
	color: #666;
	font-size: 16px;
	line-height: 29px;
}

.hero-text h1 {
	font-size: 40px;
	max-width: 510px;
}

/* Card Grid Layout */
.card-grid {
	display: flex;
	flex-wrap: wrap;
	/* Allows stacking on mobile */
	gap: 20px;
	justify-content: center;
}

/* Individual Card Styling */
.card {
	flex: 1 1 20%;
	/* Full width on mobile */
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 40px 25px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease;
}
.client-section {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}
.line-hover {
  position: relative;
  overflow: hidden;
}

.line-hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #1591a2; /* theme orange */
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.line-hover:hover::after {
  width: 100%;
}

.client-section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}
.client-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 50px;
    scroll-behavior: smooth;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.client-slider::-webkit-scrollbar {
  display: none;
}

.client-card {
    min-width: auto;
    height: 110px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    flex: 1 1 20%;
}

.client-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.client-card img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.9;
}

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

.icon {
	font-size: 50px;
	color: #e67e22;
	margin-bottom: 20px;
}

.card h3 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}

.card p {
	font-size: 16px;
	color: #555;
	line-height: 29px;
}

.dental-support-container {
	background-color: var(--orange-bg);
	padding: 60px 20px;
	color: var(--text-white);
	text-align: center;
	border-radius: 40px;
}

.header-text h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.header-text h2 span {
	font-weight: bold;
}

.header-text p {
	max-width: 700px;
	margin: 0 auto 50px auto;
	line-height: 1.5;
	opacity: 0.9;
}

/* Grid Layout */
.services-grid {
	display: grid;
	grid-template-columns: 1fr 300px 1fr;
	/* Two text sides and one center image */
	grid-template-rows: auto auto;
	gap: 40px;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

.service-item {
	padding: 20px;
}

.service-item h3 {
	font-size: 1.2rem;
	margin: 15px 0;
}

.service-item p {
	font-size: 0.9rem;
	line-height: 1.4;
	opacity: 0.8;
}

/* Positioning text alignment */
.top-left,
.bottom-left {
	text-align: right;
}

.top-right,
.bottom-right {
	text-align: left;
}

/* Center Image Styling */
.center-circle {
	grid-column: 2;
	grid-row: 1 / span 2;
	/* Spans both rows */
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-circle img {
	width: 100%;
	max-width: 280px;
	height: auto;
}

.dental-section {
	background-color: #e68a49;
	padding: 60px 40px 160px;
	color: white;
	border-radius: 50px 50px 0px 0px;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}

.header-content h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

.info-box {
	text-align: center;
}

.header-content p {
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.9;
    line-height: 27px;
}
/* Flex Container Setup */
.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Columns */
.side-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 80px;
	/* Space between the two text boxes */
}

.left-side {
	text-align: right;
}

.right-side {
	text-align: left;
}

.center-column {
	flex: 0 0 580px;
	/* Fixed width for the center image circle */
	display: flex;
	justify-content: center;
}

.image-wrapper img {
	width: 100%;
	height: auto;
}

/* Info Box Styling */
.info-box h3 {
	margin: 10px 0;
	font-size: 1.1rem;
}

.info-box p {
	font-size: 0.9rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
}

/* Specific section styles to avoid global leaks */
.wing-sdr-section {
	--wing-teal: #3ba3ab;
	--wing-orange: #e6914d;
	--wing-white: #ffffff;
	background: url(/wp-content/uploads/2026/01/imgbg.png);
	padding: 160px 20px 240px;
	margin-top: -7vw;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.footer-top .logo {
    max-width: 150px;
}
.work-stats-section {
    background: url(/wp-content/uploads/2026/01/vdd.png)!important;
    padding: 140px 20px;
    color: #ffffff;
    overflow: hidden;
    background-size: cover;
}
.wing-sdr-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 80px;
}

.wing-sdr-sidebar:after {
	content: '';
	width: 2px;
	background: #ffffff63;
	height: 100%;
	display: inline-block;
	top: 0;
	position: absolute;
	right: -8px;
	top: 70px;
}

.wing-sdr-sidebar {
	flex: 0 0 310px;
	padding-top: 20px;
	position: relative;
}

.wing-sdr-label {
	background: var(--wing-orange);
	color: white;
	padding: 25px 20px;
	font-weight: 700;
	font-size: 1.25rem;
	border-radius: 10px;
	position: relative;
	line-height: 1.3;
	z-index: 9;
}

/* Arrow Pointer */
.wing-sdr-label::after {
	content: '';
	position: absolute;
	right: -14px;
	top: 40px;
	/* Aligned near the top like the image */
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 15px solid var(--wing-orange);
}

.wing-sdr-grid:after {
	content: '';
	width: 1092px;
	background: #ffffff63;
	height: 2px;
	display: inline-block;
	top: 0;
	position: absolute;
	right: -8px;
	top: auto;
	bottom: -72px;
}

.wing-sdr-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	flex: 1;
	position: relative;
}

.wing-sdr-card {
	background: var(--wing-white);
	border-radius: 15px;
	padding: 30px;
	position: relative;
	transition: transform 0.2s ease;
}


.wing-sdr-title {
	margin: 0 0 12px 0;
	font-size: 1.15rem;
	color: #222;
	font-weight: 700;
	padding-right: 40px;
	/* Space for icon */
}

.wing-sdr-text {
	margin: 0;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
	padding-right: 20px;
	max-width: 381px;
}

.wing-sdr-icon-box {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 55px;
	height: 65px;
}

.wing-sdr-icon-box img {
	width: 100%;
	height: auto;
	/* Tint icons orange-ish */
}

.headlines p {
	color: #fff;
}

.headlines h2 span {
	color: #84F2FF;
}

.headlines h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	max-width: 580px;
	margin: 0 auto 40px;
}

.headlines {
	text-align: center;
	padding-bottom: 80px;
	padding-top: 80px;
}

.wing-hipaa-section {
	max-width: 1100px;
	margin: 60px auto;
	padding: 40px 20px 100px;
	color: #333;
}

/* Header Styling */
.wing-hipaa-header {
	text-align: center;
	margin-bottom: 50px;
}

.wing-hipaa-main-title {
	font-size: 2.2rem;
	margin-bottom: 15px;
	font-weight: 700;
}

.wing-hipaa-highlight {
	color: #3ba3ab;
}

.wing-hipaa-subtitle {
	color: #666;
	font-size: 0.95rem;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Layout Styling */
.wing-hipaa-container {
	display: flex;
	align-items: center;
	gap: 60px;
}

/* Image Wrapper & Overlay */
.wing-hipaa-image-wrapper {
	flex: 1;
	position: relative;
}

.wing-hipaa-main-img {
	width: 100%;
	border-radius: 15px;
	display: block;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wing-hipaa-badge {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: white;
	padding: 10px 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.wing-hipaa-badge-icon {
	width: 30px;
	filter: invert(48%) sepia(87%) saturate(336%) hue-rotate(158deg) brightness(92%) contrast(87%);
}

.wing-hipaa-badge-text {
	font-size: 0.75rem;
	color: #3ba3ab;
	line-height: 1.1;
}

/* Text Features Styling */
.wing-hipaa-content {
	flex: 1;
	border-left: 2px solid #e6914d;
	/* The orange vertical line */
	padding-left: 40px;
	position: relative;
}

/* Small dot on top of the orange line */
.wing-hipaa-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 8px;
	height: 8px;
	background: #e6914d;
	border-radius: 50%;
}

.wing-hipaa-feature {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.wing-hipaa-feature:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.wing-hipaa-feature-title {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	font-weight: 500;
	color: #222;
}

.wing-hipaa-feature-text {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.career-section {
    --brand-orange: #e6914d;
    --light-peach: #fff5ed;
    background: var(--brand-orange);
/*     background: url(/wp-content/uploads/2026/01/bg2-1.png); */
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 20px;
    color: white;
}
.career-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

/* Left Side: Sticky Positioning */
.career-sidebar {
	flex: 1;
	position: sticky;
	top: 100px;
	/* Adjust based on your header height */
}

.career-top-label {
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 0;
	opacity: 1;
}

.career-main-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}

h1.career-main-title span {
	color: #FFEFE5;
}

.career-description {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
	opacity: 0.95;
}

.career-btn {
	display: inline-block;
	background: #3ba3ab;
	color: white;
	padding: 12px 25px;
	border-radius: 0;
	text-decoration: none;
	font-weight: 400;
	transition: 0.3s;
}

.career-btn:hover {
	background: #2d8188;
}

/* Right Side: Timeline Scrolling */
.career-scroll-content {
	flex: 1.2;
}

.career-right-heading {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.5rem;
}

.career-timeline {
	position: relative;
	padding-left: 50px;
}

/* The Vertical Line */
.career-line {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.5);
}

.career-item {
	position: relative;
	margin-bottom: 30px;
}

/* Number Circles */
.career-number {
	position: absolute;
	left: -62px;
	top: 1px;
	width: 52px;
	height: 52px;
	background: var(--brand-orange);
	border: 1px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	z-index: 2;
	font-size: 24px;
	font-weight: 500;
}

/* The Content Cards */
.career-card {
	background: var(--light-peach);
	color: #333;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.career-card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.career-icon {
	font-size: 1.5rem;
}

.career-card h3 {
	margin: 0;
	font-size: 1.2rem;
	color: #111;
}

.career-list {
	margin: 0;
	padding-left: 90px;
	list-style-type: disc;
}

.career-list li {
	font-size: 0.9rem;
	margin-bottom: 10px;
	color: #444;
	line-height: 1.4;
}

.alt-next-section {
	--alt-teal: #3ba3ab;
	--alt-white: #ffffff;
	width: 100%;
	overflow: hidden;
}

.alt-next-container {
	display: flex;
	min-height: 400px;
	width: 100%;
}

/* Left Image Styling */
.alt-next-image {
	flex: 1;
	background-color: #f0f0f0;
}

.alt-next-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Right Content Styling */
.alt-next-content:hover {
	background: #107c8b;
}

.alt-next-content {
	flex: 1;
	background-color: #1591A2;
	color: var(--alt-white);
	display: flex;
	align-items: center;
	padding: 60px 60px 60px 100px;
	transition: .3s;
	cursor: pointer;
}

.alt-next-text-wrapper {
	max-width: 670px;
}

.alt-next-title span {
	color: #C3F8FF;
	font-size: 70px;
	margin-top: 10px;
	display: inline-block;
	transition: .3s;
}

.alt-next-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
	letter-spacing: -1px;
}

.alt-next-arrow {
	font-weight: 300;
	margin-left: 10px;
}

.alt-next-description {
	font-size: 1.1rem;
	line-height: 1.6;
	opacity: 0.9;
}

.alt-next-link {
	color: var(--alt-white);
	text-decoration: underline;
	font-weight: bold;
}

.alt-next-link:hover {
	opacity: 0.8;
}

/* Unique CSS classes for the Testimonial Section */
.alt-testimonial-section {
	background-color: #ffffff;
	padding: 90px 20px 130px;
	text-align: center;
	color: #333;
}

.alt-container {
	max-width: 1400px;
	margin: 0 auto;
}

.alt-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
}

.alt-highlight {
	color: #f38a4e;
	/* The orange/coral color from the image */
}

.alt-subtitle {
	color: #666;
	font-size: 1.1rem;
	margin-bottom: 50px;
}

.alt-card-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.alt-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 30px;
	flex: 1;
	min-width: 400px;
	max-width: 400px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.alt-stars {
	color: #ffcc00;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.alt-quote {
	font-size: 1.05rem;
	line-height: 1.6;
	color: #444;
	margin-bottom: 30px;
	font-weight: 400;
}

.alt-user {
	display: flex;
	align-items: center;
	gap: 12px;
}

.alt-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #eee;
}

.alt-user-info {
	line-height: 1.3;
}

.alt-name {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.alt-role {
	font-size: 0.85rem;
	color: #666;
	margin: 2px 0 0 0;
}


.faq-section {
	background-color: #e0f2f5;
	padding: 100px 20px 140px;
}

.faq-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	text-align: left;
}

.faq-item {
	background: #ffffff;
	border: 1px solid #b2d8d8;
	border-radius: 12px;
	/* Pill shape */
	padding: 18px 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	height: fit-content;
}

.faq-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-question {
	font-weight: 700;
	color: #1a1a1a;
}

.faq-icon {
	font-size: 1.5rem;
	transition: transform 0.3s ease;
}

.faq-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, margin-top 0.3s ease;
}

.faq-body p {
	padding-top: 15px;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
	margin: 0;
}

/* Active State */
.faq-item.active {
	border-color: #38a3a5;
}

.faq-item.active .faq-body {
	max-height: 200px;
	/* Adjust based on content */
}

.faq-item.active .faq-icon {
	transform: rotate(45deg);
	/* Plus becomes an 'x' */
}


/* Unique prefix: work- */
.work-stats-section {
	background-color: #2a92a4;
	/* Teal color from image */
	padding: 140px 20px;
	color: #ffffff;
	overflow: hidden;
}

.work-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

/* Left Content */
.work-content {
	flex: 1;
	max-width: 500px;
}

.work-badge {
	margin-bottom: 30px;
	text-align: left;
}

.badge-title {
	font-size: 1.8rem;
	line-height: 1;
	margin: 0;
}

.badge-title span {
	font-weight: 400;
}

.badge-stars {
	color: #ff9d00;
	font-size: 1.2rem;
	margin: 10px 0;
}

.badge-rating {
	font-size: 0.7rem;
	letter-spacing: 1px;
	background: white;
	color: #2a92a4;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	font-weight: bold;
}

.work-main-heading {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
}

.work-description {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.9;
}

/* Diamond Grid Logic */
.work-stats-grid-wrapper {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.diamond-container {
	display: grid;
	grid-template-columns: repeat(2, 160px);
	gap: 0px;
	transform: rotate(45deg);
	/* Rotating the whole grid */
}

.diamond-item {
	width: 160px;
	height: 160px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.diamond-content {
	transform: rotate(-45deg);
	/* Counter-rotate text to make it straight */
	text-align: center;
}

.diamond-content p {
	font-size: 0.8rem;
	margin: 0;
	opacity: 0.8;
}

.diamond-content h3 {
	font-size: 1.8rem;
	margin: 5px 0;
	font-weight: 800;
}
.diamond-item:first-child {
    border-bottom: transparent;
}
.diamond-item:nth-child(2) {
    border-bottom: transparent;
}
/* Container styling */
.footer-container {
  padding: 60px 10%;
  font-family: 'Inter', sans-serif;
  color: #333;
  background-color: #fff;
}

/* Layout for the top section */
.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 90px auto 80px;
}

.footer-brand {
    flex: 1;
    min-width: 570px;
}

.footer-brand p {
  margin: 20px 0;
  max-width: 520px;
}
a.apply-btn:hover {
    background: #fff;
    color: #3a8c9f;
}
/* The Button */
.btn-contact {
  background-color: #e69150; /* Orange color from image */
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

/* Link Columns Layout */
.footer-links {
  display: flex;
  flex: 2;
  justify-content: space-between;
  gap: 20px;
}

.link-group h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

.link-group ul {
  list-style: none;
  padding: 0;
}
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
}
ul.feature-list li {
    list-style: none;
}	
a.btn.btn-contact {
    background: #F3F2F2;
	    font-weight: 600;
}
p.faq-tagline {
    margin-bottom: 80px;
}
.image95 img {
    border-radius: 18px;
}
.link-group li {
    margin: 21px 0;
    color: #000;
    cursor: pointer;
}
h2.faq-main-title {
    font-size: 40px;
    color: #1591a2;
}
/* Bottom Bar */
.divider {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #777;
}

.legal-links span {
  margin-left: 20px;
  cursor: pointer;
}



/* Responsive: Stacks on mobile */
@media only screen and (max-width: 900px) {
	.work-container {
		flex-direction: column;
		text-align: center;
	}
	.headlines {
    padding-top: 80px;
}
	.wing-sdr-title {
    font-size: 14px;
}
	.wing-sdr-text {
    font-size: 12px;
    max-width: 80%;
}
	.headlines h2 {
    color: #fff;
    font-size: 20px;
}
	.wing-sdr-label {
    padding: 15px 21px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}
	.info-box h3 {
    font-size: 14px;
}
	.hero-container {
    flex-direction: column-reverse;
}
	p {
    font-size: 14px;
    line-height: 21px;
}
	.card-grid {
    padding: 0 0;
}
	.header-content h2 {
    font-size: 20px;
}
	.dental-section {
    padding: 30px 40px 100px;
    border-radius: 20px 20px 0px 0px;
}
.card h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
	p.hero-subtitle {
    font-size: 14px;
}
	.section-header {
    margin-bottom: 0;
}
	.icon img {
    max-width: 40px;
}
	.card p {
    font-size: 13px;
    line-height: 25px;
}
	.section-header p {
    font-size: 14px;
    line-height: 24px;
}
	.section-header h1 {
    font-size: 20px;
}
	ul.feature-list li {
    font-size: 14px;
    line-height: 23px;
}
	.card {
    flex: 1 1 60%;
}
	.hero-text h1 {
    font-size: 24px;
}
	.hero-container {
    padding: 0 20px;
}
	.card-grid {
    padding: 0 20px;
}
.image95 img {
    border-radius: 6px;
    width: 100%;
}
	
	.hero {
    padding: 60px 0% 80px 0px;
}
	.work-badge {
		text-align: center;
	}

	.work-main-heading {
		font-size: 2.5rem;
	}

	.work-stats-grid-wrapper {
		margin-top: 50px;
	}

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

	.alt-next-container {
		flex-direction: column;
	}

	.alt-card {
		max-width: 100%;
	}

	.alt-next-image {
		height: 250px;
	}

	.alt-next-content {
		padding: 40px 20px;
		text-align: center;
	}

	.alt-next-title {
		font-size: 2.5rem;
	}

	.career-container {
		flex-direction: column;
	}

	.career-sidebar {
		position: static;
		text-align: center;
	}

	.career-timeline {
		margin-top: 50px;
	}

	.wing-hipaa-container {
		flex-direction: column;
	}

	.wing-hipaa-content {
		border-left: none;
		padding-left: 0;
	}

	.wing-hipaa-content::before {
		display: none;
	}

	.wing-sdr-container {
		flex-direction: column;
		align-items: stretch;
	}

	.wing-sdr-sidebar {
		flex: none;
		width: 100%;
	}

	.wing-sdr-label::after {
		display: none;
	}

	.wing-sdr-grid {
		grid-template-columns: 1fr;
	}

	.flex-container {
		flex-direction: column;
	}

	.side-column {
		text-align: center;
		gap: 30px;
	}

	.center-column {
		order: -1;
		/* Puts image at top on mobile */
		flex: 0 0 auto;
	}
}

/* Mobile Adjustments */
@media (max-width: 992px) {
	.menu-toggle {
		display: flex;
	}
	.menu-toggle {
    width: 20px;
    height: 22px;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    top: 11px;
    left: -11px;
}
section#solutions .icon {
    margin-bottom: 0;
}
	
section#solutions .card-grid {
        padding: 0 0px;
    }
.nav-links a {
    font-size: 14px;
}
section#solutions .card {
        padding: 10px 15px;
    }
.menu-toggle span {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}

/* Default positions */
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 9px;
}
.menu-toggle span:nth-child(3) {
  top: 18px;
}

/* 🔥 When menu is OPEN (cross) */
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}


	.nav-links {
		display: none;
		/* Default hidden on mobile */
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: white;
		padding: 20px 0;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}

	.nav-links.active {
		display: flex;
	}

	/* Show when toggled */

	.nav-buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-top: 10px;
	}
.client-card img {
    max-width: 88%;
}
	h2.faq-main-title {
    font-size: 30px;
}
}




@media (max-width: 767px) {
.client-card {
    flex: 1 1 30%;
}
	.client-section h2 {
    font-size: 20px;
}
}

