:root {
	--primary: #007b8a;
	--accent: #f4a261;
	--accent-hover: #e76f51;
	--light-bg: #f8f9fa;
	--dark-text: #333;
	--radius: 0.75rem;
	--transition: 0.3s;
	--font-family: 'Arial', sans-serif;
}

html, body {
  overflow-x: hidden;
}

#main_content {
	max-width: 1140px;
	margin: 0 auto;
	font-size: 1.1rem;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.container {
	width: 100%;
	max-width: 1050px;
	margin: 0rem auto;
}

.birdFlu {
	color: #000000;
}

.overview{
	width: 100% !important;
}

.overview-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; /* Makes it responsive */
  align-items: stretch;
}

.overview-heading {
  flex: 1;
  min-width: 250px;
  padding: 96px 30px 0px 30px;
  background-color: #00625b; /* Green */
  color: #fff !important;
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.overview-heading h2 {
  font-size: 1.75rem;
  margin: 0;
}

.overview-content {
  flex: 2;
  min-width: 300px;
   background-color: #f5fefd; /* Light Green */
   padding: 1.5rem;
}

.overview-content p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-size: .95rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .overview-layout {
    flex-direction: column;
  }

  .overview-heading,
  .overview-content {
    width: 100%;
  }
}

/* Hero section */
.hero {
	position: relative;
	height: 250px;
}

.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background: rgba(0, 0, 0, 0.4);
	padding: 1rem 1.5rem;
	border-radius: var(--radius);
}

.hero-overlay h1 {
	color: white;
	font-size: 1.75rem;
}

/* Overview */
.overview {
	padding: 2rem 0rem;
}

.overview h2 {
	color: #e2e2fb;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
}

.line-break {
  display: block;
  color: #fff;
}

@media(max-width: 1097px){
	.overview h2 {
		font-size: 2.8rem;
	}
	.overview-heading{
		padding: 60px 30px;
	}
}

@media(max-width: 1040px){
	.overview h2 {
		font-size: 2.6rem;
	}
	.overview-heading{
		padding: 100px 30px;
	}
}

@media(max-width: 983px){
	.overview h2 {
		font-size: 2.3rem;
	}
	.overview-heading{
		padding: 108px 30px;
	}
}

@media(max-width: 897px){
	.overview h2 {
		font-size: 2.1rem;
	}
	.overview-heading{
		padding: 124x 30px;
	}
}

@media(max-width: 840px){
	.overview h2 {
		font-size:2.2rem;
	}
	.overview-heading{
		padding: 104px 30px;
	}
}

@media(max-width: 768px){
	.line-break { display: contents;}
	.overview-heading{ padding: 15px 30px 15px 30px; }
	.overview-heading h2{ text-align: center; margin: 0 auto; }
}

@media(max-width: 480px){
	.overview h2 {
		font-size:2rem;
	}
	.overview-content{
		padding: 0.5rem 1.5rem;
	}

	.overview p{
		padding: 0;
		font-size:.95rem;
	}
}

@media(max-width: 436px){
	.overview h2 {
		font-size: 1.8rem;
	}
}

@media(max-width: 389px){
	.overview h2 {
		font-size: 1.5rem;
	}

	.overview-content{
		width: 100%;
		min-width: unset;
	}
	.overview-heading{
		width: 100%;
		min-width: unset;
	}
}

.overview p {
	margin-bottom: 1rem;
	padding: 16px 0px 0px 0px;
}

/* Risk section enhanced background */
.risk {
	max-width: 960px !important;
    width: 90%;
	/*background: #f8f9fa ;
	padding: 2rem 1rem;
	/*border-radius: var(--radius);
	box-shadow: 0 0 10px rgba(205, 231, 240, 0.6);
	border: 1px solid #e9e9ea;*/
}

.risk>h2 {
	text-align: center;
	color: #a6791a;
	/* alternate color */
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
}

/* Risk cards with distinct backgrounds */
.risk-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 1rem;
}

.risk-card {
	display: flex;
	align-items: flex-start;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	border-radius: var(--radius);
	padding: 1rem;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	transition: box-shadow var(--transition);
}

.risk-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Individual card background colors */
.risk-card:nth-child(1) {
	border-color: #f3d9a1;	
	background-color: rgb(243 217 161 / 20%);
}

.risk-card:nth-child(2) {
	border-color: #f3d9a1;
	background-color: rgb(243 217 161 / 20%);
}

.risk-icon {
	font-size: 2rem;
	color: var(--primary);
	margin-right: 1rem;
	min-width: 40px;
}

