
	.blog__title {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.6px;
	padding-top: 60px;
	margin-bottom: 35px;
}
.all_blog_detail_section{
background: #F5F5FF;
font-family: 'Asap', sans-serif;
}
.outer-row-blog{
    padding-bottom: 60px;
    display: flex;
/*    justify-content: space-between;*/
    flex-wrap: wrap;
/*    gap:20px;*/
}



.left-sidebar {
    width: 33%;
   padding: 0 30px 0 15px;
}
.right__content {
    width: 67%;
/*    flex-basis: 65%;*/
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.search_inner{
	width:100%;
}
.single_blog_detail_section 
{
        display: block!important;
    margin: 0 auto!important;
}
.search__section_form input::placeholder{
    color: #A8A8A8;
}
.search__section_form input[type="text"] , .search__section_form button {
    border: none;
    color: #A8A8A8;
    background: #fff;
}
.search__section_form input:focus-visible {
    outline: none;
}
.search__section_form {
    padding: 8px 15px;
    background: #fff;
    border-radius: 100px;
}
.search__section_form input[type="text"] {
    width: calc(100% - 32px);
}
.categories_outer {
    background-color: #fff;
    border-radius: 22px;
    padding: 60px 30px;
    margin-top: 35px;
    min-height: 405px;
     margin-bottom: 30px;
}
.categories_title {
    color: #01017C;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.6%;
	margin-bottom:40px;
}
.categories__ul li {
    color: #FFF;
    font-family: Asap;
    font-size: 20px;
    font-style: normal;
    background-color: #4538ff;
    margin-bottom: 20px;
    font-weight: 500;
    max-width: fit-content;
    line-height: normal;
    padding: 8px 22px;
    border-radius: 100px;
}
.top-posts_outer {
    background-color: #fff;
    border-radius: 22px;
    padding: 25px 25px;
    margin-bottom: 30px;
    max-height: 500px;
    overflow: clip;
}
.posts_title {
    color: #01017C;
    font-size: 18px;
    font-weight: 600;
    line-height: 121.6%;
	margin-bottom: 4px ;
}
.posts_date {
    color: #A8A8A8;
    font-size: 14px;
}
.news-outer {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.num_li {
    font-size: 31px;
    font-weight: 700;
    color: #01017c;
}

.news-inner-body {
    padding-left: 16px;
}

.top-posts_title {
    color: #4538FF;
	font-size:31px;
	font-weight: 600;
    line-height: 121.6%;
    margin-bottom: 30px;
}
.categories__ul li a {
    color: unset;
}
.posts_title{
	cursor: pointer;
}
.posts_title:hover{
	text-decoration:underline;
	text-underline-position:under;
}
.blog-card {

    border-radius: 28.14px;
    border: 1px solid #ccc;
    padding: 0px;
    /* height:100%; */
    height : 500px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} 

.blog-card .card-img-top {
    max-width: 100%; /* Ensure the image does not exceed the card width */
    height: 247px; /* Automatically adjust the image height */
    border-radius: 28.14px; /* Apply border-radius only to the top corners */
}

.blog-card .card-body {
    padding: 15px 20px;
    width: 100%; /* Full width within the card */
}

.blog-card .blogcard-date {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin:15px 0; /* Add some spacing between date and title */
}



.blog-card img {
    max-width: 100%;
    height: auto;
}

.blogcard-date {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.blogcard-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.blogcard-title  a {
    color : #01017C ;
}

.blogcard-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  
}

.section2nd {
    margin-top: 30px;
    display: flex;
}
.section2nd .col-sm-12.col-md-4 {
    padding: 0 4px;
}
/*new code*/
/*.blox-section{
display: grid;
    grid-template-columns: repeat(2, 1fr);
   grid-column-gap: 20px;
    grid-row-gap: 30px;
    Padding-bottom: 40px;
}*/

.blox-section {
    display: flex;
      Padding-bottom: 10px;
    flex-wrap: wrap;
    margin: 0 -12px;

}
.card-blog-wrap {
    width: 50%;
padding: 0 15px;
margin-bottom: 30px;
}
.all_blog_detail_section.row {
    margin-right: 0px;
    margin-left: 0px; 
}
.Single_blog_detail_section {
    background: #bfbff1;
    font-family: 'Asap', sans-serif;
    padding-bottom: 30px;
}

.single_blog_main_title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding-top: 30px;
      font-family: 'Asap', sans-serif;
    margin-bottom: 70px;
}

.single-blog-title {
    max-width: 1185px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
    color: #01017C;
    font-family: 'Asap', sans-serif;
    text-align: center;
       margin-bottom:60px;
}
.single-blog-card{
	background-color: transparent;
  border: none;
    
}
.single-blog-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 700px;
    box-shadow:rgba(100, 100, 111, 0.5) 10px 7px 29px 0px;

}
.single-blogcard-date {
    font-size: 1rem;
    font-weight: 500;
    line-height: 40px;
    color: #818181;
     font-family: 'Asap', sans-serif;
         margin-top: 10px;
}
.single-blog-pro-section {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-items: flex-start;

}
.single-blog-profile-img {
    width: 100%;
    max-width: 150px;
}
.pro-info {
    display: flex;
    width: 40%;
}
.author-type {
    color: #A8A8A8;
    font-family: Asap;
    font-size: 28.804px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.author-nam {
    color: #4538FF;
    font-family: Asap;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sigle-blog-text {
    color: #000;
    font-family: Asap;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px;
    width: 70%;
}
.single-blog-feature-section {
    margin: 200px 0;
}
.single-blog-feature-section ol li::marker {
color: #000;
font-family: Asap;
font-size: 40px;
font-style: normal;
font-weight: 700;
}

.feature-heading{
color: #000;
font-family: Asap;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 57px;

}
.feature-content{
color: #000;
font-family: Asap;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 57px;
margin-bottom: 38px;
}
.pro-name-box {
    margin-left: 40px;
}
.single_blog_detail_section .row{
margin-left:0;
margin-right:0;
margin:0 auto;
display: block;
}

.row-title {
    text-align: center;
}
.row-title h6 {
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 90px; 
}
.row-title p{
    font-size :30px;
    color: #000000;
}
.how-to .blox-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* Creates 3 equal-width columns */
    grid-gap: 30px;  /* Adds space between the grid items */
    padding-bottom: 40px;
}

/*
@media screen and (min-width: 1700px)
{
.container {
    max-width: 1645px!important;
}

}*/
@media (max-width: 1440px) and (min-width: 1300px) { 

.container {
    max-width:1200px!important;
    width: 100%!important;
    margin: 0 auto;
}
.feature-heading,
.feature-content {
font-style: 30px;
line-height: 45px;
}

}
@media (max-width: 1299px) and (min-width: 1199px) { 

.container {
    max-width:1140px!important;
    width: 100%!important;
    margin: 0 auto;
}


}
@media (max-width: 1400px)
{
.single_blog_main_title 
{
margin-bottom: 20px;
}
.single-blog-title {
  margin-bottom: 30px;
}
.single-blog-feature-section {
    margin: 60px 0;
}

}
@media (max-width: 1300px)
{

.single-blog-title {
    max-width: 791px;
    line-height: 67px;
}
}

@media (max-width: 1200px) { 

.single-blog-pro-section {
   
    margin-top: 70px;

}
.single-blog-title {
    line-height: 55px;
    font-size: 40px;
}
  

}
@media screen and (max-width:1199px)
{/*
		.container {
    max-width: 85%!important;
    width: 100%!important;
    margin: 0 auto;
}*/
.pro-name-box {
    margin-left: 18px;
}
.top-posts_outer {

    padding: 35px 20px;
}
.categories_outer {

    padding: 35px 20px;
}
}
@media (max-width: 992px)
{
.container {
  /*  max-width: 85%!important;
    width: 100%!important;
    margin: 0 auto;
}*/
}

@media (max-width: 992px)
{
   /* .container {
    max-width: 85%!important;
    width: 100%!important;
    margin: 0 auto;
}*/
.single-blog-title {
   
    line-height: 40px;
}
.single-blog-image {
    margin-top: 10px;
}
.single-blog-title {
    line-height: 66px;
}
}
@media screen and (max-width: 991px)
{
	/*.container {
    max-width: 85%!important;
    width: 100%!important;
    margin: 0 auto;
}*/
.right-content-row {
    margin: 0;
}
.left-sidebar {
    width: 100%;
    padding: 0 0px; 
  padding-left: 0px;
}
.right__content {
    width: 100%;
    flex-basis: 100%;
}
.top-posts_outer {

    padding: 50px 40px!important;
}
.categories_outer {

    padding: 50px 40px!important;
}
.categories_outer {
    padding: 50px 40px 0!important;
    min-height: 230px;
}
.categories_inner .categories__ul {
    display: flex;
    justify-content: center;
}
.categories__ul li {
    margin: 10px 20px;
}
 .pro-info, .sigle-blog-text {
 
    width: 100%;
}
.single_blog_main_title, .single-blog-title {
    margin-bottom:20px;
}

    .single-blog-pro-section {
flex-wrap: wrap;
    }
.right-content-row {
    margin: 0;
}
.left-sidebar {
    width: 100%;
    padding: 0 0px; 
  padding-left: 0px;
}
.right__content {
    width: 100%;
    flex-basis: 100%;
     margin: 0px 15px;
}
.top-posts_outer {

    padding: 50px 40px!important;
}
.categories_outer {

    padding: 50px 40px!important;
}
.single-blog-feature-section  {
    margin: 50px 0!important;
}
}




@media screen and (max-width:768px)
{
/*.container {
    max-width: 85%!important;
    width: 100%!important;
    margin: 0 auto;
}*/
 

.blox-section {
    grid-template-columns: auto;
}
 .single-bolg-feature{
padding:0 0px;
}
.single-blog-feature-section  {
    padding: 0 28px;
    margin: 80px 0!important;
}
.single-blog-pro-section {
    display: none;
}
.single-blog-image img{
    height: fit-content;
}
.row-title h6 {
    font-size: 40px !important;
    margin-bottom: 70px !important;
}
.row-title p {
    font-size: 20px !important;
}
/* .pagination{
    margin-left : 63px !important;
} */
}
@media screen and (max-width:767px)
{
.blox-section {
    grid-template-columns: auto;
    padding: 0px 8px;
}

}
@media (max-width:600px)
{
    /* .container {
    max-width: 94%!important;
    width: 100%!important;
    margin: 0 auto; */
}
.single-blog-feature-section  {
    padding: 0 15px;
    margin: 30px 0!important;
}
.sigle-blog-text, .feature-content {
    font-size: 24px;
    line-height: 44px;
}
.single-blog-title {
    line-height: 40px;
    font-size: 25px;
}
.card-blog-wrap {
    width: 100%;
}
.top-posts_outer, .categories_outer {
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.outer-row-blog {
    padding-bottom: 10px;
}
}

@media screen and (max-width: 529px) {
  .categories_inner .categories__ul {
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly; 
    flex-wrap: wrap; 
    padding: 0; 
    list-style: none; 
    margin: 0; 
    gap: 6px; 
  }

  .categories_inner .categories__ul li {
    background-color: #4538ff; 
    color: #fff;
    font-size: 14px; 
    font-weight: 500;
    border-radius: 100px; 
    padding: 8px 15px; 
    margin: 0; 
    text-align: center; 
  }

  .categories_inner .categories__ul li a {
    text-decoration: none; 
    color: inherit; 
  }

  .categories_outer {
    padding: 50px 40px !important;
}

.search__section_form {
    margin: 0 15px; 
  }
}

/* First two rows (Two posts per row) */
.card-blog-wrap-50 {
    width: calc(50% - 20px); /* Two posts per row */
    padding: 0 10px; /* Adjust spacing */
    margin-bottom: 30px;
    box-sizing: border-box; /* Ensure proper box model calculation */
}

/* Third row grid (override left sidebar space) */
.third-row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
    grid-gap: 17px; /* Space between items */
    margin: 0 auto; /* Center content horizontally */
    width: calc(100% + 398px);
    margin-left: -409px;
    padding: 0 15px; /* Optional: Adjust padding for consistent spacing */
    box-sizing: border-box; /* Include padding in width calculation */
}

/* Posts inside the third row */
.card-blog-wrap-33 {
    width: 98%; /* Take full grid cell width */
}

/* Responsive Design for Smaller Screens */
@media screen and (max-width: 991px) {
    .card-blog-wrap-50,
    .third-row-grid .card-blog-wrap-33 {
        width: 100%; /* Full width for mobile screens */
        padding : 0px;
    }
    .read-more-wrap{
        width : 100% !important;
    }
    .third-row-grid {
        grid-template-columns: 1fr; /* Stack posts vertically */
        /* display:none; */
        margin-left: 0px;
        padding : 0px;
        margin-bottom: 20px
    }
}


        /* Pagination Container */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style-type: none;
            padding: 0;
            margin-bottom: 30px;
        }

        /* Pagination Item */
        .pagination li {
            margin: 0 5px;
        }

        /* Pagination Link */
        .pagination li a {
            display: inline-block;
            padding: 10px 15px;
            text-decoration: none;
            border: 1px solid #CBCBE4;
            border-radius: 6.97px;
            font-size: 14px;
            color: #01017C;
            background-color: #fff;
            transition: all 0.3s ease;
            font-weight: bold;
        }

        /* Active Pagination Link */
        .pagination li a.active {
            background-color: #4538FF;
            color: #fff;
            border-color: #4538FF;
        }

        /* Hover Effect */
        .pagination li a:hover {
            background-color: #4A90E2;
            color: #fff;
            border-color: #4A90E2;
        }


/* Search Box Styling */
.search-bar-wrapper {
    position: relative;
}

.search-input {
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #CBCBE4;
    font-size: 16px;
}

.search-results {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    /* border: 1px solid #CBCBE4; */
    border-radius: 8px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top : 3px;
}

.search-result-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.search-result-item:hover {
    background-color: #f1f1f1;
}

.search-result-item a {
    text-decoration: none !important;
    color: #01017C;
    font-weight: 600;
    display: block;
}

.search-result-item a:hover {
    text-decoration: underline;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: 20px 0px 40px 0px; 
}

.read-more-button {
    background: linear-gradient(to right, #4538FF 0%, #8371FF 46%, #66E3F5 100%);
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
    margin: 25px;
}

.read-more-button:hover {
   border: #8371FF ;
   color: white;
}

.read-more-button:focus {
    outline: none;
}

.read-more-wrap{
     width: 33% !important;
padding: 0 15px;
margin-bottom: 30px;
}

.single-blogcard-date i{
    font-size: 1rem;
    font-weight: 500;
    line-height: 40px;
    color: #818181;
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
}

.author-box{
    display: flex;
    color:pink;
    margin-top:200px;
}


