@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
	--mgd-bg: #e9f5f780;
	--mgd-surface: #ffffff;
	--mgd-border: #e3e8ef;
	--mgd-text: #101828;
	--mgd-muted: #667085;
	--mgd-brand: #00abc8;
	--mgd-grad-yellow: linear-gradient(135deg, #ff9f1c 0%, #ffbc5d 100%);
	--mgd-grad-blue: linear-gradient(135deg, #071689 0%, #3b4ac4 100%);
	--mgd-grad-green: linear-gradient(135deg, #2dce89 0%, #28b76c 100%);
	--mgd-grad-cyan: linear-gradient(135deg, #00abc8 0%, #33bdd4 100%);
}

.mgd-page-shell {
	background: var(--mgd-bg);
	padding: 0px 0px 0px 0px !important ;
	font-family: "Poppins", sans-serif;
}

.mgd-page-shell *,
.mgd-page-shell *::before,
.mgd-page-shell *::after {
	box-sizing: border-box;
}

.mgd-container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 25px 0px;
}


/* Remove underlines from directory links */
.semgd-sidebar-btn,
.mgd-sidebar-btn,
.mgd-sidebar-btn--primary,
.mgd-card__link,
.mgd-card__cta,
.mgd-tag-pill {
    text-decoration: none !important;
}


/* Remove underline from address links */
.mgd-card__location a {
    text-decoration: none;
}

.mgd-hero {
	margin-bottom: 28px;
}

.mgd-hero h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--mgd-text);
	font-weight: 800;
	max-width: 1000px;
}

