/* default font */
@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: italic;
}
body {
  font-family: "PlusJakartaSans", sans-serif !important;
}
/* default styles */
h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h2 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h3 {
  font-weight: 500;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h4 {
  font-weight: 400;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h5 {
  font-weight: 300;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h6 {
  font-weight: 200;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.26em;
  letter-spacing: 0%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #140e38;
}
p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0%;
  color: #747484;
}
p bold,
p strong {
  font-weight: 600;
  color: #140e38;
}
.toc-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0%;
  color: #140e38;
}
.toc-items,
.toc-items a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #140e38 !important;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem !important;
}

.toc-items a {
  text-decoration: none;
}
.toc-items:hover {
  color: #943df7;
  border-left-color: #943df7;
  font-weight: 500;
}
.toc-items:hover a {
  color: #943df7 !important;
  font-weight: 500;
}

.toc-items.active {
  font-weight: 700 !important;
  color: #943df7 !important;
  border-left: 4px solid #943df7 !important;
  background: rgba(148, 61, 247, 0.08);
  border-radius: 0 4px 4px 0;
  padding-left: 0.7rem !important;
}
.toc-items.active a {
  font-weight: 700 !important;
  color: #943df7 !important;
}

.banner-box {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.banner-box img {
  width: 100%;
  height: 400px; 
  object-fit: cover; 
  object-position: center; 
  display: block;
  border-radius: 10px;
}

.banner-title {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 34px;
  background: #00000055;
  backdrop-filter: blur(35px);
  border-radius: 0 0 10px 10px;
}
.banner-title p {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3em;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.callout-box {
  background: linear-gradient(180deg, #f5eeff 0%, #ffffff 49.04%, #f5eeff 100%),
    linear-gradient(0deg, rgba(238, 225, 255, 0.04), rgba(238, 225, 255, 0.04));
  border: 1.5px solid #e7d5ffcc;

  padding: 20px;
  border-radius: 10px;
  margin: 40px 0px;
}
.callout-box p {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.26em;
  letter-spacing: 0%;
  color: #492274;
}

.callout-box ul li {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0%;
  color: #705f83;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 210px;
  position: static;
  top: 100px;
}
.sidebar-info-box {
  background-image: url(/img/blog/layout/info-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 16px;
}
.sidebar-img-box {
  display: flex;
}
.sidebar-img-box img {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
}

.sibebar-info-box-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px;
}
.sibebar-info-box-details .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sibebar-info-box-details .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0px;
}
.sibebar-info-box-details .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0px;
}
.sibebar-info-box-details hr {
  border-bottom: 1px solid white;
  margin: 10px 0px;
}
.sibebar-info-box-details .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0px;
}
.sidebar-subbox {
  background-image: url(/img/blog/layout/info-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 16px;
  margin-top: 14px;
}
.sidebar-subbox .heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0%;
  color: #ffffff;
}
.sidebar-subbox .subbox-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .callout-box p {
    font-size: 20px;
  }
  .callout-box ul li {
    font-size: 14px;
  }
}
