:root {
	--aap-orange: #fe5000;
	--aap-dark: #0e2240;
	--aap-light-gray: #edf3f9;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
}

.hero-section {
	background: linear-gradient(135deg, var(--aap-dark) 0%, #34495e 100%);
	color: white;
	padding: 60px 0;
	text-align: center;
}

.hero-section h1 {
	font-weight: 700;
	margin-bottom: 1rem;
}

.hero-section p {
	opacity: 0.9;
}

.content-section {
	padding: 60px 0;
	background: white;
}

.section-card {
	background: white;
	border-radius: 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	padding: 40px;
	margin-bottom: 40px;
	border-left: 5px solid var(--aap-orange);
}

.section-title {
	color: var(--aap-dark);
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.subsection-title {
	color: var(--aap-orange);
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}

.policy-list {
	list-style: none;
	padding-left: 0;
}

.policy-list li {
	padding: 8px 0;
	padding-left: 25px;
	position: relative;
}

.policy-list li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-weight: 900;
	color: var(--aap-orange);
	position: absolute;
	left: 0;
	top: 10px;
}

.highlight-box {
	background: var(--aap-light-gray);
	border-left: 4px solid var(--aap-orange);
	padding: 20px;
	margin: 20px 0;
	border-radius: 0 8px 8px 0;
}

.contact-info-2 {
	background: var(--aap-orange);
	color: white;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin: 20px 0;
}

.contact-info-2 h5 {
	margin-bottom: 15px;
	font-weight: 700;
}

.contact-info-2 p {
	margin-bottom: 5px;
}

.contact-info-2 a{
	color: #fff;
}
.contact-info-2 a:hover{
	text-decoration: underline;
}

.opt-out-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}

.opt-out-btn {
	background: var(--aap-dark);
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.terms-link {
	text-align: center;
	margin-top: 30px;
}

.terms-link a {
	color: var(--aap-orange);
	text-decoration: none;
	font-weight: 600;
	padding: 10px 20px;
	border: 2px solid var(--aap-orange);
	border-radius: 25px;
	transition: all 0.3s ease;
}

.terms-link a:hover {
	background: var(--aap-orange);
	color: white;
}

.me-2{
	margin-right: .5rem!important;
}


.footer-bottom-list{
	padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: center;
	list-style: none;
}

.footer-bottom-list li a{
	margin-left: 10px;
	color: #8791a0;
}

.footer-bottom-list li a:hover{
	color: #fe5000;
}

.footer-bottom .develope a{
	line-height: 20px;
	color: #fe5000;
}
.footer p {
		line-height:12px;
		font-size:10px;
	}
@media (max-width: 767px) {
	.section-card {
		padding: 25px;
	}
	.footer-bottom-list{
		justify-content: center;
	}
	
	.footer form h2 {
		font-size: 20px;
	}
	.footer p {
		line-height:16px;
	}
}
