body {
  overflow-x: hidden;
  background-color: #fff;
  color: #111;
  margin: 0;
  padding: 0;
  width: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  /*margin: 10px 120px;*/
  top: 0;
  background-color: transparent;
  z-index: 1000; /* Make sure it stays above other elements */
  backdrop-filter: blur(4px); /* Optional: adds blur effect behind transparent bg */
}


.logo img {
  width: 65px;
    height: 92px;
  

}

.tags {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: 20px;
}

.tag {
  padding: 5px 15px;
  border-radius: 15px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #333;
}
.search{
  width: 16px;
}

  .search-box {
    
      position: absolute;
      top: 132%;
      right: 70px;
      transform: translateY(-50%);
      transition: all 0.3s ease;
      opacity: 0;
      pointer-events: none;
      
    }

    .search-box input {
      padding: 8px 12px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 20px;
      width: 200px;
      outline: none;
      background-color: white;
    }

    .search-box.active {
      opacity: 1;
      pointer-events: auto;
      right: 70px;
    }
     .close-btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #888;
      line-height: 1;
      padding: 0;
    }

    .close-btn:hover {
      color: #000;
    }


.tag.business {
  background-color: #cbc7e3;
}

.tag.politics {
  background-color: #efeee4;
}

.tag.sports {
  background-color: #e9d7d7;
}

.tag.tech {
  background-color: #c7d5dd;
}

.tag.world {
  background-color: #dbe2d2;
}

.icons {
  display: flex;
  gap: 15px;
  font-size: 2px;
  margin-left: 10px;
}

.main-content {
  text-align: center;
  padding: 60px 20px 20px;
  margin: 10px 120px;
}

.main-content h1 {
  text-align: justify;
  font-weight: normal;
  letter-spacing: -.1em;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 6rem;
}

.main-content p {

  font-size: 1.9rem;
  margin-top: -9px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  text-align: justify;
}

.links {
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px;
  font-family: 'Courier New', monospace;
  font-size: 1rem;
  gap: 10px;

}

hr {
  margin: 10px 110px;
  width: 91%;
}

.links a {
  color: #111;
  text-decoration: none;
}

.links a:hover {
  text-decoration: none;
}

.circle-icon {
  width: 28px;
  height: 28px;
  border: 2px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

/* link */
a {
  text-decoration: none;
  color: black;
}

/*  */


.section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 10px 120px;
}

.left-side {
  width: 60%;
}

.right-side {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-title {

  margin-bottom: 20px;
  font-family: "Cutive Mono", monospace;
  letter-spacing: -.066em;
  margin-top: 1rem;
  margin-bottom: .5rem;

  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.image-box {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 32px;
}

.image-box {
  overflow: hidden;
  /* ensures zoom doesn't spill outside */
  border-radius: 30px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.image-box:hover {
  filter: grayscale(2.05);
  /* Optional: slightly brighten on hover */
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 30px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.image-box img:hover {
  transform: scale(1.05);
  /* Adjust scale for more/less zoom */

}

.meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

.tag {
  padding: 5px 15px;
  border-radius: 15px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #333;
}

.tag.business {
  background-color: #cbc7e3;
}

.tag.politics {
  background-color: #ece9d8;
}

.tag.sports {
  background-color: #e9d7d7;
}

.tag.world {
  background-color: #dbe2d2;
}

.date {
  font-family: 'Courier New', monospace;
}

.blog-card {
  padding: 20px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  transition: color 0.3s ease;
}

.blog-card:hover {
  color: gray;
}

.card.world {
  background-color: #d0d8c0;
}

.card.sports {
  background-color: #d0d8c0;
}

.card.politics {
  background-color: #d0d8c0;
}

.blog-card h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  letter-spacing: -.015em;
  margin-bottom: .25em;
  font-weight: 500;
  line-height: 1.15;
  display: block;
}



.meta-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Courier New', monospace;
}

.buy-button {
  margin-top: auto;
  align-self: flex-end;
  padding: 12px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.buy-button:hover {
  background-color: #0056b3;
}

.sec-h3 {
  letter-spacing: -.035em;
  margin-top: .15em;
  margin-bottom: .25em;
  font-size: 3rem;
  line-height: 1.05;
  font-family: "Manrope", sans-serif;
  font-weight: 400;

}

.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
 
  margin: 10px 120px;
  font-family: "Cutive Mono", monospace;
  grid-column-gap: 8px;
   grid-row-gap: 16px;
}

.category {
  font-size: 3.25rem;
  padding: 20px 40px;
  border-radius: 50px;
  color: #222;
  font-weight: 400;
}

.business {
  background-color: #c2bcd8;
}

.politics {
  background-color: #efedda;
}

.sports {
  background-color: #ddc9c9;
}

.technology {
  background-color: #bfd3d9;
}

.world {
  background-color: #cdd7bb;
}

.cat-h3 {
  letter-spacing: -.066em;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: "Cutive Mono", monospace;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  margin: 60px 150px;

}

/* recent post */
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin: 100px 138px;
}

.blog-header h3 {
  font-family: "Cutive Mono", monospace;
  letter-spacing: -.066em;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);

}

