.content-box {
	width: 80%;
	min-height: auto;
	padding: 10px 0;
	margin:  auto;
}

.hero-section {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	padding: 80px 10%;
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.5;
}

.hero-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	gap: 60px;
}

.hero-text {
	flex: 1;
}

.hero-text h1 {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
}

.hero-text p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 35px;
	line-height: 1.7;
}

.hero-btn {
	display: inline-block;
	padding: 16px 40px;
	background: linear-gradient(135deg, #6C8EEE 0%, #a855f7 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 17px;
	transition: all 0.3s ease;
}

.hero-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(108, 142, 238, 0.4);
}

.hero-stats {
	display: flex;
	gap: 30px;
}

.hero-stat {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 25px 35px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-value {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	display: block;
}

.stat-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 5px;
}

.features-intro {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding: 60px 10%;
	background: #f8f9fa;
}

.feature-intro-item {
	background: #fff;
	padding: 35px 25px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
}

.feature-intro-item:hover {
	transform: translateY(-5px);
}

.feature-intro-icon {
	font-size: 40px;
	margin-bottom: 15px;
}

.feature-intro-item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a2e;
	margin-bottom: 10px;
}

.feature-intro-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.caption_text {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	padding: 35px 0 20px;
	color: #333;
	position: relative;
	padding-left: 15px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.caption_text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: linear-gradient(135deg, #6C8EEE 0%, #a855f7 100%);
	border-radius: 2px;
}

.caption-icon {
	font-size: 28px;
}

.caption-icon {
	font-size: 32px;
}

.ct_box_one {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 38px;

	/* background-color: pink; */
}

.ct_one_box {
	width: 18%;
	height: 230px;
	min-height: auto;
	position: relative;
	/* background-color: #FFFFFF; */
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	
	border-radius: 10px;
	transition: all linear 0.2s;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.ct_one_box::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	background: linear-gradient(to top, hsl(0, 0%, 100%), transparent);
	opacity: 1;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
}

.ct_one_box:hover .ct-text_one {
	border-radius: 0px;
	transform: translateY(-30px);
}

.ct-box:nth-of-type(4n) {
	margin-right: 0px;
}

.ct_one_box:hover::after {
	display: none;
}

.c1-img {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 20px;
	border-radius: 10px;
	margin: auto;
}

.ct-text_one {
	position: absolute;
	top: calc(100% - 112px);
	bottom: -50px;
	left: -100px;
	right: -100px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #fff;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	padding-top: 20px;
}

.ct-text_one p {
	width: 50%;
	height: auto;
	margin: auto;
}

.ct-text_one p:nth-of-type(1) {
	color: hsl(240 3.7% 15.9%);
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}

.ct-text_one p:nth-of-type(2) {
	font-size: 13px;
	color: gray;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: center;
	margin-top: 10px;
	-webkit-line-clamp: 2;

}

.ct_box_two {
	width: 100%;
	height: 500px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.ct_two_box {
	width: 24%;
	height: 49%;
	border-radius: 8px;
	transition: all linear 0.2s;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.ct_two_box:nth-of-type(1) {
	height: 100%;
}

.ct_two_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	position: relative;
}

.ct_two_bg::before {
	content: "";
	position: absolute;
	inset: -1px;
	height: calc(100% - 50px);
	background-image: inherit;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to top, transparent, white 38%, black);
	mask-image: linear-gradient(to top, transparent, white 38%, black);
}



.ct_two_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 1;
	box-sizing: border-box;
}

.ct_two_box::after {
	content: "";
	position: absolute;
	inset: -1px;
	background: rgba(75, 75, 75, 0.4);
	backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
	-webkit-backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
}

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

.c2-img {
	width: 57px;
	height: 57px;
	display: block;
	border-radius: 10px;
}

.ct-text_tow {
	width: 62%;
	height: auto;
}

.c2_free {
	font-size: 12px;
	color: hsl(240 4.8% 95.9%);
	border-radius: 10px;
	padding: 2px 8px 3px;
	background-color: hsl(240 3.7% 15.9%);
}

.ct-text_tow p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;

}

.ct-text_tow p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	margin: 5px 0;
}

.ct_box_three {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow-x: scroll;
	scroll-behavior: smooth;
}

.ct_three_box {
	min-width: 190px;
	height: 300px;
	margin: 0 15px 0px 0;
	border-radius: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.ct_three_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	position: relative;
}

.ct_three_bg::before {
	content: "";
	position: absolute;
	inset: -1px;
	height: calc(100% - 50px);
	background-image: inherit;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to top, transparent, white 38%, black);
	mask-image: linear-gradient(to top, transparent, white 38%, black);
}



.ct_three_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 1;
	box-sizing: border-box;
}

.ct_three_box::after {
	content: "";
	position: absolute;
	inset: -1px;
	background: rgba(75, 75, 75, 0.4);
	backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
	-webkit-backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
}

.ct-text_three {
	width: 90%;
	height: auto;
}


