.gm-global-services-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: #333;
	line-height: 1.6;
	background: #ffffff;
}
.gm-section {
	padding: 60px 20px;
}
.gm-bg-light {
	background-color: #f8f9fa;
}
.gm-container {
	max-width: 1200px;
	margin: 0 auto;
}
.gm-hero {
	text-align: center;
	padding: 80px 20px;
	background: #ffffff;
}
.gm-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1a365d;
}
.gm-subtitle {
	font-size: 1.5rem;
	color: #4a5568;
	margin-bottom: 40px;
}
.gm-heading {
	font-size: 2rem;
	color: #2d3748;
	margin-bottom: 20px;
	border-bottom: 2px solid #e2e8f0;
	padding-bottom: 10px;
}
.gm-list {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 30px;
}
.gm-list li {
	margin-bottom: 8px;
}
.gm-grid {
	display: grid;
	gap: 20px;
	margin-top: 20px;
}
.gm-grid-1 { grid-template-columns: 1fr; }
.gm-grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.gm-grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.gm-grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.gm-flex {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.gm-col {
	flex: 1;
	min-width: 200px;
}
.gm-col h3 {
	font-size: 1.25rem;
	color: #2b6cb0;
	margin-bottom: 15px;
}

.gm-hero-img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.gm-img-placeholder {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}
.empty-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #edf2f7;
	border: 2px dashed #cbd5e0;
	color: #718096;
	text-align: center;
	padding: 20px;
	font-size: 0.9rem;
}
.gm-text-large {
	font-size: 1.2rem;
	font-weight: 600;
}