.mgd-hero h1 span {
	background: var(--mgd-grad-cyan);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mgd-hero p {
	margin: 14px 0 0;
	max-width: 760px;
	color: var(--mgd-muted);
	font-size: 15px;
	line-height: 1.6;
}

.mgd-search-wrap {
	display: block;
	align-items: center;
}

.mgd-search-input {
	width: 100%;
	height: 52px;
	border-radius: 12px;
	border: 1px solid var(--mgd-border);
	padding: 0 18px;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	color: #475467;
	background: #fff;
}

.mgd-search-input:focus {
	border-color: var(--mgd-brand);
	outline: 0;
	box-shadow: 0 0 0 2px rgba(0, 171, 200, 0.16);
}

.mgd-filter-btn {
	height: 36px;
	padding: 0 18px;
	border: 1px solid var(--mgd-border);
	border-radius: 10px;
	background: #fff;
	color: #344054;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.mgd-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.mgd-tag-pill {
	border: 1px solid #d8eaf0;
	background: #f4fbfc;
	color: #2b7e8a;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	padding: 8px 16px 8px 16px !important;
}

button.mgd-tag-pill {
	cursor: pointer;
}

.mgd-tag-list .mgd-tag-pill {
	color: #fff;
	border: 0;
}

.mgd-tag-pill-l {
	border: 1px solid #d8eaf0;
	background: #f4fbfc;
	color: #2b7e8a;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	padding: 8px 16px 8px 16px !important;
}

.mgd-tag-pill.is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-tag-list .mgd-tag-pill:nth-child(2).is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

button.mgd-tag-pill-l {
	cursor: pointer;
}

.mgd-tag-list .mgd-tag-pill-l {
	color: #fff;
	border: 0;
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(1) {
	background: var(--mgd-grad-cyan);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(2) {
	background: var(--mgd-grad-yellow);
}


.mgd-tag-list .mgd-tag-pill-l:nth-child(3) {
	background: var(--mgd-grad-green);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(4) {
	background: var(--mgd-grad-blue);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(5) {
	background: var(--mgd-grad-cyan);
}

.mgd-tag-pill-l.is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(2).is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(3).is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(4).is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-tag-list .mgd-tag-pill-l:nth-child(5).is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}

.mgd-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 22px 0 16px;
	flex-wrap: wrap;
}


/* ========================================
   RESULTS TOOLBAR
======================================== */

.mgd-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 28px 0 22px;
	flex-wrap: wrap;
}

.mgd-results-left {
	display: flex;
	align-items: center;
}

.mgd-results-count {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.mgd-results-count__value {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #111827;
}

.mgd-results-count__text {
	font-size: 14px;
	font-weight: 500;
	color: #667085;
	line-height: 1;
}

/* ========================================
   TOOLBAR CONTROLS
======================================== */

.mgd-toolbar-controls {
	display: flex;
	align-items: center;
	gap: 14px;
}

/* ========================================
   SORT SWITCH
======================================== */

.mgd-sort-switch {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	padding: 4px;
	gap: 5px;
	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.04),
		0 1px 3px rgba(16, 24, 40, 0.06);
}


.mgd-sort-switch__btn {
	height: 40px;
	padding: 8px 16px !important;
	border: 0;
	background: transparent;
	border-radius: 12px;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #98a2b3;
	cursor: pointer;
	white-space: nowrap;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.mgd-sort-switch__btn:hover {
	color: #667085;
}

.mgd-sort-switch__btn.is-active {
	background: #f2f4f7;
	color: #111827;
	box-shadow: inset 0 0 0 1px #e4e7ec;
}

/* ========================================
   VIEW TOGGLE
======================================== */

.mgd-view-toggle {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	padding: 4px;
	gap: 2px;
	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.04),
		0 1px 3px rgba(16, 24, 40, 0.06);
}

.mgd-view-toggle__btn {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #98a2b3;
	font-size: 15px;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.mgd-view-toggle__btn:hover {
	background: #f9fafb;
	color: #667085;
}

.mgd-view-toggle__btn .is-active {
	background: var(--mgd-brand);
	color: #ffffff;
	box-shadow:
		0 4px 12px rgba(0, 171, 200, 0.24),
		inset 0 0 0 1px rgba(255,255,255,0.1);
}

.mgd-view-toggle__btn.is-active:hover {
	transform: translateY(-1px);
}

/* ========================================
   FILTER BUTTON
======================================== */

.mgd-filter-btn {
	height: 40px;
	padding: 0 18px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #ffffff;
	color: #344054;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.mgd-filter-btn:hover {
	background: #f9fafb;
	border-color: #d0d5dd;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

	.mgd-results-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.mgd-toolbar-controls {
		width: 100%;
		justify-content: space-between;
	}

	.mgd-sort-switch {
		flex: 1;
	}

	.mgd-sort-switch__btn {
		flex: 1;
		padding: 0 14px;
		font-size: 12px;
	}

	.mgd-view-toggle {
		flex-shrink: 0;
	}

	.mgd-view-toggle__btn {
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
}






.mgd-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.mgd-card {
	background: var(--mgd-surface);
	border: 1px solid var(--mgd-border);
	border-radius: 14px;
	min-height: 236px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 8px 20px rgba(16, 24, 40, 0.04);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mgd-card:hover {
	box-shadow: 0 16px 30px rgba(16, 24, 40, 0.12);
	transform: translateY(-2px);
}

.mgd-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	text-decoration: none;
	color: inherit;
}

.mgd-card__inner {
	padding: 18px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 232px;
}

.mgd-card__title {
	margin: 0;
	font-size: clamp(26px, 2.6vw, 32px);
	line-height: 28px;
	letter-spacing: 0%;
	color: var(--mgd-text);
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	vertical-align: middle;
}


.mgd-card__location {
	margin: 8px 0 12px;
	font-size: 12px;
	color: #667085;
	line-height: 1.45;
	display: flex;
	align-items: center;
	gap: 6px;
}



.mgd-card__location-icon {
	width: 11px;
	height: 11px;
	border: 1.5px solid #98a2b3;
	border-radius: 999px;
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
}

.mgd-card__location-icon::after {
	content: "";
	width: 3px;
	height: 3px;
	background: #98a2b3;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mgd-card__desc {
	font-size: 14px;
	color: #667085;
	line-height: 1.55;
	margin: 0 0 14px;
	line-height: 20px;
}

.mgd-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.mgd-card__tags .mgd-tag-pill {
	padding: 5px 10px;
	font-size: 10px;
	border: 0;
	color: #fff;
}

.mgd-card__tags .mgd-tag-pill:nth-child(4n + 1) {
	/*background: var(--mgd-grad-cyan);*/
}

.mgd-card__tags .mgd-tag-pill:nth-child(4n + 2) {
	/*background: var(--mgd-grad-green);*/
}

.mgd-card__tags .mgd-tag-pill:nth-child(4n + 3) {
	/*background: var(--mgd-grad-blue);*/
}

.mgd-card__tags .mgd-tag-pill:nth-child(4n + 4) {
	/*background: var(--mgd-grad-yellow);*/
}

.mgd-card__cta {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mgd-brand);
	margin-top: auto;
	align-self: flex-end;
}

.mgd-card__cta span {
	font-size: 13px;
	margin-left: 4px;
}

.mgd-directory.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.mgd-pagination-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 22px;
}

.mgd-pagination-meta {
	color: #667085;
	font-size: 13px;
}

.mgd-pagination {
	margin-top: 0;
	display: flex;
	justify-content: flex-end;
}

.mgd-pagination__inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mgd-rows-indicator {
	color: #667085;
	font-size: 13px;
	border: 1px solid #e9edf3;
	background: #fff;
	border-radius: 10px;
	padding: 8px 12px;
}

.mgd-rows-indicator span {
	font-weight: 600;
	color: #344054;
	margin-left: 4px;
}

.mgd-page-nav {
	border: 0;
	background: transparent;
	color: #667085;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	padding: 8px 16px !important;
}

.mgd-page-nav[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}


.mgd-page-btn {
	display: flex;
	align-items: center;        /* Vertical center */
	justify-content: center;    /* Horizontal center */
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #e4e7ec;
	background: #fff;
	color: #344054;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 0 !important;      /* Remove uneven spacing */
	line-height: 1;
}


.mgd-page-btn.is-active {
	background: var(--mgd-brand);
	border-color: var(--mgd-brand);
	color: #fff;
}

.mgd-empty-state {
	background: #fff;
	border: 1px dashed var(--mgd-border);
	border-radius: 12px;
	padding: 24px;
	text-align: center;
	color: var(--mgd-muted);
}

.mgd-breadcrumb {
	font-size: 14px;
	color: var(--mgd-muted);
	margin-bottom: 14px;
}

.mgd-breadcrumb a {
	color: #071689;
	text-decoration: none;
}

.mgd-single__header {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--mgd-border);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 8px 20px rgba(16, 24, 40, 0.04);
}

.mgd-single__heading h1 {
	margin: 0;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 800;
}

.mgd-location-line {
	color: var(--mgd-muted);
	margin: 8px 0 12px;
}

.mgd-single__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 220px;
}

