/* ben_asr theme 1.0 */

@font-face 
{
    font-family:"Linotype Univers Condensed";
    src:url(../fonts/LinotypeUnivers-420Cn.woff2) format("woff2"),
    url(../fonts/LinotypeUnivers-420Cn.woff) format("woff");
    font-weight:400;
    font-style:normal
}

@font-face 
{
    font-family:"Linotype Univers Condensed";
    src:url(../fonts/LinotypeUnivers-620CnBold.woff2) format("woff2"),
    url(../fonts/LinotypeUnivers-620CnBold.woff) format("woff");
    font-weight:700;
    font-style:normal
}

@font-face 
{
  font-family:"Linotype Univers";
  src:url(../fonts/LinotypeUnivers-330Light.woff2) format("woff2"),
  url(../fonts/LinotypeUnivers-330Light.woff) format("woff");
  font-weight:400;
  font-style:normal
}

@font-face 
{
  font-family:"Linotype Univers";
  src:url(../fonts/LinotypeUnivers-630Bold.woff2) format("woff2"),
  url(../fonts/LinotypeUnivers-630Bold.woff) format("woff");
  font-weight:700;
  font-style:normal
}

@font-face 
{
  font-family: 'Mitr';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/mitr-v11-latin-300.woff2) format("woff2");
}

.rst-content .icon-home:visited
{
	color: #2980b9;
}

.media-row
{
    display:flex;
    width:835px;
    gap:0;
}

.video-container 
{
    position: relative;
    width:  500px;
    cursor: pointer;
	aspect-ratio: 1013 / 563;
}

.home-thumbnail
{
    width:  100%;
	height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    /* Replace with your custom thumbnail URL */
    background-image: url('../img/banner_l.png');
}

.iframe-embed
{
    display: none; /* Hide initially */
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
}

.image-box
{
    width: 450px;
    background: url('../img/banner_r.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	align-items: flex-start;

    flex-direction: column;
    padding-left: 26px;
	aspect-ratio: 938 / 563;
}

.image-text
{
    font-size: clamp(1rem, 2.2vw, 2.2rem);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .6);
    pointer-events: none;
}

