	body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 14px;
	line-height:1.5em; 
	text-align: justify;
	background-color: #ffffff;
	background-image: url(templatemo_body.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

a, a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; color: #000; }

h1 { font-size: 38px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #fff; }
h2 { font-size: 26px; font-weight: bold; margin: 0 0 20px 0; padding: 0; color: #fff; text-shadow: 1px 1px 1px #555; }
h3 { font-size: 21px;font-weight: bold; margin: 0 0 20px 0; padding: 0; padding: 0; color: #fff; text-shadow: 1px 1px 1px #555; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r25 { margin-right: 25px; }

.vertical_divider { background: url(images/templatemo_vertical_divider.png) right repeat-y; }
 
.float_l { float: left; }

.float_r { 	float: right; }
.marquee-container {
  width: 970px;
  margin-left: -30px;
  overflow: hidden;
  font-size: 20px;
  color: blue;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}


.image_wrapper { display: inline-block; padding: 8px; border: 1px solid #888888; background: #bcbbbc; margin-bottom: 10px; }
.fl_img { float: left; margin: 3px 30px 15px 0; }
.fr_img { float: right; margin: 3px 0 15px 15px; }
.fm_img { float: left; margin: 3px 30px 15px 0; ;}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #fff; }

.templatemo_list {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.templatemo_list li {
	background:transparent url(images/templatemo_list.png) no-repeat scroll 0 3px;
	color:#000000;
	margin:0 0 15px;
	padding:0 0 0 16px;
	line-height: 1em;
}



.button a {
	clear: both;
	display: block;
	width: 104px;
	height: 26px;
	padding: 4px 0 0 0;
	background: url(images/templatemo_button.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

.button a:hover {
	color: #000;
	text-shadow: 1px 1px 2px #555;
	background: url(images/templatemo_button_hover.png) no-repeat;
}

#templatemo_wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/templatemo_wrapper.png) repeat-y;
}

#templatemo_top {
	padding: 5px 40px;
}

#social {
	float: right;
	margin-top:30px;
	padding: 0;
	list-style: none;
}

#social li {
	margin: 0;
	padding: 0;
	display: inline;
}

#social li a {
	float: left;
	display: block;
	width: 59px;
	height: 59px;
	margin-left: 10px;
}

#templatemo_header {
	width: 950px;
	height: 150px;
	padding: 0 10px;
	
	
	background: url(/images/templatemo_header.png) ;
	border-radius: 15px 15px 0px 0px;
}

#templatemo_header  #site_title {
	float: left;
	width: 900px;
	height: auto;
	margin-top: 10px;
	text-align: left;
	padding: 0px 0 0 20px;
}

#templatemo_header  #site_title a {
	margin: 0px;

	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title a span {
	display: block;
	text-align: left;
	font-size: 14px;
	
	color: #5f6675;
	font-weight: bold;
	letter-spacing: 2px;
}
#templatemo_banner {
	width: 970px;
	height: 600px;
	background: url(images/temp_banner1.png) no-repeat;
}

#templatemo_menu {
	float: left;
	width: 280px;
	margin-bottom: 50px;
  background-color:#b9a29f;
  border-radius: 15px;
}

#templatemo_menu ul {
	margin: 0 0 0 2px;
	padding: 20px 0 0 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0 0 10px 0;
}

#templatemo_menu ul li a {
	display: block;
	padding: 15px 0 5px 30px;
	font-size: 16px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
#templatemo_menu {
	float: left;
	width: 280px;
	margin-bottom: 50px;
  background-color:#b9a29f;
  border-radius: 15px;
}

#templatemo_menu ul {
	margin: 0 0 0 2px;
	padding: 20px 0 0 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0 0 10px 0;
}

#templatemo_menu ul li a {
	display: block;
	padding: 15px 0 5px 30px;
	font-size: 16px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
		background: url(images/templatemo_menu_divider.png) left bottom no-repeat;

}

#templatemo_menu li a:hover {
	padding-left: 40px;
}

#templatemo_menu li .current{
	padding-left: 40px;
	color: #000000;
}

}

#templatemo_menu li a:hover {
	padding-left: 40px;
}

#templatemo_menu li .current{
	padding-left: 40px;
	color: #000000;
}


header {
  text-align: center;
  margin-bottom: 40px;
  color: #c70808;
}
header h1 {
  font-size: 3rem;
  background: linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #facc15);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientText 5s ease infinite;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}


.achievements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 20000px;
  margin: 0 auto;
}

/* Card Styling */
.achievement-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.achievement-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.achievement-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px; /* Adjust as needed */
  object-fit: contain;
}

/* Text Styling */
.achievement-card h2 {
  font-size: 1.2rem;
  margin: 16px;
  color: #ffffff;
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.achievement-card p {
  margin: 0 16px 20px 16px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
