/* Inline style block 1 */
.video-item.active {
    background-color: rgba(0, 0, 0, 0.1); /* Highlight background */
    border: 2px solid #007bff; /* Blue border */
    transition: background-color 0.3s ease;
}
.video-item {
    position: relative;
    overflow: hidden;
}

.video-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black blur effect */
    z-index: 1;
    transition: background-color 0.3s ease-in-out;
}

.video-item.active img {
    filter: brightness(50%); /* Dim the image */
    z-index: 2;
    position: relative;
}

.video-item.active h3,
.video-item.active .article-title {
    color: white; /* Highlighted text color */
    z-index: 3;
    position: relative;
}
/* Inline style block 2 */
@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}
/* Inline style block 3 */
@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-LightItalic.woff2) format('woff2');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Italic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-BoldItalic.woff2) format('woff2');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-LightItalic.woff2) format('woff2');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-BoldItalic.woff2) format('woff2');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Slab';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoSlab-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Slab';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoSlab-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}
/* Inline style block 4 */
.col-md-8 .page-header h1, .page-title {
    font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif !important;
margin-bottom:10px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .videos-featured .player-wrap #ja-main-player {
        padding-bottom: 0;
        height: auto;
    }
}

.article-content-main blockquote p {
    background: transparent;
}
#t3-content .article-main p.img-caption{
display:none;
}


a{
text-decoration: none !important;
}
.subheading-category {
    color: #000000;
    font-weight: bold;
}
/* Inline style block 5 */
.adv_head {
        
       line-height: 1.5 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    }
    .adv_titles {
        color: #ffb300;
        font-size: 16px;
        font-weight: 800;
    }

    .adv_para {
        color: #333333;
        font-size: 14px;
        line-height: 1.65;
    }

    .orme_cta {
        background: #ffb300;
        border: 2px solid #ffb300;
        font-weight: 700;
        font-size: 14px;
        border-radius: 6px;
        display: inline-block;
        box-sizing: border-box;
        padding: 1rem 3.5rem;
    }

    .row.g-4.af-solutions-grid, .row.g-4.af-industry-grid {
        margin-top: 15px !important;
    }

    .af-solutions-grid .col-12.col-md-6, .af-industry-grid .col-12.col-lg-6 {
        padding-left: 0 !important;
    }

    .af-solutions-grid > .col-12.col-md-6:nth-child(-n+2) {
        margin-bottom: 1em;
    }

    .af-solutions-grid .af-card {
        display: flex;
        flex-direction: column;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
    }

    .af-card-header {
        background: #ffb300;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        padding: 1em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .af-card-body {
        background: #f7f7f7;
        padding: 1em;
        height: 300px !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .af-card-label {
        color: #ffb300;
        font-size: 14px;
        font-weight: 700;
    }

    .af-card-body p, .af-industry-card p {
        background: unset !important;
    }

    .af-card-body ul {
        padding-left: 20px;
    }

    .af-card-body ul li {
        font-size: 14px;
        line-height: 1.7;
        color: #333333;
    }

    .af-industry-grid > .col-12.col-lg-6 {
        margin-bottom: 1em;
    }

    .af-industry-card h4 {
        color: #ffb300;
        font-size: 14px;
        font-weight: 800;
    }

    .af-industry-card {
        padding: 1em;
        border: 1.5px solid #ffb300;
        border-radius: 8px;
        height: 110px !important;
        background: #f7f7f7;
    }

    @media (max-width: 768px) and (min-width: 424px) {
        .af-card-body {
            height: 350px !important;
        }
    }

    @media (max-width: 425px) and (min-width: 320px) {
        .af-solutions-grid > .col-12.col-md-6:nth-child(3) {
            margin-bottom: 1em;
        }

        .af-industry-card {
            height: 150px !important;
        }
    }
