

:root {
  --background: 0 0% 100%;
  --foreground: 210 11% 15%;
  --card: 0 0% 100%;
  --card-foreground: 210 11% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 210 11% 15%;
  --primary: 134 61% 41%;
  --primary-foreground: 0 0% 100%;
  --secondary: 134 30% 97%;
  --secondary-foreground: 210 11% 15%;
  --muted: 210 11% 96%;
  --muted-foreground: 210 11% 45%;
  --accent: 134 50% 95%;
  --accent-foreground: 134 61% 30%;
  --destructive: 0 84% 60%;
  --border: 210 14% 89%;
  --input: 210 14% 83%;
  --ring: 134 61% 41%;
  --radius: 1rem;
  --foreground: 222 47% 11%;
}

/* ================= DARK MODE ================= */
.dark {
  --background: 210 15% 8%;
  --foreground: 210 11% 96%;
  --card: 210 15% 12%;
  --primary: 134 61% 45%;
  --border: 210 15% 20%;
}

.bor{
	border: 1px solid red;
}

.section-40 h1 {
	font-size: 32px;
	font-weight: 800;
}

.section-40 .content-section {
	border: 1px solid #e5e7eb99;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 0.75rem;
	margin-bottom: 10px;
}

.section-40 .content-section:hover {
	border: 1px solid #28af604d;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 0.75rem;
	margin-bottom: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.section-40 .content-section h2 {
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	color: #000;
}

/* .section-40 .content-section:first-child {
	padding-top: 0px;
} */

.section-40 .content-section:last-child {
	border-bottom: 0px;
	margin-bottom: 70px;
}

.section-40 .content-section .hours span {
	color: #6b7280;
	font-size: 14px;
	font-weight: 400;
}

.section-40 .content-section .text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin-bottom: 0px;
	padding-bottom: 8px;
	color: #6b7280;
	text-align: justify;
}

.section-40 .content-section .text p:last-child {
	padding-bottom: 0px;
}

.section-40 .content-section .active-icon {
	position: relative;
}

.section-40 .content-section .active-icon:before {
	position: absolute;
	content: "\f26a";
	left: 22px;
	font-family: bootstrap-icons !important;
	z-index: 2;
	bottom: -8px;
	font-size: 14px;
}

.notification-icon .dropdown-menu {
	right: 0px;
	border: 1px solid #E5E5E5;
	left: unset;
	margin: 25px;
	border-radius: 15px;
	z-index: 9999;
	right: -55px;
	top: 35px;
}

.notification-icon .dropdown-menu h5 {
	padding: 0px;
	margin: 0px 25px 10px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;

}

.notification-section {
	padding: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
	border: 0;
	max-width: 500px;
}

.notification-section .hours span {
	color: #555855;
	font-size: 14px;
}

.notification-section .main-box {
	padding: 35px 30px;
	max-height: 500px;
	overflow-y: scroll;
}

.notification-section .main-box .content p {
	padding-left: 50px;
	font-size: 14px;
}

.notification-section .main-box a:hover {
	color: unset;
}

.notification-section .view-all {
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px;
}

.notification-section .view-all a {
	font-weight: 700;
	font-size: 16px;
	color: #35A848;
}

.notification-section:after {
	content: "";
	position: absolute;
	top: -30px;
	right: 4px;
	content: '';
	background-image: url('../img/angle-top.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 96px;
	z-index: -1;

}

.notification-section .notification-content {
	max-height: 550px;
	overflow: auto;
	padding-bottom: 20px;
}

.notification-section .notification-content:last-child .content {
	border-bottom: 0px;
	padding-bottom: 0px;

}

.notification-section .notification-content:last-child {
	padding-bottom: 0px;

}

.notification-section h5 {
	font-size: 18px;
	line-height: 24px;
}

.notification-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 25px;
	border-bottom: 1px solid #ddd;
}

.notification-list .notification-list-img img {
	height: 32px;
	width: 32px;
	border-radius: 50px;
}

.notification-section .notification-list-detail {
	width: 70%;
}

.notification-section .notification-content .content {
	padding-bottom: 20px;
	border-bottom: 1px solid #DDE0E5;
}

.notification-section .notification-content .content p {
	margin-bottom: 10px;
	font-size: 14px;
}

.notification-section .notification-content .content p:last-child {
	margin-bottom: 0px;
}





.notification-section .notification-content .active-icon {
	position: relative;
	margin-top: 5px;
}

.notification-section .notification-content .active-icon:before {
	position: absolute;
	content: "\f26a";
	left: 22px;
	font-family: bootstrap-icons !important;
	z-index: 2;
	top: 15px;
	font-size: 16px;
}

.section-40 h5 {
	font-size: 1em;
}

.section-40 .category {
	font-size: 14px;
	font-weight: 500;
	color: #7c7c7c;
}

.notification-section .category {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #7c7c7c;
	margin-left: 20px;
}

.share-section .icon-eye {
	height: 32px;
	padding: 5px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #198754;
}

.share-section .icon-eye span {
	font-size: 14px;
	font-weight: 800;

}

.share-section .icon-eye i {
	color: #198754;
}

