/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/


/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/


/* Font Imports  */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* .main-page-container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0 1rem; 
  } */

.page-navbar{
	height: 80px;
	width: 100%;
	padding: 25px 75px;
	background-color: rgba(255, 255, 255, 0.11);
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 9991;
	top: 0;
	left: 0;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
	/* background-image: url('templatefiles/doublemedia/dm/img/homepage/Background-Noise.png'); */
}

.page-navbar-inner{
	max-width: 1800px;
	height: 100%;
	margin:0 auto;
	width: 100%;
	background-color: transparent;
	justify-content: space-between;
	display: flex;
	align-items: center;
}


.page-navbar-left{
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-navbar-left .logo{

	height: 50px;
	width: 50px;

}

.page-navbar-left .page-navbar-navitem-list{

	/* padding: 0px 25px; */
	gap: 15px;
	display: flex;

}


.page-navbar-left .page-navbar-menu-span{
	height: 25px;
	width: 2px;
	background-color: #5D5E5E;
}

.page-navbar-left .page-navbar-navitem-list li{

	list-style-type: none;
	/* font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal; */
}

  .page-navbar-left .page-navbar-navitem-list li a{

	text-decoration: none;
	color: #5D5E5E;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;

}

.page-navbar-left .page-navbar-navitem-list li a:hover{
	color: #53A2E8;
  }

.page-navbar-left .page-navbar-navitem-list .services-highlight {
	font-weight: 600;
	color: inherit;
}


.page-navbar-right .lets-talk-button{

	
	background-color: #fff;
	border: 2px solid #53A2E8;
	color: #53A2E8;
	/* background-color: transparent;
	border: 2px solid #53A2E8;
	color: #53A2E8; */
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	
}

.page-navbar-right .lets-talk-button:hover{

	background-color: #53A2E8;
	border: 2px solid #53A2E8;
	color: #fff;
	
}

/* Mobile Hamburger Menu */
.hamburger-menu {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 4px;
}

.hamburger-line {
	width: 25px;
	height: 3px;
	background-color: #5D5E5E;
	transition: all 0.3s ease;
}

.hamburger-line:nth-child(2) {
	background-color: #53A2E8;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1000;
	transition: left 0.3s ease;
}

.mobile-nav.active {
	left: 0;
}



.mobile-nav-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	max-width: 300px;
	height: 100%;
	background-color: #fff;
	padding: 120px 30px 30px;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}

/* Make mobile nav content scrollable so tall dropdowns fit the viewport */
.mobile-nav-content {
	max-height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mobile-nav.active .mobile-nav-content {
	transform: translateX(0);
}

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

.mobile-nav-list li {
	margin-bottom: 20px;
}

.mobile-nav-list li a {
	text-decoration: none;
	/* color: #5D5E5E; */
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	transition: color 0.3s ease;
}

.mobile-nav-list li a:hover {
	color: #53A2E8;
}

.mobile-nav-list .services-highlight {
	font-weight: 600;
	color: inherit;
}

.mobile-nav-list .services-highlight:hover {
	color: #53A2E8;
}


/* --------------------------------------------------------------
   Dropdown styling & animation
   -------------------------------------------------------------- */
.mobile-has-dropdown > .mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-weight: 600; */
    /* padding: .75rem 0; */
    cursor: pointer;
}
.mobile-has-dropdown .mobile-dropdown-menu {
    /* background: #f8f9fa; */
    margin: 0;
    padding: 0;
    display: none;
}
.mobile-has-dropdown.open .mobile-dropdown-menu {
	display: block;
	padding: 0.9rem 0.2rem;
}

/* Ensure mobile nested submenus can expand without getting clipped */
.mobile-nested-group .mobile-submenu {
	overflow: hidden;
	max-height: 0;
	transition: max-height .28s ease;
}
.mobile-nested-group.open > .mobile-submenu {
	max-height: 400px; /* ample space; will scroll via main nav if content taller */
	overflow: visible;
}
.mobile-has-dropdown .mobile-dropdown-menu a {
    display: block;
    /* padding: .5rem 0; */
    color: #555;
    font-size: .95rem;
}
.mobile-has-dropdown .mobile-dropdown-menu a:hover {
    color: #53a2e8;
}

