/* =========================
   BLOG HERO
========================= */

.blog-details-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #f7f9ff, #edf2ff);
    z-index: 1;
}

/* BACKGROUND SHAPES */

.blog-details-hero .bg-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(77, 116, 255, 0.06);
  z-index: -1;
}

.blog-details-hero .shape-left {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: 50px;
}

.blog-details-hero .shape-right {
  width: 280px;
  height: 280px;
  right: -120px;
  top: 120px;
}

/* BREADCRUMB */

.breadcrumb-area {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.breadcrumb-area a {
  text-decoration: none;
  color: #4d74ff;
  font-size: 20px;
  font-weight: 500;
}

.breadcrumb-area p {
  margin: 0;
  color: #1d2948;
  font-size: 20px;
  font-weight: 500;
}

.breadcrumb-area span {
  color: #8d95ad;
}

/* TAG */

.blog-details-hero .tag {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  background: linear-gradient(90deg, #7358ff, #2ebcff);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* TITLE */

.blog-details-hero  .hero-content h1 {
    font-weight: 800;
    color: #06194b;
    margin-bottom: 30px;
        font-size: 40px;
  
}


.blog-details-hero h1 span {
  display: block;
  background: linear-gradient(90deg, #7b4dff, #2ebcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* LINE */

/* .blog-details-hero .line {
  width: 110px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #7b4dff, #2ebcff);
  margin-bottom: 35px;
} */

/* TEXT */

.blog-details-hero p {
  max-width: 560px;
  font-size: 24px;
  line-height: 1.9;
  color: #58657d;
}

/* HERO IMAGE */

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image .main-img {
  width: 100%;
  max-width: 650px;
  border-radius: 55px;
  border: 2px solid #4d74ff;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* BLUE SHAPE */

.hero-image .blue-shape {
  position: absolute;
  width: 170px;
  height: 190px;
  background: #2ebcff;
  right: 10px;
  bottom: -40px;
  border-radius: 0 0 35px 35px;
  z-index: 1;
}

/* DOTS */

.hero-image .dots {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#8667ff 1.8px, transparent 1.8px);
  background-size: 15px 15px;
  opacity: 0.8;
}



/* CURVE */

.hero-image .curve {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 3px dashed #8b63ff;
  border-color: #8b63ff transparent transparent transparent;
  border-radius: 50%;
  top: -40px;
  left: 70px;
  transform: rotate(-15deg);
}

/* SMALL DOT */

.hero-image .small-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #2ebcff;
  border-radius: 50%;
  top: -10px;
  left: 280px;
  z-index: 3;
}

/* WAVE */

.bottom-wave {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  line-height: 0;
}

.bottom-wave svg {
  width: 100%;
  height: 140px;
}

/* =========================
   BLOG CONTENT
========================= */


.blog-details-content {
  padding: 80px 0;
  background: #fff;
}

.blog-details-content h3{
    font-size: 20px !important;
    color: #004790 !important;
}


/* SIDEBAR */

.sidebar-box {
  background: #fff;
  border: 1px solid #e5e8f1;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.sidebar-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-box ul li {
  margin-bottom: 15px;
}

.sidebar-box ul li:last-child {
  margin-bottom: 0;
}

.sidebar-box ul li a {
  display: block;
  padding: 18px 22px;
  border-radius: 12px;
  text-decoration: none;
  color: #1b2540;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}

.sidebar-box ul li.active a {
  background: #eef3ff;
  color: #3366ff;
  border-left: 4px solid #3366ff;
}

/* META */

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.blog-meta .date,
.blog-meta .read-time {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5d6884;
  font-size: 24px;
  font-weight: 500;
}

.blog-meta i {
  color: #4d74ff;
}

.meta-line {
  width: 100%;
  height: 1px;
  background: #e4e8f2;
  margin-bottom: 40px;
}

/* CONTENT */
.subpoints {
    padding-left: 20px;
}

.content-box p {
  font-size: 17px;
  line-height: 2;
  color: #39445f;
  margin-bottom: 1rem;
}

.content-box img {
  width: 100%;
  border-radius: 30px;
  margin: 20px 0 40px;
}

.content-box h2 {
  font-size: 2rem !important;
  color: #081a3d;
}

.content-box h3 {
  margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2 !important;
}

.content-box blockquote {
  background: #f4f7ff;
  border-left: 5px solid #4d74ff;
  padding: 35px;
  border-radius: 20px;
  font-size: 28px;
  line-height: 1.8;
  color: #1e2b4a;
  margin: 40px 0;
  font-weight: 500;
}

/*blog content*/
.first {
  color: #0d6efd !important;
  text-decoration: none;
}

ul {
  margin-top: 25px !important;
}

strong {
    font-weight: 700 !important;
}

.accordion-header{
    margin-bottom: 0px !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
  

  .blog-details-hero p,
  .content-box p {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 991px) {
  .blog-details-hero {
    text-align: left;
    /* padding: 200px 0 100px; */
}
.col-lg-6.left-content {
    padding-top: 100px;
}

  .breadcrumb-area {
    justify-content: center;
  }

  .hero-content {
    margin-bottom: 70px;
  }

  /* .blog-details-hero .line {
    margin: 0 auto 35px;
  } */

  .blog-details-hero p {
    margin: auto;
  }

  .sidebar-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 1.25rem;
}

  .blog-details-hero h1 {
    font-size: 48px;
    margin-top: 70px;
}

  .blog-details-hero p,
  .content-box p {
    font-size: 16px;
    line-height: 1.8;
  }

  .content-box h3 {
    font-size: 32px;
  }

  .content-box blockquote {
    font-size: 20px;
    padding: 25px;
  }

  .blog-meta .date,
  .blog-meta .read-time {
    font-size: 16px;
  }

  .sidebar-box ul li a {
    font-size: 18px;
  }



  .hero-image .blue-shape {
    width: 110px;
    height: 130px;
  }

  .hero-image .curve {
    width: 180px;
    height: 180px;
    left: 40px;
  }

  .hero-image .small-dot {
    left: 170px;
  }
}
