@charset "UTF-8";

@font-face {
	font-display: swap;
	font-family: GoogleSans;
	src: local("GoogleSans Regular"), local("GoogleSans-Regular"),
		url(../Fonts/GoogleSans-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: GoogleSans;
	src: local("Google Sans Medium"), local("GoogleSans-Medium"),
		url(../Fonts/GoogleSans-Medium.woff2);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: GoogleSans;
	src: local("GoogleSans Bold"), local("GoogleSans-Bold"),
		url(../Fonts/GoogleSans-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Gilroy;
	src: url(../Fonts/Gilroy-Medium.otf) format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Gilroy;
	src: url(../Fonts/Gilroy_Regular.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Gilroy;
	src: url(../Fonts/Gilroy-Bold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Gilroy;
	src: url(../Fonts/Gilroy_Light.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: GoogleSans;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

.breadcrumb {
	list-style-type: none;
	margin-top: 20px;
	display: flex;
}

.breadcrumb-item {
	display: inline-flex;
	font-family: GoogleSans;
	color: #aaa;
	font-size: 14px;
	line-height: 14px;
}

.breadcrumb-slash {
	margin: 0 0.4rem;
	font-size: 16px;
	line-height: 16px;
}

.breadcrumb-item a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
	color: #aaa;
}

.breadcrumb-item a:hover {
	color: #236ef5;
	text-decoration: underline;
}

.breadcrumb-item:last-child a {
	color: #236ef5;
}

.header {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	background: #0b2444;
}

.header-container {
	height: 64px;
	display: flex;
	width: 1100px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
}

.header-container a {
	height: 100%;
}

.header-logo {
	width: 134px;
	height: 64px;
	flex-shrink: 0;
	aspect-ratio: 67/15;
	fill: #fff;
}

.header-label {
	display: flex;
	height: 64px;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}

.header-label-menu {
	display: flex;
	padding: 12px 0 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 999px;

	position: relative;
	cursor: pointer;
}

.header-label-menu-text {
	color: #fff;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.header-label-menu-icon {
	width: 20px;
	height: 20px;
}

.header-label-menu-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: #0b2444;
	z-index: 1;
	border-radius: 8px;
	border: #666 1px solid;
	padding: 8px 0;
	/* margin-top: 4px; */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-label-menu-dropdown ul {
	list-style: none;
}

.header-label-menu-dropdown a {
	display: block;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 500;
	transition: background 0.3s;
}

.header-label-menu-dropdown a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.header-label-menu:hover .header-label-menu-dropdown {
	display: block;
}

.header-label-blog {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 999px;
	color: #fff;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.header-label-mobile {
	display: none;
}

.header-label-mobile svg {
	width: 20px;
	height: 20px;
	transform: rotate(180deg);
	fill: white;
}

.banner {
	width: 100%;
	height: 360px;
	flex-shrink: 0;
	background: #fff;
	background: url(../Images/www/Banner.avif);
	/* background: url(../Images/www/Christmas/LCL-www-des.avif); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-text {
	display: flex;
	width: 100%;
	height: 360px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	flex-shrink: 0;
}

.banner-text-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	align-self: stretch;

	overflow: hidden;
	color: #fff;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	/* 133.333% */
}

.banner-text-description {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;

	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.16);
	background: rgba(12, 35, 60, 0.16);
	margin: 0 auto;
}

.banner-text-description img {
	width: 18px;
	height: 18px;
}

.banner-text-description span {
	color: #fff;
	font-family: GoogleSans;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1px;
	white-space: nowrap;
}

.banner-description img {
	width: 18px;
	height: 18px;
}

.banner-description span {
	display: inline-block;
}

.classification {
	display: flex;
	width: 1100px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	margin: 0 auto;
	margin-top: -86px;
	border-radius: 8px;
	background: rgba(22, 73, 145, 0.06);
}

.classification-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.classification-container-card {
	display: flex;
	height: 92px;
	padding: 24px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	border-radius: 8px;
	background: #fff;
	transition: box-shadow 0.3s ease;
	font-family: GoogleSans;
}

.classification-container-card:hover {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.classification-container-card img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.main {
	display: flex;
	width: 100%;
	padding-top: 44px;
	flex-direction: column;
	align-items: center;
	gap: 44px;
}

.service {
	display: flex;
	width: 1100px;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

.service-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;

	overflow: hidden;
	color: #333;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.service-container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 20px;
}

.service-container-card {
	width: 100%;
	aspect-ratio: 13/9;
	border-radius: 8px;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	/* transition: transform 0.3s ease; */
	transition: background-size 0.3s ease;
	overflow: hidden;
	cursor: pointer;
}

.service-container-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: linear-gradient(180deg,
			rgba(4, 20, 40, 0) 50%,
			rgba(4, 20, 40, 0.8) 100%);
}

.service-container-card:hover {
	/* transform: scale(1.1); */
	background-size: 110% 110%;
}

.service-container-card:hover .service-container-card-arrow {
	filter: brightness(0) invert(1) opacity(1);
}

.service-container-card-text {
	color: #fff;
	font-feature-settings: "liga" off, "clig" off;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;

	position: absolute;
	bottom: 16px;
	left: 16px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.service-container-card-arrow {
	width: 22px;
	height: 22px;
	aspect-ratio: 1/1;

	position: absolute;
	bottom: 12px;
	right: 12px;
	filter: brightness(0) invert(1) opacity(0.5);
}

.service-container a:nth-child(1) .service-container-card {
	background-image: url("../Images/www/Service/RealEstateAgents.avif");
}

.service-container a:nth-child(2) .service-container-card {
	background-image: url("../Images/www/Service/TreeRemoval.avif");
}

.service-container a:nth-child(3) .service-container-card {
	background-image: url("../Images/www/Service/WindowRepair.avif");
}

.service-container a:nth-child(4) .service-container-card {
	background-image: url("../Images/www/Service/LegalAid.avif");
}

.service-container a:nth-child(5) .service-container-card {
	background-image: url("../Images/www/Service/LawnCare.avif");
}

.service-container a:nth-child(6) .service-container-card {
	background-image: url("../Images/www/Service/KitchenRemodeling.avif");
}

.service-container a:nth-child(7) .service-container-card {
	background-image: url("../Images/www/Service/Roofing.avif");
}

.service-container a:nth-child(8) .service-container-card {
	background-image: url("../Images/www/Service/GarageDoorRepair.avif");
}

.service-container a:nth-child(9) .service-container-card {
	background-image: url("../Images/www/Service/HVAC.avif");
}

.service-container a:nth-child(10) .service-container-card {
	background-image: url("../Images/www/Service/InteriorPainting.avif");
}

.service-container a:nth-child(11) .service-container-card {
	background-image: url("../Images/www/Service/DuctCleaning.avif");
}

.service-container a:nth-child(12) .service-container-card {
	background-image: url("../Images/www/Service/FurnaceRepair.avif");
}

.feature {
	display: flex;
	width: 1100px;
	padding: 88px calc(50% - 550px);
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;

	background: linear-gradient(180deg,
			#f7f9fc 25.21%,
			rgba(247, 249, 252, 0.5) 100%);
}

.feature-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;

	overflow: hidden;
	color: #333;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.feature-container {
	display: flex;
	align-items: center;
	gap: 32px;
	align-self: stretch;
}

.feature-container-card {
	width: 281px;
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;

	border-radius: 12px;
	background: #fff;
}

.feature-container-card img {
	width: 200px;
	height: 200px;
	aspect-ratio: 1/1;
}

.feature-container-card-text {
	display: flex;
	padding: 0px 24px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.feature-container-card-title {
	align-self: stretch;

	color: #333;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.feature-container-card-description {
	width: 251px;

	color: #666;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.post {
	display: flex;
	width: 1100px;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

.post-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;

	overflow: hidden;
	color: var(---, #333);
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.post-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 32px;
}

.post-container-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 12px;
}

.post-container-card-image {
	overflow: hidden;
	border-radius: 12px;
}

.post-container-card-image img {
	height: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 12px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.post-container-card-image:hover img {
	transform: scale(1.1);
}

.post-container-card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;

	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 120% */
}

.post-container-card-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 2;
	align-self: stretch;

	overflow: hidden;
	color: #666;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

.post-container-card-read {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 3;

	overflow: hidden;
	color: #236ef5;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.1px;
}

.post-container-card-read-arrow {
	width: 12px;
	height: 12px;
	aspect-ratio: 1/1;
}

.feedback {
	display: flex;
	padding: 88px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	background: #f7f9fc;
}

.feedback img {
	width: auto;
}

.feedback-container {
	display: flex;
	width: calc(100% - 50px);
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

.feedback-container-title {
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.feedback-container-title-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;

	overflow: hidden;
	color: #333;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 111.111% */
}

.feedback-container-carousel {
	display: flex;
	align-items: center;
	gap: 32px;
	align-self: stretch;
	width: 100%;
}

.feedback-container-carousel-card {
	position: relative;
	display: flex;
	width: calc((100% - 64px - 32px * 6) / 3);
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;

	border-radius: 16px;
	background: #fff;
}

.feedback-container-carousel-card.first-mask::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(247, 249, 252, 0) 0%, #f7f9fc 100%);
	pointer-events: none;
	z-index: 1;
	border-radius: 16px;
}

.feedback-container-carousel-card.last-mask::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(247, 249, 252, 0) 0%, #f7f9fc 100%);
	pointer-events: none;
	z-index: 1;
	border-radius: 16px;
}

.feedback-container-carousel-card-user {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.feedback-container-carousel-card-user-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.feedback-container-carousel-card-user-info-head {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;

	border-radius: 999px;
}

.feedback-container-carousel-card-user-info-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.feedback-container-carousel-card-user-info-text-name {
	color: #333;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 100% */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc((100vw - 50px - 64px - 32px * 6) / 3 - 100px);
}

.feedback-container-carousel-card-user-info-text-area {
	color: #999;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc((100vw - 50px - 64px - 32px * 6) / 3 - 100px);
}

.feedback-container-carousel-card-divider {
	width: 100%;

	height: 2px;

	background: #f7f9fc;
}

.feedback-container-carousel-card-comment {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.feedback-container-carousel-card-comment-rate {
	display: flex;
	align-items: center;
	gap: 6px;

	color: #236ef5;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	/* 100% */
	letter-spacing: 0.1px;
}

.feedback-container-carousel-card-comment-text {
	align-self: stretch;

	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	min-height: 72px;
}

.feedback-container-arrow {
	display: flex;
	align-items: center;
	gap: 8px;
}

.feedback-container-arrow svg {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	fill-opacity: 0.1;
	cursor: pointer;
}

svg#right {
	transform: rotate(180deg);
}

.feedback-container-arrow svg:hover {
	fill-opacity: 0.5;
}

.footer {
	width: 100%;
	background: #0b2444;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-top: 0;
}

.footer p {
	color: rgba(255, 255, 255, 0.5);
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	width: 1100px;
	border-top: rgba(255, 255, 255, 0.5) 1px solid;
	padding: 20px 0;
}

.footer-container {
	width: 1100px;
	display: flex;
	/* padding: 40px calc(50% - 550px); */
	padding: 40px 0 20px 0;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
}

.footer-logo {
	width: 215px;
	height: 40px;
	flex-shrink: 0;
	aspect-ratio: 215/48;
	fill: #fff;
}

.footer-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.footer-label a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 100% */
	text-transform: uppercase;
}

.footer-label a:hover {
	color: rgba(255, 255, 255);
}

.footer-link {
	color: #236ef5;
	text-decoration: underline;
}

.footer-link:hover {
	color: #317bff;
}

/* Office Index */
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.wrapper h1 {
	max-width: 728px;
	margin: 20px 0 32px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	/* 118.75% */
}

.content {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	gap: 72px;
}

main {
	flex: 0 0 728px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	margin-bottom: 120px;
}

main.post {
	flex: 1;
}

.ads {
	width: 100%;
}

/* .ads.index {
    width: 100%;
    margin: 0 auto;
} */

.main-text {
	align-self: stretch;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.state {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.state-card {
	display: flex;
	height: 200px;
	padding: 0px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 8px;
	background: linear-gradient(90deg,
			rgba(10, 105, 248, 0.5) 0%,
			rgba(19, 173, 171, 0.13) 77.71%,
			rgba(27, 63, 113, 0) 100%),
		#0b2444;
	background-image: url("../Images/www/State/state-card.avif");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.state-card-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.state-card-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.state-card-title {
	align-self: stretch;
	color: #fff;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.state-card-description {
	align-self: stretch;
	color: rgba(255, 255, 255, 0.75);
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.state-card-search {
	display: flex;
	align-items: center;
	gap: 8px;
}

.state-card-search .state-select {
	display: flex;
	width: 285px;
	height: 48px;
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	border: none;
	background: #fff;

	color: rgba(17, 35, 71, 0.5);
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;

	/* Custom select styling */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3e%3cpath d='M10.0793 0.714294C10.8884 0.714294 11.3625 1.62498 10.8986 2.28776L6.81923 8.11539C6.42113 8.68411 5.57887 8.68411 5.18077 8.11539L1.10142 2.28775C0.637478 1.62498 1.11163 0.714294 1.92066 0.714294L10.0793 0.714294Z' fill='%23112347' fill-opacity='0.75'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
	cursor: pointer;
}

.state-card-search .state-select:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(35, 110, 245, 0.2);
}

.state-card-search .state-select option {
	color: #333;
	background: #fff;
}

.state-card-search button {
	display: flex;
	height: 48px;
	padding: 16px 0px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: #236ef5;
	border: none;
	cursor: pointer;

	width: 150px;
	color: #fff;
	text-align: center;
	font-family: GoogleSans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

.state-card-search button:hover {
	background: #317bff;
}

.state-option {
	display: grid;
	grid-template-columns: repeat(3, 33%);
	/* grid-template-rows: repeat(8, 1fr); */
	gap: 4px;
	width: 100%;
}

.state-option-card {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
	padding: 6px;
	border-radius: 8px;
	border: 1px solid #fff;
	color: #333;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */

	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.state-option-card:hover .state-abbr {
	/* border: 1px solid #4b84ef; */
	/* box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1); */
	background-color: #236ef5;
	color: #fff;
}

.state-option-card:hover .state-name {
	font-weight: 700;
}

.state-option-card:hover .state-abbr svg {
	fill: #fff;
}

.state-abbr {
	display: flex;
	width: 24px;
	height: 24px;
	padding: 6px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: rgba(35, 110, 245, 0.06);
	color: #236ef5;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	/* 100% */
}

.state-abbr svg {
	width: 18px;
	height: 18px;
	fill: #236ef5;
}

.state-name {
	width: 100%;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.state-abbr.county {
	background: none;
}

.state-service {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.state-service h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	margin-top: 8px;
}

.state-service-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}

.service-container-card.state {
	width: 100%;
}

.state-service-container a:nth-child(1) .service-container-card {
	background-image: url("../Images/www/Service/RealEstateAgents.avif");
}

.state-service-container a:nth-child(2) .service-container-card {
	background-image: url("../Images/www/Service/TreeRemoval.avif");
}

.state-service-container a:nth-child(3) .service-container-card {
	background-image: url("../Images/www/Service/WindowRepair.avif");
}

.state-service-container a:nth-child(4) .service-container-card {
	background-image: url("../Images/www/Service/LegalAid.avif");
}

.state-service-container a:nth-child(5) .service-container-card {
	background-image: url("../Images/www/Service/LawnCare.avif");
}

.state-service-container a:nth-child(6) .service-container-card {
	background-image: url("../Images/www/Service/KitchenRemodeling.avif");
}

aside {
	display: flex;
	width: 300px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 120px;
}

aside .container-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
}

aside .container-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.sidebar-intro {
	font-family: GoogleSans;
	background-color: #eee;
	padding: 16px 20px;
	border-radius: 16px;
}

.sidebar-intro-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.sidebar-intro-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.sidebar-intro-link {
	color: #236ef5;
	text-decoration: underline;
}

.sidebar-intro-link:hover {
	color: #317bff;
}

.post-container-card.side {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

.post-container-card.side a {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.post-container-card.side img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.post-container-card.side a:hover img {
	transform: scale(1.1);
}

.side-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.city-container {
	display: flex;
	width: 728px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.city-card {
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 12px;
	border: 1px solid #e8e8e8;
	background: #fff;
	transition: box-shadow 0.3s ease;
	position: relative;
}

.city-card a {
	display: flex;
	width: 100%;
	height: 198px;
}

.city-card:hover {
	box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.08);
}

.city-card-figure {
	width: 198px;
	align-self: stretch;
	border-radius: 12px 0 0 12px;
}

.city-card-favor {
	width: 21px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	fill: #ccc;
	cursor: pointer;
	z-index: 1;
}

.icon-fav-1 {
	fill: #fff;
	z-index: 9;
}

.icon-fav-2 {
	fill: #000;
	opacity: 0.5;
}

.city-card-content {
	width: 100%;
	display: flex;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
}

.card-name {
	display: flex;
	width: 450px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}

.card-name-text {
	width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 100% */
}

.star-box {
	display: flex;
}

.star {
	display: flex;
	height: 14px;
}

.star svg {
	width: 14px;
	height: 14px;
	aspect-ratio: 1/1;
}

.rate {
	color: #333;
	font-size: 14px;
	line-height: 14px;
	margin-left: 4px;
	font-family: GoogleSans;
}

.card-description {
	display: flex;
	width: 350px;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 4px;
	background: linear-gradient(270deg,
			rgba(248, 248, 248, 0.1) 0%,
			#f8f8f8 100%);
}

.city-card-mobile {
	display: none;
}

.address,
.experience {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.address-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	/* 100% */
	letter-spacing: 0.1px;
}

.experience-text {
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	/* 100% */
	letter-spacing: 0.1px;
}

.card-supplement {
	display: -webkit-box;
	width: 340px;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 128.571% */
	letter-spacing: 0.1px;
}

.city-card-content .view-details-btn {
	display: flex;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	background: #0b2444;
	color: #fff;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 142.857% */
	text-transform: capitalize;
	cursor: pointer;
}

.city-card-content .view-details-btn:hover {
	background: #193253;
}

.more {
	height: 24px;
	padding: 16px 0px;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid #ccc;
	color: #666;
	text-align: center;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 100% */
	cursor: pointer;
}

.more:hover {
	border: 1px solid #999;
	color: #333;
}

.QA {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.QA h2 {
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	margin-top: 8px;
}

.QA-collapse {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;

	user-select: none;
}

.QA-collapse-accordion {
	display: flex;
	padding-right: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.accordion-title h3 {
	color: #333;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	width: 93%;
}

.accordion-content {
	align-self: stretch;
	color: #666;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.accordion-line {
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}

.info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.info h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	/* 118.75% */
}

.info-card {
	display: flex;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #e8e8e8;
}

.info-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.info-detail {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, auto);
	gap: 16px 48px;
}

.info-detail.office {
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(2, auto);
}

.info-detail>div:nth-child(8) {
	grid-column: 1 / -1;
}

.info-detail-item {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.1px;

	display: flex;
	/* align-items: center; */
	gap: 8px;
	flex: 1 0 0;
}

.info-detail-item svg {
	width: 18px;
	height: 18px;
}

.info-card img {
	width: 154px;
	height: 154px;
	align-self: stretch;
	aspect-ratio: 1/1;
	border-radius: 8px;
}

.info-button {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.info-button-favor {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

.info-button-favor:hover {
	border: 1px solid #0b2444;
	cursor: pointer;
}

.info-button-next {
	border: 1px solid #0b2444;
	background: #0b2444;
	color: #fff;
}

.info-button-next:hover {
	/* border: 1px solid #ccc; */
	cursor: pointer;
	background-color: #193253;
}

.info-button-favor,
.info-button-next {
	display: flex;
	height: 48px;
	/* padding: 10px 20px; */
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: 999px;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
}

.info-button-favor svg,
.info-button-next svg {
	width: 20px;
	height: 20px;
}

.moreInfo {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}

.moreInfo.office,
.moreInfo.legal {
	flex-direction: column;
}

.moreInfo-card.office,
.moreInfo-card.legal {
	height: auto;
	width: calc(100% - 66px);
}

.moreInfo-content.office,
.moreInfo-content.legal {
	width: 100%;
}

.moreInfo-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}

.moreInfo-content h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
}

.moreInfo-card {
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #e8e8e8;
	height: 242px;
	width: 282px;
	overflow: hidden;
	position: relative;
}

.moreInfo-card p {
	align-self: stretch;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	letter-spacing: 0.1px;
}

.businesshours {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.businesshours span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	/* 100% */
	letter-spacing: 0.1px;
}

.businesshours span:first-child {
	font-family: Gilroy;
	font-weight: 700;
	text-transform: uppercase;
}

.businesshours span:last-child {
	font-family: GoogleSans;
	font-weight: 400;
}

.credentials {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.credentials h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.1px;
}

.license {
	align-self: stretch;
}

.license p {
	align-self: stretch;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 128.571% */
	letter-spacing: 0.1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.verified {
	width: 100%;
}

.verified p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* line-clamp: 1;
    -webkit-line-clamp: 1; */
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 100% */
	letter-spacing: 0.1px;
}

.bkgcheck {
	width: 170px;
}

.bkgcheck p {
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 128.571% */
	letter-spacing: 0.1px;
}

.show-more.credentials {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0.75) 100%);
	padding: 0;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.moreInfo-card.expanded {
	height: auto !important;
	overflow: visible;
}

.moreInfo-card.expanded .show-more {
	display: none;
}

.intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.intro h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
}

.intro-content {
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #e8e8e8;
}

.intro-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* line-clamp: 10; */
	/* -webkit-line-clamp: 10; */
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
}

.show-more {
	display: flex;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.show-more span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #236ef5;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	/* 128.571% */
	letter-spacing: 0.1px;
}

.show-more svg {
	width: 20px;
	height: 20px;
}

.nearby {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.nearby h2 {
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.nearby-container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.nearby-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 0;
	border-radius: 12px;
	border: 1px solid #e8e8e8;
	transition: all 0.3s ease;
	position: relative;
	user-select: none;
}

.nearby-card:hover {
	box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.08);
}

.nearby-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.nearby-card img {
	width: 100%;
	aspect-ratio: 11/4;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.nearby-card-content {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.nearby-card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.nearby-card-detail {
	max-width: 260px;
	display: flex;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border-radius: 4px;
	background: linear-gradient(270deg,
			rgba(248, 248, 248, 0.1) 0%,
			#f8f8f8 100%);
}

.nearby-detail-item {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.nearby-detail-item svg {
	width: 16px;
	height: 16px;
}

.nearby-detail-item p {
	display: -webkit-box;
	width: 100%;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	text-overflow: ellipsis;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
}

.nearby-card-button {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.nearby-card-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
}

.nearby-card-button a .button {
	display: flex;
	width: 100%;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	z-index: 2;
}

.call-button {
	background: rgba(11, 36, 68, 0.08);
	color: #333;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
}

.call-button:hover {
	background: rgba(11, 36, 68, 0.2);
}

.detail-button {
	background: #0b2444;
	color: #fff;
	font-family: GoogleSans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
}

.detail-button:hover {
	background: #193253;
}

.postdetail-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

.postdetail-container h2,
.postdetail-container h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	align-self: stretch;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.postdetail-container h2 {
	font-family: Gilroy;
	font-size: 24px;
}

.postdetail-container h4 {
	font-family: GoogleSans;
	font-size: 20px;
}

.postdetail-container h4 a {
	color: #236ef5;
	text-decoration: underline;
}

.postdetail-container h4 a:hover {
	color: #236ef5cc;
	text-decoration-color: #236ef5cc;
}

.postdetail-container p {
	align-self: stretch;
	color: #333;
	font-feature-settings: "liga" off, "clig" off;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.1px;
}

.postdetail-container picture {
	width: 100%;
	vertical-align: middle;
}

.postdetail-container img {
	width: 100%;
	object-fit: cover;
}

.postdetail-nextpage {
	width: 100%;
}

.postdetail-nextpage div {
	display: flex;
	padding: 14px 28px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 6px;
	background: #0b2444;
	color: #fff;
	font-family: GoogleSans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
	cursor: pointer;
	border: none;
}

.postdetail-nextpage div:hover {
	background: #193253;
}

.postdetail-nextpage div svg {
	width: 20px;
	height: 20px;
}

/* .postlist {
    margin-top: 32px;
} */

.postlist h1 {
	max-width: 100%;
	text-align: center;
}

.post.list {
	padding: 0;
}

.posttag {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-family: GoogleSans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 125% */
}

.posttag a {
	width: 16%;
	padding: 10px 20px;
	border: solid 1px #e8e8e8;
	border-radius: 999px;
	background-color: #fff;
	cursor: pointer;
}

.posttag a button {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: none;
	color: #333;
	font-family: GoogleSans;
	font-size: 16px;
	line-height: 20px;
	/* 125% */
}

.posttag button:hover {
	background-color: #f8f8f8;
}

.archive-tl {
	font-weight: 700;
	font-size: 28px;
	text-align: left;
	margin: 36px 0 20px 0;
	color: #333;
}

.archive {
	text-align: left;
	margin-bottom: 120px;
	font-size: 0;
}

.archive p {
	font-size: 16px;
	font-family: GoogleSans;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 12px 0;
}

.archive b {
	font-family: googleSans;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	display: block;
	color: #333;
	margin: 18px 0 6px 0;
}

.archive ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}

.archive ul li {
	list-style: inside;
	font-size: 16px;
	font-family: googleSans;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 6px 0;
}

.page404 {
	min-height: 80vh;
}

.err-img {
	width: 80%;
	display: block;
	margin: 60px auto 0;
}

.h2_404 {
	font-family: Gilroy;
	font-weight: 700;
	font-size: 50px;
	color: #333;
	margin-top: 40px;
	text-align: center;
}

.h5_404 {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	margin: 20px 0 30px;
	text-align: center;
}

.back {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 160px;
}

.back span {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #1e6bde;
	border-radius: 4px;
	font: 400 16px/20px Gilroy;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 36px;
}

.open-button {
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 998;
	background-color: #4285f4;
	color: white;
	border: none;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	font-family: Gilroy;
}

/* --- Drawer Styles --- */
.drawer {
	/* Positioning */
	position: fixed;
	/* Fixed relative to the viewport */
	top: 10vh;
	right: 0;
	height: 80vh;
	width: 300px;
	/* Drawer width */
	max-width: 80%;
	/* Max width on smaller screens */
	z-index: 1000;
	/* Make sure it's on top */

	/* Appearance */
	background-color: #f8f8f8;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
	padding: 0;
	box-sizing: border-box;
	/* Include padding in width/height */

	overflow: hidden;

	/* Initial State (Hidden) */
	transform: translateX(100%);
	/* Move it off-screen to the right */
	visibility: hidden;
	/* Hide it completely initially */

	/* Animation */
	transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s;
	/* Delay visibility change */
}

.drawer {
	top: 30vh;
	height: 50vh;
	width: 400px;
	border-radius: 4px 0 0 4px;
}

.drawer-header {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f0f0f0;
	position: relative;
}

.drawer-header h2 {
	font-family: Gilroy;
}

.drawer-header p {
	font-family: GoogleSans;
}

.drawer-content {
	height: calc(100% - 96px);
	overflow-y: auto;
}

.drawer-content ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
}

.drawer-content li {
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}

/* Style for when the drawer is open */
.drawer.is-open {
	transform: translateX(0);
	/* Move it into view */
	visibility: visible;
	/* Make it visible */
	transition: transform 0.2s ease-in-out;
	/* Animate transform only when opening */
}

.close-button {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	line-height: 1;
}

/* --- Overlay Styles --- */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black */
	z-index: 999;
	/* Below drawer, above page content */

	/* Initial State (Hidden) */
	opacity: 0;
	visibility: hidden;

	/* Animation */
	transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
	/* Delay visibility change */
}

/* Style for when the overlay is visible (drawer is open) */
.overlay.is-visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-in-out;
}

/* Optional: Prevent body scrolling when drawer is open */
/* body.drawer-open-no-scroll {
    overflow: hidden;
} */

/* Add styles for the delete icon */
.favorite-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.favorite-item a {
	flex: 1;
	text-decoration: none;
	color: inherit;
	font-family: GoogleSans;
}

.delete-favorite {
	width: 20px;
	aspect-ratio: 1/1;
	cursor: pointer;
	padding: 5px;
	margin-left: 10px;
	opacity: 0.6;
	transition: opacity 0.2s;
}

.delete-favorite:hover {
	opacity: 1;
}

.navigation-menu {
	display: none;
}

.menu-overlay {
	display: none;
}

@media screen and (max-width: 1132px) {
	/* .ads.index {
        width: 100%;
        box-sizing: border-box;
    } */

	.header-container {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.classification {
		width: 57%;
	}

	.classification-container {
		width: 100%;
		flex-wrap: wrap;
	}

	.classification-container-card {
		width: calc(34% - 16px);
		flex: none;
	}

	.classification-container-card:nth-child(n + 4) {
		display: none;
	}

	.service {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.service-container {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.feature {
		width: 100%;
		padding: 88px 30px;
		box-sizing: border-box;
	}

	.feature-container {
		flex-wrap: wrap;
		/* gap: 16px; */
	}

	.feature-container-card {
		width: 67%;
		margin: 0 auto;
		padding: 32px 0;
		flex: none;
	}

	.post {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.post-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		margin: 0 auto;
	}

	.wrapper {
		padding: 0 30px;
	}

	.wrapper h1 {
		max-width: 100%;
	}

	.content {
		display: block;
	}

	.city-container {
		width: 100%;
	}

	.city-card-content {
		width: calc(100% - 240px);
	}

	.card-supplement {
		width: calc(100% - 160px);
		text-overflow: ellipsis;
		overflow: hidden;
	}

	main {
		margin-bottom: 32px;
	}

	.moreInfo-card {
		width: calc(100% - 66px);
		/* height: fit-content; */
	}

	aside {
		width: 100%;
		margin-bottom: 120px;
	}

	aside .container-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.post-container-card.side {
		/* width: calc(25% - 48px); */
	}

	.footer-container {
		width: 100%;
		/* padding: 40px 28px; */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}

	.footer p {
		max-width: 80%;
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	.banner {
		height: 300px;
	}

	.banner-text {
		gap: 10px;
	}

	.feedback-container-carousel-card {
		display: none;
	}

	.feedback-container-carousel-card.active {
		display: flex;
		width: 100%;
		max-width: 100%;
	}

	.feedback-container-carousel-card-user-info-text-name {
		max-width: 100%;
	}

	.feedback-container-carousel-card-user-info-text-area {
		max-width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.header-label-blog {
		display: none;
	}

	.banner-text-title {
		font-size: 36px;
		line-height: 48px;
	}

	.classification {
		width: 75%;
	}

	/* .service-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .post-container {
        grid-template-columns: repeat(1, 1fr);
    } */

	/* .post-container-card {
        aspect-ratio: 14/9;
    } */

	.state-card-search .state-select {
		width: 35vw;
		max-width: 100%;
	}

	.state-option {
		grid-template-columns: repeat(3, 1fr);
		/* grid-template-rows: repeat(6, 1fr); */
	}

	/* .state-option-card:nth-child(n + 13) {
        display: none;
    } */

	.state-service-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.city-container {
		width: 100%;
	}

	.city-card-content {
		width: calc(100% - 240px);
	}

	.card-supplement {
		visibility: hidden;
	}

	.city-card-content .view-details-btn {
		left: 218px;
	}

	.card-name {
		width: 100%;
	}

	.card-description {
		width: 100%;
	}

	.address-text,
	.experience-text {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.footer-label {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
}

@media screen and (max-width: 740px) {
	.moreInfo {
		flex-direction: column;
		gap: 20px;
	}

	.moreInfo-content {
		width: 100%;
	}

	.moreInfo-card {
		height: fit-content;
	}
}

@media screen and (max-width: 620px) {
	.header-label-menu {
		padding-right: 0;
	}

	.header-label-menu-text {
		font-size: 14px;
		line-height: 14px;
	}

	.header-label-menu-dropdown a {
		font-size: 14px;
		line-height: 14px;
	}

	.header-label-blog {
		display: none;
	}

	.classification-container-card {
		width: calc(50% - 16px);
	}

	.classification-container-card:nth-child(n + 3) {
		display: none;
	}

	.feedback-container-carousel-card-comment-text {
		min-height: 96px;
	}

	.state-card-title {
		font-size: 22px;
		line-height: 22px;
	}

	.state-card-description {
		font-size: 14px;
		line-height: 18px;
	}

	.state-card-search .state-select {
		width: 35vw;
		max-width: 100%;
		padding: 0 10px;
		font-size: 16px;
		line-height: 16px;
	}

	.state-card-search button {
		width: 30vw;
		font-size: 16px;
		line-height: 16px;
	}

	.state-service-container {
		grid-template-columns: repeat(2, 1fr);
	}

	aside .container-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.post {
		padding: 0 16px;
	}

	.post-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.post-container-card:nth-child(n + 4) {
		display: none;
	}

	.post-container-card-image {
		width: 100%;
	}

	.post-container-card.side {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.breadcrumb {
		display: none;
	}

	.wrapper h1 {
		margin: 30px 0 20px 0;
		font-size: 26px;
		line-height: 30px;
	}

	.header-container {
		height: 56px;
	}

	.header-logo {
		height: 56px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-label {
		display: none;
	}

	.header-label-mobile {
		display: block;
		margin-left: auto;
		margin-top: 5px;
		cursor: pointer;
	}

	.open-button {
		right: 50%;
		transform: translateX(50%);
		bottom: 10px;
		border-radius: 4px;
	}

	.drawer {
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 50vh !important;
		max-width: 100% !important;
		transform: translateY(100%) !important;
		border-radius: 15px 15px 0 0;
	}

	.drawer.is-open {
		transform: translateY(0) !important;
	}

	.close-button {
		top: 15px;
		right: 15px;
	}

	.wrapper {
		padding: 0 16px;
	}

	.banner-text-title {
		margin: 0 16px;
	}

	.classification {
		margin-top: -60px;
	}

	.classification-container-card {
		padding: 12px 0;
		gap: 10px;
	}

	main.main {
		gap: 44px;
		padding-top: 44px;
	}

	main {
		gap: 20px;
		margin-bottom: 30px;
	}

	aside {
		gap: 20px;
	}

	.state {
		gap: 20px;
	}

	.service {
		padding: 0 16px;
		gap: 32px;
	}

	.state-service {
		gap: 20px;
	}

	.state-service h2 {
		margin-top: 10px;
	}

	.service-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.service-container a:nth-child(n + 7) {
		display: none;
	}

	.feature {
		padding: 44px 16px;
		gap: 32px;
	}

	.feature-container-card {
		width: 100%;
		margin: 0 auto;
		padding: 32px 0;
		flex: none;
	}

	.post {
		padding: 0 16px;
		gap: 32px;
	}

	.post-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.post-container-card:nth-child(n + 4) {
		display: none;
	}

	.post-container-card.list {
		display: flex;
	}

	.post-container-card-image {
		width: 100%;
	}

	.post-container-card.side {
		width: 100%;
	}

	.feedback {
		padding: 44px 16px;
	}

	.feedback-container {
		width: 100%;
		gap: 32px;
	}

	.city-card {
		display: none;
	}

	.city-card-mobile {
		display: flex;
		padding: 20px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
		border-radius: 12px;
		border: 1px solid #e8e8e8;
		background: #fff;
		transition: box-shadow 0.3s ease;
		position: relative;
	}

	.city-card-favor-mobile {
		z-index: 2;
		width: 21.818px;
		height: 20px;
		position: absolute;
		right: 20.182px;
		top: 20px;
	}

	.city-card-favor,
	.city-card-favor-mobile {
		transition: filter 0.3s;
	}

	/* .city-card-favor.active,
    .city-card-favor-mobile.active {
        fill: #e83838;
    } */

	.city-card-figure-mobile {
		display: flex;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}

	.city-card-figure-mobile img {
		width: 64px;
		height: 64px;
		aspect-ratio: 1/1;
		border-radius: 8px;
	}

	.figure-name-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 6px;
		width: 100%;
	}

	.figure-name-mobile-text {
		display: -webkit-box;
		width: calc(100% - 24px);
		/* max-width: 210px; */
		-webkit-box-orient: vertical;
		overflow-wrap: anywhere;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		overflow: hidden;
		color: #333;
		font-feature-settings: "liga" off, "clig" off;
		text-overflow: ellipsis;
		font-family: Gilroy;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
	}

	.QA {
		gap: 20px;
	}

	.QA h2 {
		margin-top: 10px;
	}

	.QA-collapse-accordion {
		gap: 16px;
	}

	.course-list-link-mobile {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.figure-name-mobile img {
		height: 14px;
		aspect-ratio: unset;
	}

	.card-description.mobile {
		width: 100%;
		max-width: 260px;
	}

	.card-supplement.mobile {
		width: 100%;
		visibility: visible;
	}

	.city-card-mobile a {
		width: 100%;
	}

	.city-card-mobile a .view-details-btn {
		display: flex;
		padding: 10px 20px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		align-self: stretch;
		border: solid 1px #0b2444;
		border-radius: 6px;
		background: #0b2444;

		color: #fff;
		font-family: GoogleSans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		/* 133.333% */
		text-transform: capitalize;
	}

	.city-card-mobile a .view-details-btn:hover {
		background: #193253;
	}

	.info {
		gap: 16px;
	}

	.info-card {
		padding: 20px;
		gap: 16px;
	}

	.info-card img {
		display: none;
	}

	.info-detail {
		gap: 10px;
		/* padding: 20px; */
	}

	.info-button {
		flex-direction: column;
	}

	.info-button-favor,
	.info-button-next {
		width: 100%;
		height: 40px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		flex: 1 0 0;
		border-radius: 6px;
	}

	.info-button-favor {
		padding: 10px 20px;
	}

	.moreInfo-content {
		gap: 16px;
	}

	.moreInfo-card {
		padding: 20px;
		height: fit-content;
		width: calc(100% - 42px);
	}

	.intro {
		gap: 16px;
	}

	.intro-content {
		padding: 20px;
		gap: 16px;
	}

	.nearby-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.state-card {
		padding: 0 20px;
	}

	.state-option {
		grid-template-columns: repeat(2, calc(50% - 16px));
	}

	.state-option-card {
		padding: 4px;
	}
}

@media screen and (max-width: 600px) {

	/* Navigation Menu Styling */
	.navigation-menu {
		display: block;
		position: absolute;
		/* Fixed position relative to viewport */
		top: 56px;
		left: 0;
		/* Cover full width */
		width: 100%;
		/* Height of the menu */
		background-color: #fff;
		/* Slightly different background */
		color: #333;
		/* Space for header/close button */
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
		border-radius: 0 0 16px 16px;
		z-index: 1002;
		visibility: hidden;
	}

	/* Active State: Visible On-screen */
	.navigation-menu.is-active {
		transform: translateY(0);
		visibility: visible;
		transition: transform 0.3s ease-in-out;
	}

	.navigation-menu ul {
		list-style: none;
		margin: 0;
		/* padding-top: 15px; */
	}

	.navigation-menu ul .first-title {
		font-weight: 700;
		font-size: 1.1em;
		margin: 30px 0 10px 0;
		padding: 0;
		color: #333;
	}

	.navigation-menu ul li {
		text-align: center;
		border-bottom: none;
		margin: 0 15px;
		font-family: Gilroy;
	}

	.navigation-menu ul li svg {
		width: 20px;
		height: 20px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.navigation-menu ul li a {
		display: block;
		color: #666;
		padding: 0 10px;
		padding: 6px 0;
		text-align: center;
		font-size: 1em;
		transition: background-color 0.2s ease;
	}

	.navigation-menu ul li a:hover,
	.navigation-menu ul li a:focus {
		background-color: #aaa;
		outline: none;
		/* Improve focus visibility if needed */
	}

	.menu-overlay {
		display: block;
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
	}

	.menu-overlay.is-active {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s ease-in-out;
	}
}

@media screen and (max-width: 480px) {
	.classification-container-card:nth-child(n + 4) {
		display: none;
	}

	.feedback-container-carousel-card-comment-text {
		min-height: 120px;
	}

	.state-service-container {
		grid-template-columns: repeat(1, 1fr);
	}

	/* .state-option {
        grid-template-columns: repeat(1, 1fr);
    } */

	/* .state-option-card:nth-child(n + 9) {
        display: none;
    } */

	.info-detail {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 392px) {
	.feedback-container-carousel-card-comment-text {
		min-height: 144px;
	}
}

@media screen and (max-width: 374px) {
	.state-option {
		grid-template-columns: repeat(1, 1fr);
	}
}

#page-404 {
	display: flex;
	width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

#img-404 {
	width: 334px;
	height: 200px;
	aspect-ratio: 167/100;
}

#content-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#description-error-code {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#oops {
	color: #333;
	text-align: center;
	font-size: 96px;
	font-weight: 600;
	line-height: 116px;
	text-transform: capitalize;
}

#description {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

#error-code {
	color: #999;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
}

#back-to-home {
	display: flex;
	padding: 15px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	background: #236ef5;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
}

#back-to-home:hover {
	background: #317bff;
}

@media screen and (max-width: 1164px) {
	#page-404 {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#page-404 {
		gap: 32px;
	}

	#img-404 {
		width: 280px;
		height: auto;
		max-width: 100%;
	}

	#content-404 {
		gap: 24px;
	}

	#description-error-code {
		gap: 8px;
	}

	#oops {
		font-size: 64px;
		line-height: 76px;
	}

	#description {
		font-size: 16px;
		line-height: 24px;
		padding: 0 20px;
	}

	#error-code {
		font-size: 14px;
		line-height: 20px;
	}

	#back-to-home {
		padding: 12px 20px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	#page-404 {
		gap: 24px;
	}

	#img-404 {
		width: 240px;
	}

	#content-404 {
		gap: 20px;
	}

	#oops {
		font-size: 48px;
		line-height: 58px;
	}

	#description {
		font-size: 14px;
		line-height: 22px;
		padding: 0 16px;
	}

	#error-code {
		font-size: 12px;
		line-height: 18px;
	}

	#back-to-home {
		padding: 10px 18px;
		font-size: 14px;
		line-height: 22px;
	}
}

