.kluge-blog-detail-header {
    width: 100%;
}
@media (max-width: 980px) {
    .kluge-blog-detail-header .fix-no-img-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}
.kluge-blog-detail-header .header-details-cont {
    width: 100%;
}
.kluge-blog-detail-header .header-details-cont .title-blog-details {
    width: 100%;
}
.kluge-blog-detail-header .header-details-cont .title-blog-details h1 {
    width: 100%;
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
    letter-spacing: -0.71px;
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 980px) {
    .kluge-blog-detail-header .header-details-cont .title-blog-details h1 {
        font-size: 22px;
        line-height: 34px;
    }
}
.kluge-blog-detail-header .header-details-cont .category-blog-details {
    width: 100%;
    margin-bottom: 60px;
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    letter-spacing: -0.03px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-blog-detail-header .header-details-cont .clear {
    width: 100%;
    height: 100px;
    margin-bottom: 60px;
}
@media (max-width: 980px) {
    .kluge-blog-detail-header .header-details-cont .clear {
        height: 20px;
        margin-bottom: 0;
    }
}
.kluge-blog-detail-header .header-details-cont .img-blog-details {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 14px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 980px) {
    .kluge-blog-detail-header .header-details-cont .img-blog-details {
        height: 200px;
        margin-bottom: 30px;
    }
}
.kluge-blog-detail-header .header-details-cont .img-blog-details img {
    min-width: 100%;
    max-width: 100%;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
}
.kluge-blog-detail-header .date-details-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.kluge-blog-detail-header .date-details-cont .date-blog-details {
    color: #252525;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 1;
    margin-top: 8px;
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details {
    background-color: transparent !important;
    color: #0060e0 !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    letter-spacing: -0.28px;
    line-height: 1;
    padding: 0 !important;
    border: none !important;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details:hover {
    background-color: transparent !important;
    border: none;
    padding: 30px 0;
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details:hover::before {
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-left: 5px;
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details:hover {
    background-color: #ffffff !important;
    color: #0060e0 !important;
    border: 2px solid #ffffff;
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details:hover::before {
    color: #0060e0;
}
.kluge-blog-detail-header .date-details-cont .goback-blog-details::before {
    top: 3px !important;
    opacity: 1 !important;
    font-family: ETmodules !important;
    font-size: 22.4px;
    line-height: 30px !important;
    content: "\34";
    position: relative;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-transform: none;
    color: #0060e0;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-blog-detail-header .author-blog-details {
    float: left;
    width: 100%;
    color: #8e8e8e;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    letter-spacing: -0.28px;
    line-height: 1;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.kluge-blog-detail-header .author-blog-details img {
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.kluge-blog-detail-header .author-blog-details .author-details {
    display: flex;
    flex-direction: column;
}

.kluge-blog-detail-header .author-blog-details .author-details .author-name {
    font-weight: bold;
    padding-bottom: 0.2em;
}

.kluge-blog-detail-header .author-blog-details .author-details .author-title {
    font-size: 14px;
    padding-bottom: 0.2em;
}

.kluge-blog-detail-header .author-blog-details .author-details .author-twitter {
    font-size: 14px;
}