/* Company Page Section - Mobile */
@media screen and (max-width: 1368px) {
	.company-section {
		padding: 40px 0;
	}

	.company-container {
		padding: 0 16px;
	}

	/* Company Introduction Section - Mobile */
	.company-intro-section {
		padding: 60px 0 40px 0;
	}

	.company-intro-text {
		font-size: 15px;
		margin-bottom: 24px;
	}

	.company-quote {
		margin: 16px 0;
	}

	.company-quote-text {
		font-size: 18px;
	}

	/* We Take Our Job Seriously Section - Mobile */
	.company-serious-section {
		padding: 40px 0;
	}

	.company-section-title {
		font-size: 28px;
		margin: 12px 0;
	}

	.company-content {
		gap: 12px;
	}

	.company-text {
		font-size: 15px;
	}

	/* Built for Stability Section - Mobile */
	.company-stability-section {
		padding: 40px 0;
	}

	.company-feature-list {
		margin-top: 32px;
		gap: 16px;
	}

	.company-feature-item {
		font-size: 15px;
		gap: 12px;
	}

	.company-feature-check {
		width: 18px;
		height: 18px;
	}

	/* We're Very Supportive Section - Mobile */
	.company-supportive-section {
		padding: 40px 0;
	}

	.company-supportive-title {
		margin-bottom: 32px;
	}

	.company-support-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.company-support-box {
		padding: 24px;
		gap: 12px;
	}

	.company-support-text {
		font-size: 15px;
	}

	/* Meet the Team Section - Mobile */
	.company-meet-the-team-section {
		padding: 60px 0;
	}

	.meet-the-team-content {
		padding: 0 16px;
	}

	.team-member-text-content::before {
		opacity: 0.2;
	}

	.meet-the-team-title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.meet-the-team-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.team-member-card {
		min-height: auto;
	}

	.team-member-graphic {
		height: 250px;
		margin-bottom: 20px;
	}

	.team-geometric-shape {
		max-width: 150px;
		max-height: 250px;
	}

	.team-member-name {
		font-size: 16px;
	}

	/* Mobile: Always show description (screens <= 1368px) */
	.team-member-card:not(.team-member-with-text) .team-member-description {
		opacity: 1;
		visibility: visible;
		margin-top: 12px;
	}

	.team-member-description p {
		font-size: 14px;
	}

	.team-member-with-text {
		padding: 24px;
	}

	.team-member-text-content {
		margin-bottom: 20px;
	}

	.team-member-graphic-watermark .team-geometric-shape {
		max-width: 120px;
		max-height: 160px;
	}

	/* contact section -start */
	.contact-form-section {
		padding-top: 0;
	}

	.contact-form-section .my-container {
		padding: 0;
	}

	.contact-section-title {
		width: 100%;
		font-size: 28px;
	}

	.contact-form-wrapper {
		margin-top: -60px;
		margin: -80px 16px 0 16px;
	}
	/* contact section -end */
}

