﻿body {
	font-family: 'Roboto', 'Arial', sans-serif; /* Added fallback font */
}

/* masme-page start */
.msme-container {
	width: 70%;
	margin: 0 auto;
}

.msme-header {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Simplified box-shadow */
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	overflow: hidden;
}

.msme-banner-flex {
	padding: 15px;
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.msme-header .basic-data-update {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

	.msme-header .basic-data-update p {
		margin: 0;
	}

.msme-banner-flex .msmlogo {
	width: 80px;
	height: 80px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	display: flex;
	align-items: center;
	background: #fff;
	aspect-ratio: 1/1; /* Maintain aspect ratio */
}

	.msme-banner-flex .msmlogo img {
		object-fit: contain;
		width: 100%;
		height: 100%; /* Ensure image fills container */
		display: block; /* Prevent spacing issues */
	}

.msme-banner-flex .msme-com-nm {
	width: calc(100% - 80px);
}

.msme-com-nm h1 {
	font-size: 18px;
	font-weight: 500;
	color: #293348;
	letter-spacing: 0.5px;
}

.msme-com-nm p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 0;
}

.msme-about-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 5px;
	min-height: 200px; /* Reserve space to prevent CLS */
}
.msme-about-flex .spacing-section{
	margin-top:15px;
}
.msme-about {
	padding: 15px 15px 0;
}

.msme-comp-table {
	height: 100%;
	margin: 15px 15px 0;
}

	.msme-comp-table li a {
		color: #293348;
	}

.msm-comlogo {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 2px;
	aspect-ratio: 1/1; /* Maintain aspect ratio */
}

	.msm-comlogo img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		display: block;
	}

.msme-faq {
	padding: 0 15px 10px;
}

	.msme-faq ul li {
		margin: 10px 0;
	}

.msme-sec {
	padding: 30px 0 50px;
	background: #fafafa;
}

.msme-about p {
	font-size: 13px;
}

.msme-bx {
	box-shadow: irable 0 1px 3px rgba(0, 0, 0, 0.1); /* Simplified box-shadow */
	padding: 15px;
	background: #fff;
	border-radius: 4px;
}

.msme-left .company-logo {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 2px;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	aspect-ratio: 1/1;
}

	.msme-left .company-logo img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		display: block;
	}

.msme-left span {
	font-size: 13px;
	font-weight: 500;
	color: #393939;
}

.msme-left p {
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	padding: 10px 0;
}

.org-flex {
	margin-top: 15px;
}

.msme-bx-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

	.msme-bx-flex li {
		width: 25%;
		margin: 12px 0;
		padding-left: 15px;
		position: relative;
		border-left: 1px solid #e0e0e0;
	}

		.msme-bx-flex li:nth-child(1),
		.msme-bx-flex li:nth-child(5) {
			border: 0;
			padding-left: 0;
		}

		.msme-bx-flex li span {
			font-weight: 500;
			display: block;
			font-size: 13px;
			margin-bottom: 8px;
		}

		.msme-bx-flex li p {
			display: block;
			width: 200px;
			overflow: hidden;
			margin-bottom: 5px;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

.org-flex .msme-card {
	width: 38%;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1); /* Simplified box-shadow */
	border-radius: 4px;
	padding: 10px;
	background: #fff;
}

.msme-unit-sec {
	margin-top: 20px;
	border-top: 1px solid #f1f1f1;
	padding-top: 15px;
}

	.msme-unit-sec .sec-head-top {
		padding: 0;
		border: 0;
	}

.msme-card ul li {
	margin: 15px 0;
	font-size: 13px;
}

.msme-spacing-box {
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin-top: 20px;
}

.industry-list {
	width: 100%;
	background: #fff;
}

	.industry-list tr th {
		font-weight: 500;
	}

	.industry-list tr th,
	.industry-list tr td {
		border: 0 !important;
		padding: 12px 10px;
		font-size: 13px;
		vertical-align: baseline;
	}

	.industry-list tr th {
		background: #e6ecf1;
	}

	.industry-list tr {
		border-bottom: 1px solid #f1f1f1;
	}

.comp-content-bx {
	width: 35%;
}

.msme-flex-bx {
	display: flex;
	justify-content: left;
	margin-top: 20px;
	flex-wrap: wrap;
}

.official-add-sec {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #f1f1f1;
}

	.official-add-sec ul {
		padding: 0;
	}

	.official-add-sec .sec-head-top {
		border: 0;
		padding: 0;
	}

