 
  /* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
 font-family: "Segoe UI", system-ui, sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-image: url('./img/img.png'); /* Ensure the image is in the same folder as this HTML file */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
 
}

/* Background Video */
.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

/* Overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  
  z-index: -1;
}

/* Content */
.content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 1rem;
  max-width: 800px;
  margin: 40px auto;
  padding: 50px;
}

.search-icon {
            width: 24px;
            height: 24px;
            margin-right: 15px;
            cursor: pointer;
        }

    
    h1 {
      color: white;
      font-size: 3rem;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }
    .subtitle {
      color:#333333  ;
      margin-bottom: 30px;
      font-weight: bold;
    }
    .search-wrapper {
      position: relative;
      width: 100%;
    }
    .search-container {
      background: white;
      border-radius: 50px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      padding: 15px 25px;
    }
    .search-input {
      flex: 1;
      border: none;
      outline: none;
      font-size: 16px;
      background: transparent;
    }
    .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border-radius: 10px;
      margin-top: 10px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.2);
      max-height: 300px;
      overflow-y: auto;
      display: none;
      z-index: 1000;
    }
    .dropdown-item {
      padding: 15px 25px;
            cursor: pointer;
            transition: background 0.2s ease;
            border-bottom: 1px solid #f0f0f0;
            text-align: left;
            font-size: 16px;
            color: #333;
    }
    .dropdown-item:hover {
      background: #f5f5f5;
    }
    .dropdown-item:last-child {
      border-bottom: none;
    }
    .dropdown-item::before {
            content: "🎯 ";
            margin-right: 10px;
    }
     .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-item:hover {
            background: #f5f5f5;
        }

        .dropdown-item::before {
            content: "🎯 ";
            margin-right: 10px;
        }

        .dropdown::-webkit-scrollbar {
            width: 8px;
        }

        .dropdown::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .dropdown::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .dropdown::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        .linkcss
        {
            text-decoration: none;
        }
        .typing 
            {
  overflow: hidden;              /* Ensures text is hidden until revealed */
  white-space: nowrap;           /* Keeps text on one line */
  width: 0;                      /* Start hidden */
  animation: typing 4s steps(30, end) forwards, blink 0.7s step-end infinite;
}

/* Typing keyframes */
        @keyframes typing {
  from { width: 0; }
  to { width: 100%; }
        }


   /* Responsive adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;   /* smaller heading */
  }
  .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .container {
    margin: 80px auto 0; /* less top margin */
    padding: 0 15px;     /* side padding */
  }
  .search-container {
    padding: 10px 15px;  /* tighter padding */
  }
  .search-input {
    font-size: 14px;
  }
  .linkcss
  {
     text-decoration: none;
      font-size: 12px;
  }
   .search-icon {
            width: 30px;
            height: 30px;
        }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.6rem;
  }
  .logo {
    font-size: 18px;
  }
  .search-icon {
            width: 30px;
            height: 30px;
        }
}
.footer-buttons {
 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 12px;
  display: flex;
  justify-content: right;
  gap: 15px;
}

.footer-buttons button {
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  background: #1d1e1e;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.footer-buttons button:hover {
  background: #eef1f3;
  color: black;
}

@media (max-width: 768px) {
  .bg-video {
    min-width: 50vw;
    min-height: 100vh;
    justify-content: center !important;
  }
}
   
    .title{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: 20px;
    }
   
   .content-section1 {
           
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            margin-bottom: 30px;
        }
      .search-icon {
            width: 30px;
            height: 30px;
            margin-right: 15px;
            cursor: pointer;
        }

    .container {
      text-align: center;
      max-width: 600px;
      width: 100%;
      max-width: 800px;
  margin: 40px auto;
  padding: 50px;
    }
    h1 {
      color: white;
      font-size: 3rem;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }
    .subtitle {
      color: rgba(255,255,255,0.9);
      margin-bottom: 30px;
    }
    .search-wrapper {
      position: relative;
      width: 100%;
    }
    .search-container {
      background: white;
      border-radius: 50px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      padding: 0px 10px 0px 10px;
      align-items: center;
   
    
    min-width: fit-content;
    
    position: relative;

    }
    .search-input {
      flex: 1;
      border: none;
      outline: none;
      font-size: 16px;
      background: transparent;
    }
    .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border-radius: 10px;
      margin-top: 10px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.2);
      max-height: 300px;
      overflow-y: auto;
      display: none;
      z-index: 1000;
    }
    .dropdown-item {
      padding: 15px 25px;
            cursor: pointer;
            transition: background 0.2s ease;
            border-bottom: 1px solid #f0f0f0;
            text-align: left;
            font-size: 16px;
            color: #333;
    }
    .dropdown-item:hover {
      background: #f5f5f5;
    }
    .dropdown-item:last-child {
      border-bottom: none;
    }
    .dropdown-item::before {
            content: "🎯 ";
            margin-right: 10px;
    }
     .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-item:hover {
            background: #f5f5f5;
        }

        .dropdown-item::before {
            content: "🎯 ";
            margin-right: 10px;
        }

        .dropdown::-webkit-scrollbar {
            width: 8px;
        }

        .dropdown::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .dropdown::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .dropdown::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        .linkcss
        {
            text-decoration: none;
            color:rgb(239, 130, 29);
            font-weight: bold;
        }
        .typing 
            {
  overflow: hidden;              /* Ensures text is hidden until revealed */
  white-space: nowrap;           /* Keeps text on one line */
  width: 0;                      /* Start hidden */
  animation: typing 4s steps(30, end) forwards, blink 0.7s step-end infinite;
}

/* Typing keyframes */
        @keyframes typing {
  from { width: 0; }
  to { width: 100%; }
        }

       /* Responsive adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;   /* smaller heading */
  }
  .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .container {
    margin: 80px auto 0; /* less top margin */
    padding: 0 15px;     /* side padding */
  }
  .search-container {
    padding: 10px 15px;  /* tighter padding */
  }
  .search-input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.6rem;
  }
  .logo {
    font-size: 18px;
  }
  .nav-links a {
    font-size: 14px;
  }
  
}

  
.btn-container
{
  width:500px;
  justify-content: space-around;
}


.footer_container {
  margin-top: 60px;
  padding: 30px 35px;
  max-width: 900px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 40px rgba(102, 126, 234, 0.25);
  animation: popUp 1s ease forwards;
  transform: translateY(40px);
  opacity: 0;
}

/* Heading */
.footer_container h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #ffffff;
}

/* Paragraph */
.footer_container p {
  font-size: 1rem;
  color: #010000;
  line-height: 1.6;
  margin-bottom: 22px;
}

/* CTA Button */
.footer-cta {
  display: inline-block;
  padding: 12px 26px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

/* Hover Effect */
.footer-cta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(118, 75, 162, 0.6);
}

/* Pop-up Animation */
@keyframes popUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .footer_container {
    padding: 24px 20px;
  }

  .footer_container h3 {
    font-size: 1.4rem;
  }

  .footer_container p {
    font-size: 0.95rem;
  }
}
