/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
	/* HEADER START */
	.white-section .head-bottom {
		padding-bottom: 0 !important;
	}

	.main-bttn div {
		width: 42px;
		height: 42px;
	}

	.main-bttn span {
		padding: 0 16px;
		font-size: 14px;
		line-height: 20px;
	}

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

	.containerLayout {
		padding: 0 16px;
	}

	header {
		padding: 16px 8px;
		position: relative;
	}

	.header-logo a,
	.search,
	header nav ul {
		display: none;
	}

	.head-logo .logo {
		width: 216px;
		height: 39px;
	}

	.burger {
		cursor: pointer;
		z-index: 101;
		display: flex;
		justify-content: end;
	}

	.mobile-menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding: 74px 0;
		background: #fff;

		position: fixed;
		left: 100%;
		top: 0;
		z-index: 2;
		transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

	.mobile-menu.active {
		display: flex;
		left: 0;

		/* animation: slideDown 0.3s ease forwards; */
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
	}

	.mobile-menu li {
		padding: 16px;
		border-bottom: 1px solid #f3f3f3;
	}

	.mobile-menu li a {
		font-size: 20px;
		line-height: 28px;
		color: #000;
	}

	@keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* nav > ul {
      display: none;
    } */
	.header-logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.mobile-menu ul {
		list-style: none;
		width: 100%;
	}

	.mobile-menu {
		transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

	.mobile-menu ul li {
		border-bottom: 1px solid #f0f0f0;
		padding: 16px;
	}

	.mobile-menu ul li a {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		padding-bottom: 0 !important;
	}

	.dropdown-content {
		display: none;
		flex-direction: column;
		gap: 16px;
		margin-top: 16px;
		margin-bottom: 4px;
	}

	.dropdown-content a {
		font-size: 16px !important;
		line-height: 24px !important;
		padding-bottom: 0 !important;
	}

	.dropdown.open .dropdown-content {
		display: flex;
	}

	.burger img {
		transition: transform 0.3s ease;
	}

	.banner-content p {
		font-size: 14px;
	}

	.burger.active img {
		transform: rotate(90deg);
		content: url("../images/svg/close-icon-black.svg");
	}

	.header-logo {
		z-index: 101;
	}

	header nav ul > li:before {
		left: 0;
	}

	.dropdown > a.has-dropdown {
		position: relative;
		padding-right: 20px;
		width: 100%;
		display: flex;
	}

	.dropdown > a.has-dropdown::after {
		content: "";
		position: absolute;
		right: 0;
		top: 5px;
		width: 18px;
		height: 18px;
		background-image: url("../images/svg/down-arrow.svg");
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateY(0) rotate(0deg);
		transition: transform 0.3s ease;
	}

	.dropdown.open > a.has-dropdown::after {
		transform: translateY(-50%) rotate(180deg);
		top: 15px;
	}

	.mobile-lang {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
	}

	.mobile-lang a {
		color: #9f9f9f;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		border-right: 1px solid #f3f3f3;
	}

	.mobile-lang a,
	.mobile-lang > div {
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.head-bottom {
		padding: 0 8px;
		grid-template-columns: 1fr;
		justify-content: start;
		align-items: start;
		height: auto;
	}

	#item-section .head-bottom {
		padding-bottom: 0;
	}

	.head-bottom .stats-section {
		flex-direction: column;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.head-bottom .content h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.stats {
		padding: 16px 8px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.content {
		padding: 24px 0;
	}

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

	.stats h5 {
		font-size: 28px;
		line-height: 36px;
	}

	.stats span {
		font-size: 20px;
		line-height: 28px;
	}

	.stats div {
		gap: 6px;
	}

	.stats img {
		display: flex;
		width: 18px;
		height: 18px;
	}

	.stats-section .stats:hover {
		padding: 16px 14px;
	}

	/* HEADER END */
	/*ABOUT START */
	.about-section {
		margin-top: 56px;
		flex-direction: column;
	}

	.about-section .about-content {
		padding: 16px;
		gap: 20px;
		width: 100%;
	}

	.about-section .about-content h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.about-section .about-content p {
		font-size: 14px;
		line-height: 20px;
	}

	.about-section .about-right {
		display: flex;
		align-items: start;
		padding: 0 8px;
		flex-direction: column;
		flex-flow: wrap-reverse;
		justify-content: start;
	}

	.about-right > div {
		padding: 0 8px;
	}

	.about-right > div:first-child {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	#about-section .about-section {
		margin-top: 40px;
		gap: 24px;
	}

	#about-section .about-section .about-right {
		padding: 16px 8px;
	}

	.about-section-grid {
		margin-top: 0;
		margin-bottom: 0;
	}

	.about-section-grid .about-section {
		gap: 0;
	}

	/*ABOUT END    */
	/* INVESTMENT START */
	.investment {
		margin-top: 56px;
		padding-top: 16px;
	}

	.invest-title {
		gap: 20px;
		width: 100%;
	}

	.investment h2 {
		font-size: 26px;
		line-height: 34px;
		padding: 0;
	}

	.invest-img {
		height: 350px;
	}

	.invest-img img {
		object-fit: cover;
	}

	.invest-overlay::after {
		height: 120px;
	}

	.invest-grid .item {
		height: 164px;
		padding: 20px;
	}

	.item-content img {
		width: 32px;
		height: 32px;
	}

	.invest-grid .item h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.invest-bottom-overlay {
		height: 32px;
	}

	/*INVESTMENT END    */
	/*NEWS START    */
	.news-section-grid {
		margin-top: 56px;
	}

	.news-right {
		border-left: none;
	}

	.news-section {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding: 0;
	}

	.news-right > div {
		width: 100%;
		padding: 16px 8px;
		gap: 12px;
		border-top: 1px solid #f3f3f3;
	}

	.news-section .news-left {
		gap: 20px;
		position: static;
		padding: 16px 8px;
	}

	.news-section h3 {
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: 34px;
	}

	.news-right span {
		font-size: 12px;
		font-weight: 400;
	}

	.news-right h4 {
		font-size: 18px;
		line-height: 24px;
	}

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

	.embla__container {
		margin-top: 8px;
	}

	.embla__slide {
		flex: 0 0 50%;
		padding: 8px;
	}

	.embla__slide img {
		filter: none;
	}

	.news-arrow {
		display: none;
	}

	/*NEWS END    */
	/*SLIDER SECTION START    */
	.slider-content {
		padding: 24px 24px 0;
		width: auto;
		left: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.slider-content .slider-title {
		width: 100%;
		gap: 12px;
		padding: 0;
	}

	.slider-content h3 {
		font-size: 26px;
		line-height: 34px;
	}

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

	.slider-stats span {
		font-size: 14px;
		font-weight: 300;
		line-height: 20px;
	}

	.slider-stats h5 {
		font-size: 28px;
		font-weight: 500;
		line-height: 36px;
	}

	.slider-stats .stats {
		padding: 16px 8px;
	}

	.slider-stats .stats:last-child {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.slider-arrow {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.slider-stats {
		grid-template-columns: 1fr;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.slider-arrow button {
		padding: 24px;
	}

	.mobile-content-overlay {
		background: rgba(0, 0, 0, 0.1);
		box-shadow: 0 -15px 50px 0 rgba(0, 0, 0, 0.1) inset;
		backdrop-filter: blur(10px);
		position: absolute;
		bottom: 0;
		padding: 0 24px;
		left: 0;
		width: 100%;
	}

	.slider {
		margin-top: 56px;
	}

	.slider-title h4 {
		font-size: 24px;
		font-weight: 300;
		line-height: 32px;
		margin-top: 8px;
	}

	.slider-bottom {
		background: rgba(0, 0, 0, 0.1);

		box-shadow: 0 -15px 50px 0 rgba(0, 0, 0, 0.1) inset;
		backdrop-filter: blur(10px);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.slider-bottom span {
		padding: 21px 24px;
	}

	.slider-bottom button {
		padding: 24px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.slider-bottom > div {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.slider.second {
		margin-top: 56px;
		height: 600px;
	}

	/*SLIDER SECTION END    */
	/*REPORTS SECTION START    */
	.reports-grid {
		margin-top: 56px;
	}

	.reports-section {
		grid-template-columns: 1fr;
	}

	.reports-left {
		position: static;
		gap: 20px;
		padding: 16px 8px;
	}

	.reports-left h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.report-item {
		gap: 20px;
		padding: 16px 8px;
		background: white;
		border-top: 1px solid #f3f3f3;
	}

	.reports-bottom {
		flex-direction: column;
		border-top: none;
	}

	.reports-right h4 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 28px;
	}

	.reports-right p {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}

	.reports-section {
		margin-top: 0;
		padding: 0 8px;
	}

	.reports-right {
		border: none;
	}

	/*REPORTS SECTION END    */
	/*ABOUT PAGE START */
	.item-inner-grid {
		margin-top: 56px;
	}

	.about-section {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.head-section {
		padding: 70px 8px 0;
	}

	.about-section h1 {
		margin-top: 8px;
		font-size: 26px;
		font-weight: 500;
		line-height: 34px;
	}

	.about-inner-right {
		gap: 32px;
	}

	.about-signature {
		gap: 20px;
	}

	.about-section h4 {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	.about-signature span {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	.invest-grid.mission .item div {
		gap: 6px;
	}

	.invest-grid.mission .item {
		height: auto;
		gap: 40px;
	}

	.invest-item-grid .estate-top > div {
		padding: 16px 0 0 !important;
	}

	.item-text p {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	.reports-section.about {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 56px 0 0;
	}

	.report-section-main {
		padding: 0;
	}

	.reports-section.about h3 {
		padding: 16px 8px;
	}

	.about .reports-left {
		padding: 0;
		border-top: 1px solid #f3f3f3;
	}

	.about-section.about-grid::before {
		content: none;
	}

	.reports-section.about .reports-right h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.reports-section.about .report-item {
		gap: 24px;
		background: transparent;
		border-right: none;
		border-top: 1px solid #f3f3f3;
	}

	.about-section.about-grid:first-child {
		margin-top: 56px;
	}

	.about-section.about-grid {
		grid-template-columns: 1fr;
	}

	.about-section.about-grid {
		gap: 0;
	}

	/*ABOUT PAGE END */
	/*ABOUT ITEM PAGE Start */
	.head-bottom .content h1 {
		font-size: 32px;
		font-weight: 400;
		line-height: 40px;
	}

	#item-section .head-bottom .content {
		gap: 12px;
	}

	.banner-overlay {
		display: none;
	}

	.breadcrumbs {
		padding: 71px 8px 0;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		max-width: 100%;
		scrollbar-width: thin;
		/* position: static; */
	}

	.banner-content {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	#item-section .banner-content {
		height: 406px;
	}

	.tabs-container {
		grid-template-columns: 1fr;
		margin-top: 56px;
		padding-top: 0;
	}

	.esg-grid-main .real-estate-section {
		border-left: none;
		border-top: 1px solid #f3f3f3;
	}

	.tabs {
		padding: 16px 8px;
		display: inline-flex;
		align-items: flex-start;
		gap: 24px;
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		max-width: 100%;
		scrollbar-width: thin;
		position: static;
	}

	.tabs a {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	.tabs a.active {
		font-weight: 500;
	}

	.year-history .years-wrapper .year-item a {
		display: flex;
		padding: 16px 12px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex: 1 0 0;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		height: 56px;
	}

	.year-history .years-wrapper button {
		height: 56px;
		border-left: none;
	}

	.year-history .years-wrapper button:last-child {
		border-left: 1px solid #f3f3f3;
	}

	.year-history {
		border-top: 1px solid #f3f3f3;
	}

	.tabcontent {
		border-left: none;
	}

	.year-history .year-content {
		padding: 16px 8px;
	}

	.tab-guidance img {
		padding: 8px;
		width: 100%;
		height: 286px;
		object-fit: cover;
	}

	.tab-guidance .tab-item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-right: none;
		border-top: 1px solid #f3f3f3;
	}

	.tab-guidance .tab-item-bottom button {
		width: 58px;
		height: 58px;
		padding: 0;
		justify-content: center;
	}

	.tab-guidance .tab-item-bottom img {
		width: 18px;
		height: 18px;
	}

	.tab-guidance .tab-item-bottom p {
		padding-left: 8px;
	}

	.modal-content {
		flex-direction: column;
		padding: 8px;
		gap: 8px;
		max-width: 90%;
		height: 645px;
		overflow: auto;
		margin-top: 20%;
	}

	.modal-right {
		max-width: 100%;
	}

	.modal-right h4 {
		font-size: 20px;
		font-weight: 400;
		line-height: 28px;
	}

	.modal-right h6,
	.modal-right p {
		font-size: 14px;
		line-height: 20px;
	}

	.close-modal {
		position: fixed;
		top: 15%;
		right: 5%;
		z-index: 9999;
	}

	.modal-content img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}

	.close-modal img {
		width: 24px;
		height: 24px;
	}

	.about-activity .activity-item {
		padding: 16px 8px;
		gap: 20px;
		background-color: #fff;
		border-bottom: none;
		border-top: 1px solid #f3f3f3;
	}

	.about-activity .activity-item:last-child {
		border-bottom: none;
	}

	.management-grid {
		border-left: none;
	}

	.about-activity .activity-item h4,
	.about-activity .activity-item p {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}

	.about-projects {
		background: white;
		grid-template-columns: 1fr;
		border-top: 1px solid #f3f3f3 !important;
	}

	.about-projects .project-item {
		padding: 8px;
	}

	.about-projects .project-item h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}

	.about-projects .project-item p {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	.project-item img {
		height: 236px;
		object-fit: cover;
	}

	.head-bottom .content.item-inner h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.white-section .banner-content {
		height: 300px !important;
	}

	.item-inner-section .inner-content {
		padding-top: 16px;
		gap: 16px;
	}

	.item-inner-section {
		padding: 8px;
	}

	#item-inner-section .estate-item {
		height: 100%;
	}

	.item-inner-section .inner-content h4 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.item-inner-section .inner-content p,
	.item-inner-section .inner-content ul li {
		font-size: 14px;
		line-height: 20px;
	}

	.item-inner-section .inner-content ul {
		gap: 6px;
	}

	.estate-item h3 span {
		font-size: 24px;
		font-weight: 400;
		line-height: 48px;
	}

	.estate-item h3 {
		font-size: 40px;

		line-height: 48px;
	}

	.about-grid-main {
		margin-top: 56px;
	}

	/*ABOUT ITEM PAGE END */
	/*INVESTMENT ITEM PAGE START */
	.real-estate-section .estate-bottom::before {
		content: none;
	}

	.real-estate-section .estate-bottom:first-child {
		border-top: none;
	}

	.real-estate-section .estate-top {
		padding: 16px 8px;
	}

	.real-estate-section.invest-item-grid .estate-top {
		border-top: 1px solid #f3f3f3;
		border-bottom: none;
	}

	.real-estate-section .estate-bottom,
	.other-investment-section {
		grid-template-columns: 1fr;
	}

	.real-estate-section .estate-top p,
	.real-estate-section .estate-bottom p {
		font-size: 14px;
		line-height: 20px;
	}

	.real-estate-section .estate-top > div {
		padding: 16px 8px;
		border-left: none;
	}

	.real-estate-section .estate-bottom .estate-sticky {
		position: static;
		padding: 16px 8px;
	}

	.real-estate-section .estate-bottom h4,
	.other-investment-section > div h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.real-estate-section .estate-bottom h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.other-investment-section {
		padding-top: 0;
		margin-top: 56px;
	}

	.other-invest .item h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.other-invest .item {
		height: 136px;
		border-left: none;
	}

	.other-invest .item div img,
	.other-invest .item div svg {
		width: 32px !important;
		height: 32px !important;
	}

	.other-invest .item span {
		font-size: 12px;
		line-height: 16px;
	}

	.other-invest .item {
		border-top: 1px solid #f3f3f3;
	}

	.invest-item-grid-right > div {
		border-top: 1px solid #f3f3f3;
		border-bottom: none;
	}

	.commitments {
		border-top: 1px solid #f3f3f3;
	}

	.commitments > div:last-child {
		border-top: 1px solid #f3f3f3;
	}

	.commitments > div {
		border-right: none;
	}

	.commitments-grid > div:last-child {
		border-top: none;
	}

	#reports::after {
		content: none;
	}

	#reports::before {
		left: 50%;
	}

	#reports .report-item {
		border-bottom: none;
		border-top: 1px solid #f3f3f3;
	}

	.real-estate-section .estate-bottom {
		padding-top: 0;
		margin-top: 0;
		border-bottom: none;
	}

	.embla__container-career {
		border-top: 1px solid #f3f3f3;
	}

	.career-vacancy-sticky {
		border-bottom: 1px solid #f3f3f3;
	}

	.esg-grid-main .estate-item h3 {
		font-size: 32px;
	}

	.numbered-list li {
		font-size: 14px;
		line-height: 20px;
		gap: 10px;
	}

	.numbered-list {
		gap: 20px;
	}

	.chart-container {
		margin-top: 20px;
	}

	.esg-grid .estate-item {
		flex-direction: row;
		justify-content: start;
		gap: 20px;
		align-items: center;
	}

	.estate-top ul li {
		border-right: none;
		font-size: 16px;
		line-height: 24px;
		padding: 16px 20px;
	}

	.estate-top ul,
	.esg-list {
		max-width: 100%;
	}

	.esg-list {
		padding: 0 !important;
	}

	/*INVESTMENT ITEM PAGE END */
	/*FOOTER START */
	.footer-top .footer-logo,
	.footer-top ul,
	.footer-contact {
		padding: 15px 8px;
	}

	.footer-top > div,
	.footer-top > ul {
		border: none;
	}

	.footer-contact {
		border-top: 1px solid #f3f3f3 !important;
	}

	.footer-bottom > div:last-child {
		border: none;
	}

	.footer-bottom > div {
		border: none;
	}

	.footer-bottom {
		grid-template-columns: 1fr;
		background-color: white;
	}

	.footer-socials ul {
		border-bottom: 1px solid #f3f3f3;
	}

	.footer-top > div:first-child {
		border-bottom: 1px solid #f3f3f3;
	}

	.footer-top p {
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
	}

	.jis {
		padding: 24px 8px;
		height: 76px;
	}

	.footer-section {
		margin-top: 56px;
	}

	/*FOOTER END */
	.estate-item {
		gap: 32px;
	}

	.real-estate-section .estate-bottom.table {
		padding: 16px 8px;
	}

	.real-estate-section .esg-table.second table {
		max-width: 100%;
	}

	.esg-table table thead th {
		font-size: 12px;
		line-height: 18px;
		padding: 12px 16px;
	}

	.esg-table table tbody tr td {
		font-size: 14px;
		line-height: 20px;
		padding: 12px 16px;
	}

	.estate-bottom.table ul li {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}

	.estate-bottom.table ul {
		padding-top: 16px;
	}

	.estate-bottom.table ul li::before {
		width: 4px;
		height: 4px;
		top: 9px;
	}

	.reports .report-item {
		padding: 16px 8px;
	}

	/* Careeer*/
	.head-bottom.career {
		flex-direction: column;
		align-items: start;
	}

	.head-bottom.career .content {
		gap: 12px;
		padding: 0;
	}

	.career-vacancy .vacancy-item {
		padding: 16px;
		border-bottom: 1px solid #f3f3f3;
		gap: 32px;
	}

	.career-vacancy .vacancy-item:last-child {
		border-bottom: none;
	}

	.faq-item > div {
		padding: 16px;
	}

	.faq {
		border-top: 1px solid #f3f3f3;
	}

	.faq-header h4 {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.career-grid-section h6 {
		padding: 16px 8px;
	}

	.other-invest.career-invest .item {
		height: 120px;
	}

	.other-invest.career-invest .item-text h4 {
		font-size: 14px;
	}

	.invest-grid .item div svg,
	.invest-grid .item div img {
		width: 24px;
		height: 24px;
	}

	.career-invest {
		gap: 8px;
		padding: 8px;
	}

	.career-training h6 {
		padding: 0;
		font-size: 14px;
	}

	.career-training p {
		font-size: 14px;
	}

	.career-employee > div {
		padding: 8px;
		background-color: white;
	}

	.career-employee h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.career-employee p {
		font-size: 14px;
	}

	.career-arrow {
		display: none;
	}

	.career-employee img {
		width: 100%;
		/* height: 236px; */
		object-fit: cover;
	}

	.report-item h4,
	.reports .report-item a {
		font-size: 14px;
		line-height: 20px;
	}

	.reports .report-item > div {
		align-items: start;
		flex-direction: column;
		padding-top: 0;
	}

	.reports .report-item {
		gap: 6px;
	}

	.reports .report-item a {
		padding-top: 6px;
	}

	/* contact section */
	.gradient-bg .content .containerLayout {
		grid-template-columns: 1fr;
	}

	.gradient-bg .content img {
		width: 100%;
		height: auto;
	}

	.contact-section,
	.contact-section .contact-top {
		grid-template-columns: 1fr;
	}

	.contact-section .contact-info h1 {
		padding: 20px 8px;
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: 34px;
	}

	.contact-section .contact-top .contact-top-left,
	.contact-section .contact-top .contact-top-right,
	.contact-section .contact-bottom {
		padding: 16px 8px;
	}

	.contact-section .contact-top .contact-top-right {
		border-top: 1px solid #f3f3f3;
	}

	.contact-section .contact-bottom p {
		font-size: 14px;
	}

	.contact-section .contact-bottom {
		gap: 16px;
	}

	.contact-form {
		gap: 16px;
	}

	.two-cols {
		grid-template-columns: 1fr;
	}

	.contact-map {
		padding: 8px;
	}

	.contact-map iframe {
		height: 400px;
		position: static;
	}

	.table-outer {
		overflow-x: auto;
	}

	.estate-bottom.table table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
	}

	.estate-bottom.table thead {
		position: sticky;
		z-index: 2;
		top: 0;
	}

	.estate-bottom.table th,
	.estate-bottom.table td {
		white-space: nowrap;
	}

	.estate-bottom.table th {
		z-index: 1;
		position: sticky;
		left: 0;
	}

	.estate-bottom.table th {
		text-align: left;
	}

	.table thead th,
	.table tbody th {
		background-color: white;
	}

	.table thead td,
	.table tbody td {
		padding: 16px 16px 16px 0;
		font-size: 14px;
		gap: 4px !important;
	}

	.table thead th,
	.table tbody th {
		padding: 16px 20px 16px 0;
		font-size: 14px;
	}

	.table .row-number {
		font-size: 14px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Specific for investment portfolio */
@media only screen and (min-width: 845px) and (max-width: 1244px) {
	.portfolio-investment-section .invest-grid .item:nth-child(2) {
		border-right: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(3) {
		border-bottom: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(4) {
		border-bottom: none;
		border-right: none;
	}
}
@media only screen and (min-width: 1245px) {
	.portfolio-investment-section .invest-grid .item:nth-child(3) {
		border-right: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(4) {
		border-bottom: none;
	}
}
@media screen and (max-width: 768px) {
	.other-investment-section.portfolio-investment-section {
		border: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(1),
	.portfolio-investment-section .invest-grid .item:nth-child(2),
	.portfolio-investment-section .invest-grid .item:nth-child(3) {
		/* border-top: none; */
		border-bottom: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(2) {
		border-right: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(1),
	.portfolio-investment-section .invest-grid .item:nth-child(3) {
		border-left: none;
	}
	.portfolio-investment-section .invest-grid .item:nth-child(4) {
		border-bottom: none;
		border-right: none;
	}
}
@media screen and (max-width: 768px) {
	.portfolio-investment-section .invest-grid .item:nth-child(1),
	.portfolio-investment-section .invest-grid .item:nth-child(3) {
		border-right: none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Tablet Styles */
@media screen and (max-width: 1200px) {
}

/* Mobile Landscape */
@media screen and (max-width: 992px) {
}

/* Mobile Portrait */
@media screen and (max-width: 768px) {
}

/* Small Mobile */
@media screen and (max-width: 480px) {
}

/* Very Small Screens */
@media screen and (max-width: 360px) {
}

/* Landscape orientation adjustments */
@media screen and (max-height: 600px) and (orientation: landscape) {
}

@media (prefers-reduced-motion: reduce) {
	.animated-title,
	.animated-paragraphs,
	.animated-div {
		animation: none;
		transform: none;
		transition: none;
	}
}