.mgd-btn {
	text-align: center;
	padding: 12px 16px;
	border-radius: 10px;
	border: 1px solid var(--mgd-border);
	text-decoration: none;
	color: var(--mgd-text);
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mgd-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(16, 24, 40, 0.08);
}

.mgd-btn--primary {
	background: var(--mgd-grad-cyan);
	border-color: transparent;
	color: #fff;
}

.mgd-single__content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 18px;
}

.mgd-content-card {
	background: #fff;
	border: 1px solid var(--mgd-border);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 8px 20px rgba(16, 24, 40, 0.04);
}

.mgd-content-card h2 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
}

.mgd-content-card p {
	margin: 0;
	color: #475569;
}

.mgd-about {
	color: #475569;
	font-size: 15px;
	line-height: 1.65;
}

.mgd-about p {
	margin: 0 0 0.75em;
}

.mgd-about p:last-child {
	margin-bottom: 0;
}

.mgd-amenities-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mgd-amenity-item {
	background: #f8fbff;
	border: 1px solid var(--mgd-border);
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.45;
}

.mgd-hours-list {
	display: grid;
	gap: 6px;
}

.mgd-hours-row {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 14px;
	color: #334155;
	padding: 8px 0;
	border-bottom: 1px dashed #e2e8f0;
}

.mgd-hours-row:last-child {
	border-bottom: 0;
}