/* =================================== About Us =================================== */

.container {
	width: 1100px;
	margin: 100px auto 120px auto;
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.about-us {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 112px;
}

.container img {
	width: 468px;
	height: 468px;
	aspect-ratio: 1/1;
}

.container h2 {
	color: #333;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	text-transform: capitalize;
}

.container h3 {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.container p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about-us-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}

.our-features,
.disclaimer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}

.disclaimer-header-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.our-features-header,
.disclaimer-header {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.our-features-content,
.disclaimer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.disclaimer-content {
	flex-direction: row-reverse;
}

.our-features-list,
.disclaimer-list {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.our-features-list-divider,
.disclaimer-list-divider {
	width: 100%;
	height: 1px;
	background: #eee;
}

/* =================================== About Us Responsive =================================== */

@media (max-width: 1164px) {
	.container {
		width: calc(100% - 64px);
		margin: 80px auto 100px auto;
		gap: 100px;
	}

	.about-us {
		gap: 80px;
	}

	.container img {
		width: 45%;
		height: auto;
	}

	.our-features-header,
	.disclaimer-header {
		width: 450px;
	}

	.our-features-list,
	.disclaimer-list {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.container {
		margin: 60px auto 80px auto;
		gap: 80px;
	}

	.about-us {
		flex-direction: column-reverse;
		gap: 48px;
	}

	.container img {
		width: 60%;
		height: auto;
	}

	.container h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.container h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.about-us-content {
		width: 100%;
	}

	.our-features-content,
	.disclaimer-content {
		flex-direction: column-reverse;
		gap: 48px;
		align-items: center;
	}

	.our-features-header,
	.disclaimer-header {
		width: 100%;
	}

	.disclaimer-header-container {
		align-items: center;
	}

	.our-features-list,
	.disclaimer-list {
		width: 100%;
	}
}

@media (max-width: 632px) {
	.container {
		width: calc(100% - 32px);
		margin: 40px auto 60px auto;
		gap: 60px;
	}

	.about-us {
		gap: 32px;
	}

	.container h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.container h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.container p {
		font-size: 14px;
		line-height: 20px;
	}

	.about-us-content {
		gap: 20px;
	}

	.our-features,
	.disclaimer {
		gap: 32px;
	}

	.our-features-header,
	.disclaimer-header {
		gap: 16px;
	}

	.our-features-list,
	.disclaimer-list {
		gap: 20px;
	}
}

/* ============================================ Privacy Policy ============================================ */

.privacy {
	padding-top: 80px;
	font-size: 0;
}

.privacy .content {
	margin-top: 48px;
}

.privacy .main-office {
	gap: 0;
}

.privacy-header {
	display: flex;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.privacy-header-text {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.privacy-header-image {
	height: 350px;
}

.privacy h1 {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	line-height: 56px;
	text-transform: capitalize;
	margin: 0;
}

.privacy b {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	margin: 32px 0 16px 0;
}

.privacy b:first-child {
	margin-top: 0;
}

.privacy p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}

.privacy ul {
	list-style: disc;
	padding-left: 24px;
	margin-bottom: 16px;
}

.privacy ul li {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media screen and (max-width: 1164px) {
	.privacy {
		padding-top: 52px;
	}

	.privacy-header-image {
		width: 45%;
		height: auto;
	}

	.privacy .content {
		margin-top: 34px;
	}

	.privacy b {
		margin: 32px 0 16px 0;
	}
}

@media screen and (max-width: 768px) {
	.privacy {
		padding-top: 24px;
	}

	.privacy .content {
		margin-top: 20px;
	}

	.privacy b {
		margin: 24px 0 12px 0;
	}
}

@media screen and (max-width: 632px) {
	.privacy-header {
		flex-direction: column;
		gap: 16px;
	}

	.privacy-header-text {
		width: 100%;
	}

	.privacy-header-image {
		width: 60%;
		margin-bottom: 16px;
	}
}

/* ============================================ Anchor ============================================ */

.toc {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 36px;
	margin-bottom: 28px;
}

.toc a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	padding: 14px 24px;
	border-left: 2px solid #dadce0;
	transition: all 0.3s ease;
	text-transform: capitalize;
	cursor: pointer;
}

.toc a:hover {
	color: #000;
}

.toc a.active {
	color: #000;
	border-left-color: #000;
	font-weight: 500;
}

@media screen and (max-width: 1164px) {
	.toc {
		display: none;
	}
}