.ct-text_three p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_three p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;

}

.ct-text_three p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	margin: 5px 0;
}


.ct_box_three::-webkit-scrollbar {
	height: 8px;
}

.ct_box_three::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.ct_box_three::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.ct_box_four {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;

}

.ct_four_box {
	width: 24%;
	height: auto;
	padding: 10px 1%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	box-sizing: border-box;
}

.ct_four_inner {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.c4-img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}

.ct-text_four {
	width: 65%;
}

.ct-text_four p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_four p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;
}

.ct-text_four p:nth-of-type(2) {
	font-size: 12px;
	margin-top: 5px;
	-webkit-line-clamp: 2;
}

.c2_four_bottom {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

@media (max-width:760px) {
	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.ct_inner_box {
		width: 96%;
		margin: auto;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 20px;
		color: #000;
		text-align: center;
		display: inline-block;
		font-weight: 600;
		text-transform: capitalize;

	}

	.caption_text span {
		margin-left: 5px;

	}

	.ct_box_one {
		width: 96%;
		margin: 0 auto 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-behavior: smooth;
	}

	.ct_one_box {
		min-width: 280px;
		height: 280px;
	}

	.ct_box_two {
		width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.ct_two_box {
		width: 100%;
		height: 230px;
		margin-bottom: 20px;
	}

	.ct_box_four {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-behavior: smooth;
	}

	.ct_four_box {
		min-width: 270px;
		height: auto;
		margin: 0 10px 20px 0;
	}

	.c4-img {
		width: 55px;
		height: 55px;
		border-radius: 10px;
	}

	.ct-text_four {
		width: 60%;
	}

	.ct-text_four p:nth-of-type(1) {
		font-size: 14px;
		text-transform: capitalize;
		-webkit-line-clamp: 1;
	}

	.ct-text_four p:nth-of-type(2) {
		margin-top: 3px;
		-webkit-line-clamp: 1;
	}

	.c2_four_bottom {
		width: 100%;
		height: 200px;
	}
}

.why-choose-us {
	padding: 80px 10%;
	background: #fff;
}

.why-choose-us h2 {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a2e;
	text-align: center;
	margin-bottom: 50px;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.why-item {
	background: #f8f9fa;
	padding: 35px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.why-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-number {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 60px;
	font-weight: 800;
	color: rgba(108, 142, 238, 0.1);
	line-height: 1;
}

.why-item h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a2e;
	margin-bottom: 15px;
}

.why-item p {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

.cta-banner {
	background: linear-gradient(135deg, #6C8EEE 0%, #a855f7 100%);
	padding: 80px 10%;
	text-align: center;
}

.cta-content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.cta-content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

.cta-link {
	display: inline-block;
	padding: 16px 45px;
	background: #fff;
	color: #6C8EEE;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 17px;
	transition: all 0.3s ease;
}

.cta-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
	.hero-content {
		flex-direction: column;
		text-align: center;
	}

	.hero-stats {
		justify-content: center;
	}

	.features-intro {
		grid-template-columns: repeat(2, 1fr);
	}

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

@media (max-width: 768px) {
	.hero-section {
		padding: 50px 5%;
	}

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

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

	.hero-stats {
		flex-direction: column;
		gap: 15px;
	}

	.hero-stat {
		padding: 20px 30px;
	}

	.features-intro {
		grid-template-columns: 1fr;
		padding: 40px 5%;
	}

	.why-choose-us {
		padding: 50px 5%;
	}

	.why-choose-us h2 {
		font-size: 28px;
	}

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

	.cta-banner {
		padding: 50px 5%;
	}

	.cta-content h2 {
		font-size: 28px;
	}

	.cta-content p {
		font-size: 16px;
	}
}

.original-content {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	padding: 60px 10%;
	margin: 30px 0;
}

.oc-container {
	max-width: 1200px;
	margin: 0 auto;
}

.oc-header {
	text-align: center;
	margin-bottom: 40px;
}

.oc-header h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.oc-header p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.oc-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.oc-feature {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 30px 20px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: transform 0.3s ease;
}

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

.oc-icon {
	font-size: 40px;
	margin-bottom: 15px;
}

.oc-feature h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.oc-feature p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 960px) {
	.oc-features {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.original-content {
		padding: 40px 5%;
	}

	.oc-header h2 {
		font-size: 28px;
	}

	.oc-features {
		grid-template-columns: 1fr;
	}
}

.why-choose-section {
	background: #fff;
	padding: 60px 10%;
}

.wcs-container {
	max-width: 1200px;
	margin: 0 auto;
}

.wcs-container h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a2e;
	text-align: center;
	margin-bottom: 40px;
}

.wcs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.wcs-item {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 16px;
	position: relative;
	transition: all 0.3s ease;
}

.wcs-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wcs-number {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 48px;
	font-weight: 800;
	color: rgba(108, 142, 238, 0.15);
	line-height: 1;
}

.wcs-item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.wcs-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.cta-section {
	background: linear-gradient(135deg, #6C8EEE 0%, #a855f7 100%);
	padding: 60px 10%;
	text-align: center;
}

.cta-container h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.cta-container p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

.cta-button {
	display: inline-block;
	padding: 14px 40px;
	background: #fff;
	color: #6C8EEE;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 960px) {
	.wcs-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.why-choose-section {
		padding: 40px 5%;
	}

	.wcs-container h2 {
		font-size: 26px;
	}

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

	.cta-section {
		padding: 40px 5%;
	}

	.cta-container h2 {
		font-size: 28px;
	}
}

.page-original-content {
	background: #f8f9fa;
	padding: 50px 10%;
	margin-top: 30px;
}

.poc-container {
	max-width: 1200px;
	margin: 0 auto;
}

.poc-intro {
	text-align: center;
	margin-bottom: 35px;
}

.poc-intro h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 12px;
}

.poc-intro p {
	font-size: 16px;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

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

.poc-feature-item {
	background: #fff;
	padding: 30px 20px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
}

.poc-feature-item:hover {
	transform: translateY(-5px);
}

.poc-feature-icon {
	font-size: 36px;
	margin-bottom: 15px;
}

.poc-feature-item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.poc-feature-item p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.poc-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.poc-cat-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: #fff;
	border-radius: 30px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.poc-cat-link:hover {
	background: linear-gradient(135deg, #6C8EEE 0%, #a855f7 100%);
	color: #fff;
	transform: translateY(-2px);
}

.poc-cat-icon {
	font-size: 20px;
}

@media (max-width: 768px) {
	.page-original-content {
		padding: 40px 5%;
	}

	.poc-intro h2 {
		font-size: 24px;
	}

	.poc-features {
		grid-template-columns: 1fr;
	}

	.poc-categories {
		gap: 10px;
	}

	.poc-cat-link {
		padding: 10px 18px;
		font-size: 14px;
	}
}

.category-intro {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	padding: 40px 10%;
	margin-bottom: 30px;
}

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

.ci-content {
	flex: 1;
}

.ci-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
}

.ci-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	max-width: 600px;
}

.ci-stats {
	display: flex;
	gap: 30px;
}

.ci-stat {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 20px 30px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.ci-stat-num {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	display: block;
}

.ci-stat-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 960px) {
	.ci-container {
		flex-direction: column;
		text-align: center;
	}

	.ci-desc {
		max-width: 100%;
	}

	.ci-stats {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.category-intro {
		padding: 30px 5%;
	}

	.ci-title {
		font-size: 22px;
	}

	.ci-stats {
		gap: 15px;
	}

	.ci-stat {
		padding: 15px 20px;
	}

	.ci-stat-num {
		font-size: 22px;
	}
}

.search-original-content {
	background: #f8f9fa;
	padding: 50px 10%;
	margin-top: 30px;
}

.soc-container {
	max-width: 1200px;
	margin: 0 auto;
}

.soc-tips h2,
.soc-categories h2,
.soc-featured h2 {
	font-size: 26px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 25px;
	text-align: center;
}

.soc-tips-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 50px;
}

.soc-tip-item {
	background: #fff;
	padding: 30px 20px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.soc-tip-icon {
	font-size: 36px;
	margin-bottom: 15px;
}

.soc-tip-item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.soc-tip-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

.soc-cat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}

.soc-cat-card {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	padding: 25px;
	border-radius: 16px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: transform 0.3s ease;
}

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

.soc-cat-emoji {
	font-size: 40px;
	margin-bottom: 12px;
}

.soc-cat-name {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}

.soc-cat-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.soc-features {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.soc-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	padding: 15px 25px;
	border-radius: 30px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.soc-feature-icon {
	font-size: 24px;
}

.soc-feature span:last-child {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

@media (max-width: 960px) {

	.soc-tips-grid,
	.soc-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.search-original-content {
		padding: 40px 5%;
	}

	.soc-tips h2,
	.soc-categories h2,
	.soc-featured h2 {
		font-size: 22px;
	}

	.soc-tips-grid,
	.soc-cat-grid {
		grid-template-columns: 1fr;
	}

	.soc-features {
		gap: 15px;
	}

	.soc-feature {
		padding: 12px 20px;
	}
}

.search-hero {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	padding: 50px 10%;
	text-align: center;
}

.sh-container {
	max-width: 800px;
	margin: 0 auto;
}

.search-hero h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.search-hero p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 30px;
	line-height: 1.6;
}

.sh-stats {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.sh-stat {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 20px 35px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.sh-stat-num {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	display: block;
}

.sh-stat-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
	.search-hero {
		padding: 40px 5%;
	}

	.search-hero h1 {
		font-size: 28px;
	}

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

	.sh-stats {
		gap: 15px;
	}

	.sh-stat {
		padding: 15px 25px;
	}

	.sh-stat-num {
		font-size: 26px;
	}
}