@media (max-width: 1200px) {
	.mgd-hero h1 {
		font-size: 46px;
	}

	.mgd-hero p {
		font-size: 16px;
	}

	.mgd-card__title {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.mgd-page-shell {
		padding: 36px 0 48px;
	}

	.mgd-container {
		padding: 0 18px;
	}

	.mgd-hero h1 {
		font-size: 40px;
	}

	.mgd-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}



	.mgd-single__header {
		flex-direction: column;
	}

	.mgd-single__actions {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.mgd-page-shell {
		padding: 28px 0 40px;
	}

	.mgd-hero h1 {
		font-size: 32px;
	}

	.mgd-hero p {
		font-size: 16px;
	}

	.mgd-card__title {
		font-size: 26px;
	}

	.mgd-cards-grid,
	.mgd-amenities-grid {
		grid-template-columns: 1fr;
	}

	.mgd-pagination-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.mgd-pagination {
		justify-content: flex-start;
	}
}

/** updated code */
.search-filter-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.search-box {
	flex: 1;
	background: #fff;
	border: 1px solid var(--mgd-border);
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 0 0 0 18px;
	gap: 10px;
}

.search-box input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	color: #475467;
}

.search-box input:focus {
	outline: none;
}

.search-box i {
	color: #98a2b3;
	font-size: 16px;
}

.filter-btn {
	height: 54px;
	padding: 0 24px;
	border: 1px solid var(--mgd-border);
	border-radius: 12px;
	background: #fff;
	color: #344054;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter-btn i {
	font-size: 14px;
}

/* =========================================
   SINGLE PAGE REDESIGN
========================================= */

.mgd-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
	padding-top: 15px;
	padding-bottom: 70px;
}

.mgd-single-main {
	min-width: 0;
}

.mgd-single-topbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 26px;
}

.mgd-single-title {
	margin: 0;
	font-size: 40px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
}

.mgd-single-title span {
	color: var(--mgd-brand);
}

.mgd-single-location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 16px;
	color: #667085;
	font-weight: 500;
}

.mgd-single-location i {
	font-size: 14px;
	color: #98a2b3;
}

/* =========================================
   SHARE BUTTON
========================================= */

.mgd-share-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #e4e7ec;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #667085;
	font-size: 16px;
	transition: all 0.2s ease;
	margin-top:77px;
}

.mgd-share-btn:hover {
	background: #f9fafb;
	transform: translateY(-1px);
}

/* =========================================
   TABS
========================================= */

.mgd-single-tabs {
	display: flex;
	align-items: center;
	background: var(--mgd-brand);
	border-radius: 14px;
	padding: 4px;
	margin-bottom: 28px;
	width: fit-content;
	min-width: 100%;
	max-width: 820px;
	gap: 5px;
}

.mgd-single-tab {
	height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 8px 16px !important;
}

.mgd-single-tab.is-active {
	background: #ffffff;
	color: #111827;
}

/* =========================================
   TAB CONTENT
========================================= */

.mgd-tab-pane {
	display: none;
}

.mgd-tab-pane.is-active {
	display: block;
}

.mgd-tab-pane h2 {
	margin: 0 0 18px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111827;
}

.mgd-tab-pane p {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.9;
	color: #667085;
	max-width: 900px;
}

/* =========================================
   FEATURES
========================================= */

.mgd-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 920px;
}

.mgd-feature-item {
	height: 52px;
	padding: 0 18px;
	border-radius: 14px;
	background: #f4fbfc;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 500;
	color: #344054;
}

.mgd-feature-item i {
	color: var(--mgd-brand);
	font-size: 13px;
}

/* =========================================
   SIDEBAR
========================================= */

.mgd-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 77px;
}

.mgd-sidebar-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	padding: 20px;
	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.03),
		0 8px 20px rgba(16, 24, 40, 0.04);
}

/* =========================================
   SIDEBAR BUTTONS
========================================= */

.mgd-sidebar-btn {
	width: 100%;
	height: 54px;
	border-radius: 12px;
	border: 1px solid #dfe4ea;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	color: #111827;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 12px;
	transition: all 0.2s ease;
}

.mgd-sidebar-btn:last-child {
	margin-bottom: 0;
}

.mgd-sidebar-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(16,24,40,0.08);
}

.mgd-sidebar-btn--primary {
	background: var(--mgd-brand);
	border-color: var(--mgd-brand);
	color: #fff !important;
}

