.blog-details-section {
  padding: 60px 0;
  color: #fff;
}

.blog-details-section .top-section {
  margin-bottom: 50px;
}
.blog-details-section .custom-breadcrumb {
  padding-top: 70px;
  padding-bottom: 5px;
}

.blog-details-section .top-section .image-wrapper {
  height: 550px;
  overflow: hidden;
}
.blog-details-section .top-section .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details-section .top-section .date {
  margin-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.blog-details-section .top-section .title {
  font-size: 17px;
  margin: 25px 0;
  text-shadow: 0px 3px 6px #00000029;
  font-family: "Inter", sans-serif !important;
}

.blog-details-section .top-section .tags {
  margin-top: 10px;
}

.blog-details-section .top-section .tags span {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #1e8e80;
  border-radius: 20px;
  margin-right: 8px;
  color: #00cf6a;
}

.blog-details-section .top-section .intro {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

.blog-details-section .bottom-section {
  margin-top: 40px;
  align-items: flex-start;
}

.blog-details-section .bottom-section .full-content {
  font-size: 15px;
  line-height: 1.9;
  color: #cfcfcf;
  margin-right: 15px;
}
.blog-details-section .bottom-section .full-content .description {
  color: #ababab;
  font-family: "Inter", sans-serif !important;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.blog-details-section .bottom-section .full-content .conclusion-box {
  margin-top: 40px;
  padding: 20px 15px;
  background: #000718a1;
}

.blog-details-section .bottom-section .full-content .conclusion-box h5 {
  color: #00cf6a;
  font-size: 16px;
  text-shadow: 0px 3px 6px #00000029;
  margin-bottom: 10px;
}

.blog-details-section .bottom-section .full-content .conclusion-box p {
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
  line-height: 1.3;
  font-family: "Inter", sans-serif !important;
}
.blog-details-section .bottom-section .explore {
  margin-left: 15px;
  background: transparent linear-gradient(180deg, #060505 0%, #060e3700 100%) 0%
    0% no-repeat padding-box;
  padding: 25px 10px;
}

.blog-details-section .bottom-section .explore h4 {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: -0.18px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
}

.blog-details-section .bottom-section .explore .right-list {
  display: flex;
  flex-direction: column;
}

.blog-details-section .bottom-section .explore .right-list .small-card {
  display: flex;
  gap: 15px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #00cf6a;
  cursor: pointer;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card:first-child {
  padding-top: 0;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card:last-child {
  border-bottom: none;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .img-wrapper {
  flex-shrink: 0;
  height: 150px;
  overflow: hidden;
  width: 220px;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .content
  .date {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffffffd3;
  display: flex;
  align-items: center;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .content
  .date
  .dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .content
  h5 {
  font-size: 18px;
  color: #ffffff;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .content
  .desc {
  font-size: 13px;
  color: #ababab;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* change number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-details-section
  .bottom-section
  .explore
  .right-list
  .small-card
  .content
  .tags
  span {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #1e8e80;
  border-radius: 20px;
  margin-right: 8px;
  color: #00cf6a;
}

@media (min-width: 1400px) {
  .blog-details-section .container-wrapper {
    max-width: 1190px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section
    .bottom-section
    .explore
    .right-list
    .small-card
    .img-wrapper {
    width: 170px;
  }

  .blog-details-section .top-section .image-wrapper {
    height: 520px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .blog-details-section .custom-breadcrumb {
    padding-top: 45px;
    padding-bottom: 5px;
  }
  .blog-details-section .top-section .title {
    font-size: 15px;
    margin: 20px 0;
  }
  .blog-details-section .top-section .image-wrapper {
    height: 370px;
  }
  .blog-details-section .bottom-section {
    flex-direction: column;
  }

  .blog-details-section .bottom-section .full-content {
    margin-right: 0;
  }
  .blog-details-section .bottom-section .full-content .description {
    margin-bottom: 20px;
  }
  .blog-details-section .bottom-section .explore {
    margin-left: 0;
    margin-top: 40px;
  }
  .blog-details-section .bottom-section .full-content .conclusion-box p {
    font-size: 14px;

    margin-bottom: 0;
  }
  .blog-details-section {
    padding: 40px 0;
    color: #fff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-section .top-section .image-wrapper {
    height: 290px;
  }
  .blog-details-section .top-section .title {
    font-size: 14px;
    margin: 12px 0;
  }
  .blog-details-section .top-section {
    margin-bottom: 34px;
  }
  .blog-details-section .bottom-section .full-content .conclusion-box {
    margin-top: 25px;
  }
  .blog-details-section .bottom-section .explore h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .blog-details-section
    .bottom-section
    .explore
    .right-list
    .small-card
    .content
    h5 {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .blog-details-section .bottom-section .explore .right-list .small-card {
    flex-direction: column;
  }

  .blog-details-section
    .bottom-section
    .explore
    .right-list
    .small-card
    .img-wrapper {
    width: 100%;
    height: 200px;
  }
  .blog-details-section .bottom-section .explore {
    margin-left: 0px;
    margin-top: 30px;
  }
  .blog-details-section .top-section .image-wrapper {
    height: 200px;
    overflow: hidden;
  }
  .blog-details-section .bottom-section .full-content {
    margin-right: 0px;
  }
  .blog-details-section .bottom-section .full-content .description {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .blog-details-section .top-section .title {
    font-size: 14px;
    margin: 12px 0;

    font-weight: 100 !important;
  }
  .blog-details-section .top-section {
    margin-bottom: 25px;
  }
  .blog-details-section .bottom-section .full-content .conclusion-box {
    margin-top: 25px;
    padding: 15px 10px;
  }
  .blog-details-section .bottom-section .full-content .conclusion-box p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .blog-details-section .bottom-section .explore h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .blog-details-section
    .bottom-section
    .explore
    .right-list
    .small-card
    .content
    h5 {
    font-size: 14px;
  }
  .blog-details-section
    .bottom-section
    .explore
    .right-list
    .small-card
    .content
    .desc {
    margin-bottom: 15px;
  }
  .blog-details-section {
    padding: 10px 0;
  }
}
