/* Base styles - Desktop */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
    
}


header {
    background-color: #ffffff;
    padding: 15px 30px;
    border-bottom: none;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.logo img {
    width: 50px;
    height: 50px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
    margin-right: 30px;
    white-space: nowrap;
}

.nav-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-menu a {
    text-decoration: none;
    color: #28a745;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #000000;
}

.header-right .join-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.header-right .join-btn:hover {
    background-color: #1c7c31;
}


@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .header-right {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .header-right .join-btn {
        width: fit-content;
    }
}






.footer {
    background-color: #0d0d0d;
    color: #fff;
    padding: 60px 20px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     gap: 40px; 
    max-width: 1200px;
    margin: 0 auto;
}


.footer-column {
    flex: 1 1 220px;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}


.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}


.footer-column.contact p {
    margin: 10px 0;
    font-size: 14px;
    color: #ccc;
}


.subscribe {
    text-align: center;
    margin: 40px auto 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0;
    max-width: 900px;
}

.subscribe h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

.subscribe form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.subscribe input[type="email"] {
    padding: 12px 15px;
    width: 300px;
    border: 1px solid #444;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
    outline: none;
}

.subscribe button {
    padding: 12px 20px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.subscribe button:hover {
    background-color: #fff;
    color: #000;
}


.footer-bottom {
    text-align: center;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 10px 0;
    font-size: 14px;
    color: #aaa;
}


.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin: 0 8px;
     transition: transform 0.3s ease; 
}

.social-icons a:hover {
    transform: scale(1.15);
}

.social-icons img {
    width: 30px;
    height: 30px;
    
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .subscribe form {
        flex-direction: column;
        align-items: center;
    }

    .subscribe input,
    .subscribe button {
        width: 90%;
    }
}

 











.about {
    max-width: 1200px;
    margin: 1rem auto;
    background: #fff;
    padding: 1rem;
    /* border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
    max-width: auto;
}

h1 {
    color: #28a745;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
}

  p {
    line-height: 1.6;
  }

  .links {
    margin: 1rem 0;
    font-weight: bold;
  }

  .links a {
    color:#484848;
    text-decoration: none;
    margin: 0 0.5rem;

  }

  .section-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #111;
  }

  .highlight {
    font-weight: bold;
  }

  @media (max-width: 600px) {
    h1 {
      font-size: 1.4rem;
    }

    .container {
      padding: 1rem;
    }

    .section-title {
      font-size: 1.2rem;
    }
  }





 










.internship-section {
    position: relative;
    height: 700px;
    background: url('photo/image.png') no-repeat center center/cover;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    color: #fff;
    text-align: left;
    z-index: 1;
  }
  
  .overlay h1,
  .overlay p,
  .overlay button {
    max-width: 800px;
    margin-left: 250px;
  }
  
  .overlay h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  
  .overlay p {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
  }
  
  .overlay button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .overlay button:hover {
    background-color: #218838;
  }
  
  /* Medium screens - tablets */
  @media screen and (max-width: 1024px) {
    .overlay h1,
    .overlay p,
    .overlay button {
      margin-left: 100px;
    }
  }
  
  /* Small screens - mobile */
  @media screen and (max-width: 768px) {
    .overlay {
      align-items: center;
      text-align: center;
      padding: 2rem;
    }
  
    .overlay h1,
    .overlay p,
    .overlay button {
      margin-left: 0;
      max-width: 100%;
    }
  
    .overlay h1 {
      font-size: 1.8rem;
    }
  
    .overlay p {
      font-size: 1.2rem;
    }
  
    .overlay button {
      font-size: 0.9rem;
      padding: 0.6rem 1.2rem;
    }
  }
  
  /* Extra small screens */
  @media screen and (max-width: 480px) {
    .internship-section {
      height: auto;
      padding: 3rem 0;
    }
  
    .overlay {
      padding: 1.5rem;
    }
  
    .overlay h1 {
      font-size: 1.5rem;
    }
  
    .overlay p {
      font-size: 1rem;
    }
  
    .overlay button {
      font-size: 0.85rem;
      padding: 0.5rem 1rem;
    }
  }
  