.hero-section {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 4%, rgba(18, 18, 72, 1) 97%, #171747 118%);
}

.hero-content {
  max-width: 800px;
  padding: 20px;
}

.blogs-container {
  max-width: 1200px;
  margin: auto;
  width: 80%;
}

.blog-hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog-item-image-wrapper {
  max-height: 180px;
  min-height: 180px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #7f54cd63, #9567de70, #537dea57, #3c92f945);
}

.blog-item-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  max-height: 3em;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
}

.blog-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  max-height: 3em;
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
}

.blog-item-content p {
  font-size: 13px;
}

.blog-item-image-wrapper img {
  border-radius: 8px;
}


.blog-header {
  display: flex;
  color: #fff;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 4%, rgba(18, 18, 72, 1) 97%, #171747 118%); */
  background: linear-gradient(180deg, rgb(0 13 73) 4%, rgba(18, 18, 72, 1) 97%, #171747 118%);
  padding-top: 90px;
  padding-bottom: 80px;
  min-height: 400px;
}

.blog-hero {
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-detail-page li.breadcrumb-item a {
  /*color: #FF934A;*/
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.blog-detail-page .btn-orange {
  color: white !important;
  /*background: #FF934A !important;*/
  background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%) !important;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25) !important;
  padding: 2rem;
  font-size: 20px;
  font-weight: 400;
  border: none;
}


.blog-detail-img img {
  /* max-height: 450px; */
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.blog-hero {

  background-size: cover;
  background-repeat: no-repeat;
}

.blog-detail-img {
  margin-top: 0;
  border-radius: 8px;
  background: none;
  text-align: center;
  margin: 0;
  display: flex;
}

.blog-detail-page li.breadcrumb-item a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}


.blog-content-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
  margin-top: 50px;
}

.blog-center-content {
  max-width: 790px;
}

.blog-main-content-wrapper {
  display: flex;
  gap: 40px;
}

.table-of-content-wrapper {
  display: none;
  height: 100%;
  position: sticky;
  top: 136px;
}

.table-of-content {
  width: 203px;
}

.table-of-content li {
  padding-bottom: 8px;
  list-style: none;
  margin: 0px;
}

.table-of-content li a {
  text-decoration: none;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.1s ease-in-out 0s;
  color: rgb(137, 141, 154) !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Limiting to 3 lines */
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  max-height: 4rem;
  /* Adjust based on line height */
}

.table-of-content li a.active {
  text-decoration: none;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.1s ease-in-out 0s;
  color: rgb(0, 0, 0) !important;
}

.table-of-content>ul {
  margin-bottom: 8px;
  margin-top: 0px;
  margin-left: 0px;
  height: 100%;
}

.blog-detail-page .btn-orange {
  color: white !important;
  /*background: #FF934A !important;*/
  background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%) !important;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25) !important;
  padding: 0.5rem 2rem;
  font-size: 20px;
  font-weight: 400;
}

.right-subscribe-section section {
  position: sticky;
  top: 136px;
  border-radius: 10px;
  padding: 30px 20px;
  margin-left: 20px;
  width: 310px;
  min-height: 334px;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 4%, rgba(18, 18, 72, 1) 97%, #171747 118%); */
  background: #171747;
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.blog-detail-page .breadcrumb-item.active a:not(:hover, :focus) {
  color: white;
}

.blog-detail-page .breadcrumb-item.active a:hover,
.blog-detail-page .breadcrumb-item.active a:focus {
  color: #d3d3db;
}

.blog-detail-page .breadcrumb-item+.breadcrumb-item::before {
  color: white;
  content: ">";
}

.blog-main-content-wrapper p,
.blog-main-content-wrapper li {
  font-size: 22px;
}

.table-of-content-wrapper-mobile {
  position: fixed;
  width: 100%;
  z-index: 3;
  bottom: 0;
}

div#toc-mobile {
  overflow: auto;
  text-align: left;
  max-height: 40vh;
  margin-bottom: 20px;
}

.table-of-content-wrapper-mobile .adgpt-dark-bg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blog-main-content {
  display: flex;
  gap: 30px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ea5455 !important;
  border: 2px solid;
  color: #ea5455;
}

.share-blog-buttons .img-fluid {
  max-width: 100%;
  height: auto;
  padding: 10px;
  min-width: 45px;
  border: 1px solid black;
  border-radius: 8px;
}
.blog-top-content ol.breadcrumb.flex-nowrap {
  padding-top: 50px;
}

.light-style .navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #fff!important;
}
img.logo-text-img {
 filter: invert(1);
}

.navbar-nav li {
  text-decoration: none;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.1s ease-in-out 0s;
  /* color: rgb(0, 0, 0) !important; */
}

.scrollspy-example.homepage.blog-list-div {
  border-bottom: 1px solid #3a3a3a;
}

.light-nav .navbar-nav .nav-link {
  color: #fff !important;
}

.light-nav li.nav-item.active a {
  color: #fff !important;
}
div#featureDropdown .nav-link {
    color: #5d596c ! Important;
}
@media(max-width: 1750px) {

  .blog-main-content-wrapper p,
  .blog-main-content-wrapper li {
    font-size: 20px;
  }
}

@media(max-width: 1430px) {


  .blog-main-content-wrapper p,
  .blog-main-content-wrapper li {
    font-size: 16px;
  }
}

@media(max-width:1300px) {
  .blogs-container {
    max-width: 90%;
  }
}

@media(max-width:1100px) {
  .hero-section {
    height: 25vh;
  }

  .blog-main-content-wrapper {
    justify-content: center;
  }

  .right-subscribe-section {
    display: none;
  }


  .blog-main-content {
    flex-direction: column;
  }

  .right-subscribe-section section {
    position: relative;
    top: 0;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 991px) {
 
  .navbar.landing-navbar .ti-menu-2:before{
    color: #fff;
  }
  .light-style .navbar.landing-navbar .landing-nav-menu .nav-link{
    color: #000!important;
  }
  .light-style .navbar-active .navbar.landing-navbar .landing-nav-menu .nav-link{
    color: #fff!important;
  }
}

@media(max-width: 768px) {

  .blog-main-content-wrapper p,
  .blog-main-content-wrapper li {
    font-size: 14px;
  }

  .blog-detail-page li.breadcrumb-item a {
    font-size: 12px;
  }

  .blog-data {
    font-size: 12px;
  }
  
.share-blog-buttons .img-fluid {
    max-width: 26%;
    padding: 3px;
    min-width: 24px;
}
.related-blogs-list .blog-item-title a,
.related-blogs-list .blog-item-content {
  word-break: break-word;
  white-space: normal;
}

.related-blogs-list .d-flex {
  flex-wrap: wrap;
  overflow: hidden;
}

.related-blogs-list img {
  max-width: 100%;
  height: auto;
  display: block;
}

}

@media (min-width:992px) {
  .blog-header .blog-top-content {
    width: 80%;
  }

  .table-of-content-wrapper {
    display: block;
  }

  .table-of-content-wrapper-mobile {
    display: none;
  }

  .table-of-content {
    height: calc(100vh - 160px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .table-of-content ul {
    padding: 0px;
  }
}

@media(min-width:1300px) {
  .blog-header .blog-top-content {
    width: auto;
    padding: 30px;
  }
}
