﻿.faq {
    cursor: pointer;
    background-color: aliceblue;
}

    .faq .card-body {
        background: #5b91d5;
        color: white;
    }
.section-title {
    margin-bottom: 15px;
}

.show-read-more .more-text {
    display: none;
}

#main_descirption {
    white-space: nowrap;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publish-date {
    background-color: #FF6347;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.card-img-top {
    max-width: 100% !important;
    width: 100%;
   
    height: 130px;
    object-fit: cover;
    border-radius: 3px;
}

.card-title {
    text-align: justify;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    /*max-width: 300px;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

/* Card Body */
.card-body {
    padding: 15px;
    background: aliceblue;
}


.card-title {
    font-family: 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.show-read-more .more-text {
    display: none;
}
#recent-post-card{
    display:flex !important;
    flex-direction:row !important;
    margin-bottom:10px;

}
#recent-title{
    font-size:12px;
}
#recent_img {
    height: 80px !important;
    width: 140px !important;
    object-fit:fill;
}
a:hover, h5:hover{
    text-decoration:none;
}
#blog-details-img{
    max-width:100%;
    height:300px;
    object-fit:cover;
}
.details-title{
    font-size:2.5rem !important;
    font-weight:bold;
    letter-spacing:.4px;

}
.blog-details-description {
    font-size: 1.5rem !important;
    font-weight: normal;
    letter-spacing: .4px;
}