/* Chevron rotation (nice touch) */
.mobile-has-dropdown .fa-chevron-down {
    transition: transform .25s;
}
.mobile-has-dropdown.open .fa-chevron-down {
    transform: rotate(180deg);
}

.mobile-nav-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	color: #5D5E5E;
	cursor: pointer;
}

/* Navbar Transitions */
.page-navbar-left .page-navbar-navitem-list {
	overflow: visible;
	transition: all 0.5s ease;
	white-space: nowrap;
}

.page-navbar-left .page-navbar-navitem-list li {
	display: inline-block;
	white-space: nowrap;
}
 
.page-navbar-left .page-navbar-navitem-list li a {
	white-space: nowrap;
	display: inline-block;
}

/* Navbar Active Link + Underline */
.page-navbar-left .page-navbar-navitem-list .nav-link {
	position: relative;
	text-decoration: none;
}
.page-navbar-left .page-navbar-navitem-list .nav-link.active,
.page-navbar-left .page-navbar-navitem-list .nav-link:hover {
	color: #53A2E8;
}
.page-navbar-left .page-navbar-navitem-list .nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background: #53A2E8;
	border-radius: 2px;
}

/* Chevron for dropdown parents */
.page-navbar-left .page-navbar-navitem-list .has-dropdown > .nav-link::after {
	content: '\25BE'; /* down-pointing small triangle */
	margin-left: 6px;
	font-size: 0.8em;
	color: #5D5E5E;
}
.page-navbar-left .page-navbar-navitem-list .has-dropdown:hover > .nav-link::after,
.page-navbar-left .page-navbar-navitem-list .has-dropdown > .nav-link.active::after {
	color: #53A2E8;
}

/* Hover underline as well as active */
.page-navbar-left .page-navbar-navitem-list .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 3px;
	background: #53A2E8;
	border-radius: 2px;
	transition: width 0.2s ease;
}
.page-navbar-left .page-navbar-navitem-list .nav-link:hover::after { width: 100%; }
.page-navbar-left .page-navbar-navitem-list .nav-link.active::after { width: 100%; }

/* Ensure dropdown stacks above content */
.page-navbar-left .page-navbar-navitem-list { position: relative; z-index: 50; }
.page-navbar-left .page-navbar-navitem-list .has-dropdown .dropdown-menu { z-index: 100; }

.page-navbar.scrolled{
	background-color: #ffffff !important;
	background-image: none !important;
	box-shadow: 0 2px 14px rgba(0,0,0,0.08);
}
.navbar-scrolled .page-navbar{
	background-color: #ffffff !important;
	background-image: none !important;
	box-shadow: 0 2px 14px rgba(0,0,0,0.08);
}

