/* GENERAL WRAPPER */
.hero-wrapper {
	width: 100%;
	font-family: "Satoshi", Arial, sans-serif;
}
.site-title a,
.site-title a:hover,
.site-title a:visited,
h1 a,
h1 a:hover {
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

/* NAVBAR */
.navbar {
	width: 100%;
	padding: 15px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #eee;
}

.logo {
	height: 50px;
}

.nav-center a {
	margin: 0 15px;
	text-decoration: none;
	color: #1f1370;
	font-size: 18px;
}

.nav-right .don-btn {
	background: #FFD54F;
	padding: 12px 25px;
	border-radius: 30px;
	font-weight: 600;
	color: #1f1370;
	text-decoration: none;
}

/* HERO SECTION */
.hero {
	text-align: center;
	padding: 100px 20px;
}

.hero h1 {
	font-size: 48px;
	color: #1f1370;
	font-weight: 700;
	margin-bottom: 10px;
}

.hero p {
	font-size: 22px;
	color: #1f1370;
	margin-bottom: 40px;
}

/* HERO BUTTONS */
.hero-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.btn-primary {
	background: #1f1370;
	padding: 15px 30px;
	border-radius: 30px;
	color: white;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
}

/* Remove any content width restrictions */
article,
.entry,
.post {
	max-width: 100% !important;
	width: 100% !important;
}

/* Adjust blocks to full width */
.wp-block,
.alignwide,
.alignfull {
	max-width: 100% !important;
}

body, p, h2, h3, h4, h5, h6, a, span, div, li, td, th {
	color: #0a1985 !important;
}

h1 {
	color: #878787 !important;
	text-decoration: none !important;
}

.site-logo img {
	width: 200px;
	height: auto;
}

/* Target the specific button class */
/* Target the specific button class */
.wp-block-button__link {
	background-color: #fdca2e !important;
	color: #0a1985 !important;
/* Changed to dark blue so text is visible */
	border: none !important;
	padding: 12px 24px !important;
	text-decoration: none !important;
/* Removes underline */
}

/* Hover effect */
.wp-block-button__link:hover {
	background-color: #e5b629 !important;
/* Slightly darker yellow on hover */
	color: #0a1985 !important;
	text-decoration: none !important;
/* Removes underline on hover too */
}