/* Countries Page template */

.pamgro-elementor-edit-canvas {
	min-height: 50vh;
}

.pamgro-elementor-edit-canvas .elementor {
	width: 100%;
}

.countries-page-content .page-header {
	display: none !important;
}

.countries-hero {
	background: #f7f4ef;
}

.countries-hero-grid {
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
}

.countries-hero-eyebrow {
	font-size: 16px;
	font-weight: 600;
	color: #2c3a67;
	margin: 0 0 12px;
}

.countries-hero-description {
	font-size: 18px;
	line-height: 1.6;
	color: #2c3a67;
	margin-bottom: 28px;
	max-width: 640px;
	font-family: "Inter", sans-serif;
}

.countries-hero-description p {
	margin: 0 0 12px;
}

.countries-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.countries-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.countries-hero-btn:hover {
	opacity: 0.9;
}

.countries-hero-btn--primary {
	background: #2c3a67;
	color: #fff !important;
	border: 2px solid #2c3a67;
}

.countries-hero-btn--secondary {
	background: #fff;
	color: #2c3a67 !important;
	border: 2px solid #2c3a67;
}

.countries-hero-card {
	height: auto;
	min-height: 360px;
}

.countries-hero-card img {
	object-fit: contain;
	background: transparent;
}

.countries-blog-wrapper {
	padding-top: 50px;
}

.countries-sidebar-cta {
	background: #2c3a67;
	border-radius: 24px;
	padding: 28px 24px;
	margin-top: 24px;
	color: #fff !important;
}
.countries-sidebar .countries-sidebar-cta h3{
	color: #fff !important;
}

.countries-sidebar-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 24px;
	border-radius: 999px;
	background: #fff;	
	font-weight: 700;
	text-decoration: none;
}

.countries-content {
	padding: 0;
}

.elementor-kit-9 h3{
	color: #000 !important;
}

.pamgro-sidebar-off .countries-sidebar {
	display: none !important;
}


.countries-blog-wrapper  table td, .countries-blog-wrapper table th {
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.countries-blog-wrapper  table{
	margin-bottom:20px;
}
.countries-blog-wrapper .e-con-inner {
    padding: 0 !important;
}


@media (max-width: 991px) {
	.countries-hero-grid {
		grid-template-columns: 1fr;
	}

	.countries-hero-card {
		min-height: 280px;
	}
}

@media (max-width: 575px) {
	.countries-hero h1 {
		font-size: 34px;
		letter-spacing: -1px;
	}

	.countries-hero-description {
		font-size: 16px;
	}

	.countries-hero-actions {
		flex-direction: column;
	}

	.countries-hero-btn {
		width: 100%;
	}
}
