 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #eeeeee;
  color: #222;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}
    /* Top Bar */
.topbar {
  background: #000;
  height:50px;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 30px;
  z-index: 2;
}

.contact-info {
  display: flex;
  gap: 25px;
  align-items: center;
}
.mail1{
    padding-right: 50px;
}
.social-icons a{
  margin-left: 10px;
  
}
.fa {
  padding: 9px;
  font-size: 30px;
  width: 32px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/* Header and Navbar */
header {
    height: 150px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 30px;
    padding-top: 20px;
    position: relative;
    background-color: #000000;
}

.logo-img {
  height: 90px;       
  vertical-align: middle;
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo,
.nav{
  position: relative;
  z-index: 1;
}
.nav-containerblog {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin-left: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

nav a:hover {
  color: #ffcc00;
}
.maincontainer{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:5rem;
    padding-bottom:5rem;
}

    .contact-container {
      background-color: #ffffff; /* Pure white card background */
      padding: 50px;
      border-radius: 10px; /* Slightly rounded corners */
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Softer, more diffused shadow */
      text-align: center;
      max-width: 550px;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #e9ecef; /* Subtle light border */
    }
    .contact-container h2{
        font-size:1rem;
        text-decoration: none;
        font-weight: none;
        padding-bottom:1rem;
        padding-top:none;
    }

    h1 {
      color: #212529; /* Darker heading color */
      margin-bottom: 10px;
      font-size: 2.8em;
      font-weight: 700;
      letter-spacing: -0.03em; /* Slightly tighter letter spacing */
    }

    .contact-item {
      margin-bottom: 25px;
    }

    .contact-item:last-child {
      margin-bottom: 0; /* No margin for the last item */
    }

    .contact-item a,
    .contact-item p {
      text-decoration: none;
      color: #007bff; /* Standard blue for links */
      font-size: 1.15em;
      font-weight: 500; /* Medium font weight */
      transition: color 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
      display: flex;
      align-items: right;
      justify-content: center;
      gap: 15px; /* Increased gap for better spacing */
      padding: 18px 25px; /* More padding for a larger clickable area */
      border-radius: 8px;
      background-color: #f0f4f7; /* Very light blue background for items */
      border: 1px solid #dee2e6; /* Light gray border */
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); /* Subtle inner shadow */
    }

    .contact-item a:hover {
      color: #0056b3; /* Darker blue on hover */
      background-color: #e2e6ea; /* Slightly darker background on hover */
      transform: translateY(-3px); /* More pronounced lift effect */
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
    }

    .contact-item p {
      color: #495057; /* Darker gray for phone number text */
      background-color: #e9ecef; /* Slightly different background for phone number */
      border-color: #ced4da;
      cursor: default; /* Indicate it's not a direct link */
    }

    .icon {
      width: 26px;
      height: 26px;
      vertical-align: middle;
      /* Adjust filter for a professional blue/gray tone */
      filter: invert(20%) sepia(10%) saturate(200%) hue-rotate(180deg) brightness(90%) contrast(90%);
    }

    /* Specific icon color for Google Forms link (optional, for brand consistency) */
    .contact-item a[href*="forms.gle"] .icon {
      filter: invert(30%) sepia(50%) saturate(1000%) hue-rotate(80deg) brightness(90%) contrast(90%); /* Greenish tint for Google Forms */
    }

    /* Responsive adjustments */
    @media (max-width: 600px) {
      .contact-container {
        padding: 30px 25px;
        border-radius: 8px;
      }
      h1 {
        font-size: 2.2em;
        margin-bottom: 30px;
      }
      .contact-item a,
      .contact-item p {
        font-size: 1em;
        padding: 15px 20px;
        gap: 10px;
      }
      .icon {
        width: 22px;
        height: 22px;
      }
    }
    .footer {
  background-color: #311919;
  color: #fff;
  padding: 60px 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 220px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-section p {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
}

.signup-btn {
  margin-top: 15px;
  padding: 10px 18px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #ffc107;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.signup-btn:hover {
  background-color: #ffc107;
  color: #000;
}

.work-link {
  color: #ffc107;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #ffc107;
  padding: 6px 12px;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-links li {
  margin-bottom: 8px;
}

.legal-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
}

.legal-links a:hover {
  color: #fff;
}


/* Sections */
.section {
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.section.gray {
  background: #f5f5f5;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* Team Section */
.team-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.member {
  text-align: center;
}

.member img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffcc00;
  margin-bottom: 10px;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: white;
  text-align: center;
  padding: 1rem 0;
}
/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    height: auto;
    padding: 20px 15px;
    text-align: center;
  }
  .topbar {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 10px 15px;
  gap: 10px;
  text-align: center;
}

.contact-info {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}


  .logo-img {
    height: 60px;
  }

  .logo {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .nav-container {
    flex-direction: column;
    gap: 15px;
  }

  nav a {
    display: block;
    margin: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  header, .topbar {
    flex-direction: column;
    text-align: center;
    padding: 10px 15px;
  }

  .logo-img {
    height: 60px !important;
    width: auto;
    margin-bottom: 10px;
  }
  h1, h2, h3 {
    font-size: 1.4em;
  }

  .topbar span {
    display: block;
    margin: 5px 0;
  }
}