.image-box h2.h2-headline
{
	color: #fff;
	font-weight: 700;
	font-family: "Linotype Univers Condensed",sans-serif;
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.h3-headline
{
	color: #fff;
	font-weight: 400;
	font-family: "Linotype Univers Condensed",sans-serif;
	font-size: 1.1rem;
}

.button-dl-home
{
    padding: 8px 30px;
	background-color: #009bea;
    border: 1px solid #009bea;
    box-sizing: border-box;
    color: #fff !important;
    font-family: "Linotype Univers Condensed",sans-serif;
    font-size: .875rem;
    user-select: none;
}

.button-dl-home:hover
{
    background-color: #fff;
    color: #009bea !important;
}

.nav-powered-by
{
	font-size: 12px;
	text-align: center;
	color: #888;
	position: absolute;
	bottom: 8px;
	left: 10px;
}

.nav-powered-by a
{
	color: #aaa !important;
}

.nav-powered-by a:hover
{
	color: #ccc !important;
}

.home-features
{
	display: flex;
	flex-wrap: wrap;
	width: 750px;
	overflow: hidden;
    gap: 20px; /* Optional spacing between the two columns */
	margin: auto;
}

.home-feature-div
{
    position: relative;
    box-sizing: border-box;
	list-style: none;
	font-family: "Linotype Univers",sans-serif;
	line-height: 1.625;
	width: 235px;
	height: 230px;
}

.home-feature-img
{
	position: relative;
    width: 120px;
    margin: auto;
}

.home-feature-txt
{
    hyphens: auto;
	padding: 5px 10px 15px;
	list-style: none;
    color: #232425;
	font-family: "Linotype Univers",sans-serif;
    line-height: 1.625;
}

.home-feature-txt p
{
	text-align: center;
	font-size: 14px;
}

.headline-h4
{
    color: #232425;
	font-size: 1.1rem;
    line-height: 1.33333333;
	font-family: "Linotype Univers Condensed",sans-serif;
    font-weight: 400;
	list-style: none;
	text-align: center;
	margin-bottom: 5px !important;
}

.home-h2
{
	margin-top: 20px;
    text-align: center;
	font-family: "Linotype Univers Condensed";
	font-size: 28px;
}

.download_btn
{
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    border-color: #357ebd;
    padding: 10px 14px;
    min-width: 100px;
    font-size: 15px;
    line-height: 2;
    border-radius: 12px;
    background-color: #1d98dc;
    display: inline;
    margin-bottom: 20px !important;
    transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.download_btn:hover
{
    color: #fff !important;
    border-color: #3db8fc;
    background-color: #0d68ac;
    transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.home-flow-div
{
	display: block;
	width: 500px;
	overflow: hidden;
    /*gap: 20px; Optional spacing between the two columns*/
	margin: auto;
}

.home-flow-right
{
	display: inline-block;
	position: relative;
    width: 300px;
	vertical-align: top;
	top: 5px;
}

.home-flow-left
{
	display: inline-block;
	position: relative;
	width: 200px;
	vertical-align: top;
}

.flash-tip 
{
	position: absolute;
}

.flash-caption
 {
	font-family: "Linotype Univers Condensed",sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-left: 90px; 
}

.flash-tips
{
	font-family: "Linotype Univers",sans-serif;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 13px;
	padding-left: 16px;
}

.flash-tips li
{
	margin-bottom: 2px;
	line-height: 1.3;
	padding-left: 10px;
}

.contact-form
{
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	row-gap: 1rem;
	margin-top: 10px;
	column-gap: 2rem;
}

.col-span-2
{
	grid-column: span 2;
}

.contact-h3
{
	/*color: rgb(17 24 39);*/
	/*font-size: 18px;*/
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 15px !important;
}

.contact-label
{
	color: rgb(17 24 39);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-family: Mitr,Inter var,sans-serif;
}

.contact-input
{
	border-radius: .375rem;
	padding-top: .75rem;
    padding-bottom: .75rem;
	padding-left: 1rem;
    padding-right: 1rem;
	appearance: none;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
	width: 100%;
	box-shadow: none;            /* remove inner shadow some browsers add */
    outline: none;    
	border: 1px solid rgb(209 213 219);
	box-shadow: 0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(0,0,0,.05);
}

.contact-input:focus
{
	border-color: rgb(14 165 233);
	border-width: 2px;
}

.contact-label-div
{
	margin-top: .25rem !important;
	box-sizing: border-box;
}

.contact-btn
{
	padding-top: .75rem;
    padding-bottom: .75rem;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
	border-color: transparent;
    border-width: 1px;
    border-radius: .375rem;
    justify-content: center;
    align-items: center;
	display: inline-flex;
    margin-top: 0.2rem;
    cursor: pointer;
	box-sizing: border-box;
    font-family: Mitr,Inter var,sans-serif;
	background-color: rgb(2 132 199);
	color: rgb(255 255 255);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}

.contact-submit-div
{
	display: flex;
	justify-content: flex-end;
}

.trial-header
{
    width: 100%;
    background: url('../img/trial-header.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	align-items: flex-start;

    flex-direction: column;
    padding-left: 26px;
	aspect-ratio: 1180 / 280;
	margin-bottom: 20px;
}

.trial-header h2.h2-headline
{
	color: #ffffffee;
	font-weight: 200;
	font-family: "Linotype Univers",sans-serif;
	font-size: 1.7rem;
	margin: 30px auto 10px;
}

#trial-msg
{
    margin-top: 1rem;
    font-weight:bold;
    display: flex;
    padding: 0px 15px;
    height: 30px;
    margin: auto 5px;
    width: fit-content;
    align-items: center;
}

.trial-msg-ok
{
    color: #30c247;
    font-size: 14px;
    line-height: 20px;
    width: 120% !important;
    padding: 0px !important;
}

.trial-msg-err
{
    color: white;
    background-color: #ef6565;
    border-radius: 5px;
}

.trial-website
{
    display: none;
}

.trial-h2-platform
{
    color: #fffc;
    font-weight: 200;
    font-family: "Linotype Univers",sans-serif;
    font-size: 0.9rem;
    margin: 0px auto;
}

.trial-terms
{
    grid-column: 1 / -1;
    margin: 0;
}

.plans-grid
{
	grid-template-columns: repeat(3,1fr);
	display: grid;
	gap: 6px; 
	row-gap: 1.5rem; 
}

.plans-grid li
{
	list-style-type: none !important;
	margin-left: 0 !important;
}

.plans-item
{
	border-radius: 1.5rem;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #647cb4;
	overflow: hidden;
}

.plans-item h2
{
	font-size: 1.375rem;
    line-height: 1.6875rem;
	list-style-type: none;
	color: rgb(64, 82, 102);
	margin-bottom: 15px;
}

.plans-item p
{
	color: rgb(39, 64, 97);
}

.plans-features p
{
	color: rgb(102, 130, 167);
	font-size: 13px;
	margin: 0 0 10px;
	line-height: 18px;
}

.plans-item-inner
{
	flex-direction: column;
	display: flex;
	background-color: rgb(247, 251, 255);
	border-radius: 1.5rem;
	padding: 2rem 1.7rem;
}

.plans-features
{
	flex-direction: column;
	display: flex;
	margin-top: -0.4rem;
	margin-bottom: .75rem;
	color: rgb(39, 64, 97);
}

.plans-bg-fx
{
    filter: blur(35px) saturate(1.5);
	/*transform: matrix(1, 0, 0, 1, 0, 200);*/
}

.plans-button
{
	background-color: rgb(78, 146, 207);
	width: fit-content;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1rem;
	padding: .75rem;
	border-width: 0px;
	border-radius: .5rem;
	white-space: nowrap;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	position: relative;
	outline-width: 2px;
	outline-offset: 2px;
	color: rgb(252, 254, 255) !important;
	text-decoration: none;
}

.plans-button:hover
{
	background-color: rgb(92, 177, 255);
	color: rgb(255, 255, 255);
	transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.plans-button-basic
{
	width: fit-content;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1rem;
	padding: .75rem;
	border-radius: .5rem;
	white-space: nowrap;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	position: relative;
	outline-width: 2px;
	outline-offset: 2px;
	background-color: rgb(233, 245, 255);
	color: rgb(0, 161, 210) !important;
	border: 1px solid rgb(72, 144, 181);
}

.plans-button-basic:hover
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 110, 143);
	transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.plans-price
{
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0;
}

.plans-price span
{
	font-weight: 300;
	font-size: 0.8rem;
}

.plans-tag
{
	top: 0.3rem;
	left: 4rem;
	position: absolute;
	background: #fcfcff;
}

.plans-tag p
{
	border: 1px solid #647cb4;
	line-height: 18px;
	font-size: 11px;
	padding: 1px 6px 0;
	border-radius: 7px;
}

.wy-menu-vertical .toctree-l2 .current
{
    background-color: #446c8a !important;
    color: #f1f8ff !important;
}

.wy-menu-vertical .toctree-l2 .current:hover
{
	border-bottom: 0 !important;
	border-top: 0 !important;
}

.b_footer
{
	background: #343131;
	color: #dbe2ea !important;
	max-width: 940px;
	padding: 0em 0em 0em 2.5em;
	display: flex;
}

footer p
{
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	padding: 0.3em 0em 0.2em 0em;
}

.footer_copyright
{
	margin: 0 auto;
}

.icon-yt
{
    font-size: 12px;
	display:inline-flex;
	align-items:center;
	text-decoration: none;
	color: #dbe2ea;
	padding: 5px 10px;
}

.icon-yt::before
{
	content: " ";
	font: normal normal normal 16px FontAwesome-Brands;
    margin-top: -2px;
	margin-right: 7px;
}

.icon-yt:visited
{
	color: #dbe2ea;
}

.icon-yt:hover
{
	color: #ff5c5c;
	background-color: #444;
    transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* ==== optional page-wide wrapper (if you need one) ==== */
.training-wrapper
{
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 1rem;
}

/* ==== layout container ==== */
.training-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	margin: 2rem 0;
}

/* ==== card ==== */
.training-card
{
	flex: 1 1 260px;
	background-color: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem 1.5rem;
	text-align: center;
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.training-card:hover
{
	transform: translateY(-6px);
}

/* ==== headings and meta ==== */
.training-title
{
	margin: 1rem 0 0.5rem;
	font-size: 1.5rem;
}

.training-metadata
{
	margin-bottom: 1.25rem;
	font-size: 0.9rem;
	color: #6b7280; /* tailwind gray-500 */
}

/* ==== bulleted list ==== */
.training-list
{
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	text-align: left;
}

.training-list li
{
	position: relative;
	padding-left: 1.25rem;
	margin: 0.25rem 0;
	list-style: none !important;
}

.training-list li::before
{
	content: "•";
	position: absolute;
	left: 0;
	font-size: 1.1rem;
	line-height: 1;
	color: rgb(0, 174, 204); /* accent dot */
}

.training-list li a
{
	color: rgb(12, 107, 90);
	text-decoration: none;
}

.training-list li a:hover
{
	color: rgb(12, 150, 125);
	text-decoration: underline;
}

.training-full li::before
{
	color: rgb(16, 185, 129) !important;
}

/* ==== primary button (matches your sample hover) ==== */
.training-button-basic
{
	background-color: rgb(0, 110, 143);
	color: #ffffff;
	border: none;
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	margin: 5px auto;
	display: block;
	width: 60%;
}

.training-button-basic:visited, .training-full:visited
{
	color: #ffffff !important;
}

.training-full .training-button-basic
{
	background-color: rgb(16, 185, 129) !important;
}

.training-button-basic:hover
{
	color: rgb(255, 255, 255);
	background-color: rgb(32, 146, 180);
}

.training-full .training-button-basic:hover
{
	background-color: rgb(59, 206, 157) !important;
}

.training-icon
{
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 48px;
	color: rgb(0, 174, 204);
	margin-bottom: 0.75rem;
	line-height: 1;
	display: inline-block;
}

.icon-win32::before
{
	font-weight: 500 !important;
	content: '\f17a';
}

.icon-linux::before
{
	font-weight: 500 !important;
	color: rgb(42, 169, 139);
	content: '\f17c';
}

.icon-demo::before
{
	color: rgb(16, 185, 129);
	content: '\f058';
}

.icon-full::before
{
	content: '\f46d';
	font-family: 'FontAwesome-Solid';
}

.plan-info button::before
{
	content: '\f05a';
	font-family: 'FontAwesome-Solid';
	font-size: 12px;
	color: rgb(39, 64, 97);
	vertical-align: top;
	line-height: 20px;
}

.plan-info button
{
	appearance: button;
    background-color: #0000;
	border: none;
}

.nav-top-home
{
	display: block;
	width: 220px;
	padding: .5em !important;
	margin-bottom: .809em;
	z-index: 200;
	background-color: #0d599e;
	text-align: center;
    color: #fcfcfc !important;
    font-size: 100%;
    font-weight: 700;
    padding: 4px 6px;
    max-width: 100%
}

.nav-top-home:hover
{
    background: hsl(205.4, 46%, 41.4%);
	transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}