.risk-content h3 {
	margin: 0.5rem 0 0.5rem 0;
	font-size: 1rem;
	color: #a6791a;
}

.risk-content ul {
	list-style: disc;
	font-size: 0.95rem;
}

@media(max-width: 768px) {
	.risk-cards {
		grid-template-columns: 1fr;
	}
}

/* Buttons */
.buttons .btn {
	display: inline-block;
	background: #005f5a; 
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: background var(--transition);
	margin: 0 15px;
}

.buttons .btn:hover, .buttons .btn.active{
  background-color: #055551; /* lighter orange or any color */
  color: #fff !important;
}

/* Tabs styling */
.tab-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.tab-btn {
	padding: 0.75rem 1rem;
	background: var(--light-bg);
	border: none;
	border-radius: var(--radius);
	cursor: pointer;
	transition: background var(--transition);
}

.tab-btn.active {
	background: var(--primary);
	color: white;
}
/* Tab content */
.tab-panel {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	width: 100%;
}

.tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.at-risk .tab-panel h3{
	color: #417873;
	font-size: 2.3rem;
}

.tab-panel h3 {
	color: var(--primary);
	margin-bottom: 0.5rem;
}

.at-risk .tab-panel h4 {
	margin-top: 1rem;
	color: #417873;
}

/* Why it matters flip cards */
.card-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
	gap: 1.5rem !important;
}

.flip-card {
	perspective: 800px !important;
	width: unset !important;
    height: unset !important;
	border-radius: 10px;
}

.inner {
	position: relative !important;
	width: 100% !important;
	padding-top: 100% !important;
	transition: transform 0.6s var(--transition) !important;
	transform-style: preserve-3d !important;
}

.flip-card:hover .inner {
	transform: rotateY(180deg) !important;
}

.front,
.back {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	backface-visibility: hidden !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: var(--radius) !important;
	overflow: hidden !important;
}

.front {
	background-size: cover !important;
	background-position: center !important;
}

.front .label {
	position: absolute !important;
	bottom: 0.5rem !important;
	width: 100% !important;
	text-align: center !important;
	background: rgba(0, 0, 0, 0.6) !important;
	color: white !important;
	padding: 0.5rem !important;
}

.back {
	background: var(--light-bg) !important;
	transform: rotateY(180deg) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 1rem !important;
	text-align: center !important;
}

/* Footer */
.footer {
	text-align: center;
	padding: 2rem 0;
	background: var(--light-bg);
	font-size: 0.9rem;
	color: var(--dark-text);
}

.risk-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 1rem;
}

.risk-card {
	display: flex;
	align-items: flex-start;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	border-radius: var(--radius);
	padding: 1rem;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	transition: box-shadow var(--transition);
}

.risk-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.risk-icon {
	font-size: 2rem;
	color: var(--primary);
	margin-right: 1rem;
	min-width: 40px;
}

.risk-content:first-of-type>h3:first-of-type {
	margin: 0 0 0.5rem 0;
	font-size: 1.1rem;
	color: var(--primary);
}

.risk-card:nth-child(2) .risk-content h3 {
	margin: 0.5rem 0 0.5rem 0;
	font-size: 1rem;
	color: #a6791a;
	/* your desired color */
}

.fas.fa-paw, .fas.fa-shield-heart{
	color: #a6791a;
}
.fas.fa-cat, .fas.fa-dove, .fas.fa-drumstick-bite, .fas.fa-glass-whiskey, .fas.fa-user-md {
	color: #8a6619;
}

@media(max-width: 768px) {
	.risk-cards {
		grid-template-columns: 1fr;
	}
}

.what-you-can-do {
	background-color: #f0f7fc;
	padding: 2rem 1rem;
	border-radius: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin: 2rem auto;
}

.what-you-can-do h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: 1.8rem;
	color: var(--primary);
}

.pill-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.pill {
	background: transparent;
	border: none;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	color: var(--dark-text);
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: color 0.3s, border-bottom-color 0.3s;
}

.pill:hover {
	color: var(--primary);
}

.pill.active {
	color: var(--primary);
	border-bottom-color: var(--primary);
	font-weight: 700;
}

.pill-content {
	position: relative;
	min-height: 160px;
}

.pill-panel {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 1rem;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.pill-panel.active {
	opacity: 1;
	position: static;
	pointer-events: auto;
}

.pill-panel ul {
	list-style: disc inside;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #33475b;
}

@media (max-width: 480px) {
	.pill-buttons {
		flex-direction: column;
		align-items: center;
	}

	.pill {
		width: 100%;
		text-align: center;
	}
}

.page {
	padding: 30px;
}

/* All your CSS from the framework starts here... */
/* Only inserting theme-1 for brevity */
/**/
/* main styles */
/**/
.pcss3t {
  background-color: #005f5a; /* or any color you prefer */
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1050px;
}

.pcss3t>p{
	text-align: center;
	color: #fff;
	margin-top: -10px;
}

.pcss3t>input {
	position: absolute;
	left: -9999px;
}

.pcss3t>label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.pcss3t>label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-style: normal;
	font-size: 17px;
}