@media (max-width: 992px) {
	.notification-section .category {
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.notification-section .category {
		margin-left: 0px;
	}

	.section-40 .category {
		font-size: 14px;
	}

	.section-40 h1 {
		font-size: 22px;
	}

	.section-40 .content-section .hours {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		right: 0px;
		top: -21px;
	}

	.section-40 .content-section .text p {
		padding-left: 50px;
		padding-top: 5px;
	}

	.section-40 .content-section:first-child {
		padding-top: 20px;
	}

	.section-40 .content-section {
		margin-top: 50px;
		position: relative;
	}

	.section-40 .content-section .active-icon:before {
		top: 18px;
		bottom: 0px;
	}

	.notification-section {
		max-width: 400px;
	}

	.notification-section:after {
		right: -17px;
	}

	.notification-icon .dropdown-menu h5 {
		margin: 0px;

	}

	.notification-section .main-box .content p {
		padding-left: 0px;
	}

	.notification-section .main-box {
		padding: 20px 30px;
	}

	.notification-section .notification-list-detail {
		width: 100%;
	}

	.notification-content .hours {
		padding: 10px 0px;
	}

	.notification-section .notification-content .image {
		margin-bottom: 10px;
	}

	.notification-icon .dropdown-menu {
		right: -30px;
	}

}

@media (max-width: 576px) {
	.section-40 h1 {
		font-size: 22px;
	}

	.section-40 .content-section .hours {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		right: 12px;
		top: 2px;
	}

	.pagination .page-item .page-link {
		min-height: 22px !important;
		border-radius: 8px;
		padding: 4px 8px;
		font-size: 12px;
		margin: 0px;
	}

	.section-40 .content-section .text p {
		padding-left: 50px;
		padding-top: 0px;
		font-size: 12px;
	}

	.section-40 .content-section:first-child {
		padding-top: 20px;
	}

	.section-40 .content-section {
		margin-top: 18px;
		position: relative;
	}

	.section-40 .content-section .active-icon:before {
		top: 18px;
		bottom: 0px;
	}

	.notification-section {
		max-width: 400px;
	}

	.notification-section:after {
		right: -17px;
	}

	.notification-icon .dropdown-menu h5 {
		margin: 0px;

	}

	.notification-section .main-box .content p {
		padding-left: 0px;
	}

	.notification-section .main-box {
		padding: 20px 30px;
	}

	.notification-section .notification-list-detail {
		width: 100%;
	}

	.notification-content .hours {
		padding: 10px 0px;
	}

	.notification-section .notification-content .image {
		margin-bottom: 10px;
	}

	.notification-icon .dropdown-menu {
		right: -30px;
	}


}

.no-chart-img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.small_num {
	font-size: 0.7rem;
}

.disable-events {
	pointer-events: none;
}

.blink {
	animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.e_blink {
	right: -20px;
	top: 12px;
}

.btn-sm-custom {
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-sm-custom .bi {
	font-size: 14px;
}

.app-download-section {
	background-color: #FAFAFA;
	padding: 3rem 0;
	text-align: center;
	border-radius: 5px;
}

.app-download-title {
	color: #00B050;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.app-download-subtext {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 1.5rem;
}

.store-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.store-buttons a img {
	height: 40px;
	transition: transform 0.3s ease;
}

.store-buttons a img:hover {
	transform: scale(1.05);
}

.section-41 {
	.left-side {
		.create-date {
			color: #555855;
			font-size: 14px;
			padding-bottom: 5px;
			display: block;
		}

		h1 {
			font-size: 32px;
			font-weight: bold;
			color: #000000;
			padding-bottom: 10px;
		}

		p {
			color: #555855;
			font-size: 16px;
			line-height: 1.4;
			padding-bottom: 10px;
			margin-bottom: 0px;
		}

		a {
			color: #000000;
			font-size: 16px;
			font-weight: bold;
			border-radius: 5px;

			span {
				font-size: 18px;
				font-weight: bold;
			}

			&:hover {
				color: #14213D;
			}
		}

	}

	.right-side {
		img {
			border-radius: 25px;
			box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
			width: 100%;
			aspect-ratio: 1.8;
			object-fit: cover;
			object-position: center;

			transition: all 0.35s ease;
		}

		&:hover img {
			transform: scale(1.05);
			filter: brightness(1.1);
			box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.28);
		}
	}

	.search-input {
		.bg-primary {
			background-color: #35A848 !important;
			color: #fff;
		}
	}

}

.section-42 {
	.main-card {
		.blog-content {
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
			padding: 25px 20px;
			border-bottom-right-radius: 15px;
			border-bottom-left-radius: 15px;
			min-height: 220px;

			.create-date {
				color: #555855;
				font-size: 14px;
				padding-bottom: 5px;
				display: block;
			}

			h2 {
				font-size: 18px;
				font-weight: bold;
				color: #000000;
				padding-bottom: 5px;
			}

			p {
				color: #555855;
				font-size: 16px;
				margin-bottom: 0px;
				line-height: 1.4;
			}

		}

		.image {
			overflow: hidden;
			border-top-right-radius: 15px;
			border-top-left-radius: 15px;
			position: relative;

			img {
				width: 100%;
				border-top-right-radius: 15px;
				border-top-left-radius: 15px;
				transition: all 0.35s ease;
				aspect-ratio: 1.7;
				object-fit: cover;
				object-position: center;
			}
		}

		&:hover {
			transition: color 0.2s ease;

			.blog-content {
				h2 {
					color: #34b249;
				}

				p {
					color: #000;
				}
			}

			.image {
				img {
					transform: scale(1.05);
					filter: brightness(1.1);
				}
			}
		}
	}

	.main-title {
		h2 {
			display: inline-block;
			position: relative;
			padding-left: 50px;
			font-weight: 900;
			color: #000;

			&:after {
				content: '';
				background-color: #34b249;
				height: 3px;
				width: 35px;
				left: 0px;
				;
				top: 20px;
				position: absolute;
				bottom: 0px;
			}
		}
	}

	.pagination {
		flex-wrap: wrap;
		/* allow breaking */
		justify-content: center;
		/* center align */
	}



	@media (max-width: 576px) {
		.pagination .page-link {
			font-size: 14px;
			margin-bottom: 5px;
		}
	}
}

.section-43 {
	.main-card {
		.title {
			margin-bottom: 25px;
			position: relative;
			display: inline-block;
			border: 0px solid red;
			padding-left: 50px;

			&:after {
				content: '';
				background-color: #34b249;
				height: 2px;
				width: 30px;
				left: 0px;
				;
				top: 15px;

				position: absolute;
				bottom: 0px;
			}

			h2 {
				font-size: 24px;
				color: #000000;
				font-weight: bold;
			}

		}

		a {
			transition: color 0.3s ease;

			.content {
				span {
					color: #555855;
					font-size: 14px;
					padding-bottom: 5px;
					display: block;
				}

				h3 {
					font-size: 16px;
					font-weight: bold;
					color: #000000;
					padding-bottom: 0px;
				}

				p {
					color: #555855;
					font-size: 14px;
					line-height: 1.4;
					margin-bottom: 0px;
				}
			}

		}

		.image {
			position: relative;


			img {
				width: 100%;
				border-radius: 15px;
				transition: all 0.4s ease;
				aspect-ratio: 1.5;
				object-fit: cover;

			}
		}
	}

	.repeat-section {
		.border-bottom {
			border-bottom: 1px solid #E5E5E5;
		}
	}

	.main-section {
		min-height: 205px;

		&:hover {
			transition: color 0.2s ease;

			.content {
				h3 {
					color: #34b249;
				}

				p {
					color: #000;
				}
			}

			.image {
				img {
					transform: scale(1.05);
					filter: brightness(1.1);
				}
			}
		}
	}
}

.section-44 {
	margin-bottom: 80px;

	.bg-img {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 440px;
		border-radius: 25px;
		display: flex;
		align-items: center;
		justify-content: center;

		.social-icon {
			.icon {
				padding: 0px 15px;

				span {
					font-size: 22px;
				}
			}
		}

		.content {
			h2 {
				color: #000000;
				font-size: 40px;
				font-weight: 700;
			}

			p {
				color: #000000;
				font-size: 16px;
			}

			.form-section {
				.btn {
					font-size: 16px;
				}

			}

		}
	}

}

.section-45 {
	.blog-image {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 440px;
		border-radius: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;

		&:after {
			content: '';
			background-color: rgba(0, 0, 0, 0.7);
			height: 100%;
			width: 100%;
			left: 0px;
			top: 0px;
			position: absolute;
			border-radius: 25px;
		}

		.title {
			position: relative;
			z-index: 1;

			span {
				font-size: 18px;
			}

			h1 {
				padding-top: 25px;
				font-size: 40px;
				font-weight: 800;

			}
		}
	}

}

.section-46 {
	color: #000000 !important;

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 700;
		color: #000000 !important;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	p {
		color: #555855;
		font-size: 16px;
		line-height: 1.5;
	}

	ul li {
		margin-bottom: 10px;
	}

	ul {
		padding-left: 17px;
		margin-top: 15px;
	}

	strong {
		color: #000000 !important;
	}

	.tags-btn {
		background-color: #34b249;
		border-radius: 5px;
		font-size: 14px !important;
		color: #fff;
		margin-bottom: 5px;
		display: inline-block;
		padding: 2px 10px;
	}

	.blog-description {
		a {
			color: #34b249 !important;
			text-decoration: underline;
		}
	}

	tbody,
	td,
	tfoot,
	th,
	thead,
	tr {
		border-width: 1px !important;
		border-color: #adadad !important;
	}

	.ck-editor__editable[role="textbox"] {
		/* editing area */
		min-height: 250px;
	}

	table {
		width: 100% !important;
		margin-bottom: 1rem;
	}

	table td {
		font-weight: 500;
		white-space: nowrap;
		padding: 5px 5px;
	}

}

.section-47 {

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	ul {
		li {
			margin-bottom: 5px;
			padding-bottom: 5px;

			span {
				font-weight: normal;
			}
		}
	}
}

.section-48 {
	/* background: #fff;
	box-shadow: 0px 10px 30px -3px rgba(15, 46, 74, 0.1); */
	border-radius: 10px;

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	ul {
		li {
			margin-bottom: 5px;
			padding-bottom: 5px;

			span {
				font-weight: normal;
			}
		}
	}

	a {
		color: #34b249;
	}


}

.section-49 {
	color: #14213D;
	padding: 60px 0;
	margin-bottom: 50px;

	.section-header {
		background: #fff;
		box-shadow: 0px 10px 30px -3px rgba(15, 46, 74, 0.1);
		border-radius: 25px;

		box h1 {
			font-weight: 700;
			font-size: 2.5rem;
			margin-bottom: 15px;
		}

		.lead {
			font-size: 1.1rem;
			opacity: 0.95;
		}

	}

}



.section-50 {
	padding: 60px 0;

	.main-heading {
		font-size: 42px;
		font-weight: 700;
		color: #1a365d;
	}

	ul {
		margin-bottom: 0px;
	}

	.sub-heading {
		color: #6b7280;
		font-size: 16px;
	}

	.policy-box {
		background: #ffffff;
		padding: 35px;
		border-radius: 16px;
		margin-bottom: 35px;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
		transition: 0.3s;
	}

	.policy-box:hover {
		box-shadow: 0 9px 28px rgba(0, 0, 0, 0.10);
	}

	.section-title {
		font-size: 28px;
		font-weight: 700;
		color: #0f172a;
		margin-bottom: 15px;
		border-left: 4px solid #34b249;
		padding-left: 12px;
	}

	.sub-title {
		font-size: 20px;
		font-weight: 600;
		color: #34b249;
		margin-top: 20px;
	}

	.inner-box {
		background: #f9fcfa;
		padding: 18px;
		border-radius: 10px;
		margin-bottom: 20px;
		border-left: 4px solid #34b249;
	}

	.policy-box ul li {
		margin-bottom: 8px;
	}

	.policy-box p,
	.policy-box ul li {
		font-size: 16px;
		color: #42475a;
		line-height: 1.7;
	}

	p {
		a {
			color: #34b249;
			font-weight: 500;
		}
	}

	.investment-risks {
		padding-left: 0px;

		li {
			list-style: none;

			i {
				padding-right: 0px;
			}
		}

	}
}

.terms-checklist {
	padding-left: 0px;

	li {
		list-style: none;
		padding-left: 0px;

		i {
			font-size: 18px;
			padding-right: 5px;
		}
	}

}

.cross-list {
	padding-left: 0px;

	li {
		list-style: none;
		padding-left: 0px;

		i {
			font-size: 18px;
			padding-right: 5px;
		}
	}

}

.text-ellipsis-4 {
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.image-icons {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 10px;
}

.span-tag {
	font-size: 12px;
	padding-bottom: 0px;
}

/* Badge styling enhancement */
.image-icons .badge {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 20px;
	backdrop-filter: blur(6px);
}

/* LIKE ACTIVE (red) */
.like.active {
	background: #ff4d4d !important;
	color: #fff;
}

.like.active i {
	color: #fff;
}

.like.active .span-tag {
	color: #fff !important;
}

/* Hover Effect */
.image-icons .badge:hover {
	transition: 0.2s ease;
}

.section-51 {
	min-height: 350px;
	display: flex;
	align-items: center;
	position: relative;

	.title {
		h2 {
			display: inline-block;
			position: relative;
			padding-left: 55px;
			color: #000;
			font-size: 28px;

			&:after {
				position: absolute;
				left: 0px;
				width: 35px;
				top: 15px;
				height: 3px;
				content: "";
				background: #34b249;
				content: "";
			}
		}
	}

	.report-card {
		transition: all 0.3s ease;
		background: #fff;
		box-shadow: 0 .125rem .50rem rgba(0, 0, 0, .10) !important;

		&:hover {
			transform: translateY(-5px);
			box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
		}

		.pdf-icon i {
			transition: transform 0.3s;
		}

		&:hover .pdf-icon i {
			transform: scale(1.2);
		}

		.report-title h5 {
			font-weight: 700;
			font-size: 18px;
			color: #000;
		}

		.report-title {
			.bg-primary {
				background: #34b249 !important;
			}
		}

		.report-description {
			font-size: 14px;
			line-height: 1.5;
		}

		.btn {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 4px;
		}
	}

}

.section-10 {
	background: url('https://placehold.co/1920x400') bottom/cover no-repeat;
	position: relative;
	min-height: 250px;
	display: flex;
	align-items: center;

	.banner-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.55); // black overlay
	}

	.container,
	* {
		position: relative;
		z-index: 2;
	}

	.banner-title {
		font-size: 42px;
		font-weight: 700;
	}

	.banner-subtitle {
		font-size: 18px;
		opacity: 0.9;
		max-width: 600px;
	}
}
<<<<<<< Updated upstream

