#rightbar, #bannercontainer { display: none !important; }
.text-teal { color: #4bbcba !important; }

.tour { border-bottom: 1px solid #eee; }
.image-placeholder {
    background-size: cover;

    background-position: center;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
overflow:hidden;
}
.video-placeholder {
    background-size: cover;

    background-position: center;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
overflow:hidden;
}
.btn-lg {
    border-radius: 5px !important;
    border: 0px solid #8c0000 !important;
    background-color: #cc0000 !important;
    color: white !important;
}


.tag-actor { color: #2a7ae2; font-weight: bold; }
.tag-usecase { color: #28a745; font-weight: bold; }

/* CTA Styling */
.cta-panel {
    background: linear-gradient(135deg, #0d1117 0%, #1a2b4b 100%);
    border-radius: 25px;
    padding: 60px;
    color: white;
    text-align: center;
    margin-top: 80px;
}

.bg-gray{background:#f5f5f5 !important}