/* =========================================
   HOURS
========================================= */

.mgd-hours-title {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

.mgd-hours-table {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 10px;
}

.mgd-hours-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 14px;
}

.mgd-hours-item span {
	color: #667085;
}

.mgd-hours-item strong {
	font-weight: 600;
	color: #111827;
}

.mgd-hours-item .closed {
	color: #ef4444;
}


.mgd-cards-grid.is-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
}

.mgd-cards-grid.is-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mgd-cards-grid.is-list .mgd-card__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.mgd-register-wrapper{
	padding:40px 20px;
	background:#f5f5f5;
	display:flex;
	justify-content:center;
}

.mgd-register-card{
	width:100%;
	max-width:540px;
	background:#ffffff;
	padding:40px;
	border-radius:14px;
	box-shadow:0 5px 20px rgba(0,0,0,0.08);
	box-sizing:border-box;
}

.mgd-title{
	margin:0 0 10px;
	text-align:center;
	font-size:32px;
	font-weight:700;
	color:#1e293b;
	line-height:1.2;
}

.mgd-subtitle{
	margin:0 0 30px;
	text-align:center;
	font-size:14px;
	color:#64748b;
}

.mgd-register-form{
	width:100%;
}

.mgd-form-row{
	display:flex;
	gap:15px;
	margin-bottom:18px;
}

.mgd-form-group{
	width:100%;
	margin-bottom:18px;
}

.mgd-form-row .mgd-form-group{
	margin-bottom:0;
}

.mgd-register-form input{
	width:100% !important;
	height:52px;
	padding:0 16px;
	border:1px solid #dbe2ea;
	border-radius:8px;
	font-size:14px;
	background:#fff;
	box-sizing:border-box;
	transition:all 0.3s ease;
}

.mgd-register-form input:focus{
	outline:none;
	border-color:#16b5d4;
	box-shadow:0 0 0 3px rgba(22,181,212,0.12);
}

.mgd-submit-btn{
	width:100%;
	height:52px;
	border:none;
	border-radius:8px;
	background:#16b5d4;
	color:#fff;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
	transition:0.3s ease;
	margin-top:5px;
}

.mgd-submit-btn:hover{
	background:#0ea5c6;
}

.mgd-note{
	margin-top:18px;
	font-size:12px;
	color:#64748b;
	text-align:center;
	line-height:1.6;
}
.signup-container{
	width:100%;
	padding:80px 20px;
	background:#f5f7fb;
	display:flex;
	justify-content:center;
	box-sizing:border-box;
}

.signup-card{
	width:100%;
	max-width:620px;
	background:#ffffff;
	padding:45px;
	border-radius:18px;
	box-shadow:0 10px 30px rgba(0,0,0,0.08);
	box-sizing:border-box;
}

.signup-header{
	text-align:center;
	margin-bottom:35px;
}

.signup-header h2{
	margin:0 0 10px;
	font-size:48px;
	line-height:1.1;
	font-weight:700;
	color:#111827;
}

.signup-header p{
	margin:0;
	font-size:15px;
	color:#6b7280;
}

.signup-form{
	width:100%;
}

.form-row{
	display:flex;
	gap:16px;
	margin-bottom:16px;
}

.form-row input{
	flex:1;
}

.signup-form input{
	width:100% !important;
	height:56px !important;
	padding:0 18px !important;
	border:1px solid #dbe2ea !important;
	border-radius:10px !important;
	background:#ffffff !important;
	font-size:14px !important;
	box-sizing:border-box !important;
	margin-bottom:16px !important;
	outline:none !important;
	box-shadow:none !important;
}

.signup-form textarea{
	width:100% !important;
	height:56px !important;
	padding:18px 18px !important;
	border:1px solid #dbe2ea !important;
	border-radius:10px !important;
	background:#ffffff !important;
	font-size:14px !important;
	box-sizing:border-box !important;
	margin-bottom:16px !important;
	outline:none !important;
	box-shadow:none !important;
	vertical-align: center !important;
}

