/*
Theme Name: Satya Clone (Twenty Twenty-Five Child)
Theme URI: 
Description: A child theme of Twenty Twenty-Five cloning Satya MicroCapital.
Author: Adeptoweb
Author URI: 
Template: twentytwentyfive
Version: 1.0.0
Text Domain: satya-clone
*/

/* Add your custom styles below */
:root {
	--wp--preset--color--satya-orange: #f26522;
	--wp--preset--color--satya-dark-blue: #1c2a39;
	--wp--preset--color--satya-light-gray: #f5f5f5;
	--wp--preset--color--satya-text-dark: #333333;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	color: var(--wp--preset--color--satya-text-dark);
}

.satya-hero-section {
	background-color: var(--wp--preset--color--satya-light-gray);
	padding: 4rem 2rem;
	text-align: center;
}

.satya-primary-button {
	background-color: var(--wp--preset--color--satya-orange);
	color: #ffffff;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.satya-primary-button:hover {
	background-color: #d15016;
}

.satya-section-title {
	color: var(--wp--preset--color--satya-orange);
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 700;
}

.satya-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 2rem;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.satya-footer {
	background-color: var(--wp--preset--color--satya-dark-blue);
	color: #ffffff;
	padding: 3rem 2rem;
}

.satya-footer a {
	color: #ffffff;
	text-decoration: none;
}

.satya-footer a:hover {
	text-decoration: underline;
}
