body {
  margin: 0;
  background-color: hsl(0, 14%, 97%);
  font-family: Arial, sans-serif;
}

.header {
  background-color: #f4f2f2;
  color: rgb(248, 246, 246);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  margin: 20px;
  position: relative;

}

.right-area {
  display: flex;
  align-items: center;
  gap: 20px;
}




.logo-area {
  display: flex;
  align-items: center;
  gap: 15px;
  
}

.logo {
  width: 150px;
  height: auto; /* Keeps original aspect ratio */
  object-fit: contain;
  image-rendering: auto;
}


.logo-area .text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.logo-area .text p {
  margin: 0;
  font-size: 20px;
  color: #bbb;
}

/* Default navbar style */
.navbar {
  display: flex;
  gap: 20px;
  align-items:center;
}
.navbar a {
  text-decoration: none !important;
  color: black; /* or your preferred color */
  font-weight: 600;
  border: none !important;
  box-shadow: none !important;
}


/* Hamburger menu icon hidden by default */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    color: #000;
  }
  .right-area{
  width: 100%;
 
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

  .navbar {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #f6efef;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }

  .navbar.active {
    display: flex;
  }

 

  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
}


.call-btn {
  background: linear-gradient(to right, #0f44a1, #249beb);
  color:  #f3f2f2;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.call-btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
.header {
flex-wrap: wrap;
flex-direction: column;
align-items:flex-start;
padding: 15px 20px;
}

.menu-toggle {
display: block;
color: #000;
font-size: 28px;
cursor: pointer;
align-self: flex-end;
}

.navbar {
display: none;
flex-direction: column;
width: 100%;
margin-top: 15px;
background: #f6efef;
padding: 10px 0;
border-radius: 10px;
z-index: 10;
}

.navbar.active {
display: flex;
}

.navbar a {
padding: 10px 20px;
width: 100%;
text-align: left;
border-bottom: 1px solid #ddd;
color: #000;
font-weight: 600;
text-decoration: none;
}

.call-btn {
width: 100%;
margin-top: 10px;
align-self: center;
}
}

/*intern*/
.internship-intro {
  text-align: center;
  padding: 40px 20px;
}

.tech-stack {
  background: #f0f8ff;
  padding: 40px 20px;
  text-align: center;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.tech-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

.why-intern {
  padding: 40px 20px;
  text-align: center;
}

.why-intern ul {
  list-style: none;
  padding: 0;
}

.why-intern li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.internship-form {
  background: #eef4ff;
  padding: 40px 20px;
  text-align: center;
}

.internship-form form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.internship-form input,
.internship-form select,
.internship-form textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.internship-form button {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.internship-form button:hover {
  background: #0056b3;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .tech-grid {
    flex-direction: column;
    align-items: center;
  }
}
  /*footer*/
.footer {
  background: #e6f0f8;
  color: rgb(12, 12, 12);
  padding: 40px 20px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  padding: 20px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(8, 8, 8);
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%);
}

.social-icons a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

/* WhatsApp Floating Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.whatsapp-btn img {
  width: 50px;
  height: 50px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-col {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}
/*intern */
.internship-section {
  padding: 50px 20px;
  text-align: center;
}

.internship-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.internship-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.internship-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.internship-card i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.internship-card h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.internship-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}



