
body {
  background-color: #008f8c;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.bg-hero {
  background-color: #008f8c;
}

.logo {
  width: 150px;
}

h1, h2, h3 {
  color: #003d4d;
}

footer {
  background-color: #003d4d !important;
}
.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
section {
  scroll-margin-top: 80px; /* Adjust to your navbar height */
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #008f8c;
  border-radius: 2px;
}
.gradient-heading {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #008f8c, #005f6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.raleway-head {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.social-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-decoration: none;
}

.social-icon-wrapper:hover {
  background-color: #e0e0e0;
  transform: scale(1.1);
}

.social-icon-wrapper i {
  transition: color 0.3s ease;
  font-size: 18px;
}

.social-icon.youtube i { color: #FF0000; }
.social-icon.tiktok i { color: #000000; }
.social-icon.instagram i { color: #C13584; }