.signup-form select{

	padding:18px 18px !important;
	border:1px solid #dbe2ea !important;
	border-radius:10px !important;
	background:#ffffff !important;
	font-size:14px !important;
	box-sizing:border-box !important;
	margin-bottom:16px !important;
	outline:none !important;
	box-shadow:none !important;
	vertical-align: center !important;
}
.signup-form input:focus{
	border-color:#19b5d1 !important;
	box-shadow:0 0 0 3px rgba(25,181,209,0.12) !important;
}

.signup-btn{
	width:100% !important;
	height:56px !important;
	border:none !important;
	border-radius:10px !important;
	background:#19b5d1 !important;
	color:#ffffff !important;
	font-size:15px !important;
	font-weight:600 !important;
	cursor:pointer !important;
	transition:0.3s ease;
	margin-top:5px;
	padding: 8px !important;
}

.signup-btn:hover{
	background:#0ea5c6 !important;
}

.mgd-alert{
	padding:14px 18px;
	border-radius:12px;
	margin:18px 0 24px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	line-height:1.5;
}

.mgd-alert--error{
	background:#fef2f2;
	border:1px solid #fecaca;
	color:#dc2626;
}

.mgd-alert--success{
	background:#ecfdf3;
	border:1px solid #bbf7d0;
	color:#15803d;
}

.signup-actions{
	display:flex;
	gap:12px;
	margin-top:15px;
}

.signup-btn--secondary{
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	background:#fff;
	border:1px solid #ddd;
	color:#333;
}


/* =========================================================
   DASHBOARD PAGE
========================================================= */

.mgd-dashboard-page {
	background: #f6f7fb;
	padding: 40px 20px 80px;
	min-height: 100vh;
	font-family: 'Poppins', sans-serif;
}

.mgd-dashboard-container {
	max-width: 1180px;
	margin: 0 auto;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.mgd-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-bottom: 35px;
	color: #7b8794;
}

.mgd-breadcrumb a {
	color: #7b8794;
	text-decoration: none;
	transition: 0.3s ease;
}

.mgd-breadcrumb a:hover {
	color: #19bfd3;
}

/* =========================================================
   PAGE HEADER
========================================================= */

.mgd-page-header {
	margin-bottom: 40px;
}

.mgd-page-header h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2;
	color: #172133;
	margin-bottom: 18px;
}

.mgd-page-header h1 span {
	color: #19bfd3;
}

.mgd-page-header p {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.8;
	color: #6f7b8e;
	margin: 0;
}

/* =========================================================
   BENEFITS BOX
========================================================= */

.mgd-benefits-box {
	background: #fff;
	border-radius: 20px;
	padding: 35px;
	margin-bottom: 35px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
	border: 1px solid #eef1f5;
}

.mgd-benefits-box h3 {
	font-size: 28px;
	font-weight: 700;
	color: #172133;
	margin-bottom: 30px;
}

.mgd-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.mgd-benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.mgd-benefit-icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	background: #19bfd3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
}

.mgd-benefit-item h4 {
	font-size: 20px;
	font-weight: 600;
	color: #172133;
	margin: 0 0 8px;
}

.mgd-benefit-item p {
	font-size: 15px;
	line-height: 1.7;
	color: #6f7b8e;
	margin: 0;
}

/* =========================================================
   FORM INFO
========================================================= */

.mgd-form-info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #245b63;
	margin-bottom: 25px;
	font-weight: 500;
}

.mgd-form-info i {
	color: #19bfd3;
}

/* =========================================================
   CARD
========================================================= */

.mgd-dashboard-card {
	background: #fff;
	border-radius: 28px;
	padding: 55px;
	box-shadow: 0 18px 50px rgba(0,0,0,0.06);
	border: 1px solid #eef1f5;
}

.mgd-dashboard-card__header {
	text-align: center;
	margin-bottom: 45px;
}

.mgd-dashboard-card__header h2 {
	font-size: 42px;
	font-weight: 700;
	color: #172133;
	margin-bottom: 10px;
}

.mgd-dashboard-card__header p {
	font-size: 18px;
	color: #7b8794;
	margin: 0;
}

/* =========================================================
   FORM
========================================================= */

.mgd-dashboard-form {
	width: 100%;
}

