

/* category */
.featured-infrastrutured {
    display: flex;
    height:340px;
   
    align-items: center;
    justify-content: center;
   
    text-align: start;
    background-color: #24348C;
    color: white;
    position:relative;
    z-index: 40;
}
.infra-content h2{
    font-size: 42px;
    font-weight: 800;
}
.outlinedfeatured-image{
    position:absolute;
    z-index: 50;
    height:261px;
    right:2%;
    top:10%;
}
.fillfeatured-image{
    position:absolute;
    z-index: 50;
    height:125px;
    right:22%;
    top:58%;
}
.blogdec-heading {
    padding-top: 8px;
    font-size: 25px;
    color: #333;
}
.blogdec-subheading {
    font-size: 20px;
    padding-top: 8px;
}


.fill-image-mobile{
    display: none;

}
.outlined-image-mobile{
    display: none;
    
}
/* blog description
 */ 

.blogdesc-container {
    max-width: 80%;
    text-align: left;
    display: flex;
    flex-direction: column;
   align-items: start;
  
    margin: 0 auto;
  
    padding: 20px; /* Add some padding for better spacing */
}

.blogdesc-list {
    width: 90%; /* Ensures content takes at most 80% of the container width */
    margin-left: 8px;
    text-align: justify;
}


.blog-title-main,
.blogdesc-content,
.quote-desc{
    width: 94%; /* Ensures content takes at most 80% of the container width */
    margin-left: 0px;
    display: flex;
    text-align: justify;
    flex-direction: column;
}

.code-container,
.laptop-view 
 {
    width: 80%; /* Ensures content takes at most 80% of the container width */
    margin: 20px auto;

    align-items: center;
}
.blog-title{
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    line-height: 100%;
    text-align: start;
    width: 100;

}

.blog-category {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    text-align:start;
   
}
.blog-date{
  color:#999999;
  font-size: 12px;
  font-weight: 600;
  text-align: start;

}


.blogdesc-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-top: 20px;
}
.blogdesc-img img{
    width: 100%;
   
    border-radius: 10px;
  
}
.laptop-view img{
    width:100%;
   
    border-radius: 10px; 
}

.blogdesc-content {
    font-size: 16px;
    color: #595959;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    width:94%;
   
}
.blogdesc-content p{
    width:100%;

}
.quote-desc{


    width: 94%;
}
.quote{
    width: 100%; 
    border-left: 5px #FF6700 solid;
    max-width: 1000px; 
    padding: 10px;
    font-weight: 400;
    font-size: 24px;
    color:#333333;
    font-style: italic;
}


/* Code Block Styling */
.code-container {
    background-color: #1e1e1e;
    border-radius: 8px;
    padding: 16px;
   
    color: #ffffff;
    position: relative;
width:80%;
   
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}

.copy-btn {
    background-color: #444;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.copy-btn:hover {
    background-color: #666;
}

.code-block pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 10px;
    color: #d4d4d4;
}

/* Blog Content Styling */
.blog-content {
    max-width: 700px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.blog-content p {
    margin-bottom: 15px;
}

.author-section {
width: 100%;
    margin: 20px auto;
    text-align: center;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author-details {
    flex-grow: 1;
    text-align: left;
}

.author-name {
    font-weight: bold;
    margin: 0;
}

.author-role {
    font-size: 14px;
    color: gray;
    margin: 0;
}

.author-socials {
    display: flex;
    gap: 10px;
}

.icon-github,
.icon-linkedin {
    font-size: 18px;
    cursor: pointer;
}

.comments-btn {
 
    background: #FAFAFA;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width:194px;
    height: 40px;
}

.comments-btn:hover {
    background: #ddd;
}
.avatar {
    width: 50px; /* Adjust size */
    height: 50px;
    border-radius: 50%; /* Makes it circular */
    object-fit: cover; /* Ensures image covers the area */
    border: 2px solid #333; /* Optional border */
}
@media (max-width: 768px) {

    .blog-title{
        font-size: 32px;
        font-weight: 700;
      
    }
    .blogdesc-container {
        max-width: 100%;
       
        display: flex;
        flex-direction: column;
        align-items: start;
      
        justify-content: center;
     
      
    }
    .blog-title-main,
 
.blogdesc-content, 
.quote-desc{
    width: 98%; /* Ensures content takes at most 80% of the container width */
  margin-left: 10px;
    
       
        display: flex;
        text-align: start;
        flex-direction: column;

}
.code-container {
    height:302px;
}
.code-container,
.laptop-view 
 {
    width: 90%; /* Ensures content takes at most 80% of the container width */
    margin: 20px auto;

    align-items: center;
}

  
.fillfeatured-image{
    display: none;
}
.outlinedfeatured-image{
    display: none;
}

.fill-image-mobile{
    display: block;
    
}
.outlined-image-mobile{
    display: block;
   
}
.featured-infrastrutured {
   
    align-items: center;
    justify-content: center;
   
    text-align: center;
   

   
}
}