* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #eeeeee;
            min-height: 100vh;
            padding-bottom:0px;
            color: #334155;
            position: relative;
            overflow-x: hidden;
            line-height: 1.6;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            padding-bottom:5rem;
        }
        /* 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;
}


        .header-section {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        .page-title {
            color: #1e293b;
            font-size: 5rem;
            font-weight: 800;
            padding-top:3rem;
            margin-bottom: 15px;
            letter-spacing: -0.02em;
            position: relative;
            display: inline-block;
        }

        

        .page-subtitle {
            color: #64748b;
            font-size: 1.2rem;
            font-weight: 400;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .stats-bar {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin: 40px 0;
            padding: 30px;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1e293b;
            display: block;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 5px;
        }

        .leadership-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .team-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .team-card {
            background:  linear-gradient(130deg, #e5880fd0 20%, #e1ca19d5 90%);;
            border-radius: 24px;
            padding: 40px 35px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            border: 1px solid #f1f5f9;
            overflow: hidden;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #64748b, #475569);
            transition: all 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
            border-color: #e2e8f0;
        }

        .ceo-card {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            border: none;
        }

        .ceo-card::before {
            background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
        }

        .coo-card {
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            color: white;
            border: none;
        }

        .coo-card::before {
            background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
        }

        .regular-card::before {
            background: linear-gradient(90deg, #e97040, #f4a250);
        }

       .member-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 0 auto 25px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            border: 4px solid rgba(255, 255, 255, 0.1);
        }

        .member-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.3s ease;
        }

        .team-card:hover .member-photo img {
            transform: scale(1.05);
        }

        .ceo-card .member-photo {
            border-color: rgba(255, 255, 255, 0.2);
        }

        .coo-card .member-photo {
            border-color: rgba(255, 255, 255, 0.2);
        }

        .regular-card .member-photo {
            border-color: rgba(99, 102, 241, 0.2);
        }

        .member-photo::after {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            padding: 4px;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: exclude;
            pointer-events: none;
        }

        .member-name {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1e293b;
            letter-spacing: -0.01em;
        }

        .ceo-card .member-name,
        .coo-card .member-name {
            color: white;
        }

        .member-role {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            position: relative;
        }

        .ceo-card .member-role {
            color: #dbeafe;
        }

        .coo-card .member-role {
            color: #d1fae5;
        }

        .regular-card .member-role {
            color: #6366f1;
        }

        .member-role::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            border-radius: 1px;
        }

        .ceo-card .member-role::after {
            background: rgba(255, 255, 255, 0.4);
        }

        .coo-card .member-role::after {
            background: rgba(255, 255, 255, 0.4);
        }

        .regular-card .member-role::after {
            background: #6366f1;
        }

        .member-description {
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 25px;
            color: #ffffff;
        }

        .ceo-card .member-description,
        .coo-card .member-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: inherit;
            opacity: 0.1;
            transition: opacity 0.3s ease;
        }

        .social-link:hover::before {
            opacity: 0.2;
        }

        .social-link.facebook {
            background: #1877f2;
            color: white;
        }

        .social-link.instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            color: white;
        }

        .social-link.discord {
            background: #5865f2;
            color: white;
        }

        .social-link.linkedin {
            background: #0a66c2;
            color: white;
        }

        .ceo-card .social-link,
        .coo-card .social-link {
            background: rgba(255, 255, 255, 0.15);
            color: white;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .social-link:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .ceo-card .social-link:hover,
        .coo-card .social-link:hover {
            background: rgba(255, 255, 255, 0.25);
            border-color: rgba(255, 255, 255, 0.3);
        }

        .section-divider {
            height: 2px;
            margin: 50px 0;
            position: relative;
        }

        .section-divider::before {
            content: 'TEAM MEMBERS';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 0 20px;
            font-size: 2rem;
            font-weight: 600;
            color: #64748b;
            letter-spacing: 2px;
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: -1;
        }

        .floating-shape {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
            animation: float 6s ease-in-out infinite;
        }

        .floating-shape:nth-child(1) {
            width: 100px;
            height: 100px;
            top: 10%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-shape:nth-child(2) {
            width: 150px;
            height: 150px;
            top: 60%;
            right: 10%;
            animation-delay: 2s;
        }

        .floating-shape:nth-child(3) {
            width: 80px;
            height: 80px;
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @media (max-width: 1024px) {
            .leadership-grid,
            .team-grid {
                grid-template-columns: 1fr;
                gap: 30px;
                max-width: 500px;
            }

            .stats-bar {
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }

            .page-title {
                font-size: 2.8rem;
            }

            .stats-bar {
                flex-direction: column;
                gap: 20px;
                padding: 25px;
            }

            .team-card {
                padding: 35px 25px;
            }

            .member-photo {
                width: 100px;
                height: 100px;
                font-size: 2.5rem;
            }

            .member-name {
                font-size: 1.6rem;
            }

            .social-links {
                gap: 12px;
            }

            .social-link {
                width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }
        }

        @media (max-width: 480px) {
            .stats-bar {
                margin: 30px 0;
            }

            .stat-number {
                font-size: 2rem;
            }
        }
        .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;
}
/* Make header and topbar stack vertically on small screens */
/* 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;
  }
}

