.navigation, .topFaq, #contentLayout, .btmLayout {
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.breadcrumb-area {
	padding: 150px 0;
	background: url(/images/page-header.jpg) no-repeat center;
	position: relative;
}
.breadcrumb-area::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
.navigation h1 {
	font: 600 40px/44px var(--siteFont);
	color: #fff;
}
.faq-area {
	padding: 125px 0px;
	background-color:var(--text-dark);
}
.faq-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.faq-left {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}
.faq-left .faqHead {
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	font-family: 'Nunito', sans-serif;
	font-size: clamp(18px, .1vw, 20px);
	font-weight: 900;
}
.faq-left .faqHead::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 30px;
	background: #fff;
	margin-top: -1px;
}
.faq-left .faqSub {
	color: var(--teal);
	padding: 25px 40px 35px 0px;
	font-family: 'Nunito', sans-serif;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 900;
}
.faq-right {
	-ms-flex: 0 0 60.5%;
	flex: 0 0 60.5%;
	max-width: 60.5%;
}
.accordBody {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
 border-radius: .25rem;
}
.accordContent p {
	font: 400 16px/26px var(--siteFont);
	color:rgba(255,255,255,0.72);
}
.accordion > .accordBody {
	overflow: hidden;
}
.faq-area .faq-content .accordBody:last-child {
	margin-bottom: 0;
}
.faq-area .faq-content .accordBody .accordHeader {
	border: none;
	background: transparent;
	padding: 0;
}
.accordHeader:first-child {
 border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.accordion > .accordBody > .accordHeader {
	border-radius: 0;
	margin-bottom: -1px;
}
.faq-area .faq-content .accordBody .accordHeader h4 {
	margin: 0;
	padding: 0;
	padding-right: 50px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #062540;font-family: 'Nunito', sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
	cursor: pointer;
	color: var(--teal);
}
.accordion .accordHeader h4::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 600;
}
.bgBtn {
	font: 600 16px/30px var(--siteFont);
	background: linear-gradient(135deg, #7aa7f9, #5fd3c9);
	padding: 15px 35px;
	color: #fff;
	border-radius: 5px;
}
.faq-area .faq-content .accordBody .accordContent {
	padding-left: 30px;
	padding: 0;
	margin-top: 20px;
}
.service {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 6% 1% 6% 1%;
	background: #e3edf6;
}
.ser-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ser-left {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.ser-right {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.new-to-mymynd-title {
	font: 300 40px/46px var(--headingFont);
	color: #383838;
}
.new-to-mymynd-title-sub {
	font: 300 26px/32px var(--headingFont);
	color: #383838;
}
.textCenter {
	text-align: center;
}
#contentLayout {
	padding: 100px 0px;
}
.gridMain {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
	margin-bottom: 70px;
}
.main-title {
	color: #062540;
	padding: 10px 0px 10px 0px;
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2vw, 32px);
	font-weight: 900;
}
.gridMain p {
	font: 400 18px/30px var(--siteFont);
	color: #04233d;
	padding: 15px 0px 15px 0px;
}
.gridMain.noGrid {
	display: block;
}
/* FAQ page CSS*/
.accordion-button {
	font: 600 18px/22px var(--siteFont);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.75rem;
	border: none;
	background: none;
	outline: none;
}
/* BLOG page CSS*/
.blog-heading-inner {
	font: 700 18px/24px var(--siteFont);
	margin-bottom: 12px;
	color: #373737;
}
.blog-content {
	font: 400 15px/27px var(--siteFont);
	color: #373737;
	text-align: left;
	min-height: 100px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.card-body .bgBtn {
	font: 600 16px/16px var(--siteFont);
	padding: 20px 30px;
	border-radius: 50px;
	border: none;
}
.my-dropdown-menu {
	position: absolute;
	right: -8%;
	transform: translateX(-50%);
	min-width: 220px;
	padding: 0.5rem 0.6rem;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none; /* Initially hidden */
	z-index: 1000;
}
.my-dropdown-menu.show {
	display: block;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
.my-dropdown-menu a {
	display: flex;
	align-items: center;
	padding: 0.1rem;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.my-dropdown-menu a:hover {
	background-color: #f8f9fa;
	color: #67c1b8;
}
.my-dropdown-item i {
	font-size: 16px; /* Standardized icon size */
	margin-right: 0.75rem;
	color: #67c1b8;
}
.my-dropdown-item .icon {
	width: 28px;
	/* border: 1px solid; */
	padding: 2px 0px;
}
.my-dropdown-item .text {
	font-size: 13px;
	font-weight: 400;
}
.my-dropdown-item .text, .my-dropdown-item .icon {
	display: inline-block;
}
.my-dropdown-item.text-danger i {
	color: #dc3545;
}
.attr-nav a.namebadge {
	padding: 5px 10px;
	border-radius: 50%;
	min-width: 42px;
	text-align: center;
	text-decoration: none;
	height: 40px;
	padding: 4px;
	background: linear-gradient(90deg, #4a86c5, #67c1b8);
	font-size: 14px;
}
.logo1.logo-scrolled {
	max-height: 50px;
}
/* ── HERO ── */
.siteMain {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	/*min-height: 50vh;*/
	min-height: auto;
	padding: 100px 80px 80px;
	position: relative;
	overflow: hidden;
}
.siteMain::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 500px;
	height: 500px;
	background: rgba(255,255,255,0.08);
	border-radius: 50%;
}
.siteMain::after {
	content: '';
	position: absolute;
	bottom: -120px;
	left: 30%;
	width: 400px;
	height: 400px;
	background: rgba(255,255,255,0.06);
	border-radius: 50%;
}
.hero-inner {
	max-width: 820px;
	position: relative;
	z-index: 2;
}
.hero-eyebrow {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	color: white;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 24px;
}
.hero h1 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 900;
	color: white;
	line-height: 1.12;
	margin-bottom: 28px;
	text-wrap: pretty;
}
.hero p {
	font-size: 18px;
	color: rgba(255,255,255,0.85);
	line-height: 1.78;
	max-width: 660px;
}
/* ── POSITIONING ── */
.positioning {
	background: var(--text-dark);
	padding: 96px 80px;
	position: relative;
	overflow: hidden;
}
.positioning::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 400px;
	height: 400px;
	background: rgba(42,158,216,0.08);
	border-radius: 50%;
}
.positioning-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	position: relative;
	z-index: 2;
}
.positioning .section-label {
	background: rgba(255,255,255,0.12);
	color: white;
}
.positioning h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(26px, 2.8vw, 40px);
	font-weight: 900;
	color: white;
	margin-bottom: 20px;
	text-wrap: pretty;
	line-height: 1.15;
}
.positioning h2 em {
	font-style: normal;
	color: var(--teal);
}
.positioning p {
	font-size: 16px;
	color: rgba(255,255,255,0.72);
	line-height: 1.8;
	margin-bottom: 16px;
}
.positioning p:last-child {
	margin-bottom: 0;
}
.pos-callout {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-left: 4px solid var(--teal);
	border-radius: 16px;
	padding: 36px;
}
.pos-callout-title {
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--teal);
	margin-bottom: 20px;
}
.pos-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}
.pos-point:last-child {
	margin-bottom: 0;
}
.pos-dot {
	width: 8px;
	height: 8px;
	min-width: 8px;
	border-radius: 50%;
	background: var(--teal);
	margin-top: 7px;
}
.pos-point p {
	font-size: 15px;
	color: rgba(255,255,255,0.82);
	margin: 0;
	line-height: 1.6;
}
/* ── PROBLEM ── */
.problem {
	background: var(--off-white);
	padding: 96px 80px;
}
.problem-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.problem h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 20px;
	text-wrap: pretty;
}
.problem p {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.8;
	margin-bottom: 16px;
}
.problem p:last-child {
	margin-bottom: 0;
}
.problem-visual {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.problem-card {
	background: white;
	border-radius: 16px;
	padding: 24px 28px;
	border: 1px solid rgba(42,158,216,0.1);
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.problem-card-icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: var(--blue-bg);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.problem-card h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 4px;
}
.problem-card p {
	font-size: 14px;
	color: var(--text-mid);
	margin: 0;
	line-height: 1.5;
}
/* ── SHIFT ── */
.shift {
	background: var(--blue);
	padding: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.shift::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -60px;
	width: 300px;
	height: 300px;
	background: rgba(255,255,255,0.07);
	border-radius: 50%;
}
.shift-inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
}
.shift .section-label {
	background: rgba(255,255,255,0.2);
	color: white;
}
.shift h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 3vw, 42px);
	font-weight: 900;
	color: white;
	margin-bottom: 20px;
	text-wrap: pretty;
	line-height: 1.2;
}
.shift p {
	font-size: 17px;
	color: rgba(255,255,255,0.82);
	line-height: 1.8;
}
/* ── WHAT WE BUILT ── */
.built {
	background: white;
	padding: 96px 80px;
}
.built-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}
.built h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 20px;
	text-wrap: pretty;
}
.built p {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.8;
	margin-bottom: 16px;
}
.built p:last-child {
	margin-bottom: 0;
}
.built-features {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.built-feature {
	background: var(--off-white);
	border-radius: 18px;
	padding: 28px;
	border: 1px solid rgba(42,158,216,0.1);
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.built-feature-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	background: var(--blue-bg);
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.built-feature h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 5px;
}
.built-feature p {
	font-size: 15px;
	color: var(--text-mid);
	margin: 0;
	line-height: 1.55;
}
/* ── DIFFERENTIATOR ── */
.diff {
	background: var(--off-white);
	padding: 96px 80px;
}
.diff-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.diff-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 56px;
}
.diff-header h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 16px;
	text-wrap: pretty;
}
.diff-header p {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.75;
}
.diff-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.diff-card {
	background: white;
	border-radius: 20px;
	padding: 36px 30px;
	border: 1px solid rgba(42,158,216,0.1);
	position: relative;
	overflow: hidden;
}
.diff-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--blue), var(--blue-light));
}
.diff-card-num {
	font-family: 'Nunito', sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: var(--blue-bg);
	line-height: 1;
	margin-bottom: 16px;
}
.diff-card h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 10px;
}
.diff-card p {
	font-size: 15px;
	color: var(--text-mid);
	line-height: 1.65;
}
/* ── ENTERPRISE ── */
.enterprise {
	background: var(--blue-dark);
	padding: 96px 80px;
	position: relative;
	overflow: hidden;
}
.enterprise::before {
	content: '';
	position: absolute;
	bottom: -80px;
	left: -60px;
	width: 400px;
	height: 400px;
	background: rgba(255,255,255,0.05);
	border-radius: 50%;
}
.enterprise-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	position: relative;
	z-index: 2;
}
.enterprise .section-label {
	background: rgba(255,255,255,0.15);
	color: white;
}
.enterprise h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 900;
	color: white;
	margin-bottom: 20px;
	text-wrap: pretty;
}
.enterprise p {
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	line-height: 1.8;
	margin-bottom: 16px;
}
.enterprise p:last-child {
	margin-bottom: 0;
}
.ent-tiers {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.ent-tier {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 16px;
	padding: 24px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.ent-tier-label {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--blue-light);
	min-width: 100px;
}
.ent-tier-divider {
	width: 1px;
	height: 32px;
	background: rgba(255,255,255,0.15);
}
.ent-tier-text {
	font-size: 15px;
	color: rgba(255,255,255,0.82);
	line-height: 1.5;
}
/* ── VISION ── */
.vision {
	background: white;
	padding: 96px 80px;
}
.vision-inner {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}
.vision-inner h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(26px, 3vw, 44px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 32px;
	text-wrap: pretty;
	line-height: 1.15;
}
.vision-inner h2 em {
	font-style: normal;
	color: var(--blue);
}
.vision-rule {
	width: 56px;
	height: 4px;
	background: var(--teal);
	border-radius: 2px;
	margin: 0 auto 40px;
}
.vision-quote {
	background: var(--off-white);
	border-radius: 24px;
	padding: 48px 56px;
	border-left: 4px solid var(--blue);
	text-align: left;
	margin-bottom: 40px;
}
.vision-quote p {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--text-dark);
	line-height: 1.68;
}
.vision-quote p span {
	color: var(--blue);
}
.vision-body {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.8;
	max-width: 660px;
	margin: 0 auto;
}
/* ── FOUNDER ── */
.founder {
	background: var(--off-white);
	padding: 96px 80px;
}
.founder-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 64px;
	align-items: start;
}
.founder-photo {
	width: auto;
	height: 440px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	text-align: center;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}
