

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.font_heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.font_title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.font_text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}


.container {
  max-width: 1350px !important;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
}

.main-content {
  background: linear-gradient(137deg, #000000, #2e054a);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 2px 0px 10px #3a075d29;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.main-content {
  padding-top: 170px;
  padding-bottom: 100px;
}


@media (max-width:600px){
.navbar-collapse{
  background: #2e054a;
    border-radius: 12px;
    margin-top: 15px;
}
}


.navbar.scrolled {
  background-color: rgba(35, 4, 56,0.8);
  /* change to your preferred color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* subtle shadow */
}

.navbar-brand-img{
  max-height: 40px;
}

/* Utility Classes */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}


/* Navigation Styles */
.navbar {
  padding: 20px 0 !important;
}

.navbar-brand img {
  max-height: 40px;
  width: auto;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 1rem;
  font-size: 18px;
  line-height: 28px;
  transition: color 0.3s ease;
  font-weight: normal;
  letter-spacing: 0.5px;
}

/* Custom navbar toggler for dark background */
.navbar-toggler {
  border: none;
  padding: 5px 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler i {
  color: #fff;
  font-size: 24px;
}

/* Hide mobile menu on large screens */
.nav_moblie {
  display: none !important;
}

.navbar {
  transition: all 0.3s ease;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}


.main-content .section_heading h1 {
  color: #3887ff;
  background-image: linear-gradient(45deg, #16ffc9 10%, #ff64f3 62%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}


.main-content .section_heading p {
  font-size: 22px;
  max-width: 75%;
  margin: 0 auto 0 auto;
  line-height: 34px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 100;
}

.search-wrapper {
  width: 100%;
  max-width: 600px;
}

.search-input:focus {
  background: none !important;
  border: none !important;
  color: #fff !important;
}

.search-input {
  width: 100%;
  padding: 15px 20px;
  border: 1.5px solid rgb(91 72 72);
  border-radius: 50px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-input::placeholder {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.search-input:focus {
  border-color: rgb(91 72 72);
  box-shadow: 0 0 12px rgb(103 161 255 / 42%);
}

.search_btn {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 85px;
  border-radius: 20px;
  background-color: #b950ff;
  border: none;
  color: #fff;
  letter-spacing: 0.8px;
}

.latest_blog {
  padding: 40px;
  background-color: #f1deff;
  border-radius: 25px;
}

.tech_tool_blog {
  padding: 40px;
  background-color: #ffdede;
  border-radius: 25px;
}

.gadgets_blog {
  padding: 40px;
  background-color: #e9ffe1;
  border-radius: 25px;
}

.travel_blog {
  padding: 40px;
  background-color: #ffdef5;
  border-radius: 25px;
}

.blockchain_blog {
  padding: 40px;
  background-color: #dee2ff;
  border-radius: 25px;
}


.post_main_cat1 {
  background-color: #f1deff;
  /* light violet */
}

.post_main_cat2 {
  background-color: #dff6ff;
  /* light blue */
}

.post_main_cat3 {
  background-color: #e9ffe1;
  /* light green */
}

.post_main_cat4 {
  background-color: #fff5da;
  /* light yellow */
}


.blog_post_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog_post_section .card{
  padding: 15px;
}


.card_img_custom {
  height: 221px;
  object-fit: cover;
}

.blog_post_section .blog_info {
  font-size: 15px;
  line-height: 25px;
  color: #3f3e3e;
}


.blog_post_section .section_heading h3 {
  font-size: 32px;
  line-height: 42px;
}

.blog_post_section h4 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  height: 58px;
  overflow: hidden;
}

.post_title {
  background-color: #230438;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
  margin-top: -65px;
  margin-bottom: 65px !important;
  rotate: -3deg;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.blog_post_section .card .badge {
  padding: 0px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  padding: 2px 6px;
}

.view_btn a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.blog_post_section .card {
  border-radius: 20px;
}


.cta_section {
  padding: 80px 0px;
}

.cta_section .section_heading h3 {
  font-size: 42px;
  line-height: 52px;
  color: #000;
}

.cta_section .section_heading p {
  font-size: 20px;
  line-height: 30px;
  color: #000;

}

.cta_section .cta_card {
  background-color: #f0d9ff;
  padding: 40px;
  border-radius: 20px;
}

.subscribe_form {
  gap: 20px;
}

.cta_section .pill-input {
  max-width: 400px;
  padding: 12px 32px;
  border-radius: 50px;
  /* pill shape */
  border: 1px solid #b950ff;
  font-size: 16px;
  list-style: none;
  line-height: 26px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Pill Button */
.cta_section .pill-btn {
  border-radius: 50px;
  /* pill shape */
  padding: 12px 32px;
  font-size: 16px;
  background-color: #b950ff;
  color: #fff;
}


.avatar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.avatar-circle img {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  object-fit: cover;
}


.cta_section .subscribers_info {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}


footer {
  background: linear-gradient(137deg, #000000, #2e054a);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 50px 0px;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);

}

footer .nav-link {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}


footer .social_icon {
  gap: 30px;
}

footer .social_icon i {
  color: #fff;
  height: 24px;
  width: 24px;
  font-size: 24px;
}


footer a {
  text-decoration: none !important;
}

footer hr {
  color: rgba(255, 255, 255, 0.8);
}

footer .copyright {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.5px;
}



/* Category Page Styles */


/* Hero Section */
.category_section {
  position: relative;
}



/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero_content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}


.post_hero_content{
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: 60%;
}

.post_hero_content .hero_title{
  word-break: break-word;
}

/* Breadcrumb */
.breadcrumb_custom {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.breadcrumb_custom a {
  color: #fff;
  text-decoration: none;
}


/* Title */
.hero_title {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  padding-bottom: 30px;
  margin: 0;
}


.category_blog {
  padding: 80px 0;
}


/*Single Blog Css */

.blog_content_section {
  padding-top: 30px;
  padding-bottom: 80px;
}

.hero_video_single_blog {
  height: 700px;
}


.meta_info {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.meta_item {
  text-align: center;
}

.meta_item_post {
  text-align: left;
}

.meta_label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.meta_value {
  color: white;
  font-size: 20px;
  line-height: 30px;
}


.blog_content {
  line-height: 1.8;
  color: #000;
  font-size: 17px;
  /* base text size */
}

.single_blog_img img {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  margin-top: -130px;
  position: relative;
  z-index: 999;
  margin-bottom: 80px;
}

/* Headings */
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
  font-family: "Open Sans";
  margin: 24px 0 12px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}

.blog_content h1 {
  font-size: 42px;
}

.blog_content h2 {
  font-size: 35px;
  color: #590195;
    text-decoration: underline;
    padding: 30px 0 12px;
    margin: 0;
}

.blog_content h3 {
  font-size: 25px;
}

.blog_content h4 {
  font-size: 23px;
}

.blog_content h5 {
  font-size: 20px;
}

.blog_content h6 {
  font-size: 18px;
  color: #555;
}

/* Paragraphs */
.blog_content p {
  font-family: "Open Sans";
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
      letter-spacing: 0.5px;

}

/* Links */
.blog_content a {
  font-family: "Open Sans";
  color: #230438;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 18px !important;
  text-decoration: underline !important;
  transition: color 0.2s;
      letter-spacing: 0.5px;
      display: inline-block;

}


/* Lists */
.blog_content ul,
.blog_content ol {
  font-family: "Open Sans";
  margin:10px 0 16px 32px;
  padding: 0;
      letter-spacing: 0.5px;

}

.blog_content li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

/* Blockquote */
.blog_content blockquote {
  font-family: "Open Sans";
  border-left: 4px solid #0077cc;
  padding-left: 16px;
  margin: 24px 0;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
}

/* Images */
.blog_content img {
  display: block;
  margin: 24px 0;
  max-width: 100%;
  border-radius: 6px;
   border: 1px solid #e0e0e0;
   width: unset !important;
   object-fit: contain;
   height: 500px;
   text-align: left;
}

/* Code blocks */
.blog_content pre {
  font-family: "Open Sans";
  background: #1e1e1e;
  color: #f5f5f5;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 15px;
}

.blog_content code {
  font-family: "Open Sans";
  background: #f2f2f2;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 15px;
}

/* Horizontal Rule */
hr {
  border: none;
  border-top: 1px solid #000;
  margin: 15px 0;
}

/* Tables */
.blog_content table {
  font-family: "Open Sans";
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.blog_content th,
.blog_content td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.blog_content th {
  background: #f0f0f0;
}


.blog_sidebar .blog_sidebar_title {
  font-size: 24px;
  line-height: 34px;
}


.blog_sidebar a {
  color: #000;
  padding-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
}


.blog_sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}




.post_info .hero_image {
  max-width: 45%;
  position: relative;
}

.post_info .hero_image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  position: relative;
}


.post_section {
  height: 500px;
}

.post_info{
  margin-top: -300px;
  padding-bottom: 50px;
}


/* Sidebar Title */
.blog_sidebar_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  border-left: 3px solid #ddd;
  padding-left: 10px;
}

/* TOC List */
.toc_list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
  padding-left: 0;
}

.toc_list li {
   counter-increment: toc-counter;
  margin-bottom: 15px;
}

.toc_list li a::before {
  content: counter(toc-counter) ". ";
  font-weight: bold;
  margin-right: 6px;
  color: #000; /* change number color if needed */
}




/* Responsive CSS*/

@media  (max-width:1439px){
 .card_img_custom{
    height: unset !important;
  }
}

@media (max-width: 991.98px) {
  .nav_moblie {
    display: block !important;
  }

  .nav_moblie.show {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    margin-top: 1rem;
    padding: 1rem;
  }

  .nav_moblie .navbar-nav .nav-link {
    margin: 0.25rem 0;
    padding: 0.75rem 1rem;
  }
}


@media (min-width: 768px) and (max-width: 1025px) {
  .main-content{
    padding-top: 145px;
    padding-bottom: 85px;
     background: linear-gradient(21deg, #000000, #2e054a);

  }

     .blog_sidebar {
        position: unset;
  }

  .main-content .section_heading p {
    font-size: 18px;
    line-height: 28px;
  }

  .blog_post_section{
    margin: 0px 15px;
  }

  .posts-row .post-item:nth-child(odd):nth-last-child(n+3) {
    display: none;
  }

  .post_info {
    margin-top: -400px;
  }

  .blog_post_section h4 {
    height: 54px;
    font-size: 18px;

  }

  .post_info  .main_section {
    flex-direction: column;
  }

  .post_info .hero_image{
    max-width: 80%;
    margin: 0 auto;
  }

  .post_hero_content{
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  
}

@media (max-width:600px){

  .navbar-brand-img{
    max-height: 30px;
  }
  .main-content{
    padding-top: 125px;
    padding-bottom: 80px;
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  }

  .main-content .section_heading h1{
    font-size: 24px;
    line-height: 34px;
  }

  .main-content .section_heading p{
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .blog_post_section{
    padding: 40px 0px;
  }
  .blog_post_section{
    margin: 0px 15px;
  }

  .blog_post_section .card{
    padding: 10px;
  }

  .blog_post_section .card-body{
    padding: 10px !important;
  }

  .blog_post_section .section_heading h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .blog_post_section h4 {
    height: auto;
  }
  .latest_blog {
  padding: 20px;
}

.tech_tool_blog {
  padding: 20px;
}

.gadgets_blog {
  padding: 20px;
}

.travel_blog {
  padding: 20px;
}

.blockchain_blog {
  padding: 20px;
}

.cta_section .section_heading h3{
  font-size: 36px;
    line-height: 46px;
}

.cta_section .section_heading p {
  font-size: 18px;
  line-height: 28px;
}

.subscribe_form{
  flex-direction: column;
}


.post_section{
  height: 395px;
}

.post_info{
  margin-top: -300px;
  padding-bottom: 0;
}

.post_title {
  margin-top: -50px;
  margin-bottom: 30px !important;
}

.breadcrumb_custom{
  font-size: 15px;
  line-height: 25px;
}

.post_hero_content .hero_title{
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 25px;
}

.post_info  .main_section {
    flex-direction: column;
  }

  .post_info .hero_image{
    max-width: 100%;
    margin: 0 auto;
  }

  .post_hero_content{
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .meta_item_post{
    text-align: center;
  }
  .meta_info {
    gap: 30px;
    margin-bottom: 45px;
  }

  .meta_label{
    font-size: 14px;
    line-height: 24px;
  }
  .meta_value{
    font-size: 18px;
    line-height: 28px;
  }

  .blog_sidebar{
    position: unset;
  }
}



#toc-list a.active {
    font-weight: bold;
    color: #b950ff; /* highlight color */
}


.main_section {

gap:35px;
}

.toc-container {       
  border-radius: 12px;        
  padding: 16px;                 
  background-color: #f2f2f2;
}

.pagination-btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background-color: #fff;
    color: #230438;
    border: 1px solid #230438;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 44px; /* ensures small buttons are still clickable */
    text-align: center;
    white-space: nowrap;
}

.pagination-btn:hover {
    background-color: #230438;
    color: #fff;
}

.pagination-btn.active {
    background-color: #230438;
    color: #fff;
}

.pagination-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pagination-btn {
        padding: 6px 10px; /* smaller padding on mobile */
        margin: 2px;       /* tighter spacing */
        font-size: 14px;   /* slightly smaller text */
    }
}

@media (max-width: 480px) {
    .pagination-btn {
        padding: 4px 8px;
        font-size: 13px;
        min-width: 30px;
    }
    .pagination-btn {
        display: block;     /* stack buttons vertically on very small screens */
        margin: 4px 5px;   /* center each button */
    }
}


/* Button container */
  #scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9700fb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
  }

  /* Progress ring */
  #scrollTopBtn svg {
    position: absolute;
    transform: rotate(-90deg);
  }

  #scrollTopBtn circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
  }
 /*
  #progressBg {
    stroke: #d591ff;
  }
*/
  #progress {
    stroke: #ffffff; /* pink border */
    stroke-dasharray: 283; /* full circumference for r=45 */
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.2s linear;
  }

  /* Arrow icon */
  #scrollTopBtn i {
    color: white;
    font-size: 20px;
    position: relative;
    z-index: 2;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (min-width:1080px) and (max-width:1500px){
    body{
      zoom: 0.8;
    }
  }


  .static_page{
    padding: 80px 0;
  }

  .static_page .post_content h2{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  font-family: "Open Sans";
  }

  .static_page .post_content h4{
  font-size: 26px;
  line-height: 36px;
  padding: 0px 0px 10px;
    font-weight: 700;
  margin: 0;
   font-family: "Open Sans";
  }

   .static_page .post_content p{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0;
    color: #000;
     font-family: "Open Sans";
   }


   .static_page .post_content li{
    letter-spacing: .5px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 30px;
         font-family: "Open Sans";

   }


   .static_page .post_content a{
    color: #7b5cf5;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
    letter-spacing: 0;
   }

.contact_social_icon .social_icon{
   gap: 20px;
}

.contact_social_icon .social_icon i{
   font-size: 24px;
}


/* Default styles already provided, keeping them as base */

/* -------------------- Tablet: 768px to 1024px -------------------- */
@media (min-width: 768px) and (max-width: 1024px) {


  .static_page .post_content h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .static_page .post_content h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .static_page .post_content p,
  .static_page .post_content li,
  .static_page .post_content a {
    font-size: 17px;
    line-height: 26px;
  }

  .contact_social_icon .social_icon {
    gap: 18px;
  }

  .contact_social_icon .social_icon i {
    font-size: 22px;
  }
}


/* -------------------- Mobile: max-width 600px -------------------- */
@media (max-width: 600px) {

  #scrollTopBtn{
    bottom: 15px;
    right: 10px;
  }

  .static_page {
    padding: 50px 0px;
  }

  .static_page .post_content h2 {
    font-size: 28px;
    line-height: 36px;
    padding: 15px 0;
  }

  .static_page .post_content h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 0px 0px 10px;
  }

  .static_page .post_content p,
  .static_page .post_content li,
  .static_page .post_content a {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_social_icon .social_icon {
    gap: 15px;
  }

  .contact_social_icon .social_icon i {
    font-size: 20px;
  }

  .blog_content img{
    max-height: 250px;
  }

  .blog_content h2 {
    font-size: 28px;
}

.hero_title {
  font-size: 32px;
  line-height: 42px;
}
}



.subscribe-text {
    font-size: 18px;      /* bigger text */
    font-weight: 500;     /* semi-bold */
    margin-top: 10px;
    text-align: center;
}

.success-text {
    color: #28a745; /* green */
}

.error-text {
    color: #dc3545; /* red */
}

