@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --bg-color: #fafafa;
  --fg-color: #1a1a1a;
  --navbar-bg-color: #f7f7f7;
  --navbar-fg-color: #1a1a1a;
  --footer-bg-color: white;
  --footer-fg-color: #4a4a4a;
  --navbar-height: 70px;
  --blog-post-column: 1fr 1fr;
  --primary-font: 'Fira Sans';
}

.dark-mode {
  --bg-color: #1a1a1a;
  --fg-color: #f5f5f5;
  --navbar-bg-color: #111111;
  --navbar-fg-color: #f5f5f5;
  --footer-bg-color: #121212;
  --footer-fg-color: #cccccc;
  --navbar-btn-bg-color: #6366f1;
}


 :root {
    --navbar-height: 66px;
    --navbar-align-links: center;
    --navbar-brand-logo-width: 100px;
    --navbar-fg-color: #475569;
    --navbar-bg-color: white;
    --navbar-align-links: center;
    --navbar-shadow-opacity: .03;
  }
  
  .navbar.bullet-navbar .navbar-item {
    font-weight: 500;
    transition: color 0.2s ease;
  }
  
  .navbar.bullet-navbar .navbar-item:hover {
    color: #8b5cf6;
  }
  .header_wrapper{
  	background: var(--navbar-btn-bg-color);
  	margin-bottom: 4rem;
  }
  .header_wrapper h1,
  .header_wrapper p
  {
   color: white;  	
  }
  
  .navbar.bullet-navbar .nav-cta-btn {
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    border: none;
  }


.blog_page_content p {
  color: var(--fg-color);
}

.dark-mode .blog {
  border: 1px solid #404040;
}

.blog .blog-contents .blog-details h3 {
  font-weight: 500;
  padding-top: 2.5rem;
}

.blog-contents .blog-author-details {
  position: absolute;
  top: 0;
  padding: 0;
}

.blog .blog-contents .blog-details p {
  margin-top: 0;
}

.blog-author-details .author-name {
  font-weight: 600;
}

.blog-details p {
  -webkit-line-clamp: 3;
}

.blog p {
  font-size: 0.9rem;
  line-height: 21px;
}

.blog-description {
  -webkit-box-orient: unset;
}

.divider hr {
  display: none;
}



.categories-container {
  padding: 10px 0;
}

.blog_header_wrapper h1,
.blog-header .blog-subtitle {
  width: 95%;
}

.header-below-thumbnail > .blog-subtitle {
  font-size: calc(var(--base-font-size) + 1px);
  line-height: 1.5;
  padding-top: 0.5rem;
}

.author-avatar-line {
  background: linear-gradient(135deg, var(--navbar-btn-bg-color), #ff7e5f);
  border: unset;
  height: 2px;
}

.blog-header {
  width: 100%;
}

.blog .blog-tags {
  padding: 4px 10px;
  border-radius: 1rem !important;
  border: 1px solid var(--fg-color-0);
}

.blog-header .blog-thumbnail .tagLeft {
  padding: 4px 10px;
  border-radius: 1rem !important;
  border: 1px solid var(--fg-color-0);
}

.blog_main .notion-page {
  padding: 15px 25px;
}

.related-posts {
  width: 100%;
  margin-top: 5rem;
}

.related-posts .categoriezed-blogs {
  grid-template-columns: 1fr 1fr;
}

.blog_main {
  grid-template-columns: 3fr 1fr;
}

.blog-nav-container {
  order: 1;
}

.blog-header {
  padding: 0;
}

.blog_main:not(:has(.blog_navigator)) {
  grid-template-columns: 1fr;
  width: 90%;
  margin: 0 auto;
}


@media (min-width: 800px) {
  .blog_main:not(:has(.blog_navigator)) {
    width: 70%;
  }
  .breadcrumbs {
    padding: 20px 10px 25px 30px;
  }
}
.categories-section .categories-container a {
  border-radius: 99px !important;
  padding: 4px 16px !important;
  margin-right: 8px !important;
}

.author-avatar {
  border-radius: 35% 65% 49% 51%/73% 23% 77% 27%;
  width: 30px;
  height: 30px;
}

.blog-post-author-image, .tag-author-avatar,
.social_container a {
  border-radius: 35% 65% 49% 51%/73% 23% 77% 27%;
}

.blog {
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.header-below-thumbnail {
  padding-top: 2rem;
  padding-left: min(28px, 8vw);
}

.blog-contents {
  position: relative;
}

@media (min-width: 1300px) {
  .blogs-container > :first-child {
    position: relative;
  }
  .blogs-container > :first-child > .blog-contents {
    position: absolute;
    bottom: 0;
    padding: 20px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    pointer-events: none;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    backdrop-filter: blur(12px);
  }
  .blogs-container > :first-child > .blog-contents * {
    color: white !important;
  }
  .blogs-container > :first-child h3 {
    padding: 0 !important;
    font-weight: 800 !important;
    font-size: var(--heading3) !important;
    width: 60%;
  }
  .blogs-container > :first-child .blog-description {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .blog-header p {
    font-size: 18px;
  }
}
.blog:hover {
  background: var(--bg-color);
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {
  .blog-section {
    width: 70%;
  }
  .categories-section, .divider {
    width: 70%;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #666;
  min-width: 0; /* Important for text-overflow to work */
}

/* Container for text content */
.breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px; /* Adjust based on your needs */
}

/* Keep icons from shrinking */
.breadcrumb-home,
.breadcrumb-arrow {
  flex-shrink: 0;
  margin: 0 4px;
}

/* Active breadcrumb styles */
.active-breadcrumb {
  display: inline-flex;
  align-items: center;
  min-width: 0; /* Important for text-overflow to work */
}

/* Text inside active breadcrumb */
.active-breadcrumb > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px; /* Adjust based on your needs */
}

/* Optional hover state */
.breadcrumb:hover {
  color: #000;
}

:root {
  --blog-post-column: 1fr 1fr 1fr;
}

.blog {
  border: 1px solid var(--fg-color-0);
  border-radius: 30px;
}

.blog .blog-details {
  padding: 10px 20px;
}

.blog .blog-img-container {
  border-radius: 0;
}

.categoriezed-blogs {
  padding-bottom: 40px;
}

.categoriezed-blogs .blog .blog-img-container img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-container .blog .blog-img-container img {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.hero_section p {
  font-size: calc(var(--base-font-size) + 3px);
}

.header_wrapper{
  padding-left: 0;
  padding-right: 0;
}


@media (min-width: 768px) {

.blog-section .blog-img-container {
  aspect-ratio: 15/6;
}

}

@media (max-width: 1100px) {
  :root {
    --blog-post-column: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .header_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
   .hero_section  {
      width: 95%;
  }
    .hero_section h1
{
   width: 100%;
}
.hero_section p{
  width: 100%;
}
  
}
@media (min-width: 768px) {
  .categories-section, .divider {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .categories-section, .divider {
    width: 83%;
  }
}
@media (min-width: 768px) {
  .blog-section {
    width: 83%;
  }
}
@media (min-width: 768px) {
  .blog-section {
    max-width: 1200px;
  }
}