.pcss3t>input:checked+label {
	cursor: default;
}

.pcss3t>ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: -5px 0px 0px 0px;
	padding: 0;
	border: 2px solid #cf8a38;
	outline: none;
	font-size: 13px;
}

.pcss3t>ul>li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transform: rotate(0deg);
}

/**/
/* auto height */
/**/
.pcss3t-height-auto>ul {
	height: auto !important;
}

.pcss3t-height-auto>ul>li {
	position: static;
	display: none;
	height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-2:checked~ul .tab-content-2,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3,
.pcss3t-height-auto>.tab-content-4:checked~ul .tab-content-4,
.pcss3t-height-auto>.tab-content-5:checked~ul .tab-content-5,
.pcss3t-height-auto>.tab-content-last:checked~ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}

.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}

.pcss3t .grid-row:first-child {
	margin-top: 0;
}

.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}

.pcss3t .grid-col:first-child {
	margin-left: 0;
}

.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}

.pcss3t .grid-col-1 {
	width: 15%;
}

.pcss3t .grid-col-2 {
	width: 32%;
}

.pcss3t .grid-col-3 {
	width: 49%;
}

.pcss3t .grid-col-4 {
	width: 66%;
}

.pcss3t .grid-col-5 {
	width: 83%;
}

.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
	margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
	margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	color: #333;
}

.pcss3t .typography h1 {
	font-size: 1.8rem;
	line-height: 60px;
	text-transform: capitalize;
}

.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
}

.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
}

.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}

.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}

.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
	font-size: .95rem;
	font-weight: 600;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}

.pcss3t .typography ul li:before {
	content: '•';
	position: absolute;
	left: 0;
	width: 6px;
	height: 4px;
}

.pcss3t .typography ol {
	counter-reset: list1;
}

.pcss3t .typography ol>li:before {
	counter-increment: list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}

.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}

.pcss3t .typography a:hover {
	text-decoration: none;
}

.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
	display: block;
}

.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}

.pcss3t .typography .link:hover {
	text-decoration: none;
}

.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}

.pcss3t .typography .text-center {
	text-align: center;
}

.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps>label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale>ul>li {
	-webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
	-webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
	top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
	left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
	top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
	left: -80px;
}

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}

/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}

/**/
/* top combi */
/**/
.pcss3t>.right {
	float: right;
}

/**/
/* icons positions */
/**/
.pcss3t-icons-top>label {
	text-align: center;
}

.pcss3t-icons-top>label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}

.pcss3t-icons-right>label i {
	float: right;
	margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom>label {
	text-align: center;
}

.pcss3t-icons-bottom>label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}

.pcss3t-icons-only>label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}

/**/
/* phone */
/**/
@media(max-width: 878px){
	.pcss3t>label {
        line-height: 26px !important;
    }
	.pcss3t .typography h1 {
		font-size: 1.8rem !important;
	}
}

@media(max-width: 830px){
	.pcss3t>label {
        font-size: 1.1rem !important;
	}
}

@media screen and (max-width: 802px) {
	.pcss3t>label {
		display: block;
	}

	.pcss3t>.right {
		float: none;
	}
}

/**/
/* default */
/**/
.pcss3t>label {
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 1.2rem;
	line-height: 20px;
}

.pcss3t>label:hover {
	background: #f2f2f2;
}

.pcss3t>input:checked+label {
	background: #cf8a38;
}

.pcss3t>ul {
	background: #fff;
	text-align: left;
}

.pcss3t-steps>label:hover {
	background: #e5e5e5;
}

/**/
/* theme 1 */
/**/
.pcss3t-theme-1>label {
	margin: 0 2px 5px 0;
	padding-top: 20px;
    padding-bottom: 14px;
	border-radius: 5px;
	background: #ebddcd;
	box-shadow: 0 2px rgba(0, 0, 0, 0.2);
	color: #005f5a;
	font-weight: 550;
	opacity: 1;
}

.pcss3t-theme-1>label:hover {
	background: #fff;
	opacity: 1;
}

.pcss3t-theme-1>input:checked+label {
    padding-top: 20px;
    padding-bottom: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	opacity: 1;
}

