* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #ffffff;
  color: #6b7280;
  line-height: 1.6;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main{
  flex: 1;
}
a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  color: #1d4ed8;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
header {
  background: #0d1f44;
  color: white;
  padding: 1rem 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Nav Layout */
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  cursor: default;
  user-select: none;
}

/* Nav Links */
nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin-left: auto; /* Push nav links to the right of center */
  align-items: center;
}
nav ul li a {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}
nav ul li a:hover,
nav ul li a:focus {
  border-bottom: 2px solid #2563eb;
}

/* Hamburger - hidden by default */
#hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
#hamburger .bar {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-content {
    flex-wrap: wrap;
  }

  nav ul {
    display: none;
    flex-direction: column;
    background: #0d1f44;
    position: absolute;
    top: 70px;
    right: 1rem;
    width: 200px;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  nav ul.active {
    display: flex;
  }

  #hamburger {
    display: flex;
  }
}

/* Privacy Policy Content Styles */
.privacy-policy {
  background-color: #ffffff; /* White background for the content */
  padding: 2rem; /* Padding around the content */
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  margin: 2rem auto; /* Center the content with margin */
  max-width: 800px; /* Maximum width for the content */
}

.privacy-policy h1 {
  font-size: 2rem; /* Main heading size */
  margin-bottom: 1rem; /* Space below the heading */
  color: black; /* Dark color for the heading */
  text-align: center;
}

.policy-card {
  background-color: #f9fafb;        /* Soft light background */
  padding: 1.5rem 2rem;             /* Internal spacing */
  border-radius: 12px;              /* Rounded edges */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Soft subtle shadow */
  text-align: center;              /* Center content inside */
  margin-bottom: 2rem;             /* Space below the card */
}

.policy-card h1 {
  margin: 0;                       /* Remove default margin */
  font-size: 2.5rem;
  color: #111827;                  /* Almost black for better contrast */
}


.privacy-policy h2 {
  font-size: 1.5rem; /* Subheading size */
  margin-top: 1.5rem; /* Space above the subheading */
  margin-bottom: 0.5rem; /* Space below the subheading */
  color: black; /* Color for subheadings */
}

.privacy-policy p {
  margin-bottom: 1rem; /* Space below paragraphs */
}

.privacy-policy ul {
  margin-left: 1.5rem; /* Indent for lists */
  margin-bottom: 1rem; /* Space below lists */
}

.privacy-policy li {
  margin-bottom: 0.5rem; /* Space below list items */
}


/* Footer updated styles */
.site-footer {
  background: #ffffff;
  color: #6b7280;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 4rem 1rem 2rem;
  border-top: 1px solid #e5e7eb;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
}

.footer-section h3,
.footer-section h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827;
  font-size: 1.25rem;
}

.footer-section p,
.footer-section li,
.footer-section a {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

.footer-section a:hover,
.footer-section a:focus {
  color: #2563eb;
  text-decoration: underline;
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  margin-top: -10px;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, filter 0.3s ease;
  text-decoration: none;
}

.social-icons a i {
  font-size: 24px;
}

/* Specific brand colors */
.social-icons a[aria-label="YouTube"] i {
  color: #FF0000;
}
.social-icons a[aria-label="Twitter"] i {
  color: #1DA1F2;
}
.social-icons a[aria-label="Instagram"] i {
  color: #E4405F;
}
.social-icons a[aria-label="LinkedIn"] i {
  color: #0077B5;
}

.social-icons a:hover {
  transform: scale(1.15);
  filter: brightness(1.2);
}

.social-content {
  text-align: center;
}


.footer-bottom {
  background: #ffffff;
  color: black;
  text-align: center;
  padding-top: 1rem;
  margin-top: 5rem;
  margin-bottom: -2rem;
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  width: 100vw;       /* ✅ Ensures full width */
  margin-top: auto;   /* ✅ Pushes it to the bottom if content is short */
}

/* Responsive stack */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .trust-logos,
  .social-icons {
    justify-content: center;
  }
}

.footer-section.footer-certifications {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-section.footer-certifications h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827;
  font-size: 1.25rem;
}

.certificates {
  display: flex;
  gap: 3rem; /* Adjust the gap between certificates */
  align-items: center;
}

.certificates .trust-logo {
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  transition: filter 0.3s ease;
}

.certificates .trust-logo:hover {
  filter: drop-shadow(0 1px 4px rgb(37 99 235 / 0.8));
}

/* NEW: Highlighted heading section */
#tos {
  background-color: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
}
