* {
  margin: 0px;
  padding: 0;
}

/* .home-section { */
/* background: url() center center / cover no-repeat;
    padding: 50px 0; */
/* width: 1440px; */
/* height: 550px; */
/* } */

/* .detail{
    margin-top:180px;
    text-align:center;
    color: #181E3B;
font-family: Manrope;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
/* letter-spacing: -1.2px;
    }  */

/* .detail-pic-img {
    top:50%;
    left: 0px;
    right: 0px;

  } */

.meta-info {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  /* background-color: #FFEDE7; */
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.meta-tags::after {
  content: ",";
  margin-right: 5px;
}

.meta-tags:last-of-type::after {
  content: "";
}

.separator {
  margin: 0 10px;
  color: #888;
}

.text-para {
  text-align: center;
  margin-left: 317px;
  display: flex;
}

.fade {
  opacity: 1;
}

.tab-details .nav-link {
  color: #000 !important;
}
.tab-details .nav-pills {
  align-items: flex-start;
}

.tab-details .nav-pills .nav-link {
  color: #565966;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 8px;
}

.tab-details h3 {
  color: #181e3b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  margin: 0;
  padding-bottom: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #181e3b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  background-color: transparent;
}

.tab-details .tab-content h3 {
  color: #181e3b;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}

.tab-details .tab-content p {
  color: #565966;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.para-dtl {
  color: #565966;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.tab-details {
  padding: 30px 0;
}

.tab-details .nav-pills .nav-link.active {
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 0;
}

.tab-details .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url("../images/tab-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-details .nav-pills .nav-link.active:after {
  /* opacity: 0; */
  animation: showChevron 0.3s ease 0.2s forwards;
}

.updates-section {
  padding: 60px 20px;
  font-family: "Arial", sans-serif;
}

.updates-heading {
  color: #181e3b;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -2px;
}

.updates-heading em {
  color: #181e3b;
  font-family: "DM Serif Display";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.2px;
}

.updates-grid {
  margin-top: 20px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.update-card {
  flex: 1 1 calc(33.333% - 16px);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}

.update-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.update-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.update-content {
  padding: 16px;
}

.update-tag {
  display: inline-block;
  background: #eee;
  color: #333;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.update-title {
  color: #181e3b;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 140% */
}

.update-description {
  color: #181e3b;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.update-meta {
  color: #565966;
  /* font-family: Manrope; */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: -0.36px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 10px;
}

.read-more {
  color: #f3723b;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
}

/* mobile */
@media screen and (max-width: 768px) {
  .updates-section {
    padding: 40px 16px;
  }

  .updates-heading {
    color: #181e3b;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 115.385% */
    letter-spacing: -1.3px;
  }

  .updates-heading em {
    color: #181e3b;
    font-family: "DM Serif Display";
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.78px;
  }

  .updates-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .update-card {
    width: 100%;
    flex: unset;
    /* ✅ Remove flex behavior */
    max-width: 100%;
  }

  .update-image {
    width: 100%;
    height: 248px;
    flex-shrink: 0;
    border-radius: 6.813px;
    opacity: 0.6;
  }

  .update-content {
    padding: 16px;
  }

  .update-tag {
    color: #181e3b;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: -0.36px;
  }

  .update-title {
    color: #181e3b;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 133.333% */
  }

  .update-description {
    color: #181e3b;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
  }

  .update-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
  }

  .meta-item {
    color: #565966;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: -0.36px;
    display: flex;
  }

  .meta-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .read-more {
    color: #f3723b;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.48px;
  }
}

.home-section {
  padding-top: 170px;
}

.bg-pattern-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 550px;
}

.bg-pattern-wave img {
  height: 100%;
  width: 100%;
  object-fit: none;
}

.detail-pic-img {
  position: relative;
  z-index: 1;
}
