.about-heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.39;
	color: var(--heading-text);
	text-align: center;
}

.about-text {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 19px;
	line-height: 1.65;
	letter-spacing: 0.01em;
	text-align: center;
	color: var(--dark-text);
}

.custom-card {
	border: 10px solid var(--primary-blue);
	border-radius: 0;
	position: relative;
	padding: 1.5rem;
}

.custom-tab {
	position: absolute;
	top: -25px;
	background-color: var(--secondary-yellow);
	width: 60px;
	height: 40px;
}

.custom-tab-left {
	left: 120px;
}

.custom-tab-right {
	right: 120px;
}

.farmer-heading {
	font-family: var(--font-body);
	font-weight: bold;
	font-size: 32px;
	line-height: 165%;
	color: var(--dark-text);
}

.farmer-card {
	background-color: #F0F1FF;
	border: 1px solid rgba(209, 209, 209, 1);
	border-radius: 5px;
	box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.25);
	padding: 1.5rem;
	font-family: var(--font-body);
	font-size: 19px;
	line-height: 1.6;
	color: var(--dark-text);
	text-align: justify;
}

.committee-section {
	background-color: var(--secondary-yellow);
}

.committee-heading {
	font-family: var(--font-body);
	font-weight: bold;
	font-size: 32px;
	line-height: 165%;
	color: var(--dark-text);
}

.committee-card {
	background-color: var(--primary-blue);
	color: var(--light-text);
	border-radius: 5px;
	text-align: center;
	font-size: large;
}

.diagonal-section {
	position: relative;
	background-color: #F0F1FF;
	overflow: hidden;
}

.diagonal-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FDE4A3;
	clip-path: polygon(0 0, 40% 0, 20% 100%, 0% 100%);
	z-index: 0;
}

.diagonal-section .content {
	position: relative;
	z-index: 1;
}

.executive-section img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.executive-section h4 {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: bold;
	color: var(--dark-text);
	margin-bottom: 1.5rem;
}

.executive-section .message-box {
	border-left: 6px solid var(--secondary-yellow);
	padding-left: 15px;
}

.nepali-text {
	font-family: var(--font-body);
	font-size: 19px;
	line-height: 1.7;
	color: var(--heading-text);
	text-align: left;
	text-align: justify;
}
