/*
Theme Name: XNTROVA Landing
Theme URI: https://xntrova.com
Author: XNTROVA
Author URI: https://xntrova.com
Description: Premium Lead Generation Theme for XNTROVA — an SEO & digital marketing agency in Delhi. Classic PHP theme, no page builder, no block-theme templates.
Version: 1.0
Requires at least: 6.0
Tested up to: latest
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xntrova
*/

/*
 * This is the required theme stylesheet header only. It is enqueued as the
 * base theme stylesheet on every page (see inc/enqueue.php). All landing
 * page specific styling lives in assets/css/landing.css and is enqueued
 * only when the SEO Landing Page template (or the front page) is loaded.
 */

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
	color: #1E2532;
	background: #F8FAFC;
	overflow-x: hidden;
	max-width: 100vw;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #0B5FFF;
}

.xn-basic-content {
	max-width: 780px;
	margin: 0 auto;
	padding: clamp(40px, 8vw, 60px) clamp(16px, 5vw, 24px);
	line-height: 1.7;
}

.xn-basic-content img {
	border-radius: 12px;
}

@media (max-width: 480px) {
	.xn-basic-content {
		font-size: 15px;
	}
}
