@media (max-width: 768px) {
  .search-contain {
  padding: 80px 15px 30px 15px; 
    max-width: 70%;  
  }
  
  .hero-section {
    padding: 150px 20px;
    background-size: cover;
    background-position: center center;
    min-height: 100vh; 
  }
  
  .hero-section h1 {
    font-size: 36px;  
  }
  
  .hero-section p {
    font-size: 16px;  
     margin-bottom: 30px;
  }
  
  .search-input,
  .search-btn {
    padding: 10px 12px;  
  }
}


@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 28px;  
  }
  
  .hero-section p {
    font-size: 14px;
  }
  
  .search-contain {
    flex-direction: column;  
    padding: 15px;
  }
  
  .search-input {
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .search-btn {
    border-radius: 8px;
    width: 100%;
  }
}
.about-platform-section p {
  line-height: 1.5; 
  margin-bottom: 1.2rem;
  font-size: 1.05rem; 
}
@media screen and (max-width: 768px) {



  .social-links a {
    color: white;
    text-decoration: none;
    font-size: 14px; 
  }

  
  .contact-info {
    display: none !important;
  }

  .main-navbar {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px; 
    z-index: 999;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    height: 80px; 
    margin: 0; 
  }

  body, html {
    margin: 0;
    padding: 0;
  }

  .logo {
    display: flex;
    align-items: center;
    margin-right: auto; 
  }

  .logo img {
    max-width: 100px; 
    height: auto;
  }
  .hamburger {
    display: block; 
    font-size: 30px; 
    cursor: pointer;
    z-index: 1000; 
  }

  .nav-links {
    display: none !important;
    flex-direction: column;
    background: white;
    width: 60%;
    position: fixed; 
    top: 80px; 
    left: 0;
    z-index: 1000;
    padding: 10px 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: right; 
    max-height: calc(100vh - 60px); 
    overflow-y: auto; 
  }

  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
    padding: 10px 0; 
  }

  .nav-links a {
    font-size: 16px; 
    color: black;
    text-decoration: none;
  }


.search-container.visible ~ .search-icon {
  display: none;
}

.search-container {
  display: none; 
}

.search-container.visible {
  display: block; 
  margin-top: 10px; 
}

.search-icon {
  display: block; 
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

    .nav-links li {
    padding: 2px 0; 
  }

  .nav-links .contact-item,
  .nav-links .search-icon {
    padding: 0 0; 
  }
}
@media screen and (max-width: 768px) {
  #authLinks,
  #dashboardLinks {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .nav-links .auth-btn {
    display: block;
    width: 100%;
    min-width: 130px;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 30px;
    background-color: black;
    color: white !important;
    border: 5px solid black;
    box-shadow: inset 0 0 0 2px white;
    transition: all 0.3s ease;
    margin: 8px 0; 
  }

  .nav-links .auth-btn:hover {
    background-color: #ff9800;
    color: black !important;
  }

  .nav-links .auth-icon {
    margin-right: 8px;
  }
}