.page-navbar-left .page-navbar-navitem-list .has-dropdown .dropdown-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	/* min-width: 320px; */
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 12px 12px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	/* Make dropdown a block so submenu groups stack vertically and take full width */
	display: block;
	width: auto;
	/* prevent initial glitch */
	visibility: hidden;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
	z-index: 1999;
}
.page-navbar-left .page-navbar-navitem-list .has-dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .15s ease, transform .15s ease;
}
/* ensure link blocks fill grid cells */
.page-navbar-left .page-navbar-navitem-list .dropdown-menu li { list-style: none; margin: 0; padding: 0; }
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .nav-link { display: block; padding: 8px 8px; white-space: nowrap; color: #5D5E5E; border-radius: 6px; }
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .nav-link:hover { color: #53A2E8; background: rgba(83,162,232,0.06); }

/* Optional wider services dropdown still 2 cols */
.page-navbar-left .page-navbar-navitem-list .dropdown-wide { min-width: 380px; }

@media (max-width: 900px) {
	/* Dropdowns handled in mobile list */
	.page-navbar-left .page-navbar-navitem-list .dropdown-menu { display: none !important; }
}

/* Responsive Design */
@media (max-width: 900px) {
	.page-navbar {
		padding: 20px 30px;
	}
	
	.page-navbar-left .page-navbar-navitem-list {
		display: none;
	}
	
	.page-navbar-left .page-navbar-menu-span {
		display: none;
	}
	
	.hamburger-menu {
		display: flex;
	}
	
	.page-navbar-right .lets-talk-button {
		display: none;
	}
}

@media (max-width: 480px) {
	.page-navbar {
		padding: 15px 20px;
	}
	
	.page-navbar-left .logo {
		height: 40px;
		width: 40px;
	}
}

/* Footer Styles */
.page-footer {
	background-color: #fff;
	padding: 80px 75px 0 75px;
	width: 100%;
}

.page-footer-inner {
	max-width: 1800px;
	margin: 0 auto;
	width: 100%;
}

.footer-main-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
	gap: 60px;
	margin-bottom: 60px;
}

.footer-column {
	display: flex;
	flex-direction: column;
}

.footer-company {
	max-width: 350px;
}

.footer-logo img {
	height: 50px;
	width: auto;
	margin-bottom: 20px;
}

.footer-description {
	color: #5D5E5E;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.footer-social-icons {
	display: flex;
	gap: 25px;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	/* background-color: #53A2E8; */
	color: #53A2E8 !important;
	border-radius: 50%;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}

.social-icon:hover {
	color: #53A2E8;
}

.footer-heading {
	color: #3A3A4D;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

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

.footer-links li {
	margin-bottom: 12px;
}

.footer-links li a {
	color: #5D5E5E;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.3s ease;
}

.footer-links li a:hover {
	color: #53A2E8;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #5D5E5E;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

.contact-item i {
	color: #53A2E8;
	font-size: 16px;
	width: 20px;
}

.footer-bottom {
	border-top: 1px solid #E5E5E5;
	padding: 30px 0;
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copyright p {
	color: #5D5E5E;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0;
}

.footer-legal {
	display: flex;
	gap: 20px;
}

.footer-legal a {
	color: #5D5E5E;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-legal a:hover {
	color: #53A2E8;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
	.page-footer {
		padding: 60px 50px 0 50px;
	}
	
	.footer-main-content {
		gap: 40px;
		margin-bottom: 50px;
	}
}

@media (max-width: 900px) {
	.page-footer {
		padding: 50px 30px 0 30px;
	}
	
	.footer-main-content {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}
	
	.footer-company {
		grid-column: 1 / -1;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.footer-bottom-content {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	
	.footer-legal {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
}

@media (max-width: 600px) {
	.page-footer {
		padding: 40px 20px 0 20px;
	}
	
	.footer-main-content {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}
	
	.footer-social-icons {
		justify-content: center;
	}
	
	.footer-bottom {
		padding: 20px 0;
	}
	
	.footer-legal {
		flex-direction: column;
		gap: 10px;
	}
}

/* Remove dropdown chevron and extra padding */
.page-navbar-left .page-navbar-navitem-list .has-dropdown > .nav-link::after { content: none; margin: 0; }
.page-navbar-left .page-navbar-navitem-list .has-dropdown > .nav-link { padding-right: 0; }

/* Keep original link spacing tight */
.page-navbar-left .page-navbar-navitem-list { gap: 15px; }
.page-navbar-left .page-navbar-navitem-list .nav-link { margin: 0; padding: 0; }

/* Improve hover intent: keep open when hovering menu; add slightly longer hide delay */
/* (removed duplicate dropdown visibility block; handled above at first definition) */

/* Ensure navbar and dropdowns stack above content */
/* .page-navbar { position: relative; z-index: 4000; } */
.page-navbar-inner { position: relative; z-index: 4001; }
.page-navbar-left .page-navbar-navitem-list .has-dropdown .dropdown-menu { z-index: 5000; }

/* Dropdown should match trigger link width */
/* (removed duplicate dropdown sizing override; sizing defined in the main dropdown block) */
/* Ensure services wide override doesn't force wider than link */
/* .page-navbar-left .page-navbar-navitem-list .dropdown-wide { min-width: 0; } */

/* Remove underline span/after for dropdown links */
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .nav-link::after { content: none !important; width: 0 !important; }

/* === Nested Services dropdown styles (desktop + mobile) === */
.dropdown-menu .group-head { display:flex; justify-content:space-between; align-items:center; gap:8px; padding:8px 12px; cursor:pointer; }
.dropdown-menu .submenu { display:none; padding-left:12px; }
.dropdown-menu .nested-group { display:block; width:100%; }
.dropdown-menu .nested-group.open > .submenu { display:block; }

/* Force submenu list items and links to be full-width block elements on desktop */
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .submenu li {
	display: block;
	width: 100%;
}
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .submenu li a,
.page-navbar-left .page-navbar-navitem-list .dropdown-menu li > a.nav-link {
	display: block;
	width: 100%;
	padding: 8px 12px;
	color: #5D5E5E;
	text-decoration: none;
}
.page-navbar-left .page-navbar-navitem-list .dropdown-menu li > a.nav-link:hover,
.page-navbar-left .page-navbar-navitem-list .dropdown-menu .submenu li a:hover {
	color: #53A2E8;
	background: rgba(83,162,232,0.04);
}
.submenu-arrow { background:none;border:0;font-size:16px;transform:rotate(0);transition:transform .2s ease;cursor:pointer; }
.nested-group.open > .group-head .submenu-arrow { transform:rotate(90deg); }

/* mobile nested submenu */
.mobile-submenu { max-height:0; overflow:hidden; transition:max-height .28s ease; padding-left:12px; }
.mobile-nested-group.open > .mobile-submenu { max-height:400px; /* ample */ }
.mobile-group-head { display:flex; justify-content:space-between; align-items:center; padding:8px 12px; }

/* Ensure the submenu arrow is positioned nicely on narrow dropdowns */
.dropdown-menu .group-head .submenu-arrow { background: transparent; border: 0; padding: 0 6px; }

/* Make nested-group submenus full width and stack vertically */
.dropdown-menu.dropdown-wide {
	/* keep positioning but allow block children */
	display: block;
	min-width: 320px;
}

.dropdown-menu.dropdown-wide .nested-group {
	display: block;
	width: 100%;
	/* border-bottom: 1px solid #f6f7f9; */
}

.dropdown-menu .group-head {
	width: 100%;
	padding: 10px 14px;
}

.dropdown-menu .submenu {
	display: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.dropdown-menu .submenu li { list-style: none; }
.dropdown-menu .submenu li a {
	display: block;
	width: 100%;
	padding: 12px 18px;
	color: #5D5E5E;
	text-decoration: none;
}
.dropdown-menu .submenu li a:hover { background: rgba(83,162,232,0.04); color: #53A2E8; }

.dropdown-menu .nested-group.open > .submenu { display: block; }

@media (max-width: 900px) {
	/* mobile tweaks: make mobile-group-head links larger */
	.mobile-group-head a { font-size: 18px; font-weight: 700; color: #222; }
}


/* Buttons used as toggles inside dropdowns */
.group-link-toggle,
.mobile-group-toggle {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
}

/* Allow anchor tags to use group-link-toggle styling */
a.group-link-toggle {
	display: block;
	width: 100%;
	color: #5D5E5E;
	transition: color 0.3s ease;
}

a.group-link-toggle:hover {
	color: #53A2E8;
}

.group-link-toggle:focus,
.mobile-group-toggle:focus,
.submenu-arrow:focus,
.mobile-submenu-toggle:focus {
	outline: 2px solid rgba(83,162,232,0.3);
	outline-offset: 2px;
}

/* Audit Form Modal */
.homepage-quiz-form-modal {
	display: none;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 20px;
}

.homepage-quiz-form-modal.show {
	display: flex;
}

.homepage-quiz-form-modal-content {
	background-color: #fff;
	border-radius: 20px;
	max-width: 900px;
	width: min(900px, calc(100vw - 32px));
	max-height: min(90vh, 720px);
	/* Keep rounded corners visually intact by hiding overflow on the outer content
	   and placing the scrolling area inside (.homepage-quiz-form-body). */
	overflow: hidden;
	position: relative;
	animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.homepage-quiz-form-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #6B7280;
	cursor: pointer;
	z-index: 10001;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #F3F4F6;
	transition: all 0.3s ease;
	border: none;
	line-height: 1;
}

.homepage-quiz-form-close:hover {
	background-color: #E5E7EB;
	color: #3A3A4D;
}

.homepage-quiz-form-body {
	padding: clamp(24px, 4vw, 40px);
}

.homepage-quiz-form-body h2 {
	padding: 40px 0;
	font-size: 28px;
	font-weight: 700;
	color: #19191B;
	/* margin: 0 0 10px 0; */
	line-height: 1.2;
}


/* Make the inner modal body the scrollable area so the outer container's
   border-radius clips the scrollbar. Limit height to the viewport minus
   space for header/close button. */
.homepage-quiz-form-body {
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(90vh - 80px);
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable both-edges;
	padding-right: clamp(24px, 4vw, 32px);
}

/* Custom scrollbar styling (WebKit) to look tidy and respect border-radius */
.homepage-quiz-form-body::-webkit-scrollbar {
	width: 12px;
}
.homepage-quiz-form-body::-webkit-scrollbar-track {
	background: transparent;
}
.homepage-quiz-form-body::-webkit-scrollbar-thumb {
	background-color: rgba(83,162,232,0.25);
	border-radius: 10px;
	border: 3px solid transparent; /* create padding so thumb doesn't overlap content */
	background-clip: padding-box;
}

/* Firefox scrollbar styling */
.homepage-quiz-form-body {
	scrollbar-width: thin;
	scrollbar-color: rgba(83,162,232,0.25) transparent;
}
.homepage-quiz-form-body p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #787A82;
	margin: 0 0 30px 0;
	line-height: 1.5;
}

.homepage-quiz-form-field-group {
	margin-bottom: 20px;
}

.homepage-quiz-form-field-group-filler{
	height: 50px;
	width: 100%;
}

.homepage-quiz-form-field-group label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #19191B;
	margin-bottom: 8px;
}

.homepage-quiz-form-field-group input,
.homepage-quiz-form-field-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #19191B;
	background-color: #fff;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}


.homepage-quiz-form-field-group select {
	width: 100%;
	padding-left: 16px !important;
	padding-right: 16px !important;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #19191B;
	background-color: #fff;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}


.homepage-quiz-form-field-group input:focus,
.homepage-quiz-form-field-group select:focus,
.homepage-quiz-form-field-group textarea:focus {
	outline: none;
	border-color: #53A2E8;
}

.homepage-quiz-form-field-group textarea {
	min-height: 120px;
	resize: vertical;
}

.homepage-quiz-form-submit {
	width: 100%;
	padding: 14px 24px;
	background-color: #53A2E8;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.homepage-quiz-form-submit:hover {
	background-color: #3b8dd3;
}

.homepage-quiz-form-submit:disabled {
	background-color: #9CA3AF;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.homepage-quiz-form-body {
		padding: 24px 18px;
	}
    
	.homepage-quiz-form-body h2 {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.homepage-quiz-form-modal-content {
		border-radius: 16px;
	}
	.homepage-quiz-form-body {
		padding: 20px 16px;
		max-height: calc(90vh - 60px);
	}
}


.marketing-link{
    font-weight: 700 !important;
    color: #212529 !important;
    font-family: "Open Sans", sans-serif;
}