* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #111;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.navbar {
  background-color: #11111159;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  max-width: 1000px;
  margin: 20px auto;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}
.logo img {
  height: 24px;
  margin-right: 8px;
}
/* .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
} */


.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}

.nav-links a.active {
  background-color: #d5ff00;
  color: #000;
}









.contact-btn {
  background-color: #d7ff00;
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
}





.blog-section {
  padding: 40px 20px;
  max-width: 971px;
  margin: auto;
    background-color: #fff;
}

.blog-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.blog-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.blog-image {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 20px;
}

.blog-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 20px;
  margin: 8px 0;
  font-weight: 600;
}

.blog-description {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tags {
  margin-bottom: 15px;
}

.tag {
  display: inline-block;
  background-color: #f0f0ff;
  color: #6955ff;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 20px;
  font-size: 13px;
}

.blog-button {
  background-color: #6955ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.blog-button:hover {
  background-color: #4e3bdc;
}


/* 3 */

.post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 40px 20px; */
  justify-content: center;
  /* max-width: 1100px; */
  /* margin: auto; */
    background-color: #fff;
}

.post-card {
  width: 370px;
  
  overflow: hidden;

  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.post-card img {
  width: 100%;
  height: auto;
  display: block;
}

.post-content {
  padding: 20px;
}

.post-date {
  font-size: 14px;
  color: #6955ff;
  margin-bottom: 8px;
}

.post-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-arrow {
  font-size: 16px;
  color: #000;
  margin-left: 6px;
}

.post-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-tag {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  background-color: #f0f0f0;
  font-weight: 500;
}

.post-tag.purple {
  background-color: #f3ecff;
  color: #6955ff;
}

.post-tag.blue {
  background-color: #e7f0ff;
  color: #337ab7;
}

.post-tag.pink {
  background-color: #ffe9f0;
  color: #d63384;
}

.post-tag.orange {
  background-color: #fff1e6;
  color: #f36f21;
}
















/* footer */

.footer {
  background-color: #f5f5f7;
  padding: 50px 40px 20px;
  font-size: 14px;
  color: #333;
}

.footer-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-brand {
  max-width: 400px;
}

.footer-brand h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* .subscribe-title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
}

.subscribe-form {
  display: flex;
  margin-top: 10px;
}

.subscribe-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  outline: none;
  flex: 1;
}

.subscribe-form button {
  padding: 10px 20px;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
} */

.privacy {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.privacy a {
  color: #000;
  text-decoration: underline;
}
.footlogo{
  display: flex !important;
  height: 42px;
  /* margin-right: 8px; */
  margin-bottom: 6px;
  gap: 1rem;
}
.footer-links {
  display: flex;
  gap: 60px;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.social-icons a {
  margin-left: 15px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 1;
}





.subscribe-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
    margin-bottom: 0.5rem;
}

.input-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 8px 12px;
  flex: 1;
  max-width: 300px;
}

.email-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.input-wrapper input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.subscribe-form button {
  padding: 10px 20px;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #000;
}
