* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  line-height: 1.6;
  color: #2c3e50;
  background-color: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
background: linear-gradient(90deg,rgba(0, 212, 255, 1) 5%, rgba(23, 10, 163, 1) 16%, rgba(23, 10, 163, 1) 35%, rgba(0, 212, 255, 1) 51%, rgba(23, 10, 163, 1) 67%, rgba(23, 10, 163, 1) 85%, rgba(0, 212, 255, 1) 96%);  position: sticky;
  top: 0px;
  z-index: 1000;
}

.text-center {
  text-align: center;
}
.mt-1 {
  margin-top: 10px;
}
.fw-bold{
  font-weight: bold;
  color: var(--primary-color);
}
.text-danger{
  color: #ff2200;
}
        
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.border-slate-700 {-tw-border-opacity: 1;
  border-color: rgb(51, 65, 85);
}
.border-slate-700\/50 {
    border-color: rgb(51, 65, 85);
}
.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 700;
}

.section-title-border {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4341cc;
}


.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0051ff;
  text-decoration: none;
}
.logo span {
  color: #00e03c;
}

.main-nav ul {
  display: flex;
  list-style: none;
}
.main-nav li {
  margin-left: 30px;
}
.main-nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.main-nav a:hover {
  color: #00e03c;
}
.quick-btn {
    background: #00a30e;
    border: 1px solid gray;
    padding: 3px 6px;
    position: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--dark-color);
    text-decoration: none;
}

.quick-btn:hover {
    border-color: #d0d3d9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
    .quick-btn {
        padding: 5px 15px;
        font-size: 0.8rem;
    }
.main-nav a.active {
  color: #00e03c;
}
  .quick-search {
   flex-direction: column;
   align-items: center;
}
.main-nav .btn-login {
  background-color: #00e03c;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
}
.main-nav .btn-login:hover {
  background-color: #00b330;
  color: white;
}

.mobile-menu-btn {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #2c3e50;
}

.hero {
  background-image: url('../img/Untitled-design.gif');
  background-size: cover;
  background-position: center;
  color: black;
  padding: 100px 0;
  text-align: center;
}
.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.9;
}

.search-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.search-box .search-input {
  flex: 1;
  padding: 18px 25px;
  border: none;
  font-size: 1.1rem;
}
.search-box .search-input:focus {
  outline: none;
}
.search-box .search-btn {
  background-color: #00e03c;
  color: black;
  border: none;
  padding: 0 35px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.search-box .search-btn:hover {
  background-color: #00b330;
}

.search-tagline {
  margin-top: 30px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.search-results {
  display: none;
  max-width: 800px;
  margin: 30px auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.search-results.active {
  display: block;
}
.search-results h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00e03c;
}
.search-results h3 span {
  color: #00e03c;
}

.result-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.result-item:last-child {
  border-bottom: none;
}

.result-title {
  font-size: 1.2rem;
  color: #00e03c;
  margin-bottom: 5px;
}

.result-url {
  color: #0c6;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.result-desc {
  color: #95a5a6;
  font-size: 0.95rem;
}

.categories {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
  color: #2c3e50;
  position: relative;
}
.section-title:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #00e03c;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.category-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 30px 20px;
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.category-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(26, 188, 156, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #00e03c;
  font-size: 2rem;
}

.category-card h3 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #2c3e50;
}

.category-card p {
  color: #95a5a6;
  font-size: 0.95rem;
}

footer {
background: linear-gradient(90deg,rgba(118, 161, 255, 1) 0%, rgba(0, 60, 255, 1) 23%, rgba(118, 161, 255, 1) 50%, rgba(0, 60, 255, 1) 78%, rgba(118, 161, 255, 1) 92%);  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 70px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-column h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.footer-column h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #00e03c;
  bottom: 0;
  left: 0;
}
.footer-column p {
  color: black;
  line-height: 1.7;
}
.footer-column ul {
  list-style: none;
}
.footer-column ul li {
  margin-bottom: 12px;
}
.footer-column ul li a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-column ul li a:hover {
  color: white;
}

.social-links {
  margin-top: 20px;
}
.social-links a {
  display: inline-block;
  color: white;
  margin-right: 15px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.social-links a:hover {
  color: #00e03c;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info li i {
  color: #00e03c;
  width: 20px;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.copyright .brand-tagline {
  margin-top: 10px;
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.3rem;
  }
  .section-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
  .main-nav ul {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999;
  }
  .main-nav ul.active {
    transform: translateY(0);
    opacity: 1;
  }
  .main-nav li {
    margin: 15px 0;
  }
  .search-box {
    flex-direction: column;
  }
  .search-box .search-input, .search-box .search-btn {
    width: 100%;
    border-radius: 0;
  }
  .search-box .search-input {
    border-radius: 8px 8px 0 0;
  }
  .search-box .search-btn {
    border-radius: 0 0 8px 8px;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding: 70px 0;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .categories-grid {
    grid-template-columns: 1fr;
  }
}