.dot {
	width: 0.5rem;
	/* w-2 */
	height: 0.5rem;
	/* h-2 */
	display: inline-block;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.4);
		opacity: 0.6;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Tailwind custom color replacement */
.bg-uz-green {
	background-color: #22c55e;
	/* change to exact value if needed */
}

.bg-uz-green-light {
	display: flex;
	background-color: #e6f4ea;
	/* change to exact value if needed */
	color: #22c55e;
	font-size: 14px;
	font-weight: 600;
}

.notification-heading {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.pagination {
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
.section-52 {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	.fy-dropdown .dropdown-item:hover,
	.fy-dropdown .dropdown-item:focus,
	.fy-dropdown .dropdown-item:active {
	background-color: transparent !important;
	color: inherit !important;
	}

	/* Selected FY */
	.fy-dropdown .active-fy {
	background-color: #fff !important;
	color: #198754 !important; /* bootstrap success */
	}

	/* Disable blue active bg */
	.dropdown-item.active,
	.dropdown-item:active {
	background-color: transparent !important;
	}
	.dropdown{
		.btn{
			padding: 9px 0px;
		}
	}
	.bg-success-subtle{
		background: #dcfce7!important;
	}
	
  

  .hero-text {
    text-align: center;
    margin-bottom: 3rem;

    .hero-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 0.75rem;
      letter-spacing: -0.025em;
    }

    .hero-subtitle {
      font-size: 1.1rem;
      color: #64748b;
      max-width: 600px;
      margin: 0 auto;
    }
  }

  /* Grid Layout */
  .quarter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 900px;
  }

  /* Card Styling */
  .quarter-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
                0 2px 4px -1px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
	.text-success{
		color:#22c55e!important;
	}
	.bg-success-subtle{
		background-color: #e3fff2!important;
	}
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                  0 10px 10px -5px rgba(0, 0, 0, 0.04);
      border-color: #22c55e;

      .action-icon {
        background: #22c55e!important;
        color: #fff!important;
      }
    }

    &.locked {
      background: #f8fafc;
      cursor: not-allowed;
      opacity: 0.9;

      &:hover {
        transform: none;
        border-color: #e2e8f0;
        box-shadow: none;
      }

      .action-icon {
        background: #e2e8f0;
        color: #94a3b8;
      }
    }

    /* Card Content */
    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;

      .quarter-label {
        font-size: 2rem;
        font-weight: 800;
        color: #1e293b;
        line-height: 1;
        margin-bottom: 0.5rem;
      }

      .quarter-period {
        font-size: 0.9rem;
        color: #64748b;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }
    }

    .status-badge {
      padding: 0.35rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;

      &.status-active {
        background: #dcfce7;
        color: #15803d;
        border: 1px solid #86efac;
      }

      &.status-progress {
        background: #eff6ff;
        color: #1d4ed8;
        border: 1px solid #93c5fd;
      }

      &.status-upcoming {
        background: #f1f5f9;
        color: #64748b;
        border: 1px solid #e2e8f0;
      }
    }

    /* Stats Section */
    .card-stats {
      margin-top: auto;
      padding-top: 1.5rem;
      border-top: 1px solid #f1f5f9;
      display: flex;
      align-items: center;
      justify-content: space-between;

      .companies-count {
        display: flex;
        align-items: center;
        gap: 0.75rem;

        .count-icon {
          width: 36px;
          height: 36px;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1rem;
        }

        .count-text {
          display: flex;
          flex-direction: column;

          .count-val {
            font-weight: 700;
            color: #1e293b;
            font-size: 1.1rem;
          }

          .count-label {
            font-size: 0.75rem;
            color: #64748b;
            font-weight: 500;
          }
        }
      }

      .action-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #e6e8eb;
        color: #64748b;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
      }
    }

    /* Decorative Background */
    .bg-circle {
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      opacity: 0.4;

      &.bg-1 {
        top: -20px;
        right: -20px;
        width: 100px;
        height: 100px;
        background: #f0fdf4;
      }
    }
  }
}


.section-53{
	.header-section {
        margin-bottom: 1.5rem;
        flex-shrink: 0;
    }

    .breadcrumb {
        font-size: 0.85rem;
        color: #64748b;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .breadcrumb-active {
        color: #1e293b;
        font-weight: 500;
    }

    .page-title-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .page-title {
        font-size: 1.75rem;
        font-weight: 700;
        color: #1e293b;
        letter-spacing: -0.025em;
    }

    .subtitle {
        font-size: 0.9rem;
        color: #64748b;
        margin-top: 0.25rem;
    }

    .count-badge {
        background: #dcfce7;
        color: #15803d;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        font-size: 0.85rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        border: 1px solid #86efac;
    }

    /* Filter Bar */
    .filter-bar {
        background: white;
        padding: 1rem 1.5rem;
        border-radius: 0.75rem;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        gap: 1rem;
        border: 1px solid #e2e8f0;
        margin-bottom: 1rem;
        flex-shrink: 0;
    }

    .search-wrapper {
        flex: 1;
        position: relative;
    }

    .search-input {
        width: 100%;
        padding: 0.6rem 1rem 0.6rem 2.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.5rem;
        font-size: 0.9rem;
        color: #1e293b;
        background: #f8fafc;
        transition: all 0.2s;
    }

    .search-input:focus {
        background: white;
        border-color: #22c55e;
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
        outline: none;
    }

    .search-icon {
        position: absolute;
        left: 0.875rem;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 0.9rem;
    }

    .filter-dropdown {
        padding: 0.6rem 2rem 0.6rem 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.5rem;
        background: #f8fafc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") no-repeat right 0.5rem center/1.5em 1.5em;
        color: #475569;
        font-size: 0.9rem;
        font-weight: 500;
        cursor: pointer;
        appearance: none;
        min-width: 160px;
    }

    .filter-dropdown:focus {
        border-color: #22c55e;
        outline: none;
    }

    /* Table Section */
    .table-container {
        flex: 1;
        background: white;
        border-radius: 0.75rem;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .table-scroll {
        flex: 1;
        overflow-y: auto;
    }

    .company-table {
        width: 100%;
        border-collapse: collapse;
    }

    .company-table thead th {
        position: sticky;
        top: 0;
        background: #f8fafc;
        padding: 1rem 1.5rem;
        text-align: left;
        font-size: 0.75rem;
        font-weight: 600;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e2e8f0;
        z-index: 10;
		white-space: nowrap;
    }

    .company-table tbody tr {
        border-bottom: 1px solid #f1f5f9;
        transition: all 0.2s;
    }

    .company-table tbody tr:hover {
        background-color: #f8fafc;
    }

    .company-table td {
        padding: 1rem 1.5rem;
        vertical-align: middle;
        font-size: 0.9rem;
		white-space: nowrap;
        color: #334155;
		
    }

    /* Column Specifics */
    .col-company {
        width: 30%;
    }
    
    .company-info {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .co-logo {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.8rem;
        color: #475569;
        border: 1px solid #e2e8f0;
    }

    .co-name {
        font-weight: 600;
        color: #1e293b;
        font-size: 0.95rem;
    }

    .co-sector {
        font-size: 0.75rem;
        color: #64748b;
    }

    .metric-val {
        font-weight: 600;
        font-variant-numeric: tabular-nums;
    }

    .trend-up {
        color: #16a34a;
        font-size: 0.75rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        background: #dcfce7;
        padding: 0.15rem 0.5rem;
        border-radius: 4px;
    }

    .trend-down {
        color: #dc2626;
        font-size: 0.75rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        background: #fee2e2;
        padding: 0.15rem 0.5rem;
        border-radius: 4px;
    }

    .status-badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid transparent;
    }

    .status-declared {
        background: #e0f2fe;
        color: #0369a1;
        border-color: #bae6fd;
    }

    .status-audited {
        background: #f0fdf4;
        color: #15803d;
        border-color: #bbf7d0;
    }

    .btn-details {
        padding: 0.5rem 1rem;
        background: white;
        border: 1px solid #cbd5e1;
        color: #475569;
        border-radius: 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
    }

    .btn-details:hover {
        border-color: #22c55e;
        color: #15803d;
        background: #f0fdf4;
    }

    /* Scrollbar Styling */
    .table-scroll::-webkit-scrollbar {
        width: 6px;
    }
    .table-scroll::-webkit-scrollbar-track {
        background: #f1f5f9;
    }
    .table-scroll::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 3px;
    }
    .table-scroll::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }
}