.msme-flex-bx .comp-bx .comp-content-bx {
	width: 100% !important;
}

	.msme-flex-bx .comp-bx .comp-content-bx span {
		font-size: 13px;
	}

.msme-flex-bx .comp-bx {
	width: 32%;
	border-right: 1px solid #f1f1f1;
	padding-right: 15px;
	padding-left: 15px;
}

	.msme-flex-bx .comp-bx:first-of-type {
		padding-left: 0;
	}

	.msme-flex-bx .comp-bx h2 {
		font-size: 14px;
		font-weight: 500;
		color: #393939;
	}

.orgnisation-sec {
	padding-bottom: 15px;
	border-top: 1px solid #f1f1f1;
	margin: 20px 15px 0;
	padding-top: 15px;
}

	.orgnisation-sec .sec-head-top {
		border: 0;
		padding: 0;
	}

.similar-org {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #f1f1f1;
}

	.similar-org .sec-head-top {
		border: 0;
		padding: 0;
	}

.similar-msme-wrap {
	display: flex;
	column-gap: 5px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 15px 15px 20px;
	min-height: 300px; /* Reserve space to prevent CLS */
}

	.similar-msme-wrap li {
		width: 32%;
		display: flex;
		margin: 5px 0;
		border: 1px solid #f1f1f1;
		padding: 5px;
		border-radius: 4px;
		justify-content: space-between;
	}

		.similar-msme-wrap li:hover {
			background: #e6ecf1;
		}

.org-flex ul li:last-of-type {
	width: 60%;
	margin-bottom: 0;
}

.similar-msme-wrap li:nth-child(-n+3) {
	margin-top: 0;
}

.similar-msme-wrap li:nth-child(n+16) {
	display: none;
}

.similar-msme-wrap li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.similar-msme-wrap li .logo-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 2px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	aspect-ratio: 1/1;
}

	.similar-msme-wrap li .logo-icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		display: block;
	}

.similar-msme-wrap li .right-content {
	width: calc(100% - 50px);
}

	.similar-msme-wrap li .right-content button {
		display: block;
		font-weight: 500;
		border: 0;
		background: none;
		padding: 0;
		text-align: left;
		outline: none;
	}

	.similar-msme-wrap li .right-content span {
		font-size: 12px;
	}

		.similar-msme-wrap li .right-content span i {
			font-size: 12px;
			margin-right: 2px;
			color: #293348;
		}

.msme-faq {
	margin: 15px 0 0;
}

	.msme-faq li {
		border: 1px solid #f1f1f1;
		margin: 10px 0;
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		min-height: 50px; /* Reserve space for FAQ items */
	}

	.msme-faq .faq-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 0;
		padding: 0 !important;
		width: 100%;
		cursor: pointer;
		font-size: 14px;
		font-weight: 500;
		background: #fff;
	}

.msme-faq-ans {
	margin-top: 10px;
}

	.msme-faq-ans p {
		margin-bottom: 0;
	}

.msme-company-inner {
	background: #5474b6;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
	border-radius: 8px;
	justify-content: space-between;
}

	.msme-company-inner .left {
		width: 20%;
	}

	.msme-company-inner .company-nm-text {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px;
	}

.company-nm-text h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	font-weight: 500;
	color: #fff;
}

.report-box-msme {
	width: 140px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 1/1; /* Maintain aspect ratio */
}

.msme-company-inner .left img {
	border-radius: 5px;
	max-width: 140px;
	width: 100%;
	height: 100%;
	display: block;
}

.msme-company-inner .right {
	width: 79%;
}

.msme-company-inner p {
	color: #fff;
	width: 90%;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.msme-company-inner .right p span {
	font-weight: 500;
}

.msme-company-inner .right button {
	width: 200px;
	font-size: 16px !important;
	text-align: center;
}

@media (max-width: 768px) {
	.msme-container {
		width: 95%;
	}

	.msme-sec {
		padding: 0;
	}

	.msme-company-inner {
		flex-wrap: wrap;
	}

	.report-box-msme {
		margin: 15px auto;
	}

	.msme-about-flex .left,
	.msme-about-flex .right {
		width: 100%;
		min-height: 150px; /* Reserve space to prevent CLS */
	}

	.msme-bx-flex li {
		width: 100%;
		border: 0;
		padding: 0;
	}

	.msme-flex-bx .comp-bx {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.similar-msme-wrap li {
		width: 100%;
	}
	.msme-company-inner .left img{
		height:auto;
	}
}
