/* Styling for Filter Section */
.blog-archive-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#blog-category-filter, #search-box {
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#blog-category-filter{
    border-radius: 0px 4px 4px 0px;

}

#search-button {
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

/* Styling for the Blog Archive */
.blog-archive-container {
 /*   padding: 0 15px;*/
 display: flex;
 gap : 20px; 
/* display:none;*/
}
.blog-archive-content {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: flex-start;
}

.blog-card {
    width: 387px;
    height: 380px;
    background: #F4F4F4;
  /*  border-radius: 8px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.blog-card-image {
    width: 387px;
    height: 180px;
    min-height:    180px;;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-card-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    background: rgba(0,0,0,0.3);
    padding: 2px 6px;
    border-radius: 4px;
}

.blog-card-text {
    padding: 16px 18px 40px 18px;
    color: #000;
    flex: 1;
}

h3.blog-card-title {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 12px 0;
}

.blog-card-excerpt {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

@media (max-width: 768px) {
    .blog-card {
        width: 100%;
        height: auto;
    }

    .blog-card-image {
        width: 100%;
        height: 200px;
    }

    .blog-card-text {
        padding: 14px;
    }
}
#load-more-archive {
    cursor: pointer;
    padding: 12px 24px;
    background: linear-gradient(96deg, #171717 22.94%, #3C3C3C 87.55%);
    color: #fff;
    border-radius: 8px;
    margin: 30px auto;
    border: none;
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#load-more-archive:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

 .blog-archive-container .category-container-blog-1 {
    display: flex !important;
    
}   



   .blog-archive-container .category-container-blog  .select-box-blog .select-box-text-blog {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #D4D4D4;
    background: #F7F7F7;
    width: 97px;
    height: 48px;
    flex-shrink: 0;
    color: #2B2D38;
    border-right: none;
 
    padding: 14px 25px;
    
}

 .blog-filter-container .select-box-text {
       font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}


/* Responsive styles */
@media (max-width: 768px) {
    .blog-archive-filter {
        flex-direction: column;
        gap: 10px;
    }
    
    .blog-archive-card-unique {
        width: 100%;
        height: 350px;
    }
    
    .blog-category-filter{
        
         width : 289px !important;
        
    }
    
    .blog-archive-container {
        flex-direction: column;
    }
    
    
    
    
}





/* Styling for Filter Section */
.blog-archive-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
     width: 289px;
    height: 48px;
}

#blog-category-filter, #search-box {
    width: 386px;
    height: 48px;
    flex-shrink: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#search-button {
    width: 386px;
    height: 48px;
    flex-shrink: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

/* Styling for the text inside the inputs */
#blog-category-filter, #search-box {
    color: #2B2D38;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
     width: 386px !important;
    height: 48px !important;
}

#search-box {
    color: #9597A0;
}




/* Styling for Filter Section */
.blog-archive-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
        width: 386px;
    height: 48px;
}
}

#blog-category-filter, #search-box-unique {
    width: 386px;
    height: 48px;
    flex-shrink: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Styling for Search Box */
#search-box-unique {
    width: 100%;
    color: #9597A0;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 30px; /* To create space for the search icon */
    box-sizing: border-box; /* Ensure padding doesn't affect the size */
    border-radius: 4px;
}

/* Icon Styling inside the Search Box */
#search-button-unique {
    position: absolute;
    left: 10px;
    top: 39%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

#search-button-unique img {
    width: 18px; /* Adjust icon size */
    height: 18px;
}

/* Centering the input container */
.search-container {
    position: relative;
    width: 386px;
}


.blog-date-archive{
    
    color: #FFF;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
padding-bottom:8px;
}

.blog-archive-button-unique{
    display:none !important;
}