.h5 {

    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.publication-img {
    position: relative;
    width: 100%;
    height: auto;
}

.title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent black */
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 0.7rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.one .h5 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one .h5:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
}

.one .h5:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}


.nav-link.custom-color {
    color: #f03c02 !important;
    font-family: 'Times New Roman', Times, serif !important;
}

.nav-link.custom-color.active {
    background-color: #f03c02 !important;
    color: white !important;
}

.publication-img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.title-overlay {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    /* Semi-transparent black */
    color: #fff !important;
    text-align: center !important;
    padding: 8px !important;
    font-size: 0.7rem !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.article-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-pill {
    background-color: #f8f9fa;
    color: #495057;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
}

.section-heading {
    display: flex;
    flex-direction: column;
}

.section-heading.text-start .heading-divider {
    align-self: flex-start;
}

.section-heading.text-center .heading-divider {
    align-self: center;
}

.section-heading.text-end .heading-divider {
    align-self: flex-end;
}

.section-heading .heading-text {
    font-weight: 600;
    color: #34495e;
    font-size: 1.7rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    margin-bottom: 0.5rem;
}

.section-heading .heading-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #f03c02, #2c3e50);
    margin: 0.5rem 0;
}


.section-paragraph {
    line-height: 1.8;
    color: #4a5568;
}

.section-list ul {
    list-style: none;
    padding-left: 0;
}

.section-list .list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.section-list .list-icon {
    color: #f03c02;
    margin-right: 12px;
    font-size: 0.8rem;
    margin-top: 4px;
}

.section-list .list-text {
    flex: 1;
}

.author-info {
    padding: 1rem 0;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background-color: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a6b93;
    font-size: 1.25rem;
}

.author-name {
    font-weight: 600;
    color: #2c3e50;
}

.author-title {
    font-style: italic;
}

.section-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(210, 210, 210, 0) 0%, #d2d2d2 50%, rgba(210, 210, 210, 0) 100%);
}

@media (max-width: 768px) {
    .business-blog-container {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}

.TimesNewRoman {
    font-family: 'Times New Roman', Times, serif !important;
}

.Georgia {
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

#iframepoint {
    border: 0 !important;
    width: 100% !important;
    height: 350px !important;
}

.linemain {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#333));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linkedincolor {
    color: #0A66C2;
    font-weight: 800;
}

.whytitle {
    border-left: 5px solid #f03c02;
    text-align: justify;
}

.bg {
    background: 0 0 !important
}

.borderstyle {
    border: .7rem groove #F3F1F0;
}

.color {
    color: #f03c02;
}

.hrblack {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0));
}

.hrcolor {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 51, 0, 0), rgba(255, 51, 0, 0.75), rgba(255, 51, 0, 0));
}


.bookmarkcolor {
    background: -webkit-gradient(linear, left bottom, left top, from(#f00), to(#333));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.articlesmenu {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.articlestitle {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbtitle {

    display: inline !important;
    font-family: 'Times New Roman', Times, serif !important;

}

.text-justify {
    text-align: justify !important;
}

.hrasd {
    margin-top: 2rem;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 51, 0, 0), rgba(255, 51, 0, 0.75), rgba(255, 51, 0, 0));
}

.textalignleft{
    text-align:left;border-image: linear-gradient(  #000000,#ff471a) 30;border-right: 5px solid;
}