/** 
 * title:      Silver Cyber
 * created:    22/06/2026
 * author:     Development Team <info@optiva.co.uk>
 * copyright:  Optiva Ltd

 * ========================================================================== */

body { background: #000000; background-position: top center; background-size: cover; font-family: 'Open Sans', sans-serif; font-weight: 400; overflow-x: hidden; scroll-behavior: smooth; position: relative; }

h1 { color: #ffffff; font-size: 26px; line-height: 30px; font-weight:600; }



.container { max-width: 1120px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.uppercase { text-transform: uppercase; }

a { color: #333333; text-decoration: none; }
a:link { text-decoration: none; }
a:hover { color: #f8b133; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

.btn { font-size: 18px; line-height: 20px; font-weight: 400; padding: 13px 24px; color: #333333; border: 1px #333333 solid; border-radius: 10px; filter: drop-shadow(0px); box-shadow: none; transition: 0.2s; transition-timing-function: ease-in; }
.btn:hover { transition: 0.2s; transition-timing-function: ease-in; }
.btn:focus { transition: 0.2s; transition-timing-function: ease-in; }

.btn.large { font-size: 21px; line-height: 23px; padding: 10px 45px; }

/**
 * Hero Panel
 * ========================================================================== */

.hero-panel { height: 100vh; text-align: center; position: relative; overflow: hidden; }
    .hero-panel .hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
    .hero-panel .container { position: relative; z-index: 2; }
    .hero-panel .container .col { height: 100vh; padding: 80px 20px; position: relative; z-index: 2; }
    .hero-panel .content { width: 420px; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: auto; position: absolute; }
    .hero-panel .content h1 { color: #ffffff; margin-top: 30px; }
    .hero-panel::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0); z-index: 1; }


@media screen and (max-width: 1200px) {

    h1 { font-size: 22px; line-height: 27px; }

    .hero-panel .container .col { min-height: 100vh; height: auto; }
    .hero-panel .content { width: 280px; top: auto; left: auto; right: auto; transform: none; position: relative; }
    .hero-panel .content img { width: 280px; margin: auto auto 0px auto; padding-bottom: 0px; }

}