body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f6f8;
  color: #1c272f;
}

header {
  background-color: #1c272f;
  color: #cbead5;
  text-align: center;
  padding: 2rem 1rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.card h2 {
  margin-top: 0.5rem;
  color: #1c272f;
}

.card p {
  color: #788a96;
  font-size: 0.95rem;
}

.contact-sidebar {
  position: fixed;
  top: 35%;
  right:  0;
  display: flex;
  flex-direction: column;
  background-color: #1c272f;
  padding: 10px 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  
}

.contact-sidebar a {
  color: #e8f3eb;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(47, 28, 116, 0.1);
}

.contact-sidebar a i {
  font-size: 20px;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.contact-sidebar a span {
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.contact-sidebar a:hover {
  background-color: #787896;
  color: #fff;
}

.contact-sidebar a:hover i {
  transform: scale(1.2);
  color: #9addbb;
}

.contact-sidebar a:hover span {
  opacity: 1;
  width: auto;
  margin-left: 8px;
} .social-icons {
display: flex;
justify-content: center;
gap: 20px; /* Space between the icons */
margin-top: 20px; /* Add space above the icons */
}
body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f6f8;
  color: #1c272f;
}

header {
   background: linear-gradient(135deg, #000033, #4a90e2);
  color: #cbead5;
  text-align: center;
  padding: 2rem 1rem;
}
.honor-card {  
background-color: #f9f9f9;
padding-top: 60px;
}
.nav-container {
 max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;

}
.about-header{
  padding-top: 100px;
}

.logo-text img {
  height: 50px;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: #cbead5;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #9addbb;
}

.mobile-menu {
  display: none;
}

h1 {
  font-size: 2rem;
  margin-top: 1rem;
}

p {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card h2 {
  margin-top: 0.5rem;
  color: #1c272f;
}

.card p {
  color: #788a96;
  font-size: 0.95rem;
}

/* Contact Sidebar Styles */
.contact-sidebar {
  position: fixed;
  top: 35%;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #1c272f;
  padding: 10px 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.contact-sidebar a {
  color: #e8f3eb;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(47, 28, 116, 0.1);
}

.contact-sidebar a i {
  font-size: 20px;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.contact-sidebar a span {
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.contact-sidebar a:hover {
  background-color: #787896;
  color: #fff;
}

.contact-sidebar a:hover i {
  transform: scale(1.2);
  color: #9addbb;
}

.contact-sidebar a:hover span {
  opacity: 1;
  width: auto;
  margin-left: 8px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

/* Footer Styles */
.footer {
  background-color: #1c272f;
  color: #cbead5;
  padding: 2rem 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 300px;
  padding: 0 1rem;
}

.footer-section h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.social-links a {
  margin-right: 1rem;
  color: #cbead5;
  font-size: 1.25rem;
}

.quick-links a {
  display: block;
  color: #cbead5;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #9addbb;
}

.footer-bottom {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
}

.footer-bottom i {
  color: #4a90e2;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #1c272f;
  color: #cbead5;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
}

.back-to-top:hover {
  background-color: #9addbb;
}