.mgd-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-bottom: 35px;
}

.mgd-form-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mgd-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

/* =========================================================
   INPUTS
========================================================= */

.mgd-dashboard-form input,
.mgd-dashboard-form textarea,
.mgd-dashboard-form select {
	width: 100%;
	border: 1px solid #dde5ec;
	border-radius: 14px;
	padding: 18px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #172133;
	background: #fff;
	transition: all 0.25s ease;
	box-sizing: border-box;
	outline: none;
}

.mgd-dashboard-form textarea {
	resize: vertical;
	min-height: 130px;
}

.mgd-dashboard-form input::placeholder,
.mgd-dashboard-form textarea::placeholder {
	color: #97a3b6;
}

.mgd-dashboard-form input:focus,
.mgd-dashboard-form textarea:focus,
.mgd-dashboard-form select:focus {
	border-color: #19bfd3;
	box-shadow: 0 0 0 4px rgba(25,191,211,0.12);
}

/* =========================================================
   MULTI SELECT
========================================================= */

.mgd-multiselect {
	min-height: 220px;
	padding: 15px;
}

.mgd-multiselect option {
	padding: 10px;
	font-size: 15px;
}

/* =========================================================
   BUTTON
========================================================= */

.mgd-submit-btn {
	width: 100%;
	height: 64px;
	border: none;
	border-radius: 14px;
	background: linear-gradient(
		90deg,
		#11b8cf 0%,
		#31c4da 100%
	);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(17,184,207,0.25);
}

.mgd-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 35px rgba(17,184,207,0.35);
}

/* =========================================================
   ALERT
========================================================= */

.mgd-alert {
	padding: 18px 20px;
	border-radius: 14px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
}

.mgd-alert--success {
	background: #e8fff1;
	border: 1px solid #9ae6b4;
	color: #1c7c45;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.mgd-page-header h1 {
		font-size: 42px;
	}

	.mgd-benefits-grid {
		grid-template-columns: 1fr;
	}

	.mgd-form-grid {
		grid-template-columns: 1fr;
	}

	.mgd-dashboard-card {
		padding: 35px;
	}
}

@media (max-width: 767px) {

	.mgd-dashboard-page {
		padding: 25px 15px 50px;
	}

	.mgd-page-header h1 {
		font-size: 34px;
	}

	.mgd-page-header p {
		font-size: 16px;
	}

	.mgd-dashboard-card {
		padding: 25px;
		border-radius: 20px;
	}

	.mgd-dashboard-card__header h2 {
		font-size: 30px;
	}

	.mgd-benefits-box {
		padding: 25px;
	}

	.mgd-benefits-box h3 {
		font-size: 24px;
	}

	.mgd-form-row {
		grid-template-columns: 1fr;
	}

	.mgd-dashboard-form input,
	.mgd-dashboard-form textarea,
	.mgd-dashboard-form select {
		padding: 16px;
		font-size: 14px;
	}

	.mgd-submit-btn {
		height: 58px;
		font-size: 16px;
	}

	.signup-card{
		padding:28px;
	}

	.signup-header h2{
		font-size:36px;
	}

	.form-row{
		flex-direction:column;
		gap:0;
	}

	.mgd-register-card{
		padding:25px;
	}

	.mgd-form-row{
		flex-direction:column;
		gap:18px;
	}

	.mgd-form-row .mgd-form-group{
		margin-bottom:0;
	}

	.mgd-title{
		font-size:26px;
	}


	.mgd-single-title {
		font-size: 35px;
	}

	.mgd-feature-grid {
		grid-template-columns: 1fr;
	}

	.mgd-single-tabs {
		min-width: 100%;
	}

	.mgd-single-tab {
		flex: 1;
	}

	.mgd-share-btn {
		margin-top: 5px;
	}

	.mgd-share-btn:hover {
		background: #f9fafb;
		transform: translateY(-1px);
	}
	.mgd-single-title{
		line-height: 35px !important;
	}
	.mgd-single-location{
		font-size: 12px !important;
	}


}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

	.mgd-single-layout {
		grid-template-columns: 1fr;
	}

	.mgd-single-sidebar {
		order: -1;
	}

}