.blog-filter {
  font-size: 18px;
  font-family: "Cutive Mono", monospace;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  /* 3 columns */
  gap: 40px 30px;
  /* vertical and horizontal spacing */
  margin: -99px 120px;
  /* adjust as needed */
}


.blog-card {
  width: 100%;
  min-width: 300px;
}

.blog-image {
  height:65%;
  width: 100%;
  border-radius: 20px;
  display: block;
}

.meta {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
  font-size: 16px;
}

.tag {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 12px;
}

.tag.business {
  background-color: #c2bcd8;
}

.tag.sports {
  background-color: #ddc9c9;
}

.tag.technology {
  background-color: #bfd3d9;
}

.blog-date {
  color: #444;
  letter-spacing: 1px;
  font-family: "Cutive Mono", monospace;
  font-size: 1rem;
}

.blog-title {
  letter-spacing: -.015em;
  margin-top: .5rem;
  margin-bottom: .25em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  display: block;
  font-family: "Manrope", sans-serif;

}

/* about */
.about-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  /* Fixed height */
  margin: 130px 120px;
  border-radius: 40px;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.1) 70%);
  color: white;
  box-sizing: border-box;
}

.overlay-text {
  max-width: 600px;
}

.subheading {
  font-family: "Cutive Mono", monospace;
  font-size: 20px;
  margin-bottom: 12px;
  color: #ffffffcc;
}

.heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: white;
}

