#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

/* Category Menu Styling based on the image */
.category-menu-wrapper {
  padding: 0 !important;
}
.category-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  border-left: 1px solid #dddddd;
}
.category-menu-item {
  text-align: center;
  padding: 20px 12px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-right: 1px solid #dddddd;
  border-bottom: solid 1px #dddddd;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.category-menu-item:hover {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}
.category-menu-item.active, .category-menu-item.current-cat {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}

.post-content {
  padding: 80px 0;
}
.post-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #222;
}
.post-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #222;
  position: relative;
  line-height: normal;
}
.post-content h3::before {
  content: "";
  width: 4px;
  height: 20px;
  background: linear-gradient(to bottom, #20224d 50%, #cccccc 50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}
.post-content p {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}
.post-content p:last-child {
  margin-bottom: 0;
}

.post-content-1055 .row .col-md-6 img {
  display: block;
  margin: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.post-content-1055 .row .col .content {
  width: 100%;
  height: 100%;
}
.post-content-1055 .row .col .content p,
.post-content-1055 .row .col .content .box_content {
  width: 100%;
  height: 100%;
}
.post-content-1055 .row .col .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content-1055 .row .col-md-4 img {
  display: block;
  margin: auto;
}
.post-content-1055 .row .col-md-4 p {
  margin-bottom: 16px;
}
.post-content-1055 .row .col-md-4 p:last-child {
  margin-bottom: 0;
}

.timeline {
  position: relative;
}

.timeline-block {
  display: flex;
  gap: 160px;
}

.timeline-year p {
  font-weight: 600;
  font-size: 30px;
  color: #222;
  padding-right: 80px;
  position: relative;
}
.timeline-year p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 3px;
  background-color: #20224d;
}
.timeline-year span {
  font-weight: bold;
  color: #777;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}
.timeline-year .timeline-line {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ccc;
}

.timeline-content {
  position: relative;
}
.timeline-content:before {
  content: "";
  position: absolute;
  left: 115.5px;
  top: 0;
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: #dddddd;
}
.timeline-content .timeline-item {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  gap: 60px;
}
.timeline-content .timeline-item .timeline-date {
  width: 50px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
}
.timeline-content .timeline-item .timeline-events {
  padding: 0;
  margin-left: 0;
  margin-bottom: 30px;
  width: calc(100% - 50px - 60px);
}
.timeline-content .timeline-item .timeline-events li {
  padding-left: 30px;
  position: relative;
  list-style: none;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
.timeline-content .timeline-item .timeline-events li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #ffdd00;
  border-radius: 100%;
  border: solid 3px #20224d;
}

@media (max-width: 768px) {
  .category-menu-wrapper {
    border: none !important;
  }
  .post-content {
    padding: 30px 0;
  }
  .post-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .post-content-1061 .btgrid .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-content-1057 .timeline-block {
    display: unset;
  }
  .post-content-1057 .timeline-block .timeline-year {
    margin-bottom: 20px;
  }
  .post-content-1057 .timeline-block .timeline-year p::after {
    left: 115px;
  }
  .post-content-1057 .timeline-block .timeline-content::before {
    left: 86px;
  }
  .post-content-1057 .timeline-block .timeline-content .timeline-item {
    margin-bottom: 30px;
    gap: 30px;
  }
  .post-content-1057 .timeline-block .timeline-content .timeline-item .timeline-events {
    margin-bottom: 0;
    width: calc(100% - 50px - 30px);
  }
  .post-content-1055 h2 {
    margin: 24px 0;
    text-align: center;
  }
  .post-content-1055 .row {
    flex-direction: column;
  }
  .post-content-1055 .row h3 {
    margin-bottom: 20px;
  }
  .post-content-1055 .row .col .content {
    padding: 20px 15px;
  }
  .post-content-1055 .row .col .content .box_content,
  .post-content-1055 .row .col .content p {
    padding: 0 !important;
  }
}/*# sourceMappingURL=post_detail.css.map */