.founder-photo img {
	border-radius: 10px;
}
.founder-name {
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 4px;
}
.founder-role {
	font-size: 13px;
	font-weight: 700;
	color: var(--blue);
	margin-bottom: 24px;
}
.founder-bio {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.8;
	margin-bottom: 24px;
}
.credential-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.credential {
	background: white;
	border: 1px solid rgba(42,158,216,0.2);
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 11px;
	font-weight: 700;
	color: var(--blue-dark);
	letter-spacing: 0.03em;
}
 @media screen and (max-width: 1190px) {
.faq-area {
	padding: 125px 20px;
}
#contentLayout {
	padding: 50px 20px;
}
#contentLayout .gridMain:nth-child(2n+1) {
	grid-template-columns: 1fr 300px;
}
#contentLayout .gridMain:nth-child(2n) {
	grid-template-columns: 300px 1fr;
}
}
  /* ── RESPONSIVE ── */
@media (max-width: 1024px) {
.siteMain {
	min-height: inherit;
	padding: 0px;
}
.hero, .positioning, .problem, .built, .diff, .enterprise, .vision, .founder, .final-cta {
	padding: 80px 48px;
}
.shift {
	padding: 64px 48px;
}
footer {
	padding: 60px 48px 32px;
}
.footer-top {
	grid-template-columns: 1fr 1fr;
	gap: 36px;
}
.diff-cards {
	grid-template-columns: 1fr 1fr;
}
}
 @media screen and (max-width:900px) {
.navigation h1 {
	text-align: center;
}
.faq-area {
	padding: 50px 20px;
}
.faq-items {
	display: block;
	width: 100%;
}
.faq-left, .faq-right {
	flex: 100%;
	max-width: 100%;
}
.faq-right {
	margin: 50px 0px 0px 0px;
}
.breadcrumb-area {
	background-size: cover;
}
}
 @media (max-width: 860px) {
nav ul {
	display: none;
}
nav {
	padding: 0 24px;
}
.hero {
	padding: 50px 24px 64px;
}
.hero p {
	font-size: 16px;
}
.positioning {
	padding: 64px 24px;
}
.positioning-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}
.problem {
	padding: 64px 24px;
}
.problem-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}
.shift {
	padding: 56px 24px;
}
.built {
	padding: 64px 24px;
}
.built-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}
.diff {
	padding: 64px 24px;
}
.diff-cards {
	grid-template-columns: 1fr;
	gap: 16px;
}
.enterprise {
	padding: 64px 24px;
}
.enterprise-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}
.vision {
	padding: 64px 24px;
}
.vision-quote {
	padding: 32px 28px;
}
.founder {
	padding: 64px 24px;
}
.founder-inner {
	grid-template-columns: 1fr;
	gap: 36px;
}
.founder-photo {
	width: 100%;
	height: 440px;
}
.final-cta {
	padding: 64px 24px;
}
}
 @media screen and (max-width: 767px) {
.gridMain {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
}
.txtDiv {
	order: 2;
}
#contentLayout .gridMain:nth-child(2n), #contentLayout .gridMain:nth-child(2n+1) {
	grid-template-columns: auto;
}
.imgDiv {
	width: 70%;
	margin: 0px auto;
}
.breadcrumb-area {
	padding: 75px 0;
}
}
 @media (max-width: 540px) {
.hero h1 {
	font-size: 28px;
}
.vision-inner h2 {
	font-size: 26px;
}
.vision-quote p {
	font-size: 17px;
}
.diff-cards {
	grid-template-columns: 1fr;
}
.ent-tier {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.ent-tier-divider {
	display: none;
}
}