.section-54{
	.main-content {
		flex: 1;
		padding: 1rem 0rem 1.25rem 0rem;
		display: flex;
		flex-direction: column;
		gap: 1rem; /* Consistent spacing between sections */
		overflow: hidden; /* Ensure content stays inside */
	}
	/* Breadcrumb */
	.breadcrumb {
        font-size: 0.85rem;
        color: #64748b;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .breadcrumb-active {
        color: #1e293b;
        font-weight: 500;
    }
	/* 2. Compact Header */
	.header-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 56px;
		flex-shrink: 0;
	}
	.company-meta {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	.logo-box {
		width: 48px;
		height: 48px;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		padding: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: white;
	}
	.logo-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.co-details h1 {
		font-size: 1.25rem;
		font-weight: 700;
		color: #1e293b;
		line-height: 1.2;
		margin-bottom: 4px;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	.sector-badge {
		font-size: 0.65rem;
		background: #f1f5f9;
		color: #64748b;
		padding: 2px 6px;
		line-height: 1.4;
		border-radius: 4px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 0.02em;
	}
	.status-badge {
		font-size: 0.7rem;
		color: #15803d;
		background: #dcfce7;
		padding: 2px 8px;
		border-radius: 99px;
		font-weight: 600;
		display: inline-flex;
		align-items: center;
		gap: 4px;
	}
	.header-actions {
		display: flex;
		align-items: center;
		gap: 1.5rem;
	}
	.price-block {
		text-align: right;
	}
	.current-price {
		font-size: 1.25rem;
		font-weight: 700;
		color: #0f172a;
		line-height: 1;
	}
	.price-change {
		font-size: 0.75rem;
		font-weight: 600;
		color: #16a34a;
		margin-top: 2px;
	}
	.download-btn {
		height: 36px;
		padding: 0 1rem;
		background: white;
		border: 1px solid #16a34a;
		color: #16a34a;
		border-radius: 6px;
		font-size: 0.8rem;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap: 0.5rem;
		transition: all 0.2s;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		cursor: pointer;
	}
	.download-btn:hover {
		background: #f0fdf4;
		transform: translateY(-1px);
	}
	/* 3. HERO: Results Table */
	.hero-table-container {
		flex: 1; /* Grow to fill available space */
		background: white;
		border-radius: 0.75rem;
		border: 1px solid #e2e8f0;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		min-height: 200px; /* Prevent collapse */
	}
	.table-header-strip {
		background: #f8fafc;
		padding: 0.6rem 1.5rem;
		border-bottom: 1px solid #e2e8f0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
	}
	.strip-title {
		font-size: 0.9rem;
		font-weight: 700;
		color: #334155;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	.results-table {
		width: 100%;
		border-collapse: collapse;
		flex: 1;
	}
	.results-table th {
		text-align: right;
		padding: 0.65rem 1.5rem;
		font-size: 0.75rem;
		font-weight: 600;
		text-transform: uppercase;
		color: #64748b;
		background: white;
		border-bottom: 1px solid #f1f5f9;
	}
	.results-table th:first-child {
		text-align: left;
		width: 25%;
	}
	.results-table td {
		text-align: right;
		padding: 0.75rem 1.5rem;
		font-size: 0.95rem;
		color: #334155;
		border-bottom: 1px solid #f1f5f9;
		font-feature-settings: "tnum";
		font-variant-numeric: tabular-nums;
	}
	.results-table td:first-child {
		text-align: left;
		font-weight: 500;
		color: #1e293b;
	}
	.results-table tr:last-child td {
		border-bottom: none;
	}
	/* Highlighting */
	.highlight-header {
		background-color: #dcfce7 !important;
		color: #15803d !important;
		border-bottom: 2px solid #22c55e !important;
	}
	.highlight-col {
		background-color: #f0fdf4;
		font-weight: 600;
		color: #0f172a;
	}
	.growth-tag {
		font-size: 0.7rem;
		padding: 2px 6px;
		border-radius: 99px;
		background: #dcfce7;
		color: #15803d;
		margin-left: 6px;
		vertical-align: middle;
		font-weight: 600;
	}
	/* 4. Analyst View */
	.analyst-section {
		background: #fffbeb;
		border: 1px solid #fcd34d;
		border-radius: 0.75rem;
		padding: 0.75rem 1rem;
		display: flex;
		gap: 1rem;
		flex-shrink: 0;
		min-height: 70px;
	}
	.bulb-box {
		width: 32px;
		height: 32px;
		background: white;
		border: 1px solid #fbbf24;
		border-radius: 8px;
		color: #d97706;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		box-shadow: 0 1px 2px rgba(251, 191, 36, 0.2);
	}
	.analyst-text h3 {
		font-size: 0.8rem;
		font-weight: 700;
		color: #92400e;
		margin: 0 0 0.2rem 0;
		text-transform: uppercase;
		letter-spacing: 0.02em;
	}
	.analyst-text p {
		font-size: 0.85rem;
		color: #78350f;
		line-height: 1.4;
		margin: 0;
	}
	/* 5. Discussion Section */
	.discussion-section {
		border: 1px solid #e2e8f0;
		border-radius: 0.75rem;
		background: white;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		flex-shrink: 0;
	}
	.discuss-head {
		background: #f8fafc;
		padding: 0.5rem 1rem;
		border-bottom: 1px solid #f1f5f9;
		font-size: 0.8rem;
		font-weight: 600;
		color: #475569;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.comments-wrapper {
		padding: 0.6rem 1rem;
		display: flex;
		flex-direction: column;
		gap: 0.6rem;
		overflow-y: hidden; /* Prevent inner scroll to meet user requirement */
		flex: 1;
	}
	.comment-row {
		display: flex;
		gap: 0.75rem;
	}
	.avatar {
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #e2e8f0;
	}
	.c-content {
		flex: 1;
	}
	.c-top {
		display: flex;
		gap: 0.5rem;
		align-items: baseline;
		margin-bottom: 2px;
	}
	.c-user { font-size: 0.8rem; font-weight: 600; color: #1e293b; }
	.c-time { font-size: 0.7rem; color: #94a3b8; }
	.c-text { font-size: 0.8rem; color: #475569; line-height: 1.3; }
	/* Reply Interface */
	.reply-box {
		margin-top: 0.4rem;
		background: #f8fafc;
		border: 1px solid #f1f5f9;
		border-radius: 6px;
		padding: 0.3rem 0.5rem;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	.reply-input {
		flex: 1;
		background: transparent;
		border: none;
		outline: none;
		font-size: 0.8em;
		color: #334155;
	}
	.reply-btn {
		font-size: 0.8rem;
		font-weight: 600;
		color: #16a34a;
		cursor: pointer;
	}
}

.section-55{
	position: relative;
	background: hsl(0 0% 100%);
	.sector-shape{
		.sector-shape-one{
			position: absolute;
			right: 0;
			top: 0;
			width: 18rem;   /* 72 * 0.25rem = 18rem = 288px */
			height: 18rem;  /* 288px */
			opacity: 0.3;
			color: green;
		}
		.sector-shape-two{
			position: absolute;
			left: 0;
			top: 0;
			width: 18rem;   /* 72 × 0.25rem = 18rem */
			height: 18rem;  /* 18rem = 288px */
			opacity: 0.3;
			color: green;
		}
		
	}
	.sector-banner-title{
		span{
			background: hsl(144deg 27.78% 92.94%);
			padding: 10px 25px;
			border-radius: 25px;
			border: 1px solid rgba(0, 128, 0, 0.9);
			font-size: 14px;
			color: hsl(145 63% 32%);
			font-weight: 700;
			display: inline-block;
			margin-bottom: 30px;
		}
		.trusted-text {
			display: inline-flex;
			align-items: center;
			gap: 8px;
		}

		.trusted-text::before {
			content: '';
			width: 8px;
			height: 8px;
			background-color: hsl(145 63% 32%);; /* green */
			border-radius: 50%;
		}

		h1{
			font-size: 60px;
			color: hsl(220 30% 15%);
			font-weight: 900;
			line-height: 1;
			margin-bottom: 30px;
			small{
				color: hsl(145 63% 32%);
				font-weight: 700;
				font-size: inherit;
			}
		}
		p{
			font-size: 20px;
			color:hsl(220 15% 45%);
			line-height: 1.5;
			margin-bottom: 30px;
		}
	}
	.btn{
		padding: .7rem 2rem;
		border-radius: 0.5rem;
		font-size: 16px;
	}
	.dark-green{
		border: 1px solid hsl(145 63% 32%);
		background: hsl(145 63% 32%);
		color: #fff;
		font-weight: 700;
	}
	.transparent-outline{
		background: unset;
		border: 1px solid hsl(220 15% 90%);
		color: hsl(221.74deg 29.87% 15.1%);
		font-weight: 700;
	}
	/* .banner-card{
		margin-top: 50px;
		.card-item{
			background: hsl(210deg 25% 96% / 50%);
			border: 1px solid hsl(220 15% 90%);
			border-radius: 0.75rem;
			padding: 20px 10px;
			.icon{
				i{
					color: hsl(145 63% 32%);
					font-size: 32px;
				}
			}
			b{
				font-size: 22px;
				font-weight: 900;
				color: hsl(221.74deg 29.87% 15.1%);
			}
			p{
				font-size: 14px;
				font-weight: 700;
				color: hsl(220 15% 45%);
				margin-bottom: 0px;
			}
		}
	} */
	.banner-card {
		margin-top: 50px;

		.card-item {
			background: hsl(210deg 25% 96% / 50%);
			border: 1px solid hsl(220 15% 90%);
			border-radius: 0.75rem;
			padding: 20px 10px;
			text-align: center;
			opacity: 0;
			transform: translateY(10px);
			animation: fadeUpSoft 0.4s ease-out forwards;
			transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;

			&:hover {
				transform: translateY(-3px);
				box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
				background: #fff;

				.icon {
					i {
						transform: scale(1.08);
					}
				}
			}

			.icon {
				i {
					color: hsl(145 63% 32%);
					font-size: 32px;
					transition: transform 0.25s ease;
				}
			}

			b {
				font-size: 22px;
				font-weight: 900;
				color: hsl(221.74deg 29.87% 15.1%);
				display: block;
				margin-top: 8px;
			}

			p {
				font-size: 14px;
				font-weight: 700;
				color: hsl(220 15% 45%);
				margin-bottom: 0px;
			}
		}

		.col-4 {
			&:nth-child(1) .card-item {
				animation-delay: 0.05s;
			}
			&:nth-child(2) .card-item {
				animation-delay: 0.12s;
			}
			&:nth-child(3) .card-item {
				animation-delay: 0.18s;
			}
		}
	}
}

@keyframes fadeUpSoft {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-56{
	background: hsl(210deg 25% 96% / 30%);
	.center-title{
		h2{
			font-size: 28px;
			font-weight: 900;
			color: hsl(221.74deg 29.87% 15.1%);
			span{
				color: hsl(145 63% 32%);
			}
		}
		p{
			font-size: 16px;
			color: hsl(220 15% 45%);
		}
	}
	.search-wrapper {
		position: relative;
		width: 100%;

		i {
			position: absolute;
			left: 12px;
			top: 50%;
			transform: translateY(-50%);
			color: #6c757d;
			font-size: 16px;
		}

		.form-control {
			padding-left: 38px;
		}

		.form-control:focus {
			box-shadow: none;
		}
	}
	.grid-link {
		text-decoration: none;
		display: block;
	}
	

	.grid-box {
		position: relative;
		border: 1px solid hsl(220 15% 90%);
		padding: 15px 20px;
		text-align: center;
		border-radius: 1rem;
		background: #fff;
		min-height: 170px;
		

		/* entry animation */
		opacity: 0;
		transform: translateY(20px);
		animation: fadeUp 0.6s ease forwards;
		transition: all 0.35s ease;

		&:hover {
			border-color: hsl(145 63% 32%);
			transform: translateY(-6px);
			box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
		}

		.icon {
			height: 55px;
			width: 55px;
			background: hsl(145deg 63% 32% / 10%);
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 50%;
			margin-bottom: 10px;
			transition: all 0.3s ease;

			i {
				font-size: 18px;
				color: hsl(145 63% 32%);
				transition: transform 0.3s ease;
			}
		}

		&:hover .icon i {
			transform: scale(1.15);
		}



		.text {
			b {
				margin-bottom: 5px;
				font-size: 16px;
				font-weight: 700;
				color: hsl(221.74deg 29.87% 15.1%);
				display: block;
			}

			p {
				margin-bottom: 0;
				font-size: 14px;
				color: #6c757d;
			}
		}

		&:hover .text b {
			color: hsl(145 63% 32%);
		}

		/* Arrow icon */
		.arrow-icon {
			position: absolute;
			top: 14px;
			right: 14px;
			font-size: 18px;
			color: hsl(145 63% 32%);
			opacity: 0;
			transform: translateY(-6px);
			transition: all 0.3s ease;
		}

		&:hover .arrow-icon {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* stagger animation */
	.col {
		animation-delay: calc(var(--i) * 0.08s);
	}
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-green{
	color: hsl(145 63% 32%);
	i{
		color: hsl(145 63% 32%)!important;
	}
}

.btn-black{
	background: hsl(221.74deg 29.87% 15.1%)!important;
	border: 1px solid hsl(221.74deg 29.87% 15.1%)!important;
	color: #fff;
	&:hover{
		background: hsl(145 63% 32%)!important;
		border: 1px solid  hsl(145 63% 32%)!important;
		color: #fff!important;
		b{
			color: #fff!important;
		}
		p{
			color: #fff!important;
		}
	}
}
.section-57 {
	background: hsl(145deg 63% 32% / 5%);
	.center-title{
		h2{
			font-size: 38px;
			font-weight: 900;
			color: hsl(221.74deg 29.87% 15.1%);
			span{
				color: hsl(145 63% 32%);
			}
		}
		p{
			font-size: 16px;
			color: hsl(220 15% 45%);
		}
		.text-black{
			color: hsl(221.74deg 29.87% 15.1%);
			font-size: 20px;
			font-weight: 700;
		}
		.icon{
			i{
				font-size: 22px;
			}
		}
		small{
			font-size: 16px;
			color: hsl(220 15% 45%);
			display:block;
		}
	}
	.app-btn{
		.btn{
			padding: 8px 25px;
			border-radius: 0.75rem;
			b{
				font-size: 16px;
				text-align: left;
				display: block;
				
			}
			p{
				margin-bottom: 0px;
				font-size: 12px;
				text-align: left;
				color: #fff;
			}
		}
		a{
			p{
				color: #fff!important;
			}
		}
		

		.icon{
			i{
				font-size: 28px;
			}
		}
	}
}
.IPOs-bg{
	h1{
		font-weight: 700 !important;
		color: rgb(0 0 0);
		font-size: 3rem;
		span{
			color: #34b249!important;
		}
	}
}
.section-58{
	.icon{
		height: 60px;
		width: 60px;
		background: hsl(145deg 63% 32% / 10%);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		i {
			font-size: 28px;
			color: hsl(145 63% 32%);
			transition: transform 0.3s ease;
		}
	}
	.content{
		h2{
			font-size: 28px;
        	line-height: 1.5rem;
			font-weight: 900;
			color: hsl(221.74deg 29.87% 15.1%);	
			padding-bottom: 0px;
			margin-bottom: 7px;
		}
		p{
			font-size: 16px;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
	}
	.wrapper-item{
		background: hsl(220deg 27.27% 97.84%);
		border-radius: 10px;
		border: 1px solid hsl(220 15% 90%);
		padding: 15px 20px;

		b{
			font-size: 22px;
			color: hsl(221.74deg 29.87% 15.1%);	
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		p{
			font-size: 16px;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		.text-green{
			color: hsl(145 63% 32%);
		}
	}
	/* .wrapper-main-card{
		border-radius: 10px;
		border: 1px solid hsl(220 15% 90%);
		padding: 20px;

		.icon{
			height: 50px;
			width: 50px;
			background: hsl(145deg 63% 32% / 10%);
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 10px;
			i {
				font-size: 22px;
				color: hsl(145 63% 32%);
				transition: transform 0.3s ease;
			}
		}
		.content{
			h2{
				font-size: 18px;
				font-weight: 700;
				color: hsl(221.74deg 29.87% 15.1%);	
				padding-bottom: 0px;
				margin-bottom: 2px;
			}
			p{
				font-size: 16px;
				padding-bottom: 0px;
				margin-bottom: 0px;
				color: hsl(var(--muted-foreground))
			}
		}
		.price-part{
			margin-bottom: 20px;
			h3{
				font-size: 18px;
				color: hsl(221.74deg 29.87% 15.1%);	
				padding-bottom: 0px;
				font-weight: 900;
			}
			p{
				font-size: 14px;
				padding-bottom: 0px;
				margin-bottom: 5px;
				color: hsl(var(--muted-foreground))
			}
		}
		.buy-sell-part{
			border-top:  1px solid hsl(220 15% 90%);
			padding-top: 20px;
			.transparent-outline{
				background: unset;
				border: 1px solid hsl(220 15% 90%);
				color: hsl(221.74deg 29.87% 15.1%);
				font-weight: 700;
				padding: 8px 15px;
				font-size: 16px;
			}
		}

	} */
	.wrapper-main-card {
		border-radius: 10px;
		border: 1px solid hsl(220 15% 90%);
		padding: 20px;
		position: relative;
		transition: all 0.35s ease;
		&::after {
			content: '\f144'; 
			font-family: bootstrap-icons !important;
			position: absolute;
			top: 16px;
			right: 16px;
			font-size: 18px;
			color: hsl(145 63% 32%);
			opacity: 0;
			transform: translateX(12px);
			transition: all 0.3s ease;
			pointer-events: none;
		}
		a {
			text-decoration: none;
			color: inherit;
			display: block;
		}

		.icon {
			height: 50px;
			width: 50px;
			background: hsl(145deg 63% 32% / 10%);
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 10px;

			i {
				font-size: 22px;
				color: hsl(145, 81%, 26%);
				transition: transform 0.3s ease;
			}
		}

		.content {
			h2 {
				font-size: 18px;
				font-weight: 700;
				color: hsl(221.74deg 29.87% 15.1%);
				margin-bottom: 2px;
			}

			p {
				font-size: 16px;
				margin-bottom: 0;
				color: hsl(var(--muted-foreground));
			}
		}

		.price-part {
			margin-bottom: 20px;

			h3 {
				font-size: 18px;
				color: hsl(221.74deg 29.87% 15.1%);
				font-weight: 900;
			}

			p {
				font-size: 14px;
				margin-bottom: 5px;
				color: hsl(var(--muted-foreground));
			}
		}

		.buy-sell-part {
			border-top: 1px solid hsl(220 15% 90%);
			padding-top: 20px;

			.transparent-outline {
				background: unset;
				border: 1px solid hsl(220 15% 90%);
				color: hsl(221.74deg 29.87% 15.1%);
				font-weight: 500;
				padding: 8px 15px;
				font-size: 14px;
				border-radius: 13px;

				transition: all 0.25s ease;
				&:hover{
					background: hsl(145 63% 32%)!important;
					color: #fff!important;
					border: 1px solid hsl(145 63% 32%)!important;
				}
			}
		}

	
		&:hover {
			border-color: hsl(145 63% 32%);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
			transform: translateY(-3px);
			&::after {
				opacity: 1;
				transform: translateX(0);
			}

			.icon i {
				transform: translateX(4px);
			}
		}
	}

}
.text-muted-foreground{
	color: hsl(var(--muted-foreground))
}

.section-59{
	min-height: 75vh;
    background: linear-gradient( 135deg, #0f172a, #0f172a,rgba(15, 23, 42, 0.95));
    position: relative;
    overflow: hidden;
	z-index: 9;
	.floating-icon {
        position: absolute;
        font-size: 64px;
        color: #1fad53;
        opacity: 0.12;
        animation: floatIcon 8s ease-in-out infinite;
        pointer-events: none;
    }

    /* Individual positions */
    .icon-top-left {
        top: 8%;
        left: 6%;
        animation-delay: 0s;
    }

    .icon-top-right {
        top: 10%;
        right: 6%;
        animation-delay: 1.5s;
    }

    .icon-bottom-left {
        bottom: 10%;
        left: 8%;
        animation-delay: 3s;
    }

    .icon-bottom-right {
        bottom: 8%;
        right: 8%;
        animation-delay: 4.5s;
    }


	.decorative-layer {
		position: absolute;
		inset: 0;
		z-index: 0;
	}

	.blob {
		position: absolute;
		border-radius: 50%;
		filter: blur(80px);
	}

	/* Top Right Blob */
	.blob-top-right {
		width: 380px;
		height: 380px;
		top: -130px;
		right: -130px;
		background: rgba(31, 111, 91, 0.2); /* brand/20 */
	}

	/* Bottom Left Blob */
	.blob-bottom-left {
		width: 320px;
		height: 320px;
		bottom: -130px;
		left: -130px;
		background: rgba(31, 111, 91, 0.1); /* brand/10 */
	}

	/* SVG Pattern */
	.pattern-overlay {
		position: absolute;
		inset: 0;
		opacity: 0.02;
		background-image: 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='1'%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");
		background-repeat: repeat;
		background-size: 60px 60px;
	}


	.search-box {
        position: relative;

        input {
            width: 100%;
            padding: 20px 15px 20px 50px;
            border: 1px solid #ddd;
            border-radius: 20px;
            font-size: 18px;

            outline: none;

            &:focus {
                border-color: #1f6f5b;
            }
        }

        .search-icon {
            position: absolute;
            top: 50%;
            left: 14px;
            transform: translateY(-50%);
            font-size: 26px;
            color: #777;
            pointer-events: none;
        }
    }
	

    .popular-searches {
        margin-top: 16px;

        p {
            font-size: 16px;
            color: hsl(216deg 6.94% 71.76%);
            margin-bottom: 8px;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;

            .tag {
                background: hsl(210deg 40% 98% / 10%);
                padding: 10px 25px;
                border-radius: 20px;
                font-size: 16px;
                cursor: pointer;
                transition: all 0.25s ease;
				color: hsl(216deg 6.94% 71.76%);

                &:hover {
                    background: #1fad53;
                    color: #fff;
                }
            }
        }
    }
	.banner-title{
		position: relative;
		z-index:99;
		span{
			color: #1fad53;
			padding: 8px 20px 8px 30px; 
			border: 1px solid #1fad53;
			border-radius: 20px;
			position: relative;
			&:before{
				content: '';
				width: 8px;
				height: 8px;
				background-color: #1fad53;
				border-radius: 50%;
				position: absolute;
				left: 12px;
				top: 50%;
				transform: translateY(-50%);
			
			}
		}
		h1{
			font-size: 48px;
			font-weight: 700;
		}
		p{
			color: hsl(216deg 6.94% 71.76%);
			font-size: 22px;
			font-weight: 500;
		}
	}
	.image-icons{
		.badge{
			display: flex;
			align-items: center;
			gap: 6px;
			padding: 6px 14px;
			border-radius: 50px;
			font-size: 13px;
			font-weight: 500;
			cursor: pointer;
			transition: all 0.3s ease;
			backdrop-filter: blur(8px);
			color: #fff;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		}
		span{
			background: unset;
			font-size: unset;
			font-size: 18px;
			&:before{
				display: none;
			}
			i{
				font-size: 16px;
			}
			.span-tag{
				font-size: 16px;
				padding: 0px;
			}
		}
		.bg-secondary-subtle{
			background: #1fad53;
			color: #fff
		}
		.like.active{
			border: 1px solid #ff4d4d;
			span{
				color: #fff;
				background: #ff4d4d;
				border: 1px solid #ff4d4d;
			}
		}
	}
	
}
.section-59 > .container {
    position: relative;
    z-index: 1;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) translateX(15px) rotate(6deg);
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
}
.green-soft-gradient {
  background-image: linear-gradient(
    to bottom,
    hsl(142 70% 40% / 0.05),
    hsl(142 70% 40% / 0.1),
    hsl(142 70% 40% / 0)
  );
}

.section-60 {
	border-bottom: 1px  solid  hsl(214 32% 91%);
  	.banner-title{
		h1{
			font-size: 42px;
			font-weight: 700;
			color: hsl(222 47% 11%);
			margin-bottom: 10px;
		}
		p{
			color: hsl(215 16% 47%);
			font-size: 20px;
			margin-bottom: 30px;
			
		}
		.search-input {
			position: relative;
			width: 100%;
			max-width: 700px;
			

			.bi-search {
				position: absolute;
				top: 50%;
				left: 14px;
				transform: translateY(-50%);
				color: #6c757d;
				font-size: 16px;
			}

			input {
				padding-left: 42px;
				padding: 12px 40px;
				border-radius: 15px;
				&:focus {
					box-shadow: none;
				} 
			}
		}
  	}
	
}
.section-61 {
	background: #f9fafb;
	.filter-section{
		i{
			font-size: 22px;
			margin-top: 15px;
			display: inline-block;
		}
	}
  	.category-filter {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		flex-wrap: wrap;  
		padding: 0.5rem 0;
		width: 100%;
		box-sizing: border-box;
		overflow-x: visible;

		.category-item {
			flex: 0 1 auto;   
			padding: 0.4rem 1rem;
			border-radius: 20px;
			border: 1px solid #ccc;
			background-color: hsl(210deg 40% 96.08%);
			cursor: pointer;
			font-size: 0.875rem;
			white-space: nowrap;
			transition: all 0.3s ease;
			text-align: center;
			color: hsl(215 16% 47%);
			font-weight: 700;
			&.active {
				background-color: #28a745;
				color: #fff;
				border-color: #28a745;
			}

			&:hover {
				background-color: #28a745;
				color: #fff;
				border-color: #28a745;
			}
		}
  	}
	.total-articles{
		p{
			font-size: 16px;
			color: hsl(215 16% 47%);
		}
	}
	.article-card {
		border-radius: 15px;
		background-color: #fff;
		border: 1px solid hsl(214 32% 91%);
		padding: 15px 20px;
		min-height: 270px;

		transition:
			transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
			box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
			border-color 0.25s ease;

		transform: scale(1) translateY(0);
		will-change: transform;

		.tag {
			background: hsl(140deg 60% 95.1%);
			border-radius: 20px;
			color: hsl(141.97deg 69.61% 40%);
			font-size: 14px;
			font-weight: 500;
			padding: 6px 12px;
			display: inline-block;
		}

		.title {
			font-size: 18px;
			color: hsl(222 47% 11%);
			font-weight: 700;
			transition: color 0.3s ease;
		}

		p {
			color: hsl(214.84deg 14.42% 57.84%);
			font-size: 16px;
		}

		.read-section {
			i,
			span {
			color: hsl(214.84deg 14.42% 57.84%);
			font-size: 14px;
			}

			/* 🔒 Read More color locked */
			.read-more,
			a {
			color: hsl(141.97deg 69.61% 40%) !important;
			font-size: 14px;
			font-weight: 500;

			i {
				color: hsl(141.97deg 69.61% 40%) !important;
			}
			}
		}

		/* Hover */
		&:hover {
			border-color: hsl(141.97deg 69.61% 40%);
			box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
			transform: scale(1.03) translateY(-4px);

			.title {
				color: hsl(141.97deg 69.61% 40%);
			}
		}
	}
	.text-green{
		color: hsl(141.97deg 69.61% 40%);
	}
	.pagination{
		margin: 0px 0px;
	}
}
.section-62{
	min-height: unset;
	.banner-title{
		span{
			background: #1fad53;
			color: #fff;
			padding: 5px 20px;
			font-size: 14px;
		}
		h1{
			font-size: 36px;
		}
		p{
			font-size: 20px;
			color: hsl(210deg 40% 98% / 70%);
		}
		nav{
			ol{
				li{
					color: hsl(210deg 40% 98% / 70%);
					a{
						color: hsl(210deg 40% 98% / 70%);
					}
					&:before{
						color: hsl(210deg 40% 98% / 70%);
					}
				}
			}
		}
		.user-section{
			margin-top: 20px;
			.icon{
				height: 40px;
				width: 40px;
				border-radius: 50%;
				background: hsl(142deg 70% 40% / 30%);
				display: flex;
				justify-content: center;
				align-items: center;
				color: #1fad53;
				font-size: 18px;
			}
			.date-text{
				color: hsl(210deg 40% 98% / 70%);
			}
			i{
				color: hsl(210deg 40% 98% / 70%);
			}
			.content{
				b{
					color: hsl(210deg 40% 98% / 80%);
					font-size: 16px;
				}
			}
		}
	}
	.wave-bottom {
		line-height: 0;
		overflow: hidden;
		bottom: -2px;
		right: 0px;
		left: 0px;
		
	}
	.wave-bottom svg {
		display: block;
		height: auto;
	}
	.decorative-layer{
		top: 0px;
		bottom: -1px;
	}
	.wave-bottom path {
		fill: hsl(210deg 20% 98.04%);
	}
}

.section-63{
	background: hsl(210deg 20% 98.04%);
	.right-section{
		border-radius: 15px;
		border: 1px solid hsl(214 32% 91%);
		.top-part{
			border-bottom: 1px solid hsl(214 32% 91%);
			padding: 20px 25px;
			background: hsl(210deg 40% 96% / 30%);
			.social-icons{
				a{
					i{
						color: hsl(215 16% 47%);
						font-size: 18px;
					}

				}
			}
			.save-text{
				a{
					i{
						color: hsl(215 16% 47%);
						font-size: 18px;
					}

				}
				.text{
					color: hsl(215 16% 47%);
					font-size: 16px;
				}
			}
		}
		.middle-section{
			padding: 20px 25px;
			background: #fff;
			border-radius: 15px;
			h2{
				color: hsl(222 47% 11%);
				font-size: 1.5rem;
				font-weight: 700;
				margin-top: 2.5rem;
				margin-bottom: 1rem;
				padding-bottom: 0.75rem;
				scroll-margin-top: 6rem;
				line-height: 1.5;
			}
			h3{
				color: hsl(222 47% 11%);
				font-size: 1.4rem;
				font-weight: 700;
				margin-top: 2.5rem;
				margin-bottom: 1rem;
				padding-bottom: 0.75rem;
				scroll-margin-top: 6rem;
			}
			h4{
				color: hsl(222 47% 11%);
				font-size: 1.3rem;
				font-weight: 700;
				margin-top: 2.5rem;
				margin-bottom: 1rem;
				padding-bottom: 0.75rem;
				scroll-margin-top: 6rem;
			}
			h5{
				color: hsl(222 47% 11%);
				font-size: 1.2rem;
				font-weight: 700;
				margin-top: 2.5rem;
				margin-bottom: 1rem;
				padding-bottom: 0.75rem;
				scroll-margin-top: 6rem;
			}
			p{
				strong{
					color: hsl(222 47% 11%);
				}
			}
			h6{
				color: hsl(222 47% 11%);
				font-size: 1.1rem;
				font-weight: 700;
				margin-top: 2.5rem;
				margin-bottom: 1rem;
				padding-bottom: 0.75rem;
				scroll-margin-top: 6rem;
			}
			ul li::marker {
				color:hsl(142 70% 40%);
			}
			ul{
				margin-bottom: 15px;
				li{
					color: hsl(215 16% 47%);
					a{
						color: hsl(142 70% 40%);
					}
				}
			}
			p{
				color: hsl(215 16% 47%);
				font-size: 16px;
				line-height: 1.8;
			}
		}
		table{
			margin-bottom: 15px;
		}
		tbody, td, tfoot, th, thead, tr{
			border-width: 1px !important;
		}
	}
	.footer-part{
		.back-portal{
			a{
				font-size: 16px;
				color: hsl(215 16% 47%);
			}
		}
		.view-more{
			a{
				font-size: 16px;
				color: hsl(142 70% 40%);
			}
		}
	}
	
	
	.left-part{
		position: sticky;
        position: -webkit-sticky;
        top: 15px;
        .top-content{
			border-radius: 15px;
			padding: 15px 15px;
			border: 1px solid hsl(214 32% 91%);
			.text{
				b{
					position: relative;
					display: block;
					padding-left:15px;
					margin-bottom: 15px;
					&:before{
						position: absolute;
						left: 0px;
						width: 4px;
						height: 100%;
						content: "";
						background: hsl(142 70% 40%);
					}
				}
			}
			p {
				color: hsl(215 16% 47%);
				font-size: 16px;
				line-height: 1.5;
				padding-left: 15px;
				position: relative;
				transition: color 0.3s ease;
				a{
					color:hsl(215 16% 47%);
				}

				&::before {
					position: absolute;
					left: 0;
					top: 0;
					width: 3px;
					height: 100%;
					content: "";
					background: transparent;
					transition: background 0.3s ease;
				}

				&:hover {
					color: #16a34a;
					a{
						color: #16a34a;
					}
					&::before {
						background: hsl(142 70% 40%);
					}
				}
			}
		}
		.ticket-section{
			
			
			.support-card {
				border-radius: 16px;
				background: linear-gradient(135deg, #22c55e, #16a34a);
				.icon-box {
					width: 48px;
					height: 48px;
					border-radius: 12px;
					background: rgba(255, 255, 255, 0.2);
					display: flex;
					align-items: center;
					justify-content: center;
					i {
						font-size: 22px;
						color: #fff;
					}
				}
				.support-btn {
					border-radius: 12px;
					padding: 12px 20px;
					transition: all 0.3s ease;
					color: #16a34a;
					background: #fff;
					font-size: 16px;
					&:hover {
						background-color: #f0fdf4;
						transform: translateY(-1px);
					}
				}
			}
			p{
				color: #ffffffcc;
				font-size: 14px;
			}	
			h5{
				font-size: 20px;
			}
		}
	}
	
}

.text-xs{
	font-size: 0.9rem!important;
}

.modal-part{
	.support-modal {
  		border-radius: 18px;
  		overflow: hidden;
	}
	.form-label{
		font-size: 14px;
	}
	.support-header {
  		background: linear-gradient(135deg, #22c55e, #16a34a);
  		padding: 20px;
	}
	.support-icon {
		width: 44px;
		height: 44px;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;

		i {
			font-size: 22px;
		}
	}
	.form-control,
	.form-select {
		border-radius: 10px;
		padding: 8px 14px;
		font-size: 14px;
		background: hsl(210 20% 98%);
	}

	.form-control:focus,
	.form-select:focus {
		border-color: #22c55e;
		box-shadow: 0 0 0 0.15rem rgba(34, 197, 94, 0.25);
	}
	.submit-btn {
		border-radius: 12px;
		padding: 12px;
		font-weight: 600;
		font-size: 16px;
	}
}

.section-64{
    background: #ffffff;
    .get-touch {
        background: #e9f9ef;
        color: #28c76f;
        padding: 10px 18px;
        border-radius: 20px;
        font-size: 16px;
		font-weight: 500;
	}

    .contact-title {
        font-size: 42px;
        font-weight: 700;
        color: #1f2937;
    }

    .contact-subtitle {
        color: hsl(215 16% 47%);
        margin: 10px auto;
		font-size: 16px;
    }

    .contact-mail {
        color: #6b7280;

        a {
            color: #28c76f;
            text-decoration: none;
            font-weight: 700;
        }
    }

    .contact-card {
        background: #ffffff;
        max-width: 900px;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .form-label {
        font-weight: 700;
        color: #374151;

        span {
            color: #ef4444;
        }
    }

    .form-control,
    .form-select {
        background: #f9fafb;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        padding: 12px;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #28c76f;
        box-shadow: none;
    }

    .submit-btn {
        background: #28c76f;
        color: #fff;
        padding: 12px 30px;
        border-radius: 10px;
        font-weight: 500;
        border: none;

        &:hover {
            background: darken(#28c76f, 5%);
        }
    }

    .secure-text {
        font-size: 14px;
        color: #6b7280;
    }
}

.section-65{
	.pagination{
		.page-item{
			.page-link{
				padding: 5px 13px;
			}
		}
	}
	.bg-secondary{
		background-color: hsl(210 25% 95%)!important;
	}
	.bg-badge-bg{
		background-color: hsl(145 50% 94%)!important;
		padding: 5px 10px;
		border-radius: 20px;
		margin-top: 2px;
		color: hsl(145 63% 30%)!important;
	}
	.icon{
		height: 40px;
		width: 40px;
		border-radius: 10px;
		color: hsl(145 63% 30%)!important;
		background-color: hsl(145 50% 94%)!important;
		display: flex;
		justify-content: center;
		align-items: center;
		i{
			font-size: 16px;
		}
	}
	h6{
		color: hsl(0 0% 20%)!important;
		font-size: 16px;
		font-weight: 600;
	}
	p{
		color: hsl(0 0% 45%);
		line-height: 1.625;
		font-size: 0.75rem;
	}
	.text-muted{
		color: hsl(0 0% 45%)!important;
		font-size: 16px;
	}
	th{
		color: hsl(0 0% 27%)!important;
		font-size: 14px;
		font-weight: 700;
	}
	.card{
		border: 0px;
	}

	.table-card {
		border: 1px solid #dee2e6;
		border-radius: 5px;
		overflow: hidden; 
	}

	.table-card thead th:first-child {
		border-top-left-radius: 5px;
	}

	.table-card thead th:last-child {
		border-top-right-radius: 5px;
	}
	
}

.section-66{
	.doc-box {
		background: #f1f5f8;
		border-radius: 14px;
		padding: 24px;
		border: 1px solid hsl(210 18% 90%);

		.form-select {
			border-radius: 10px;
			padding: 10px 14px;
		}
		.form-label{
			font-weight: 500;
		}
		small {
			font-weight: 500;
		}

		.download-btn {
			background: #35A848;
			border: none;
			color: #fff;
			border-radius: 10px;
			padding: 9px 22px;
			font-weight: 600;
			transition: background 0.3s ease;

			&:hover {
				background: #35A848;
			}
		}

		.quick-access {
			.btn {
				border-radius: 50px;
				font-size: 12px;
				padding: 6px 14px;
				border: 1px solid hsl(210 18% 90%);
				background: #fff;
				display: inline-flex;
				align-items: center;
				color: hsl(0 0% 45%);
				font-weight: 600;

				i {
					margin-right: 6px;
				}

				&:hover {
					background: #35A848;
					color: #fff;
				}
			}
		}
	}
	.select2-container--default .select2-selection--single{
		border-radius: 8px!important;
		border: 1px solid hsl(210 18% 90%)!important;
	}

	.quick-access {
		.btn.active {
			background: #35A848;
			border-color: #35A848;
			color: #fff;
		}
	}
}

.section-67{
	background: hsl(210deg 20% 98.04%);
	.comment-title{
		.text{
			h2{
				font-size: 20px;
				font-weight: 900;
				color: hsl(222 47% 11%);
				margin-bottom: 0px;
			}
			p{
				font-size: 16px;
				color: hsl(213.33deg 14.52% 51.37%);
				margin-bottom: 0px;
			}
		}
		.icon{
			height: 40px;
			width: 40px;
			border-radius: 10px;
			background: hsl(144deg 36.59% 91.96%);
			display: flex;
			justify-content: center;
			align-items: center;
			i{
				font-size: 18px;
				color: hsl(141.97deg 69.61% 40%);
			}
		}
	}
	.comment-submit-btn{
		background: hsl(142, 69%, 45%);
		color: #fff;
	}
	.comments-box{
		background: hsl(0 0% 100%);
		border-radius: 14px;
		padding: 1.25rem;
		border: 1px solid hsl(214 32% 91%);
		.user-name{
			height: 40px;
			width: 40px;
			border-radius: 50%;
			background: hsl(144deg 36.59% 91.96%);
			display: flex;
			justify-content: center;
			align-items: center;
			i{
				font-size: 16px;
				color: hsl(142, 69%, 45%);
			}
			p{
				color: hsl(142, 69%, 45%);
				font-size: 16px;
				font-weight: 700;
			}
		}
		.user-image{
			img{
				height: 40px;
				width: 40px;
				border-radius: 50%;
			}
		}
		.form-section{
			.form-control{
				background: hsl(210 20% 98%);
				border: 1px solid hsl(214deg 32% 91% / 50%);
				border-radius: 10px;
				transition:  border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
			}

			/* Focus + Active */
			.form-control:focus,
			.form-control.active{
				background: #fff;
				border-color: hsl(141.97deg 69.61% 40%);
				box-shadow: 0 0 0 0.25rem hsl(141.97deg 69.61% 40% / 30%);
				outline: none;
			}
			.btn-primary{
				padding: 9px 15px;
				font-size: 16px;
				border-radius: 10px;
			}
		}
		.comment-part{
			.name{
				font-size: 16px;
				color: hsl(222 47% 11%);
				font-weight: 600;
			}
			.icon{
				i{
					font-size: 12px;
					color: hsl(213.33deg 14.52% 51.37%);
				}
			}
			.text-color{
				font-weight: 500;
				font-size: 14px;
			}
			.comment-text{
				.text-color{
					color:hsl(215 16% 47%);
					font-size: 14px;
					font-weight: 500;
					line-height: 1.5;
					letter-spacing: 0.3px;
				}
			}
		}
		.icon-section{
			.thumb-icon{
				a{
					font-size: 14px;
					color: hsl(213.33deg 14.52% 51.37%);
					i{
						color: hsl(213.33deg 14.52% 51.37%);
						font-size: 18px;
					}
					
				}
			}
		}
		.reply-section{
			position: relative;
			
			&:before{
				height: 100%;
				width: 2px;
				background: hsl(144deg 36.59% 91.96%);
				content: "";
				position: absolute;
				left: 0px;
				top: 0px;
				color: hsl(144deg 36.59% 91.96%);
			}
			.user-icon{
				height: 35px;
				width: 35px;
				border-radius: 50%;
				background: hsl(144deg 36.59% 91.96%);
				display: flex;
				justify-content: center;
				align-items: center;
				p{
					font-size: 14px;
					color: hsl(142, 69%, 45%);
					font-weight: 700;
					margin: 0px;
					padding: 0px;
				}
			}
			.icon-tag{
				padding: 2px 8px;
				color: hsl(142, 69%, 45%);
				border-radius: 15px;
				font-weight: 700;
				text-decoration: uppercase;
				font-size: 10px;
				background: hsl(144deg 36.59% 91.96%);
			}
			p{
				font-size: 16px;
				color: hsl(213.33deg 14.52% 51.37%);
				
			}	
		}
		.comment-textarea{
			.form-control{
				background: hsl(210deg 33.33% 97.65%);
			}
			.form-control:focus,
			.form-control.active{
				background: #fff;
				border-color: hsl(141.97deg 69.61% 40%);
				box-shadow: 0 0 0 0.25rem hsl(141.97deg 69.61% 40% / 30%);
				outline: none;
			}
			.btn-primary{
				font-size: 14px;
				padding: 7px 10px;
				height: 35px;
				i{
					font-size: 14px;
				}
			}
			.btn-transparent{
				background: unset;
				padding: 2px 10px;
				margin-top: 2px;
				height: 35px;
				i{
					font-size: 16px;
				}
				
				&:hover{
					background-color: #1ea033;
					border:1px solid  #1ea033;
					color: #fff !important;
				}
			}	
		}
	}
}
.text-color{
	color: hsl(213.33deg 14.52% 51.37%);
}