.learn-more {
  font-family: "Cutive Mono", monospace;
  font-size: 18px;
  text-decoration: none;
  color: white;
  align-self: flex-end;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.learn-more:hover {
  opacity: 0.8;
  transform: translateX(4px);
}


/* footer */
.footer {

  background-color: #fff;
  margin: 130px 120px;
}
.footer-cat{

  background-color: #fff;
  margin: 215px 120px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.logo {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.author {
  font-family: "Cutive Mono", monospace;
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Cutive Mono", monospace;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 15px 40px;
  font-size: 16px;
  color: #111;
}

.subscribe-title {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;

}

.footer-col label {
  display: block;
  font-family: "Cutive Mono", monospace;
  margin: 10px 0 5px;
  font-size: 16px;
}

.footer-col input {
  width: 100%;
  padding: 12px 20px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 15px;
}

.submit-btn {
  background-color: #111;
  color: #fff;
  padding: 12px 26px;
  border: none;
  border-radius: 30px;
  font-family: "Cutive Mono", monospace;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 25px;
  width: fit-content;
}

.tags-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 139px;
}

.tag-footer {
  padding: 10px 18px;
  font-family: "Cutive Mono", monospace;
  font-size: 16px;
  border-radius: 30px;
  background-color: #ccc;
  color: #111;
}

.tag-business {
  background-color: #c9c6dc;
}

.tag-politics {
  background-color: #eee8d6;
}

.tag-sports {
  background-color: #ddc9c9;
}

.tag-tech {
  background-color: #bfd3d9;
}

.tag-world {
  background-color: #cfd8c3;
}

.footer-bottom {
  margin-top: 60px;
  font-size: 14px;
  font-family: "Cutive Mono", monospace;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  margin: 0;
  flex: 1;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons-img {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.social-icons-img:hover {
  opacity: 0.7;
}

/* category */
 .business-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 74px 120px;
    }

    .left-heading {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.075em;
    font-family: "Playfair Display", serif;
    color: #1e1e1e;
    }

    .right-description {
      font-family: "Manrope", sans-serif;
      max-width: 550px;
      font-size: 1rem;
      line-height: 1.6;
      color: #1e1e1e;
      letter-spacing: 0;
      font-weight: 500;
      
    }

    .blog-wrapper-cat {
    padding: 10px 120px;
    }

    .blog-heading-cat {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 40px;
      font-family: "Cutive Mono", monospace;
    }

    .blog-container-cat {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .blog-item-cat {
      display: flex;
      flex-direction: column;
      border-radius: 30px;
      overflow: hidden;
    }

    .blog-image-cat {
      width: 100%;
      height: 50%;
      border-radius: 30px;
      display: block;
    }

    .blog-text-content-cat {
      padding-top: 20px;
    }

    .blog-title-cat {
      font-size: 2.25rem;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 10px;
      color: #1e1e1e;
      letter-spacing: -.035em;
      font-family: "Manrope", sans-serif;
    }

    .blog-title-dark-cat {
      color: #1e1e1e;
    }

    .blog-date-cat{
      font-family: "Cutive Mono", monospace;
      color: #4b4b4b;
      margin-top: 10px;
      letter-spacing: .0125em;
      font-size: 1rem;
      line-height: 1.5;
    }

    .blog-button-cat {
      margin-top: 20px;
      background-color: #1e6ffb;
      color: white;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
    .blog-parat-cat{
          letter-spacing: -.005em;
          font-size: .9rem;
          line-height: 1.4;
          font-family: "Manrope", sans-serif;
    }
    .blog-parat-cat-{
          letter-spacing: -.005em;
          font-size: .9rem;
          line-height: 1.4;
          font-family: "Manrope", sans-serif;
          margin-top: 51px;
    }

        .blog-title-cat:hover,.blog-parat-cat:hover,.blog-parat-cat-:hover {
        color: rgba(60, 56, 56, 0.2); /* light gray transparent background */
        backdrop-filter: blur(8px);                /* blur effect */
        -webkit-backdrop-filter: blur(8px);        /* Safari support */
        /* optional: for smooth edges */
        transition: all 0.3s ease;                 /* smooth animation */
    }


    /* recent post category */
.blog-header-cati {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin: 3px 138px;
}
.blog-header-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin: 90px 138px;
}

.blog-header-cati  h3 {
  font-family: "Cutive Mono", monospace;
  letter-spacing: -.066em;
  margin-top: -175px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);

}
.blog-header-detail  h3 {
  font-family: "Cutive Mono", monospace;
  letter-spacing: -.066em;
  margin-top: 25px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);

}

.blog-filter-cati  {
  font-size: 18px;
  font-family: "Cutive Mono", monospace;
}

.blog-container-cati  {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  /* 3 columns */
  gap: 40px 30px;
  /* vertical and horizontal spacing */
  margin: -99px 120px;
  /* adjust as needed */
}


.blog-card-cati  {
  width: 100%;
  min-width: 300px;
}

.blog-image-cati  {
  width: 100%;
  border-radius: 20px;
  display: block;
  height: 50%;
}

.meta-cati  {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
  font-size: 16px;
}

.tag-cati  {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 12px;
}

.tag-cati.business {
  background-color: #c2bcd8;
   font-family: "Cutive Mono", monospace;
}

.tag-cati.sports {
  background-color: #ddc9c9;
  font-family: "Cutive Mono", monospace;
}

.tag-cati.technology {
  background-color: #bfd3d9;
  font-family: "Cutive Mono", monospace;
}

.blog-date-cati  {
  color: #444;
  letter-spacing: 1px;
  font-family: "Cutive Mono", monospace;
  font-size: 1rem;
}

.blog-title-cati  {
  letter-spacing: -.015em;
  margin-top: .5rem;
  margin-bottom: .25em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  display: block;
  font-family: "Manrope", sans-serif;

}
/*  */

/* detail page */
 .detail-wrapper {
      padding: 60px 80px;
    }

    .detail-back {
      display: inline-flex;
      align-items: center; 
      font-family: "Cutive Mono", monospace;
      font-size: 20px;
      padding: 6px 20px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 25px;
      margin-bottom: 40px;
      cursor: pointer;
      text-decoration: none;
      color: #111;
    }

    .detail-back::before {
      content: "←";
      margin-right: 10px;
      font-size: 18px;
    }

    .detail-title {
     font-family: "Playfair Display", serif;
    font-size: 6.6rem;
    font-weight: 400;
    line-height: 1;
    color: #111;
    margin-top: 8px; 
    letter-spacing: -.075em;
    }

     .detail-title:hover{
      color: rgb(116, 115, 115);
     }
     .detail-p{
    letter-spacing: -.01em;
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: "Manrope", sans-serif;
    margin-top: 8px;

     }
     .detail-pa{
      letter-spacing: -.01em;
      font-size: 1.5rem;
      line-height: 1.35;
       font-family: "Manrope", sans-serif;
     }
    
     .zoom-img {
  width: 96%;
      object-fit: cover;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 22px; /* Optional: for rounded edges */
   margin-top: 50px;
}

.zoom-img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.detail-introduction-sec {
      max-width: 960px;
      margin: 0 auto;
      padding: 20px 20px;
      line-height: 1.6;
    }

    .detail-introduction-sec h3,
    .detail-introduction-sec h3 {
         letter-spacing: -.035em;
         font-size: 2.5rem;
         font-weight: 500;
         line-height: 1.1;
         margin-bottom: 16px;
         font-family: "Manrope", sans-serif;
    }

    .detail-pow{
      letter-spacing: .015em;
      font-size: 1.5rem;
       font-family: "Manrope", sans-serif;

    }
    

    .detail-introduction-sec p{
      font-size: 18px;
      margin-bottom: 40px;
      letter-spacing: .025em;
      line-height: 1.3;
       font-family: "Manrope", sans-serif;
    }

    .detail-introduction-sec ol {
      font-size: 20px;
     
      letter-spacing: .025em;
      line-height: 1.3;
       font-family: "Manrope", sans-serif;
    }

    .detail-introduction-sec ol li {
      margin-bottom: 12px;
    }

    
    .detail-introduction-nextsec {
      max-width: 960px;
      margin: 0 auto;
     
      line-height: 1.6;
    }

    .detail-introduction-nextsec pre {
      background-color: #c6c3eb;
      font-family: "Cutive Mono", monospace;
      padding: 20px;
      font-size: .9rem;
      line-height: 1.2;
      border-left: 4px solid #000;
      white-space: pre-wrap;
      word-break: break-word;
      margin-bottom: 60px;
    }

    .detail-introduction-nextsec h3{
      letter-spacing: .015em;
      margin-top: 1.5em;
      margin-bottom: .75rem;
      font-size: 1.5rem;
      font-weight: 400;
      font-family: "Manrope", sans-serif;
    
    }

    .detail-introduction-nextsec p {
      letter-spacing: .025em;
       font-size: 1rem;
      font-weight: 400;
      font-family: "Manrope", sans-serif;
      margin-bottom: 40px;
    }

    .detail-introduction-nextsec .notable {
      font-family: 'Source Code Pro', monospace;
      font-size: 20px;
      margin-bottom: 24px;
    }

    .detail-introduction-nextsec .alt-list p {
      font-size: 20px;
      margin-bottom: 16px;
    }

    .detail-introduction-nextsec strong {
      font-weight: 600;
    }

/*  */

@media (max-width: 900px) {
  .section {
    flex-direction: column;
  }

  .left-side,
  .right-side {
    width: 100%;
  }

  .right-side {
    align-items: stretch;
  }
}