.pcss3t-theme-1>ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1>.tab-content-first:checked~ul {
	border-top-left-radius: 0;
}

@media screen and (max-width: 802px) {
	.pcss3t-theme-1>label {
		font-size: 1.24rem;
		margin-right: 0;
		text-align: center;
	}

	.pcss3t-theme-1>input:checked+label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}

	.pcss3t-theme-1>.tab-content-first:checked~ul {
		border-top-left-radius: 5px;
	}

	.pcss3t-theme-1>input:checked+label {
		padding-top: 22px;
    	padding-bottom: 22px;
	}

	.pcss3t-theme-1>label {
		padding-top: 22px;
    	padding-bottom: 22px;
	}
}

/**/
/* height */
/**/
.pcss3t>ul,
.pcss3t>ul>li {
	height: 390px;
}

.standout-list {
  position: relative;
  padding-left: 60px; /* space for the image */
  list-style: none; /* if not already */
}

.standout-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px; /* adjust size */
  height: 50px; /* adjust size */
  background-size: contain;
}

.standout-heading {
  font-size: 2.2rem;
  font-weight: 550;
  line-height: 1.3;
  color: #fff;
  padding: 12px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
}

.icon-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icon-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.icon-list i {
	margin-right: 10px;
	color: #444; /* Optional: icon color */
	font-size: 1.2em;
	line-height: 1.5;
}

/* Highlighted call-to-action section */
.standout-section {
  background-color: #cd8737; 
  border: 1px solid #c47b29;
  padding: 25px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 3rem auto;
}

.standout-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.standout-btn {
  display: inline-block;
  background-color: #ffa500;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.standout-btn:hover {
  background-color: #e59400;
  text-decoration: none;
}

.buttons{
	margin: 15px auto;
	text-align: center;
}

.list-with-image {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.list-with-image img {
  width: 100%;
  max-width: 425px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 10px;
}

.marginTop-3{
	margin-top: 3rem;
}

.why-matters h2{
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 550;
}

.at-risk{
	background-color: #f8f9fa;
	border-radius: 5px;
	padding: 25px;
}

.at-risk h2{
	margin: 0 auto;
    text-align: center;
    font-size: 2.2rem;
	font-weight: 550;
}

.at-risk .tab-content{
	padding: 10px 60px 25px 60px;
}

.at-risk ul {
	padding-left: 30px;
}

.at-risk ul li{
	font-size: 1rem;
}

.subtitle{
	text-align: center;
}

@media(max-width: 925px){
	.pcss3t>ul, .pcss3t>ul>li {
		height: 450px;
		max-height: 100%;
	}
}

@media(max-width: 890px){
	.list-with-image{
		display: block;
		margin: 0 auto;
        text-align: center;
	}
	.standout-list {
		text-align: left;
	}
	.pcss3t>ul, .pcss3t>ul>li {
        height: 536px;
        max-height: 100%;
    }
}

.adjustHR{
	border: 2px solid #ceaa40;
	max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.tab-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px; /* adjust as needed */
}

.tab-btn {
  background: #ddd;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 12px;
  width: 100%;
  max-width: 110px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tab-btn img.tab-icon {
	width: 84px;
	height: 84px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.tab-label {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #333;
  text-align: center;
  user-select: none;
}

.tab-btn.active {
  background-color: #417873;
  border: 2px solid #244a48;;
  font-weight: 600;
}

.tab-btn:hover:not(.active) {
  background-color: #d9bf75 !important;
  border: 2px solid #8a6619;
}

@media screen and (max-width: 889px) {
  .tab-buttons {
    justify-content: center;
  }

  .tab-btn-wrapper {
    width: calc(33.333% - 20px); /* 3 per row with gap */
  }
}

@media(max-width: 768px){
	.back p{
		font-size: 1.1rem !important;
	}
}

@media(max-width: 720px){
	.card-grid {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
		gap: 1.5rem !important;
	}
}

@media screen and (max-width: 598px) {
  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px; /* or adjust as needed */
    align-items: center; /* optional: center buttons */
  }

  .buttons .btn {
    width: 100%;
    max-width: 300px; /* optional: control button width */
  }

  .at-risk .tab-content{
	padding: 10px 10px 25px 10px;
	}
}

@media screen and (max-width: 480px) {
	.tab-btn-wrapper {
		width: calc(50% - 20px); /* 2 per row with gap */
	}
	.pcss3t>ul, .pcss3t>ul>li {
		height: 678px;
	}
	.back p{
		font-size: 1.1rem !important;
	}
}

@media screen and (max-width: 325px) {
  .tab-btn-wrapper {
    width: 100%; /* 1 per row */
  }
}