html, body {
    background: #fafafa;
	margin: 0;
}
body {
	font-family: Arial, sans-serif;
	color: #2F2A2A;
	margin: 0;
	padding: 0;
}

header,
footer {
	padding: 20px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

body,
body * {
	box-sizing: border-box;
	color: #2F2A2A;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0;
    line-height: 1.5;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282C4B;
	font-weight: 700;
	letter-spacing: 0.03px;
    line-height: normal;
}

.text-orange {
	color: var(--primary-color);
}

.button {
	align-items: center;
	background: linear-gradient(90deg, #FF5C37 0%, var(--secondary-color) 100%);
	color: #ffffff;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 100px;
    display: flex;
	font-size: 16px;
    gap: 15px;
	padding: 10px 22px;
	width: max-content;
}

.button.button-transparent {
    background: none;
}
.button svg {
    height: 17px;
    width: 17px;
}

h1, h1 span {
	font-size: 54px;
	font-weight: 700;
	margin: 0 0 var(--space-xxs) 0;
}

h2 {
	font-size: 40px;
	margin: 0 0 var(--space-xxs) 0;
}
h3 {
	font-size: 32px;
	margin: 0 0 var(--space-xxs) 0;
}
h4 {
	font-size: 24px;
	margin: 0 0 var(--space-xxs) 0;
}
h5 {
	font-size: 20px;
	margin: 0 0 var(--space-xxs) 0;
}

ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

p,span {
	margin: 0 0 var(--space-xxs) 0;
}


.site-main > *:not(.homepage-hero-section) {
    margin-bottom: 50px;
}

.top-title {
    display: inline;
    position: relative;
}

.top-title::before {
	background-position: right;
	background-image: url(https://seoanalyst.in/seoanalyst/wp-content/uploads/2025/07/hero-cruve-line.png);
	background-repeat: no-repeat;
	background-size: 300px;
	bottom: -12px;
	content: "";
	height: 20px;
	right: 0;
	position: absolute;
	width: 100%;
}

.spotlight-bg {
	background: radial-gradient(circle at top center,  #0F68D2 0%,  #1F2E9A 83%,  #0B1A40 100%  );
}
.card-agency-wrapper p {
    margin: 0;
}