#blogs {
    margin: 0 !important;
}
.blog_page_wrapper .single_blog {
    height: 100%;
    position: relative;
}

.single_blog {
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none !important;
}
.blog_page_wrapper .single_blog .thumb {
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.blog_page_wrapper .single_blog .thumb:hover {
    transform: scale(1.05);
}
.single_blog .thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 319 / 260;
    box-shadow: 0px 4px 29.8px 5px #ff6700;
    border-radius: 25px;
}
.single_blog .thumb .thumb_inner {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.single_blog .blog_meta {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog_page_wrapper .single_blog .blog_meta span {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #ff6700;
}
.single_blog .blog_meta h4 {
    font-family: Epilogue, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8.5px;
    text-transform: capitalize;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* en fazla 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_page_wrapper .single_blog .blog_meta p {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Buradan satır sayısını değiştirebilirsin */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_read_more {
    background: #ff6700;
    background-size: 200% auto;
    border-radius: 2px;
    color: #fff;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
}
.blog_sidebar_box {
    border: 1px solid #dbdbdb;
    padding: 16px;
}
.subject-caption {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
}
.news_lists .single_newslist:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.blog_sidebar_box .single_newslist .thumb {
    min-width: 72px;
    width: 72px;
    height: 55px;
    border-radius: 7.5px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_sidebar_box .single_newslist .details_link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #434343;
}

.blog_sidebar_box .single_newslist .details_link:hover {
    color: #ff6700;
}
.lms_blog_details_area .blog_details_inner {
    border: 1px solid #dbdbdb;
    border-top: 0;
    margin-bottom: 50px;
}
.lms_blog_details_area .blog_details_inner .blog_details_banner {
    margin-bottom: 30px;
}
.lms_blog_details_area .blog_details_inner .content {
    padding: 0 40px 40px;
}
.blog_meta_name {
    background: #434343;
    background-size: 200% auto;
    color: #fff;
    border-radius: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 27px 0 6px;
    height: 44px;
    line-height: 44px;
}
.blog_meta_name img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_meta_category,
.blog_meta_date {
    background: #434343;
    color: #fff;
    border-radius: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 27px;
    height: 44px;
    line-height: 44px;
}
.lms_blog_details_area .blog_details_inner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin: 20px 0 25px;
    color: #434343;
}
.lms_blog_details_area .blog_details_inner p {
    font-size: 16px;
    color: #434343;
    font-weight: 400;
    line-height: 1.63;
}
.lms_blog_details_area .blog_details_inner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin: 20px 0 25px;
    color: #434343;
}
.blog_share_title {
    font-size: 24px;
    margin-bottom: 20px;
}
.social_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.social_links a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #ff6700;
    color: #fff;
    text-decoration: none;
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_links a:hover {
    background: #e65d01;
}
.lms_blog_details_area .blog_reply_box {
    border: 1px solid #dbdbdb;
    padding: 50px 50px 70px 70px;
}
.blog_details_banner img {
    aspect-ratio: 966 / 600;
    -o-object-fit: cover;
    object-fit: cover;
}
.lms_single_reviews {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 45px;
}
.lms_single_reviews,
.lms_single_reviews.replyBox {
    z-index: 80;
}
.lms_single_reviews {
    border: 0.5px solid #dbdbdb;
    padding: 30px 35px;
}
.lms_single_reviews .thumb {
    font-size: 24px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff6700;
    flex: 80px 0 0;
    margin-right: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    background-size: 200% auto;
}
.lms_single_reviews .review_content .review_content_head {
    margin: 0 0 15px;
    grid-gap: 20px;
}
.lms_single_reviews .review_content .rated_customer span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 40px;
    background: #ff6700;
    background-size: 200% auto;
    display: block;
}
.lms_single_reviews .review_content p {
    font-size: 18px;
    line-height: 28px;
    color: #434343;
}
.lms_single_reviews .link a.reply_btn {
    color: #f64153;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.comment_box_text .deleteBtn {
    color: #687083;
}
.cs_modal .modal-header {
    background-color: #f8f8fe;
    padding: 23px 30px;
}
.cs_modal .modal-body {
    padding: 35px 30px;
}
.new_replay_add_form .replyBox {
    padding: 20px;
    border: 0.5px solid #dbdbdb;
    margin-top: 20px;
}
.blog_reply_container,
.lms_single_reviews.replyBox {
    position: relative;
}
.lms_single_reviews.replyBox {
    margin-left: 165px;
}
.lms_single_reviews:last-child {
    border: 0.5px solid #dbdbdb !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}
.lms_single_reviews.replyBox:before {
    content: "";
    height: 70px;
    width: 100px;
    border: 2px solid #898787;
    border-right: 0;
    border-top: 0;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: 0;
    border-bottom-left-radius: 20px;
}
.lms_single_reviews.replyBox:after {
    content: "";
    width: 2px;
    background: #898787;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -45px;
}
.lms_single_reviews.replyBox:last-child:after {
    height: 70px;
}

@media (max-width: 767px) {
    .lms_blog_details_area .blog_details_inner .content {
        padding: 20px;
    }
    .lms_blog_details_area .blog_details_inner h3 {
        font-size: 25px;
    }
    .blog_meta_name {
        padding: 0 15px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }
    .blog_meta_category,
    .blog_meta_date {
        padding: 0 15px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }
    .lms_blog_details_area {
        padding: 50px 0 40px;
    }
    .lms_blog_details_area .blog_details_inner .blog_details_banner {
        margin-bottom: 10px;
    }
    .lms_single_reviews .thumb {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        flex: 40px 0 0;
        margin-right: 12px;
    }
    .lms_single_reviews {
        padding: 20px;
    }
    .lms_single_reviews.replyBox:after {
        left: -30px;
    }
    .lms_single_reviews.replyBox:before {
        width: 30px;
        left: -30px;
    }
    .lms_single_reviews.replyBox {
        margin-left: 40px;
    }
}
